/* 클릭한 버튼의 className을 읽는 스크립트 오류 방지 아래 스타일이 없으면 path를 target으로 봄*/
span svg{
    pointer-events: none;
}
/* 클릭한 버튼의 className을 읽는 스크립트 오류 방지 아래 스타일이 없으면 path를 target으로 봄 end*/


/* 전체 해당하는 스타일 (임시) start */
body#main #wrap{
    padding-top: 90px;
}
footer{
    overflow-x: hidden;
}

body#main .section:not(.section--no-margin){
    margin: 0;
}

.thumbnail:hover .mobile img{
    transition: none;
}

.thumbnail:hover .mobile img{
    opacity: 1 !important;
}
.ec-base-product .prdList .thumbnail a.mobile{
    /* display: none; */
}

@media screen and (max-width: 1023px){
    body#main #wrap{
        padding-top: 55px;
    }
}
@media screen and (max-width: 767px){
    body{
        /* overflow-x: hidden; */
    }
    body#main .section:not(.section--no-margin){
        margin: 0;
    }
}
@media screen and (any-pointer:coarse){
	/*터치 스크린 장치를 위한 CSS*/
    /* .thumbnail .thumbswiper {
        display: none !important;
    }
    .thumbnail .mobile{
        display: block;
    }
    .ec-base-product .prdList .thumbnail a.mobile{
        display: block;
    } */
}
/* 전체 해당하는 스타일 (임시) end */




/* 메인공통 */
.text_area_st01{
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -4.5px;
    font-family: 'Noto Sans KR';
}
.text_area_st01 .sub_t{
	font-weight: 300;
}
.text_area_st01 .main_t{
    display: inline-block;
	font-weight: 700;
    margin-top: 20px;
    padding-bottom:7px;
    border-bottom: 5px solid #d70000;
}
.title_wrap_st01{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.title_wrap_st01 .right_area{
    display: flex;
    align-items: flex-end;
}
.title_wrap_st01 .right_area a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22.5px;
    width: 140px;
    height: 45px;
    border: 1px solid #000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1.28px;
}
.title_wrap_st01 .right_area a i{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 25px;
    margin-left: 5px;
}
.title_wrap_st01 .right_area a i::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #000000;
}
.title_wrap_st01 .right_area a i::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    display: inline-block;
}
@media screen and (max-width: 1500px){
    .text_area_st01{
        font-size: 42px;
        line-height: 41px;
    }
}
@media screen and (max-width: 1200px){
    .text_area_st01{
        font-size: 37px;
        line-height: 29px;
    }
    .title_wrap_st01 .right_area a{
        font-size: 18px;
        width: 125px;
        height: 45px;
    }
}
@media screen and (max-width: 767px){
    .text_area_st01{
        font-size: 27.5px;
        line-height: 1.25;
    }
    .text_area_st01 .main_t{
        margin-top: 0;
    }
    .title_wrap_st01 .right_area a{
        width: 80px;
        height: 28px;
        font-size: 13px;
    }
    .title_wrap_st01 .right_area a i{
        width: 10px;
        height: 10px;
    }
    .title_wrap_st01 .right_area a i::after{
        width: 5px;
        height: 5px;
    }
}
/* 메인공통 end */





/** 메인슬라이더 start **/

.main-banner__txt{
    display: none !important;
}
#main .main-banner__pager{
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
#main .main-banner__pager *{
    width: 15px;
    height: 15px;
}
.main-banner__nav{
    width: 36px;
    transform: translateY(-50%);
}
/** 메인슬라이더 end **/






/** m_section01(베스트아이템) end **/
.m_section01{
	padding-top: 190px;
    padding-bottom: 185px;
}
.m_section01 .swiper_out_wrap.slide01{
    width: 1200px;
    margin: 0 auto;
	position: relative;
}
.m_section01 .swiper_out_wrap.slide01 .swiper-button-prev{
    width: 20px;
    height: calc(100% - 150px);
    left: -55px;
    top: 0;
    margin: 0;
    padding: 0;
}
.m_section01 .swiper_out_wrap.slide01 .swiper-button-next{
    width: 20px;
 	height: calc(100% - 150px);
    left: auto;
    right: -55px;
    top: 0;
    margin: 0;
    padding: 0;
}
.m_section01 .swiper_out_wrap.slide01 .swiper-button-prev:after,
.m_section01 .swiper_out_wrap.slide01 .swiper-button-next:after{
    display:block;
    position:absolute;
    font-size: 0;
    width: 100%;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../../../web/brighten/icon_main_slide_arrow.png') center center no-repeat;
    background-size: contain;
}
.m_section01 .swiper_out_wrap.slide01 .swiper-button-next:after{
    transform: translateY(-50%) rotate(180deg);
}
.m_section01 .mySwiper{
	background-color: #fff;
    position: relative;
    overflow:hidden;
}
.m_section01 .mySwiper .swiper-wrapper{
    
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail {
	position: relative;
    margin-bottom: 0;
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail a{
    position: relative;
    display: flex;
    /* width: 100%; */
    /* aspect-ratio: 1 / 1; */
    border-radius: 0 0px 0 0;
    /* overflow: hidden; */
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail a img {
	width: 100%;
   	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail a img.hover-thumb{
	opacity: 0;
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail a img.hover-thumb{
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail a.mobile{
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 2;
    transition: 0.8s ease;
    opacity: 1;
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail:hover a.mobile{
    opacity: 0;
    pointer-events: none;
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail a.swiper{
    position: absolute;
    top: 0;
    left: 0;
}
.thumbswiper:hover .button-next{
    opacity: 1;
}
.thumbswiper:hover .button-prev{
    opacity: 1;
}
.thumbswiper .button-next{
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    width: 26px;
    height: 31px;
    background: url(../../../web/brighten/icon_main_slide_arrow.png) center center no-repeat;
    background-size: contain;
    z-index: 3;
    transition: 0.3s;
}
.thumbswiper .button-prev{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 31px;
    background: url(../../../web/brighten/icon_main_slide_arrow.png) center center no-repeat;
    background-size: contain;
    z-index: 3;
    transition: 0.3s;
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail .icon__box{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}
.m_section01 .mySwiper .swiper-wrapper .thumbnail > .best_icon{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 70px;
    height: 30px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -1.5px;
}
.m_section01 .mySwiper .swiper-wrapper .description{
	height: 115px;
    padding-top: 20px;
    margin-top: 0px;
}
.m_section01 .mySwiper .swiper-wrapper .description a {
	display: inline-block;
}
.m_section01 .mySwiper .swiper-wrapper .description .product_price span {
    font-size: 29px !important;
    letter-spacing: 0px;
    white-space: nowrap;
	/* font-family: 'AVANG','Noto Sans KR'; */
}
.m_section01 .mySwiper .swiper-wrapper .description .product_price span.unit{
	font-family: 'Noto Sans KR';
    font-size: 21px !important;
    font-weight: 700;
    margin-left: -2px;
}
.m_section01 .mySwiper .swiper-wrapper .description .product_custom span {
	font-size: 18px !important;
    color: #000 !important;
    opacity: 0.5;
	letter-spacing: 0px;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
    line-height: 18px;
    white-space: wrap;
}
.m_section01 .mySwiper .swiper-wrapper .description .name span{
	font-size: 22px !important;
    letter-spacing: -1.28px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.m_section01 .mySwiper .swiper-wrapper .description .category_name {
    font-size: 16px;
    font-weight: 700;
    color: #7f7f7f;
    padding-bottom: 10px;
}
.m_section01 .mySwiper .swiper-button-prev{
    
}
.m_section01 .mySwiper .swiper-button-next{
    
}
.m_section01 .mySwiper .swiper-pagination-progressbar{
    position: relative;
}
.m_section01 .mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #d70000;
}
.m_section01 .title_wrap_st01{
    margin-bottom: 70px;
}
.m_section01.ec-base-product .spec{

}
.m_section01.ec-base-product .spec > li.sale-per{
    color: #d70000;
    font-size: 24px;
    margin-right: 0;
}
.m_section01.ec-base-product .spec > li.sale-per .percent{
    display: inline-block;
    padding-right: 5px;
    font-style: normal;
}
.m_section01.ec-base-product .spec > li.custom_option1 {
    display: none;
}
.m_section01.ec-base-product .spec > li.custom_option2 {
    display: none;
}
.m_section01.ec-base-product .spec{
	margin-top: 18px;
}
.m_section01.ec-base-product .spec > li{
    margin: 0;
}
.m_section01.ec-base-product .spec > li#cust_st{
    transform: translateY(2px);
}
.m_section01.ec-base-product .spec > li.sale-per{
    margin-right: 18px;
}
.m_only{
    display:none;
}
@media screen and (any-pointer:coarse){
    .m_section01 .mySwiper .swiper-wrapper .thumbnail a.mobile{
        pointer-events: initial !important;
        transition: 0 !important;
    }
}
@media(hover: hover) {
    .m_section01 .mySwiper .swiper-wrapper .thumbnail:hover a img.hover-thumb {
        opacity:1;
    }
}
@media screen and (max-width: 1500px){
    .m_section01{
        padding-top: 100px;
        padding-bottom: 130px;
    }
}
@media screen and (max-width: 1370px){
    .m_section01 .swiper_out_wrap.slide01 .swiper-button-next{display: none;}
    .m_section01 .swiper_out_wrap.slide01 .swiper-button-prev{display: none;}
}
@media screen and (max-width: 1200px){
    .m_section01{
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.m_section01 .swiper_out_wrap.slide01{
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .m_section01.ec-base-product .prdList .list_page_product{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px){
    .m_section01{
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .text_area_st01{
        font-size: 27.5px;
        line-height: 1.25;
    }
    .text_area_st01 .main_t{
        margin-top: 0;
    }
    .title_wrap_st01 .right_area a{
        width: 80px;
        height: 28px;
        font-size: 13px;
    }
    .title_wrap_st01 .right_area a i{
        width: 10px;
        height: 10px;
    }
    .title_wrap_st01 .right_area a i::after{
        width: 5px;
        height: 5px;
    }
    .m_section01 .title_wrap_st01{
        margin-bottom: 40px;
    }
    .m_section01 .swiper_out_wrap.slide01{
        padding-left: 0;
        padding-right: 0;
    }
    .m_section01 .swiper_out_wrap.slide01 .swiper-button-prev{
        display: none;
    }
    .m_section01 .swiper_out_wrap.slide01 .swiper-button-next{
        display: none;
    }
    .ec-base-product .prdList .list_page_product .description .category_name{
        font-size: 10px !important;
    } 
    #contents .ec-base-product .prdList .list_page_product .description .name span{
        font-size: 14px !important;
    }
    .ec-base-product .prdList .list_page_product .description .name{

    }
    .list_page_product .description > a > ul > li.sale-per span{
        font-size: 15px !important;
        line-height: normal;
        display: inline-block;
        transform: translateY(0px);
    }
    #contents .ec-base-product .list_page_product .spec{
        transform: translateY(0px);
        margin-top: 0px;
    }
    .m_section01 .mySwiper .swiper-wrapper .description .product_price span{
        font-size: 17px !important;
        transform: translateY(0);
    }
    .m_section01 .mySwiper .swiper-wrapper .description .product_custom span{
        font-size: 13px !important;
    }
    .m_section01.ec-base-product .spec > li.sale-per{
        margin-right: 2px;
    }
    .m_section01.ec-base-product .prdList .list_page_product{
        margin-bottom: 0;
    }
    .ec-base-product .list_page_product .description > a > ul > li.product_custom{
        padding-left: 2px;
    }
    .m_section01 .mySwiper .swiper-pagination-progressbar{
        margin-top: 26px;
        height: 3px;
    }
    .ec-base-product .prdList .thumbnail .prdIcon{
        background-size: 42px;
    }
    .thumbnail .thumbswiper .m_only{
        display:block;
    }
}

/** m_section01(베스트아이템) end **/




/** m_section02 **/
.section:not(.section--no-margin){
    margin: 0;
}
.m_section02{
	background-color: #f7f7f7;
    overflow: hidden;
}
.m_section02 > a{
    padding: 180px 0;
    display: block;
    width: 100%;
    height: 100%;
}
.m_section02 .layout_max{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.m_section02 .text{
    text-align: center;
    letter-spacing: -2px;
    font-family: 'Noto Sans KR';
}
.m_section02 .text .big{
    font-size: 50px;
    font-weight: 700;
}
.m_section02 .text .big span{
	color: #d70000;
}
.m_section02 .text .small{
    font-size: 30px;
    margin-top: 5px;
}
.m_section02 .img_area{
	border: 2px solid #000;
    border-radius: 60px;
    margin-top: 80px;
    max-width: 770px;
    width: 770px;
}
.m_section02 .img_area .in{
    font-weight: 700;
    letter-spacing: -2px;
    display: flex;
}
.m_section02 .img_area .in > div:not(.img_wrap){
    padding: 10px 10px;
    color: #000000;
    opacity: 0.5;
	padding: 26px 0;
    font-size: 40px;
	flex: 1;
    text-align: center;
    padding-left: 20px;
}
.m_section02 .img_area .in .img_wrap{
    width: 107px;
	background-color: #d70000;
    padding: 10px 10px;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0 60px 60px 0;
}
.m_section02 .img_area .in .img_wrap img{
    width: 48px;
    height: 52px;
    object-fit: contain;
}
.m_section02 .img_area .in .img_wrap::before{
    content: "";
    background: url(../../../web/brighten/main_img02.png) center center no-repeat;
    background-size: contain;
    width: 600px;
    height: 610px;
    position: absolute;
    top: -112px;
    left: -147px;
    pointer-events: none;
}
@media screen and (max-width: 1200px){
    .m_section02{

    }
    .m_section02 > a{
        padding-top: 100px;

    }
    .m_section02 .text .big{
        font-size: 38px;
    }
    .m_section02 .text .small{
        font-size: 26px;
    }
    .m_section02 .img_area{
        width: 490px;
    }
    .m_section02 .img_area .in > div:not(.img_wrap){
        font-size: 32px;
    }
    .m_section02 .img_area .in .img_wrap{
        width: 75px;
    }
    .m_section02 .img_area .in .img_wrap img{
        width: 35px;
        height: 30px;
    }
    .m_section02 .img_area .in .img_wrap::before {
        content: "";
        background: url(../../../web/brighten/main_img02.png) center center no-repeat;
        background-size: contain;
        width: 317px;
        height: 338px;
        position: absolute;
        top: -53px;
        left: -55px;
        pointer-events: none;
    }
}
@media screen and (max-width: 767px){
    .m_section02{

    }
    .m_section02 > a{
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .m_section02 .text .big{
        font-size: 27px;
        width: 223px;
    }
    .m_section02 .text .small{
        font-size: 15px;
    }
    .m_section02 .img_area{
        width: calc(100% - 50px);
        margin-top: 40px;
    }
    .m_section02 .img_area .in > div:not(.img_wrap){
        font-size: 19px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .m_section02 .img_area .in .img_wrap img{
        width: 20px;
        object-fit: contain;
    }
    .m_section02 .img_area .in .img_wrap{
        width: 47px;
    }
    .m_section02 .img_area .in .img_wrap::before{
        width: 276px;
        height: 232px;
        top: -48px;
        left: -67px;
    }
}


/* .m_section03 */
.m_section03{
	padding-top: 150px;
    padding-bottom: 150px;
    background-color: #fbf5ef;
}
.m_section03 .text_area{
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -4.5px;
    font-family: 'Noto Sans KR';
}

.m_section03 .product-container{
    padding-left: 0;
    padding-right: 0;
}
.m_section03 .box_wrap{

}
.m_section03 .box_wrap > .box{
    display: flex;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 90px;
    box-shadow: 8px 17px 17px #806d5f1a;
}
.m_section03 .box_wrap > .box .left_area{
    width: 210px;
    min-width: 210px;
    background: url(../../../web/brighten/main01_img.png) center center no-repeat;
    padding: 45px;
    background-size: cover;
    color: #fff;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.m_section03 .box_wrap > .box:nth-of-type(2) .left_area{background: url(../../../web/brighten/main02_img.png) center center no-repeat; background-size: cover;}
.m_section03 .box_wrap > .box:nth-of-type(3) .left_area{background: url(../../../web/brighten/main03_img.png) center center no-repeat; background-size: cover;}
.m_section03 .box_wrap > .box:nth-of-type(4) .left_area{background: url(https://www.gosulim.com/web/brighten/main04_img.png) center center no-repeat; background-size: cover;}


.m_section03 .box_wrap > .box .left_area .top_item .sub_text{
    font-size: 22px;
    letter-spacing: -3px;
    font-family:'Noto Sans KR';
}
.m_section03 .box_wrap > .box .left_area .top_item h2{
    font-weight: 700;
    font-size: 34px;
    letter-spacing: -3.5px;
}
.m_section03 .box_wrap > .box .left_area .top_item .arrow{
    position: relative;
    padding-top: 25px;
}
.m_section03 .box_wrap > .box .left_area .top_item .arrow::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.m_section03 .box_wrap > .box .left_area .top_item .arrow::after {
    content: "";
    position: absolute;
    display: block;
    width: 39px;
    height: 1px;
    bottom: 9px;
    left: calc(100% + -36px);
    transform: translateY(0) rotate(27deg);
    background-color: #fff;
}
.m_section03 .box_wrap > .box .left_area .bottom_item{

}
.m_section03 .box_wrap > .box .left_area .bottom_item p{
    font-size: 17px;
    word-break: keep-all;
}
.m_section03 .box_wrap > .box .left_area .bottom_item ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}
.m_section03 .box_wrap > .box .left_area .bottom_item ul li{
    width: 50%;
    font-size: 18px;
}
.m_section03 .box_wrap > .box .right_area{
    width: calc(100% - 300px);
    margin-top: 45px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.m_section03 .box_wrap > .box .right_area .swiper-wrapper{
    padding-bottom: 45px;
    box-sizing: border-box;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide{
    position: relative;
    display: inline-block;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box{
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    justify-content: space-between;

}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail{
    /* margin-bottom: 20px; */
    margin: 0 10px;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .keyword_name{
    background-color: #e5e5e5;
    color: #727272;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -1.2px;
    line-height: 1.6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
    padding: 0px 18px;
    border-radius: 20px;
    min-width: 88px;
    box-sizing: border-box;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .keyword_name > span {

}



.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail .icon__box{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail .icon__box > span{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    width: 45px;
    height: 45px;
    display: inline-block;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail:hover .icon__box > span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
html.loaded .m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail .icon__box > span {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail .icon__box > span.wish{
    display: none;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail  .icon__box .cart img{
    width: 0;
    height: 0;
    background: #00000030 url(../../../web/brighten/icon_basket_white.png) no-repeat center;
    padding: 100% 100% 0 0;
    border-radius: 50%;
    background-size: 20px auto;
    margin-bottom: 0;
}




.m_section03 .box_wrap > .box .right_area .swiper-slide::after{
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide:last-child::after{
    display: none;
}

.m_section03 .box_wrap > .box .right_area .swiper-slide .box a{
    display: inline-block;
    flex: 1;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide .box a > .swiper-wrapper{
    padding: 0;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide .box a > img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    transition: .8s ease;
    width: 100%;
    height: 100%;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide .box a:hover > img{
    opacity: 0;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide .box a.thumb_swiper03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide .box a.thumb_swiper03 .button-next{
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
    width: 26px;
    height: 31px;
    background: url(../../../web/brighten/icon_main_slide_arrow.png) center center no-repeat;
    background-size: contain;
    z-index: 3;
    transition: 0.3s;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide .box a.thumb_swiper03 .button-prev{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 26px;
    height: 31px;
    background: url(../../../web/brighten/icon_main_slide_arrow.png) center center no-repeat;
    background-size: contain;
    z-index: 3;
    transition: 0.3s;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide .box a.thumb_swiper03:hover .button-next,
.m_section03 .box_wrap > .box .right_area .swiper-slide .box a.thumb_swiper03:hover .button-prev{
    opacity: 1;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail a.mobile{
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 2;
    transition: 0.8s ease;
    opacity: 1;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail:hover a.mobile{
    pointer-events: none;
    opacity: 0;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide p.name{
    display: flex;
    justify-content: center;
    padding-top: 5px;
    height: auto;
    box-sizing: border-box;
    line-height: 30px;
}
.m_section03 .box_wrap > .box .right_area .swiper-slide p.name span{
    display: block;
    width: 100%;
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.m_section03 .box_wrap > .box .right_area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}
.m_section03 .box_wrap > .box .right_area .button-prev{
    position: absolute;
    width: 20px;
    height: 38px;
    background: url(../../../web/brighten/main_icon_prev_left.png) center center no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% - 62.5px));
    z-index: 1;
}
.m_section03 .box_wrap > .box .right_area .button-next{
    position: absolute;
    width: 20px;
    height: 38px;
    background: url(../../../web/brighten/main_icon_prev_right.png) center center no-repeat;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 62.5px));
    z-index: 1;
}
.m_section03 .box_wrap > .box .right_area .swiper-pagination-progressbar{
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.m_section03 .box_wrap > .box .right_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #d70000;
}
@media screen and (any-pointer:coarse){
	/*터치 스크린 장치를 위한 CSS*/
    .m_section03 .box_wrap > .box .right_area .swiper-slide .box a.mobile{
        display: block;
    }
}
@media screen and (max-width: 1500px){
    .m_section03{
        padding-top: 130px;
        padding-bottom: 130px;
    }
}
@media screen and (max-width: 1300px){
    .m_section03{
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .m_section03 .box_wrap > .box{
        flex-direction: column;
        margin-top: 40px;
        height: auto;
        border-radius: 8px;
    }
    .m_section03 .box_wrap > .box .left_area{
        width: 100%;
        min-width: auto;
        padding: 20px 15px 25px 25px;
        box-sizing: border-box;
        background: url(https://www.gosulim.com/web/brighten/m_main01_img.png) center center no-repeat;
        background-size: cover;
    }

    .m_section03 .box_wrap > .box:nth-of-type(2) .left_area {
        background: url(https://www.gosulim.com/web/brighten/m_main02_img.png) center center no-repeat;
        background-size: cover;
    }

    .m_section03 .box_wrap > .box:nth-of-type(3) .left_area {
        background: url(https://www.gosulim.com/web/brighten/m_main03_img.png) center center no-repeat;
        background-size: cover;
    }

    .m_section03 .box_wrap > .box .left_area .bottom_item{
        display: none;
    }
    .m_section03 .box_wrap > .box .left_area .top_item .sub_text{
        font-size: 15px;
        letter-spacing: -1.5px;
    }
    .m_section03 .box_wrap > .box .left_area .top_item h2{
        font-size: 23px;
        letter-spacing: -1.5px;
    }
    .m_section03 .box_wrap > .box .left_area .top_item .arrow{
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    .m_section03 .box_wrap > .box .left_area .top_item .arrow::after{
        width: 25px;
        height: 1px;
        bottom: 8px;
        left: auto;
        right: 0;
        transform: translateY(0) rotate(40deg);
    }
    .m_section03 .box_wrap > .box .left_area .top_item .arrow::before{
        width: 90px;
        height: 1px;
        left: auto;
        right: 3px;
    }
    .m_section03 .box_wrap > .box .right_area{
        width: 100%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .m_section03 .box_wrap > .box .right_area > .swiper-slide{
        margin: 22px 0 25px;
    }
    .m_section03 .box_wrap > .box .right_area > .swiper-slide > .box{
        height: auto;
        padding-bottom: 12px;
    }
    .m_section03 .box_wrap > .box .right_area > .swiper-slide > .box .thumbnail{
        margin: 0 7px 5px;
    }
    .m_section03 .box_wrap > .box .right_area .swiper-slide > .box .keyword_name{
        font-size: 12px;
    }
    .m_section03 .box_wrap > .box .right_area .swiper-slide p.name{
        padding-top: 5px;
    }
    .m_section03 .box_wrap > .box .right_area .swiper-slide p.name span{
        font-size: 15px !important;
    }
    .m_section03 .box_wrap > .box .right_area .swiper-wrapper{
        padding-bottom: 0;
    }
    .m_section03 .box_wrap > .box .right_area .swiper-pagination-progressbar{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1200px){
    .m_section03 .box_wrap > .box .right_area .button-next{
        display: none;
    }
    .m_section03 .box_wrap > .box .right_area .button-prev{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .m_section03 .box_wrap > .box .right_area .swiper-slide::after {
        right: -10px;
    }
    .m_section03 .box_wrap > .box .right_area .swiper-slide > .box .thumbnail:hover a.mobile{
        pointer-events: initial;
        opacity: 1;
    }
    .m_section03 .box_wrap > .box .right_area .swiper-slide .box a.thumb_swiper03{
        display: none;
    }
}
/* .m_section03 end*/





/* .m_section04 */
/* .m_section04 .slide-scrollbar{
    display: none;
}
.m_section04 .sub-banner__list{
    margin: 0;
    width: 100%;
}
.m_section04.section:not(.section--no-margin){
    margin-bottom: 0px;
}
.m_section04 .swiper-slide{
    margin: 0;
    height: 100% !important;
}
.m_section04 .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.m_section04 .swiper-slide a .sub-banner__txt{
	position: absolute;
    top: 0;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0;
    display: none;
}
.m_section04 .swiper-slide a .sub-banner__txt .sub-banner__title{
	font-size: 30px;
    margin-bottom: 0px;
    font-weight: 300;
    letter-spacing: -2px;
}
.m_section04 .swiper-slide a .sub-banner__txt .sub-banner__desc{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -2px;
}

.m_section04 .swiper-slide a .sub-banner__txt span{
	color: #ffb7b7;
}
.m_section04 .sub-banner__item img {
    -webkit-transition: none;
    transition: none;
    width: 100%;
    object-fit: cover;
}
.m_section04 .sub-banner__item:hover img{
	transform: scale(1);
} */
.m_section04_slide {
    display: flex;
    font-size: 0px !important;
}
.m_section04_slide.swiper-container-fade .swiper-slide{
    height: auto;
    /* opacity: 0; */
}
.m_section04_slide .sub-banner__list{
    margin: 0;
    width: 100%;
}
.m_section04_slide .sub-banner__list .sub-banner__item{
    width: 100%;
    margin: 0;
}
.m_section04_slide.swiper-container-fade .swiper-slide.swiper-slide-active{
    /* opacity: 1; */
}
.m_section04_MOBILE{
    display: none;
    font-size: 0px !important;
}
.m_section04_MOBILE_slide.swiper-container-fade .swiper-slide{
    height: auto;
    /* opacity: 0; */
}
.m_section04_MOBILE_slide.swiper-container-fade .swiper-slide.swiper-slide-active{
    /* opacity: 1; */
}
.m_section04_MOBILE_slide .sub-banner__list{
    margin: 0;
    width: 100%;
}
.m_section04_MOBILE_slide .sub-banner__list .sub-banner__item{
    width: 100%;
    margin: 0;
}
.m_section04 .swiper-pagination{
    z-index: 2;
}
.m_section04 .swiper-pagination .swiper-pagination-bullet{
    background-color: rgb(255, 255, 255);
    width: 10px;
    height: 10px;
    margin: 0 15px !important;
}
.m_section04_MOBILE{

}
.m_section04_MOBILE .m_section04_MOBILE_slide {
    margin: 0;
    width: 100%;
}
@media screen and (max-width: 1500px){
    .m_section04 .swiper-pagination .swiper-pagination-bullet{
        /* width: 11px;
        height: 11px; */
    }
}
@media screen and (max-width: 767px){
    .m_section04_PC{
        display: none;
    }
    .m_section04_MOBILE{
        display: flex;
    }
    .m_section04 .swiper-pagination .swiper-pagination-bullet{
        width: 9px;
        height: 9px;
        margin: 0 5px !important;
    }
}
/* .m_section04 end */





/* .m_section05 start */
.m_section05{
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.m_section05 .left_area{
	width: 50%;
    aspect-ratio: 1 / 0.958333;
    position: relative;
}
.m_section05 .left_area .in{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.m_section05 .left_area .in .swiper-slide{
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}
.m_section05 .left_area .in .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px 0px;
    border-radius: 0 50% 50% 0;
}
.m_section05 .right_area{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 75px;
    width: 50%;
    height: 100%;
}
.m_section05 .right_area .deco{

}
.m_section05 .right_area .in{
    width: 100%;
    height: 320px;
    padding-top: 150px;
    position: relative;
}
.m_section05 .right_area .in::after{
    content: "";
    position: absolute;
    bottom: 325px;
    left: 0;
    width: 100%;
    height: 800px;
    background-color: #f7f7f7;
    z-index: 2;
}
.m_section05 .right_area .in::before {
    content: "";
    position: absolute;
    top: -39px;
    left: -26px;
    width: 785px;
    height: 220px;
    background: url(../../../web/brighten/main_img04.png) center center no-repeat;
    background-size: contain;
    z-index: 3;
}
.m_section05 .right_area .text_wrap{
    font-family: "Noto Serif KR", serif;
    position: relative;
    opacity: 0.3;
}
.m_section05 .right_area .text_wrap:not(.swiper-slide-active)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
}
.m_section05 .right_area .text_wrap.swiper-slide-active{
    display: flex;
    flex-direction: column;
    opacity: 1;
}
.m_section05 .right_area .text_wrap.swiper-slide-active .big{
    transform: translateY(-25px);
    transition: 0.7s;
}
.m_section05 .right_area .text_wrap .big{
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -8px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 20px;
}   
.m_section05 .right_area .text_wrap .small{
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 1.5;
    margin-top: 25px;
    margin-left: 8px;
}
.m_section05 .right_area .text_bottom_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    padding-top: 0px;
    transform: translateY(120px);
}

.m_section05 .right_area .text_bottom_wrap a{
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -2px;
    padding-left: 200px;
    gap: 0 5px;
}
.m_section05 .right_area .text_bottom_wrap a .line{
    display: block;
    position: relative;
    width: 100px;
    height: 2px;
    top: 53%;
    right: 0;
    transform: translateY(calc(-50% + 3px));
    background-color: red;
}
.m_section05 .right_area .text_bottom_wrap a .line::after{
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 2px;
    top: -9px;
    right: -2px;
    transform: translateY(calc(-50% + 4px)) rotate(45deg);
    background-color: red;
}
@media all and (max-width:1700px) {
    .m_section05 .right_area .in::before {
        width: 356px;
        height: 99px;
        top: -80px;
    }
    .m_section05 .right_area .in{
        padding-top: 0;
        height: 285px;
    }
    .m_section05 .right_area .in::after{
        bottom: 220px;
    }
    .m_section05 .right_area .text_bottom_wrap{
        transform: translateY(55px);
    }
    .m_section05 .right_area .text_bottom_wrap a{
        font-size: 22px;
    }
}
@media all and (max-width:1500px) {
    .m_section05 .right_area .in{
        height: 260px;
    }
    .m_section05 .right_area .in::before{
        width: 307px;
        height: 112px;
        top: -78px;
        left: -11px;
    }
    .m_section05 .right_area .text_wrap .big{
        font-size: 39px;
    }
    .m_section05 .right_area .text_wrap .small{
        font-size: 26px;
    }
    .m_section05 .right_area .text_wrap.swiper-slide .big{
        transform: translateY(17px);
    }
    .m_section05 .right_area .text_wrap.swiper-slide-active .big{
        transform: translateY(0px);
    }
    .m_section05 .right_area .text_wrap{
        opacity: 0.1;
    }
}
@media all and (max-width:1100px) {
    .m_section05 .right_area{
        padding-left: 30px;
    }
    .m_section05 .right_area .in {
        height: 188px;
    }
    .m_section05 .right_area .in::before {
        width: 211px;
        height: 60px;
        top: -45px;
        left: -11px;
    }
    .m_section05 .right_area .text_wrap .big{
        font-size: 25px;
        letter-spacing: -3px;
    }
    .m_section05 .right_area .text_bottom_wrap {
        transform: translateY(25px);
    }
    .m_section05 .right_area .text_bottom_wrap a{
        font-size: 17px;
        padding-right: 20px;
        padding-left: 120px;
    }
    .m_section05 .right_area .text_bottom_wrap a .line{
        width: 100px;
    }
}
@media all and (max-width:1024px) {
    .m_section05 .right_area .text_wrap .small{
        font-size: 20px;
    }
}
@media all and (max-width:900px) {
    .m_section05 .right_area .text_wrap .big{
        font-size: 22px;
    }
    .m_section05 .right_area .text_wrap .small{
        font-size: 18px;
    }
}
@media all and (max-width:767px) {
    .m_section05{
        flex-direction: column;
        align-items: normal;
        padding-bottom: 15px;
    }
    .m_section05 .left_area{
        width: calc(100% - 60px);
        height: auto;
        aspect-ratio: 1 / 1;
        position: relative;
        z-index: 2;
    }
    .m_section05 .right_area{
        width: calc(100% - 60px);
        padding-left: 0;
        margin-left: auto;
        z-index: 1;
    }
    .m_section05 .left_area .in .swiper-slide img{
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .m_section05 .right_area .in{
        padding-top: 100px;
        height: 120px;
        pointer-events: none;
    }
    .m_section05 .right_area .text_wrap{

    }
    .m_section05 .right_area .in::before{
        content: "";
        position: absolute;
        top: 45px;
        left: -16px;
        width: 249px;
        height: 67px;
        background: url(../../../web/brighten/main_img04.png) center center no-repeat;
        background-size: contain;
        z-index: 3;
    }
    .m_section05 .right_area .in::after{
        top: -86px;
        height: 179px;
    }

    .m_section05 .right_area .text_wrap{
        height: auto;
    }
    .m_section05 .right_area .text_wrap .big{
        font-size: 24px;
        letter-spacing: -1.5px;
        text-underline-offset: 5px;
    }
    .m_section05 .right_area .text_wrap .small{
        font-size: 16px;
        margin-top: 0;
    }
    .m_section05 .right_area .text_bottom_wrap{
        transform: translateX(0);
        align-items: flex-end;
    }
    .m_section05 .right_area .text_bottom_wrap a{
        font-size: 14px;
        padding: 0;
        transform: translate(0px, 0px);
        gap: 0 5px;
        padding-right: 20px;
    }
    .m_section05 .right_area .text_bottom_wrap a .line{
        width: 40px;
        height: 1px;
    }
    .m_section05 .right_area .text_bottom_wrap a .line::after{
        top: -7px;
        height: 1px;
        transform: translateY(calc(-50% + 4px)) rotate(24deg);
    }
    .m_section05 .right_area .text_wrap.swiper-slide-active .big{
        transform: translateY(-10px);
    }

}
@media all and (max-width:345px) {
    .m_section05 .right_area .text_wrap .big{
        font-size: 22px;
    }
}
/* .m_section05 end */





/* .m_section06 start */
.m_section06{
    padding-top: 210px;
    padding-bottom: 180px;
}
.m_section06 .title_wrap_st01{
    flex-direction: column;
    margin-bottom: 35px;
}
.m_section06 .title_wrap_st01 .right_area{
    margin-left: auto;
}
.m_section06 .con_wrap{
    display: flex;
    gap: 0 30px;
}
.m_section06 .con_wrap .box{
    flex: 1;
}
.m_section06 .con_wrap .box .icon{
    width: 35px;
    height: 35px;
}
.m_section06 .con_wrap .box:nth-of-type(1) .icon{background: url(../../../web/brighten/icon_tee.svg) center center no-repeat; background-size: contain;}
.m_section06 .con_wrap .box:nth-of-type(2) .icon{background: url(../../../web/brighten/icon_tee.svg) center center no-repeat; background-size: contain;}
.m_section06 .con_wrap .box:nth-of-type(3) .icon{background: url(../../../web/brighten/icon_box.svg) center center no-repeat; background-size: contain;}
.m_section06 .con_wrap .box:nth-of-type(4) .icon{background: url(../../../web/brighten/icon_screen.svg) center center no-repeat; background-size: contain;}
.m_section06 .con_wrap .box .text{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    letter-spacing: -2px;
}
.m_section06 .con_wrap .box .text .category{
    font-size: 16px;
    opacity: .5;
    font-weight: 700;
}
.m_section06 .con_wrap .box .text .content{
    font-size: 22px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 30px;
}
.m_section06 .con_wrap .box a{
    padding: 25px;
    background-color: #f7f7f7;
    aspect-ratio: 1.2 / 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    transition: .3s ease-out;
    box-sizing: border-box;
}
.m_section06 .con_wrap .box a:hover{
    background-color: #fff;
    outline: 1px solid #d70000;
}
.m_section06 .con_wrap .box .arrow{
    display: flex;
    justify-content: flex-end;
    margin-top: -5px;
}
.m_section06 .con_wrap .box .arrow i{
    display: flex;
    width: 12px;
    height: 20px;
    background: url(../../../web/brighten/icon_arrow_black.png) center center no-repeat;
    background-size: contain;
}
@media all and (max-width:1500px) {
    .m_section06{
        padding-top: 130px;
        padding-bottom: 130px;
    }
}
@media all and (max-width:1200px) {
    .m_section06{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .m_section06 .con_wrap .box .text .content{
        font-size: 19px;
    }
}
@media all and (max-width:1024px) {
    .m_section06 .con_wrap{
        flex-wrap: wrap;
        gap: 20px 20px;
    }
    .m_section06 .con_wrap .box {
        flex: none;
        width: calc(50% - 10px);
    }
    .m_section06 .con_wrap .box a{
        aspect-ratio: 1.5 / 1;
    }
    .m_section06 .con_wrap .box .icon{
        width: 43px;
        height: 41px;
    }
    .m_section06 .con_wrap .box .text .content{
        font-size: 24px;
        line-height: 39px;
    }
    .m_section06 .con_wrap .box .text .category{
        font-size: 15px;
    }
}
@media all and (max-width:767px) {
    .m_section06{
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
    }
    .m_section06::before{
        content: "";
        position: relative;
        display: inline-block;
        width: 100%;
        height: 65px;
        background-color: #f7f7f7;
    }
    .m_section06 .layout_max{
        padding-top: 65px;
    }
    .m_section06 .title_wrap_st01{
        flex-direction: row;
    }
    .m_section06 .con_wrap{
        flex-wrap: wrap;
        gap: 10px 10px;
    }
    .m_section06 .con_wrap .box{
        width: calc(50% - 5px);
        flex: none;
    }
    .m_section06 .con_wrap .box a{
        padding: 17px;
        aspect-ratio: auto;
        box-sizing: border-box;
    }
    .m_section06 .con_wrap .box .text{
        padding-top: 22px;
    }
    .m_section06 .con_wrap .box .text .category{
        font-size: 12px;
        display: block;
    }
    .m_section06 .con_wrap .box .text .content{
        font-size: 15px;
        line-height: 1.4;
    }
    .m_section06 .con_wrap .box .icon{
        width: 25px;
        height: 25px;
    }
    .m_section06 .con_wrap .box .arrow{
        padding-top: 10px;
    }
}
/* .m_section06 end */



/* .m_section07 start */
.m_section07{
    width: 100%;
    padding-bottom: 60px;
}
.m_section07 .layout_max{
    background: url(../../../web/brighten/main_img05.jpg) center center no-repeat;
    background-size: cover;
}
.m_section07 .layout_max .text_area{
    display: flex;
    color: #fff;
    padding: 47px;
}
.m_section07 .layout_max .text_area .left{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 47px;
}
.m_section07 .layout_max .text_area .left .icon{
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../../../web/brighten/icon_spot.svg) center center no-repeat;
    background-size: contain;
}
.m_section07 .layout_max .text_area .left .text{
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-top: 13px;
    letter-spacing: -1px;
}
.m_section07 .layout_max .text_area .left .move{
    margin-top: 30px;
    padding: 3px 23px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0 8px;
    letter-spacing: -0.7px;
}
.m_section07 .layout_max .text_area .left .move .arrow{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 25px;
    background-color: #0e0e0e;
}
.m_section07 .layout_max .text_area .left .move .arrow::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.m_section07 .layout_max .text_area .left .move .arrow::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    display: inline-block;
}
.m_section07 .layout_max .text_area .right{
    width: 375px;
    padding-top: 35px;
    padding-left: 65px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}
.m_section07 .layout_max .text_area .right .info{
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
}
.m_section07 .layout_max .text_area .right .info .title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.m_section07 .layout_max .text_area .right .info .address{
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans KR', "맑은 고딕", "malgun gothic", "돋움", "dotum", sans-serif;
}
.m_section07 .layout_max .text_area .right .info .address::before{
    content: "";
    display: inline-block;
    background: url(../../../web/brighten/icon_small_spot.svg) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-right: 5px;
}
.m_section07 .layout_max .text_area .right .info .tiem{
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans KR', "맑은 고딕", "malgun gothic", "돋움", "dotum", sans-serif;
}
.m_section07 .layout_max .text_area .right .info .tiem::before{
    content: "";
    display: inline-block;
    background: url(../../../web/brighten/icon_clock.svg) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-right: 5px;
}
.m_section07 .layout_max .text_area .right .info .call{
    font-size: 34px;
    margin-top: 90px;
    font-family: "AVANG_book";

    display: flex;
    flex-flow: row nowrap;    
    align-items: center;
    letter-spacing: 0.5px;
}
.m_section07 .layout_max .text_area .right .info .call::before{
    content: "";
    display: inline-block;
    background: url(../../../web/brighten/icon_phone.svg) center center no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
@media screen and (max-width: 1500px){
    .m_section07{
        padding-bottom: 180px;
    }
}
@media screen and (max-width: 1200px){
    .m_section07{
        padding-bottom: 140px;
    }

    .m_section07 .layout_max .text_area .right {
        width: auto;
    }
}
@media screen and (max-width: 767px){
    .m_section07{
        padding: 20px;
        padding-top: 75px;
        padding-bottom: 0px;
        box-sizing: border-box;
    }
    .m_section07 .layout_max .text_area{
        flex-direction: column;
        padding: 0;
    }

    .m_section07 .layout_max .text_area .left {
        padding-right: 0px;
    }

    .m_section07 .layout_max .text_area .left .text{
        font-size: 15px;
    }
    .m_section07 .layout_max .text_area .left .move{
        font-size: 12px;
    }
    .m_section07 .layout_max .text_area .right{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-left: 0;
        padding-left: 0;
        padding-bottom: 35px;
        border-top: 1px solid #fff;
    }
    .m_section07 .layout_max .text_area .right .info{
        width: 50%;
        min-width: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .m_section07 .layout_max .text_area .right .info .title{
        font-size: 15px;
    }
    .m_section07 .layout_max .text_area .right .info .address{
        font-size: 13px;
    }
    .m_section07 .layout_max .text_area .right .info .tiem{
        font-size: 13px;
    }
    .m_section07 .layout_max .text_area .right .info .call{
        font-size: 22px;
        margin-top: 0;
    }
    .m_section07 .layout_max .text_area .right .info .call::before{
        width: 23px;
        height: 23px;
    }
}
@media screen and (max-width: 440px){
    .m_section07 .layout_max .text_area .right{
        flex-direction: column;
        align-items: center;
    }
    .m_section07 .layout_max .text_area .right .info.type02{
        margin-top: 20px;
    }
}
/* .m_section07 end */



/* .m_section08 end */
.m_section08{
    background: url(../../../web/brighten/brand_img11.jpg) center center no-repeat;
    background-size: cover;
    padding: 140px 0;
}
.m_section08 .title_wrap_st01{
    flex-direction: column;
    margin-bottom: 80px;
}
.m_section08 .title_wrap_st01 .right_area{
    justify-content: space-between;
    margin-top: 37px;
}
.m_section08 .title_wrap_st01 .right_area div.text{
    color: #b59b81;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: -3px;
    font-family: 'Noto Sans KR';
}
.m_section08 .title_wrap_st01 .right_area div.text span{
    font-weight: 700;
}
.m_section08 .box .thumbnail .thumbswiper .swiper-wrapper{
    display: none;
}
.m_section08 .present_wrap{
    display: flex;
    gap: 0 30px;
}
.m_section08 .present_wrap > li{
    flex: 1;
    max-width: calc(50% - 15px);
}
.m_section08 .present_wrap > li{

}
.m_section08 .present_wrap > li .thumbnail{
    aspect-ratio: 1 / 0.8;
    position: relative;
}
.m_section08 .present_wrap > li .thumbnail > img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.8s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_section08 .present_wrap > li .thumbnail:hover > img{
    opacity: 0;
    pointer-events: none;
}
.m_section08 .present_wrap > li .thumbnail a.mobile{
    display: inline-block;
    width: 100%;
    aspect-ratio: 1.25 / 1;
    position: relative;
    z-index: 2;
    transition: 0.8s ease;
    opacity: 1;
}
.m_section08 .present_wrap > li .thumbnail:hover a.mobile {
    pointer-events: none;
    opacity: 0;
}
.m_section08 .present_wrap > li .thumbnail a.swiper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.m_section08 .present_wrap > li .thumbnail .swiper-slide {
    font-size: 0px;
}
.m_section08 .present_wrap > li .thumbnail .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_section08 .present_wrap > li .thumbnail.mobile{
    display: none;
}
.m_section08 .present_wrap > li .thumbnail.mobile:hover img{
    opacity: 1;
}
.m_section08 .present_wrap > li:nth-child(odd){

}
.m_section08 .present_wrap > li:nth-child(odd) .thumbnail{
    border-radius: 40px 0 0 0;
    overflow: hidden;
}
.m_section08 .present_wrap > li:nth-child(even){

}
.m_section08 .present_wrap > li:nth-child(even) .thumbnail{
    border-radius: 0 0 40px 0;
    overflow: hidden;
}
.m_section08 .present_wrap > li .description{

}
.m_section08 .present_wrap > li .description .top{
    padding-top: 30px;
}
.m_section08 .present_wrap > li .description .top .category_name{
    font-family: "AVANGID", 'NotoSansKR_Bold';
    font-size: 19px !important;
    color: #00000070 !important;
}
.m_section08 .present_wrap > li .description .top .name span{
    font-size: 25px !important;
    color: #000 !important;
    font-weight: 700;
    letter-spacing: -1px;
}
.m_section08 .present_wrap > li .description ul.spec {
    display: flex;
    align-items: flex-end;
    gap: 0 0px;
    transform: translateY(-3px);
    margin-top: 5px;
}
.m_section08 .present_wrap > li .description ul.spec .custom_option1 {
    display: none;
}
.m_section08 .present_wrap > li .description ul.spec .sale-per{
    display: flex;
    color: #d70000 !important;
    font-size: 27px !important;
    order: 1;
}
.m_section08 .present_wrap > li .description ul.spec .sale-per span i{
    font-style: normal;
    display: inline-block;
    margin-right: 8px;
}
.m_section08 .present_wrap > li .description ul.spec .product_custom {
    order: 3;
    padding-left: 8px;
}
.m_section08 .present_wrap > li .description ul.spec .product_custom span{
    font-size: 22px !important;
    color: #797876 !important;
    font-family: 'AVANGMI', 'NotoSansKR_Regular';
    line-height: 22px;
}
.m_section08 .present_wrap > li .description ul.spec .product_price {
    order: 2;
}
.m_section08 .present_wrap > li .description ul.spec .product_price span{
    font-size: 38px !important;
    color: #000 !important;
    font-weight: 700;
    transform: translateY(5px);
    display: inline-block;
}
.m_section08 .present_wrap > li .thumbnail .icon__box{

}
.m_section08 .present_wrap > li .thumbnail .icon__box{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}
.m_section08 .present_wrap > li .thumbnail .icon__box > span{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    width: 45px;
    height: 45px;
    display: inline-block;
}
.m_section08 .present_wrap > li .thumbnail:hover .icon__box > span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
html.loaded .m_section08 .present_wrap > li .thumbnail .icon__box > span {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.m_section08 .present_wrap > li .thumbnail .icon__box > span.wish{
    display: none;
}
.m_section08 .present_wrap > li .thumbnail .icon__box .cart img{
    width: 0;
    height: 0;
    background: #00000030 url(../../../web/brighten/icon_basket_white.png) no-repeat center;
    padding: 100% 100% 0 0;
    border-radius: 50%;
    background-size: 20px auto;
    margin-bottom: 0;
}
@media screen and (any-pointer:coarse){
	/*터치 스크린 장치를 위한 CSS*/
    .m_section08 .present_wrap > li .thumbnail.swiper{
        display: none;
    }
    .m_section08 .present_wrap > li .thumbnail.mobile{
        display: block;
    }
}
@media screen and (max-width: 1200px){
    .m_section08{
        padding-top: 100px;
    }
    .m_section08 .title_wrap_st01 .right_area div.text{
        font-size: 27px;
    }
    .m_section08 .present_wrap > li .description .top{
        padding-top: 15px;
    }
    .m_section08 .present_wrap > li .description .top .name span{
        font-size: 20px !important;
        line-height: 1.4;
    }
    .m_section08 .present_wrap > li .description .top .category_name{
        font-size: 17px !important;
    }
    .m_section08 .present_wrap > li .description ul.spec .product_price span{
        font-size: 27px !important;
        transform: translateY(3px);
    }
    .m_section08 .present_wrap > li .description ul.spec .sale-per{
        font-size: 20px !important;
    }
    .m_section08 .present_wrap > li .description ul.spec .product_custom span{
        font-size: 20px !important;
    }
}
@media screen and (max-width: 767px){
    .m_section08{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .m_section08 .title_wrap_st01{
        margin-bottom: 45px;
    }
    .m_section08 .title_wrap_st01 .right_area div.text{
        font-size: 17px;
    }
    .m_section08 .present_wrap{
        flex-direction: column;
        gap: 30px 0;
    }
    .m_section08 .present_wrap > li{
        width: 100%;
        max-width: none;
    }
    .m_section08 .present_wrap > li .description .top .category_name{
        font-size: 10px !important;
    }
    .m_section08 .present_wrap > li .description .top .name span{
        font-size: 14px !important;
        display: inline-block;
    }
    .m_section08 .present_wrap > li .description ul.spec .sale-per{
        font-size: 15px !important;
    }
    .m_section08 .present_wrap > li .description ul.spec .product_price span{
        font-size: 20px !important;
        transform: translateY(2px);
    }
    .m_section08 .present_wrap > li .description ul.spec .product_custom span{
        font-size: 12px !important;
    }
    .m_section08 .present_wrap > li .description .top{
        padding-top: 17px;
    }
    .m_section08 .present_wrap > li:nth-child(odd) .thumbnail{
        border-radius: 15px 0 0 0;
    }
    .m_section08 .present_wrap > li:nth-child(even) .thumbnail{
        border-radius: 0 0 15px 0;
    }
}
/* .m_section08 end */