
.wrap {
    max-width:1700px;
}
*{border: 1px salmon;}
@media(max-width:1720px){
    .wrap {
        width:96%;
    }
}

/**/
#main-visual {
    height:880px;
}
#main-visual .swiper {
    border-radius:50px 50px 0 0;
    overflow:hidden;
    height:100%;
}
#main-visual .swiper .swiper-pagination-bullet {
    background:transparent;
    border:1px solid #ddd;
    transition:background var(--transition-time), border var(--transition-time);
}
#main-visual .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#fff;
    border-color:#fff;
}
#main-visual .swiper .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
}
#main-visual .swiper .swiper-slide-1 {
    background-image:url(/images/content/main/main_visual_01.png);
}
#main-visual .swiper .swiper-slide-2 {
    background-image:url(/images/content/main/main_visual_02.png);
}
#main-visual .swiper .swiper-slide-3 {
    background-image:url(/images/content/main/main_visual_03.png);
}
#main-visual .swiper .swiper-slide-4 {
    background-image:url(/images/content/main/main_visual_04.png);
}
#main-visual .swiper .swiper-slide div {
    display:flex;
    flex-direction: column;
    height:100%;
    justify-content: center;
    max-width:1440px;
    padding:0 clamp(10px, 5vw, 30px);
    width:100%;
    margin:auto; 
}
#main-visual .swiper .swiper-slide p {
    color:#fff;
}
#main-visual .swiper .swiper-slide p:nth-child(1) {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.40);
    font-family: Play, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom:3.2rem;
}
#main-visual .swiper .swiper-slide p:nth-child(2) {
    color: var(--white, #FFF);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.40);
    font-family: Play, sans-serif;
    line-height: 120%;
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 700;
}



/* 메인비주얼내정보란 */
#main-visual .swiper .swiper-slide > div > .main_icn{
    display: inherit;
    text-align: left;
    height: auto;
    padding: 0 !important;
    margin: 0; margin-top: 30px;
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info {
    padding: 0 ; padding-bottom: 10px;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info > .icn {
    display: inline-block !important;
    vertical-align: middle;
    text-align: left;
    width: 30px; height: 30px; 
    padding: 0 !important;
    margin : 0 !important;
    background-size: contain;
    background-repeat:no-repeat;
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info:nth-child(1) > .icn{
    background-image: url(/images/content/main/icnphone.png);
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info:nth-child(2) > .icn{
    background-image: url(/images/content/main/icnfax.png);
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info:nth-child(3) > .icn{
    background-image: url(/images/content/main/icnmail.png);
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info > p {
    color: var(--white, #FFF);
    font-size: 1.6rem;
    font-family: 'Pretendard';
    display: inline-block !important;
    vertical-align: middle;
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info > p:nth-of-type(1) {
    width: 100px;
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    font-style: normal;
    margin-left:20px;
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info > p:nth-of-type(2) {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    font-style: normal;
}




/**/
.section-head {
    text-align:center;
    margin-bottom:8rem;
}
.section-head p:nth-child(1) {
    color: #000;
    text-align: center;
    font-family: Play, sans-serif;
    font-size: 7rem;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}
.section-head p:nth-child(2) {
    color: #666;
    text-align: center;
    font-family: Pretendard,sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    margin:3.2rem 0;
}
.section-head a {
    border-radius: 80px;
    border: 1px solid #FE0000;
    display: flex;
    padding: 2rem 3rem;
    align-items: center;
    color:rgba(254, 0, 0, 1);
    gap:3rem;
    color: #FE0000;
    font-family: Play, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}
.section-head a:hover {
    border-radius: 80px;
    border: 1px solid #FE0000;
    background-color: #fe0000;
    color:#fff;
    fill: #fff !important;
}
.section-head a:hover path {
    stroke: #fff !important;
}




/**/
#about-us {
    padding:14rem 0;
}
#about-us .body {
    display:flex;
    justify-content: space-between;
    gap:clamp(1rem, 3vw, 3rem);
}
#about-us .body img {
    max-width:100%;
}
#about-us .body .item{
    position: relative;
    max-width: 524px; max-height: 520px;
}
#about-us .body .item .aboutbx{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 80%;
}
#about-us .body .item div .aboutbx{
    text-align: center;
}
#about-us .body .item .aboutbx p:nth-child(1){
font-family: play;
font-weight: 700;
font-size:2.4rem;
line-height: 180%;
color:#fff;
}
#about-us .body .item .aboutbx p:nth-child(2){
font-family: pretendard;
font-weight: 400;
font-size: 1.0em;
line-height: 180%;
color:#fff;
}

.aboutbx a {
    margin-top: 30px;
    border-radius: 80px;
    border: 1px solid #fff;
    display: inline-flex;
    padding: 2rem 3rem;
    align-items: center;
    gap:3rem;
    color: #fff;
    font-family: Pretendard, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}

/**/
#products {
    background:#14131F;
    position:relative;
}
#products .wrap {}
#products .lines {
    display:flex;
    justify-content: space-between;
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    left:0;
    top:0;
}
#products .body > div,
#products .lines > div {
    flex:0 0 33.3%;
    height:100%;
    position:relative;
}
#products .lines > div {height:0;}
#products .lines > div:before {
    content:"";
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    position:absolute;
    width:1px;
    background:#fff;
    stroke: #FFF;
    opacity: 0.08;
    height:100%;
}
#products .product-container {
    z-index:10;
    position:relative;
    padding:20rem 0 22rem 0;
}
#products .section-head p {color:#fff;}
#products .body {
    display:flex;
    justify-content: space-between;
    min-height:200px;
}
#products .body .item {
    width:90%;
    max-width:400px;
    margin:0 auto 10rem auto;
}

#products .body .item .imgbx {
    max-width:400px; max-height: 460px;
    overflow: hidden;
    position: relative;
    margin-bottom:4rem;
}

#products .body .item .imgbx .img {
    position: relative;
}

#products .body .item .imgbx .hoverwindow {
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: 0.4s;
    border: 1px solid #333;
}
#products .body .item .imgbx .hoverwindow:hover {
    opacity: 1;
    cursor: pointer;
}

#products .body .item .imgbx .hoverwindow:hover~.img {
    transform: scale(1.1);
    filter: blur(2px);
    -webkit-filter: blur(2px);
    transition: 0.4s;
}

#products .body .item .imgbx .hoverwindow p {
    color: #FFF;
    font-family: Play, sans-serif;
    font-size: 2.6rem;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}


#products .body .item .name {
    color: #FFF;
    font-family: Pretendard, sans-serif;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 800;
    margin-bottom:2.4rem;
}
#products .body .item .txt {
    color: #FFF;
    font-family: Pretendard, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
    line-height: 180%;
}
#products .p-line:nth-child(1),
#products .p-line:nth-child(3) {
    top:0px;
    /*transform:translateY(350px);*/
}
#products .gsap-fade {opacity: 0; transform: translateY(50px);}

/**/
#products.active {

}
/*#products.action .gsap-fade {opacity: 1;}*/

/**/
#news-notice {
    padding:16rem 0 0 0;
    position: relative;
}
#news-notice .section-head {}
#news-notice .section-head p:nth-child(1),
#news-notice .section-head p:nth-child(2) {text-align:left;}

#news-notice .section-head div {justify-content: flex-start !important;}
#news-notice .news {
    margin:14rem 0 0 0;
}
#news-notice .news .post {}
#news-notice .news .img {
    margin-bottom:4rem;
    height:320px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#news-notice .news .data {margin-bottom:2rem;}
#news-notice .news .data .bbs-name {
    color: #FE0000;
    font-family: Pretendard, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}
#news-notice .news .data .date {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    opacity: 0.4;
}
#news-notice .news .subject {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
}


#news-notice .btnzone{
    position: absolute;
    top:160px;right: 20px;
    width: 132px; height: 62px;
}
#news-notice .btnzone .slide-btn{
    width:50px; height: 50px;
    border-radius: 50%;
    border: 1px solid #FE0000;
    color: #FE0000;
}
#news-notice .btnzone .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 24px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-scrollbar { 
    margin-top:50px;
    opacity: 1 !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: relative !important;
}




#banner{
    padding:10rem 0 0 0;
    position: relative;
}
#banner .link {
    margin:5rem 0 16rem 0;
    display:flex;
    justify-content: space-between;
    gap:6.4rem;
}
#banner .link .color-box {
    height:260px;
    width:50%;
    border-radius: 8px 32px;
    background: linear-gradient(89deg, #FE0000 15.57%, #A8388D 77.18%);
    display:flex;
    justify-content: space-between;
    flex:1 1 auto;
}
#banner .link .color-box > div {}
#banner .link .color-box > div:nth-child(1) {
    padding:5.5rem 0 5.5rem 6rem;
}
#banner .link .color-box .rect {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
#banner .link .color-box p:nth-child(1) {
    color: #FFF;
    font-family: Pretendard, sans-serif;
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom:0.5rem;
}
#banner .link .color-box p:nth-child(2) {
    color: #FFF;
    font-family: Pretendard, sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    opacity: 0.6;
}
#banner .link .color-box .more {
    color: #FFF;
    font-family: Play, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    display:flex;
    align-items: center;
    width:auto;
    justify-content: flex-start;
}
#banner .link .color-box .more a {
    display:flex;
    align-items: center;
}
#banner .link .color-box .more a svg {
    margin-left:1.5rem;
}
#banner .link .color-box .icon {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-right:clamp(0px, 6rem, 6rem);
}









/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) { 
    .wrap {
        max-width:1700px;
    }

    /*메인비주얼*/
#main-visual {
    height:880px;
    margin-top: 10px;
}
#main-visual .swiper {
    border-radius:50px 50px 0 0;
}
    /*about*/

#about-us .body .item .aboutbx p:nth-child(1){
font-family: 'pretendard';
font-size: 3rem;
}
#about-us .body .item .aboutbx p:nth-child(2){
font-family: 'pretendard';
font-size: 1.0em;
}

.aboutbx a {
    margin-top: 20px;
}
    /* product */
#products .product-container {
    z-index:10;
    position:relative;
    padding:20rem 0 8rem 0;
}
    /* 배너 */
#banner .link {
    margin:5rem 0 16rem 0;
    display:flex;
    justify-content: space-between;
    gap:3rem;
}
}








/*------------------------ mobile ---------------------------------*/ 
@media (max-width: 767px) { 
    .wrap{
        width: 88%;
        margin: 0 auto;
    }

    /* 메인비주얼 */
#main-visual{
    height: 80vh;
}
#news-notice .section-head p:nth-child(1) {font-size:32pt;}
#main-visual .swiper{
    border-radius: 0 ;
    width: 100%;
    }
    #main-visual .swipe .swiper-slide{
    border: 1px solid green;
    background-size: auto 100%;
    }
    #main-visual .swiper .swiper-slide > div {
    padding-bottom: 40px;
    justify-content:end;
    background: linear-gradient(89deg, rgba(0,0,0,0.7) 15.57%, rgba(0,0,0,0) 77.18%);
}
#main-visual .swiper .swiper-slide p:nth-child(1) {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.40);
    font-family: Play, sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom:3.2rem;
}
#main-visual .swiper .swiper-slide p:nth-child(2) {
    color: var(--white, #FFF);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.40);
    font-family: Play, sans-serif;
    font-size: 5.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

#main-visual .swiper .swiper-slide-1 {
    background-image:url(/images/content/main/main_visual_01.png);
    background-position-x: 55%;
}
#main-visual .swiper .swiper-slide-2 {
    background-image:url(/images/content/main/main_visual_02.png);
}
#main-visual .swiper .swiper-slide-3 {
    background-image:url(/images/content/main/main_visual_03.png);
    background-position-x: 75%;
}
#main-visual .swiper .swiper-slide-4 {
    background-image:url(/images/content/main/main_visual_04.png);
}
    #main-visual .swiper .swiper-slide p:nth-child(2) {
    color: var(--white, #FFF);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.40);
    font-family: Play, sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
}
    #main-visual .swiper .swiper-slide > div > .main_icn > .info > p:nth-of-type(1) {
    width: 30px;
    margin-right:20px;
    font-size: 2.8rem;
}
#main-visual .swiper .swiper-slide > div > .main_icn > .info > .icn {
    width: 25px; height: 25px; 
}
/*aboutus*/
#about-us .body {
    display:block;
    text-align: center;
}
#about-us .body .item{
    position: relative;
    max-width: 524px; max-height: 520px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
#about-us .body .item >img{
    width: 100%; height: 100%;
    object-fit: cover;  
  object-position: center;
  display: block;      
}

.aboutbx a {
    margin-top: 22px;
    padding: 1.5rem 2rem;
    align-items: center;
}

/*products*/

#products .product-container {
    padding:10rem 0 12rem 0;
}
#products .product-container .p-line{
    top: 0 !important;
}
#products .section-head p {color:#fff;}
#products .body {
    display:block;
}
#products .body .item {
    width:100%;
    margin:0 auto 7rem auto;
}

#products .body .item .imgbx {
    max-width:400px; max-height: 460px;
    overflow: hidden;
    position: relative;
    margin-bottom:3rem;
}

#products .body .item .txt {
    font-size: 2rem;
}

/**/
#news-notice {
    padding:10rem 0 0 0;
}
#news-notice .news {
    margin:8rem 0 0 0;
}
#news-notice .btnzone{
    top:120px;right: 0px;
    width: 160px; height: 62px;
}
#news-notice .btnzone{
    top:120px;right: 0px;
    width: 140px; height: 62px;
}
#news-notice .btnzone .slide-btn {
    width: 55px; height: 55px;
}
.swiper-scrollbar { 
    display: none;
}
.post >a>.img{
    border: 1px solid #e0e0e0;
}


/**/
#banner{
    padding:10rem 0 0 0;
}
#banner .link {
    margin:0rem 0 14rem 0;
    display:block;
}
#banner .link .color-box {
    width:100%;
    margin-bottom: 3rem;
}

 }
