@charset "utf-8";
/* font-family:'Pretendard'; */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


.br{ display: block;}
.mbr{display: none;}

/* header */
.gnb{ width: 100%; margin: 0 auto; background-color: rgba(0, 0, 0, 0.6); top: 0; transition: top 0.3s ease-in-out; display: none; opacity: 0; transition: all 0.3s ease-in-out; }
.gnb .gnbIn{ height: 100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.gnb .gnbIn .logo a{ display: block;}
.gnb .gnbIn .logo a img{ width: 130px;}

.gnbIn .btnArea{ margin-top: 20px; display: flex; justify-content: center; align-items: flex-start;}
.gnbIn .btnArea .resBtn{ margin: 0 20px;}
.gnbIn .btnArea .resBtn:first-child{ margin: 0 0px;}
.gnbIn .btnArea .resBtn a{ display: flex; flex-direction: column; text-align: center; position: relative;;}
.gnbIn .btnArea .resBtn a span{ opacity: 0;  text-align: center; font-size: 13px; color: #fff; transition: all 0.5s ease-in-out; margin-top: 7px;}
.gnbIn .btnArea .resBtn a:hover span{ opacity: 1; }
.gnbIn .btnArea .resBtn a i{ font-size: 32px; color: #fff; padding: 0 14px;}

.hamBtn{position: relative; width: 30px; background-color: transparent; border:none; cursor: pointer; top: 0; margin-left: 10px;}
.hamBtn::before, .hamBtn::after, .hamBtn div{ content: ''; display: block; height: 2px; margin: 4px 0 8px; transition: all 0.3s ease-in-out; background-color: #fff;}
.hamBtnOn .hamBtn::before{ transform: translateY(9px) rotate(135deg); background-color: #fff;}
.hamBtnOn .hamBtn::after{ transform: translateY(-11px) rotate(-135deg); background-color: #fff; width: 100%;}
.hamBtnOn .hamBtn div{ transform: scale(0); opacity: 0;}

.gnb.scroll{ position: fixed; top: 0; display: block; z-index: 999999; opacity: 1; transition: all 0.3s ease-in-out;}

.menu{ width: 100%; position: relative; right: 0; top: 0; z-index: 998;}
.menu .menuIn{ width: 25%; height: calc(100vh - 100px); position: fixed; bottom: 0; right: -100%; background-color: #fff; display: flex; align-items: center; transition: right 0.5s ease-in-out; background-color: rgba(0, 0, 0, 0.7);}
.menuIn .menuCon{ width: 100%;  display: flex; justify-content: space-between; flex-direction: column; align-items: center; position:absolute; top: 50%; transform: translateY(-50%);}
.menuIn .menuCon li{ margin: 5px 0; text-align: center;}
.menuIn .menuCon > li > a{ font-weight: 600; font-size: 16px; position: relative; cursor: pointer; color: #fff; }
.menuIn .menuCon > li:nth-child(2) > a::after{ content: "+"; position: absolute; top: 0; left: 78px;}
.menuIn .menuCon > li:nth-child(3) > a::after{ content: "+"; position: absolute; top: 0; left: 77px;}
.menuIn .menuCon > li:nth-child(4) > a::after{ content: "+"; position: absolute; top: 0; left: 73px;}
.menuIn .menuCon > li:nth-child(5) > a::after{ content: "+"; position: absolute; top: 0; left: 76px;}
.menuIn .menuCon > li.on > a::after{ content: '+'; transform: rotate(45deg);}
.menuIn .menuCon > li > .sub{ padding: 0px 0 10px; display: none;}
.menuIn .menuCon > li.open > .sub{display: block;}
.menuIn .menuCon > li > .sub > li > a{ display: block; font-weight: 500; color: #fff; font-size: 14px; }

header.hamBtnOn .menu .menuIn{ right: 0; }

/* mainBn */
.w1600{ width: 1600px; margin: 0 auto;}
.mainBn{ height: 100vh; display: flex; justify-content: space-between; flex-direction: column;}
.topLogo{ display: flex; align-items: center; margin: 24px auto;}
.topLogo img{ width: 130px;}
.mainBnTxt h2{ font-family: 'MapoFlowerIsland'; font-size: 24px; text-align: center; }

.mainBnCenter{ width: 30%; aspect-ratio: 3/4; margin: 20px auto 0; overflow: hidden;}
.mainBnCenter .mainBnSwip{ width: 100%; height: 100%; }
.mainBnCenter .mainBnSwip .swiper-slide.s1{ background: url(../img/main/image1.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s2{ background: url(../img/main/image2.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s3{ background: url(../img/main/image3.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s4{ background: url(../img/main/image4.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s5{ background: url(../img/main/image5.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s6{ background: url(../img/main/image6.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s7{ background: url(../img/main/image7.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s8{ background: url(../img/main/image8.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s9{ background: url(../img/main/image9.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s10{ background: url(../img/main/image10.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s11{ background: url(../img/main/image11.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s12{ background: url(../img/main/image12.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s13{ background: url(../img/main/image13.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s14{ background: url(../img/main/image14.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s15{ background: url(../img/main/image15.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s16{ background: url(../img/main/image16.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s17{ background: url(../img/main/image17.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s18{ background: url(../img/main/image18.jpg) no-repeat center/cover;}
.mainBnCenter .mainBnSwip .swiper-slide.s19{ background: url(../img/main/image19.jpg) no-repeat center/cover;}

.mainBnBottom{ margin-bottom: 20px; display: flex; justify-content: space-between; align-items: flex-end;}
.mainBnBottom .mainBnPage{ font-family: 'Paperlogy2'; font-size: 14px; }
.mainBnBottom .scrollD{ display: flex;}
.scrollD p{ writing-mode: vertical-rl; font-family: 'Paperlogy2'; font-size: 11px; color: #767676; }
.scrollD .scrollLine{ display: block; width: 2px; height: auto; background-color: rgba(0, 0, 0, 0.2); position: relative; margin-left: 8px;}
.scrollD .scrollLine .scrollDot{ position: absolute; top: 0; left: 0; width: 100%; height: 20%; background-color: #000; animation: scroll 2.5s infinite; transition: ease-in-out 0.3s; }

@keyframes scroll{
    0%{ top: 0%;}
    50%{ top: 80%;}
    100%{ top: 0%;}
}

#footer{ border-top: 1px solid #e5e5e5; padding: 60px 0;}
#footer .footIn{ display: flex; justify-content: space-between; align-items: flex-end;}
.footL .footLogo{ margin-bottom: 30px;}
.footL .footLogo img{ width: 200px;}
.footL .footLTxt p{ font-size: 18px; color: #000;}
.footL .footLTxt p a{ font-size: 18px; color: #000;}
.footC span{ display: block; font-size: 14px;}
.footR{ display: flex; align-items: flex-end; flex-direction: column;}
.footR .minbak img{ width: 40px; }
.footR .footLink{ margin-top: 10px;}
.footR .footLink a{ font-size: 14px; transition: ease-in-out 0.3s; }
.footR .footLink a span{ font-size: 14px; color: #ff5a53; }
.footR .footLink .duru:hover{color: #ff5a53;}
.footR .copy p{ font-size: 14px; text-align: right; color: #7f7e7e;}

/* 반응형 */
@media all and (max-width: 1600px) {
    .w1600{ width: 95%;}
}

@media all and (max-width: 1024px){
    .mainBnCenter{ width: 50%;}
    
    .footL .footLTxt p{font-size: 15px;}
    .footR .footLink a{ font-size: 14px;}
    .footR .footLink a span{ font-size: 14px;}
    .footR .copy p{ font-size: 12px; text-align: center;}

     #footer .footIn{flex-direction: column; align-items: center;}
    .footIn .footL{ margin-bottom: 15px;} 
    .footL .footLogo{ text-align: center;}
    .footL .footLTxt p{ text-align: center;}
    .footC span{ text-align: center;}
    .footR{ align-items: center;}
    .footR .minbak img{ width: 30px;}
    .footR .footLink{ margin-top: 0;}
}

@media all and (max-width: 768px){
    .gnbIn .btnArea{ margin-top: 0; align-items: center;}
   .gnbIn .btnArea .resBtn a span{ opacity: 1; margin-top: 5px; font-size: 12px;}
   .gnbIn .btnArea .resBtn{ margin: 0 10px;}
   .gnbIn .btnArea .resBtn a i{ font-size: 24px;}

   .menu .menuIn{ width: 35%;}
}

@media all and (max-width: 520px){

    .br{ display: none;}
    .mbr{display: block;}
    .gnbIn .btnArea{ margin-top: 0;}
    .gnb .gnbIn{ height: 85px;}

    .menu .menuIn{ width: 100%; background-color: rgba(0, 0, 0, 0.9); height: calc(100vh);}

    .mainBnCenter{ width: 100%;}
    .mainBnTxt h2{ font-size: 18px; margin-top: 50px;}
    .scrollD p{ writing-mode: horizontal-tb; margin-right: 0px;}
}