@charset "utf-8";

/* common */
.wrap_layout{width: 1180px; position: relative; margin: 0 auto;}
.wrap_layout:after{content: ""; display: block; clear: both;}
ul:after{content: ""; display: block; clear: both;}
.txt01{font-size: 12px; color: #333;}
.tit_st01{padding: 0 20px; /*margin-top:20px;*/ margin: 20px 0; line-height: 40px;font-size: 15px; color: #333; font-weight: 700; 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;}
.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;}

/* new2021 */
.upper_banner {
    position: relative;
}
.upper_banner .inner {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 1250px;
    width: calc(100% - 30px);
    /* height: 100%; */
    margin: 0 auto;
}
.upper_banner a {
    display: block;
    width: 100%;
    height: 60px;
}
.upper_banner span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.upper_banner img {
    width: 100%;
}

.upper_banner .upper_banner_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 60px;
    background: url(../img/btn/btn_upper_banner_close.png) no-repeat center;
    text-indent: -9999em;
}


/* header */
.header_top{height: 38px; line-height: 38px; background: #fff; border-bottom:solid 1px #e7e7e8;  border-top:solid 1px #e7e7e8; }
.header_top .btn_favorite{float: left; padding-left: 17px; background: url("/img/main/icon_star.png") no-repeat left center;}
.header_top .top_menu{float: right;}
.header_top .top_menu a{position: relative;padding: 0 10px;}
.header_top .top_menu a:after{content: ""; display: block; height: 8px; position: absolute; left: -2px; top: 50%; margin-top: -4px; border-left: 1px solid #516e80;}
.header_top .top_menu a:first-child:after{display: none;}
.header_top .top_menu a:focus,
.header_top .top_menu a:hover{/* text-decoration: underline; */}

.header_middle{ position:absolute; top:0; left:0; width: 100%; height: 80px; background-color: #fff; overflow: hidden; box-sizing:border-box; }
.header_middle:after { content:""; display:block; clear:both; } 
.header_middle .m_category { display:none; float:left; margin-top:20px; margin-right:10px; }
.header_middle .m_category .btn_category { display:block; width:40px; height:36px; outline:none; background:url('../img/main/icon_menu01_on.png') center no-repeat; }
.header_middle .m_category .btn_category.on { background: url(../img/main/icon_menu01_open.png) center no-repeat; }
.header_middle .logo{float: left; }
.header_middle .logo a{display: block; margin-top:10px;}
.header_middle .logo a img{vertical-align: middle; }
.header_middle .logo a img.only_web { display:inline-block !important; }
.header_middle .search_form{ position:relative; float:left; margin-top:17px; margin-left:30px;  }
.header_middle .search_form fieldset { height:100%; }
.header_middle .cart_link{ display:none; float: right; margin-top:15px; }
.header_middle .cart_link a .img { 
    width:100%;
    padding-top:60%;
    background-position:center;
    background-repeat:no-repeat;
}
 .header_middle .cart_link a span {
    display: block;
    margin-top: 4px;
    color: #252525;
    font-size: 12px;
    text-align: center;
}
.header_middle .cart_link .cart_num {
    display:block;
    position:absolute;
    top:1px;
    right:10px;
    width:14px;
    font-size:10px;
    font-weight:500;
    color:#ffffff;
    line-height:14px;
    border-radius:50%;
    background: linear-gradient(55deg, #01e1c0 0%, #0089da 100%);
    text-align:center;
}
.header_middle .cart_link a{position: relative; display: block; float:left; margin:0 5px; width:57px; height:auto;  font-size: 0px; color: #fff; box-sizing:border-box; }
.header_middle .cart_link a.ico_header01 .img { 
    background:url('../img/ico/ico_header_menu01.png') center no-repeat;
}
.header_middle .cart_link a.ico_header02 .img {
    background:url('../img/ico/ico_header_menu02.png') center no-repeat;
}
.header_middle .cart_link a.ico_header03 .img {
    background:url('../img/ico/ico_header_menu03.png') center no-repeat;
}
.header_middle .cart_link a.ico_header04 .img {
    background:url('../img/ico/ico_header_menu04.png') center no-repeat;
}
.header_middle .cart_link a:last-child:after { display:none; } 
.header_middle .cart_link a img { display:none; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.header_middle .cart_link a .num{position: absolute; right: 4px; bottom: 22px; width: 23px; height: 23px; line-height: 23px; text-align: center; background-color: #d21c55; color: #fff; font-size: 11px; font-weight: bold; border-radius: 50%; margin-right:4px;}

/*검색*/
.search_form{display: block; width: 340px; height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search_form fieldset{min-width: auto; width: 100%;}

.search_form .sf_txt{width: 100%; border:none; font-size: 15px; font-weight:500; outline: none; height: 100%; border:1px solid #707070; color:#222; padding: 0 50px 0 15px; border-radius:22px; }
.search_form .sf_txt:active,.search_form .sf_txt:hover,.search_form .sf_txt:focus {}
.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;}
.search_form .sf_sel option{font-size:14px;}
.search_form .btn_search{position: absolute; right: 5px; top: 0; width: 44px; height: 44px; background: url("/img/ico/icon_search01.png") center no-repeat; border: none;  font-size: 0; }
.header_middle .sns_link{position: absolute; left: 50%; top: 50%; margin-top: -12px; margin-left: 270px; /* 180409 수정 */ top: 54%;}
.header_middle .sns_link li{display: inline-block; margin-left: 4px;}
.header_middle .sec_login { position:relative; float:right; margin-top:18px; font-size:0; }
.header_middle .sec_login li { display:inline-block; }
.header_middle .sec_login li a { display:block; font-size:14px; letter-spacing:-0.04em; padding:0 10px; line-height:44px; }
.header_middle .sec_login li.login_go a { color:#999; }
.header_middle .sec_login li.join_go a { color:#454545; }

/* header scroll */
.header_middle.scrolling {
    position:fixed;
    z-index:1111;
    border-bottom:1px solid #333333;
}
.header_middle.scrolling .m_category {
    display:block;
}
.header_middle.scrolling .sec_login {
    display:none !important;
}
.header_middle.scrolling .cart_link {
    display:block;
}
/* //header scroll */

.header_bot{border-bottom: 1px solid #333333; padding-top:80px; padding-bottom:10px;}
.header_bot .cart_link{float: right; margin-top:-5px}
.header_bot .cart_link a{position: relative; display: block; float:left; margin:0 5px; width:57px; height:auto;  font-size: 15px; color: #fff; }
.header_bot .cart_link a .img {
    width:100%;
    padding-top:60%;
    background-position: center;
    background-repeat: no-repeat;
} 
.header_bot .cart_link .cart_num {
    display:block;
    position:absolute;
    top:1px;
    right:10px;
    width:14px;
    font-size:10px;
    font-weight:500;
    color:#ffffff;
    line-height:14px;
    border-radius:50%;
    background: linear-gradient(55deg, #01e1c0 0%, #0089da 100%);
    text-align:center;
}
.header_bot .cart_link a.ico_header01 .img {
    background-image:url('../img/ico/ico_header_menu01.png');
}
.header_bot .cart_link a.ico_header02 .img {
    background-image:url('../img/ico/ico_header_menu02.png');
}
.header_bot .cart_link a.ico_header03 .img {
    background-image:url('../img/ico/ico_header_menu03.png');
}
.header_bot .cart_link a.ico_header04 .img {
    background-image:url('../img/ico/ico_header_menu04.png');
}

.header_bot .cart_link a span {
    display:block;
    margin-top:4px;
    color:#252525;
    font-size:12px;
    text-align:center;
}
.header_bot .cart_link a:last-child:after { display:none; } 
.header_bot .cart_link a img { display:none; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.header_bot .cart_link a .num{position: absolute; right: 4px; bottom: 22px; width: 23px; height: 23px; line-height: 23px; text-align: center; background-color: #d21c55; color: #fff; font-size: 11px; font-weight: bold; border-radius: 50%; margin-right:4px;}


#category{ float: left; margin-top:3px; box-sizing:border-box; z-index:999;}

/* web open menu */
.header_bot .open_menu {
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:0;
    margin-top:136px;
    background-color:rgba(0,0,0,.2);
    z-index:999;
    opacity:0;
    overflow:hidden;
    transition:opacity .3s ease;
}
.header_bot .open_menu.only_hm {
    margin-top:80px;
}
.header_bot .open_menu.active {
    height:100%;
    opacity:1;
}
.header_bot .open_menu .open_menu_box {
    position:relative;
    width:100%;
    background-color:#fff;
}
.header_bot .open_menu .box_inner {
    width:1180px;
    padding:30px 0;
    margin:0 auto;
}
.header_bot .open_menu .menu_list {
    float:left;
    width:50%;
    padding-left:61px;
    box-sizing:border-box;
}
.header_bot .open_menu .menu_list .cg_list > li {
    margin-bottom:25px;
}
.header_bot .open_menu .menu_list .cg_list > li > a {
    display:inline-block;
    margin-top:5px;
    font-weight:500;
    color:#252525;
    cursor:default;
    vertical-align:top;
}
.header_bot .open_menu .menu_list .cg_list .depth02 {
    display:inline-block;
    max-width:calc(100% - 150px);
    margin-left:17px;
    vertical-align:middle;
}
.header_bot .open_menu .menu_list .cg_list .depth02 li {
    float:left;
}
.header_bot .open_menu .menu_list .cg_list .depth02 li a {
    display:inline-block;
    padding:0 10px;
    color:#999999;
    line-height:1.5;
    vertical-align: middle;
}
.header_bot .open_menu .menu_list .cg_list .depth02 li:hover a {
    color:#252525;
}
.header_bot .open_menu .menu_list .cg_list .depth02 li:after {
    content:'|';
    display:inline-block;
    font-size:10px;
    color:#dbdbdb;
    line-height:16px;
    vertical-align: middle;
}
.header_bot .open_menu .menu_list .cg_list .depth02 li:last-of-type:after {
    display:none;
}
.header_bot .open_menu .menu_sub {
    float:left;
    width:50%;
    padding-left:47px;
    box-sizing:border-box;
}
.header_bot .open_menu .menu_sub .customer_menu > li > a {
    display:inline-block;
    font-weight:500;
    color:#252525;
}
.header_bot .open_menu .menu_sub .customer_menu .depth02 {
    display:inline-block;
    margin-left:17px;
}
.header_bot .open_menu .menu_sub .customer_menu .depth02 li {
    float:left;
}
.header_bot .open_menu .menu_sub .customer_menu .depth02 li a {
    display:inline-block;
    padding:0 10px;
    color:#999999;
    vertical-align: middle;
}
.header_bot .open_menu .menu_sub .customer_menu .depth02 li:hover a {
    color:#252525;
}
.header_bot .open_menu .menu_sub .customer_menu .depth02 li:after {
    content:'|';
    display:inline-block;
    font-size:10px;
    color:#dbdbdb;
    line-height:16px;
    vertical-align: middle;
}
.header_bot .open_menu .menu_sub .customer_menu .depth02 li:last-of-type:after {
    display:none;
}
.header_bot .open_menu .menu_sub .customer_center {
    padding-top:40px;
}
.header_bot .open_menu .menu_sub .customer_center .center_call {
    display:block;
    margin:20px 0 25px;
    font-family: 'GmarketSansBold', sans-serif;
    font-size:24px;
    color:#252525;
}
.header_bot .open_menu .menu_sub .customer_center .center_time span {
    display:inline-block;
    font-size:14px;
    color:#757575;
    line-height:1.6;
}
.header_bot .open_menu .menu_sub .customer_center .center_time .time_ttl {
    margin-right:5px;
}
.header_bot .open_menu .menu_sub .sns {
    margin-top:40px;
}
.header_bot .open_menu .menu_sub .sns ul {
    margin-top:20px;
    font-size:0;
}
.header_bot .open_menu .menu_sub .sns ul li {
    display:inline-block;
}
.header_bot .open_menu .menu_sub .sns ul li + li {
    margin-left:9px;
}
.header_bot .open_menu .menu_sub .sns ul li a {
    display:block;
    width:42px;
    height:42px;
    border-radius:50%;
}
.header_bot .open_menu .menu_sub .sns ul li a.kakao {
    background:url('../img/btn/btn_sns_kakao.png') center no-repeat;
}
.header_bot .open_menu .menu_sub .sns ul li a.insta {
    background:url('../img/btn/btn_sns_insta.png') center no-repeat;
}
.header_bot .open_menu .menu_sub .sns ul li a.facebook {
    background:url('../img/btn/btn_sns_facebook.png') center no-repeat;
}
/* //web open menu */

/* new_header */
.new2021 .header {
    position: relative;
    background: #fff;
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.05);
    z-index: 999999;
}
.new2021 .header .member_link ul {
    display: flex;
    justify-content: flex-end;    
    align-items: center;
    height: 38px;
}
.new2021 .header .member_link ul li {
    margin-left: 10px;
}
.new2021 .header .member_link ul li.bar {
    margin-left: 5px;
}
.new2021 .header .member_link ul li.bar a::before {
    content: '';
    display: inline-block;
    width: 1px ;
    height: 10px;
    margin-right: 5px;
    background: #7E7E7E;
    vertical-align: middle;
}
.new2021 .header .member_link ul a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #7E7E7E;
}
.new2021 .header .header_mid {
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    z-index: 10;
}
.new2021 .header .header_mid .wrap_1180 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 86px;
}
.new2021 .header .logo a {
    display: block;
}
.new2021 .header .header_mid .header_banner {
    position: absolute;
    left: 0;
    width: 314px;
}
.new2021 .header .header_mid .header_banner a {
    display: block;
}
.new2021 .header .header_mid .header_banner img {
    margin-left: 0;
}
.new2021 .header .header_banner .h_banner_arrows {
    position: absolute;
    bottom: -8px;
    right: -28px;
    width: 50px;
    height: 25px;
    font-size: 0;
}
.new2021 .header .header_banner .h_banner_arrows::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 4px;
    width: 1px;
    height: 6px;
    background: #eeeeee;
}
.new2021 .header .header_banner .h_banner_arrows button {
    width: 50%;
    height: 100%;
    background: url(../img/main/h_banner_arr.png) no-repeat center;
    text-indent: -9999em;
}
.new2021 .header .header_banner .h_banner_arrows button.slick-next {
    transform: rotateY(180deg);
}
.new2021 .header .header_right_box {
    position: absolute;
    right: 0;
    display: flex;
}
.new2021 .header .countdown {
    position:relative;
    top:-5px;
    margin-right:50px;
}
.new2021 .header .countdown > span {
    display:block;
    margin-bottom:10px;
    font-weight:500;
    color:#252525;
}
.new2021 .header .countdown .num_box {
    display:flex;
    align-items: center;
}
.new2021 .header .countdown .num_box span {
    width:42px;
    line-height: 55px;
    font-size:30px;
    font-weight: 900;
    color:#fff;
    text-align: center;
    background:url('../img/main/countdown_bg.png') no-repeat center / cover;
}
.new2021 .header .countdown .num_box span + span {
    margin-left:2px;
}
.new2021 .header .header_mid .mylink_wrap {
    /* position: absolute;
    right: 0;
    bottom: 0; */
    display: flex;
}
.new2021 .header .header_mid .mylink_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;   
}
.new2021 .header .header_mid .mylink_wrap a:not(:last-child) {
    margin-right: 15px;
}

.new2021 .header .header_mid .mylink_wrap .ico_box {
    position: relative;
}
.new2021 .header .header_mid .mylink_wrap .ico_box .num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    background: #e83637;
}
.new2021 .header .header_mid .mylink_wrap a span {
    display: none;
}
.new2021 .header .header_bot {
    padding: 0;
    border: none;
    margin-top: 108px;
    border-top: 1px solid #c8c8c8;
}
.new2021 .header .header_bot .wrap_1180 {
    position: relative;
    height: 58px;
}
.new2021 .header .header_bot .wrap_1180::after {
    display: none;
}
/* .new2021 .header .header_bot .wrap_1180 .header_box {
    position: relative; max-width: 940px; padding:0px; margin:0 auto;
} */


.new2021 .header .header_bot .ham_btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #252525;
    background: url(../img/btn/btn_ham.png) no-repeat left center ;
    z-index: 1;
    width: 120px;
    text-align: right;
}
.new2021 .header .header_bot .ham_btn.open {
    background-image:  url('../img/main/icon_menu01_open.png');
}
.new2021 .header .header_bot .gnb {
    display: flex;
    justify-content: center;
    height: 100%;
    margin-left: 170px;
    margin-right: 210px;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
}
.new2021 .header .header_bot .gnb ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}
.new2021 .header .header_bot .gnb ul li {
    display: inline-block;
    padding: 0 25px;
}
.new2021 .header .header_bot .gnb ul a {
    display: block;
    font-size: 18px;
    line-height: 58px;
    color: #1d1d1d;
    letter-spacing: -0.04em;
    font-family: 'NanumSquare';
    font-weight: 600;
}
.new2021 .header .header_bot .gnb ul a:hover {
    color: #5023A9;
    font-weight: 600;
}
.new2021 .header .search_form {
    position: absolute;
    right: 170px;
    top: 50%;
    transform: translateY(-50%);
    width: 195px;
    height: 38px;
    z-index: 1;
}
.new2021 .header .search_form form {
    position: relative;
    width: 100%;
    height: 100%;
}
.new2021 .header .search_form input {
    width: 100%;
    height: 100%;
    padding: 0 42px 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    border-radius: 30px;
}
.new2021 .header .search_form .btn_search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 150px;
    right: 0;
    width: 42px;
    height: 100%;
}
.new2021 .header .open_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #eee;
} 
.new2021 .header .open_menu .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.2);
    z-index: -1;
}
.new2021 .header .open_menu .open_menu_box {
    padding: 30px 0;
    background: #fff;
}
.new2021 .header .open_menu .wrap_1180 {
    display: flex;
}
.new2021 .header .open_menu .snb_wrap {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
}
.new2021 .header .open_menu .snb_list > li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}
.new2021 .header .open_menu .snb_list > li > a {
    width: 120px;
    flex-shrink: 0;
    font-weight: 500;
    line-height: 1.5;
    color: #252525;
}
.new2021 .header .open_menu .snb_list .snb_depth02 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 170px);
    margin-left: 20px;
}
.new2021 .header .open_menu .snb_list .snb_depth02 li {
    position: relative;
}
.new2021 .header .open_menu .snb_list .snb_depth02 li:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #dbdbdb;
}
.new2021 .header .open_menu .snb_list .snb_depth02 a {
    display: block;
    padding: 0 10px;
    line-height: 1.5;
    color: #999999;
}
.new2021 .header .open_menu .cs_wrap {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box
}
.new2021 .header .open_menu .cs_wrap .cs_menu {
    margin-top: 40px;
} 
.new2021 .header .open_menu .cs_wrap .cs_call {
    display: block;
    margin: 20px 0 25px;
    font-family: 'GmarketSansBold', sans-serif;
    font-size: 24px;
    color: #252525;
} 
.new2021 .header .open_menu .cs_wrap dl {
    display: flex;
    font-size: 14px;
    color: #757575;
    line-height: 1.6;
} 
.new2021 .header .open_menu .cs_time dt {
    margin-right: 5px;
}

/* 스크롤 헤더 고정 */
.new2021 .header .scroll_ham_btn {
    width: 40px;
    height: 36px;
    margin-right: 10px;
    background: url(../img/btn/btn_ham.png) no-repeat center;
    text-indent: -9999em;
}
.new2021 .header .scroll_ham_btn.open {
    background-image: url('../img/main/icon_menu01_open.png');
}
.new2021 .header .scroll_search {

}
.new2021 .header .scroll_ham_btn{
    display: none;
}
.new2021 .header.scroll .header_mid .header_banner {
     /*display: none;*/
    opacity: 0;
    visibility: hidden;
}
.new2021 .header.scroll .scroll_ham_btn,
.new2021 .header.scroll .scroll_search {
    display: block;
}
.new2021 .header.scroll .header_mid {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.05);
}
.new2021 .header.scroll .header_mid .wrap_1180 {
    justify-content: space-between;
}
.new2021 .header.scroll .header_mid .mylink_wrap {
}
.new2021 .header.scroll .open_menu {
    position: fixed;
}

/* 최근 본 상품 */
.recent_prd {
    display: none;
    position:fixed;
    top:0;
    right:-100%;
    width:400px;
    min-height:100vh;
    box-sizing:border-box;
    background-color:#fff;
    z-index:9999;
    transition:all .5s ease;
}
.recent_prd.active {
    right:0;
    transition:all .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;
}
/* //최근 본 상품 */
.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; }



#category .btn_category{display: block; width: 40px; height:36px; outline:none; background: url("/img/main/icon_menu01_on.png") center no-repeat;}
#category .btn_category.on { background:url('../img/main/icon_menu01_open.png') center no-repeat; }
#gnb{ width:1020px; box-sizing:border-box; float: left;}
#gnb .gnb_list > li{float: left; width:20%; }
#gnb .gnb_list > li > a{display: block; position:relative; font-size: 14px; line-height: 36px; color: #333; font-weight: bold; text-align:center; }
/* #gnb .gnb_list > li.active > a{color:  #d21c55;} */
#gnb .gnb_list > li.mobile_link{display:none;}
#gnb .gnb_list > li a.md_pick {}
#gnb .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 .gnb_list > li a.md_pick.on:after { display:block; top:-18px;  }

#gnb_web { margin-top:3px; padding-left:7px; width: calc(100% - 317px); box-sizing:border-box; float: left;}
#gnb_web .gnb_list { font-size:0; overflow-x:auto; white-space: nowrap; margin-right:10px; }
#gnb_web .gnb_list > li{display:inline-block; box-sizing:border-box; }
#gnb_web .gnb_list > li > a{display: block; padding:0 14px; box-sizing:border-box; position:relative;  font-size: 16px; line-height: 36px; color: #252525; font-weight: 500; text-align:center; }
#gnb_web .gnb_list > li.on > a { color:#333; }
#gnb_web .gnb_list > li > a span { color:  #d21c55; }
/* #gnb_web .gnb_list > li.active > a {color:  #d21c55;} */
#gnb_web .gnb_list > li.mobile_link{display:none;}
#gnb_web .gnb_list > li a.md_pick {}
#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;
}

.hb_right{float: right; margin-top:-1px;}
.hb_right a{display: inline-block; position:relative; line-height: 18px; height:18px; padding: 0 10px; vertical-align: middle; font-size: 12px; font-weight: 400; color:#333;}
.hb_right a:after { content: ""; display: block; height: 8px; position: absolute; right: -2px; top: 50%; margin-top: -4px; border-left: 1px solid #516e80; }
.hb_right a.join_link{color: #333;}
.hb_right a.join_link2{ display:none;}
/* .hb_right a.login_link{color: #fff; background-color:  #005bab;} */


/* main */
#container.item_view{padding-bottom: 0;}
#container.item_view .vc_box{padding-bottom: 92px;}
.main { position:relative; }
.main_top{padding-top: 14px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; margin-bottom: 20px;}
.main_top .mt_left{float: left; width: 780px;}
.main_top .mt_right{float: right; width: 380px;}
.main_top .mbv_slider li{display: none;}
.main_top .mbv_slider li .thurm_in{}
.main_top .mbv_slider li:first-child{display: block;}
.main_top .meb_slider li{display: none;}
.main_top .meb_slider li:first-child{display: block;}
.main_top .main_banner_visual .bx-controls{margin-top: 12px;}
.main_top .main_banner_visual .bx-controls .bx-pager{display: inline-block;}
.main_top .main_banner_visual .bx-controls .bx-controls-auto{display: inline-block;}
.main_top .main_event_banner{position: relative;}
.main_top .main_event_banner .bx-controls{position: absolute; left: 20px; right: 20px; bottom: 16px; z-index: 55;}
.main_top .bx-pager-item{display: inline-block; margin-right: 10px;}
.main_top .bx-pager-item .bx-pager-link{display: block; width: 12px; height: 12px; background: #cfcfcf; border-radius: 50%; font-size: 0; text-indent: -99999em; overflow: hidden;}
.main_top .bx-pager-item .bx-pager-link.active{background: #333;}
.main_top .bx-controls-auto-item{display: inline-block; margin-right: 2px;}
.main_top .bx-controls-auto-item .bx-start{display: block; width: 12px; height: 12px; background: url("/img/main/icon_play.png") no-repeat center center; font-size: 0; text-indent: -99999em; overflow: hidden;}
.main_top .bx-controls-auto-item .bx-stop{display: block; width: 12px; height: 12px; background: url("/img/main/icon_stop.png") no-repeat center center; font-size: 0; text-indent: -99999em; overflow: hidden;}

.main_coupon{position: relative; width: 100%; height: 131px; margin-top: 20px; background: url("/img/main/coupon_out-04.png") no-repeat center center; background-size:cover;}
.main_coupon h3 { display:none; }
.main_coupon .mc_ip{position: absolute; left: 60px; bottom: 38px; width: 170px; height: 20px; background: #fff; border: none;}
.main_coupon .mc_right{float: right; width: 71px; margin-top: 30px; margin-right: 28px;}

.main_coupon .mc_right .mcr_img{display: block; width: 68px; height: 68px;}
.main_coupon .mc_right .mcr_img img{width: 100%; height: 100%;}

.main_tabmenu{position: relative; margin-bottom: 30px; }
.main_tabmenu .tabmenu > li{float: left; width: 25%; }
.main_tabmenu .tabmenu > li > a{display: block; height: 80px; background-repeat: no-repeat; background-position: 0 0; background-size: cover; overflow: hidden; font-size: 0; text-indent: -99999em;}
.main_tabmenu .tabmenu > li.mtm01 > a{background-image: url("/img/main/main_tab_tit01_off.jpg");}
.main_tabmenu .tabmenu > li.mtm02 > a{background-image: url("/img/main/main_tab_tit02_off.jpg");}
.main_tabmenu .tabmenu > li.mtm03 > a{background-image: url("/img/main/main_tab_tit03_off.jpg");}
.main_tabmenu .tabmenu > li.mtm04 > a{background-image: url("/img/main/main_tab_tit04_off.jpg");}

/* 오류로 인한 수정
.main_tabmenu .tabmenu > li.mtm01.active a {background-image: url("/img/main/main_tab_tit01_on.jpg"); background-size:cover;}
.main_tabmenu .tabmenu > li.mtm02.active a {background-image: url("/img/main/main_tab_tit02_on.jpg"); background-size:cover;}
.main_tabmenu .tabmenu > li.mtm03.active a {background-image: url("/img/main/main_tab_tit03_on.jpg"); background-size:cover;}
.main_tabmenu .tabmenu > li.mtm04.active a {background-image: url("/img/main/main_tab_tit04_on.jpg"); background-size:cover;}
*/
.main_tabmenu .tabmenu > li.mtm01.active .sub_mtm {background-image: url("/img/main/main_tab_tit01_on.jpg"); background-size:cover;}
.main_tabmenu .tabmenu > li.mtm02.active .sub_mtm {background-image: url("/img/main/main_tab_tit02_on.jpg"); background-size:cover;}
.main_tabmenu .tabmenu > li.mtm03.active .sub_mtm {background-image: url("/img/main/main_tab_tit03_on.jpg"); background-size:cover;}
.main_tabmenu .tabmenu > li.mtm04.active .sub_mtm {background-image: url("/img/main/main_tab_tit04_on.jpg"); background-size:cover;}

.main_tabmenu .tabmenu > li .depth02{position: absolute; left: 0; width: 100%; padding-left: 136px; line-height: 75px; border: 2px solid #222; box-shadow: 0 0 10px 7px rgba(0,0,0,0.2); background: #fff; z-index: 99; display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_tabmenu .tabmenu > li.active .depth02{display: block;}
.main_tabmenu .tabmenu > li .depth02:after{content: ""; display: block; position: absolute; /*width: 15px;*/width: 295px; height: 9px; top: -9px; background: url("/img/main/icon_arrow_top.png") no-repeat center top; /*margin-left: -16%;*/}
.main_tabmenu .tabmenu > li.mtm01 .depth02:after{left: 0;}
.main_tabmenu .tabmenu > li.mtm02 .depth02:after{left: 296px;}
.main_tabmenu .tabmenu > li.mtm03 .depth02:after{left: 591px;}
.main_tabmenu .tabmenu > li.mtm04 .depth02:after{left: 886px;}
.main_tabmenu .tabmenu > li .depth02 h2{position: absolute; left: 0; top: 0; display: inline-block; width: 136px; text-align: center; font-size: 16px; color: #2f2f2f; cursor:pointer;}
.main_tabmenu .tabmenu > li .depth02 h2:after{content: ""; display: block; position: absolute; right: 0; top: 50%; margin-top: -6px; height: 12px; border-left: 1px solid #ccc;}
.main_tabmenu .tabmenu > li .depth02 .depth02_list{display: inline-block; margin-left: 30px;}
.main_tabmenu .tabmenu > li .depth02 .depth02_list li{display: inline-block;}
.main_tabmenu .tabmenu > li .depth02 .depth02_list li a{display: block;}
.main_tabmenu .tabmenu > li .depth02 .depth02_list li a img{vertical-align:middle;}

.main_newarrival .newitem_type01{margin-top: 94px; margin-bottom: 54px;}
.item_list_header { text-align: center; margin: 70px 0 30px; font-size: 34px;}

/* newtime type01 */
.newarrival_list  *{outline: none;}
.newitem_type01{position: relative; float: left; width: 50%; padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newitem_type01 .item_box{position: relative; background: #fff; width: 426px; height: 240px;  padding: 48px 30px;/* border: 1px solid #000;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*.newitem_type01 .item_box:before{content: ""; display: block; position: absolute; left: -9px; bottom: -9px; width: 432px; height: 220px; background: url("/img/main/newitem_type01_bg.png"); z-index: -1;}*/
.newitem_type01 .thum_img{position: absolute; bottom:0;/* bottom: 17px;*/ right: -135px; background: #fff; overflow: hidden;}
.newitem_type01 .item_content{position: relative; z-index: 1;}
.newitem_type01 .item_content .ic_tit{font-size: 16px; color: #333; line-height: 34px;}
.newitem_type01 .item_content .ic_subject{font-size: 34px; color: #333; height: 34px; font-weight: bold; overflow: hidden; margin-bottom: 5px; letter-spacing:-0.1px;}
.newitem_type01 .item_content .ic_subject a{color: #333;}
.newitem_type01 .item_content .ic_txt{display: block; font-size: 14px; color: #666; font-weight: 100; line-height: 18px; height: 36px; overflow: hidden; margin-bottom: 30px; letter-spacing:-0.5px;}
.newitem_type01 .item_content .ic_txt a{color: #666;}
.newitem_type01 .item_content .ic_pay{display: block; line-height: 24px;}
.newitem_type01 .item_content .ic_pay span{font-size: 14px; color: #ff0000; font-weight: 300; margin-right: 10px; text-decoration:line-through}
.newitem_type01 .item_content .ic_pay strong{font-size: 18px; color: #333; font-weight: 900;}

/* newtime type02 */
.newitem_type02{position: relative; float: left; width: 50%; margin-bottom: 60px; text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newitem_type02 .item_box{display: inline-block; width: 560px; overflow: hidden;}
.newitem_type02 .item_content{width: 100%;}
.newitem_type02 .thum_img{width: 270px; overflow: hidden; text-align: center;}
.newitem_type02 .thum_img .in_img{display: inline-block;}
.newitem_type02.thum_left .item_content{/*float: right; padding-left: 20px;*/ text-align: left;}
/*.newitem_type02.thum_left .thum_img{float: left;}*/
.newitem_type02.thum_right .item_content{float: left; padding-right: 20px; text-align: right;}
/*.newitem_type02.thum_right .thum_img{float: right;}*/
.newitem_type02 .item_content{position: relative; z-index: 1;}
.newitem_type02 .item_content .ic_tit{font-size: 16px; color: #333; line-height: 34px;}
.newitem_type02 .item_content .ic_subject{font-size: 34px; color: #333; height: 34px; font-weight: bold; overflow: hidden; margin-bottom: 5px; letter-spacing:-0.1px;}
.newitem_type02 .item_content .ic_subject a{color: #333;}
.newitem_type02 .item_content .ic_txt{display: block; font-size: 14px; color: #666; font-weight: 100; line-height: 18px; height: 36px; overflow: hidden; margin-bottom: 16px; letter-spacing:-0.5px;}
.newitem_type02 .item_content .ic_txt a{color: #666;}
.newitem_type02 .item_content .ic_pay{display: block; line-height: 24px;}
.newitem_type02 .item_content .ic_pay span{font-size: 14px; color: #ff0000; font-weight: 300; margin-right: 10px; text-decoration:line-through}
.newitem_type02 .item_content .ic_pay strong{font-size: 18px; color: #333; font-weight: 900;}
.newitem_type02 .item_content .btn_more01{margin-top: 20px;}


.main_banner_middle img{width: 100%;}
/* 신규 배너로 대체 */
.main_banner_mid_wrap ul {display: flex; max-width: 1220px; padding:0 20px; justify-content: space-between; box-sizing: border-box; margin:0 auto;}
.main_banner_mid_wrap ul li {aspect-ratio: 16 / 9 !important}
.main_banner_mid_wrap.notice ul li {display: none;}
.main_banner_mid_wrap ul li + li {margin-left:15px;}
.main_banner_mid_wrap ul.video li + li {margin-left:20px;}
.main_banner_mid_wrap ul img {cursor: pointer; margin-left:78px;}

.main_banner_mid_wrap.notice .order_list {width:100%;}
.main_banner_mid_wrap.notice .order_list h2.contact_title {display: none;}
.main_banner_mid_wrap.notice .next_prev_box {display: none;}
.main_banner_mid_wrap.notice .contact.contact_news fieldset > div.search_box {display: none;}
.main_banner_mid_wrap.notice .contact table {margin: 0;}

.main_banner_mid_wrap.notice .contact table thead {display: none;}
.main_banner_mid_wrap.notice .contact table tr:nth-child(n+5) {display: none;}
.main_banner_mid_wrap.notice .contact table tr {}
.main_banner_mid_wrap.notice .contact table tr th {display: none;}
.main_banner_mid_wrap.notice .contact table .contact_news_tit {display: none;}
.main_banner_mid_wrap.notice .contact table .contact_news_tit a {white-space: nowrap; display: block; width:100%; text-overflow: ellipsis;}
.main_banner_mid_wrap.notice .contact table .contact_news_date {display: none;}

.item_tabmenu{line-height: 1;position:relative;}
.item_tabmenu h2{text-align:center;font-size:24px; margin: 60px 0 30px;}
.item_tabmenu > a{display:block;position:absolute;right:0;bottom:0;font-size:16px;font-weight:500; color:#555555;}
.item_tabmenu .tabmenu{text-align: center;}
.item_tabmenu .tabmenu li{display: inline-block;}
.item_tabmenu .tabmenu li a{display: block; padding: 0 21px; font-size: 16px ;color: #333; font-weight: 600; height:30px; line-height:30px; border-radius:30px;}
.item_tabmenu .tabmenu li.on a { border:solid 1px #333;}
/* itme_type01 */
.itme_type01{ /*padding-top: 30px;*/ margin-bottom:3%; font-size:0;}
.itme_type01 > li{
    display:inline-block;
    width: calc(25% - 15px);
    margin-right:20px;
    margin-bottom: 20px;
    vertical-align: top;
}
.itme_type01 .item_content { position:relative; }

.main_section03 .itme_type01 > li:nth-of-type(4n) { margin-right:0; } 


.main_item_list .itme_type01 > li:nth-child(4n) { margin-right:0; }
.itme_type01 .thum_img{display: block; position: relative; width: 100%;  /* height: 277px;overflow: hidden;*/ background: #fff;}
.itme_type01 .thum_img .in_img{
    display: block;
    width: 100%;
    padding-top:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    overflow: hidden;
    border:1px solid #eee; }
.itme_type01 .thum_img .in_img img{transition: 0.2s all;}
/* .itme_type01 > li:focus .thum_img .in_img img,
.itme_type01 > li:hover .thum_img .in_img img{transform: scale(1.08);} */
.itme_type01 .thum_img .item_opt{position: absolute; right: 10px; bottom: 10px;  display:none;}
.itme_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;}
/* 최근할인 등 아이콘 */
.itme_type01 .in_ico{position: absolute; left: 10px; bottom: 10px; display:none;}
.itme_type01 .new_ico{position: absolute; display:block; left: 10px; top: 10px; background-color:#9f1fbb; width:46px; height:46px; border-radius:10px; text-align:center; box-sizing:border-box; box-shadow: 0px 9px 18.8px 1.2px rgba(0, 0, 0, 0.38);}
.itme_type01 .new_ico span { display:block; color:#fff; font-weight:700;}
.itme_type01 .new_ico span.txt { line-height:46px; font-size:14px; }
/* hot ico */
.itme_type01 .hot_ico{position: absolute; display:block; left: 10px; top: 10px; background: rgb(1,233,189);
    background: linear-gradient(38deg, rgba(1,233,189,1) 0%, rgba(0,124,222,1) 100%);  width:46px; height:46px; border-radius:10px; text-align:center; box-sizing:border-box; box-shadow: 0px 9px 18.8px 1.2px rgba(0, 0, 0, 0.38);}
.itme_type01 .hot_ico span { display:block; color:#fff; font-weight:700;}
.itme_type01 .hot_ico span.txt { line-height:46px; font-size:14px; }
/* best ico */
.itme_type01 .best_ico{position: absolute; display:block; left: 10px; top: 10px; background-color:#f77349; width:46px; height:46px; border-radius:10px; padding:6px; text-align:center; box-sizing:border-box; box-shadow: 0px 9px 18.8px 1.2px rgba(0, 0, 0, 0.38);}
.itme_type01 .best_ico span { display:block; color:#fff; font-weight:500;}
.itme_type01 .best_ico span.num { font-size:16px; }
.itme_type01 .best_ico span.txt { font-size:13px; margin-top:3px; }
.itme_type01 .zzim_ico { 
    position:absolute;
    top:-35px; right:10px;
    display:inline-block;
    width:30px; height:24px;
    background:url('../img/btn/btn_zzim_off.png') center no-repeat;
    background-size:cover;
    cursor:pointer;
}
.itme_type01 .zzim_ico.on {
    background:url('../img/btn/btn_zzim_on.png') center no-repeat;
    background-size:cover;
}
/* .itme_type01 .thum_img .item_opt button:hover, .itme_type01 .thum_img .item_opt button:focus, .thum_img .item_opt button.active{background-position: 0 100%;} */
.itme_type01 .thum_img .item_opt .btn_zzim{overflow: hidden; background-image: url("/img/btn/heart.png");}
.itme_type01 .thum_img .item_opt .btn_zzim.on { background-image: url("/img/btn/heart_on.png");}
.itme_type01 .thum_img .item_opt .btn_zzim.active { background-image: url("/img/btn/heart_on.png");}
.itme_type01 .thum_img .item_opt .btn_zzim:hover {background-image: url("/img/btn/heart_on.png"); }
.itme_type01 .thum_img .item_opt .btn_vs{ display:none; overflow: hidden; background-image: url("/img/main/btn_vs.png");}
.itme_type01 .thum_img .item_opt .btn_vs.active { background-position: 0 100%;}
.itme_type01 .thum_img .item_opt .btn_vs:hover {background-position: 0 100%; }
.itme_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;}
.itme_type01 .thum_img .item_opt button.btn_vsmore:hover, .itme_type01 .thum_img .item_opt button.btn_vsmore:focus, .thum_img .item_opt button.btn_vsmore.active{background-position: 0 0;}
.itme_type01 .item_content .ic_tit{height: 30px; line-height: 30px; padding: 0 10px;  overflow: hidden;}
.itme_type01 .item_content .ic_tit strong{font-size: 16px; color: #434343; font-weight: 600;}
.itme_type01 .item_content .ic_tit span{font-size: 14px; color: #838383; font-weight: 500;}
.itme_type01 .item_content .ic_mid{padding-top:13px;}
.itme_type01 .item_content .ic_subject {
    width: 100%;
    height: auto;
    max-height:50px;
    font-size: 16px;
    font-weight:500;
    line-height: 1.5;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.itme_type01 .item_content .ic_subject a{ color: #434343;}
.itme_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;}
.itme_type01 .item_content .ic_txt a{color: #434343; display: block; width: 90%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.itme_type01 .item_content .ic_txt a:focus,
.itme_type01 .item_content .ic_txt a:hover{text-decoration: underline;}
.itme_type01 .item_content .ic_bot { margin-top:15px; position:relative; }
.itme_type01 .item_content .ic_bot:after { content:""; display:block; clear:both; }
.itme_type01 .item_content .ic_bot .ic_pay{ color: #434343; font-size: 14px; letter-spacing:-0.5px;}
.itme_type01 .item_content .ic_bot .ic_pay .totel_pay {font-size: 14px; color: #434343; font-style: normal; display:inline-block; }
.itme_type01 .item_content .ic_bot .ic_pay span.above{ position:absolute; top:-15px; right:26%;  text-decoration:line-through; color:#bbbbbb; right: 0 !important;}
.itme_type01 .item_content .ic_bot .ic_pay .total_pay { font-size:15px; vertical-align:middle; }
.itme_type01 .item_content .ic_bot .ic_pay strong{ display:inline-block; line-height:30px; font-weight: 800; font-family: 'GmarketSansBold',sans-serif; margin-left: 4px; font-size: 20px; color: #222222;}
.itme_type01 .item_content .ic_bot .ic_color{float: right; display:none;}
.itme_type01 .item_content .ic_bot .ic_color span{display:none; margin-left:5px; width: 12px; height: 12px; overflow: hidden; border-radius:50%;}
.itme_type01 .item_content .ic_bot .ic_pay span.red {
    display:inline-block;
    color: #005bab;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.itme_type01 .item_content .ic_bot .ic_pay span.red .red_inner {
    display:inline-block;
    color: #005bab;
    font-size: 20px;
    font-weight: 800;
    font-family: 'GmarketSansBold',sans-serif;
}
.itme_type01 .item_content .ic_bot .sold_out {
    display: inline-block;
    width: 38px;
    height: 20px;
    margin-left: 10px;
    border: 1px solid #af0b22;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: #c70c27;
    border-radius: 3px;
    box-sizing: border-box;
}

/* itme_type02 */
.itme_type02 .thum_img{display: block; position: relative; width: 100%; /*height: 138px;*/ overflow: hidden; background: #f6f6f6; margin-bottom: 16px;}
.itme_type02 .thum_img .in_img{display: block; width: 100%; padding-top: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; transition: 0.2s all;}
/* .mii_right .itme_type02 .thum_img .in_img{display: block; width: 100%; height: 100%; transform: translateY(-15px);} */
.itme_type02 .thum_img .in_img img{transition: 0.2s all;}
.itme_type02 li:focus .thum_img .in_img img,
.itme_type02 li:hover .thum_img .in_img {transform: scale(1.08);}
.itme_type02 .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;}
.itme_type02 .item_content .ic_subject a{ color: #333;}
.itme_type02 .item_content .ic_pay{color: #434343; font-size: 12px; letter-spacing: -0.5px}
.itme_type02 .item_content .ic_pay span{font-size: 12px; color: #434343; font-style: italic; }
.itme_type02 .item_content .ic_pay span.red{color: #005bab;}
.itme_type02 .item_content .ic_pay strong{font-size: 12px; color: #434343;}

/* 180409 추가 및 수정 */
.itme_type02 .item_content .ic_subject{height:35px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal;}
.itme_type02 .item_content .ic_subject a{height:33px;  overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.itme_type02 .item_content .ic_pay span, .itme_type02 .item_content .ic_pay strong{font-size:14px;}

/* itme_type03 */
.itme_type03 .thum_img{display: block; position: relative; width: 238px; height: 232px; overflow: hidden; background: #f6f6f6; }
.itme_type03 .thum_img .in_img{display: block; width: 100%; height: 100%;}
.itme_type03 .thum_img .in_img img{transition: 0.2s all;}
.itme_type03 > li:focus .thum_img .in_img img,
.itme_type03 > li:hover .thum_img .in_img img{transform: scale(1.08);}
.itme_type03 .item_content{padding: 20px 10px 0 10px;}
.itme_type03 .item_content .ic_tit{font-style: italic; overflow: hidden; margin-bottom: 5px;}
.itme_type03 .item_content .ic_tit strong{font-size: 16px; color: #434343; font-weight: 500;}
.itme_type03 .item_content .ic_tit span{font-size: 14px; color: #434343; font-weight: 500;}
.itme_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;}
.itme_type03 .item_content .ic_subject a{ color: #333;}
.itme_type03 .item_content .ic_pay{color: #434343; font-size: 12px; letter-spacing: -0.5px}
.itme_type03 .item_content .ic_pay span{font-size: 14px; color: #434343; font-style: italic; }
.itme_type03 .item_content .ic_pay span.red{color: #e60012;}
.itme_type03 .item_content .ic_pay strong{font-size: 14px; color: #434343; font-weight: 500;}



.main_section03{margin-top: 30px;}
/* 더보기 */

.more_box { }
.more_box > button {  display:table; margin:0 auto; width:220px; height:45px; line-height:45px; border:solid 1px #dcdcdc; outline:none; font-size:14px;}
.more_item { display:none;}
.more_item.active { display:block;}

.main_service{margin-top: 70px; margin-bottom: 92px;}
.main_service{border: 1px solid #ddd; overflow: hidden;}
.main_service .ms_box01,
.main_service .ms_box02,
.main_service .ms_box03{position: relative; float: left; width: 299px; height: 239px; border-left: 1px solid #ddd; padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_service .ms_box01{border-left: none;}
.main_service .ms_box03{width: 580px;}
.main_service .ms_box01 .ms_top{ padding-bottom: 25px; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.main_service .ms_tit{font-size: 18px; color: #333; font-weight: bold;} 
.main_service .call_txt{font-size: 28px;  font-weight: bold; margin-top: 12px; letter-spacing: -0.5px;}
.main_service .time_txt dt{float: left; width: 68px; color: #999999; font-size: 14px; line-height: 24px; font-weight: 300;}
.main_service .time_txt dd{float: left; font-size: 14px; color: #333; line-height: 24px; font-weight: bold;}
.main_service .board_list{margin-top: 12px;}
.main_service .board_list li{position: relative; padding-left: 9px; line-height: 28px; }
.main_service .board_list li a{display: block; font-size: 14px; color: #444; overflow: hidden;  text-overflow: ellipsis; white-space: nowrap; }
.main_service .board_list li a:focus,
.main_service .board_list li a:hover{text-decoration: underline;}
.main_service .board_list li:after{content: "-"; display: block; position: absolute; left: 0; top: 0;}
.main_service .board_list + .more{position: absolute; right: 30px; top: 32px;}
.main_service .quick_menu{margin-top: 23px;}
.main_service .quick_menu li{float: left; margin-left: 24px; width: 110px;}
.main_service .quick_menu li:first-child{margin-left: 0;}
.main_service .quick_menu li a{display: block; text-align: center;}
.main_service .quick_menu li a span{display: block; margin-bottom: 12px;}
.main_service .quick_menu li a strong{display: block; font-size: 14px; color: #444; font-weight: 300; letter-spacing: -0.4px;}



/* new2021 item */
.new2021 .itme_type01 {
    display: flex;
    flex-wrap: wrap;
}
.new2021 .itme_type01::after {
    display: none;
}
.new2021 .itme_type01 li {
    width: calc(25% - 25px);
    margin-right: 25px;
    margin-bottom: 60px;
}
.new2021 .itme_type01 li:nth-of-type(4n) {
    margin-right: 0;
}
.new2021 .itme_type01 li a {
    display: block;
}
.new2021 .itme_type01 li .item_img_box {
    position: relative;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}
.new2021 .itme_type01 li .item_img {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-sizing: border-box;
    transition: .3s;
}
.new2021 .itme_type01 li:hover .item_img {
    transform: scale(1.1);
    transition: .3s;
}
.new2021 .itme_type01 li .item_img_box .item_basket_btn {
    display: none;
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff url(../img/ico/item_basket.png) no-repeat center;
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.1);
    text-indent: -9999em;
}
.new2021 .itme_type01 li .item_img_box:hover .item_basket_btn {
    display: block;
}
.new2021 .itme_type01 li .item_img_box .item_basket_btn:hover {
    background-color: #58dbd8;
    background-image: url(../img/ico/item_basket_w.png);
}
.new2021 .itme_type01 li .item_info a {
    padding: 15px 0 0 0;
}
.new2021 .itme_type01 li .item_info .brand {
    margin-bottom: 0px;
    font-size: 16px;
    color: #757575;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.new2021 .itme_type01 li .item_info .subject {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1;
    color: #150000;
    font-weight: 900;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.new2021 .itme_type01 li .item_info .subject span{
    font-weight: 400;

}
.new2021 .itme_type01 li .item_info .price_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.new2021 .itme_type01 li .item_info .price_box span {
    flex-shrink: 0;
    margin-right: 0px;
    white-space: nowrap;
}

.new2021 .itme_type01 li .item_info .discount {
    display: none;
    font-size: 20px;
    font-weight: 700;
    color: #ed174a;
}
.new2021 .itme_type01 li .item_info .price {
    font-size: 13px;
    color: #282828;
}
.new2021 .itme_type01 li .item_info .price strong {
    font-family: 'NanumSquare', sans-serif;
    font-size: 17px;
    font-weight: 900;
}
.new2021 .itme_type01 li .item_info .cost {
    display: none;
    font-size: 15px;
    line-height: 20px;
    color: #999999;
    text-decoration: line-through;
}
.new2021 .itme_type01 li .item_tag {
    display: flex;
    margin-top: 12px;
}
.new2021 .itme_type01 li .item_tag span {
    width: 62px;
    height: 24px;
    margin-right: 5px;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}
.new2021 .itme_type01 li .item_tag span.free_shipping {
    background: #58dbd8;
}
.new2021 .itme_type01 li .item_tag span.sold_out {
    background: #e50013;
}


/* 카테고리별 MD'Pick */
.recommend .md_category {
    margin-bottom:40px;
}
.recommend .md_category ul {
    padding-top:10px;
    font-size:0;
    text-align:center;
}
.recommend .md_category ul li {
    float:none;
    display:inline-block;
    width:120px;
    margin:0 5px;
    transition:all .3s ease;
    cursor:pointer;
}
.recommend .md_category ul .slick-track {
    margin:0 auto;
}
.recommend .md_category ul .slick-list {
    padding-top:10px;
}
.recommend .md_category ul .slick-arrow {
    top:45%;
    transform:translateY(-50%);
    width:12px;
    height:20px;
    background:url('../img/btn/btn_category_slide.png') center no-repeat;
    z-index:99;;
}
.recommend .md_category ul .slick-arrow.slick-prev {
    left:-25px;
}
.recommend .md_category ul .slick-arrow.slick-next {
    right:-25px;
    transform:translateY(-50%) rotate(180deg);
}
.recommend .md_category ul li .pick_img {
    display:block;
    position:relative;
    width:82%;
    padding-top:82%;
    margin:0 auto;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#f9f9f9;
    border-radius:38px;
    transition:all .3s ease;
}
.recommend .md_category ul li .pick_img .ico {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center;
    background-repeat:no-repeat;
    border-radius:38px;
}
.recommend .md_category ul li.pick_new .pick_img:after {
    content:'';
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    width:26px;
    height:26px;
    background:url('../img/ico/ico_pick_new.png') center no-repeat;

}
.recommend .md_category ul li:hover {
    transform:translateY(-10px);
}
.recommend .md_category ul li:hover .pick_img {
    background: linear-gradient(55deg, #01e1c0 0%, #0089da 100%);
    box-shadow: 0px 18px 15.04px 0.96px rgba(0, 0, 0, 0.18);
}
.recommend .md_category ul li.active .pick_img {
    background: linear-gradient(55deg, #01e1c0 0%, #0089da 100%);
}
.recommend .md_category ul li .pick_img.pick01 .ico {
    background-image:url('../img/ico/ico_mdpick01.png');
}
.recommend .md_category ul li .pick_img.pick02 .ico {
    background-image:url('../img/ico/ico_mdpick02.png');
}
.recommend .md_category ul li .pick_img.pick03 .ico{
    background-image:url('../img/ico/ico_mdpick03.png');
}
.recommend .md_category ul li .pick_img.pick04 .ico{
    background-image:url('../img/ico/ico_mdpick04.png');
}
.recommend .md_category ul li .pick_img.pick05 .ico{
    background-image:url('../img/ico/ico_mdpick05.png');
}
.recommend .md_category ul li .pick_img.pick06 .ico{
    background-image:url('../img/ico/ico_mdpick06.png');
}
.recommend .md_category ul li .pick_img.pick07 .ico{
    background-image:url('../img/ico/ico_mdpick07.png');
}
.recommend .md_category ul li .pick_img.pick08 .ico{
    background-image:url('../img/ico/ico_mdpick08.png');
}
.recommend .md_category ul li .pick_img.pick09 .ico{
    background-image:url('../img/ico/ico_mdpick09.png');
}
.recommend .md_category ul li .pick_img.pick10 .ico{
    background-image:url('../img/ico/ico_mdpick10.png');
}
.recommend .md_category ul li .pick_img.pick11 .ico{
    background-image:url('../img/ico/ico_mdpick11.png');
}
.recommend .md_category ul li .pick_img.pick12 .ico{
    background-image:url('../img/ico/ico_mdpick12.png');
}
.recommend .md_category ul li .pick_img.pick13 .ico{
    background-image:url('../img/ico/ico_mdpick13.png');
}
.recommend .md_category ul li:hover .pick_img.pick01 .ico,
.recommend .md_category ul li.active .pick_img.pick01 .ico {
    background-image:url('../img/ico/ico_mdpick01_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick02 .ico,
.recommend .md_category ul li.active .pick_img.pick02 .ico {
    background-image:url('../img/ico/ico_mdpick02_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick03 .ico,
.recommend .md_category ul li.active .pick_img.pick03 .ico {
    background-image:url('../img/ico/ico_mdpick03_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick04 .ico,
.recommend .md_category ul li.active .pick_img.pick04 .ico {
    background-image:url('../img/ico/ico_mdpick04_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick05 .ico,
.recommend .md_category ul li.active .pick_img.pick05 .ico {
    background-image:url('../img/ico/ico_mdpick05_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick06 .ico,
.recommend .md_category ul li.active .pick_img.pick06 .ico {
    background-image:url('../img/ico/ico_mdpick06_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick07 .ico,
.recommend .md_category ul li.active .pick_img.pick07 .ico {
    background-image:url('../img/ico/ico_mdpick07_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick08 .ico,
.recommend .md_category ul li.active .pick_img.pick08 .ico {
    background-image:url('../img/ico/ico_mdpick08_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick09 .ico,
.recommend .md_category ul li.active .pick_img.pick09 .ico {
    background-image:url('../img/ico/ico_mdpick09_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick10 .ico,
.recommend .md_category ul li.active .pick_img.pick10 .ico {
    background-image:url('../img/ico/ico_mdpick10_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick11 .ico,
.recommend .md_category ul li.active .pick_img.pick11 .ico {
    background-image:url('../img/ico/ico_mdpick11_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick12 .ico,
.recommend .md_category ul li.active .pick_img.pick12 .ico {
    background-image:url('../img/ico/ico_mdpick12_on.png');
}
.recommend .md_category ul li:hover .pick_img.pick13 .ico,
.recommend .md_category ul li.active .pick_img.pick13 .ico {
    background-image:url('../img/ico/ico_mdpick13_on.png');
}
.recommend .md_category ul li p {
    margin-top:20px;
    font-size:16px;
    font-weight:500;
    color:#999999;
}
.new2021 .recommend .md_category ul {
    padding-top: 0;
}
.new2021 .recommend .md_category ul li {
    width: auto;
    min-width: 90px;
    margin: 0 5px;
    padding: 0 30px;
    border-radius: 21px;
    font-size: 16px;
    line-height: 42px;
    color: #1D1D1D;
    border: 1px solid #707070;
    background: #fff;
    box-sizing: border-box;
}
.new2021 .recommend .md_category ul li.active,
.new2021 .recommend .md_category ul li:hover {
    transform: translateY(0);
    color: #fff;
    border: 1px solid #6D79E5;
    background: #6D79E5;
}


/* md _pick */
.more_box .itme_type01.md_pick_type {
    display:none;
}
.more_box .itme_type01.md_pick_type.on {
    display:block;
}
.more_box .itme_type01.md_pick_type li {
    width:calc(25% - 15px);
    margin:0;
    margin-right:20px;
    margin-bottom:30px;
}
.more_box .itme_type01.md_pick_type li:nth-of-type(4n+0) {
    margin-right:0;
}


.more_box .luxury_more {
    display: block;
    width: 500px;
    height: 60px;
    margin: 0 auto 100px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #252525;
    background: #fafafa;
}
/* //md _pick */


/* 애정 브랜드 */

.like_brand_wrap .like_brand_box {
    display: flex !important;
    justify-content: space-between;
   
}
.like_brand_box .like_brand.box1 {
    width: calc(50% - 20px);
    border: 1px solid #B8B8B8;
    box-sizing: border-box;
}
.like_brand_box .like_brand.box2 {
    width: 25%;
    
}

.like_brand .brand_item a {
    display: block;
    border:1px solid #B8B8B8;
    box-sizing: border-box;
}
.box1 .brand_item a {
    display: block;
    border:none;
}
.like_brand_box .like_brand.box2 .brand_item + .brand_item {
    margin-top: 10px;
}
.brand_item .img_box span {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.like_brand.box1 .brand_item .img_box span {
    padding-top: 68.5%;
}
.like_brand.box2 .brand_item .img_box span {
    padding-top: 59.6%;
    border-bottom: 1px solid #B8B8B8;
}
.brand_item .brand_desc {
    margin-top: 15px;
    padding: 0 10px;
}
.brand_item .brand_desc .brand {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 3px solid #5B5B5B;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 5px;
    color: #191919;
}
.brand_item .brand_desc .subject {
    font-size: 14px;
    line-height: 1.4;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.like_brand_wrap .like_brand_control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.like_brand_wrap .like_brand_control .slick-arrow {
    position: static;
    transform: none;
    background: url(../img/btn/aside_prev.png) no-repeat center;
}
.like_brand_wrap .like_brand_control .slick-next {
    transform: rotateY(180deg);
}
.like_brand_wrap .like_brand_control .pager ul {
    display: flex;
}
.like_brand_wrap .like_brand_control .pager ul li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #cccccc;
    font-size: 0;
}
.like_brand_wrap .like_brand_control .pager ul li.slick-active {
    background: #58dbd8;
}
.like_brand_wrap .like_brand_control .pager ul li button {
    width: 100%;
    height: 100%;
    font-size: 0;
}


/* 말풍선 배너 */
.bubble_popup_wrap {
    position: fixed;
    top: 30%;
    right: 60px;
    z-index: 5;
}
.bubble_popup_wrap .bubble_close_btn {
    position: absolute;
    top: 32px;
    right: 34px;
    width: 30px;
    height: 30px;
    background: url(../img/main/icon_menu01_open.png) no-repeat center;
} 
.bubble_popup_wrap a {
    display: block;
}
.bubble_popup_wrap .check_box {
    position: absolute;
    bottom: 4px;
    left: 48px;
}
.bubble_popup_wrap .check_box input {
    display: none;
}
.bubble_popup_wrap .check_box label {
    display: inline-block;
    padding-left: 20px;
    font-size: 15px;
    line-height: 16px;
    color: #454545;
    background: url(../img/main/bubble_check.png) no-repeat left center / 16px;
}
.bubble_popup_wrap .check_box input:checked + label {
    background-image: url(../img/main/bubble_check_on.png);
}
/* footer new */
#footer {
    position:relative;
    border-top:2px solid #aaaaaa;
}
#footer .notice_box {
    line-height:60px;
}
#footer .notice_box .ttl {
    float:left;
    padding-right:10px;
    font-size:15px;
    font-weight:500;
    color:#252525;
}
#footer .notice_box .list_box {
    float:left;
    width:386px;
    padding:0 5px;
    box-sizing:border-box;
}
#footer .notice_box .list_box a {
    display:block;
    font-size:15px;
    color:#757575;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
#footer .notice_box .more_link {
    font-size:15px;
    color:#252525
}
#footer .f_info_box {
    padding:30px 0 45px;
    background-color:#f5f5f5;
}
#footer .company_info {
    float:left;
    width:618px;
    padding:0 10px;
    box-sizing:border-box;
}
#footer .company_info .f_menu {
    margin:28px 0 17px;
    font-size:0;
}
#footer .company_info .f_menu li {
    display:inline-block;
}
#footer .company_info .f_menu li a {
    display:block;
    padding-right:25px;
    font-size:15px;
    color:#757575;
    letter-spacing:-0.04em;
}
#footer .company_info .f_menu li a em {
    color:#252525;
}
#footer .company_info .f_menu li:last-of-type a {
    padding-right:0;
}
#footer .company_info .f_cont address span {
    display:inline-block;
    font-size:14px;
    color:#757575;
    line-height:1.6;
    vertical-align:middle;
}
#footer .company_info .f_cont address .bar {
    display:inline-block !important;
    margin:0 5px;
    font-size:8px;
    color:#757575;
    vertical-align:middle;
}
#footer .company_info .f_cont .copy {
    margin-top:30px;
    font-size:14px;
    color:#757575;
    line-height:1.6;
}
#footer .call_center {
    float:left;
    width:210px;
    padding:0 10px;
    padding-top:13px;
    box-sizing:border-box;
}
#footer .call_center p {
    margin-bottom:20px;
    font-size:15px;
    color:#252525;
}
#footer .call_center .center_num {
    font-family: 'GmarketSansBold', sans-serif;
    font-size:24px;
    color:#252525;
}
#footer .call_center .hours {
    margin-top:25px;
}
#footer .call_center .hours span {
    display:block;
    font-size:14px;
    color:#757575;
    line-height:1.6;
}
#footer .bank_info {
    float:left;
    width:350px;
    padding:0 10px;
    padding-top:13px;
    box-sizing:border-box;
}
#footer .bank_info p {
    margin-bottom:12px;
    font-size:15px;
    color:#252525;
}
#footer .bank_info .account span {
    display:block;
    padding-left:27px;
    font-weight:500;
    color:#252525;
    line-height:1.5;
    background: url('../img/ico/ico_bank02.png') left 2px top 4px no-repeat;
    background-size:19px;
}
#footer #moveTop {
    position:absolute;
    top:-90px;
    right:31px;
    width:58px;
    height:58px;
    border-radius:16px;
    background:url('../img/btn/btn_move_top.png') center no-repeat;
    background-size:cover;
    box-shadow: 0px 18px 15.04px 0.96px rgba(0, 0, 0, 0.18);
    outline:none;
}
/* //footer new */


/* footer */
.footer_top{height: 52px; line-height: 52px; background: #f9f9f9; border-top:solid 2px #aaaaaa; border-bottom:solid 1px #dddddd; }
#fnb ul li{position: relative; display: inline-block; padding: 0 30px; font-size: 12px;color: #333333;}
#fnb ul li:after{content: ""; display: block; height: 10px; position: absolute; left: -2px; top: 50%; margin-top: -5px; border-left: 1px solid #c5c5c5;}
#fnb ul li:first-child{padding-left: 0;}
#fnb ul li:first-child:after{display: none;}
#fnb ul li a{display: block; font-size: 12px; color: #333333;}
#fnb ul li a:hover{color: #333333;}
#fnb ul li.fwb a{color: #333333; font-weight: bold;}
.footer_bot{padding: 66px 0; background: #ffffff;}
.footer_bot .f_logo{float: left;}
.footer_bot .f_content{float: left; padding-left: 28px;}
.footer_bot address,
.footer_bot p,
.footer_bot .copy{font-size: 12px; line-height: 22px; color: #666666; letter-spacing:-0.5px;}
.footer_bot .f_content .bar {color:#5c5c61; }
.footer_bot .f_agree{float: right; margin-left: 85px; padding-left: 20px; border-left: 1px solid #eeeeee;}
.footer_bot .f_agree h3{font-weight: 500; color: #666666; font-size: 16px; line-height: 22px;}
.footer_bot .f_agree img{width:50px}


/* footer 2021 */
.new2021 .footer {
    margin-top: 70px;
    position: relative;
    border-top: 1px solid #dbdbdb;
}
.new2021 .footer .fnb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}
.new2021 .footer .fnb ul li {
    flex-shrink: 0;
}
.new2021 .footer .fnb ul a {
    display: inline-block;
    font-size: 14px;
    color: #757575;
}
.new2021 .footer .fnb ul li + li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 18px;
    background: #eeeeee;
}
.new2021 .footer .fnb ul a em {
    color: #252525;
}
.new2021 .footer .f_info_box {
    padding: 40px 0 35px;
    background: #F2F2F2;
}
.new2021 .footer .f_info_box .wrap_1180 {
    display: flex;
}
.new2021 .footer .f_info_box .company_info {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 50%;
}

.new2021 .footer .f_logo {
    flex-shrink: 0;
    width: 30%;
}
.new2021 .footer .company_addr {
    width: calc(70% - 40px);
    margin-left: 40px;
    font-size: 14px;
    line-height: 19px;
    color: #2A2A2A;
}
.new2021 .footer .company_addr address {
    display: flex;
    flex-direction: column;
}
/* .new2021 .footer .company_addr address span:not(:last-child) {
    margin-right: 10px;
} */
.new2021 .footer .company_addr .copy {
    margin-top: 20px;
}
.new2021 .footer .cs_info{width: 50%;
    box-sizing: border-box;}
.new2021 .footer .bank_info {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}
.new2021 .footer .cs_ttl {
    font-size: 18px;
    font-weight: 700;
    color: #2a2a2a;
}
.new2021 .footer .cs_info .cs_tel {
    display: block;
    margin: 15px 0 10px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #2A2A2A;
}
.new2021 .footer .cs_info .cs_hours span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #2A2A2A;
}
.new2021 .footer .bank_info .bank {
    margin-top: 22px;
}
.new2021 .footer .bank_info .bank span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #2A2A2A;
}
.new2021 .footer .bank_info .bank span.bank_num {
    margin-bottom: 14px;
    font-size: 20px;
}


.kakao {
    position: fixed;
    bottom: 200px;
    right:31px;
    width: 58px;
    height: 58px;
    border-radius: 50px;
    z-index: 9999;
    box-shadow: 0px 18px 15.04px 0.96px rgb(0 0 0 / 18%);
    outline: none;
}

.load {
    position: fixed;
    right:31px;
    bottom: 120px;
    width: 58px;
    height: 58px;
    border-radius: 50px;
    z-index: 9999;
    box-shadow: 0px 18px 15.04px 0.96px rgb(0 0 0 / 18%);
    outline: none;
}

.new2021 .footer #moveTop {
    position: fixed;
    bottom: 40px;
    right: 31px;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: url(../img/btn/btn_move_top.png) center no-repeat;
    background-size: cover;
    box-shadow: 0px 18px 15.04px 0.96px rgb(0 0 0 / 18%);
    outline: none;
}


.footer_first {border-top:3px solid #003458; border-bottom: 1px solid #003458;}
.footer_first ul {height: 70px;}
.footer_first ul li {list-style: none; display: inline; line-height: 70px;}
.footer_first ul li a {display:inline; color:#222; font-size: 15px; width:300px; font-weight: 400;  margin: 30px;}
.footer_first ul li:nth-child(1) {margin-left:200px;}
.footer_first ul li a:hover {font-weight: 800;}






.footer_up {background:rgba(255, 255, 255, 0.486); padding:50px 0; height: 160px;}
.footer_up .flex {max-width:1800px; padding:0 20px; box-sizing: border-box; margin:0 auto; display: flex; justify-content: center; color:rgba(58, 49, 49, 0.664); font-family: 'NanumSquare'}
.footer_up .flex > * {flex-basis: 20%;}
.footer_up .flex > *.center {flex-basis: auto;}
.footer_up .flex > *.right {flex-basis: 40%;}
.footer_up .flex a {color:#fff;}
.footer_up .flex .left ul + ul {margin-top:18px;}
.footer_up .flex .left ul > li > strong {font-size:17px; width:150px; color:#fff; font-weight: 700; margin-bottom:13px; display: block; padding: 12px 0px; text-align: center; border-radius: 20px; background: #003458;
; white-space: nowrap; letter-spacing: -0.75px;}
.footer_up .flex .left ul li {font-size:16px; margin-bottom: 10px; color:#000; }
.footer_up .flex .left ul li:nth-child(2) {font-size:20px; margin-bottom: 12px; color:#003458; font-weight: bold;}
.footer_up .flex .left ul li dl {display: flex; font-size:12px; }
.footer_up .flex .left ul li dl + dl {margin-top:5px;}
.footer_up .flex .left ul li dl dt {min-width:32px; margin-right:10px;}
.footer_up .flex .center ul > li > strong {font-size:17px; width:150px; color:#fff; font-weight: 700; margin-bottom:13px; display: block; padding: 12px 0px; text-align: center; border-radius: 20px; background: #003458;
    ; white-space: nowrap; letter-spacing: -0.75px;}
.footer_up .flex .center ul li {font-size:16px; margin-right: 80px;}
.footer_up .flex .center ul li dl {display: flex; justify-content: flex-start;}
.footer_up .flex .center ul li dl + dl {margin-top: 6px;}
.footer_up .flex .center ul li dt {margin-right: 5px; margin-bottom:10px; color:#000;}
.footer_up .flex .right > strong {font-size:17px; width:150px; color:#fff; font-weight: 700; margin-bottom:13px; display: block; padding: 12px 0px; text-align: center; border-radius: 20px; background: #003458;
    ; white-space: nowrap;}
.footer_up .flex .right ul {display: flex; flex-wrap: wrap; justify-content:start;}
.footer_up .flex .right ul li {flex-basis: 28.33%; width: 28.33%; text-align: center;}
.footer_up .flex .right ul li + li {margin-left:20px;}
.footer_up .flex .right ul li:nth-of-type(4) {margin-left:0;}
.footer_up .flex .right ul li:nth-of-type(n+4) {margin-top: 10px;}
.footer_up .flex .right ul > li a {font-size:15px; border-bottom: 1px solid rgba(0, 0, 0, 0.233); letter-spacing: -0.75px; padding:8px 0px; color:#000; font-weight: 700; display: block; white-space: nowrap;}

.footer_down {padding:30px 0; background: #00335813;}
.footer_down .flex {margin:0 auto; max-width:1220px; padding:0 20px; box-sizing: border-box; display: flex; align-items: center;}
.footer_down .flex > .left {margin-right:70px;}
.footer_down .flex > .right {font-family: 'NanumSquare';}
.footer_down .flex .right > ul {display: flex;}
.footer_down .flex .right > ul li a {color:#1f1f1f; font-size:17px;}
.footer_down .flex .right > ul li + li {margin-left:17px;}
.footer_down .flex .right > dl {margin-top:20px;}
.footer_down .flex .right > dl dt {font-size: 13px; font-weight: 800;}
.footer_down .flex .right > dl dd {font-size: 13px;}
.footer_down .flex .right > dl dt, .footer_down .flex .right > dl dd {display: inline-block; line-height: 22px; font-family:'NanumSquare';}
.footer_down .flex .right > dl dt {font-weight: 600; color:#1f1f1f;}
.footer_down .flex .right > dl dt ~ dt {}

    /* 메인슬라이드 */
.wrap_1180 { width:1250px; margin:0 auto; position:relative; }
.wrap_1180:after { content:""; display:block; clear:both; }
/* .main_section02{margin-top:60px;} */
.main_slider { position:relative; margin:0 auto;}
.main_slider .main_video {
    width:100%;
}
.main_slider .main_video video {
    width:100%;
}
.main_slider .slider_btn {
    position:absolute;
    right:17%;
    bottom:30px;
}
.main_slider .slider_btn button {
    float:left;
    width:37px;
    height:37px;
    font-size:18px;
    font-weight:500;
    color:#fff;
    background-color:rgba(0,0,0,.4);
    border-radius:50%;
    outline:none;
}
.main_slider .slider_btn button.pause_btn {
    background:rgba(0,0,0,.4) url('../img/ico/icon_pause.png') center no-repeat; 
}
.main_slider .slider_btn button.pause_btn.play {
    background:rgba(0,0,0,.4) url('../img/ico/icon_play.png') center no-repeat;
}
.main_slider .slider_num {
    float:left;
    width:100px;
    margin:0 10px;
    padding:10px 0;
    background-color:rgba(0,0,0,.4); 
    border-radius:18.5px; 
    box-sizing:border-box; 
    text-align:center;
    z-index:9;
}
.main_slider .slider_num .num_txt { color:#fff; font-size:18px; font-weight:500; display:inline-block; }
.main_slider .slider_num .go_btn {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    cursor: pointer;
}
.main_slider .slider_num .go_prev {
    transform:rotate(45deg);
    margin-right:5px;
    position: absolute; top:50%; left:10px;
}
.main_slider .slider_num .go_next {
    transform:rotate(-135deg);
    margin-left:5px;
    position: absolute; top:45%; right:10px;
}
.slick-slide { outline:none; }
.main_slider .slick-slide img{
    height:438px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.new2021 .main_slider .slick-slide a {
    display: block;
}
.new2021 .main_slider .slick-slide img {
    width: 100%;
    height: auto;
    left: auto;
    transform:none;
}
.new2021 .main_slider .slick-slide video {
    width: 100%;
}
.new2021 .main_slider .main_slide_control {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    max-width: 1250px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: flex-end;
}
.new2021 .main_slider .main_slide_control button {
    width: 37px;
    height: 37px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    outline: none;
}
.new2021 .main_slider .main_slide_control button.pause_btn {
    background: rgba(0, 0, 0, .4) url(../img/ico/icon_pause.png) center no-repeat;
}
.new2021 .main_slider .main_slide_control button.pause_btn.play {
    background: rgba(0, 0, 0, .4) url(../img/ico/icon_play.png) center no-repeat;
}
.new2021 .main_slider .main_slide_control .control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: 0 10px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 18.5px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
}
.new2021 .main_slider .main_slide_control .control .num_txt {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.new2021 .main_slider .go_btn {
    display:inline-block;
    width:10px;
    height:10px;
    margin-bottom:2px;
    border:1px solid #fff;
    border-top:none;
    border-right:none;
    cursor:pointer;
}
.new2021 .main_slider .go_prev {
    transform:rotate(45deg);
    margin-right:5px;
}
.new2021 .main_slider .go_next {
    transform:rotate(-135deg);
    margin-left:5px;
}


/* 슬라이더 추가 */
.main_banner_top {
    font-size:0; margin-top:35px;
}
.main_banner_top > div { 
    display:inline-block;
    width:calc(33.33% - 13.33px);
    vertical-align:top;
}
.main_banner_top > div a {
    display:block;
}
.main_banner_top > div + div {
    margin-left:20px;
}
.main_banner_top .banner_tag {
    margin-top:11px;
    font-size:16px;
    color:#454545;
    line-height:1.3;
}
.main_banner_btm {
    position:relative; 
    border-radius:20px;
    margin-bottom:72px;
}
.main_banner_btm .slick-arrow {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border-radius:50%;
    background:url('../img/btn/btn_slider_arrow.png') center no-repeat;
    text-indent:-9999px;
    z-index:1;
}
.main_banner_btm .slick-prev {
    left:-21px;
    box-shadow: 0px 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}
.main_banner_btm .slick-next {
    right:-21px;
    transform:translateY(-50%) rotate(180deg);
    box-shadow: 0px 10px 9.94px 0.06px rgba(0, 0, 0, 0.11);
}
/* //슬라이더 추가 */

.slider_img {position:relative;}
.slider_nav { position: absolute; /*top:-45px;bottom:0;top:0;*/  left: 0px;  box-sizing:border-box;  z-index: 99; background-color:rgba(255,255,255,0.8);} 
.slider_nav > div { float:left; width:100% !important; }
.slick-list { overflow:initial;}
.slider_nav .slick-track {  left:0px !important; width:100% !important; }
.slider_nav .slick-track .slick-slide.slick-active { float:left; width:16.6666% !important;  text-align:right;box-sizing:border-box;}
.slider_nav .slick-track .slick-slide.slick-active.lang1 { width:100% !important;}
.slider_nav .slick-track .slick-slide.slick-active.lang2 { width:50% !important;}
.slider_nav .slick-track .slick-slide.slick-active.lang3 { width:33.3333% !important;}
.slider_nav .slick-track .slick-slide.slick-active.lang4 { width:25% !important;}
.slider_nav .slick-track .slick-slide.slick-active.lang5 { width:20% !important;}

.slider_nav .slick-slide.slick-active a { transition:0.2s;   display:block;  box-sizing:border-box; height:45px; line-height:45px; background-color:#fff; color:#000; border-left:solid 1px #eeeeee; border-bottom:solid 1px #eeeeee; font-size:18px; font-weight:400;  text-align:center; outline:none; }
.slider_nav .slick-slide.slick-current.slick-active a { text-align:center; color: #005bab;   text-align:center;}

.slider_box_mo,
.mo_slider_nav { height:0; visibility: hidden;}

.slide_stop { display:block; position:absolute; /*top:-45px; */right:1px; height:45px; background:#fff; cursor:pointer; display:block; z-index:9999; box-sizing:border-box;  border-bottom: solid 1px #eee;  border-left: solid 1px #eee; }
.slide_stop img { /* position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);  */}

.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%; }

/* 추천 패키지 */
.recommend { position:relative; margin:0 auto;}
.recommend .slick-arrow { position:absolute; top: 50%; transform: translateY(-50%); right:0; text-indent:-999999px; width:30px; height:30px; background:#ddd; }
.recommend .slick-prev { left: -15px; background:url('/img/btn/btn_recom_prev.png') no-repeat; }
.recommend .slick-next { right: -15px; background:url('/img/btn/btn_recom_next.png') no-repeat; }
@import url('https://webfontworld.github.io/GmarketSans/GmarketSans.css');


.new2021 .recommend h2 { text-align:center; margin:0 0 50px; padding-top: 100px; font-size:24px; }
.recommend:nth-child(2)  h2{ text-align:left; margin:60px 0 30px; font-size:24px; }
.new2021 .md_pick_sec h2{ margin-top: 100px;}
.recommend .main_section02 .swiper_brand_wrap .swiper .swiper_brand .swiper_initialized .swiper-horizontal .swiper-pointer0events {width:1200px;}

.recommend .img_box { overflow:hidden; background-color:#f5f5f5;  }
.recommend .img_box img { width:280px; /*height:240px; max-height:240px;*/ transition:0.2s all; }
.recommend .img_box:hover img { transform:scale(1.08); }

.recommend01 { padding: 20px 0; border-top:solid 1px #dddddd; position:relative; }
.recommend01 .recom_box { display:block;/*  margin-right:20px; width:280px !important; background-color:#f6f6f6; */ padding:0 10px; }
.recommend01 .recom_box a { color:#333; }
.recommend01 .recom_box:nth-of-type(4n) { margin-right:0px; }

.recommend01 .recom_box .txt_box { box-sizing:border-box; padding:20px 0 30px 15px;  }
.recommend01 .recom_box .txt_box h3 { font-size:20px; margin-bottom:10px; }
.recommend01 .recom_box .txt_box p { font-size:14px; }

.swiper_brand_wrap {max-width:1180px; margin:0 auto; box-sizing: border-box; padding:20px 70px !important; background:#fff; position: relative; text-align: center;}
.swiper_brand .swiper-slide {border-radius: 50%; border:2px solid #e1e1e1; overflow: hidden; text-align: center; display: flex; justify-content: center; align-items: center;}
.swiper_brand .swiper-slide a img {transition: 0.3s ease-in-out;}
.swiper_brand .swiper-slide a img:hover {transform: scale(1.2);}
.swiper_brand_wrap [class^='brand-button-'] {display: inline-block; width:9px; height:18px; background:url("/img/arrow_brand_l.png"); position: absolute; top:50%; transform: translateY(-50%); left:20px; cursor: pointer;}
.swiper_brand_wrap [class^='brand-button-'].brand-button-next {left:auto; right:20px; background-image: url("/img/arrow_brand_r.png");}
.swiper_brand_wrap .swiper_brand .swiper-wrapper .swiper-slide {width:170px !important;}

/* 수정 */ 
.recommend02 {/*  padding: 20px 0; */ /* min-height:600px; */ /*border-top:solid 1px #dddddd;*/ position:relative; }
.more_view { position:absolute; top:-30px; right:0; color:#777777; font-size:16px; font-weight:600; }

.item_tabmenu .more_view { top:15px; }

.item_box { padding:0 0 20px;  }
.item_view .item_box { border:none; }
.new_sale_box { margin-top:15px; height:20px;}

.main_service .ms_box02 {}
.main_service .ms_box02 ul {margin-top:25px; }
.main_service .ms_box02 ul li { margin:12px 0; font-size:14px; }
.main_service .ms_box02 ul li:after { content:""; display:block; clear:both; }
.main_service .ms_box02 ul li strong { display:block; float:left; width:30%; }
.main_service .ms_box02 ul li span { display:block; float:left; width:70%; }
.main_banner_middle {max-width: 1920px; margin: 0 auto}

.main aside { position:absolute; top:0px; z-index:999999; }
.main .aside_left { width:130px; left:8%; /*left:10%; */}
.main .aside_right { display:none; width:100px; right:15px;/*right:12.5%;*/ }
.main aside a { display:block; color:#555; text-align:center; font-weight:400; }
.main aside a h3 { margin-top:5px; font-size:14px; line-height:20px;}
.main aside a h4 { font-size:14px; }

.aside_left .aside_left_box { border:solid 1px #333; height:50px; }
.aside_left .aside_left_box:nth-child(2) { margin-top:20px; }
.aside_left .aside_left_box:nth-child(2),
.aside_left .aside_left_box:nth-child(3) { border-bottom:none; }
.aside_left .aside_left_box:nth-child(4) { border-bottom:none; }

.aside_right .aside_right_box { box-sizing:border-box; margin-bottom:20px; }
.aside_right .aside_right_box img { width:100%; }

.aside_tap_menu { box-sizing:border-box; }
.aside_tap_menu li { width:33.33%; float:left;  box-sizing:border-box;  }
.aside_tap_menu li a { display:block;  width:100%; border:solid 1px #ccc; border-right:none;  background-color:#ddd; box-sizing:border-box;}
.aside_tap_menu li a img { width:32px; height:32px; }
.aside_tap_menu li:last-of-type a { border-right:solid 1px #ccc; }
.aside_tap_menu li.active a { background-color:#fff; border-bottom:none;  background-color:#fff;  }


.aside_box { margin-top:-1px;  background-color:#fff; border:solid 1px #ccc; padding:10px 15px; border-top:none; }
.aside_box > div {}
.aside_box > div h4 { margin-bottom:10px;  text-align:center; font-size:12px; font-weight:300;  }

.aside_box ul {}
.aside_box ul li { position:relative; margin-bottom:10px; }
.aside_box ul li a { display:block; box-sizing:border-box; border:solid 2px transparent; }
.aside_box ul li a img { width:47px; height:49px;}
.aside_box ul li a:hover {  border:solid 2px #333; border-left:none; }
.aside_box ul li a:hover img { margin-left:2px; }
.aside_box ul li a .depth_02 { display:none; position:absolute; top:0; bottom:0; left:-150px; padding: 15px 0px 10px 10px; border:solid 2px #333; border-right:none; width:150px; background-color:#fff; box-sizing:border-box; text-align:left;}
.aside_box ul li a .depth_02 h5 { width:95%; white-space:nowrap; text-overflow: ellipsis; overflow: hidden; font-size:10px; }
.aside_box ul li a .depth_02 p { margin-top:15px; font-size:14px; font-weight:600; color: #005bab; }
.aside_box ul li a:hover .depth_02 { display:block; }

.aside_paging { position:relative; margin:20px 0 10px; text-align:center; font-size:12px; color:#555; }
.aside_paging > a { position:absolute; top:0; display:block; }
.aside_paging .page_prev { left:-10px; }
.aside_paging .page_next { right:-10px; }

.Gotop { background-color:#333; color:#fff; height:40px; margin-top:20px;  padding:10px 0 0; box-sizing:border-box; }
.Gotop h5 { color:#fff; margin-top:-10px;}
.Gotop span { color:#fff; display:block; }

.main_banner_bot {  }
.main_banner_bot img { width:100%;  }

.more_box .itme_type01 > li {}
.more_box .itme_type01 > li:nth-of-type(4n) { margin-right:0;}


.new2021 .main_banner_top {
    position: relative;
    font-size: 0;
}
.new2021 .main_banner_top > div {
    display: block;
    width: 100%;
}
.new2021 .main_banner_top .banner_top_control {
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translateX(-50%);
    max-width: 1200px;
    width: calc(100% - 30px);
}

.new2021 .main_banner_top .banner_top_control .slide_control {
    position: absolute;
    right: 0;
    top: 20px;
    width: 100px;
    padding: 10px 0;
    border-radius: 18px;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.new2021 .main_banner_top .slick-arrow {
    position: static;
    transform: none;
    width: 10px;
    height: 12px;
    border-radius: 0;
    background: url(../img/main/main_banner_btm_arr.png) no-repeat center / 8px;
    box-shadow: none;
}
.new2021 .main_banner_top .slick-next {
    margin-left: 8px;
    transform: rotateY(180deg);
}
.new2021 .main_banner_top .arr {
    position: relative;
    font-size: 0;
}
.new2021 .main_banner_top .arr::before,
.new2021 .main_banner_top .pager .slide_num::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,0.6);
}
.new2021 .main_banner_top .pager {
    position: relative;
    display: flex;
    margin-right: 2px;
}
.new2021 .main_banner_top .pager span {
    font-size: 16px;
    color: #fff;
    margin: 0 6px;
}


/* aside right */
.new2021 .main .aside_right {
    display: block;
    width: 90px;
    z-index: 1;
}
.new2021 .main .aside_right .aside_tap_menu {
    border: 1px solid #eeeeee;
}
.new2021 .main .aside_right .aside_tap_menu li {
    float: none;
    width: 100%;
}
.new2021 .aside_tap_menu li a {
    background: #fff;
    border: none;
    padding: 16px 0;
}
.new2021 .aside_tap_menu li + li {
    border-top: 1px solid #eeeeee;
}
.new2021 .aside_tap_menu li .ico_box {
    position: relative;
    width: 30px;
    margin: 0 auto;
}
.new2021 .aside_tap_menu li .ico_box .num {
    position: absolute;
    top: -5px;
    right: -12px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    background: #372A95;
    color: #fff;
}
.new2021 .aside_tap_menu li a img {
    width: 100%;
    height: auto;
}
.new2021 .aside_tap_menu li span {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: #767676;
}
.new2021 .aside_box {
    margin-top: -1px;
    padding: 20px 0 0;
    border: 1px solid #eeeeee;
    border-radius: 0 0 10px 10px;
}
.new2021 .aside_box > div h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    letter-spacing: -0.04em;
}
.new2021 .aside_box ul {
    padding: 0 15px;
}
.new2021 .aside_box ul li {
    margin-bottom: 0;
    display: none;
}
.new2021 .aside_box ul li.dis1 {
    display: block;
}
.new2021 .aside_box ul li + li {
    margin-top: 10px;
}

.new2021 .aside_box ul li a {
    display: block;
    box-sizing: border-box;
    border: none;
}
.new2021 .aside_box ul li a:hover img {
    margin-left: 0;
}
.new2021 .aside_box ul li a:hover .depth_02 {
    display: none;
}
.new2021 .aside_paging {
    margin: 0;
}
.new2021 .aside_paging .pager {
    margin: 10px 0;
    color: #454545;
    font-size: 14px;
}
.new2021 .aside_paging .arrow {
    display: flex;
    height: 32px;
    background: #F2F2F2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.new2021 .aside_paging .arrow a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new2021 .aside_paging .page_next {
    border-left: 1px solid #D4D4D4;
}
.new2021 .aside_right .naver_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px auto 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #01c73c;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.23);
}
.new2021 .aside_right .naver_contact span {
    font-size: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background: url(../img/ico/ico_naver_contact.png) no-repeat center;
}

/* 반응형 */
.only_web{display: block !important;}
.only_mo{display: none !important;}

/*@media screen and (min-width: 769px){
.recommend .slick-list{width: calc(100% + 20px); margin-left: -10px;}
.main .itme_type01 > li{width:calc(25% - 15px); margin-left:20px; margin-right:0; }
.main .itme_type01 > li:first-child, .main .itme_type01 > li:nth-child(4n+1){margin-left:0; }
}*/

/**/
/*@media screen and (max-width: 810px){
	
	#wrap{min-width:100%;}
	.wrap_layout{ width: 100%;}
	.wrap_1180 { width:90.55%; }


}*/

@media screen and (max-width:1200px){

    .wrap_layout{ width: 100%;}
    .upper_banner a {display: block;}
}



/* moblie */
@media screen and (max-width: 850px){

    .upper_banner a {display: none;}

    .swiper_brand_wrap {max-width:340px; padding: 20px 80px !important;}
	#wrap{min-width:100%;}
	img{max-width:100%;}
	.in_img img { height:auto; /*max-height:210px;*/}
	.wrap_layout{ width: 100%;}
	header { z-index:999; }
	/* header .wrap_layout { background-color: #005bab;  } */
	.header_bot .wrap_layout { border-left:none; border-right:none; /*padding-bottom:15px;*/ }
	.only_web{display: none !important;}
	.only_mo{display: block !important;}
	.wrap_1180 { width:90.55%; }
	aside { display:none;  }
    /* .new2021 .header .search_form {display: none;} */
    /* .new2021 .header .logo a { width:150px; margin-left:-110px; margin-top:20px;} */
	/* 상단베너 */
	#upper_portion{ padding:6px 0 0 0; height:30px; box-sizing:border-box; display:none !important; }
	.top_bclose{top:20%; right:5%; width:15px;  }
	.top_bclose .top_close img { /* width:22px; */ }
	/* header */
	/* #header{ background-color:  #005bab;} */
	.header_top{display: none; position: absolute; left: 0; right: 0; bottom: 0;background: #fff; height: 36px; border-bottom: 1px solid #ddd; padding-right: 37px;}
	.header_top .top_menu a{float: left;width: 33.333333%; padding: 0; text-align: center; line-height: 36px; border-left: 1px solid #ddd; font-size: 13px; font-weight: 500;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header_middle .cart_link a:after { display:none; }
	.top_banner { margin:0 auto; width:70%; height:24px; }
	.header_top .top_menu a:after{display: none;}
	.header_top .top_menu a:first-child{border-left: none; padding-left: 25px;}
	.header_top .top_menu a:first-child:after{content: ""; display: block; position: absolute; left: 50%; margin-left: -40px; top: 50%; margin-top: -13px; width: 25px; height: 25px; background: url("/img/mobile/icon_cart.png") no-repeat center center; background-size:25px; border-left: none ;}
	.header_top .btn_favorite{display: none;}
	.header_top .top_menu{float: none;overflow: hidden;}
	.header_middle{ height:95px; overflow:visible; border-bottom:none; padding: 0 0 12px 0;}
	.header_middle .logo{float: none; text-align: center;}
	.header_middle .logo a{display: inline-block; line-height: 50px;}
	.header_middle .logo a img{max-height:45px}
	.header_middle .logo a img.only_web { display:none !important; }
	.header_middle .logo a img.only_mo { display:inline-block !important;  }
    .header_middle .cart_link .event_btn {
        display: none;
    }
    


	.header_bot{border: none; border-top: 1px solid #ddd;}
	.header_middle .search_form{left: 50%;top: 54px; height: 36px; width: 90.55%;margin-left: 0; margin-top: 0; padding-right: 0px; transform:translate(-50%,0); }
	.search_form .sf_txt {
        /* height: 36px; background-color:#fff; border-bottom:none !important; */
        height: 36px;
        background-color: #ededed;
        border-bottom: none !important;
        border-radius: 40px;
    }
	.search_form .sf_sel{height: 36px;}
	.search_form .btn_search{padding: 0; width: 36px; height: 36px; right: 0; background: url(/img/ico/icon_search01_m.png) no-repeat center center;background-size: 50%;}
	
	.btn_search_mo{position: absolute; right: 0; bottom: 1px; width: 36px; height: 36px; border-left: 1px solid #ddd; background:#eee url(/img/main/icon_search.png) no-repeat center center;  background-size: 50%;}
	.btn_search_mo.active{background: #eee url(/img/sub/btn_close04.png) no-repeat center center; }

	.hb_right{position: absolute; right: 4%; top: 0; margin-right: 25px; float: none; padding-right: 4%; }
	.hb_right a{padding: 0;}
	.hb_right a.login_link{display: none;}
	.hb_right a.join_link{ display:none; color: #fff; font-size:0; text-indent: -9999em; width:18px; height: 25px;  background: url("/img/mobile/icon_my.png") no-repeat right top; background-size: cover;}
	.hb_right a.join_link.join_link3 { display:inline-block; }
	.hb_right a.join_link2{display:inline-block; color: #fff; font-size:0; text-indent: -9999em; width:18px; height: 25px;  background: url("/img/mobile/icon_my.png") no-repeat right top; background-size: cover;}
	.header_middle .sns_link{display: none;}
	.header_middle .cart_link{ position: absolute; right: 4.725%; top: 12px; margin-right: 0; float: none; margin-top: 0; }
	.header_middle .cart_link a{margin-top:0px; width: 20px; height: 31px; margin-right:10px;  line-height: 1; padding-right: 0; }
	.header_middle .cart_link a:last-of-type {   }
	.header_middle .cart_link a strong{font-size: 0; text-indent: -9999em;}
	.header_middle .cart_link a .num {right:-10px;  bottom:12px; padding:2px; margin-right:0; width: 15px; height: 15px; line-height: 15px; font-size:10px; background-color:#005bab; color: #fff; transform:scale(0.8); }
	.main_top{padding-top: 0;}
	.btn_gnb_mo{position:absolute;left:4.725%;top:18px;width:25px;height:20px;overflow:hidden;margin-bottom:13px;}
	.btn_gnb_mo.on{z-index:1;}
	.btn_gnb_mo span{position:absolute;display:block;width:100%;height:3px;background-color:#000;
		transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-moz-transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-o-transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	
	.btn_gnb_mo span.top{top:0;}
	.btn_gnb_mo span.middle{top:50%;margin-top:-2px;}
	.btn_gnb_mo span.bottom{bottom:0;}
	html.gnbOpen .btn_gnb_mo{z-index:101;}
	html.gnbOpen .btn_gnb_mo span.top{top:0;
	transform: translate3d(0, 8px, 0) rotate(225deg);
	-webkit-transform: translate3d(0, 8px, 0) rotate(225deg);
	-moz-transform: translate3d(0, 8px, 0) rotate(225deg);
	-o-transform: translate3d(0, 8px, 0) rotate(225deg);
	-ms-transform: translate(0, 8px) rotate(45deg);
	}
	html.gnbOpen .btn_gnb_mo span.middle{top:50%;margin-top:-2px;
		transform: translate3d(0, 150px, 0) rotate(-720deg);
		-webkit-transform: translate3d(0, 150px, 0) rotate(-720deg);
		-moz-transform: translate3d(0, 150px, 0) rotate(-720deg);
		-o-transform: translate3d(0, 150px, 0) rotate(-720deg);	
	}
	html.gnbOpen .btn_gnb_mo span.bottom{bottom:0;
		transform: translate3d(0, -9px, 0) rotate(-225deg);
		-webkit-transform: translate3d(0, -9px, 0) rotate(-225deg);
		-moz-transform: translate3d(0, -9px, 0) rotate(-225deg);
		-o-transform: translate3d(0, -9px, 0) rotate(-225deg);
		-ms-transform: translate(0, -9px) rotate(-45deg);
	}
	

	
	#category{display: none;}
	#gnb{position: fixed; left:-100%; width: 100%; top: 54px; bottom: 0; float: none;z-index: 99; background: #f0f0f0; padding-bottom: 80px; transition: all .3s; overflow-y: auto; z-index:999;}
	#gnb .gnb_list > li{float: none; width:100%; border-bottom: 1px solid #ddd;}
	#gnb .gnb_list > li > a{ text-align:left; padding-left:4.725%; }
	#gnb .mo_gnb_top .mgt01{background-color:  #fff; text-align: center; padding-top: 20px; padding-bottom: 15px;}
	#gnb .mo_gnb_top .mgt01 a{display: inline-block; width: 80px; height: 30px; border: 1px solid #333; text-align: center; line-height: 28px; font-size: 14px; color: #333;margin: 0 5px;}
	.mo_gnb_top  .mgt02 ul{border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
	.mo_gnb_top  .mgt02 ul li{float: left; width: 25%; text-align: center; background-color: #fff; border-left: 1px solid #ddd;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mo_gnb_top  .mgt02 ul li:first-child{border-left: none;}
	.mo_gnb_top  .mgt02 ul li a{display: block;}
	html.gnbOpen {position: fixed; left: 0; width: 100%; height: 100%;}
	html.gnbOpen body:after {top: 0; background: rgba(0,0,0,0.5);}
	html.gnbOpen #gnb {left: 0;}
	html.gnbOpen .gnb_bg{display: block; z-index: 55;}
	#gnb .gnb_list > li.mobile_link{display:block;padding:30px 22px 20px; text-align:center;border-bottom:0 none;}
	#gnb .gnb_list > li.mobile_link ul li{display:block; float:left; width:25%; margin:0%;}
	#gnb .sns_link li a img{width:70%;}

	#gnb_web { position:relative; float:none; padding-left:0px; width:90.55%; z-index:920; }
	#gnb_web b { position:relative; border:solid 1px #ddd; display:block; color:#333; text-align:center; line-height:32px;  background-color:#fff; font-size:16px; box-sizing:border-box; cursor:pointer; }
	#gnb_web b:after { content:""; display:block; position:absolute; top:50%; right:2.5%; border-top:solid 10px  #005bab; border-left:solid 5px transparent; border-right:solid 5px transparent; transform:translate(0%,-50%); }
	#gnb_web b span { color: #005bab;}
	#gnb_web .gnb_list { display:none; position:absolute; top:34px; left:0px; right:0px; }
	#gnb_web .gnb_list > li { width:100%; background-color:#fff; box-sizing:border-box;  border:solid 1px #ddd; border-bottom:none; }
	#gnb_web .gnb_list > li:first-of-type { border-top:none; }
	#gnb_web .gnb_list > li:last-of-type { border-bottom:solid 1px #ddd; }
	#gnb_web .gnb_list > li > a { line-height:32px; font-size:16px; }
	#gnb_web .gnb_list > li a.md_pick:after { display:none; }
	#gnb_web .gnb_list > li a.md_pick.on:after { display:none; }

    #gnb_web .gnb_list_mo_wrp {
        overflow-x: auto;
        -ms-overflow-style: none;
    }
    #gnb_web .gnb_list_mo {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;        
    }
    #gnb_web .gnb_list_mo li {
        display:inline-block
    }
    #gnb_web .gnb_list_mo li a {
        padding: 10px;
        color: #333;
        font-size: 15px;
        font-weight: 700;
        display: inline-block;
    }
    #gnb_web .gnb_list_mo li a.on {
        color: #005bab;
    }

	/* main */
	.main_top{border: none; padding-bottom: 0;}
	.main_top .mt_left{float: none; width: 100%;}
	.main_top .main_banner_visual .bx-controls{margin: 12px 0 18px; text-align: center;}
	.main_top .mt_right{float: none; width: 100%;}
	.main_coupon{	width:92%; height: 100px; margin: 20px auto; background:#3a3a3c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	.main_coupon h3 { display:block; margin:20px auto 0; width:102px; height:21px; background:url('../img/main/COUPON.png') no-repeat; background-size:cover; color:#fff; font-family:"BMDOHYEON"; font-size:24px; text-align:center; text-indent:-99999px;}
	.main_coupon .mc_ip{left: 20px; bottom: 20px; width: 70%; height:25px; background:#fff; }
	.main_coupon .mc_right{ margin-top: 6px; margin-right: 19px; width:100%;}
	.main_coupon .mc_right .mcr_img { display:none; }
	.main_coupon .mc_right .btn_submit01 { position:absolute; bottom:20px; right:20px; width:25%; height:25px; line-height:25px; background: #656565; font-size: 12px; color: #fff; border: 1px solid #dfdfdf; text-align: center; text-indent:0; }
	
	.main_top .main_event_banner { display:none;}

	.main_tabmenu{width: 92%;margin: 0 auto; margin-bottom: 42px;}
	.main_tabmenu .tabmenu > li{float: none; width: 100%; margin-bottom: 5px;}
	.main_tabmenu .tabmenu > li > a{height: auto; padding-bottom: 12%;}
	.main_tabmenu .tabmenu > li.mtm01 > a{background-image: url("/img/mobile/main_tab_tit01_off.jpg"); background-size:cover;}
	.main_tabmenu .tabmenu > li.mtm01.active .sub_mtm {background-image: url("/img/mobile/main_tab_tit01.jpg"); background-size:cover;}
	.main_tabmenu .tabmenu > li.mtm02 > a{background-image: url("/img/mobile/main_tab_tit02_off.jpg"); background-size:cover;}
	.main_tabmenu .tabmenu > li.mtm02.active .sub_mtm {background-image: url("/img/mobile/main_tab_tit02.jpg"); background-size:cover;}
	.main_tabmenu .tabmenu > li.mtm03 > a{background-image: url("/img/mobile/main_tab_tit03_off.jpg"); background-size:cover;}
	.main_tabmenu .tabmenu > li.mtm03.active .sub_mtm {background-image: url("/img/mobile/main_tab_tit03.jpg"); background-size:cover;}
	.main_tabmenu .tabmenu > li.mtm04 > a{background-image: url("/img/mobile/main_tab_tit04_off.jpg"); background-size:cover;}
	.main_tabmenu .tabmenu > li.mtm04.active .sub_mtm {background-image: url("/img/mobile/main_tab_tit04.jpg"); background-size:cover;}
	.main_tabmenu .tabmenu > li .depth02:after{margin-left: -8px;}
	.main_tabmenu .tabmenu > li.mtm01 .depth02:after{left: 50%;}
	.main_tabmenu .tabmenu > li.mtm02 .depth02:after{left: 50%;}
	.main_tabmenu .tabmenu > li.mtm03 .depth02:after{left: 50%;}

	.tit_st01{border: none; padding: 0; text-align: center;}
	.main_newarrival{padding: 0 27px;}
	.main_newarrival .newitem_type01{padding:0;margin: 0 0 30px;/*margin: 40px 0 30px;*/}
	.newitem_type01{width: 100%;}
	.newitem_type01 .item_box{width: 100%; padding: 0;/*padding: 24px 15px;*/ height: auto;}
	/*.newitem_type01 .item_box:before{width: 102%; height: 102%;}*/
	.newitem_type01 .item_content .ic_tit{font-size: 13px; line-height: 180%;}
	.newitem_type01 .item_content .ic_subject{font-size: 24px; height: 24px;}
	.newitem_type01 .item_content .ic_txt{font-size: 12px; height: 32px; line-height: 16px; margin-bottom: 15px;}
	.newitem_type01 .item_content .ic_pay strong{font-size: 14px;}
	.newitem_type01 .thum_img{width: 100%;/*width: 162px;*/ height: 156px; position:static;/*right: -12%;*/ /*bottom: 50px;*/}
	.newitem_type02{width: 100%;margin-bottom:0;}
	.newitem_type02 .item_box{position: relative; width: 100%;}http://175.126.62.212/item/item_list_new.php#
	.newitem_type02 .item_content{width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}



	/* 슬라이더 */
	.slick-slider.slider_box_mo { }
	.slick-slider.slider_box_mo img{ width:100%; height: 121vw;}
	.mo_slider_nav { position:absolute; bottom:0; left:0; right:0; } 
	.mo_slider_nav > div { position:absolute; left:50%; top:0%; padding:4px 0 8px;  width:100%; transform:translate(-50%,-100%); background-color:rgba(0,0,0,0.3); text-align:center; }
	.mo_slider_nav > div > div { display:inline-block !important; }
	.mo_slider_nav > div > div a img{height:10px;line-height:10px; vertical-align:middle;}
	.slick-slider.slider_nav_mo { /* float:left; */ /* position: absolute; top:0;left:0px; right:0; */ box-sizing:border-box; z-index: 9; } 
	.slider_nav_mo .slick-track {  left:0 !important; right:0; float:left; width:auto !important; }
	.slider_nav_mo .slick-track .slick-slide.slick-active { float:left;  margin-right:5px;  text-align:center; width:10px !important;}
	.slider_nav_mo .slick-slide.slick-active a { transition:0.2s; display:block;  box-sizing:border-box;  height:10px; line-height:10px; background-color:rgba(0,0,0,0.2); color:#000; font-size:16px; font-weight:400;  text-align:center; outline:none; border-radius:50%; }
	.slider_nav_mo .slick-slide.slick-current.slick-active a { text-align:center; color:#fff; background-color:#fff; }
	.recommend .img_box img { width:100%; height:auto !important; /* max-height:120px; */ }
	.recommend01_mo {  border-top:solid 1px #dddddd; position:relative; }
	.recommend01_mo .recom_box { display:block; /* margin:0 0.35%;  background-color:#f6f6f6; */ padding:0 0.5%; }
	/* .recommend01_mo .recom_box:nth-child(2n) { margin-right:0; } */
	.recommend01_mo .recom_box a { color:#333; }

	.recommend01_mo .recom_box .txt_box { box-sizing:border-box; padding:20px 0 30px 15px; height:75px;  }
	.recommend01_mo .recom_box .txt_box h3 { font-size:12px; margin-bottom:5px; }
	.recommend01_mo .recom_box .txt_box p { font-size:10px; }

	.slider_box_mo,
	.mo_slider_nav { height:auto; visibility: visible;}

	/**/
	.itme_type01 .item_content .ic_bot .ic_pay span.red { font-size:21px; }
	.itme_type01 .item_content .ic_bot .ic_pay strong {  font-size:14px; margin-right:0; line-height:21px; }
	.itme_type01 .item_content .ic_bot .ic_pay span.above { left:auto; right:19%; }





	/*.newitem_type02.thum_left .thum_img{position: absolute;left: 0; top: 50%; margin-top: -68px;}*/
	.newitem_type02.thum_left .item_content{float: none; /*padding-left: 140px;*/}
	.newitem_type02.thum_right .item_content{padding-right: 0;}
	/*.newitem_type02.thum_right .thum_img{position: absolute;right:  0; top: 50%; margin-top: -68px;}*/
	.newitem_type02 .thum_img{width: 135px; height: 135px;}
	.newitem_type02 .item_content .ic_tit{font-size: 13px; line-height: 180%;}
	.newitem_type02 .item_content .ic_subject{font-size: 24px; height: 24px;}
	.newitem_type02 .item_content .ic_txt{font-size: 12px; height: 32px; line-height: 16px; margin-bottom: 15px;}
	.newitem_type02 .item_content .ic_pay strong{font-size: 14px; letter-spacing:-1px;}
	.newitem_type02 .item_content .btn_more01{margin-top: 10px;}
	.btn_more01{height: 32px;border: 1px solid #333; font-size: 12px; line-height: 30px;}
	
	.newarrival_list{margin:10px auto 30px;}
	.newarrival_list.nl_list01 .slick-list{/*overflow: inherit;*/overflow: hidden;}
	.newarrival_list .slick-arrow{position: absolute; top: 50%; margin-top: -35px; width: 18px; height: 30px; overflow: hidden; background: url("/img/sub/btn_arrow01.png") no-repeat; overflow: hidden; text-indent: -9999em; opacity: 0.8; z-index: 50;}  
	.newarrival_list .slick-arrow.slick-prev{left: -23px; background-position: left top;}
	.newarrival_list .slick-arrow.slick-next{right: -23px; background-position: -18px top;}
	.newarrival_list .slick-arrow:hover{opacity: 1;}
	
	.main_section02{margin-top: 16px;}
	.item_tabmenu{border-bottom: none;}
	.item_tabmenu > select{width: 100%; height: 39px; border-radius:39px; padding:0 0 0 43%; font-size:16px; font-weight:600; font-family: 'Noto Sans KR'; }
	.main_item_list,
	.main_recently{}
	.itme_type01{margin: 0; padding-top: 20px;}
	.itme_type01 > li{ width: 48.5%; margin: 0 3% 0 0; margin-bottom: 3%;}
	.itme_type01 > li:nth-child(2n) { margin:0; }
	.itme_type01 .thum_img{text-align: center; }
	

	.main_service{border: none; margin-top:30px; padding: 25px; background-color: #ececec;  margin-bottom: 0;}
	.main_service .ms_box01,
	.main_service .ms_box02,
	.main_service .ms_box03{float: none; width: 100%; height: auto; border: 1px solid #000; padding: 25px 20px; background: #fff; margin-top: -1px;}
	.main_service .time_txt{overflow: hidden;}
	.main_service .time_txt dt:nth-of-type(2){clear: both;}
	.main_service .quick_menu li{width: 50%; text-align: center; margin-left: 0; padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#container{padding-bottom: 0;}

	.recommend h2, .item_tabmenu h2 { margin:30px 0 10px; font-size:21px; }
	.item_list_header { font-size:21px; }
	.item_tabmenu .more_view { top:-19px; }

	.more_view{ top:-44px; font-size:12px; }
	.item_tabmenu > a {font-size:12px;}

	/*footer*/

    .footer_first {display: none;}
    .footer_up {height: 400px;}
    .footer_down .flex > .right {display: none;}

	.footer_top{height: auto; padding: 12px 0; text-align: center; line-height: 1;}
	#fnb ul li{padding: 0 15px;}
	#fnb ul li a{font-size: 12px; padding: 6px 0;}
	#fnb ul li:nth-of-type(4):after{display:none;}

	.footer_bot{padding: 26px 20px;}
	.footer_bot .f_logo{float: none; text-align: center; margin-bottom: 17px;}
	.footer_bot .f_logo img{max-height: 40px;}
	.footer_bot .f_content{float: none; padding-left: 0; text-align: center;}
	.footer_bot address,
	.footer_bot p,
	.footer_bot .copy{font-size: 12px; line-height: 150%;}
	.footer_bot .f_agree{float: none; padding-left: 0; margin-left: 0; padding-top: 20px; margin-top: 20px; border-top: 1px solid #666666; border-left: none; text-align: center;}
	.footer_bot .f_agree h3{font-size: 14px;}
	.footer_bot .f_content .bar{display: none; font-size: 0; height: 0; text-indent: -9999em; margin: 0 5px;/*display: inline-block;*/}

	/* 추가수정 */
	.recommend01_mo .slick-list{width: 103%; margin-left: -3.3%;}
    .recommend01_mo .recom_box{padding:0 0 0 0.65%;}
    


    .new2021 .recommend h2 {
        margin: 50px 0 30px;
        font-size: 20px;
        padding-top: 0;
    }
}

@media screen and (max-width: 330px){

	.footer_bot address,
	.footer_bot p,
	.footer_bot .copy{font-size: 11px;}
}
@media screen and (max-width: 1840px){ 
}
@media screen and (max-width: 1700px){ 

}
@media screen and (max-width: 1080px){
    .main_banner_mid_wrap ul {flex-wrap: wrap;}
    .main_banner_mid_wrap ul li {flex-basis: 100%; text-align: center}
    .main_banner_mid_wrap ul li + li {margin:10px 0 0;}
    .main_banner_mid_wrap.notice ul li + li {flex-basis: 100%;}
    .footer_up {height: 450px;}
    .footer_up .flex {flex-wrap: wrap;}
    .footer_up .flex > * {flex-basis: 100% !important;}
    .footer_up .flex > * + * {margin-top: 20px;}
    .footer_up .flex .center ul > li > strong {text-align: center;}
    .footer_up .flex .right > strong {text-align: left;}
    .footer_up .flex .right ul {justify-content: flex-start}
    .footer_down .flex {flex-wrap: wrap;}
    .footer_down .flex > .right {margin-top: 30px;}
    .footer_down .flex .right > ul li + li {margin-left:5px;}
    .footer_down .flex .right > ul li a {font-size:11px;}
    .footer_down .flex .right > dl dt, .footer_down .flex .right > dl dd {font-size:14px; display: block; margin:0 !important; margin-left:0;}
}
@media screen and (max-width:1900px) {
    .aside_left {left:10% !important;}
    /* .aside_right {right:10% !important;} */
}

@media screen and (max-width: 1490px){
	.main aside { display:none; }
}
