/* BASIC css start */
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');


/* ´ë¸®Á¡¾È³» ÄÁÅ×ÀÌ³Ê */

.store-container {
    margin-top:50px;
    width: 1000px;
    height: 150px;
    display: flex;
	background-color: #000;
}

.st-btn {
    flex: 1;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    background: none; /* ¹è°æ ¼³Á¤ Á¦°Å */
	border: 0;
}
	
.st-image {
    z-index: 2; /* ÀÌ¹ÌÁö°¡ ºñµð¿À À§¿¡ ¿Ã¶ó°¡µµ·Ï ¼³Á¤ */
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.st-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0.7;
	z-index: 1;
}

.st-btn:hover {
    flex: 1.2;
}

.st-btn:not(:hover) {
    flex: 0.5;
}
/* ´ë¸®Á¡ ¾È³» ÄÁÅ×ÀÌ³Ê ³¡ */




    /* ÅÇ ¹öÆ° ÄÁÅ×ÀÌ³Ê */
    .tab-button-container {
        display: flex;
        flex-wrap: wrap;
        width : 1000px;
        justify-content: flex-start;
        margin: 0 0 30px 0;
        background-color: #fafafa;
    }

    /* ÅÇ ¹öÆ° ½ºÅ¸ÀÏ */
    .tab-button {
      	padding: 0;
        border: 0;
	  	margin: 0;
      	cursor: pointer;
      	background-color: #fafafa;
	  	width:200px;
		height:60px;
		font-family: 'Noto Sans KR', sans-serif;
        font-weight: bold;
        font-size: 11pt;
    }

    /* ¼±ÅÃµÈ ÅÇ ¹öÆ° ½ºÅ¸ÀÏ */
    .active, #tab1.active {
      	background-color: #111;
		color:#fff;
		font-family: 'Noto Sans KR', sans-serif;
        font-weight: bold;
        font-size: 12pt;
    }

    /* ÅÇ ÄÁÅÙÃ÷ ½ºÅ¸ÀÏ */
    .tab-content {
      	display: none;
      	padding: 0px;
        margin: 0px;
    }
    
    /* ÅÇ ¹öÆ° Ä«Å×°í¸® */
    .new-product {
      	margin:40px 0 20px 0px;
        text-align:center;
    }
    
    .new-product, .new-product1 {
      	margin:40px 0 20px 0px;
        text-align:center;
    }
    
    
    .new-product_bottom {
        margin: 20px 0 20px 0px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .new-product .np1, .new-product1 .np1  {
      	font-family: 'Noto Sans KR', sans-serif;
        font-weight: 600;
        font-size: 22pt;
        color:#111111;
        display:block;
    }
    .new-product .np1, .new-product1 .np1 img  {
      	width: 30px;
    }
    
    .new-product .np2, .new-product1 .np2 {
      	font-family: 'Noto Sans KR', sans-serif;
        font-weight: 300;
        font-size: 14pt;
        color:#999;
    }

    .new-product_bottom .np1_bottom {
        width: 500px;
        border: 1px solid #111;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 600;
        font-size: 16pt;
        color: #111111;
        display: block;
        margin: 0 auto;
        padding: 5px 0;
    }

         /* Navigation */
        .nav {
            display: flex;
            flex-wrap: wrap;
            width : 1000px;
            justify-content: flex-start;
            margin: 0 auto 15px;
            background-color: #fafafa;
        }
        .nav button {
            background-color: #fafafa;
            width: 200px;
            height: 40px;
            cursor: pointer;
            margin: 0;
            color: #111;
            border: 0px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 11pt;
        }
        .nav button.active {
            background-color: #111;
            color: #fff;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 12pt;
        }
        .nav em {
            margin: 0;
            white-space: normal; /* ±âº»°ªÀ¸·Î µÇµ¹¸³´Ï´Ù. */
        }

        /* Slider */
        .slider {
            position: relative;
            width: 1000px;
            height: 450px;
            overflow: hidden;
        }
        .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s;
            display: block;
        }
        .slide.active {
            opacity: 1;
            z-index: 1;
        }
        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        

table#mk_bestgoods_table, table#mk_newgoods_table {
  width:100%;
}
table td.mk_bestgoods_td {
  width:20%;
  text-align:center;
  vertical-align:top;
} 
.mk_price {
  font-weight:bold;
  color:#000;
}
.mk_price2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color:#bbb;
}
.mk_price3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color:#000;
}

.-goods_img{width: 210px; border:1px solid #eee;}
.-goods_img:hover {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

td {font-size:9pt; font-family: ±¼¸²; }
td.line {font-size:1pt; font-family: ±¼¸²;}
.lims {font-size:9pt; font-family: ±¼¸²;}
.woong {font-size:9pt; font-family: ±¼¸²;}
.woong1 {font-size:8pt; font-family: ±¼¸²;line-height:130%}
.woong2 {font-size:15pt; font-family: ±¼¸²;line-height:130%}
.woong3 {font-size:7pt; font-family: font-family:matchworks,tahoma;color:#444444;line-height:130%}
.woong4 {font-size:11pt; font-family: ±¼¸²;line-height:130%}
.line {font-size:1px;line-height:1px;}
.input{border:solid 1;font-family:±¼¸²,verdana;font-size:9pt;color:#black;background-color:#white;height:19px}
.input2{border:solid 0;font-family:±¼¸²,verdana;font-size:9pt;color:#black;background-color:#white;height:16px}
.textarea {border:solid 1; font-family:±¼¸²,verdana;font-size:9pt;color:#black;background-color:#white}
input{font-size:9pt; font-family:±¼¸²;}
BODY {font-size:9pt; font-family: ±¼¸²;}
a{text-decoration:none ; font-family: ±¼¸²;}
A:link { text-decoration:none; color:#040f6f; font-family: ±¼¸²;}
A:visited { text-decoration:none; font-family: ±¼¸²;}
A:hover { color:#dc143c; text-decoration:none; font-family: ±¼¸²;}
a img {color:#FFFFFF}
.price {border:0px; color=#A00000; text-align:right; }
.select { background-color:#669900; border:1; solid #90C0FF; border-width:1 font-size:9pt; color:#FFFFFF;font-family:±¼¸²; }
.mainbrandname {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#777777;line-height:120%;}
.main_brandname1 { height:30px; #777777;}
.main_brandname2 { height:30px; #777777;}
.main_brandname3 { height:30px; #777777;}
.detail_image { margin-bottom:20px; }
.mtb_player { margin-top:10px; margin-bottom:10px; }
.user_additional_info {font-size:9pt; font-family: ±¼¸²;}
.info_orange {color:#F26622;}
.info_rbrack {color:#303030;}
.user_additional_title, .user_additional_title_must { vertical-align:top; padding-top:5px; text-align:right; font-weight:bold; width:100px; height:24px;}
.user_additional_title_must { color:#FF0000;}
.user_additional_top_title { text-align:center; font-weight:bold; height:24px;}
.user_addtional_top { vertical-align:top; padding-top:5px; text-align:right;}
#delibasic { color:#76bf9a}
#delipremium { color:#939bbb}
/** ÇÒÀÎ»óÇ° Ãë¼Ò¼± span.mk_discount_box span.mk_origin_price ¿¬¼ÓÀ¸·Î ÀÖ¾î¾ß ÇÑ´Ù **/
span.mk_discount_box span.mk_origin_price { text-decoration : line-through; }
.brstar {font-size:8pt;}
.leftbrand {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#000000;;}
.leftboard {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#000000;}
.lefttel {font-family:±¼¸²;font-size:9pt;font-weight:bold;;text-decoration:none;color:#000000;}
.mainprice {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;line-height:120%;}
.mainbrand {font-family:±¼¸²;font-size:9pt;font-weight:bold;;text-decoration:none;color:#333333;}
.mainspbrandname {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#333333;line-height:120%;}
.mainspprice {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;line-height:120%;}
.mainnotice {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#000000;}
.maininfo {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#333333;}
.mainboard {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#000000;}
.maincusprice {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:line-through;;}
.mainreserve {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.mainaddsub_title {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.mainaddbrandname {font-family:±¼¸²;font-size:9pt;font-weight:bold;text-decoration:none;}
.mainaddprice {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.mainaddeng_title {}
.brandtitle {font-family:±¼¸²;font-size:9pt;font-weight:bold;;text-decoration:none;color:#000000;}
.brandsubtitle {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#000000;}
.brandbrandname {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#000000;}
.brandprice {font-family:±¼¸²;font-size:9pt;font-weight:bold;;text-decoration:none;color:#000000;;}
.brandorg {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.brandproduct {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.brandconprice {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:line-through;;}
.brandreserve {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.brandadd {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.brandsort {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#000000;}
.brandpage {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.brandcurpage {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;color:#000000;;}
.brandaddsub_title {font-family:±¼¸²;font-size:9pt;font-weight:normal;text-decoration:none;}
.brandaddeng_title {}

div.subtitle {
    z-index:99;
    display: none;
    width:160px;
    height: 200px;
    position: absolute;
    left:0px;
    top:-130px;
    padding: 15px 15px 15px 15px;
}
/** ¿É¼Ç ¹Ì¸®º¸±â ±âº» ½ºÅ¸ÀÏ, º¯°æ½Ã¿¡´Â ¾Õ¿¡ #MK_opt_preview ¸¦ ºÙ¿©¼­ °³º°µðÀÚÀÎ¿¡ ³ÖÀ¸¸é ok **/
.mk_option_preview_outer {
    display : inline;
}
.mk_option_preview {
    background-color : white;
}
.mk_prd_option_list {
    color : #404040;
    font-size : 8pt;
    font-family : dotum;
    list-style : none;
    padding : 3px 3px 0;
    background-color : white;
    border : 1px solid #7899C2;
    width : 170px;
    margin : 0;
    text-align : left;
}

.mk_prd_option_list LI {
    line-height : 1.4;
    margin : 5px 0;
    display : block;
}

.mk_prd_option_list .mk_bt_opt_close {
    text-align : right;
}

.mk_prd_option_list .option-soldout {
    color : red;
}

/** ¿É¼Ç ¹Ì¸®º¸±â - ¸®½ºÆ® **/
.mk_prd_option_list LI UL {
    list-style : none;
    padding : 0;
    margin : 4px 0 0 10px;
}

.mk_prd_option_list LI UL LI {
    line-height : 1.4;
    padding : 0;
    margin : 0;
}

.mk_prd_option_list LI H3 {
    margin : 0;
    font-size : 9pt;
}
/** ¿É¼Ç ¹Ì¸®º¸±â - Á¶ÇÕ **/
.mk_prd_option_list .option-name {
    padding : 2px;
    background-color : #D6E5F7;
    color : #405F95;
    border-left : 2px solid #BBC9E3;
}
.mk_prd_option_list .option-required {
    color : red;
}

/* »óÇ°»ö»ó */
.mk_color {
    margin:2px 0;
}
.mk_color_list {
    padding:0;margin:0;
  display: inline;
  font-size: 0;
  line-height: 0;
  vertical-align: text-top;
  *vertical-align: middle;
}
.mk_color_list li {
  display: inline;
  margin-right: 5px;
}
.mk_color_list li span {
  display: inline-block;
}
.mk_color_list.size-lv1 li span {
  width: 7px;
  height: 7px;
}
.mk_color_list.size-lv2 li span {
  width: 9px;
  height: 9px;
}
.mk_color_list.size-lv3 li span {
  width: 11px;
  height: 11px;
}
.mk_color_list.size-lv4 li span {
  width: 13px;
  height: 13px;
}

.mk_color_align_left {text-align:left}
.mk_color_align_center {text-align:center}
.mk_color_align_right {text-align:right}
#passimg { z-index:100; }

.img_gray_filter {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter:gray(enabled=1)
 }

.img_alpha_filter {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)'; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); /* IE 7 and olders */
    opacity: 0.4; 
}


.dc_per { position: absolute; top: 136px; left: 30px; background: #dc0433; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 22px; font-weight: bold; color: #fff; border-radius: 100px; font-family: 'Montserrat', sans-serif; } 
.dc_per_1 { position: absolute; bottom: 6px; left: 7px; background: #dc0433; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 22px; font-weight: bold; color: #fff; border-radius: 100px; font-family: 'Montserrat', sans-serif; } 

.prdList {}
.prdList.basic ul {display: flex; flex-wrap: wrap; gap: 60px 20px; justify-content: start;}
.prdList.basic ul li {width: 264px; position:relative;}
.prdList ul li .imgWrap img {width:100%; border-radius:15px;}
.prdList ul li .prdIcon {display:none;}
.prdList ul li .prdName {font-family: '±¼¸²'; font-size:9pt; margin-top:12px; color:#777777;}
.prdList ul li .prdSubName {font-size:12px; margin:4px 0 10px; color:var(--light_txt);}
.prdList ul li .prdPrice {}
.prdList ul li .prdPrice .discountPer {font-size:14px; color:var(--point_color); font-weight:800;}
.prdList ul li .prdPrice .price {font-family: 'Montserrat', sans-serif; font-size:21px; color:#000; font-weight:600; margin:0 4px 0 2px;}
.prdList ul li .prdPrice .c_price {font-family: 'Montserrat', sans-serif; font-size:15px; text-decoration: line-through; color:#bbb; font-weight:500;}
.prdList ul li .wishIcon{position:absolute; top:0; right:0; width:15px; padding:12px;}
.prdList ul li .wishIcon img{display:block;}
.prdList ul li .wishIcon img.on{display:none;}
.prdList ul li .wishIcon .wish-on img {display:none;}
.prdList ul li .wishIcon .wish-on img.on {display:block;}

/* sec03 */
.sec03 {width: 1000px;}
.sec03 .keywordTabBtn {margin-bottom:20px;}
.sec03 .keywordTabBtn ul {display: flex; justify-content: center; /* °¡¿îµ¥ Á¤·Ä */}
.sec03 .keywordTabBtn ul li {display: block; width: auto; font-size: 18px; line-height: 36px; padding: 0 20px; border: 1px solid #ededed; color: var(--txt); border-radius: 40px; cursor:pointer;}
.sec03 .keywordTabBtn ul li.swiper-slide-thumb-active {background: #ff8a24; border: 1px solid #ff8a24; color: #fff; font-weight:600}
.sec03 .swiper-button-prev {width:36px; height:36px; left:0; top:40%;}
.sec03 .swiper-button-next {width:36px; height:36px; top: 40%; right: 0;}
.sec03 .swiper-button-prev:after {font-size:0; background:url(//skin.makeshop.co.kr/skin/fragrance/pc/img/slide-left.png)no-repeat center; width:100%; height:100%; background-size:cover; }
.sec03 .swiper-button-next:after {font-size:0; background:url(//skin.makeshop.co.kr/skin/fragrance/pc/img/slide-right.png)no-repeat center; width:100%; height:100%; background-size:cover; }

.sec_title {display:flex; justify-content: center; height:100px; align-items:center;}
.sec_title .title_text {display: flex; flex-direction: column; justify-content: center; line-height: 1.4; }
.sec_title h2 {color: #111; font-family: 'Noto Sans KR', sans-serif; font-size: 22pt; font-weight: 600;}
.sec_title h3{color: #999; font-family: 'Noto Sans KR', sans-serif; font-size: 14pt; font-weight: 300; margin-left: 58px;}
.sec_title img {width: 30px; margin-bottom: 22px;}

.sec_title_2_wrap {
  max-width: 1800px;
  margin: 30px auto 20px auto;
  padding: 14px 24px 14px 36px;
  background-color: #f4f4f4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: relative;
}

/* ¼¼·Î¼± */
.underline_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #ffBC00;
  border-radius: 3px;
}

.sec_title_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_title_2 .title_left {
  display: flex;
  align-items: center;
}

.sec_title_2 img {
  width: 48px;
  margin-right: 12px;
}

.text_group {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.text_group .main_ko {
  color: #111;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16pt;
  font-weight: 600;
}

.text_group .main_en {
  color: #aaa;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 11pt;
  font-weight: 400;
}

.sec_title_2 .title_right {
  display: flex;
  align-items: center;
}

.view_more_btn {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 13pt;
  color: #000;
  border: 0.5px solid #9d9d9d;
  padding: 6px 16px;
  border-radius: 24px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.view_more_btn:hover {
  background-color: #000;
  color: #fff;
}


/* ÅÇ ¹öÆ° Ä«Å×°í¸® */

.new-product_bottom_1 {margin: 20px 0 20px 0px; text-align: center; display: flex; justify-content: center;}
.new-product_bottom_1 .np1_bottom_1 {width: 200px; border: 1px solid #ededed; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; font-size: 16pt; color: #111111; display: block; margin: 0 auto; padding: 5px 0; border-radius: 40px;}
.new-product_bottom_1 .np1_bottom_1:hover {width: 200px; border: 1px solid #000; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; font-size: 16pt; color: #111; display: block; margin: 0 auto; padding: 5px 0; border-radius: 40px;}
.new-product_bottom_1 a :hover {text-decoration: none;}

/* BASIC css end */

