@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* =========================
   Base Reset
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  color: #111;
  background-color: #fff;
  line-height: 1.5; word-break: keep-all;
}

/* Remove default styles */
h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}


a{cursor:pointer; text-decoration:none}
.main {
}
.motion {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 등장 후 상태 */
.motion.show {
  opacity: 1;
  transform: translateY(0);
}

/* 딜레이 (plainbit 계열 사이트에서 자주 쓰는 간격) */
.m1 { transition-delay: 0.2s; }
.m2 { transition-delay: 0.4s; }
.m3 { transition-delay: 0.6s; }
.m4 { transition-delay: 0.8s; }
.m5 { transition-delay: 1s; }


.logo {
  filter: blur(2px);
}

.logo.show {
  filter: blur(0);
}


.visual-warp{height: 950px;text-align: center;background: url(img/main-visual-bg.png) no-repeat top center;display: flex;flex-direction: column;justify-content: center;padding: 0 150px;}
.visual-scroll {
  will-change: transform, opacity;
  transition: none;
}

.visual-warp img{
    display: block;
    margin: 0 auto;
}
.visual-warp .tit,
.visual-warp h1.tit{
    margin-top: 50px;
    /* line-height: 120%; */
}
.visual-warp .tit p,
.visual-warp h1.tit span{
    font-size: 58px;
    line-height: 120%;
    font-weight: 500;
    display: block;
}
.visual-warp .tit p.name,
.visual-warp h1.tit span.name{
    font-size: 80px;
    font-weight: 600;
}
.visual-warp .tit-desc{
    font-size: 26px;
    font-weight: 500;
    line-height: 160%;
    color: rgba(0,0,0,0.65);
    padding-top: 45px;
}

.btn{
    width: 380px;
    display: inline-block;
    background: #2D7436;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    margin: 50px auto 0;transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}
.btn:hover{background:#135C1C;transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);}

.section{
    padding: 150px;
    text-align: center;
}
.section .num-wrap{}
.section .partner-wrap{}
.section .shop-wrap{}
.section .shops-warp{}
.section .cont-warp{}


.section.num-wrap .tit, .section.shops-warp .tit{
    margin-bottom: 150px;
}
.section .tit p,
.section .tit h2{
    font-size: 65px;
    font-weight: 700;
}
.section .tit .desc{
    font-size: 32px;
    font-weight: 400;
    opacity: 0.6;
}


.num-wrap .num-desc{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    /* margin-top: 150px; */
}
.num-wrap .num-desc .num-box{
    width: 33.333333%;
}
.num-wrap .num-desc .num-box .num{
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -3px;
    white-space: nowrap;
}
.num-wrap .num-desc .num-box .num .big{}
.num-wrap .num-desc .num-box.num01 .num .small{
    font-size: 60px;
}
.num-wrap .num-desc .num-box .num-desc{
    white-space: nowrap;
    color: #090909;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
    opacity: 0.6;
    text-align: center;
    display: block;
}

.num-wrap .num-desc .num-line{
    display: inline-block;
    width: 2px;
    height: 100px;
    background: rgba(0,0,0,0.3);
    margin: 44px 30px;
}

.num-wrap .num-desc .num-box.num01{}
.num-wrap .num-desc .num-box.num01 .num{
    color: #55B65C;
}
.num-wrap .num-desc .num-box.num02{
    color: #419549;
}
.num-wrap .num-desc .num-box.num02 .num{}
.num-wrap .num-desc .num-box.num03{}
.num-wrap .num-desc .num-box.num03 .num{
    color: #2D7436;
}

.partner-wrap{
    background: #F7F7F7;
}
.section.partner-wrap .tit p,
.section.partner-wrap .tit h2{font-size:50px}
.partner-wrap .tit{
    text-align: left;
}
.partner-list{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.partner-banner-wrap{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    gap: 19px;
}
.partner-banner-wrap img{}

.shop-wrap{}
.shop-banner{
    display: flex;
    gap: 100px;
    justify-content: center;
}
.shop-banner img{}
.shop-banner .text-wrap{
    text-align: left;
}
.shop-banner .text-wrap .tit{
    font-size: 50px;
    color: #090909;
    font-weight: 700;
}
.shop-banner .text-wrap .tit-desc{
    font-size: 30px;
    opacity: 0.7;
    line-height: 145%;
    padding-top: 24px;
}
.shop-banner .link-wrap{
    display: inline-block;
}
.shop-banner .link-wrap a{
    text-align: center;
}
.shop-banner .link-wrap span{
    color: #2D7436;
    font-size: 28px;
    opacity: 0.5;
    display: block;
    padding-top: 16px;
    text-align: center;
}

.shops-warp{
    background: #F5F5F5;
}
.shops-banner-warp{/* margin-top: 120px; */display: flex;gap: 25px;flex-wrap: wrap;}
.shops-banner-warp .banner{
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
    padding: 50px 50px 40px 50px;
    text-align: left;
    text-decoration: none;
    /* font-weight: 800; */
    width: calc(100% / 3 - 17px);
    transition: all 0.5s;
    top: 0;
}
.shops-banner-warp .banner p,
.shops-banner-warp .banner h3{
    font-size: 33px;
    color: #2D7436;
    font-weight: 800;
}
.shops-banner-warp .banner span{
    font-size: 24px;
    color: #090909;
    opacity: 0.7;
    font-weight: 500;
}
.shops-banner-warp .banner .ico-arrow{
    /* width: 75px; */
    height: 75px;
    background: url(img/banner-arrow.png) no-repeat top right;
}

.shops-banner-warp .banner:hover{
    background-repeat: no-repeat;
    background-position: top left;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    top: -10px;
}
.shops-banner-warp .banner:hover p,
.shops-banner-warp .banner:hover h3{
    color: #fff;
}
.shops-banner-warp .banner:hover span{
    color: #fff;
}
.shops-banner-warp .banner:hover .ico-arrow{
    background-image: url(img/banner-arrow-hover.png);
}

.shops-banner-warp .banner:hover.shop01{
    background: url(img/banner01-bg.png);
}
.shops-banner-warp .banner:hover.shop02{background: url(img/banner02-bg.png);}
.shops-banner-warp .banner:hover.shop03{background: url(img/banner03-bg.png);}
.shops-banner-warp .banner:hover.shop04{background: url(img/banner04-bg.png);}
.shops-banner-warp .banner:hover.shop05{background: url(img/banner05-bg.png);}
.shops-banner-warp .banner:hover.shop06{background: url(img/banner06-bg.png);}

.cont-warp{
    background: url(img/back-bg.png) no-repeat bottom center;
}
.cont-warp .text01, .cont-warp .text02{
    display: flex;
    justify-content: center;
}

.cont-warp .tit{
    width: 500px;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    line-height: 145%;
    color: #090909;
}
.cont-warp .desc-wrap{
    min-width: 1200px;
}
.cont-warp .desc-wrap .txt-desc{
    font-size: 34px;
    text-align: left;
    opacity: 0.8;
}
.cont-warp .desc-wrap .num-banner-warp{
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 35px;
}
.cont-warp .desc-wrap .num-banner-warp p{
    white-space: nowrap;
    color: #E00000;
    opacity: 0.7;
    font-size: 26px;
}
.cont-warp .desc-wrap .num-banner{
    background: #FF7300;
    display: inline-block;
    color: #fff;
    padding:18px 30px;
    font-size:26px;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 100px;
}
.cont-warp .desc-wrap .num-banner a{color:#fff}
.cont-warp .text02{
    margin-top: 130px;
}
.cont-warp .text02 .desc-wrap{
    text-align: left;
    min-width: 1200px;
}
.cont-warp .text02 .desc-wrap li{
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 20px 0;
}
.cont-warp .text02 .desc-wrap li:first-child{padding-top:0}
.cont-warp .text02 .desc-wrap li:last-child{border-bottom:0}
.cont-warp .text02 .desc-wrap li p{
    font-size: 36px;
    color: #137000;
    font-weight: 700;
}
.cont-warp .text02 .desc-wrap li span{
    font-size: 34px;
    opacity: 0.8;
    color: #000;
}


.footer{
    background: #494C51;
    padding: 75px 150px;
    color: #fff;
}
.footer a{color:#fff}
.footer .link-wrap{
    padding-bottom: 25px;
}
.footer .link-wrap a{}

.copy-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy-wrap .left-wrap{
    line-height: 160%;
}
.footer .line{
    opacity: 0.3;
    padding: 0 18px;
}



/*          404          */
.sec01{
    background: #f7f7f7;
    padding: 80px 150px;
}
.sec02{
    padding: 0 !important;
    display: flex;
}
.sec03{
    background: #f7f7f7;
    padding: 80px 150px;
}

.sec01 img{}
.tit-404,
h1.tit-404{
    margin-top: 30px;
    margin-bottom: 24px;
    font-size: 45px;
    font-weight: 600;
}
.desc-404{
    font-size: 30px;
    line-height: 140%;
    opacity: 80%;
}
.sec02 .cont{
    padding: 50px;
    width: 50%;
}
.sec02 .cont.left-cont{
    border-right: 1px solid #E4E4E4;
}
.sec02 .cont.right-cont{}

.tit-wrap-404{}
.tit-wrap-404 h3,
.tit-wrap-404 h2{
    font-size: 46px;
    color: #090909;
}
.tit-wrap-404 p{
    color: #090909;
    opacity: 0.7;
    font-size: 30px;
}

.btn-404{
    margin-bottom: 12px;
    margin-top: 30px;
}
.sec02 span{
    display: block;
    color: #2D7436;
    font-size: 24px;
    opacity: 0.5;
}

.sec03 .banner-404{
    margin-top: 80px;
}
.banner-404 .banner{
    padding: 30px 50px;
}
.banner-404 .banner.shop01{
    /* padding: 30px 50px; */
}
.banner-404 .banner.shop02{}
.banner-404 .banner.shop03{}
.banner-404 .banner.shop04{}
.banner-404 .banner.shop05{}
.banner-404 .banner.shop06{}

.banner-404 .banner .txt{}
.banner-404 .banner .txt p,
.banner-404 .banner .txt h3{
    font-size: 36px;
    font-weight: 800;
}
.banner-404 .banner .txt span{}

.foot-404{
    padding: 50px 150px;
}
.foot-404 .link-wrap{
    text-align: center;
    padding: 0;
}

















/****************************************************************************************************************************************************************8/

/* Responsive CSS - 추가/수정본 */



.visual-warp {
  padding: 0 24px;
}

/* =========================
   메인 비주얼 반응형
========================= */

@media (max-width: 1680px) {
  .section{padding:150px 80px}
  .partner-banner-wrap img {
    width: calc(25% - 15px);
}
  .cont-warp .text02 .desc-wrap, .cont-warp .text01 .desc-wrap{min-width: 1110px;}
}
@media (max-width: 1366px) {
  .num-wrap .num-desc{flex-direction: column;align-items: center;}
.num-wrap .num-desc .num-line{width: 100%;
  height: 1px;
  margin: 0px 0;background: rgba(0, 0, 0, 0.158);}
  .num-wrap .num-desc .num-box{width: 100%;display: flex;
    align-items: center;
    flex-direction: row-reverse;justify-content: space-between;}

  .cont-warp .text01, .cont-warp .text02{flex-direction: column;}
  .cont-warp .tit{width: 100%;margin-bottom: 50px;}
  .shop-banner img{width: 500px;height: fit-content;}

}
@media (max-width: 1280px) {
  .visual-warp{
    height: 800px;
    background-size: cover;
}
.visual-warp img{width:100px;}
.visual-warp .tit p,
.visual-warp h1.tit span{font-size:48px;}
  .section{padding:100px 80px}
  .visual-warp .tit p.name,
.visual-warp h1.tit span.name{font-size:70px;}
  .visual-warp .tit-desc{font-size: 22px;}
  .btn{font-size: 21px;padding: 20px 30px;width:auto}
  .section .tit p,
  .section .tit h2{font-size: 60px;}
  .section .tit .desc{font-size: 27px;}
  .num-wrap .num-desc .num-box .num{font-size: 90px;}
  .shop-banner .text-wrap .tit, .cont-warp .tit{font-size:45px;}
  .shop-banner .text-wrap .tit-desc{font-size:25px;}
  .shop-banner .link-wrap span{font-size:22px;}
  .cont-warp .text02 .desc-wrap, .cont-warp .text01 .desc-wrap{min-width: 100%;}
  
  .cont-warp .desc-wrap .txt-desc, .cont-warp .text02 .desc-wrap li p, .cont-warp .text02 .desc-wrap li span{font-size: 24px;}
  .cont-warp .desc-wrap .num-banner{font-size: 22px;}
  .cont-warp .desc-wrap .num-banner-warp p{font-size: 22px;}

  .section.num-wrap .tit, .section.shops-warp .tit{margin-bottom: 80px;}
  

  .partner-banner-wrap img{width: calc(33.33333% - 13px);}  

    
    .shops-banner-warp .banner{width: calc(100% / 2 - 13px);}
    .cont-warp{background-size: cover;}
  

    .footer{padding: 50px 80px;}

    /*404*/
    .sec01, .sec03{padding: 50px 25px;}
    .tit-404, h1.tit-404{    font-size: 35px;}
    .desc-404, .tit-wrap-404 p{font-size: 25px;}
    .tit-wrap-404 h3,
    .tit-wrap-404 h2{    font-size: 36px;}
    .sec02 span{font-size: 20px;}
    .sec03 .banner-404{    margin-top: 40px;}
    .banner-404 .banner .txt p,
    .banner-404 .banner .txt h3{    font-size: 33px;}


}
@media (max-width: 1024px) {


  .visual-warp .tit .name {
    font-size: 42px;
  }
  .shop-banner{flex-direction: column;align-items: center;gap: 20px;}
  .shop-banner .text-wrap{text-align: center;        padding-top: 8px;}

  .sec02 .cont.left-cont{border-right:0;border-bottom: 1px solid #E4E4E4;}
  .sec02{flex-direction: column;}
  .sec02 .cont{padding: 50px 25px;
    width: 100%;}


}

@media (max-width: 768px) {
.section{padding: 80px 24px;}
.num-wrap .num-desc .num-box{flex-direction: column;}
.partner-banner-wrap img{width: calc(50% - 10px);}

.shop-banner img{padding-left: 30px;}
.shops-banner-warp .banner{width: 100%;padding: 35px 35px 25px 35px;}

.cont-warp .desc-wrap .num-banner-warp{align-items: baseline;flex-direction: column;gap: 18px;margin-top: 20px;}
.copy-wrap .right-wrap{display: none;}
.footer{padding: 40px 24px;}
.foot-404{padding: 40px 24px;}
.foot-404 .link-wrap{flex-wrap: wrap; display: flex; justify-content: center; gap: 5px;}

.visual-warp img{width: 80px;}
.visual-warp .tit{margin-top: 40px;}
.visual-warp .tit p,
.visual-warp h1.tit span{font-size: 38px;}
.visual-warp .tit p.name,
.visual-warp h1.tit span.name{font-size: 60px;}
.section .tit p,
.section .tit h2{font-size: 50px;}

.visual-warp{height: 720px;}
.section .tit .desc{font-size: 24px;}
.section.num-wrap .tit, .section.shops-warp .tit{margin-bottom: 50px;}
.num-wrap .num-desc .num-box .num{font-size: 80px;}
.num-wrap .num-desc .num-box .num-desc{font-size: 22px;}
.shop-banner .text-wrap .tit, .cont-warp .tit{font-size: 42px;margin-bottom: 30px;}
.shop-banner .text-wrap .tit-desc{font-size: 22px;}
.shop-banner{gap: 10px;}
.shop-banner .text-wrap{padding-top: 0;}
.shop-banner .text-wrap .tit-desc{padding-top:4px}
.cont-warp .desc-wrap .num-banner{padding: 15px 26px;border-radius: 8px;}
.cont-warp .text02{margin-top: 60px}

}
@media (max-width: 640px) {
    .btn{margin: 30px auto 0;}
    .visual-warp .tit-desc{padding-top: 25px;}
    .section.num-wrap .tit, .section.shops-warp .tit{margin-bottom: 30px;}
    .num-wrap .num-desc{gap: 0;}
    .num-wrap .num-desc .num-line{margin-top: 27px;}
    .partner-banner-wrap{    gap: 8px;margin-top: 40px;}
    .partner-banner-wrap img{width: calc(50% - 4px);}
    .shop-banner .text-wrap .tit{margin-bottom: 0px;}
    .cont-warp .desc-wrap .num-banner{white-space: normal;}
}
@media (max-width: 639px) {
    .shop-banner img{width:100%;padding-left:0}
    .partner-banner-wrap img{width:100%}
    .footer{font-size: 14px;}
    .foot-404{padding: 30px 16px;}
    .foot-404 .link-wrap{font-size: 13px;}
    .foot-404 .link-wrap .line{padding: 0 8px;}
    .shops-banner-warp{gap: 16px;}




    .banner-404 .banner{padding:25px 30px 30px 30px}

}

@media (max-width: 480px) {
    .visual-warp img{width: 60px;}
    .visual-warp .tit p,
    .visual-warp h1.tit span{font-size: 28px;}
    .visual-warp .tit p.name,
    .visual-warp h1.tit span.name{        font-size: 45px;}
    .visual-warp .tit-desc{font-size: 18px;}
    .btn{font-size: 18px;
        padding: 15px 25px;}
        .visual-warp .tit{margin-top: 30px;}
        .visual-warp{height: 590px;}
        .section{        padding: 40px 24px;}
        .section .tit p,
        .section .tit h2 {
            font-size: 30px;
        }
        .section .tit .desc, .shop-banner .text-wrap .tit-desc {
            font-size: 18px;
        }
        .num-wrap .num-desc .num-box .num{font-size: 60px;}
        .num-wrap .num-desc .num-box.num01 .num .small {
            font-size: 40px;
        }
        .num-wrap .num-desc .num-box .num-desc{white-space: normal;font-size: 18px;}
        .section.partner-wrap .tit p,
        .section.partner-wrap .tit h2,
        .shop-banner .text-wrap .tit{font-size:30px;}
        .partner-banner-wrap{margin-top: 20px;
        }
        .shop-banner .link-wrap span{font-size: 14px;}
        .shops-banner-warp .banner p,
        .shops-banner-warp .banner h3{font-size: 27px; color: #2D7436;}
        .shops-banner-warp .banner{padding: 25px 25px 15px 25px;}
        .shops-banner-warp .banner span {font-size: 18px;}
        .shops-banner-warp .banner .ico-arrow{height:54px;background-size: 54px;}
        
        .shop-banner .text-wrap .tit, .cont-warp .tit{font-size: 30px;}
        .cont-warp .desc-wrap .txt-desc, .cont-warp .text02 .desc-wrap li p, .cont-warp .text02 .desc-wrap li span{font-size: 18px;}
        .cont-warp .desc-wrap .num-banner{padding: 12px 26px;font-size: 18px;}
        .cont-warp .desc-wrap .num-banner-warp p{font-size:16px;}
        .cont-warp .desc-wrap .num-banner-warp{gap: 8px;}


        /* 404 */
        .sec01 img {
            width: 220px;
        }
        .tit-404,
        h1.tit-404 {
            font-size: 26px;        margin: 20px 0;
        }
        .desc-404, .tit-wrap-404 p {
            font-size: 20px;
        }
        .sec02 .cont{padding:40px 25px;}
        .btn-404{margin-top:20px}
        .sec02 span {
            padding-top: 5px;
        }
        .tit-wrap-404 h3,
        .tit-wrap-404 h2 {
            font-size: 33px;
        }
        .banner-404 .banner .txt p,
        .banner-404 .banner .txt h3 {
            font-size: 28px;
        }
        .banner-404 .banner{padding:25px 30px 30px 30px}

    }

    .content_box{margin:25px}
    .service_tit{    margin: 0 0 20px 0;
        padding: 0 0 10px 0;
        font-size: 16px;
        border-bottom: 1px solid #999999;}