@charset "utf-8";

/* --------------------------------------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,code,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,footer,header,hgroup,menu,nav,section,main,audio,video {margin: 0; padding: 0;}

/*html5추가 시멘틱엘리먼트를 익스하위버전에서 블럭으로 인식되도록함*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display: block}

/* button태그에 손모양 커서 */
button {cursor:pointer; background: none; border: none;}
/* 익스하위버전에서 이미지 선없애기 */
fieldset,img {border: 0; vertical-align: top}
/* 리스트 기호 빼기 */
ol,ul {list-style: none}
/* 태그 기본 기울임꼴 제거 */
address,em {font-style: normal}
/* 페이지안에서 가장 많은 링크색 지정 */
a {text-decoration: none; color: #1c1c1c;}
/* iframe으로 외부컨텐츠를 연결했을때
외부컨텐츠안쪽내용이 우리페이지에 영향을 주지못하도록 가려줌
*/
iframe {overflow: hidden; border: 0}
/* 칸의 선을 합치기, 칸의 간격없애기, 가로를 늘려줌 */
table {border-collapse: collapse; border-spacing: 0; width: 100%}
/* 굵기 빼고 헤딩태그 폰트크기를 body에 선언한 크기와 일치시킴 */
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: 100%}
/* 폼요소의 높이가 다를때 요소끼리 세로정렬시킴 */
input,select,textarea,button {vertical-align: middle; margin: 0; padding: 0}
/* textarea 리사이즈기능 빼기 */
textarea {resize: none}
/* 페이지안의 모든 폰트의 줄간격을 1.5로 통일시킴
모바일 크롬, 모바일 사파리 브라우져의 텍스트 자동확대 방지
*/
body {line-height: 1.5; -webkit-text-size-adjust:none; font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;}
button {font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;}

/* legend,caption,메뉴제목,섹션제목 블라인드 */
legend,caption,.blind {position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; width: 1px; height: 1px}

/* float해제 */
.clearfix:after {
    content:'';
    display: block;
    clear: both;
}

.display-none {display: none !important;}

#dim {position: fixed; z-index: 5555; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: #000; opacity: 0.8;}



.dim_close {position: fixed; z-index: 5555; top: 0; left: 0; right: 0; width: 100%; height: 100%; cursor: pointer;}

.iframe_box {display: none; position: fixed; z-index: 3500; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%);

}
@-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translate(-50%, -500px);
              transform: translate(-50%, -500px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translate(-50%, -500px);
              transform: translate(-50%, -500px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1;
    }
  }
.iframe_box.active {display: block;}
.iframe_box iframe {width: 100%; height: 100%;}

/* 공통 슬라이드 */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100% !important;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: zoom-in;
}

#pop_device .pop_wrap.noScroll {overflow: hidden !important;}

#pop_device .swiper-button-next {right: 185px;}
#pop_device .swiper-button-prev {left: 185px;}
#pop_device .swiper-button-next, .swiper-button-prev {position: absolute; z-index: 100; top: 101.5%; width: 16px; height: 6px; background: url(../images/slide_aroow.png) no-repeat; background-size: 100%; opacity: 1 !important;}
#pop_device .swiper-button-next {background: url(../images/slide_aroow2.png) no-repeat; background-size: 100%;}
#pop_device .swiper-button-next:after, .swiper-button-prev:after {display: none;}
#pop_device .swiper-pagination {font-size: 12px; color: #1c1c1c;}
#pop_device .swiper-pagination-current {font-size: 12px; color: #CCA77C;}
#pop_device .swiper-pagination-total {font-size: 12px; color: #7D7C7C;}

 #pop_device {display: flex; justify-content: center; align-items: center; position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0);}
 #pop_device .pop_wrap {display: flex; position: relative; z-index: 6000; padding: 60px; width: 1248px; height: auto; min-height: 700px; max-height: 85vh; background: #fff; box-sizing: border-box;} 
 #pop_device .pop_wrap .btn_close {position: absolute; top: 0; right: -66px; width: 36px; height: 36px; background: url(../images/ico-pop-close.png) no-repeat; background-size: 100%;}
 #pop_device .pop_wrap .btn_close span {display: block; position: absolute; top: -25px; left: 50%; width: 100%; font-size: 13px; font-weight: 500; color: #fff; opacity: 0; transition: all 0.3s; transform: translateX(-50%);}
 #pop_device .pop_wrap .btn_close:hover span {opacity: 1;}


 #pop_device .left_box {padding: 0 50px; width: 100%; max-width: 450px; height: 100%; max-height: 633px;}
 /* #pop_device .left_box {padding: 0 50px; width: 100%; max-width: 510px; height: 100%; max-height: 633px; box-sizing: border-box;} */

 #pop_device .left_box .swiper {padding-bottom: 50px;}
 #pop_device .left_box .swiper-wrapper {height: 580px;}
 #pop_device .left_box .swiper-slide {padding:0 0px; max-width: 100%; height: 100%; box-sizing: border-box;}
 #pop_device .left_box .swiper-slide img {width: 100%; height: 100%; object-fit: contain;}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 0;}

/* 이미지 줌 */ 
.image-space {position: absolute; z-index: 9999; top: 50px; left: 50px; width: 0; height: 0; opacity: 0; overflow: hidden; transition: all 0.5s;}
.image-space.active { width: 60%; height: calc(100% - 100px); opacity: 1;}
.image-space .zoom_close {position: absolute; top: 0px; right: 0; width: 60px; height: 60px; background: #fff url(../images/ico-figure-close.png) no-repeat center; background-size: 23px; border: 1px solid #eee; box-sizing: border-box;}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: calc(100% - 60px); height: 100%; 
  background-size: 200%;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: zoom-in;
}



 #pop_device .right_box {display: flex; flex-direction: column; margin-left: 30px; width: 100%; max-width: 520px; border-top: 2px solid #262524; box-sizing: border-box;}
 #pop_device .right_box .top {padding-top: 40px; box-sizing: border-box;}

 #pop_device .right_box .top .ctg {display: block; font-size: 16px; font-weight: 500; color: #CCA77C;}
 #pop_device .right_box .top .detail_tit {display: block; margin-top: 5px; font-size: 30px; font-weight: 700; color: #262524;}
 #pop_device .right_box .top .detail_txt {display: block; margin-top: 10px; line-height: 1.625em; letter-spacing: -0.05em; font-size: 16px; font-weight: 400; color: #666666; }

 #pop_device .right_box .mid {margin-top: 25px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
 #pop_device .right_box .mid .flex-box {display: flex; flex-direction: column; flex-flow: wrap; gap: 20px 0; padding: 30px 0; box-sizing: border-box;}
 #pop_device .right_box .mid .ct_list {display: flex; flex-direction: column; flex-flow: wrap; position: relative; padding-left: 15px; width: 50%; box-sizing: border-box;}
 #pop_device .right_box .mid .ct_list:first-of-type {width: 100%;}
 #pop_device .right_box .mid .ct_list:after {content: ''; position: absolute; top: 50%; left: 0; width: 3px; height: 3px; background: #262524; background-repeat: 50%;}
 #pop_device .right_box .mid .ct_list strong {display: block; font-size: 16px; font-weight: 500; color: #262524;}
 #pop_device .right_box .mid .ct_list strong + span {padding-left: 75px; box-sizing: border-box; font-size: 16px; font-weight: 400; color: #666666;}

 #pop_device .right_box .bot {margin-top: 50px;}
 #pop_device .right_box .bot .ex_tit {display: block; font-size: 20px; font-weight: 600; color: #262524;}
 #pop_device .right_box .bot .ex_tit + .ex_txt {display: block; margin-top: 5px; font-size: 14px; font-weight: 400; word-break: keep-all; color: #666666;}
 #pop_device .right_box .bot .btn_wrap {display: flex; gap: 0 20px; margin-top: 20px;}
 #pop_device .right_box .bot .btn_wrap button {display: flex; justify-content: center; align-items: center; width: 180px; height: 52px; font-size: 16px; background-color: #262524; box-sizing: border-box; color: #fff; transition: all 0.5s;}
 #pop_device .right_box .bot .btn_wrap button:hover {background-color: #c9ab81 !important; border-color: #c9ab81 !important;}
 #pop_device .right_box .bot .btn_wrap button + button {background-color: #fff; border: 1px solid #262542; color: #262524;}
 #pop_device .right_box .bot .btn_wrap button + button:hover {border: 1px solid #262542 !important; background-color: #f1f1f1 !important;}
 
 /* 팝업 three */
#pop_dim {position: fixed; z-index: 2000; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);}
#pop_dim .three_dim_close {display: flex; justify-content: flex-end; width: 100%;}
#pop_dim .three_dim_close img {box-sizing: border-box; margin: 10px; width: 36px; height: 36px;}

.two_pop {display: flex; justify-content: center; align-items: center; position: absolute; z-index: 2000; top: 50%; left: 50%; width: 90%; height: 90%; transform: translate(-50%, -50%);
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.two_pop .img_dim {width: 100%; height: 100%;}
.two_pop img {position: absolute; z-index: 100; top: 50%; left: 50%; height: 90%; object-fit: contain; transform: translate(-50%, -50%);}

.three_pop {position: fixed; z-index: 2000; top: 50%; left: 50%; width: 90%; max-width: 1200px; height: 90%; max-height: 700px; transform: translate(-50%, -50%);
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translate(-50%, -42%);
              transform: translate(-50%, -42%);
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
@keyframes slide-top {
  0% {
    -webkit-transform: translate(-50%, -42%);
            transform: translate(-50%, -42%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.three_pop .drag_img {display: flex; justify-content: center; align-items: center; position: absolute; z-index: 555; top: 0; left: 0; width: 100%; height: 100%;}
.three_pop .drag_img.ani {
  -webkit-animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
@-webkit-keyframes slide-bck-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
            opacity: 0;
  }
}
@keyframes slide-bck-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
            opacity: 0;
  }
}


.three_pop .drag_img img {width: 220px; height: 220px; }


@media screen and (max-width: 1420px) {
  #pop_device .pop_wrap {margin: 0 3%; padding: 60px 3%; width: 100%;}
  #pop_device .pop_wrap .btn_close {top: initial; bottom: -60px; left: 50%; transform: translateX(-50%);}
  #pop_device .left_box {padding: 0 30px;}

  #pop_device .right_box .mid .flex-box {flex-direction: column;}
  #pop_device .right_box .mid .ct_list {width: 100%;}
  #pop_device .right_box .mid .ct_list strong + span {display: block; padding-left: 70px;}

  #pop_device .swiper-button-next {right: 40%;}
  #pop_device .swiper-button-prev {left: 40%;}
}

@media screen and (max-width: 768px) {
  /* #pop_device {top: 50%; left: 50%; width: 100%; height: 95%; transform: translate(-50%, -50%);} */
  #pop_device .pop_wrap {flex-direction: column; align-items: center; min-height: 300px; margin: 0; overflow: auto;}
  #pop_device .pop_wrap .btn_close {display: none;}
  /* #pop_device .pop_wrap .btn_close img {filter: invert(1);} */
  #pop_device .left_box {padding: 0;}
  #pop_device .left_box .swiper-wrapper {height: auto;}
  .swiper-slide img {cursor: auto;}
  .image-space {display: none;}
  #pop_device .right_box {margin: 0; margin-top: 40px;}
  #pop_device .right_box .mid .ct_list strong + span {padding-left: 25%;}

  .three_pop {width: 90%; height: 70%;}
}

@media screen and (max-width: 370px) {

  #pop_device .right_box .bot {text-align: center;}
  #pop_device .swiper-button-next {right: 35%;}
  #pop_device .swiper-button-prev {left: 35%;}
  #pop_device .right_box .bot .btn_wrap {justify-content: center;}
}

  

