@charset "utf-8";


#container.main {
    padding-bottom: 80px;
}

/* main common */
.main_ttl_row {
    display: flex;
    align-items: center;
}

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

.main_ttl_row .main_ttl {
    font-size: 28px;
    font-weight: 700;
    color: #252525;
}

.main_ttl_row .main_ttl strong{
    color: #116ad4;
    font-size: 30px;
    margin-right: 5px;
}

.main_ttl_row .ad_link {
    display: block;
    width: 80px;
    height: 30px;
    margin-left: 10px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    border-radius: 15px;
    box-sizing: border-box;
}

/* //main common */

/* main_visual */
.main_visual {
    padding: 206px 0 166px;
    background: url(../img/main/main_visual_bg.jpg) center center no-repeat;
    background-size: cover;
}

.main_visual_ttl {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}


.main_visual_slider .main_slider {
    position: relative;
    padding-bottom: 60px;
}

.main_visual_slider .swiper-slide-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1111;
}

.main_visual_slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    width: 73px;
    height: 73px;
    background: url("/img/main/main_btn_prev.png") no-repeat center/cover;
    background-size: 73px 73px;
}

.main_visual_slider .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    width: 73px;
    height: 73px;
    background: url("/img/main/main_btn_next.png") no-repeat center/cover;
    background-size: 73px 73px;
}

.main_visual_slider .main_slider .total_slide {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
    height: 46px;
    border-radius: 23px;
    opacity: 0.800;
    background-color: rgba(37,37,37,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 1;
}

.cat_btn.on .ico {
    width: 80px;
    height: 80px;
    position: relative;
}

.cat_btn.on .ico::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: solid 3px #21a7d7;
    box-sizing: border-box;
    position: absolute;
}

.main_visual_slider .main_slider .total_slide span {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.main_visual_slider .swiper-slide {
    width: 894px !important;
}

.main_visual_slider .swiper-slide img {
    width: 100%;
}

.mv_search {
    position: relative;
    margin-top: 40px;
    width: 615px;
}

.mv_search input {
    display: block;
    width: 100%;
    height: 68px;
    border: 0;
    font-size: 32px;
    font-weight: 500;
    color: #116ad4;
    background: #fff;
    border-radius: 8px;
}

.mv_search input::placeholder {
    color: #dddddd;
}

.mv_search button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 68px;
    background: url(../img/btn/mv_search_btn.png) center center no-repeat;
}

/* //main_visual */

/* main_quick_box */
.main_quick_box {
    position: relative;
}

.main_quick_box ul {
    position: absolute;
    top: 36px;
    right: 40px;
    text-align: right;
    z-index: 111;
}

.main_quick_box.fix ul {
    position: fixed;
    top: 143px;
}

.main_quick_box ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.main_quick_box ul li a {
    display: inline-block;
}

.main_quick_box ul li a img {
    display: block;
}

.main_quick_box ul li.kakao_quick {
    margin-right: -5px;
}

.main_quick_box .top_btn {
    display: block;
    width: 46px;
    height: 46px;
    margin-left: auto;
    border-radius: 50%;
    box-shadow: 0px 8px 18.8px 1.2px rgba(0, 0, 0, 0.24);
}

/* //main_quick_box */


/* category_sec */
.category_sec {
    padding: 60px 0 0;
}

.category02{
    padding: 0 0 140px 0;
}

.category_sec .slider_box {
    position: relative;
    margin-top: 40px;
}

.category_sec .swiper-slide a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 240px;
    padding: 40px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-sizing: border-box;
}

.category_sec .swiper-slide a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../img/main/category_shadow.png);
    content: '';
}

.category_sec .swiper-slide .subject {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    word-break: keep-all;
    flex: 0 0 auto;
    letter-spacing: -0.01em;
}

.category_sec .swiper-slide .count {
    position: relative;
    display: block;
    margin-top: 16px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    flex: 0 0 auto;
}

.category_sec .swiper-slide .more_btn {
    position: relative;
    display: inline-block;
    margin-top: auto;
    padding-right: 28px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: url(../img/main/category_more_btn.png) right 0 center no-repeat;
}

.category_sec .slider_box .swiper-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 42px;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.category_sec .slider_box .swiper-arrow.swiper-button-disabled {
    opacity: 1;
}

.category_sec .slider_box .swiper-button-prev {
    left: -52px;
    background-image: url(../img/btn/category_prev.png);
}

.category_sec .slider_box .swiper-button-next {
    right: -52px;
    background-image: url(../img/btn/category_next.png);
}

.category_sec .slider_box .swiper-scrollbar {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 3px;
    background: rgba(37, 37, 37, .3);
    border-radius: 1.5px;
}

.category_sec .slider_box .swiper-scrollbar-drag {
    border-radius: 1.5px;
    background: #252525;
}

/* //category_sec */

/* main_banner */
.main_banner .slider_item a,
.main_banner .slider_item img {
    dipslay: block;
}

.main_banner .slick-dots {
    position: absolute;
    bottom: 32px;
    left: 60px;
    display: flex;
    align-items: center;
}

.main_banner .slick-dots li:not(:last-of-type) {
    margin-right: 10px;
}

.main_banner .slick-dots li button {
    display: block;
    width: 7px;
    height: 7px;
    text-indent: -9999em;
    ;
    background: #fff;
    opacity: 0.6;
    border-radius: 50%;
}

.main_banner .slick-dots li.slick-active button {
    opacity: 1;
}

/* //main_banner */

/* prd_sec */
.prd_sec {
    padding: 80px 0 60px;
}

.prd_sec + .prd_sec{
    padding-top: 0;
}

.prd_sec .control_box {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.prd_sec .control_box button {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #dbdbdb;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-sizing: border-box;
}

.prd_sec .control_box button.prev_btn {
    background-image: url(../img/btn/prd_prev.png);
}

.prd_sec .control_box button.next_btn {
    background-image: url(../img/btn/prd_next.png);
}

.prd_sec .control_box .pager {
    margin: 0 9px;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
}

.prd_sec .control_box .pager strong {
    font-weight: 400;
    color: #252525;
}

.prd_sec .slider_box {
    margin-top: 40px;
}

.prd_sec .slick-slide.slide_itemwrap  {
    display: flex;
  
} 

.prd_sec .slide_itemwrap.plus2depth {
    flex-wrap: wrap;
}

.prd_sec .slider01 .slide_itemwrap .slider_item {
    width: calc(25% - 15px);
}

.prd_sec .slider02 .slide_itemwrap .slider_item {
    width: calc(20% - 18px);
}



.prd_sec .slider_item{
    margin: 0 10px;
}

.prd_sec .plus2depth {margin-top: -10px;}

.prd_sec .plus2depth .slider_item{
    margin-top: 10px;
}

.prd_sec .plus2depth .slider_item + .slider_item:nth-child(5n){
    margin-right: 0;
}

.prd_sec .slick-list {
    margin: 0 -10px;
}

.prd_sec .prd_item .txt {
    padding: 20px 20px 30px;
}

/* //prd_sec */

/* promotion_sec */
.promotion_sec .cont_box {
    display: flex;
    margin-top: 40px;
}

.promotion_sec .promotion_tab {
    display: flex;
    flex-direction: column;
    width: 202px;
    flex: 0 0 auto;
}

.promotion_sec .promotion_tab button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    text-align: left;
    transition: all .3s;
    box-sizing: border-box;
}

.promotion_sec .promotion_tab button:hover,
.promotion_sec .promotion_tab button.on {
    padding-left: 20px;
}

.promotion_sec .promotion_tab button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 238px;
    height: 100%;
    border-radius: 8px;
    content: '';
    transition: width .3s;
}

.promotion_sec .promotion_tab button:hover::after,
.promotion_sec .promotion_tab button.on::after {
    width: calc(100% + 36px);
    background: #006fff;
    box-shadow: 0px 11px 22.56px 1.44px rgba(0, 111, 255, 0.51);
}

.promotion_sec .promotion_tab button .ico {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    flex: 0 0 auto;
    transform: translateX(-10px);
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.promotion_sec .promotion_tab button:hover .ico,
.promotion_sec .promotion_tab button.on .ico {
    transform: translateX(0);
    opacity: 1;
}

.promotion_sec .promotion_tab button .txt {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    z-index: 1;
}

.promotion_sec .promotion_tab button:hover .txt,
.promotion_sec .promotion_tab button.on .txt {
    color: #fff;
}

.promotion_sec .promotion_banner a {
    display: block;
}

.promotion_sec .promotion_banner img {
    display: block;
    border-radius: 8px;
}

.promotion_banner_visual {
    padding-bottom: 60px;
}

.promotion_banner_visual .banner_slider {
    width: 100%;
    height: 220px;
    position: relative;
}


.promotion_banner_visual .banner_slider .promotion_content img {
    width: 100%;
    height: 100%;
}

.promotion_banner_visual .banner_slider .promotion_content .promotion_ttl {
    position: absolute;
    top: 53px;
    left: 60px;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
}

.promotion_banner_visual .banner_slider .promotion_content .promotion_desc {
    position: absolute;
    top: 128px;
    left: 60px;
    font-weight: 500;
    font-size: 16px;
    color: #bdd9f9;
}

.promotion_banner_visual .banner_slider .swiper-pagination-bullet {
    background: #c1dcfb;
}

.promotion_banner_visual .banner_slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.promotion_banner_visual .banner_slider .swiper-pagination {
    bottom: 32px;
    left: 60px;
    width: unset;
}

.promotion_wrap_sect {

}

.promotion_wrap_sect .promotion_wrap {
    display: flex;
    align-items: center;
    padding: 38px 0 138px;
}

.promotion_wrap_sect .promotion_wrap_filter {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
    flex-basis: 205px;
    padding-left: 30px;
    box-sizing: border-box;
}

.promotion_wrap_sect .promotion_wrap_filter button {
    font-weight: bold;
    font-size: 20px;
    color: #252525;
    position: relative;
}

.promotion_wrap_sect .promotion_wrap_filter button.active span {
    color: #fff;
    margin-left: 10px;
    position: relative;
}

.promotion_wrap_sect .promotion_wrap_filter button.active::before {
    content: '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 58px;
    border-radius: 8px;
    filter: drop-shadow(0px 11px 12px rgba(21,143,114,0.51));
    background-color: #158f72;
    top: -15px;
    left: -30px;
    z-index: 0;
}

.promotion_wrap_sect .promotion_wrap_filter button.active i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("/img/ico/ico_folder.png") no-repeat center/cover;
    background-size: 20px 16px;
}

.promotion_wrap_sect .promotion_wrap_content {
    flex-basis: calc(100% - 205px);
    height: 330px;
    background: url("/img/main/promotion_banner_2.png") no-repeat center/cover;
    background-size: 100% 100%;
    padding: 70px 0 0 70px;
    box-sizing: border-box;
}

.promotion_wrap_sect .promotion_wrap_content .promotion_wrap_content_ttl {
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #ffffff;
}

.promotion_wrap_sect .promotion_wrap_content .promotion_wrap_content_desc {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.57;
    margin-top: 20px;

}

.promotion_wrap_sect .promotion_wrap_content .promotion_wrap_content_link {
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promotion_wrap_sect .promotion_wrap_content .promotion_wrap_content_link i {
    display: inline-block;
    width: 28px;
    height: 16px;
    background: url("/img/btn/arrow_link_btn.png") no-repeat center/cover;
    background-size: 28px 16px;
}

/* //promotion_sec */

/* recommed_sec */
.recommed_sec {
    padding: 100px 0 90px;
}

.recommed_sec .recommed_list {
    margin-top: 30px;
}

.recommed_sec .recommed_list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.recommed_sec .recommed_list li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 92px;
    padding-right: 40px;
    padding-left: 32px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-sizing: border-box;
}

.recommed_sec .recommed_list li .subject {
    display: block;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommed_sec .recommed_list li .summary {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex: 0 0 auto;
}

.recommed_sec .recommed_list li .user_id {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #757575;
    flex: 0 0 auto;
}

.recommed_sec .recommed_list li .price {
    width: 132px;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    flex: 0 0 auto;
}

.recommed_sec .recommed_list li .price strong {
    font-size: 20px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: inherit;
}

.recommed_sec .recommed_list li .more_btn {
    display: block;
    padding-right: 16px;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-image: url(../img/btn/recommed_more.png);
    flex: 0 0 auto;
}

.recommed_sec .recommed_list li a:hover {
    border-color: #006fff;
    background: #006fff;
    box-shadow: 0px 11px 22.56px 1.44px rgba(0, 111, 255, 0.51);
    z-index: 1;
}

.recommed_sec .recommed_list li a:hover .subject,
.recommed_sec .recommed_list li a:hover .price {
    color: #fff;
}

.recommed_sec .recommed_list li a:hover .user_id {
    color: #a2c8f8;
}

.recommed_sec .recommed_list li a:hover .more_btn {
    color: #fff;
    background-image: url(../img/btn/recommed_more_hover.png);
}

/* //recommed_sec */

/*comu_sec*/

.comu_sec {
    margin-bottom: 74px;
}

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

/* insta_sec */
.insta_sec {
    width: calc(50% - 10px);
}

.insta_sec .insta_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.insta_sec .insta_list li {
    width: calc(100%/3 - 8px);
    margin-right: 12px;
    margin-bottom: 12px;
}

.insta_sec .insta_list li:nth-of-type(3n) {
    margin-right: 0;
}

.insta_sec .insta_list li a {
    display: block;
}

.insta_sec .insta_list li a span {
    display: block;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* //insta_sec */

/*review_sec*/

.review_sec {
    width: 100%;
/*     width: calc(50% - 10px); */
}

.review_sec .rev_wrap {
    /* height: 590px; */
    margin-top: 30px;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    overflow: hidden;
}


.review_sec .rev_list .rev_row {
    padding: 20px;
    border-bottom: solid 1px #dbdbdb;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 30px;
}

.review_sec .rev_list .rev_row:nth-child(2n){
    background: #f8fafc;
}

.review_sec .rev_list .star_box {
    display: flex;
}

.review_sec .rev_list .star_box i {
    width: 16px;
    height: 16px;
    background: url('../img/ico/main_staricooff.png') no-repeat center center;
}

.review_sec .rev_list .star_box i.on {
    background-image: url('../img/ico/main_starico.png');
}

.review_sec .rev_list .star_box i:not(:last-child) {
    margin-right: 2px;
}

.review_sec .rev_list .user_txt {
    font-size: 16px;
    min-width: 100px;
}

.review_sec .rev_list .city_name {
    font-size: 16px;
    min-width: 100px;
}

.review_sec .rev_list .rev_txt {
    font-size: 16px;
    line-height: 1.5;
    color: #252525;
    /* margin-top: 11px; */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review_sec .rev_list .date {
    font-size: 16px;
    color: #999999;
    /* margin-top: 10px; */
}

/* .review_sec .rev_wrap .slick-list{
    overflow: visible;
} */


/* use_sec */
.use_sec {
    padding-bottom: 80px;
}

.use_sec .inner {
    display: flex;
    align-items: flex-start;
}

.use_sec .use_box {
    flex: 1;
}

.use_sec .use_box+.use_box {
    margin-left: 20px;
}

.use_sec .use_box .img {
    position: relative;
    margin-top: 30px;
}

.use_sec .use_box .img::before {
    display: block;
    padding-top: 25.424%;
    content: '';
}

.use_sec .use_box .img img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.use_sec .use_box .use_step {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.use_sec .use_box .use_step li {
    margin-right: 15px;
    flex: 1;
}

.use_sec .use_box .use_step li .step_num {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    line-height: 1.3;
}

.use_sec .use_box .use_step li:not(:last-of-type) .step_num {
    padding-right: 34px;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-image: url(../img/main/main_use_step_arrow.png);
}

.use_sec .use_box .use_step li .step_desc {
    display: block;
    margin-top: 14px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 1.4;
    word-break: keep-all;
}

/* //use_sec */

/* news_sec */
.news_sec {
    padding-bottom: 40px;
}

.news_sec .news_list {
    display: flex;
    margin-top: 30px;
}

.news_sec .news_list li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
}

.news_sec .news_list li:nth-of-type(3n) {
    margin-right: 0;
}

.news_sec .news_list li a {
    display: block;
}

.news_sec .news_list .thumb span {
    display: block;
    padding-top: 52.632%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.news_sec .news_list .txt {
    margin-top: 20px;
}

.news_sec .news_list .subject {
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #252525;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_sec .news_list .desc {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* //news_sec */

/* main_bottom_banner */
.main_bottom_banner {
    padding-bottom: 85px;
}

.main_bottom_banner .inner {
    display: flex;
    align-items: center;
}

.main_bottom_banner a {
    display: block;
    flex: 1;
}

.main_bottom_banner a {
    width: calc(33.333% - 20px);
    margin-right: 30px;
}

.main_bottom_banner a:nth-of-type(3n) {
    margin-right: 0;
}

.main_bottom_banner a img {
    display: block;
}

/* //main_bottom_banner */

.all_menupop {
    height: 400px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    bottom: -390px;
    /* left: 15px; */
    display: none;
    z-index: 111;
    border: solid 1px #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.24);
}

.all_menupop.open {
    display: flex;
}

.all_menupop .gnb {
    padding: 50px 0;
    border-right: solid 1px #eee;
}

.all_menupop .gnb>li {
    width: 210px;
    /* text-align: center; */
    margin-left: 25%;
}

.all_menupop .gnb li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #999;
    position: relative;
    transition: all 0.3s;
}

.all_menupop .gnb li{
    margin-bottom: 25px !important;
}

.all_menupop .gnb li:first-child {
    margin-bottom: 25px;
}

.all_menupop .gnb li a.on,
.all_menupop .gnb li:hover a {
    color: #116ad4;
}

.all_menupop .gnb li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #116ad4;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.all_menupop .gnb li a.on::after,
.all_menupop .gnb li:hover a::after {
    width: 100%;
}

.all_menupop .depth02 {
    padding: 52px 0;
    width: 200px;
    text-align: center;
}

.all_menupop .depth02 li:not(:last-child) {
    margin-bottom: 25px;
}

.all_menupop .depth02 li a {
    font-size: 15px;
    font-weight: 500;
}

.all_menupop .depth02 li a.on,
.all_menupop .depth02 li:hover a {
    color: #116ad4;
}


.all_menupop .depth03 {
    width: 0;
    /* transition: all 0.3s; */
    max-height: 600px;
    overflow-y: auto;
    padding: 52px 0;
    /* width: 260px; */
    text-align: center;
}

.all_menupop .depth03::-webkit-scrollbar {
    width: 15px;
}

.all_menupop .depth03::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

.all_menupop .depth03::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 10px;
    background-clip: padding-box;
    border: 5px solid transparent;
}

.all_menupop .depth03.open {
    width: 260px;
    border-left: solid 1px #eee;
}

.all_menupop .depth03>ul {
    display: none;
    padding: 51px 0;
    text-align: center;

}

.all_menupop .depth03>ul.open {
    display: block;
}

/* .all_menupop .depth03 li:not(:last-child) {
    margin-bottom: 25px;
} */

.all_menupop .depth03 li{
    margin-bottom: 25px;
}

.all_menupop .depth03 li a {
    font-size: 15px;
    /* color: #999; */
    font-weight: 500;
}


.all_menupop .depth03 li a.on,
.all_menupop .depth03 li:hover a {
    color: #116ad4;
}

#header02 .all_menupop {
    left: 15px;
}


/* special_sec  */
.special_sec {
    margin-bottom:60px ;
}
.special_sec .main_ttl_row .special_link {
    margin-left: auto;
    display: block;
}
.special_sec .special_list {
    display: flex;
    margin-top: 18px ;
}
.special_sec .special_list li {
    width: calc(25% - 15px);
    margin-right: 20px;
   
    /* height: 100%; */
}
.special_sec .special_list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.special_sec .special_list li:nth-child(4){
    margin-right: 0;
}
.special_sec .special_list li .sp_img {
    display: block;
    background: no-repeat center/ cover;
    border-radius:8px 8px 0 0  ;
    width: 100%; padding-top: 120%;
}
.special_sec .special_list li .sp_txt {
    border: 1px solid #dbdbdb;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 30px 20px;
    position: relative;
    height: 100%;
}
.special_sec .special_list li .seller_ico {
    display:inline-block;
    padding:7px 9px ;
    background: #116ad4 ;
    border-radius: 50px;
    color: #FFF;
    position: absolute;
    top: -12px;
    left: 20px;
    font-size: 11px;
    font-family: 'Gmarket Sans';  
    font-weight: 500;
    letter-spacing: -0.05em;
}
.special_sec .special_list li .brand {
    font-size: 14px;
    display: block;
}

.special_sec .special_list li .wrap_loca {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.special_sec .special_list li .sp_ttl {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4;
}
.special_sec .special_list li .sp_area {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #757575;
    line-height: 1.5;
   
}