@charset "UTF-8";
/*RESET*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
[lang=ko] {
  font-family: "Noto Sans KR", "Montserrat", sans-serif, "맑은 고딕", "Nanum Gothic", "나눔 고딕", "돋움", dotum, sans-serif;
}

[lang=en] {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

input {
  vertical-align: middle;
}

/* 기본 설정 */
body {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  padding-top: 130px;
  margin: 0 auto;
}

@keyframes Tabani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrap {
  overflow: hidden;
  height: 100%;
  /* HEADER */
  /* MAIN VISUAL */
  /* PAGER */
  /* MD'S PICK */
  /* BRAND */
  /* EVENT */
  /* INSTA */
  /* FOOTER */
}
.wrap .header {
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.wrap .header .header_inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.wrap .header .header_inner .logo {
  position: absolute;
  left: 0;
  top: 43px;
}
.wrap .header .header_inner .logo img {
  width: 245px;
  height: 43px;
}
.wrap .header .header_inner .gnb {
  position: absolute;
  top: 68px;
  left: 346px;
  z-index: 9999;
}
.wrap .header .header_inner .gnb .gnb_menu {
  float: left;
  box-sizing: border-box;
}
.wrap .header .header_inner .gnb .gnb_menu .gnb_menu_list {
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding: 0 25px;
}
.wrap .header .header_inner .gnb .gnb_menu .gnb_menu_list:hover {
  text-decoration: underline;
}
.wrap .header .header_inner .gnb .gnb_menu .dp2 {
  z-index: 999;
  font-size: 13px;
  display: block;
  background: #fff;
  text-align: center;
  margin-top: 37px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.wrap .header .header_inner .gnb .gnb_menu .dp2 .dp2_menu {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  padding: 3px 0;
}
.wrap .header .header_inner .gnb .gnb_menu .dp2 .dp2_menu:hover {
  text-decoration: underline;
}
.wrap .header .header_inner .utill {
  position: absolute;
  right: 0;
  top: 73px;
}
.wrap .header .header_inner .utill li {
  float: left;
  margin-left: 20px;
}
.wrap .main_visual {
  width: 100%;
  height: 600px;
  position: relative;
  margin-bottom: 200px;
}
.wrap .main_visual .visual li {text-indent: -9999px; height: 600px;}
.wrap .main_visual .visual .mv1 {
  background: url(../images/main/main_banner1.png) no-repeat center top;
}
.wrap .main_visual .visual .mv2{background: url(../images/main/main_banner2.png) no-repeat center top;}
.wrap .main_visual .bx-wrapper .bx-prev {
  opacity: 0.5;
  left: 10%;
  background: url(../images/common/mv_prev.png) no-repeat center center;
}
.wrap .main_visual .bx-wrapper .bx-next {
  opacity: 0.5;
  right: 10%;
  background: url(../images/common/mv_next.png) no-repeat center center;
}
.wrap .main_visual .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 42px;
  height: 80px;
  text-indent: -9999px;
  z-index: 9999;
}
.wrap .main_visual .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.wrap .bx-wrapper .bx-pager {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 16px;
  text-align: center;
  font-size: 0.85rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ccc;
  padding-top: 20px;
}
.wrap .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.wrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 10px;
  outline: 0;
}
.wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b6b6b6;
}
.wrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.wrap .best_new {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  position: relative;
}
.wrap .best_new::after {
  content: "";
  display: block;
  clear: both;
}
.wrap .best_new .tab_menu {
  padding-bottom: 60px;
  float: left;
  height: 520px;
  width: 1200px;
}
.wrap .best_new .tab_menu::after {
  content: "";
  display: block;
  clear: both;
}
.wrap .best_new .tab_menu li {
  float: left;
  margin-right: 20px;
  text-align: center;
  font-weight: 600;
}
.wrap .best_new .tab_menu li .tab_menu_list {
  padding: 20px 0;
  letter-spacing: -1px;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  -moz-text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  -webkit-text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  font-size: 50px;
  font-size: 50px;
  transition: color 0.5s;
}
.wrap .best_new .tab_menu li .tab_menu_list:hover {
  color: #000;
  font-size: 50px;
  font-weight: 600;
  text-shadow: 0 0 0;
}
.wrap .best_new .tab_menu li.active > .tab_menu_list {
  color: #000;
  text-shadow: 0 0 0;
  font-size: 50px;
  font-weight: 600;
  position: relative;
}
.wrap .best_new .tab_menu li.active > .tab_menu_list::after {
  content: "";
  width: 145px;
  height: 30px;
  background: #bec2b3;
  position: absolute;
  left: -9px;
  top: 30px;
  z-index: -1;
}
.wrap .best_new .tab_menu li div {
  position: absolute;
  left: 0;
  overflow: hidden;
}
.wrap .best_new .tab_menu li.active > div {
  z-index: 1;
  animation: Tabani 0.8s;
}
.wrap .best_new .tab_menu .new_product ul li {
  float: left;
  margin-right: 30px;
  width: 380px;
  height: 520px;
  position: relative;
  margin-top: 60px;
}
.wrap .best_new .tab_menu .new_product ul li:last-child {
  margin-right: 0;
}
.wrap .best_new .tab_menu .new_product ul li a img {
  display: block;
}
.wrap .best_new .tab_menu .new_product ul li .ic_new {
  position: absolute;
  top: 20px;
  right: 20px;
}
.wrap .best_new .tab_menu .new_product ul li .overbox {
  transition: opacity 0.8s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 120px 40px;
}
.wrap .best_new .tab_menu .new_product ul li:hover .overbox {
  opacity: 1;
}
.wrap .best_new .tab_menu .best_product li {
  margin-top: 60px;
  float: left;
  margin-right: 30px;
  width: 380px;
  height: 520px;
  position: relative;
}
.wrap .best_new .tab_menu .best_product li:last-child {
  margin-right: 0;
}
.wrap .best_new .tab_menu .best_product li a img {
  display: block;
}
.wrap .best_new .tab_menu .best_product li .ic_bob {
  position: absolute;
  top: 0;
  right: 20px;
}
.wrap .best_new .tab_menu .best_product li .ic_best {
  position: absolute;
  top: 20px;
  right: 20px;
}
.wrap .best_new .tab_menu .best_product li .overbox {
  transition: opacity 0.8s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 120px 40px;
}
.wrap .best_new .tab_menu .best_product li .overbox .name {
  font-size: 30px;
  color: #fff;
  display: block;
  padding: 60px 0 10px;
  font-weight: bold;
  font-family: "Noto Sans KR";
}
.wrap .best_new .tab_menu .best_product li .overbox .price {
  font-size: 20px;
  color: #bec2b3;
  display: block;
  padding-bottom: 30px;
  font-weight: 600;
  font-family: "Montserrat";
}
.wrap .best_new .tab_menu .best_product li .overbox .cart {
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 24px;
}
.wrap .best_new .tab_menu .best_product li .overbox .wish {
  display: inline-block;
  position: absolute;
  top: 76px;
  left: 24px;
}
.wrap .best_new .tab_menu .best_product li .overbox .detail a {
  clear: both;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 39px;
  transition: background 0.5s;
  font-weight: 400;
  font-size: 16px;
}
.wrap .best_new .tab_menu .best_product li .overbox .detail a:hover {
  color: #000;
  background: #fff;
}
.wrap .best_new .tab_menu .best_product li:hover .overbox {
  opacity: 1;
}
.wrap .md_pick {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  /* DIRECTION CONTROLS (NEXT / PREV) */
}
.wrap .md_pick::after {
  content: "";
  display: block;
  clear: both;
}
.wrap .md_pick h2 {
  letter-spacing: -2.5px;
  font-size: 50px;
  font-weight: 600;
  color: #000;
  padding-bottom: 60px;
}
.wrap .md_pick .md_product .product_list {
  display: block;
  width: calc((100% - 60px) / 3);
  height: 559px;
  float: left;
  transition: transform 0.5s;
}
.wrap .md_pick .md_product .product_list:hover {
  transform: scale(1.15, 1.15);
}
.wrap .md_pick .md_product .product_list img {
  width: 380px;
  height: 380px;
}
.wrap .md_pick .md_product .product_list p {
  text-align: center;
}
.wrap .md_pick .md_product .product_list .name {
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding: 10px 0 3px;
}
.wrap .md_pick .md_product .product_list .desc {
  display: block;
  padding-bottom: 15px;
  opacity: 0.5;
  font-size: 14px;
}
.wrap .md_pick .md_product .product_list .price {
  font-size: 18px;
}
.wrap .md_pick .bx-wrapper .bx-prev {
  right: 100px;
  width: 20px;
  height: 20px;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
  transform: rotate(-45deg);
}
.wrap .md_pick .bx-wrapper .bx-next {
  right: 0;
  width: 20px;
  height: 20px;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
  transform: rotate(135deg);
}
.wrap .md_pick .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 20px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
}
.wrap .md_pick .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.wrap .brand {
  margin: 200px 0;
  height: 500px;
  position: relative;
  overflow: hidden;
  background: url("../images/main/main_img_brand.jpg") no-repeat fixed;
  background-size: cover;
}
.wrap .brand figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.wrap .brand figcaption h2 {
  padding: 150px 0 50px;
  font-size: 50px;
  font-weight: 600;
}
.wrap .brand figcaption .desc {
  opacity: 0.8;
  font-size: 18px;
}
.wrap .brand figcaption .detail a {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #fff;
  margin-top: 50px;
  transition: background 0.5s;
}
.wrap .brand figcaption .detail a:hover {
  background: #fff;
  color: #000;
}
.wrap .event {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  height: auto;
}
.wrap .event::after {
  content: "";
  display: block;
  clear: both;
}
.wrap .event h2 {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 60px;
}
.wrap .event .event_list li {
  float: left;
  width: calc((100% - 40px) / 2);
  height: 450px;
  margin-right: 40px;
  position: relative;
}
.wrap .event .event_list li:nth-child(1) {
  background: url(../images/main/main_event1.png) no-repeat center center;
}
.wrap .event .event_list li:nth-child(2) {
  margin-right: 0;
  background: url(../images/main/main_event2.png) no-repeat center center;
}
.wrap .event .event_list li:hover .ev_text {
  opacity: 1;
}
.wrap .event .event_list li .ev_text {
  width: 100%;
  height: 170px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.wrap .event .event_list li .ev_text .tit {
  font-size: 20px;
  font-weight: bold;
  padding-top: 25px;
}
.wrap .event .event_list li .ev_text .desc {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.9;
  padding-top: 5px;
  padding-bottom: 20px;
}
.wrap .event .event_list li .ev_text .detail a {
  display: inline-block;
  color: #fff;
  padding-bottom: 20px;
  text-decoration: underline;
  opacity: 0.8;
  font-size: 13px;
}
.wrap .insta {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 200px;
  /* DIRECTION CONTROLS (NEXT / PREV) */
}
.wrap .insta::after {
  content: "";
  display: block;
  clear: both;
}
.wrap .insta h2 {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 60px;
  padding-left: 7px;
}
.wrap .insta .link_insta {
  font-family: "Roboto";
  position: absolute;
  left: 370px;
  top: 19px;
}
.wrap .insta .link_insta span {
  color: lightsalmon;
  font-weight: bold;
}
.wrap .insta .insta_img li {
  float: left;
  transition: opacity 0.5s;
}
.wrap .insta .insta_img li img {
  display: block;
}
.wrap .insta .insta_img li:hover {
  opacity: 0.7;
}
.wrap .insta .bx-wrapper .bx-prev {
  right: 100px;
  width: 20px;
  height: 20px;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
  transform: rotate(-45deg);
}
.wrap .insta .bx-wrapper .bx-next {
  right: 0;
  width: 20px;
  height: 20px;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
  transform: rotate(135deg);
}
.wrap .insta .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 20px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
}
.wrap .insta .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.wrap .footer {
  height: 500px;
  background: #000;
}
.wrap .footer .footer_inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
.wrap .footer .footer_inner .footer_logo {
  position: absolute;
  left: 0;
  top: 100px;
}
.wrap .footer .footer_inner .cs {
  font-size: 14px;
  font-family: "Noto Sans KR";
  position: absolute;
  left: 0;
  top: 180px;
  line-height: 30px;
}
.wrap .footer .footer_inner .sns {
  position: absolute;
  left: 0;
  bottom: 100px;
}
.wrap .footer .footer_inner .sns li {
  float: left;
  margin-right: 10px;
  opacity: 0.7;
  transition: opacity 0.5s;
}
.wrap .footer .footer_inner .sns li:hover {
  opacity: 1;
}
.wrap .footer .footer_inner .sns li img {
  width: 40px;
  height: 40px;
}
.wrap .footer .footer_inner .link {
  color: #fff;
  position: absolute;
  left: 543px;
  top: 75px;
}
.wrap .footer .footer_inner .link li {
  float: left;
  margin-right: 42px;
}
.wrap .footer .footer_inner .link li a {
  color: #fff;
  font-size: 14px;
}
.wrap .footer .footer_inner .link li a:hover {
  text-decoration: underline;
}
.wrap .footer .footer_inner .subscribe {
  position: absolute;
  left: 543px;
  top: 135px;
  font-size: 15px;
}
.wrap .footer .footer_inner input[type=text] {
  background: #fff;
  position: absolute;
  left: 543px;
  top: 220px;
  width: 275px;
  height: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 5px 15px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.wrap .footer .footer_inner input[type=submit] {
  position: absolute;
  left: 830px;
  top: 220px;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  width: 94px;
  height: 40px;
  box-sizing: border-box;
  font-weight: bold;
  transition: background 0.4s ease;
}
.wrap .footer .footer_inner input[type=submit]:hover {
  background: #fff;
  color: #000;
}
.wrap .footer .footer_inner .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  left: 543px;
  top: 305px;
}
.wrap .footer .footer_inner .copyright p span {
  font-size: 12px;
  display: inline-block;
  padding-top: 5px;
}
.wrap .go_top {
  position: fixed;
  right: 2%;
  bottom: 50px;
  display: none;
  z-index: 999;
  font-weight: bold;
  font-size: 18px;
  position: fixed;
  right: 2%;
  bottom: 25px;
  display: none;
}/*# sourceMappingURL=main.css.map */