@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: 14px;
    color: #333;
    font-weight: 900;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
}
.btn_submit01 {
    display: block;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    background: url('../img/main/coupon_out-05.png') no-repeat;
    background-size: cover;
    outline: none;
    text-indent: -9999px;
}
.btn_more01 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 2px solid #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_more01:focus,
.btn_more01:hover {
    background: #333;
    color: #fff;
}
/* 메인상단베너 */
#upper_portion {
    position: relative;
    background-color: #fff;
}
.top_banner {
    width: 1180px;
    margin: 0 auto;
}
.top_banner ul {}
.top_banner ul li {
    float: left;
    width: 25%;
}
.top_banner ul li a {
    display: block;
    height: 80px;
    box-sizing: border-box;
    padding-top: 24px;
}
.top_banner ul li a span {
    display: block;
    color: #595758;
}
.top_banner ul li a strong {
    display: block;
    color: #3e3a39;
}
.top_bclose {
    clear: both;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 140px;
    height: 20px;
    z-index: 10;
}
.top_bclose label {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 350;
    color: #333;
}
.top_bclose input[type="checkbox"] {
    display: none;
}
.top_bclose input[type="checkbox"] + label span {
    margin-right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    cursor: pointer;
    vertical-align: middle;
}
.top_bclose input[type="checkbox"]:checked + label {
    ; /*vertical-align: super;*/
}
.top_bclose input[type="checkbox"]:checked + label span:before {
    content: '\2714';
    font-size: 9px;
    line-height: 9px;
    color: #000;
    vertical-align: text-top;
}
.top_bclose a {
    float: right;
}
/* header */
.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: 17px;
}
.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: 23px;
}
.header_middle .cart_link a {
    position: relative;
    display: block;
    float: left;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
}
.header_middle .cart_link a.ico_header01 {
    background: url('../img/ico/ico_header_menu01.png') center no-repeat;
}
.header_middle .cart_link a.ico_header02 {
    background: url('../img/ico/ico_header_menu02.png') center no-repeat;
}
.header_middle .cart_link a.ico_header03 {
    background: url('../img/ico/ico_header_menu03.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%;
    background-color: #f3f3f3;
    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 {
    border-color: #e85c34;
}
.search_form .sf_sel {
    width: 87px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    padding: 0 15px;
    background: url("/img/btn/option_bar_btn.png") no-repeat 86% center; /* 180409 수정 */
    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: 16px;
}
.header_bot .cart_link {
    float: right;
}
.header_bot .cart_link a {
    position: relative;
    display: block;
    float: left;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
}
.header_bot .cart_link a.ico_header01 {
    background: url('../img/ico/ico_header_menu01.png') center no-repeat;
}
.header_bot .cart_link a.ico_header02 {
    background: url('../img/ico/ico_header_menu02.png') center no-repeat;
}
.header_bot .cart_link a.ico_header03 {
    background: url('../img/ico/ico_header_menu03.png') center no-repeat;
}
.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;
    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: 133px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 112;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.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;
    font-weight: 500;
    color: #252525;
    cursor: default;
}
.header_bot .open_menu .menu_list .cg_list .depth02 {
    display: inline-block;
    margin-left: 17px;
}
.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;
    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 .center_call {
    display: block;
    margin: 20px 0 25px;
    font-family: 'GmarketSansBold', sans-serif;
    font-size: 24px;
}
.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 */
/* 최근 본 상품 */
.recent_prd {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    min-height: 100vh;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.5s ease;
}
.recent_prd.active {
    right: 0;
    transition: all 0.5s ease;
}
#header .bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9998;
}
.recent_prd .recent_box .box_ttl {
    position: relative;
    padding: 18px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
}
.recent_prd .recent_box .box_ttl p {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    line-height: 30px;
}
.recent_prd .recent_box .box_ttl p a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    letter-spacing: 0;
}
.recent_prd .recent_box .box_ttl .r_close_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url('../img/btn/btn_close_black_20x20.png') center no-repeat;
    outline: none;
}
.recent_prd .recent_box .list_box_wrap {
    padding: 0 22px 0 25px;
}
.recent_prd .recent_box .list_box {
    width: calc(100% + 20px);
    height: calc(100vh - 140px);
    margin-top: 10px;
    overflow-y: auto;
}
.recent_prd .recent_box .list_box .box_wrap {
    margin-top: 10px;
    padding: 0 20px;
}
.recent_prd .recent_box .list_box .date {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
    color: #757575;
}
.recent_prd .recent_box .list_box .date:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #757575;
}
.recent_prd .recent_box .list_box ul {
    font-size: 0;
}
.recent_prd .recent_box .list_box li {
    display: inline-block;
    width: calc(33.33% - 6.66px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}
.recent_prd .recent_box .list_box li a {
    display: block;
}
.recent_prd .recent_box .list_box li span {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recent_prd .recent_box .list_box li:nth-of-type(3n + 0) {
    margin-right: 0;
}
.recent_prd .recent_box .list_box .list_top .date {
    color: #252525;
}
.recent_prd .recent_box .list_box .list_top .date:before {
    background-color: #252525
}
.recent_prd .recent_box .guide {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 15px;
    color: #757575;
    padding-left: 46px;
}
/* //최근 본 상품 */
.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 {
    padding-left: 7px;
    width: calc(100% - 178px);
    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:  #d21c55;} */
/* main */
.slider_img_web {
    display: block;
    height: 400px;
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
}
#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%;
}
.item_tabmenu {
    line-height: 1;
    position: relative;
}
.item_tabmenu h2 {
    text-align: center;
    font-size: 34px;
    margin: 0 auto 40px;
}
.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 {
    margin-bottom: 3%;
    font-size: 0;
}
.itme_type01 > li {
    display: inline-block;
    width: calc(25% - 20px);
    margin: 10px;
    vertical-align: top;
}
/* best seller */
.itme_type01.best_seller_type li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 0 0;
}
.itme_type01.best_seller_type li:last-of-type {
    margin-right: 0;
}
.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;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.itme_type01 .thum_img .in_img {
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .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;
    display: none;
    left: 10px;
    top: 10px;
    background-color: #333;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
}
.item_content {
    position: relative;
}
/* new ico */
.itme_type01 .new_ico {
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    background-color: #f2407b;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 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: #19abd1;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 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: 0 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: 12px 0;
}
.itme_type01 .item_content .ic_subject {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 1.5;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
.itme_type01 .item_content .ic_subject a {
    color: #434343;
}
.itme_type01 .item_content .ic_subject span {
    display: block;
}
.itme_type01 .item_content .ic_subject .company {
    color: #999999;
    font-size: 14px;
}
.itme_type01 .item_content .ic_subject .goods {
    display: block;
    max-height: 44px;
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    word-break: break-all;
    letter-spacing: -0.04em;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.4;
}
.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 {
    display:flex;
    align-items: center;
    position: relative;
    margin-top: 15px;
}
.itme_type01 .item_content .ic_bot:after {
    content: "";
    display: block;
    clear: both;
}
.itme_type01 .item_content .ic_bot .ic_pay {
    display:flex;
    align-items: center;
    color: #434343;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.itme_type01 .item_content .ic_bot .ic_pay span {
    font-size: 15px;
    color: #252525;
    font-style: normal;
}
.itme_type01 .item_content .ic_bot .ic_pay span.red {
    color: #ed413f;
    font-size: 15px;
    font-weight: 500;
}
.itme_type01 .item_content .ic_bot .ic_pay span.red .red_inner {
    color: #ed413f;
    font-size: 20px;
    font-weight: 700;
    font-family: 'GmarketSansBold', sans-serif;
}
.itme_type01 .item_content .ic_bot .ic_pay .total_pay {
    margin:0 8px 0 5px;
}
.itme_type01 .item_content .ic_bot .ic_pay strong {
    display: inline-block;
    font-size: 20px;
    color: #252525;
    font-weight: 800;
    font-family: 'GmarketSansBold', sans-serif;
}
.itme_type01 .item_content .ic_bot .ic_pay span.price_unit {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    margin-left: -2px;
}
.itme_type01 .item_content .ic_bot .ic_pay .above {
    font-size:14px;
    color:#bbbbbb;
    text-decoration: line-through;
}
.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 .call_inquiry {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.04em;
}
.itme_type01 .item_content .ic_bot .sold_out {
    display: inline-block;
    width: 38px;
    height: 20px;
    margin-left:5px;
    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%;
    height: 100%;
}
/* .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 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 .call_inquiry {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-style: italic;
}
.itme_type02 .item_content .ic_pay span {
    font-size: 12px;
    color: #434343;
    font-style: italic;
}
.itme_type02 .item_content .ic_pay span.red {
    color: #d12e2f;
}
.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: 35px;
    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: 12px;
}
/* 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;
}
.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;
}
/* 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: 13px 10px 0;
    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;
}
#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: 13px 10px 0;
    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_bank03.png') left top 4px no-repeat;
}
#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: 0 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;
}
#fnb .fnb_list {
    border-bottom: solid 1px #dddddd;
}
#fnb ul li {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 14px;
    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:after {
    display: none;
}
#fnb ul li a {
    display: block;
    font-size: 14px;
    color: #333333;
}
#fnb ul li a:hover {
    color: #333333;
}
#fnb ul li.fwb a {
    color: #333333;
    font-weight: bold;
}
.footer_bot {
    padding: 33px 0;
    background: #f9f9f9;
}
.footer_bot .f_logo {
    padding-left: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    line-height: 1.5;
}
.footer_bot .f_content {
    padding-left: 28px;
}
.footer_bot address,
.footer_bot p,
.footer_bot .copy {
    font-size: 14px;
    line-height: 1.57;
    color: #757575;
    letter-spacing: -0.04em;
}
.footer_bot .copy {
    margin-top: 30px;
}
.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_bot .footer_left {
    float: left;
}
.footer_bot .footer_right {
    float: left;
    margin-left: 200px;
}
.footer_bot .link {
    color: #6388ff;
}
.footer_bot .c_service {
    padding-left: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    line-height: 1.5;
}
#footer .move_top_btn {
    position: absolute;
    top: -32px;
    right: -150px;
}
#footer .move_top_btn button {
    width: 60px;
    height: 60px;
    background: url('../img/btn/btn_move_top.png') center no-repeat;
    background-size: contain;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}
/* 메인슬라이드 */
.wrap_1180 {
    width: 1180px;
    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 .slider_btn {
    position: absolute;
    right: 19.27%;
    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 {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 2px;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    cursor: pointer;
}
.main_slider .slider_num .go_prev {
    transform: rotate(45deg);
    margin-right: 5px;
}
.main_slider .slider_num .go_next {
    transform: rotate(-135deg);
    margin-left: 5px;
}
.slick-slide {
    outline: none;
}
.main_slider .slick-slide img {
    height: 400px;
}
.slider_img {
    position: relative;
}
.slider_nav {
    position: absolute; /*top:-45px;bottom:0;top:0;*/
    left: 0;
    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: 0 !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: #d21c55;
    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;
}
.recommend .slick-arrow {
    position: absolute;
    top: -40px;
    right: 0;
    text-indent: -999999px;
    width: 30px;
    height: 30px;
    background: #ddd;
}
.recommend .slick-prev {
    right: 29px;
    background: url('/img/btn/btn_recom_prev.png') no-repeat;
}
.recommend .slick-next {
    background: url('/img/btn/btn_recom_next.png') no-repeat;
}
.recommend h2 {
    text-align: center;
    margin: 60px 0 30px;
    font-size: 24px;
    font-weight: 700;
}
.recommend .ttl_box {
    position: relative;
}
.recommend .ttl_box a {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #252525
}
.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: 0;
}
.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;
}
/* 카테고리별 MD'Pick */
.recommend .md_category {
    margin-bottom: 40px;
}
.recommend .md_category ul {
    padding-top: 10px;
    font-size: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    text-align: center;
}
.recommend .md_category ul li {
    display: inline-block;
    width: 100px;
    margin-right: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.recommend .md_category ul li:last-of-type {
    margin-right: 0;
}
.recommend .md_category ul li .pick_img {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    border-radius: 38px;
    transition: all 0.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;
    background-size:cover;
    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: rgb(242,64,123);
    background: linear-gradient(140deg, rgba(242,64,123,1) 0%, rgba(242,118,64,1) 100%);
    box-shadow: 0 18px 15.04px 0.96px rgba(0, 0, 0, 0.18);
}
.recommend .md_category ul li.active .pick_img {
    background: rgb(242,64,123);
    background: linear-gradient(140deg, rgba(242,64,123,1) 0%, rgba(242,118,64,1) 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: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 p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}
/* 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 20px 30px 0;
}
.more_box .itme_type01.md_pick_type li:nth-of-type(4n + 0) {
    margin-right: 0;
}
/* //md _pick */
/* 수정 */
.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 aside {
    position: absolute;
    top: 0;
    z-index: 999999;
}
.main .aside_left {
    width: 130px;
    left: 8%;
    display: none;
}
.main .aside_right {
    width: 100px;
    right: 10%;
    display: none;
}
.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: 64px;
    height: 64px;
}
.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 0 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: #d21c55;
}
.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;
}
/* 반응형 */
.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%; }


}*/
/* 추가 슬라이더 작업 */
.more_box .rcm_slider li {
    width: calc(25% - 15px);
    margin: 0 20px 0 0;
}
.more_box .rcm_slider li:last-of-type {
    margin-right: 0;
}
.rcm_slider.slick-initialized .slick-arrow {
    position: absolute;
    top: 29%;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}
.rcm_slider.slick-initialized .slick-prev {
    background: url('../img/btn/btn_prev.png') center no-repeat;
    background-size: cover;
    left: -11px;
}
.rcm_slider.slick-initialized .slick-next {
    background: url('../img/btn/btn_next.png') center no-repeat;
    background-size: cover;
    right: -11px;
}
.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: 0 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: 0 -10px 9.94px 0.06px rgba(0, 0, 0, 0.11);
}
/* 퀵메뉴 */
#quick_menu {
    position: fixed;
    top: 200px;
    right: 10.937%;
    z-index: 99999;
}
#quick_menu li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}
#quick_menu li + li {
    margin-top: 9px;
}
#quick_menu li.recent_view a {
    background: url('../img/btn/btn_recent_view.png') center no-repeat;
    background-size: cover;
}
#quick_menu li.cart a {
    background: url('../img/btn/btn_cart.png') center no-repeat;
    background-size: cover;
}
#quick_menu li.mypage a {
    background: url('../img/btn/btn_mypage.png') center no-repeat;
    background-size: cover;
}
/* //퀵메뉴 */
/* 메인팝업 */
.main_popup {
    position: fixed;
    top: 215px;
    left: 5.93%;
    z-index: 99999;
}
.main_popup button {
    position: absolute;
    top: -33px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('../img/btn/btn_popup_close.png') center no-repeat;
    background-size: cover;
}
.main_popup .popup_img {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}
.main_popup a {
    display: block;
}
.main_popup .popup_text {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #252525;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.3;
    margin-top: 17px;
}
/* //메인팝업 */