@charset "utf-8";

body{
    font-size: 16px;
}
.condition_box_wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #1d1a2c;
    margin-bottom: 17px;
}
.condition_box_wrap .tit,
.condition_box_wrap .btn_wrap{
    display: none;
}
.condition_box_wrap .btn_wrap .search_btn{
    display: inline-block;
    width: 420px;
    height: 52px;
    line-height: 52px;
    background-color: #e63d36;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    transition: all 0.2s;
    box-shadow: 0 13px 24px rgba(230, 61, 54, 0.26);
}

.condition_box_wrap .btn_wrap .search_btn:hover{
    background: #cf211a;
}

.btn_wrap button:hover{
    box-shadow: 0 13px 24px rgba(230, 61, 54, 0.26);
}
/* 반응형 */
.only_web {
    display: block !important;
}

.only_mo {
    display: none !important;
}


/* common */
.wrap_layout {
    max-width: 1200px;
    width: calc(100% - 2.0833em);
    position: relative;
    margin: 0 auto;
    /* height: 100%; */
}

.inner {
    max-width: 1200px;
    width: calc(100% - 2.0833em);
    position: relative;
    margin: 0 auto;
    height: 100%;
}



.txt01 {
    font-size: 12px;
    color: #333;
}

.tit_st01 {
    padding: 0 20px;
    /*margin-top:20px;*/
    margin: 20px 0;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: 900;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
}

.btn_submit01 {
    display: block;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    background: url('../img/main/coupon_out-05.png') no-repeat;
    background-size: cover;
    outline: none;
    text-indent: -9999px;
}

.btn_more01 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 2px solid #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header_btn{
    display: flex;
    align-items: center;
    font-size: 17px;
    margin-right: 50px;
    font-weight: 500;
    color: #fff;
}

.btn_more01:focus,
.btn_more01:hover {
    background: #333;
    color: #fff;
}

/* 메인상단베너 */
#upper_portion {
    position: relative;
    background-color: #fff;
}

.top_banner {
    width: 1180px;
    margin: 0 auto;
}

.top_banner ul {}

.top_banner ul li {
    float: left;
    width: 25%;
}

.top_banner ul li a {
    display: block;
    height: 80px;
    box-sizing: border-box;
    padding-top: 24px;
}

.top_banner ul li a span {
    display: block;
    color: #595758;
}

.top_banner ul li a strong {
    display: block;
    color: #3e3a39;
}

.top_bclose {
    clear: both;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 140px;
    height: 20px;
    z-index: 10;
}

.top_bclose label {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 350;
    color: #333;
}

.top_bclose input[type="checkbox"] {
    display: none;
}

.top_bclose input[type="checkbox"]+label span {
    margin-right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    cursor: pointer;
    vertical-align: middle;
}

.top_bclose input[type="checkbox"]:checked+label {
    /*vertical-align: super;*/
}

.top_bclose input[type="checkbox"]:checked+label span:before {
    content: '\2714';
    font-size: 9px;
    line-height: 9px;
    color: #000;
    vertical-align: text-top;
}

.top_bclose a {
    float: right;
}

/* ******이 위는 뭔지 모르겠음******* */
/* header */

.btn_favorite {
    float: left;
    padding-left: 17px;
    background: url("/img/main/icon_star.png") no-repeat left center;
}

.btn_favorite strong {
    color: #999;
}

.top_menu {
    float: right;
}

.top_menu a {
    position: relative;
    padding: 0 8px;
}
#header{
    height: 160px;
    background: #fff;
    z-index: 200;
}
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}
/* 
#header.on .header_top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
} */

#header .header_top .btn_category{
    display: none;
    margin-right: 10px;
}
#header.on .header_top .btn_category{
/* display: inline-block; */
}
.slider_control ul{
    display: flex;
}
.slider_control ul li+li{
    margin-left: 10px;
}
.slider_control ul li.on{
    background-color: #fff;
}
.slider_control ul li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
}
/* #header.on .header_bot{
    position: fixed;
    width: 100%;
    top: 24px;
    border: none;
    z-index: 50;
    
} */
/* #header.on .header_bot > .wrap_layout{
    display: none;
} */
.category_bg{
    top: 60px;
}
#header.on #category {
    top: 60px;
}


.header_top {
    width: 100%;
    height: 120px;
    background-color: #fff;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 11px;
}

.header_top .left {
    width: 60%;
}

.header_top .logo {
    /* width: 15vw;
    min-width: 105px;
    max-width: 167px; */
    margin-right: 32px;
}

.header_top .logo a {
    display: block;

}

/*검색*/
.search_form {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 180409 수정 */
    width: calc(100% - 200px);
    max-width: 510px;
    height: 46px;
}

.search_form fieldset {
    position: relative;
    min-width: auto;
    max-width: 340px;
}

.search_form .sf_txt {
    width: 100%;
    height: 44px;
   background-color: #f3f3f3;
   border: 0;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    /* background-color: transparent; */
    color: #222;
    padding: 0 55px 0 15px;
}

/* .search_form .sf_txt:hover,
.search_form .sf_txt:focus {
    border-color: #79ab32ab;
} */

.search_form .sf_sel {
    width: 87px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    padding: 0 10px;
    background: url("/img/btn/option_bar_btn.png") no-repeat 86% center;
    /* 180409 수정 */
    padding: 0 15px 0 15px;
    width: 110px;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    color: #d21c55;
}
.right_gnb{
    display: flex;
}
.right_gnb li a.new_member{
    color: #252525;
}
.right_gnb li a{
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}
.right_gnb li a::after{
    content: "|";
    display: inline-block;
    font-size: 8px;
    line-height: 13px;
    margin: 0 7px;
    color: #eeeeee;
}
.right_gnb li:last-child a:after{
    display: none;
}
.search_form .sf_sel option {
    font-size: 14px;
}
.head_top_text{
    font-size: 13px;
    font-weight: 400;
    color: #252525;
}
.head_top_text span{
    color: #999999;
}
.search_form .btn_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 44px;
    background: url("/img/ico/search.png") no-repeat center center;
    border: none;
    font-size: 0;
}

.header_top_text{
    max-width: 1200px;
    width: calc(100% - 2.0833em);
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 18px;
}

.header_top .right a {
    position: relative;
    display: block;
    text-align: center;
    width: 70px;
    font-size: 13px;
    box-sizing: border-box;
}
/* 
.header_top .right a+a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 50%;
    background-color: #eeeeee;
} */

.header_top .right .txt {
    display: block;
    font-size: 12px;
    color: #767676;
    margin-top: 5px;
}

.header_top .right a .num {
    position: absolute;
    right: 7px;
    bottom: 26px;
    padding: 5px 8px;
    background-color: #252525;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
}

/*  header bottom */
.header_bot {
    position: relative;
    background-color: #0033a0;
    /* border-bottom: 1px solid #eee; */
}

/* category */
#category {
    width: 100%;
    display: none;
    border-top: 1px solid #eeeeee;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    /* height: 100vh; */
    z-index:50;
}
#category.on{
    display: block;
}
.category_bg{
    content: '';
    z-index:10;
    display: none;
    position: absolute;
    width: 100%;
    height: 10000000000vh;
    top: 60px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    /* z-index: -1; */
}
.category_bg.on{
    display: block;
}
#category .cg_list {
    width: calc(100% - 20px);
    margin-left: 10px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 542px;
    /* max-height: 690px; */
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 50px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.cg_list{
    position: relative;
    z-index: 30;
}
#category > ul > li:nth-child(1){
    padding-top: 0;
}
.cg_list>li {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
    /* width: 270px; */
    /* height: 350px; */
}

.cg_list>li:nth-child(n+6),
.cg_list>li:nth-child(4) {
    /* height: 150px; */
    /* width: 170px; */
    /* margin-top: 20px; */
}

.cg_list>li>a {
    /* padding-left: 20px; */
    font-size: 20px;
    font-weight: 700;
    /* padding: 10px 0; */

}

.cg_list li a {
    display: inline-block;
    max-width: 80px;
    margin-right: 70px;
    letter-spacing: -0.04em;
}

.cg_list>li>a:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: -1px;
    width: 5px;
    height: 46.5px;
    background-color: #fff;
    z-index: 999999;
}
.cg_list_detail{
    display: flex;
}
.cg_list_detail li{
    position: relative;
    /* padding: 4px 0 4px 8px; */
    color: #252525;
    font-size: 18px;
    font-weight: 500;
}
.cg_list_detail li a{
    display: block;
    max-width: 163px;
    width: 163px;
    margin: 0;
    margin-bottom: 30px;
}
.cg_list_detail li .cg_list_sub li{
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
}
.cg_list_detail li .cg_list_sub li a{
    margin-bottom: 0;
}
.cg_list_detail li .cg_list_sub li+li{
    margin-top: 15px;
}
#category > ul > li:nth-child(3){
    border-bottom: 0;
    padding-bottom: 0;
}
/* 
.cg_list_detail li::after {
    content: '-';
    position: absolute;
    top: 0.5em;
    left: 0;
    
} */


/* .cg_list_detail li:hover a {
    color: #78ab32;
} */
.cg_list_tit{
    line-height: 1.4;
}

.ad_links {
    position: absolute;
    top: 48px;
    right: 7%;
    width: 53%;
}

.ad_links:after {
    content: "";
    display: block;
    clear: both;
}

.ad_links>div {
    margin-bottom: 10px;
}

.ad_links>h3 {
    float: none;
    clear: both;
}

.ad_links>div>div {
    margin-top: 15px;
    width: 42%;
}

.ad_links>div>div:first-child {
    float: left;
}

.ad_links>div>div:last-child {
    float: right;
}

.ad_links>div>div a {
    display: block;
    color: #333;
}

.ad_links a {
    display: block;
}

.ad_links a img {
    width: 100%;
}

.ad_links>div>div a>p {
    font-size: 10px;
    letter-spacing: -1px;
    line-height: 15px;
}

.ad_links>div>div a>p:nth-of-type(1) {
    margin-top: 10px;
}

.ad_links>div>div a>p:nth-of-type(2) {
    font-weight: 600;
}

.ad_links>div>div .ad_pays {
    margin-top: 10px;
    font-size: 14px;
}

.ad_links>div>div .ad_pays:after {
    content: "";
    display: block;
    clear: both;
}

.ad_links>div>div .ad_pays .normal_pay {
    float: left;
    text-decoration: line-through;
}

.ad_links>div>div .ad_pays .sale_pay {
    float: right;
}


/* btn_____________________ */


.btn_category {
    display: inline-block;
height:54px;
width: 42px;

}

.btn_category span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.03);
    background-image: url("/img/btn/bar.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 42px;
    height: 54px;
    border-radius: 50%;
}

.btn_category.on
.btn_category.on span {
    background-image: url("/img/btn/bar_on.png");
}

/* ************************************ */
#gnb_web {
    display: inline-block;
    width: 100%;
}

#gnb_web .gnb_left>li{
    
    padding:0px 17.5px;
}
#gnb_web .gnb_left>li>a {
    display: block;
    box-sizing: border-box;
    position: relative;
    font-size: 17px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

#gnb_web .gnb_list>li a.md_pick:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 68px;
    height: 28px;
    background: url('/img/main/md_pick01.png') no-repeat;
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
}

#gnb_web .gnb_list>li a.md_pick.on:after {
    display: block;
    top: -18px;
}

#gnb_web .gnb_list_mo {
    display: none;
}

#gnb_web .gnb_left {
    /* min-width: 685px; */
}

#gnb_web .gnb_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

#gnb_web .gnb_right li {
    position: relative;
}


.gnb_right li a {
    display: block;
    position: relative; 
       padding: 0.3571em 17.5px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

/* .gnb_right li:hover a {
    font-weight: 600;
    color: #252525;
} */

/* 최근 본 상품 */
.recent_prd {
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 400px;
    width: 90%;
    min-height: 100vh;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.5s ease;
}
.recent_prd.active {
    right: 0;
    transition: all 0.5s ease;
}
#header .bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9998;
}
.recent_prd .recent_box .box_ttl {
    position: relative;
    padding: 18px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
}
.recent_prd .recent_box .box_ttl p {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    line-height: 30px;
}
.recent_prd .recent_box .box_ttl p a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    letter-spacing: 0;
}
.recent_prd .recent_box .box_ttl .r_close_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url('../img/btn/btn_close_black_20x20.png') center no-repeat;
    outline: none;
}
.recent_prd .recent_box .list_box_wrap {
    padding: 0 22px 0 25px;
}
.recent_prd .recent_box .list_box {
    width: calc(100% + 20px);
    height: calc(100vh - 140px);
    margin-top: 10px;
    overflow-y: auto;
}
.recent_prd .recent_box .list_box .box_wrap {
    margin-top: 10px;
    padding: 0 20px;
}
.recent_prd .recent_box .list_box .date {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
    color: #757575;
}
.recent_prd .recent_box .list_box .date:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #757575;
}
.recent_prd .recent_box .list_box ul {
    font-size: 0;
}
.recent_prd .recent_box .list_box li {
    display: inline-block;
    width: calc(33.33% - 6.66px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}
.recent_prd .recent_box .list_box li a {
    display: block;
}
.recent_prd .recent_box .list_box li span {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recent_prd .recent_box .list_box li:nth-of-type(3n + 0) {
    margin-right: 0;
}
.recent_prd .recent_box .list_box .list_top .date {
    color: #252525;
}
.recent_prd .recent_box .list_box .list_top .date:before {
    background-color: #252525
}
.recent_prd .recent_box .guide {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 15px;
    color: #757575;
    padding-left: 46px;
}
/* //최근 본 상품 */

/* main */
#container.item_view {
    padding-bottom: 0;
}

#container.item_view .vc_box {
    padding-bottom: 92px;
}

.main {
    position: relative;
}
/* mainSlider */

#main{
    margin-top: 180px;
}
.main_slider {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}

.mid_banner{
    position: relative;
    max-width: 1200px;
    width: 100%;
    /* margin: 0 auto; */
    margin: 50px auto;
    /* margin-bottom: 90px; */
    
}
.mid_img{
    position: relative;
}
.mid_img figure{
    margin: 0;
    border-radius: 10px;
}
.mid_text{
    position: absolute;
    display: block;
    top: 55px;
    left: 101px;
    
}
.mid_text p{
    display: inline-block;
    margin-bottom: 18px;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.1724;
    color: #fff;
}
.mid_text p span{
    font-weight: 700;
}
.mid_text .mid_btn button{
    width: 130px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #185e8e;
    border-radius: 18px;
}
.mid_left{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 0;
    z-index: 10;
    width: 42.85px;
    height: 42.85px;
    border-radius: 50%;
    font-size: 0;
    background: url(../img/btn/mid_left.png)no-repeat center/cover;
    cursor: pointer;
}
.mid_right{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    right: -42.85px;
    z-index: 10;
    width: 42.85px;
    height: 42.85px;
    border-radius: 50%;
    font-size: 0;
    background: url(../img/btn/mid_right.png)no-repeat center/cover;
    cursor: pointer;
}
.mid_slider{
    position: relative;
}
.mid_slider_box{
    position: relative;
}
ul.item_type01 > li > article > a > i{
    position: absolute;
    display: inline-block;
    /* top: 18px; */
    left: 19px;
    width: 50px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color:#f43142;
    border-radius: 3px;
    z-index: 30;
}
/* ul.item_type01 > li:nth-child(2) > article > a::after{
    position: absolute;
    content: "NEW";
    display: block;
    top: 18px;
    left: 19px;
    width: 50px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color:#0033a0;
    border-radius: 3px;
} */

.announcement{
    display: flex;
}
.announcement .left_box{
    width: 50%;
}
.announcement .right_box{
    width: 50%;
}
.announcement .tit_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 57px;
}
.tit_box .tit{margin: 0;}

.announcement_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.announcement_list li a p{
    position: relative;
    font-size: 18px;
    color: #454545;
    line-height: 2.3333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 270px;
}

.mid_text .mid_btn button a{
    display: block;
    width: 100%;
    line-height: 36px;
}
.announcement_list li:last-child a p:after{display: none;}
.announcement_text{
    display: flex;
    align-items: center;
}
.announcement_list li a em{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    width: 16px;
    line-height: 16px;
    margin-left: 7px;
    text-align: center;
    border-radius: 3px;
    background-color: #0033a0;
}
.announcement_list li a span{
    display: block;
    font-size: 16px;
    color: #999999;
}
.link_btn{
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #252525;
    cursor: pointer;
}
.announcement_img{
    position: relative;
}
.announcement .right_box{
    margin-left: 80px;
}
.announcement_img .img_box{
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 50px;
    background: url(../img/main/announcement_banner.png)no-repeat center/cover;
}
.announcement_img .img_box p{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2666;
    margin-bottom: 24px;
    color: #252525;
}
.announcement_img .img_box span{
    display: block;
    font-size: 17px;
    line-height:1.4117;
    color: #454545;
    margin-bottom: 49px;
}
.link_btn::after{
    display: block;
    content: "";
    background: url(../img/btn/link_arrow.png)no-repeat center/cover;
    width: 8px;
    height: 13px;
    margin-left:6px;
}
.main_slider .slick-slide img {
    width: 100%;
}

.main_slider .slider_img {
    height: 44.8vw;
    max-height: 490px;
}

.slider_img a,
.slider_img a span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    
}
.slider_img .text_box{
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    margin-left: 80px;
    color: #fff;
    z-index: 3;
}
.slider_img .text_box p{
    font-size: 46px;
    font-weight: 800;
    font-family: "NanumSquare";
    line-height: 1.2608;
    margin-bottom: 38px;
}
.slider_img .text_box span{
    line-height: 1.5555;
    font-size: 18px;
}
#main_prevArrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 248px;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    background: url(../img/btn/prevArrow.png)no-repeat center/cover;
    cursor: pointer;
}
#main_nextArrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 248px;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    background: url(../img/btn/nextArrow.png)no-repeat center/cover;
    cursor: pointer;
}

.slider_img a span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.slider_control {
    position: absolute;
    top: 91.25%;
        width: calc(100% - 5vw);
    max-width: 1060px;
    left: 50%;
    transform: translateX(-50%);
}

.num_txt {
    font-size: 17px;
    
    width: 100px;
}

.total_slide {
    opacity: 0.3;
    /* padding-left: 2px */
}

.slider_control .btn_stop {
    margin-right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(/img/btn/pause.png);
    background-position: left 53% center;
    background-repeat: no-repeat;
}

.slider_control .btn_stop.on {

    background-image: url(/img/btn/play.png);
}

.slide_stop a {
    display: none;
    width: 50px;
    height: 45px;
    border: solid 1px #eeeeee;
    border-left: none;
    border-top: none;
    box-sizing: border-box;
}

.slide_stop a.active {
    display: block;
}

.slide_stop a img {
    width: 100%;
}



/* 상세검색 */

.condition_box_wrap{
    padding: 80px 0 0;
}
.condition_box{
    border: 1px solid #eeeeee;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #000000;
    padding: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.condition_box li +li{
    /* width: 33.3333%;
    margin-top: 20px; */
    margin-left: 44px;
}

.condition_box li +li.check_search {
    margin-left: 0;
}

.condition_box li.check_search{
    width: 33.3333%;
    margin-top: 20px;
    margin-left: 0;
}

.condition_box li a{
    font-size: 18px;
    font-weight: 300;
    color: #999999;
}
.condition_box li a.on{
    color: #0033a0;
    font-weight: 400;
}

.condition_box li:nth-child(-n+3){
    margin-top: 0;
}
.btn_wrap{}
/* ******* product list********** */
/* item_type01 */
.item_type01 {
    display: flex;
    flex-wrap: wrap;
    gap: calc(22px * 4 / 3);
    /* margin: 0 -10px; */
}
.item_nav_box{
    display: flex;
    margin-top: 60px;
    margin-bottom: 40px;
}
.item_nav_box li {   
    display: block;
    width: 100%;
    text-align: center;
    line-height: 54px;
}
.item_nav_box li a{
    display: block;
    /* max-width: 174px; */
    width: 100%;
    
    line-height: 52px;
    border: 1px solid #dbdbdb;
    font-size: 18px;
    color: #454545;
}
.item_nav_box li a.on{
    position: relative;
    border: 1px solid #0033a0;
    color: #0033a0;
    z-index: 1;
}

.item_nav_box li+li{
    margin-left: -1px;
}
.item_type01>li {
    width: calc(25% - 22px);
    /* margin: 0 29px 40px 0; */
}

.item_type01 > li:nth-child(4){
    margin-right: 0;
}

.item_type01 > li:nth-child(8){
    margin-right: 0;
}

.item_type01 > li:nth-child(12){
    margin-right: 0;
}

.item_type01 > li:nth-child(16){
    margin-right: 0;
}

.item_type01 .thum_img {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 10px;
    /* height: 277px;overflow: hidden;*/
    background: #fff;
}
.item_type01 .thum_img .in_img{
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding-top: 100%;

} 
.item_type01 .thum_img .in_img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-color:#f3f3f3; */
}

.item_type01 .thum_img .login_txt{
    width: 100%;
    height: 21.43%;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.7);
}

.main_section01{
    padding: 60px 0 120px;
}
.tit{
    margin-bottom: 51px;
    font-size: 30px;
    font-weight: 700;
}


/* main best */
.main_section01 .item_type01 li {
    position: relative;
}
/* 
.main_section01 .item_type01 li:first-child::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../img/main/best01.png)no-repeat center center;
    background-size: cover;
    width: 46px;
    height: 56px;
    display: block;
}

.main_section01 .item_type01 li:nth-child(2)::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../img/main/best02.png)no-repeat center center;
    background-size: cover;
    width: 46px;
    height: 56px;
}

.main_section01 .item_type01 li:nth-child(3)::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../img/main/best03.png)no-repeat center center;
    background-size: cover;
    width: 46px;
    height: 56px;
}

.main_section01 .item_type01 li:nth-child(4)::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../img/main/best04.png)no-repeat center center;
    background-size: cover;
    width: 46px;
    height: 56px;
}
 */
.item_type01 .thum_img .in_img img {
    transition: 0.2s all;
    width: 100%;
}

.item_type01 .thum_img .item_opt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
}

.item_type01 .thum_img .item_opt button {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
    margin-left: 7px;
    font-size: 0;
    text-indent: -9999em;
}

/* 최근할인 등 아이콘 */
.item_type01 .in_ico {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: none;
}

/* .item_type01 .thum_img .item_opt button:hover, .item_type01 .thum_img .item_opt button:focus, .thum_img .item_opt button.active{background-position: 0 100%;} */
.item_type01 .thum_img .item_opt .btn_zzim {
    overflow: hidden;
    background-image: url("/img/btn/heart.png");
}

.item_type01 .thum_img .item_opt .btn_zzim.on {
    background-image: url("/img/btn/heart_on.png");
}

.item_type01 .thum_img .item_opt .btn_zzim.active {
    background-image: url("/img/btn/heart_on.png");
}

.item_type01 .thum_img .item_opt .btn_zzim:hover {
    background-image: url("/img/btn/heart_on.png");
}

.item_type01 .thum_img .item_opt .btn_vs {
    display: none;
    overflow: hidden;
    background-image: url("/img/main/btn_vs.png");
}

.item_type01 .thum_img .item_opt .btn_vs.active {
    background-position: 0 100%;
}

.item_type01 .thum_img .item_opt .btn_vs:hover {
    background-position: 0 100%;
}

.item_type01 .thum_img .item_opt .btn_vsmore {
    display: none;
    position: absolute;
    top: -55px;
    right: -30px;
    margin-left: 0;
    width: 105px;
    height: 55px;
    background: url("/img/btn/vsmore.png")no-repeat left top;
}

.item_type01 .thum_img .item_opt button.btn_vsmore:hover,
.item_type01 .thum_img .item_opt button.btn_vsmore:focus,
.thum_img .item_opt button.btn_vsmore.active {
    background-position: 0 0;
}

.item_type01 .item_content {
    /* min-height: 182px; */
    padding-top: 25px;
}

.item_type01 .item_content .ic_tit {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
}

.item_type01 .item_content .ic_tit strong {
    font-size: 16px;
    color: #434343;
    font-weight: 600;
}

.item_type01 .item_content .ic_tit span {
    font-size: 14px;
    color: #838383;
    font-weight: 500;
}

/* .item_type01 .item_content .ic_mid {
    padding: 8px 10px 0 10px;
} */
.item_type01 .item_content .ic_top > img+img{
    margin-left: 5px;
}
.item_type01 .item_content .ic_top{
    display: none;
    margin-bottom: 10px;
}

.item_type01 .item_content .ic_subject {
    width: 100%;
    max-height: 2.8888em;
    font-size: 18px;
    line-height: 1.2222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

/* 
.item_type01 .item_content .ic_mid .ic_subject2 {
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 1.428;
}

.item_type01 .item_content .ic_mid .ic_subject3 {
    font-size: 14px;
    color: #454545;
    display: block;
    line-height: 1.428;
} */


.item_type01 .item_content .ic_txt {
    display: block;
    font-size: 13px;
    color: #434343;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    font-family: "Nanum Gothic";
    margin-bottom: 8px;
}

.item_type01 .item_content .ic_txt a {
    color: #434343;
    display: block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_type01 .item_content .ic_txt a:focus,
.item_type01 .item_content .ic_txt a:hover {
    text-decoration: underline;
}

.item_type01 .item_content .ic_bot {
    margin-top: 10px;
    position: relative;
}

.item_type01 .item_content .ic_bot .ic_pay {
    display: flex;
    letter-spacing: -0.5px;
    font-size: 16px;
    margin-bottom: 18px;
}

.item_type01 .item_content .ic_bot .ic_pay span {
    font-style: normal;
    display: inline-block;
}

.item_type01 .item_content .ic_bot .ic_pay span.red {
    vertical-align: baseline;
    color: #e7242b;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.item_type01 .item_content .ic_bot .ic_pay strong {
    font-family: "NanumSquare";
    font-weight: 800;
    display: inline-block;
    font-size: 20px;
    vertical-align: baseline;
    color: #252525;
    text-align: right;
}
.item_type01 .item_content .ic_bot .ic_pay span.above {
    text-decoration: line-through;
    color: #999999;
    font-size: 15px;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 6px;
}

.item_type01 .item_content .ic_bot .ic_bot_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_type01 .item_content .ic_bot .point_info2{
    font-size: 16px;
    color: #999999;
}
.item_type01 .item_content .ic_bot .point_info{
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #78ab32;
    margin-right: 5px;
}

.item_type01 .item_content .ic_bot .point_info.red{
    color: #e7242b;
}

 .item_type01 .item_content .ic_bot .ic_bot_info .ico_heart{
    display: none;
        margin: 0;
        width: 20px;
        height: 16px;
        padding: 0;
        font-size: 0;
        background-size: cover;
        background-position: center bottom;
    }

    .item_type01 .item_content .ic_bot .ico_heart_wrap .ico_heart{
        display: none;
        width: 20px;
        height: 16px;
        padding: 0;
        font-size: 0;
        margin-top: 10px;
        background-size: cover;
        background-position: center bottom;
    }

    .item_type01 .item_content .ic_bot .ic_bot_info .ico_heart span{
        font-size: 0;
        display: none;
    }

.ico_heart {
    display: block;
    padding-left: 1.5333em;
    font-size: 0.9375em;
    background-image: url(/img/ico/heart.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1.5;
    margin-top: 0.666em;
    color: #bcbcbc;
}

.ico_heart.active {
    background-image: url('/img/ico/heart_on.png');}

.item_type01 .item_content .ic_bot .freeS_wrap {
    display: block;
    height: 48px;
}
.item_type01 .item_content .ic_bot .freeS {
    display: inline-block;
    border: 1px solid #e7242b;
    color: #e7242b;
    border-radius: 3px;
    padding: 0.4615em;
    font-size: 0.8125em;
    /* line-height: 1.5; */
    margin-top: 1.5384em;
}





/* footer 03 11 ------------------------*/
.top_btn{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    right: 66px;
    top: 63%;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #454545;
    z-index: 40;
    transition: all 0.2s ease-in-out;
    color: #fff;
}
.top_btn p{
    margin-top: 9px;
}
.top_btn:hover{
    
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.27);
}
.footer_top {
    font-size: 14px;
    
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #eeeeee;
}

#fnb ul li {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;

}

#fnb ul li a {
    display: block;
    color: #454545;
    height: 62px;
    line-height: 62px;
}

.mid_recommend{
    margin-bottom: 60px;
}

/* 수정한다~~~ */
#footer .footer_bot {
    padding: 34px 0 47px;
    background: #f5f5f5;
    color: #757575;
}
.f_logo{
    margin-bottom: 25px;
}
.f_gnb{
    display: flex;
    font-size: 15px;
    color: #757575;
    margin-bottom: 17px;
}
.f_gnb li+li{
    margin-left: 25px;
}
#footer .footer_bot .f_gnb .f_gnb_point{
    color: #252525;
}
#footer .footer_bot .f_logo {
    /* float: left; */
}
.colorB{
    color: #252525;
    font-weight: 500;
}

#footer .left{
    width: 50%;
}
#footer .left .f_info span{
    display: inline-block;
    /* margin-right: 15px; */
}
#footer .left .f_info span.bar{
    font-size: 8px;
    color: #757575;
    margin: 0 7px;
}

#footer .footer_bot span.bar{
    font-size: 8px !important;
    color: #757575;
    margin: 0 7px;
}

#footer > div > div > div.left > address > span:nth-child(7){
    display: none;
}
#footer .center{
    width:auto;
    margin-left: 25px;
    margin-right: 30px;
}
#footer .right{
    width: 25%;
}
.bank_box{
    display: flex;
    font-size: 16px;
}
.bank_img{
    margin-top: 3px;
    margin-right: 10px;
}
.footer_bot .bank_box span{
    font-size: 16px;
}
/* #footer .right > *,
#footer .center > *{
    margin-bottom: 10px;
} */
.call_txt,
.bank_txt{
    margin-bottom: 20px;
}
#footer .center h3{
    font-size: 24px;
    font-family: "Tahoma";
    font-weight: 700;
    margin-bottom: 29px;
}
#footer .center h3 p{
    /* margin-bottom: 15px; */
}
.footer_bot address,
.footer_bot span,
.footer_bot p,
.footer_bot .copy {
    font-size: 14px;
    line-height: 1.5714;
}

#footer .right p.colorB{
    font-size: 15px;
}
#footer .right p:nth-child(2){
    margin-bottom: 5px;
}


.footer_bot .copy {
    margin-top: 25px;
}
/* .right p>span:first-child,
.center p>span:first-child{
width: 70px;
display: inline-block;
} */

.fwb{
    font-weight: bold;
}

/* ****************************** */


/* item_type02 */
.item_type02 .thum_img {
    display: block;
    position: relative;
    width: 100%;
    height: 165px;
    overflow: hidden;
    /*background: #f6f6f6;*/
    margin-bottom: 16px;
}

.item_type02 .thum_img .in_img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* .mii_right .item_type02 .thum_img .in_img{display: block; width: 100%; height: 100%; transform: translateY(-15px);} */
.item_type02 .thum_img .in_img img {
    transition: 0.2s all;
    height: 100%;
}

.item_type02 li:focus .thum_img .in_img img,
.item_type02 li:hover .thum_img .in_img img {
    transform: scale(1.08);
}

.item_type02 .item_content .ic_subject {
    font-size: 0.875em;
    line-height: 1.3;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}

.item_type02 .item_content .ic_subject a {
    color: #333;
}

.item_type02 .item_content .ic_pay {
    color: #434343;
    font-size: 0.75em;
    letter-spacing: -0.5px
}

.item_type02 .item_content .ic_pay span {
    font-size: 12px;
    color: #434343;
    font-style: italic;
}

.item_type02 .item_content .ic_pay span.red {
    color: #ed413f;
}

.item_type02 .item_content .ic_pay strong {
    font-size: 12px;
    color: #434343;
}

/* 180409 추가 및 수정 */

.item_type02 .item_content .ic_subject a {
    /* height: 32px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_type02 .item_content .ic_pay span,
.item_type02 .item_content .ic_pay strong {
    font-size: 1.1666em;
}

/* item_type03 */
.item_type03 .thum_img {
    display: block;
    position: relative;
    width: 238px;
    height: 232px;
    overflow: hidden;
    background: #f6f6f6;
}

.item_type03 .thum_img .in_img {
    display: block;
    width: 100%;
    height: 100%;
}

.item_type03 .thum_img .in_img img {
    transition: 0.2s all;
}

.item_type03>li:focus .thum_img .in_img img,
.item_type03>li:hover .thum_img .in_img img {
    transform: scale(1.08);
}

.item_type03 .item_content {
    padding: 20px 10px 0 10px;
}

.item_type03 .item_content .ic_tit {
    font-style: italic;
    overflow: hidden;
    margin-bottom: 5px;
}

.item_type03 .item_content .ic_tit strong {
    font-size: 16px;
    color: #434343;
    font-weight: 500;
}

.item_type03 .item_content .ic_tit span {
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}

.item_type03 .item_content .ic_subject {
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    margin-bottom: 10px;
}

.item_type03 .item_content .ic_subject a {
    color: #333;
}

.item_type03 .item_content .ic_pay {
    color: #434343;
    font-size: 12px;
    letter-spacing: -0.5px
}

.item_type03 .item_content .ic_pay span {
    font-size: 14px;
    color: #434343;
    font-style: italic;
}

.item_type03 .item_content .ic_pay span.red {
    color: #e60012;
}

.item_type03 .item_content .ic_pay strong {
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}
#footer > div > div > div.left > address > span:nth-child(6){
    display: none;
}


@media screen and (max-width: 1028px) {
    .item_nav_box li a{
        font-size: 14px;
    }
}
@media screen and (max-width: 850px) {
    .top_btn{
        display: none;
    }
    .mid_bot {
        display: flex;
        justify-content: center;
        margin-top: .9375rem;
    }
    .mid_bot li.on{
        background-color: #252525;
    }
    .mid_bot li{
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    }
    .mid_text{
        top: 1.5625rem;
        left: 1.5625rem;
        line-height: 1.2307;
    }
    .mid_text p{
        font-size: 1.2188rem;
    }
    .mid_text .mid_btn button a{
        display: none;
    }
    .mid_bot li+li{
        margin-left: .625rem;
    }
    #main .wrap_layout{
        margin-bottom: 3.125rem;
    }
    #main{
        margin: 0;
    }
    .item_type01 .item_content .ic_bot .ic_bot_info{
        display: block;
    }

    .item_type01 .item_content .ic_bot .point_info{
        font-size: 11px;
    }

    .item_type01 .item_content .ic_bot .ic_bot_info .ico_heart{
        margin-top: 10px;
        width: 20px;
        height: 16px;
        background-size: cover;
    }

    .item_type01 .thum_img .login_txt{
        font-size: 11px;
        height: 28.57%;
        display: none;
    }
    .header_top_text{
        display:none;
    }
    
}