<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
body{ margin: 0; overflow-x: hidden;}
.flex{display: flex;}

/* ì´ë¯¸ì§€ ê³µí†µêµ¬ì—­ */
        .hf_img{ width: 50%; position: relative;}
        .hf_img img{ width: 100%; object-fit: cover;}
            


.move{position: fixed; right: 5%; top: 40%;z-index:25}
.move ul{}
.move ul li{margin: 15px 0;}
.move ul li a{display: block;  border-radius: 50%; width: 22px; height: 22px;position: relative;transition:all .4s; border:1px solid rgba(0,0,0,0)}
.move ul li a span{width: 10px; height: 10px; border-radius: 50%; background-color: #7d7d7d;text-indent: -9999px;  position: absolute; top: 50%;left: 50%; transform: translate(-50%,-50%);transition:all .4s}
.move ul li a.on{border: 1px solid #000; transition:all .4s}
.move ul li a.on span{background-color: #000;transition:all .4s}



/* ì„¹ì…˜ê³µí†µ */
section{ width: 100%; }
section .sec_inner{margin: 0 auto; height: 100%;}
section .shop_now{font-family: 'Lato' , sans-serif; font-size: 14px; color: #000;padding-bottom: 7px; font-weight: 600;letter-spacing: 1px; display: inline-block;}
section .shop_now span{display: inline-block;margin-left: 17px;}
section .shop_now span img{display:inline-block; margin-top:-3px}
section p.tit{font-family: 'Noto Sans KR', sans-serif;letter-spacing: -.2px;font-weight:500 }
.start{transition: all 2s; opacity: 0;}
.end{opacity: 1 !important;transition: all 2s;margin-top:-35px}



/* sec1 */
#sec1{}
#sec1 .sec_inner{position: relative; width: 100%}
#sec1 .sec_inner .sec1_cont{text-align: center;position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);transition: all 1s;opacity:0}


/* sec2 */
#sec2{ margin: 150px 0 100px; position: relative; height:auto; width: 100%;}
#sec2 h2{ font-family: "Montserrat", sans-serif; font-size: 26px; text-align: center; margin-bottom: 50px; font-weight: 600; color: #000; }
#sec2 p.subTit{ font-size:13px; line-height: 1.6em; color: #828282; font-weight: 300; text-align: center; margin: 0 0px 60px 0;}
#sec2 .item_list{margin-right:30px !important; }
#sec2 .swiper-button-next{ top: 94px; right: 36%; color: #828282;}
#sec2 .swiper-button-prev{ top: 94px; left: 36%; color: #828282;}
#sec2 .swiper-button-next:after,
#sec2 .swiper-button-prev:after{font-size:15px; font-weight:bold;}


/* sec3 */
#sec3{width: 100%; height:100vh; background: url(//marsmark.img4.kr/lookbook/2024/M0106_2.jpg) no-repeat 15% 50% ;background-size: cover; }
#sec3 .sec_inner{padding-top: 5%;position: relative; }
#sec3 .sec_inner .txt_cont{ position: absolute; bottom: 90px; left: calc(50% - 200px); width:400px; text-align: center;}
#sec3 .sec_inner .txt_cont h2{font-family: "Montserrat", sans-serif; font-size: 48px; font-weight: 500;letter-spacing: 4px;  color: #fff;}
#sec3 .sec_inner .txt_cont p.tit{ font-size: 14px;margin: 20px 0 20px;line-height:1.7; font-weight: 500;  color: #fff;}
#sec3 .sec_inner .txt_cont .shop_now{ color: #fff; border-bottom: 1px solid #fff;}


/* sec4 */
#sec4{ width: 100%; flex-wrap: nowrap;}
#sec4 .txt_cont { position: absolute; text-align: center; bottom: 50px; width: 500px; left: calc(50% - 250px);}
#sec4 .txt_cont h2 {font-family: "Montserrat", sans-serif; font-size: 2.9em; font-weight: 500;letter-spacing: 4px;  color: #fff; margin-bottom: 20px;}
#sec4 .txt_cont .shop_now { color: #fff; border-bottom: 1px solid #fff;}
#sec4 em {font-family: "Montserrat", sans-serif; color: white; font-weight: normal; font-size: 18px;}





@media all and (max-width:1080px) {
    body {min-width: 600px;}

   
    /* ë¶„í•&nbsp; ê³µí†µêµ¬ì—­ */
    .sec_wrap{
        display: block;
        flex-wrap: wrap;
    }
        /* ì´ë¯¸ì§€ ê³µí†µêµ¬ì—­ */
        .hf_img{width: 100%;}

/* BASIC css end */

</pre></body></html>