@charset "utf-8";

/* common */
.wrap_layout {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 2.0833em);
    max-width: 1200px;
}

.sub.item_list .wrap_layout {
    max-width: 1350px;
}

/* .wrap_layout:after {
  display: block;
  clear: both;
  content: "";
} */

#container {
    padding-bottom: 0px;
}

ul:after {
    display: block;
    clear: both;
    content: "";
}

.txt01 {
    font-size: 12px;
    color: #333;
}

.tit_st01 {
    /*margin-top:20px;*/
    margin: 20px 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 900;
    line-height: 40px;
    color: #333;
}

.btn_submit01 {
    display: block;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    text-indent: -9999px;
    background: url("../img/main/coupon_out-05.png") no-repeat;
    background-size: cover;
    outline: none;
}

.btn_more01 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #333;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #333;
}

.btn_more01:focus,
.btn_more01:hover {
    color: #fff;
    background: #333;
}

/* 메인상단베너 */
#upper_portion {
    position: relative;
    background-color: #fff;
}

.top_banner {
    margin: 0 auto;
    width: 1180px;
}

.top_banner ul li {
    float: left;
    width: 25%;
}

.top_banner ul li a {
    display: block;
    box-sizing: border-box;
    padding-top: 24px;
    height: 80px;
}

.top_banner ul li a span {
    display: block;
    color: #595758;
}

.top_banner ul li a strong {
    display: block;
    color: #3e3a39;
}

.top_bclose {
    display: block;
    clear: both;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    width: 140px;
    height: 20px;
}

.top_bclose label {
    font-size: 14px;
    font-weight: 350;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
}

.top_bclose input[type="checkbox"] {
    display: none;
}

.top_bclose input[type="checkbox"]+label span {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.top_bclose input[type="checkbox"]:checked+label span:before {
    font-size: 9px;
    line-height: 9px;
    vertical-align: text-top;
    color: #000;
    content: "\2714";
}

.top_bclose a {
    float: right;
}

/* header */
.header_top {
    background: #fff;
}

.header_top .header_top_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header_top .btn_favorite {
    float: left;
    padding-left: 17px;
    font-size: 13px;
    color: #999;
    background: url("/img/main/icon_star.png") no-repeat left center;
    cursor: pointer;
}

.header_top .sec_login {
    /* float: right;  */
    position: relative;
    font-size: 0;
}

.header_top .sec_login li {
    display: inline-block;
    /* position: relative; */
}

/* .header_top .sec_login li + li::before { 
  position: absolute; 
  top: 50%; 
  left: 0; 
  margin-top: -5px; 
  width: 1px; 
  height: 10px; 
  background-color: #eee; 
  content: "";
} */

.header_top .sec_login li:last-child a {
    padding-right: 0;
}

.header_top .sec_login li a {
    padding: 0 10px;
    font-size: 14px;
    color: #252525;
}

.header_top .top_menu {
    float: right;
}

.header_top .top_menu a {
    position: relative;
    padding: 0 10px;
}

.header_top .top_menu a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    margin-top: -4px;
    border-left: 1px solid #516e80;
    height: 8px;
    content: "";
}

.header_top .top_menu a:first-child:after {
    display: none;
}

.header_middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

.header_middle>div {
    height: 100%;
}

.header_middle:after {
    display: block;
    clear: both;
    content: "";
}

.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;
    background: url("../img/main/ham.png") center no-repeat;
    outline: none;
}

.header_middle .m_category .btn_category.on {
    background: url("../img/main/ham_on.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_top .left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header_top .search_form {
    position: relative;
}

.header_top .search_form fieldset {
    height: 100%;
}

.header_bot {
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}

.cart_link.on {
    margin-top: 23px;
}

.cart_link.on a .cart_txt {
    display: none;
}

.cart_link a+a {
    margin-left: 20px;
}

.cart_link a.ico_header01 {
    width: 24px;
    height: 24px;
    background: url("../img/ico/icon_clock.png") no-repeat center;
    background-size: 24px 24px;
}

.cart_link a.ico_header02 {
    width: 19px;
    height: 24px;
    background: url("../img/ico/icon_my.png") no-repeat center;
    background-size: 19px 24px;

}

.cart_link a.ico_header03 {
    width: 24px;
    height: 22px;
    background: url("../img/ico/icon_cart.png") no-repeat center;
    background-size: 24px 22px;
}

.cart_link a.ico_en {
    background-image: url("../img/ico_en.png");
}

.cart_link a.ico_ko {
    background-image: url("../img/ico_ko.png");
}

.cart_link a.ico_th {
    background-image: url("../img/ico_th.png");
}

.cart_link a:last-child:after {
    display: none;
}

.cart_link a img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart_link a .num {
    position: absolute;
    right: -7px;
    bottom: 27px;
    margin-right: 4px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background-color: #252525;
}

/*검색*/
.search_form {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    height: 44px;
}

.search_form fieldset {
    width: 100%;
    min-width: auto;
}

.search_form .sf_txt {
    border: none;
    border-radius: 22px;
    padding: 0 50px 0 15px;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    background-color: #f3f3f3;
    outline: none;
}

.search_form .sf_txt:active,
.search_form .sf_txt:hover,
.search_form .sf_txt:focus {
    border-color: #e85c34;
}

.search_form .sf_sel {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    padding: 0 15px;
    width: 87px;

    /* 180409 수정 */
    width: 110px;
    height: 42px;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    color: #252525;
    background: url("/img/btn/option_bar_btn.png") no-repeat 86% center;
}

.search_form .sf_sel option {
    font-size: 14px;
}

.search_form .btn_search {
    position: absolute;
    top: 0;
    right: 5px;
    border: none;
    width: 44px;
    height: 44px;
    font-size: 0;
    background: url("/img/ico/icon_search01.png") center no-repeat;
}

.header_middle .sns_link {
    position: absolute;
    top: 50%;
    top: 54%;
    left: 50%;
    margin-top: -12px;
    margin-left: 270px;
}

.header_middle .sns_link li {
    display: inline-block;
    margin-left: 4px;
}

/* header scroll */
.header_middle.scrolling {
    position: fixed;
    z-index: 50;
    border-bottom: 1px solid #252525;
}

.header_middle.scrolling .m_category {
    display: block;
}

.header_middle.scrolling .cart_link {
    display: block;
}

/* //header scroll */
.header_bot .header_bot_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_bot .header_bot_wrap .cat {
    display: flex;
    align-items: center;
}

.header_bot .right_menu {
    float: right;
}

.header_bot .right_menu a {
    display: block;
    float: left;
    position: relative;
    box-sizing: border-box;
    height: 60px;
    font-size: 17px;
    line-height: 60px;
    color: #fff;
}

.header_bot .right_menu a+a {
    margin-left: 25px;
}

.header_bot .right_menu a:last-child:after {
    display: none;
}

.header_bot .right_menu a img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header_bot .right_menu a .num {
    position: absolute;
    right: -15px;
    bottom: 30px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background-color: #252525;
}

#category {
    float: left;
    z-index: 999;
    box-sizing: border-box;
    margin-right: 40px;
}

/* web open menu */
.header_bot .open_menu {
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 112;
    margin-top: 135px;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    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 {
    margin: 0 auto;
    padding: 30px 0;
    width: calc(100% - 2.0923em);
    max-width: 1200px;
}

.header_bot .open_menu .menu_list {
    float: left;
    box-sizing: border-box;
    width: 50%;
}

.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;
    min-width: 100px;
    font-weight: 500;
    color: #252525;
    cursor: default;
    cursor: pointer;
}

.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 8px;
    vertical-align: middle;
    color: #999;
}

.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 {
    display: inline-block;
    width: 1px;
    height: 10px;
    font-size: 0;
    line-height: 16px;
    vertical-align: middle;
    background-color: #dbdbdb;
    content: "";
}

.header_bot .open_menu .menu_list .cg_list .depth02 li:last-of-type:after {
    display: none;
}

.header_bot .open_menu .menu_sub {
    float: left;
    box-sizing: border-box;
    padding-left: 47px;
    width: 50%;
}

.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;
    vertical-align: middle;
    color: #999;
}

.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 {
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    vertical-align: middle;
    color: #dbdbdb;
    content: "|";
}

.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: "Nanum SquareEB";
    font-size: 24px;
}

.header_bot .open_menu .menu_sub .customer_center .center_time span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    color: #757575;
}

.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;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}

.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%;
    z-index: 9999;
    box-sizing: border-box;
    width: 400px;
    min-height: 100vh;
    background-color: #fff;
    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;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.recent_prd .recent_box .box_ttl {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    padding: 18px 25px;
}

.recent_prd .recent_box .box_ttl p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #252525;
}

.recent_prd .recent_box .box_ttl p a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #252525;
}

.recent_prd .recent_box .box_ttl .r_close_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url("../img/btn/btn_close_black_20x20.png") center no-repeat;
    outline: none;
    transform: translateY(-50%);
}

.recent_prd .recent_box .list_box_wrap {
    padding: 0 22px 0 25px;
}

.recent_prd .recent_box .list_box {
    overflow-y: auto;
    margin-top: 10px;
    width: calc(100% + 20px);
    height: calc(100vh - 140px);
}

.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 {
    display: block;
    position: absolute;
    top: 5px;
    left: -14px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #757575;
    content: "";
}

.recent_prd .recent_box .list_box ul {
    font-size: 0;
}

.recent_prd .recent_box .list_box li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    width: calc(33.33% - 6.66px);
}

.recent_prd .recent_box .list_box li a {
    display: block;
}

.recent_prd .recent_box .list_box li span {
    display: block;
    padding-top: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    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;
    padding-left: 46px;
    font-size: 15px;
    color: #757575;
}

/* //최근 본 상품 */
.ad_links {
    position: absolute;
    top: 48px;
    right: 7%;
    width: 53%;
}

.ad_links:after {
    display: block;
    clear: both;
    content: "";
}

.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;
    line-height: 15px;
    letter-spacing: -1px;
}

.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 {
    display: block;
    clear: both;
    content: "";
}

.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: flex;
    align-items: center;
}

#category .btn_category span {
    display: block;
    width: 22px;
    height: 18px;
    background: url("/img/main/icon_category.png") center no-repeat;
    outline: none;
}

#category .btn_category.on span {
    background: url("../img/main/icon_menu01_open.png") center no-repeat;
    filter: brightness(0);
}

#gnb {
    float: left;
    box-sizing: border-box;
    width: 1020px;
}

#gnb .gnb_list>li {
    float: left;
    width: 20%;
}

#gnb .gnb_list>li>a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    color: #333;
}

/* #gnb .gnb_list > li.active > a{color:  #252525;} */
#gnb .gnb_list>li.mobile_link {
    display: none;
}

#gnb .gnb_list>li a.md_pick:after {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 68px;
    height: 28px;
    background: url("/img/main/md_pick01.png") no-repeat;
    transition: 0.5s ease-in-out;
    transform: translate(-50%, 0);
    content: "";
}

#gnb .gnb_list>li a.md_pick.on:after {
    display: block;
    top: -18px;
}

#gnb_web {
    float: left;
    box-sizing: border-box;
    padding-left: 7px;
}

#gnb_web .gnb_list {
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
}

#gnb_web .gnb_list>li {
    display: inline-block;
    box-sizing: border-box;
}

#gnb_web .gnb_list>li>a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#gnb_web .gnb_list>li.on>a {
    color: #333;
}

#gnb_web .gnb_list>li>a span {
    color: #252525;
}

/* #gnb_web .gnb_list > li.active > a {color:  #252525;} */
#gnb_web .gnb_list>li.mobile_link {
    display: none;
}

#gnb_web .gnb_list>li a.md_pick:after {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 68px;
    height: 28px;
    background: url("/img/main/md_pick01.png") no-repeat;
    transition: 0.5s ease-in-out;
    transform: translate(-50%, 0);
    content: "";
}

#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;
    padding: 0 10px;
    height: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
    color: #333;
}

.hb_right a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    margin-top: -4px;
    border-left: 1px solid #516e80;
    height: 8px;
    content: "";
}

.hb_right a.join_link {
    color: #333;
}

.hb_right a.join_link2 {
    display: none;
}

/* main-slider */
.main_slider {
    position: relative;
    margin: 0 auto;
    margin-top: -199px;
    z-index: 1;
    /* max-width: 1920px; */
}

.main_slider .slider_img .slider_content {
    position: absolute;
    top: 40%;
    left: 14%;
}

.main_slider .slider_content .content_top {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.main_slider .slider_content .content_mid {
    font-family: "Gmarket Sans";
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.2;
}

.main_slider .slider_content .content_mid span {
    font-family: "Gmarket Sans";
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #7e5536;
}

.main_slider .slider_content .content_bot {
    font-size: 20px;
    line-height: 1.4;
    color: #e5e5e5;
}

.main_slider .slider_content .content_bot {
    font-size: 20px;
    line-height: 1.4;
    color: #e5e5e5;
    margin-bottom: 50px;
}

.main_slider .slider_content .btn_slider {
    width: fit-content;
    height: fit-content;
    padding: 6px 5px 6px 44px;
    font-size: 14px;
    font-weight: 500;
    color: #30aa00;
    border-radius: 26px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}

.main_slider .slider_content .btn_slider img {
    height: unset;
    max-height: unset;
}

.slider_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider_img a span {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider .slider_img .only_web {
    height: 902px;
    max-height: 902px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.main_slider .slider_img .only_mo {
    height: 123vw;
}

.inner {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 1.1538rem);
    max-width: 1350px;
    height: 100%;
}

/* 메인슬라이드 지워말어?*/
.wrap_1200 {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
}

.recomment_products {
    max-width: 1560px;
}

.wrap_1200:after {
    display: block;
    clear: both;
    content: "";
}

/* .main_section02{margin-top:60px;} */

.main_slider .slider_btn {
    position: absolute;
    left: 50%;
    bottom: -50px;
    padding: 25px 38px 25px 43px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 49px;
    filter: drop-shadow(0 0 14.5px rgba(0,0,0,0.09));
    transform: translateX(-50%);
}

.main_slider .slider_btn .slider_num {
    display: flex;
    gap: 20px;
    align-items: center;
}

.main_slider .slider_btn .slider_num span {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #252525;
}

.main_slider .slider_btn .slider_num .progress_line {
    width: 50px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.main_slider .slider_btn .slider_num .progress_line .progress_fill {
    height: 100%;
    background-color: #000;
    width: 0%;
    transition: width 0.3s ease;
}

.main_slider .slider_btn .pause_btn {
    width: 7px;
    height: 11px;
    margin: 0 40px 0 30px;
    filter: brightness(0%) invert(0);
}

.main_slider .slider_btn button.pause_btn {
    background: url("../img/ico/icon_pause.png") center no-repeat;
}

.main_slider .slider_btn button.pause_btn.play {
    background: url("../img/ico/icon_play.png") center no-repeat;
}

.main_slider .go_btn {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.main_slider .go_btn.go_prev {
    background: url('/img/main/slider_prev.png') no-repeat center;
    background-size: 100% 100%;
}

.main_slider .go_btn.go_next {
    background: url('/img/main/slider_next.png') no-repeat center;
    background-size: 100% 100%;
    margin-left: 10px;
}

.slick-slide {
    outline: none;
}

.main_sect {
    margin-top: 120px;
}

#product_best {
    margin-top: 80px;
}

.slider_cert {
    position: relative;
}

/* item----------------------- */
#container.item_view {
    padding-bottom: 0;
}

#container.item_view .vc_box {
    padding-bottom: 92px;
}

.main {
    position: relative;
}

/* itme_type01 */

.itme_type01::after {
    display: block;
    clear: both;
    content: "";
}

.itme_type01>li {
    display: inline-block;
    margin-right: 24px;
    width: calc(25% - 18px);
    vertical-align: top;
}

.itme_type01 li:nth-of-type(4n + 0) {
    margin-right: 0;
}

/* best seller */

/* best-------------- */
/* .best_top{
    margin-bottom: 45px;
}
.best_sect .ttl_box{
    padding-bottom: 0;
    
} */
.best_cate {
    margin-bottom: 45px;
}

.best_cate li {
    padding: 0 10px;
}

.best_cate li a {
    display: inline-block;
    position: relative;
    border-bottom: 2px solid transparent;
    padding-bottom: 6px;
    font-size: 1.0625em;
    color: #999;
}

.best_cate li.on a {
    border-bottom: 2px solid #000;
    font-weight: 500;
    color: #252525;
}

/* 메인 배너  백그라운드*/
.main_banner_middle div {
    width: calc(50% - 10px);
}

.main_banner_bottom div a .main_banner_middle div a {
    display: block;
}

.main_banner_bottom div {
    width: calc(33.333% - 13.333px);
}

.main_banner_middle span {
    display: block;
    padding-top: 37.3%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_banner_bottom span {
    display: block;
    padding-top: 173.29%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.itme_type01.rcm_slider li {
    margin: 0 20px 0 0;
    width: calc(33.33% - 13.33px);
}

.itme_type01.rcm_slider li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}

.itme_type01 .thum_img {
    display: block;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}

.itme_type01 .thum_img .in_img {
    display: block;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.itme_type01 .thum_img .in_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background: url(/img/main/ico_mark.png) no-repeat center; */
    background-size: 100% 100%;
    padding-top: 17.29%;
}

/* .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 {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.itme_type01 .thum_img .item_opt button {
    margin-left: 7px;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
}

/* 최근할인 등 아이콘 */
.itme_type01 .in_ico {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 8px;
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: #333;
}

.item_content {
    position: relative;
}

/* new ico */
.itme_type01 .new_ico {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ee4971;
}

.itme_type01 .new_ico span {
    display: block;
    font-weight: 700;
    color: #fff;
}

.itme_type01 .new_ico span.txt {
    font-size: 16px;
    line-height: 60px;
}

/* hot ico */
.itme_type01 .hot_ico {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 46px;
    height: 46px;
    text-align: center;
    background: rgb(1, 233, 189);
    background: linear-gradient(38deg,
            rgba(1, 233, 189, 1) 0%,
            rgba(0, 124, 222, 1) 100%);
}

.itme_type01 .hot_ico span {
    display: block;
    font-weight: 700;
    color: #fff;
}

.itme_type01 .hot_ico span.txt {
    font-size: 14px;
    line-height: 46px;
}

/* product list */

.product_list {
    display: flex;
    flex-wrap: wrap;
}

.product_list.col-3 {
    gap: 20px;
}

.product_list.col-4 {
    gap: 20px;
}

.product_list.col-3 .product_el {
    width: calc(33.33% - 13.33px);
    position: relative;
}

.product_list.col-4 .product_el {
    width: calc(25% - 15px);
    position: relative;
}

.product_list.col-4 .product_el .fav_btn {
    width: 30px;
    height: 24px;
    background: url('../img/ico/heart_icon.png') no-repeat center;
    background-size: 30px 24px;
    position: absolute;
    top: 50px;
    right: 5px;
}

.product_list.col-3 .product_el .fav_btn {
    width: 30px;
    height: 24px;
    background: url('../img/ico/heart_icon.png') no-repeat center;
    background-size: 30px 24px;
    position: absolute;
    top: 70px;
    right: 10px;
}

.product_list .product_el .fav_btn.active {
    background: url('../img/ico/heart_icon_active.png') no-repeat center;
}

.product_list .product_el .best_icon {
    width: 48px;
    height: 48px;
    background: url('../img/ico/best_icon.png') no-repeat center;
    background-size: 48px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product_list .product_el .new_icon {
    width: 48px;
    height: 48px;
    background: url('../img/ico/new_icon.png') no-repeat center;
    background-size: 48px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product_img {
    position: relative;
}

.col-4 .product_el .product_img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.product_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/img/main/ico_mark.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 17.29%;
}

.col-4 .product_el .product_img .category {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #413228;
}

.col-3 .product_el .product_img img {
    width: 100%;
    height: 324px;
    object-fit: cover;
}

.col-3 .product_el .product_img .category {
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    background-color: #413228
}


.product_el .product_content {
    margin-top: 15px;
}

.product_el .product_content .size {
    color: #999999;
    font-size: 14px;
    margin-bottom: 10px;
}

.product_el .product_content .name {
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.product_el .product_content .price .percent {
    font-family: "Gmarket Sans";
    color: #ed413f;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.3;
}

.product_el .product_content .price .percent>span {
    font-size: 14px;
    font-weight: 500;
}

.product_el .product_content .price .total {
    font-family: "Gmarket Sans";
    color: #252525;
    font-size: 20px;
    font-weight: bold;
}

.product_el .product_content .price .total>span {
    font-family: "Noto Sans KR";
    font-size: 15px;
    font-weight: 500;
}


.product_el .product_content .price .ori {
    color: #bbbbbb;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: line-through;
}

.product_el .product_content .price .ori>span {
    font-weight: 500;
}

.event_list_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.event_list_wrap .event_el {
    width: calc(33.33% - 13.33px);
}

.event_list_wrap .event_el .img_box {
    padding-top: 47%;
    overflow: hidden;
    position: relative;
    border-radius: 28px 0 28px 0;
}

.event_list_wrap .event_el .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event_list_wrap .event_el .text {
    margin-top: 10px;
    font-size: 16px;
    color: #454545;
}

.cer_slider {
    position: relative;
    overflow: hidden;
}

.cer_slider .swiper-slide img {
    width: 100%;
}

.slider_cert .swiper-pagination {
    display: none;
}

.slider_cert .swiper-button-prev {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
    background: url('/img/main/btn_prev_slider.png') no-repeat center;
    background-size: 46px;
}

.slider_cert .swiper-button-next {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    right: 0;
    transform: translateX(50%);
    background: url('/img/main/btn_next_slider.png') no-repeat center;
    background-size: 46px;
}

.tools_list_wrap {
    gap: 30px;
    margin-bottom: 40px;
}

.tools_list_wrap .tools_el {
    gap: 20px;
    flex-direction: column;
    cursor: pointer;
}

.tools_list_wrap .tools_el .tools_icon {
    width: 100px;
    height: 100px;
    border-radius: 38px;
    background-color: #f9f9f9;
    transition: all 0.3s;
}

.tools_list_wrap .tools_el .tools_icon:hover {
    filter: drop-shadow(0px 18px 8px rgba(0, 0, 0, 0.18));
    transform: translateY(-15px) scale(1);
    background-color: #096319;
}

.tools_list_wrap .tools_el .tools_icon:hover .ico_m {
    filter: brightness(0) invert(1);
}


.tools_list_wrap .tools_el p {
    font-size: 16px;
    color: #999999;
    font-weight: 500;
}

.tools_list_wrap .tools_el .tools_icon {
    position: relative;
}

.tools_list_wrap .tools_el .tools_icon .ico_m_1 {
    width: 48px;
    height: 35px;
    background: url('/img/ico/tools_ico_1.png') no-repeat center;
    background-size: 48px 29px;
}

.tools_list_wrap .tools_el .tools_icon .ico_m_2 {
    width: 47px;
    height: 30px;
    background: url('/img/ico/tools_ico_2.png') no-repeat center;
    background-size: 47px 30px;
}

.tools_list_wrap .tools_el .tools_icon .ico_m_3 {
    width: 42px;
    height: 30px;
    background: url('/img/ico/tools_ico_3.png') no-repeat center;
    background-size: 42px 30px;
}

.tools_list_wrap .tools_el .tools_icon .ico_m_4 {
    width: 43px;
    height: 35px;
    background: url('/img/ico/tools_ico_4.png') no-repeat center;
    background-size: 43px 35px;
}

.tools_list_wrap .tools_el .tools_icon .ico_s {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('/img/ico/new_icon_sub.png') no-repeat center;
    background-size: 26px 26px;
}

/* best ico */
.itme_type01 .best_ico {
    /* display: block; */
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 6px;
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: #f77349;
}

.itme_type01 .best_ico span {
    display: block;
    font-weight: 500;
    color: #fff;
}

.itme_type01 .best_ico span.num {
    font-size: 16px;
}

.itme_type01 .best_ico span.txt {
    margin-top: 3px;
    font-size: 13px;
}

#container.main .zzim_ico {
    display: none;
}

.itme_type01 .zzim_ico {
    display: inline-block;
    position: absolute;
    top: -44px;
    right: 10px;
    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 {
    overflow: hidden;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.itme_type01 .item_content .ic_tit strong {
    font-size: 16px;
    font-weight: 600;
    color: #434343;
}

.itme_type01 .item_content .ic_tit span {
    font-size: 14px;
    font-weight: 500;
    color: #838383;
}

/* *************위도 메인에없는데******************** */
.itme_type01 .item_content .ic_subject {
    width: 100%;
    height: auto;

    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */

    font-weight: 500;
    line-height: 1.3;
}

.itme_type01 .item_content .ic_subject span {
    display: block;
    overflow: hidden;
    width: 100%;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.itme_type01 .item_content .ic_subject .company {
    font-size: 0.9375em;
    color: #757575;
}

.itme_type01 .item_content .ic_subject .goods {
    margin: -5px 0 8px;

    /* font-weight: 500; */

    font-size: 1.125em;
}

/* ****************메인에는 없는데*************** */
.itme_type01 .item_content .ic_txt {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    height: 54px;
    font-family: "Nanum Gothic";
    font-size: 13px;
    line-height: 18px;
}

.itme_type01 .item_content .ic_txt a {
    display: block;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #434343;
}

.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 .ic_color {
    display: none;
    float: right;
}

.itme_type01 .item_content .ic_bot .ic_color span {
    display: none;
    overflow: hidden;
    margin-left: 5px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

/* **************************** */

.itme_type01 .item_content .ic_bot {
    position: relative;
}

/* bottom pay-------------------- */
.ic_pay span {
    display: inline-block;
    font-style: normal;
}

.ic_pay span+span {
    margin-left: 8px;
}

.itme_type01 .item_content .ic_bot .ic_pay .red .red_inner {
    font-size: 1.25em;

    /* font-family: 'Nanum SquareEB', sans-serif; */
    font-weight: 700;
    color: #f43142;
}

.itme_type01 .item_content .ic_bot .ic_pay strong {
    display: inline-block;
    font-family: "Nanum SquareEB", sans-serif;
    font-size: 1.25em;
}

.itme_type01 .item_content .ic_bot .ic_pay .price_unit {
    margin-left: -2px;
}

.itme_type01 .item_content .ic_bot .ic_pay .above {
    margin: 5px 0;
    font-size: 0.9375em;
    vertical-align: baseline;
    text-decoration: line-through;
    color: #999;
}

.ic_bot .ic_tag {
    overflow: hidden;
    margin-top: 0.9em;
    width: 100%;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.itme_type01 .item_content .ic_bot .call_inquiry {
    display: block;
}

.itme_type01 .item_content .ic_bot .sold_out {
    display: inline-block;
    display: none;
    box-sizing: border-box;
    border: 1px solid #f43142;
    border-radius: 3px;
    width: 38px;
    height: 1.42857em;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.42857;
    text-align: center;
    color: #fff;
    background: #f43142;
}

/* itme_type02 */

.itme_type02 .thum_img {
    display: block;
    /*height: 138px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    width: 100%;
    background: #f6f6f6;
}

.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 {
    overflow: hidden;
    /*height: 16px;*/
    font-size: 14px;
    /*white-space: nowrap;*/
    font-weight: 300;
    line-height: 16px;
    text-overflow: ellipsis;
    color: #333;
}

.itme_type02 .item_content .ic_subject a {
    color: #333;
}

.itme_type02 .item_content .ic_pay {
    font-size: 12px;
    letter-spacing: -0.5px;
    color: #434343;
}

.itme_type02 .item_content .ic_pay .call_inquiry {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #333;
}

.itme_type02 .item_content .ic_pay span {
    font-size: 12px;
    font-style: italic;
    color: #434343;
}

.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 {
    overflow: hidden;
    height: 35px;
    white-space: nowrap;
    white-space: normal;
    text-overflow: ellipsis;
}

.itme_type02 .item_content .ic_subject a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 35px;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.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;
    overflow: hidden;
    position: relative;
    width: 238px;
    height: 232px;
    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 {
    overflow: hidden;
    margin-bottom: 5px;
    font-style: italic;
}

.itme_type03 .item_content .ic_tit strong {
    font-size: 16px;
    font-weight: 500;
    color: #434343;
}

.itme_type03 .item_content .ic_tit span {
    font-size: 14px;
    font-weight: 500;
    color: #434343;
}

.itme_type03 .item_content .ic_subject {
    overflow: hidden;
    margin-bottom: 10px;
    height: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.itme_type03 .item_content .ic_subject a {
    color: #333;
}

.itme_type03 .item_content .ic_pay {
    font-size: 12px;
    letter-spacing: -0.5px;
    color: #434343;
}

.itme_type03 .item_content .ic_pay span {
    font-size: 14px;
    font-style: italic;
    color: #434343;
}

.itme_type03 .item_content .ic_pay span.red {
    color: #e60012;
}

.itme_type03 .item_content .ic_pay strong {
    font-size: 14px;
    font-weight: 500;
    color: #434343;
}

.main_section03 {
    margin-top: 30px;
}

/* 더보기 */

.more_box>button {
    display: table;
    margin: 0 auto;
    border: solid 1px #dcdcdc;
    width: 220px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    outline: none;
}

.more_item {
    display: none;
}

.more_item.active {
    display: block;
}

.main_service {
    margin-top: 70px;
    margin-bottom: 92px;
}

.main_service {
    overflow: hidden;
    border: 1px solid #ddd;
}

.main_service .ms_box01,
.main_service .ms_box02,
.main_service .ms_box03 {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    padding: 30px;
    width: 299px;
    height: 239px;
}

.main_service .ms_box01 {
    border-left: none;
}

.main_service .ms_box03 {
    width: 580px;
}

.main_service .ms_box01 .ms_top {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.main_service .ms_tit {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.main_service .call_txt {
    margin-top: 12px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.main_service .time_txt dt {
    float: left;
    width: 68px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #999;
}

.main_service .time_txt dd {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
}

.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;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
}

.main_service .board_list li a:focus,
.main_service .board_list li a:hover {
    text-decoration: underline;
}

.main_service .board_list li:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
}

.main_service .board_list+.more {
    position: absolute;
    top: 32px;
    right: 30px;
}

.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;
    font-weight: 300;
    letter-spacing: -0.4px;
    color: #444;
}

.sub .itme_type01 {
    display: flex;
    flex-wrap: wrap;
}

.sub .itme_type01>li {
    margin-bottom: 40px;
}

/* footer new */
#footer {
    position: relative;
}

#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;
    box-sizing: border-box;
    padding: 0 5px;
    width: 386px;
}

#footer .notice_box .list_box a {
    display: block;
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #757575;
}

#footer .notice_box .more_link {
    font-size: 15px;
    color: #252525;
}

#footer .f_info_box {
    padding: 50px 0 45px;
    background-color: #f5f5f5;
}

#footer .f_info_box>div>div>p {
    margin-bottom: 1em;
    margin-top: 18px;
    font-size: 15px;
    color: #252525;
}

#footer .call_center .hours span {
    font-size: 14px;
    line-height: 1.6;
    color: #757575;
}

#footer .call_center .contact_icon {
    margin-top: 20px;
    gap: 5px;
}

#footer .call_center .contact_icon .icon_1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/img/ico/contact_ico_1.png') no-repeat center;
    background-size: 30px;
}

#footer .call_center .contact_icon .icon_2 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/img/ico/contact_ico_2.png') no-repeat center;
    background-size: 30px;
}

#footer .company_info {
    float: left;
    box-sizing: border-box;
    width: 55%;
}

#footer .company_info .f_menu {
    margin: 28px 0 17px;
}

#footer .company_info .f_menu li {
    display: inline-block;
}

#footer .company_info .f_menu li a {
    display: block;
    padding-right: 25px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #757575;
}

#footer .company_info .f_menu li:last-of-type a {
    padding-right: 0;
}

#footer .company_info .f_cont address {
    color: #757575;
}

.f_cont .only_web {
    display: inline-block;
}

#footer .company_info .f_cont address span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
}

#footer .company_info .f_cont address .bar {
    display: inline-block;
    margin: 0 5px;
    font-size: 10px;
    vertical-align: middle;
}

#footer .company_info .f_cont .copy {
    margin-top: 30px;
    font-size: 0.93333em;
    color: #757575;
}

#footer .call_center {
    float: left;
    width: 20%;
}

#footer .company_info .f_cont address .bar.mo_show {
    display: none;
}

#footer .company_info .f_cont address .bar.web_show {
    display: inline-block;
}

#footer .call_center .center_num {
    font-family: Tahoma;
    font-size: 1.5em;
    font-weight: 600;
}

#footer .call_center .hours {
    margin-top: 1.5em;
}

#footer .call_center .hours span {
    display: block;
    color: #757575;
}

#footer .bank_info {
    float: left;
    width: 25%;
}

#footer .bank_info .account span {
    display: block;
    padding-bottom: 0.3125em;
    padding-left: 1.7em;
    font-weight: 500;
    line-height: 1.5;
    background-repeat: no-repeat;
}

#footer .bank_info .account .NH {
    background-image: url("../img/ico/bank_ico_1.png");
    background-position: left 5px;
}

.account .IKB {
    background-image: url("../img/ico/ico_bank02.png");
}

.account .KB {
    background-image: url("../img/ico/ico_bank03.png");
}

.account .WR {
    background-image: url("../img/ico/ico_bank04.png");
}

#footer #moveTop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 56px;
    height: 56px;
    background: url("../img/btn/btn_move_top.png") center no-repeat;
    background-size: cover;
    outline: none;
}

#footer #moveTop:hover {
    box-shadow: 0 18px 15.04px 0.96px rgba(0, 0, 0, 0.18);
}

/* //footer new */
/* footer */
#footer .move_top_btn button {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    background: url("../img/btn/btn_move_top.png") center no-repeat;
    background-size: contain;
    -webkit-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);
    -ms-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}

/* 추천 패키지 */
.recommend {
    position: relative;
}

.recommend .slick-arrow {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    text-indent: -999999px;
    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;
}

/* 공통속성 */

.best_top {
    margin-bottom: 30px;
    position: relative;

}

.ttl_box h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.best_top .more_list {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    align-self: self-end;
}

.ttl_box a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 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 {
    position: relative;
    border-top: solid 1px #ddd;
    padding: 20px 0;
}

.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 {
    margin-bottom: 10px;
    font-size: 20px;
}

.recommend01 .recom_box .txt_box p {
    font-size: 14px;
}

/* 카테고리별 MD'Pick */
.recommend .md_category {
    overflow-x: auto;
    margin-bottom: 40px;
}

.recommend .md_category ul {
    display: flex;

    /* padding-top: 10px; */

    text-align: center;
}

.recommend .md_category ul li {
    border: 1px solid #eee;

    /* display: inline-block; */
    /* float: left; */
    width: 11.1111%;
    min-width: 100px;
    background-color: #fff;
    cursor: pointer;
}

.recommend .md_category ul li+li {
    margin-left: -1px;
}

.recommend .md_category ul li .pick_img {
    display: block;
    position: relative;
    padding: 16px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out;
}

.recommend .md_category ul li .pick_img .ico {
    display: block;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.recommend .md_category ul li:hover,
.recommend .md_category ul li.active {
    z-index: 10;
    border: 1px solid #252525;
}

.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: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 p {
    margin-top: 10px;
    font-size: 1em;
    color: #999;
}

.recommend .md_category ul li:hover p,
.recommend .md_category ul li.active p {
    color: #252525;
}

/* md _pick */
.more_box .itme_type01.md_pick_type {
    display: none;
}

.md_pick_type li {
    margin-bottom: 40px;
}

.md_pick_type li:nth-child(n + 5) {
    margin-bottom: 0;
}

.more_box .itme_type01.md_pick_type.on {
    display: block;
}

.recommend02 {
    position: relative;

    /*  padding: 20px 0; */
    /* min-height:600px; */

    border-top: solid 1px #ddd;
}

.more_view {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: #777;
}

.item_tabmenu .more_view {
    top: 15px;
}

.item_view .item_box {
    border: none;
}

.new_sale_box {
    margin-top: 15px;
    height: 20px;
}

.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 {
    display: block;
    clear: both;
    content: "";
}

.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 {
    display: none;
    left: 8%;
    width: 130px;
}

.main .aside_right {
    display: none;
    right: 10%;
    width: 100px;
}

.main aside a {
    display: block;
    font-weight: 400;
    text-align: center;
    color: #555;
}

.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 {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.aside_right .aside_right_box img {
    width: 100%;
}

.aside_tap_menu {
    box-sizing: border-box;
}

.aside_tap_menu li {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
}

.aside_tap_menu li a {
    display: block;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-right: none;
    width: 100%;
    background-color: #ddd;
}

.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 {
    border-bottom: none;
    background-color: #fff;
    background-color: #fff;
}

.aside_box {
    margin-top: -1px;
    border: solid 1px #ccc;
    border-top: none;
    padding: 10px 15px;
    background-color: #fff;
}

.aside_box>div h4 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.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;
    box-sizing: border-box;
    border: solid 2px #333;
    border-right: none;
    padding: 15px 0 10px 10px;
    width: 150px;
    text-align: left;
    background-color: #fff;
}

.aside_box ul li a .depth_02 h5 {
    overflow: hidden;
    width: 95%;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aside_box ul li a .depth_02 p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #252525;
}

.aside_box ul li a:hover .depth_02 {
    display: block;
}

.aside_paging {
    position: relative;
    margin: 20px 0 10px;
    font-size: 12px;
    text-align: center;
    color: #555;
}

.aside_paging>a {
    display: block;
    position: absolute;
    top: 0;
}

.aside_paging .page_prev {
    left: -10px;
}

.aside_paging .page_next {
    right: -10px;
}

.Gotop {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 10px 0 0;
    height: 40px;
    color: #fff;
    background-color: #333;
}

.Gotop h5 {
    margin-top: -10px;
    color: #fff;
}

.Gotop span {
    display: block;
    color: #fff;
}

/* 22059 언어 추가 */

.select-lang-wrap {
    position: relative;
    width: 150px;
}

.select-lang-btn {
    display: inline-block;
    margin: 0;
    border: 1px solid #111;
    padding: 5px 10px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    background: #fff url(/img/triangle-icon.png) 90% 50%/6px no-repeat;
    cursor: pointer;
}

.lang-flag {
    display: inline-block;
    margin-right: 4px;
    width: 1.25rem;
    height: 1rem;
    vertical-align: middle;
    background-image: url(/img/lang-flag-icon.png);
    background-repeat: no-repeat;
    background-size: 400%;
}

.lang-flag.ko {
    background-position: 0 0;
}

.lang-flag.en {
    background-position: 33.3333% 0;
}

.lang-flag.th {
    background-position: 66.6666% 0;
}

.lang-flag.cn {
    background-position: 100% 0;
}

.select-lang-list {
    overflow: hidden;
    position: absolute;
    bottom: 32px;
    left: 0;
    border: 1px solid #888;
    padding: 10px 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0;
    box-shadow: 10px 10px 20px 0 rgba(55, 55, 55, 0.12);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    pointer-events: none;
}

.select-lang-wrap.open .select-lang-list {
    height: 148px;
    opacity: 1;
    pointer-events: fill;
}

.select-lang-list li {
    padding: 5px 10px;
    width: 100%;
    font-family: inherit;
    font-weight: normal;
}

.select-lang-list li a {
    font-weight: 300;
}

.select-lang-list li:hover {
    background-color: #333;
}

.select-lang-list li:hover a {
    color: #fff;
}

/* 반응형 */
.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 .best_seller_type li {
    margin: 0 20px 0 0;
    width: calc(25% - 15px);
}

.more_box .best_seller_type li:last-of-type {
    margin-right: 0;
}

.best_seller_type.slick-initialized .slick-arrow {
    position: absolute;
    top: 29%;
    z-index: 99;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}

.best_seller_type.slick-initialized .slick-prev {
    left: -11px;
    background: url("../img/btn/btn_prev.png") center no-repeat;
    background-size: cover;
}

.best_seller_type.slick-initialized .slick-next {
    right: -11px;
    background: url("../img/btn/btn_next.png") center no-repeat;
    background-size: cover;
}

[class*="main_banner_"] {
    display: flex;
    margin-top: 100px;
    align-items: center;
    justify-content: space-between;
}

[class*="main_banner_"]>div {
    /* flex: 1; */
}

[class*="main_banner_"]>div a {
    display: block;
}

[class*="main_banner_"]>div+div {
    margin-left: 20px;
}

[class*="main_banner_"] .banner_tag {
    display: none;
    margin-top: 10px;
    line-height: 1.3;
    color: #454545;
}

/* 퀵메뉴 */
#quick_menu {
    position: fixed;
    top: 200px;
    right: 10.937%;
    z-index: 99999;
}

#quick_menu li a {
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    -webkit-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);
    -ms-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;
    border-radius: 28px;
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-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);
    -ms-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;
    margin-top: 17px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.04em;
    color: #252525;
}

/* //메인팝업 */

/* 포토리뷰 */

.review_sec {
    margin-top: 100px;
}

.review_sec h2 {
    margin-bottom: 30px;
    font-size: 1.875em;
    font-weight: 700;
}

.review_sec .ptre_list {
    display: flex;
}

.review_sec .ptre_list li {
    width: calc(25% - 19px);
}

.review_sec .ptre_list li+li {
    margin-left: 25px;
}

.review_sec .ptre_list .item_thumb {
    padding-top: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.review_sec .ptre_list .subject {
    display: block;
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #252525;
}

.review_sec .ptre_list .re_disc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    max-height: 2.8em;
    font-size: 16px;
    line-height: 1.4em;
    text-overflow: ellipsis;
    color: #999;
    -webkit-line-clamp: 2;
}

.review_sec .star_box i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ico/star_blank.png) no-repeat center center/cover;
}

.review_sec .star_box i.on {
    background-image: url(../img/ico/star_on.png);
}

/* css-new */
.container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 18px 15px;
    padding-left: 0;
}

.top-news {
    background-color: #8B5E3C;
    color: white;
    font-size: 15px;
    padding: 14px 0;
    position: relative;
    z-index: 2;
}

.top-news .container {
    padding: 0 15px;
    padding-left: 0;
}

.top-news .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-news .right a {
    margin-left: 15px;
    color: white;
}

.main-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0;
}

.main-header.main_header {
    background-color: transparent;
    border-bottom: unset;
    position: relative;
    z-index: 99999;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-search {
    display: flex;
    gap: 50px;
    align-items: center;
}

.logo {
    width: 160px;
    height: 42px;
    margin-top: -12px;
    /* margin-right: 20px; */
}

.main_search_container {
    position: relative;
}

.main_search_container .search_words_list
 {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 9999;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: none;
}

.main_search_container .search_words_list li a
 {
    display: block;
    padding: 13px 20px;
    cursor: pointer;
}

.search-box {
    /* margin-top: 30px; */
    display: flex;
    border: 1px solid #ccc;
    border-radius: 23px;
    overflow: hidden;
}

.main_header .search-box {
    border: unset;
    background-color: rgba(0, 0, 0, 0.3607843137254902);
}

.main_header .search-box input {
    background-color: transparent;
}

.main_header .search-box input::placeholder {
    color: #fff;
}

.search-box input {
    border: none;
    padding: 12px 18px;
    width: 295px;
    outline: none;
    border: unset !important;
    color: #252525;
}

.main_header .search-box input {
    color: #fff;
}

.search-box .search-btn {
    background: none;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
}


.header-icons {
    display: flex;
    align-items: center;
    gap: 40px;
}

.logo-nav {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.menu-icons {
    display: flex;
    margin-top: 22px;
    align-items: center;
    gap: 30px;
}

.menu-icons .icon_header {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.main_header .menu-icons .icon_header {
    color: #fff;
}

.main_header .icon_header .num {
    color: #252525;
    background-color: #fff;
}

.main_header .menu-icons .icon_cart_header img {
    width: 34px;
    height: 30px;
}

.menu-icons .icon_cart_header img {
    width: 24px;
    height: 21px;
}

.menu-icons img {
    width: 26px;
    height: 30px;
}

.nav-btn {
    background: none;
    border: 1px solid #e7e7e7;
    padding: 0 5px;
    cursor: pointer;
}

.nav-btn img {
    margin-top: 4px;
    width: 16px;
    height: 16px;
}

.nav-menu {
    background-color: white;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-menu.scroll {
    position: fixed;
    top: 0;
    left: 14%;
    background-color: #fff !important;
    left: 0;
    width: 100vw;
    border-bottom: 1px solid #dbdbdb !important;
}

.nav-menu.scroll .nav-items>a {
    color: #252525;
    padding: 20px 10px;
}

.nav-items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding-bottom: 10px;
    gap: 24px;
}

.nav-items a {
    font-size: 18px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 600;
}

/* main */
/* .product-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 18px 0;
    font-family: sans-serif;
} */

.product-menu {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    justify-content:center;
    align-items: flex-start;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-box {
    width: 140px;
    height: 140px;
    border: 1px solid #ddd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.icon-box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.label {
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-family: "Pretendard";
    word-break: keep-all;
}

.menu-item.large {
    width: 320px;
    height: 168px;
    border: none;
    padding: 0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.menu-item.large img {
    width: 320px;
    height: 168px;
    object-fit: cover;
}

.menu-item.large .cnc-text {
    position: absolute;
    top: 67%;
    left: 30px;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
    text-shadow:
        1px 2px 0 #000,
        1px 2px 0 #000,
        1px  0px 0 #000,
        2px  2px 0 #000;
}

.icon_header .num {
    right: -11px !important;
    top: -16px !important;
}

.main_header .icon_header .num
 {
    right: -10px !important;
    top: -10px !important;
}

/* section2 */
.bg_new {
    background-color: #f9f7f4;
    width: 100%;
}

.popular-products {
    display: flex;
    padding: 65px 0;
}

.left-info {
    width: 285px;
    padding-right: 40px;
}

.left-info h2 {
    font-weight: bold;
    line-height: 1.4;
    color: #222;
    margin-bottom: 10px;
    font-size: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #333333;
    font-family: "Pretendard";
}

.left-info p {
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #baad9a;
    font-weight: 500;
    font-family: "Pretendard";
    line-height: 1.4;
}

.arrow-wrapper {
    margin-top: 50px;
    display: flex !important;
    gap: 5px;
}

.arrow-btn {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    /* border: 1px solid #ccc; */
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-btn:first-of-type img {
    margin-left: -5px;
}

.arrow-btn img {
    width: 16px;
    object-fit: contain;
    margin-left: 5px;
}

.right-list {
    flex: 1;
    width: calc(100% - 285px - 40px);
}

.filter-tabs {
    display: flex !important;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tab {
    padding: 15px 35px;
    border: none;
    border-radius: 35px;
    background-color: #e8e3da;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #9d7e50;
    font-weight: 500;
    font-family: "Pretendard";
}

.tab.active {
    background-color: #2ba542;
    color: white;
}

.product-list {
    display: flex;
    gap: 15px;
    overflow: hidden;
}

.product-item {
    width: 255px;
    text-align: center;
}

.product-item img {
    width: 255px;
    height: 255px;
    border-radius: 10px;
    object-fit: cover;
}

.product-title {
    margin: 18px 0 0px;
    font-size: 17px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #252525;
    font-family: "Pretendard";
    text-align: center;
    line-height: 1.3;
}

.product-size {
    font-size: 17px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #252525;
    font-family: "Pretendard";
    text-align: center;
    line-height: 1.3;
}

.progress-bar {
    margin-top: 30px;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: relative;
}

.bar_sec {
    width: 25%;
    height: 100%;
    background-color: #2ba542;
    position: absolute;
    left: 0;
    top: 0;
}

.highlight-text {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #222;
    z-index: 0;
}

.highlight-text::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #ffe5c0;
    z-index: -1;
}

/* section3 */
.recommend-section {
    text-align: center;
    font-family: sans-serif;
    background-color: #fff;
}

.recommend-header {
    margin-bottom: 30px;
}

.ok-logo {
    width: 96px;
    height: 87px;
    margin-bottom: 10px;
}

.recommend-title {
    margin: 0;
    font-size: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-family: "Pretendard";
}

.recommend-subtitle {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #baad9a;
    font-weight: 500;
    font-family: "Pretendard";
}

.recommend-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-top: 60px;
    /* flex-wrap: wrap; */
}

.recommend-content .product-recomment {
    width: 755px;
    position: relative;
}

.recommend-content .product-recomment .swiper-slide {
    width: 755px !important;
}

.main-image {
    position: relative;
    width: 755px;
    height: 767px;
    border-radius: 33px;
    overflow: hidden;
}

.main-image .pic_big {
    width: 755px;
    height: 100%;
    object-fit: cover;
}

.product_cap {
    position: absolute;
    bottom: 75px;
    left: 50px;
    padding: 12px 20px;
    background-color: #252525;
}

.main-caption {
    font-size: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
}

.nav-left,
.nav-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background-color: rgba(0,0,0,0.14901960784313725);
    color: #fff;
    /* width: 30px;
    height: 30px; */
    /* padding: 4px 15px; */
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    z-index: 2;
}

.nav-left {
    left: 10px;
}

.nav-right {
    right: 10px;
}

.btn_sec3 {
    width: 11px;
    height: 20px;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(2, 377px);
    grid-template-rows: repeat(2, 377px);
    gap: 20px;
}

/* .thumb-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.thumb-item img {
    width: 326px;
    height: 326px;
    object-fit: cover;
    border-radius: 8px;
}

.plus-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 128, 0, 0.8);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
} */


.thumb-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: border 0.3s ease;
    border: 2px solid transparent;
}

.thumb-item.active {
    border: 2px solid #3ab449;
}

.thumb-item img {
    width: 100%;
    transition: transform 0.3s ease;
}

.thumb-item:hover img {
   transform: scale(1.1);
}


.thumb-item:hover {
    /* border: 5px solid #30aa00;
    border-radius: 18px; */
}

.plus-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 128, 0, 0.8);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
}


.thumb-item:hover .plus-overlay {
    display: none;
}

.plus-overlay img {
    width: 36px;
    height: 36px;
}

.caption {
    position: absolute;
    bottom: 55px;
    left: 32%;
    font-size: 17px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Pretendard";
    text-align: center;
}

.thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.thumb-item:hover .thumb-overlay {
    opacity: 0;
}

/* section4 */
.bgr_sec4 {
    background-color: #f9f9f9;
}

.service-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 95px 30px;
    border-radius: 12px;
    max-width: 1350px;
    margin: 145px auto;
    box-sizing: border-box;
}

.service-text {
    margin-top: -70px;
    max-width: 520px;
    text-align: left;
}

.service-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    font-family: "Pretendard";
}

.service-title {
    line-height: 1;
    margin-bottom: 12px;
    font-size: 35px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 800;
    font-family: "Pretendard";
}

.bold_ok {
    line-height: 1.4;
    margin-bottom: 18px;
    font-size: 35px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    font-family: "Pretendard";
}

.service-desc {
    line-height: 1.5;
    margin-bottom: 50px;
    font-size: 18px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #848484;
    font-weight: 300;
    font-family: "Pretendard";
}

.service-btn {
    background-color: #26a641;
    border: none;
    border-radius: 6px;
    padding: 15px 22px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Pretendard";
}

.service-btn:hover {
    background-color: #1e8a36;
}

.service-image img {
    margin-top: -130px;
    width: 701px;
    height: 403px;
    display: block;
}

.highlight-text-sec4 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #222;
    z-index: 0;
}

.highlight-text-sec4::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 94%;
    height: 20px;
    background-color: #cfffcb;
    z-index: -1;
}

/* section5 */
.door-section {
    max-width: 1350px;
    margin: 60px auto;
    font-family: sans-serif;
    text-align: center;
}

.door-header {
    margin-bottom: 30px;
}

.door-title {
    margin-bottom: 12px;
    font-size: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
}

.door-subtitle {
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #baad9a;
    font-weight: 500;
    font-family: "Pretendard";
    text-align: center;
}

.group_sec5{
    display: flex;
    justify-content: space-between;
}
.door-list{
    display: flex;
    gap: 28px;
}
.brand-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.brand-logo {
    /* width: 197px;
    height: 43px; */
    object-fit: contain;
}

.brand-name {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.more-btn {
    margin-left: 25.5%;
    background-color: #333;
    color: white !important;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    line-height: 1.4;
}

.door-item {
    text-align: center;
}

.door-item img {
    width: 318px;
    height: 318px;
    border-radius: 10px;
}

.door-name {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #252525;
    font-family: "Pretendard";
    text-align: center;
    font-weight: 500;
}

.door-tags {
    margin-top: 6px;
}

.tag {
    display: inline-block;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 4px;
    color: white;
}

.tag.best {
    background-color: #009688;
}

.tag.new {
    background-color: #ff9800;
}

/* section6 */
.container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

.video-section {
    margin-bottom: 140px;
    width: 1350px;
    height: 615px;
    display: flex;
    justify-content: center;
    background-color: #f9f6f2;
    padding: 60px 0px;
}

.video-wrapper {
    text-align: center;
}

.video-wrapper h2 {
    margin-bottom: 55px;

    font-size: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
}

.video-thumbnail img {
    width: 1080px;
    height: 609px;
    border-radius: 4px;
}

/* section7 */
.video_sect {
    padding: 190px 0 20px;
    margin: 0 auto;
    max-width: 1920px;
}

.video_sect .ttl {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 80px;
    text-align: center;
}

.video_sect .video {
    display: flex;
    justify-content: center;
}

#smoother-wrapper {
  position: relative !important;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

#smoother-content {
  transform-style: preserve-3d;
  will-change: transform;
}

.main_con01 {
  /* height: 200vh; */
  position: relative;
  background: #fff;
  overflow: hidden;
}

.video_in {
position: relative;
  top: 0;
  height: 100vh;
  clip-path: inset(300px round 100px);
  overflow: hidden;
  z-index: 1;
}

.video_in .video {
  width: 100%;
  height: 100%;
  position: relative;
}

.video_in video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main_con01 .frame {
    position: absolute;
    width: 100%;
    height: 556px;
    padding: 0 40px;
    top: 25%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.main_con01 .frame>div {
    position: relative;
    height: 100%;
    width: 100%
}

.main_con01 .frame>div .dot01 {
    position: absolute;
    top: 0;
    left: 0
}

.main_con01 .frame>div .dot02 {
    position: absolute;
    top: 0;
    right: 0
}

.main_con01 .frame>div .dot03 {
    position: absolute;
    bottom: 0;
    right: 0
}

.main_con01 .frame>div .dot04 {
    position: absolute;
    bottom: 0;
    left: 0
}

.main_con01 .rolling_txt {
    position: absolute;
    top: 25%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.main_con01 .rolling_txt strong {
    font-size: 200px;
    color: #370D00;
    font-weight: 900;
    white-space: nowrap;
    letter-spacing: -5px
}


.main_con01 .video_in .video video {
    display: block
}

.rolling_txt_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
    z-index: 5;
    white-space: nowrap;
    pointer-events: none;
}

.rolling_txt_inner strong {
    font-size: 200px;
    font-weight: 900;
    letter-spacing: -5px;
    color: #fff;
    white-space: nowrap;
}

.main_con01 .title {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -337px;
    top: 24%;
    text-align: center
}

.main_con01 .title strong {
    font-size: 40px;
    color: #252525;
    font-weight: 900;
    letter-spacing: -0.7px;
}

.pin-spacer {
    overflow: hidden;
}


.bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 0px 40px;
    background-color: #fff;
    flex-wrap: wrap;
}

.left-side,
.right-side {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    position: relative;
}

.insta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 31px;
}

.insta_btn {
    width: 69px;
    height: 69px;
    position: absolute;
    bottom: 20%;
    transform: translateY(-50%);
    cursor: pointer;
}

.insta_btn.insta_prev {
    left: -120px;
    background: url('/img/main/swiper_prev.png') no-repeat center;
    background-size: 100% 100%;
}

.insta_btn.insta_next {
    right: -120px;
    background: url('/img/main/swiper_next.png') no-repeat center;
    background-size: 100% 100%;
}

.insta-icon {
    /* width: 164px;
    height: 48px; */
}

/* .image-row {
    display: flex;
    gap: 10px;
} */

.insta-swiper {
    overflow: hidden;
    width: 100%;
    gap: 20px;
    display: flex;
}

.swiper-track {
  display: flex;
  width: max-content;
}

.image-row {
  flex: 0 0 auto;
  width: 25%;
}


.image-row img {
    width: 316px;
    height: 316px;
    object-fit: cover;
    border-radius: 3px;
}

.title-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.main-title {
    font-size: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
}

.subtitle {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #b4b4b4;
    font-weight: 500;
    font-family: "Pretendard";
}

.plus-icon {
    width: 20px;
    height: 47px;
    object-fit: contain;
    margin-left: auto;
}

/* section8 */
/* .bgr_new_sec7 {
    background-color: #f8f8f8;
} */

.cnc-portfolio {
    padding: 0px 0px 275px;
    text-align: center;
    position: relative;
}

.section-title {
    margin: 10px 0 30px;
}

.section-title h3 {
    font-size: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 900;
    font-family: "Pretendard";
    text-align: center;
    margin: 0;
}

.span_text_400 {
    font-weight: 600;
}

.section-title p {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #333333;
    font-family: "Pretendard";
    text-align: center;
}

.portfolio-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.portfolio-item {
    /* width: 322px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio {
    width: 69px;
    height: 69px;
    position: absolute;
    bottom: 60%;
    transform: translateY(-50%);
    cursor: pointer;
}

.portfolio.portfolio_prev {
    left: -120px;
    background: url('/img/main/swiper_prev.png') no-repeat center;
    background-size: 100% 100%;
}

.portfolio.portfolio_next {
    right: -120px;
    background: url('/img/main/swiper_next.png') no-repeat center;
    background-size: 100% 100%;
}

.portfolio-item img {
    width: 322px;
    height: 394px !important;
    object-fit: cover;
    border-radius: 10px;
}

.portfolio-item p {
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #252525;
    font-family: "Pretendard";
}

.progress-bar-sec7 {
    margin-top: 25px;
    /* margin-bottom: 40px; */
    width: 100%;
    height: 4px;
    background-color: #eee;
    position: relative;
}

.bar_sec7 {
    width: 25%;
    height: 100%;
    background-color: #2ba542;
    position: absolute;
    left: 0;
    top: 0;
}


/* swipper */
.swiper {
    overflow: hidden;
    width: 100%;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.swiper-slide {
    display: flex;
    gap: 15px;
    width: 100%;
}

.product-item {
    /* width: calc((100% - 45px) / 4); */
    flex-shrink: 0;
    box-sizing: border-box;
}


/* footer-new */
.footer {
    background-color: #3c3c3c;
    color: #ffffff;
    padding: 40px 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
}

.footer-inner {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

.footer-col h4 {
    margin-bottom: 32px;
    font-size: 22px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
}

.footer-col .phone {
    margin: 5px 0;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
}

.footer-col p {
    margin: 4px 0;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Pretendard";
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.sns-icons {
    display: flex;
    gap: 20px;
}

.sns-icons .blog {
    width: 52px;
    height: 48px;
}

.sns-icons .ig {
    width: 43px;
    height: 43px;
}

.btn-service {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
    background: #555;
    color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    cursor: pointer;
}

.btn-service:hover {
    background: #666;
}

.copyright {
    margin-top: 40px !important;
    font-size: 15px !important;
    letter-spacing: -1px !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    color: #b7b7b7 !important;
    font-weight: 300 !important;
    font-family: "Pretendard" !important;
}

.company-info p {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 26px;
    text-transform: uppercase;
    color: #b7b7b7;
    font-weight: 300;
    font-family: "Pretendard";
}

/* swpier */

.swiper1 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.swiper-wrapper1 {
    display: flex;
    transition: transform 0.4s ease;
}

.swiper-slide1 {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

/* .portfolio-item {
    width: 23%;
    box-sizing: border-box;
} */

/* all-menu */
.nav-menu {
    position: relative;
    background-color: #ffffff;
    z-index: 1000;
}

.nav-menu.nav_header {
    background-color: transparent;
    border-top: unset;
    border-bottom: unset;
}

.nav_header .nav-items {
    padding: 0;
}

.nav-items {
    display: flex;
    align-items: center;
    /* gap: 37.5px; */
    position: relative;
}

.nav-items>a {
    padding: 15px 10px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    position: relative;
    font-size: 18px;
}

.nav-items>a:first-of-type {
    padding-left: 0;
}

.nav_header .nav-items>a {
    color: #fff;
    font-size: 18px;
}

.menu_items{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.nav-items:hover .mega-menu {
    display: flex;
}

.menu-column {
    width: 220px;
    /* margin-right: 30px; */
}

.menu-column ul {
    line-height: 1.4;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-column ul li {
    margin-bottom: 5px;
}

.menu-column ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.menu-column ul li a:hover {
    color: #e60000;
}

.menu-column h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.menu-column h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 225px; 
  height: 2px;
  background-color: #ececec;
}


.menu-close img {
    width: 48px;
    height: 48px;
}


.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 1370px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0; 
  display: none;
}

.menu-scroll-content {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.menu-close {
  position: absolute;
  top: 0px;
  right: -50px;
  cursor: pointer;
  z-index: 2000;
}

/* popup */
.popup_quote {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.popup_quote .popups {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 932px;
    height: 862px;
    z-index: 2;
    background-color: #fff;
    border-radius: 41px;
}

.popup_quote .popups .contents {
    padding: 60px 70px;
}

.popup_quote .popups .contents .top {
    margin-bottom: 20px;
}

.popup_quote .popups .contents .top .ttl {
    font-size: 32px;
    font-weight: bold;
    color: #252525;
}

.popup_quote .popups .contents .top img {
    width: 137px;
}

.popup_quote .popups .contents .txt {
    font-size: 18px;
    color: #777;
    line-height: 1.3;
}

.popup_quote .popups .contents .txt span {
    font-weight: 700;
    color: #252525;
}

.popup_quote .popups .contents form {
    max-width: 735px;
    margin-top: 65px;
}

.popup_quote .popups .contents .wrap_cont  {
    display: flex;
    gap: 50px;
}

.popup_quote .popups .contents .box_wrap {
    display: flex;
}

.popup_quote .popups .contents .wrap_cont + .wrap_cont {
    margin-top: 32px;
}

.popup_quote .popups .contents .wrap_cont .input_wrap {
    display: flex;
    align-items: center;
}

.popup_quote .popups .contents .wrap_cont label {
    width: 95px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.popup_quote .popups .contents .wrap_cont .input_wrap input[type="text"] {
    width: 245px;
    height: 47px;
    border-radius: 4px;
    background-color: #ececec;
    padding: 10px;
    border: unset;
}

.popup_quote .popups .contents .wrap_cont .input_wrap input[type="checkbox"] {
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 1px solid #777777;
    display: block !important;
}

.popup_quote .popups .contents .wrap_cont .input_wrap input[type="file"] {
    border: unset;
    height: unset;
}

.popup_quote .popups .contents .wrap_cont .input_wrap .checkbox {
    display: flex;
}

.popup_quote .popups .contents .wrap_cont .input_wrap input[type="checkbox"] + label {
    font-size: 16px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 400;
    padding-left: 15px;
    display: flex;
    width: 100%;
}

.popup_quote .popups .contents .wrap_cont .input_wrap input[type="checkbox"] + label span {
    margin-left: 5px;
    text-decoration: underline;
}

.popup_quote .popups .contents .wrap_cont textarea {
    height: 107px;
    resize: none;
    min-width: 635px;
    height: 107px;
    border-radius: 4px;
    background-color: #ececec;
    border: unset;
}

.popup_quote .popups .contents .btn_quote {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
}

.popup_quote .popups .contents .btn_quote button {
    width: 410px;
    height: 66px;
    border-radius: 7px;
    background-color: #30aa00;
    font-size: 20px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_quote .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

/****/

.popup_policy
 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.popup_policy .popup_new
 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
    height: 640px;
    z-index: 2;
}

.popup_policy .popup_new .top
 {
    height: 60px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #252525;
    padding: 12px 12px 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
}

.popup_new .top p
 {
    color: #fff;
    line-height: 58px;
    font-size: 20px;
}

.popup_policy .popup_new .top .close {
    float: right;
    cursor: pointer;
}

.popup_policy .popup_new .top .close img {
    display: block;
    width: 23px;
    vertical-align: middle;
}

.popup_policy .popup_new .content {
    height: calc(100% - 35px);
    background: #fff;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.popup_policy .popup_new .content .padding {
    height: 100%;
    overflow-y: auto;
    font-size: 18px;
}