@charset "utf-8";

/* common */
.wrap_layout {
    width: calc(100% - 60px);
    position: relative;
    margin: 0 auto;
}

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

.inner_1280 {
    width: calc(100% - 60px);
    margin: 0 auto;
}

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

.sc_ac {
    display: flex;
    justify-content: center;
    align-self: center;
}

.fl_ac {
    display: flex;
    align-items: center;
}

.fl_sb {
    display: flex;
    justify-content: space-between;
}

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

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

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

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

.btn_more01:focus,
.btn_more01:hover {
    background: #333;
    color: #fff;
}
.full_bg_btn {
    background: #fe3a40;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 500;
}
/*검색*/


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

h2.main_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 42px;
    padding-bottom :54px

}
h2.main_ttl .more_btn {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fe3a40 ;
}
h2.main_ttl .more_btn i {
    display: block;
    width: 18px; height: 22px;
    background: no-repeat center / 18px auto;
    background-image: url(../img/ico/more_link.png);
    margin-left:12px ;
}
.main {
    position: relative;
}

/* ===============================   mainVisual */

.main_slider {
    position: relative;
    margin: 0 auto;
}

.slick-slide {
    outline: none;
}

.main_slider .slick-slide img {
    width: 100%;
    height: 1200px;
    object-fit: contain;
}

.slider_img {
    position: relative;
}



.main_slider {
    position: relative;
    z-index: 2;
}

.main_slider .main_txt {
    position: absolute;
    top: 75%;
    left: 5%;
    z-index: 999;
}
.ttl_abs{

}

.main_slider .main_txt button {
    /* min-width: 231px; */
    max-width: 331px;
    min-height: 58px;
    border-radius: 29px;
    background-color: #fe3a40;
    font-size: 28px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: left;
}

.main_slider .main_txt .ttl {
    font-size: 40px;
    letter-spacing: -3px;
    /* line-height: 80px; */
    color: #ffffff;
    font-weight: 500;
    font-family: 'Gmarket Sans';
}

.main_slider .main_txt .content {
    font-size: 30px;
    letter-spacing: -3px;
    /* line-height: 30px; */
    color: #ffffff;
    font-weight: 700;
    font-family: 'Gmarket Sans';
    margin: 10px 0 0 0;
}

.main_slider .main_txt span {
    font-size: 30px;
    letter-spacing: -1px;
    /* line-height: 80px; */
    color: #ffffff;
}

.main_slider .main_slogan {
    position: absolute;
    width: calc(100% - 68px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 112px;
    border: 2px solid #cdd4dd;
    background-color: #ffffff;
    border-radius: 56px;
    padding: 0 42px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -56px;
    z-index: 2;
}


.main_slider .main_slogan .slogan_txt {
    font-size: 26px;
    font-weight: 500;
}

.main_slider .main_slogan .slogan_paging {
    display: flex;
    gap: 30px;
}

.main_slider .slick-dots {
    /* position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
}

.main_slider .slick-dots li + li{
    margin-left: 14px;
    display: inline-block;
}


.main_slider .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a5abb2;
    font-size: 0;
}

.main_slider .slick-dots li.slick-active button {
    background: #fe3a40;
}

.main_slider .main_bg {
    position: absolute;
    /* background: url(../img/main/bg_n.png); */
    width: 100%;
    height: 618px;
    bottom: 0;
    z-index: 1;
}




/* -------------------------- // mainvisual  // */

.main_section01 {

}

.main_section01 .pack_types {
    padding: 117px 48px 0;
    display: flex;
    justify-content: space-between;
}

.main_section01 .pack_types .pack_type_element {
}
.main_section01 .pack_types .pack_type_element:nth-child(1) .thumbnail img,
.main_section01 .pack_types .pack_type_element:nth-child(2) .thumbnail img {
    margin-left: 5px;
}
.main_section01 .pack_types .pack_type_element .thumbnail {
    background-color: #f1f1f1;
    border-radius: 30px;
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_section01 .pack_types .pack_type_element .thumbnail img {
    
}

.main_section01 .pack_types .pack_type_element .txt {
    font-size: 22px;
    margin-top: 27px;
    font-weight: 700;
    text-align: center;
}

.main_section01 .button_search {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_section01 .button_search .btn_search {
    width: 607px;
    height: 99px;
    border-radius: 49px;
    background-color: #fe3a40;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 28px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
}

.main_section01 .button_search .btn_search img {
    width: 32px;
    height: 32px;
}

.main_section01_01 {
    padding-top: 130px;    
}

.main_section01_01.keyword_popular_lenses .main_ttl {
    padding-bottom: 20px;
}

.main_section01_01 .hash_tags_wrap {
    overflow: auto;
    padding-bottom: 31px;
}

.main_section01_01 .hash_tags_wrap .hash_tags {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    width: 100%;
    flex-wrap: unset;
    padding-bottom: 15px;
}
/* 
.main_section01_01 .hash_tags_wrap .hash_tags::-webkit-scrollbar {
    display: none;
} */

.main_section01_01 .hash_tags_wrap .hash_tags::-webkit-scrollbar {
    width: 5px;
    height: 12px;
    border-radius: 10px;
    background-color: #f1f1f1;
}
.main_section01_01 .hash_tags_wrap .hash_tags::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 10px;
}
.main_section01_01 .hash_tags_wrap .hash_tags a {
    display: inline-flex;
    padding: 18px 40px;
    border: 2px solid #ea3636;
    color: #ea3636;
    border-radius: 31px;
    text-wrap: nowrap;
    white-space: nowrap;
}

.main_section01_01 .hash_tags_wrap .hash_tags a.active {
    background-color: #ea3636;
    color: #fff;
}

.main_section01_01 .popular_products {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 20px;
}

.main_section01_01 .popular_products .popular_product_element {
    width: calc(50% - 10px);
    position: relative;
}


.main_section01_01 .popular_products .popular_product_element.popular_product_element_horizontal {
    width: 100%;
    display: flex;
    gap: 20px;
}

.main_section01_01 .popular_products .popular_product_element .thumbnail {
    position: relative;
}

.main_section01_01 .popular_products .popular_product_element.popular_product_element_horizontal .thumbnail {
    width: 300px;
    height: 305px;
    border-radius: 16px;
    overflow: hidden;
}

.main_section01_01 .popular_products .popular_product_element .thumbnail .thumb_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    max-height: 325px;
}

.main_section01_01 .popular_products .popular_product_element .thumbnail .icon_view_images {
    position: absolute;
    top: 21px;
    right: 23px;
}

.main_section01_01 .popular_products .popular_product_element .thumbnail .icon_lens {
    position: absolute;
    right: 18px;
    bottom: 16px;
    border-radius: 50%;
}

.main_section01_01 .popular_products .popular_product_element .thumbnail .product_types {
    position: absolute;
    bottom: 21px;
    left: 20px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    line-height: 40px;
    gap: 7px;
}

.main_section01_01 .popular_products .popular_product_element .thumbnail .product_types .sale {
    padding: 0 12px;
    border-radius: 19px;
    color: #fff;
    background-color: #fe3a40;
}

.main_section01_01 .popular_products .popular_product_element .thumbnail .product_types .new {
    padding: 0 12px;
    border-radius: 19px;
    color: #fe3a40;
    background-color: #fff;
}

.main_section01_01 .popular_products .popular_product_element .product_props {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}


.main_section01_01 .popular_products .popular_product_element.popular_product_element_horizontal .product_props {
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    margin-top: 0;
    padding: 44px 20px;
    width: calc(100% - 320px);
}

.main_section01_01 .popular_products .popular_product_element .product_props .product_props_bot {
    display: flex;
    align-items: center;
}

.main_section01_01 .popular_products .popular_product_element .product_props .product_cat {
    font-size: 22px;
    color: #6b6b6b;
}

.main_section01_01 .popular_products .popular_product_element .product_props .product_name {
    font-size: 28px;
    color: #252525;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}

.main_section01_01 .popular_products .popular_product_element .product_props .product_prices {
    
}

.main_section01_01 .popular_products .popular_product_element .product_props .product_prices .promotional {
    font-size: 32px;
    color: #252525;
    font-weight: 800;
}

.main_section01_01 .popular_products .popular_product_element .product_props .product_prices .promotional span {
    font-weight: 500;
}

.main_section01_01 .popular_products .popular_product_element .product_props .product_prices .cost {
    font-size: 24px;
    text-decoration: line-through;
    color: #bbbbbb;
    margin-left: 8px;
    margin-right: 15px;
}

.main_section01_01 .popular_products .popular_product_element .product_props .product_prices .discount {
    font-size: 33px;
    color: #fe3a40;
    font-weight: 800;
}

.main_section01_01 .popular_products .popular_product_element .product_props .size {
    font-size: 22px;
    color: #999999;
}

.main_section01_01 .popular_products .popular_product_element .product_props .icon_star {
    
}

.main_section01_01 .popular_products .popular_product_element .product_props .star_num {
    color: #252525;
    font-size: 24px;
    margin-left: 8px;
}

.main_section01_01 .popular_products .popular_product_element .product_props .num_of_people {
    font-size: 22px;
    color: #999999;
    margin-left: 8px;
    margin-right: 46px;
}

.main_section01_01 .popular_products .popular_product_element .product_props .num_of_heart {
    font-size: 22px;
    color: #555555;
    display: flex;
    align-items: center;
    gap: 7px;
}

.main_section01_01 .popular_products .popular_product_element .product_props .num_of_heart img {
    margin-top: 4px;
}

.more_product {
    text-align: center;
    margin-top: 76px;
}

.more_product button, .more_product a {
    font-size: 22px;
    font-weight: 500;
    padding: 18px 107px;
    border: 2px solid #a5abb2;
    border-radius: 36px;
    display: inline-block;
}

.more_product button span, .more_product a span {
    display: inline-block;
    padding-right: 25px;
    background: url("../img/ico/list_more.png") no-repeat 100%  8px / 10px 20px;
    line-height: normal;
}

section.review_lens {
    padding: 130px 0 0;
    overflow: hidden;
}

section.review_lens .review_lens_slider {
    margin-left: -8px;
    padding-right: 50px;
}

section.review_lens .review_lens_slider .slick-list {
    overflow: visible;
}

section.review_lens .review_lens_slider .slick-track {
    display: flex;
}

section.review_lens .review_lens_slider .review_element {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 8px;
    /* width: 500px !important; */
    height: unset;
}

section.review_lens .review_lens_slider .review_element .review_element_thumb {
    display: inline-block;
    width: 100%;
    /* padding-top: 102%; */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 36px;
}

/* section.review_lens .review_lens_slider .review_element .review_element_thumb img {
    border-radius: 36px;
    width: 100%;
} */
section.review_lens .review_lens_slider .review_element .review_element_review {
    background-color: #f2f2f2;
    border-radius: 36px;
    padding: 35px 45px;
    flex: 1;
}
section.review_lens .review_lens_slider .review_element .review_element_review .review_element_review_top {
    display: flex;
    align-items: center;
    gap: 20px;
}
section.review_lens .review_lens_slider .review_element .review_element_review_stars {
    display: inline-flex;
    gap: 12px;
}
section.review_lens .review_lens_slider .review_element .review_element_review_stars img {
    width: 34px;
    height: 34px;
}
section.review_lens .review_lens_slider .review_element .review_element_review .reviewer {
    font-size: 36px;
    font-weight: 500;
    width: 50%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.review_lens .review_lens_slider .review_element .review_element_review .review_element_review_content {
    font-size: 40px;
    margin-top: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

section.event_section {
    padding-top: 156px;
    padding-bottom: 240px;
}

section.event_section .events_list {

}

section.event_section .events_list .event_element {
    display: flex;
    gap: 12px;
}

section.event_section .events_list .event_element + .event_element {
    margin-top: 20px;
}

section.event_section .events_list .event_element .thumb {
    width: 330px;
}
section.event_section .events_list .event_element .thumb img {
    border-radius: 36px;
}
section.event_section .events_list .event_element .event_props {
    width: calc(100% - 342px);
}
section.event_section .events_list .event_element .event_props .status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
}
section.event_section .events_list .event_element .event_props .status.online {
    background-color: #00a8b7;
}
section.event_section .events_list .event_element .event_props .status.offline {
    background-color: #00a204;
}
section.event_section .events_list .event_element .event_props .event_name {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 12px;
    color: #333333;
    display: inline-block;
}
section.event_section .events_list .event_element .event_props .comment_count {
    margin-top: 24px;
    font-size: 22px;
    color: #555555;
}

section.event_section .events_list .event_element .event_props .comment_count img {
    margin-right: 12px;
    width: 30px;
    transform: rotateY(180deg);
}

/* ================== 배너 w50  */

.event_sec {
    background: none;
    display: flex;
    margin:0  0  120px;
    overflow: hidden;
}
.event_sec .event_slider  {
    margin: 0 -10px;
    position: relative;
}
.event_sec .event_slider::after {
    content: '';
    display: block;
    width: 100%; height: 100%;
    background: #fff;
    position: absolute;
    top: 0; left: -100%;
}
.event_sec .event_slider .slick-list {
    padding-right: 40px;
    overflow: visible;
}
.event_sec .event_slider .slick-slide {
    margin: 0 10px; 
}
.event_sec .event_slider a span {
    display: block;
    width: 100%;
    padding-top:64%;
    background: no-repeat center / cover;
    position: relative;
    border-radius: 20px;
}
.event_sec .event_slider a span .ico {
    position: absolute;
    top: 20px; left: 20px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding:0 16px ;
    line-height: 40px ;
}
.event_sec .event_slider a span .ico.on {
    background:#e4005a ;
} 
.event_sec .event_slider a span .ico.off {
    background:#252525 ;
} 
.event_sec .event_slider a .banner_tag {
    margin: 20px 0 24px;
    font-size: 34px ;
    font-weight: 700;
    line-height:1.4 ;
    display: block;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.event_sec .event_slider a .desc {
    font-size: 26px;
    color: #757575;
    line-height: 1.5;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

/* -------------------------- //  배너 w50  // */

.main_section02 {
    /* background: #f9f9f9; */
    padding: 100px 0 120px;
}
.main_section02 + .main_section02  {
    padding-top: 0
}
.main_section02 .button_box {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-top:70px ;
}
.main_section02 .button_box a {
    font-size: 28px;
    line-height: 80px;
    border-radius: 10px;
    padding: 0 84px;
    margin: 0 auto;
}





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

.popup_product_images_wrap {
    max-width: 720px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
}

.popup_product_images_wrap .popup_product_images {
    position: relative;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
    width: calc(100% - 60px);
}

.popup_product_images__bot {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    bottom: 35px;
    left: 40px;
    right: 24px;
}

.popup_product_images__bot h4 {
    font-size: 28px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    margin-bottom: 15px;
}

.popup_product_images__bot__right {
    display: flex;
    align-items: end;
    gap: 26px;
}

.popup_product_images__bot__right .flex {
    flex-direction: column !important;
    display: flex;
    align-items: center;
    gap: 25px;
}

.popup_product_images__bot__right .flex a {
    font-size: 0;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
}

.popup_product_images__bot__right .flex a i {
    position: relative;
    display: block;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: no-repeat center / 38px auto;
    background-image: url(../img/ico/cart_btn_new.png);
    background-color: #00000099;
}

.popup_product_images__bot__right .flex a .count {
    position: absolute;
    top: 40px;
    right: 9px;
    font-size: 20px;
    color: #fff;
    background: #e83d40;
    padding: 0 10px;
    display: flex;
    line-height: 30px;
    justify-content: center;
    border-radius: 50%;
}

.popup_product_images__element__content {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.popup_product_images__element img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_product_images__slider__slide_num {
    background-color: #ffffff;
    width: 116px;
    height: 51px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.popup_product_images__slider__slide_num .current_slide {
    color: #ea3636;
}

.popup_product_images__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
}
