:root {
    --main: #64AE9E;
   
  }










  .swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 /* arrow custom시 주석제거 // 공통적으로 들어가는 부분, 기존 navigation을 숨겨준다. */
        .swiper-button-prev::after,
        .swiper-button-next::after {
        display:none;
        }


.fix_banner{
    position: fixed;
    right: 0;
    top: 0;
    background-color: #222;
    width: 250px;
    height: 100%;
}




.main{
    padding-right: 250px;
    background-color: #000;
}
.main > div{
    height: 110dvh;
    position: relative;
}
.main .logo{
    position: fixed;
    height: auto;
    top: 70px;
    left: 180px;
    z-index: 999;
}
.main .logo img{
    width: 200px;
}

/* sec1 */
.sec01_wrap{text-align: center;}
.sec01_wrap h2{
	font-family:pretendard;
	font-size:65px;
	font-weight:900;
	letter-spacing:-1px;
    color: var(--main);
    line-height: 160%;
	text-shadow:0 0 10px #000;
}
.sec01_wrap h3{
	font-family:pretendard;
	letter-spacing:-1px;
    color: #fff;
    font-weight: 500;
	text-shadow:0 0 10px #000;
}
.sec01_wrap p{
    color: #fff;
    padding: 12px 24px;
    margin-top: 20px;
    font-size: 22px;
	text-shadow:0 0 10px #000;
}
.sec01_wrap .main_bt{
	background-color:#64ae9e;
	font-weight:600;
	margin:70px auto;
	transition:0.5s ease;
	padding:18px 0;
	text-shadow:none;
}
.sec01_wrap .main_bt:hover{
	background-color:#00464a;
	text-shadow:none;
	font-weight:600;
}

/* sec02 */
.sec02_wrap{justify-content: start;}
.sec02_wrap h2{
    color: var(--main);
    line-height: 120%;
    margin-bottom: 50px;
}
.sec02_wrap p{
    line-height: 150%;
	font-size:25px;
	text-shadow:0 0 10px #000;
}
.sec02_wrap p span{
    font-weight: 700;
}


/* sec03 */
.sec03_wrap{justify-content: start; overflow: hidden;}
.sec03_wrap h2{
    color: #fff;
    line-height: 120%;
    margin-bottom: 50px;
	text-shadow:0 0 10px #000;
}
.sec03_wrap h2 span{
    color: var(--main);

}
.sec03_wrap .imgbox{
    position: absolute;
    right: 0;
    bottom: 0;
}
.sec03_wrap .imgbox img{
    width: 90%;
}
.sec03_wrap .text_box{
    gap: 20px;
    margin-bottom: 50px;
}
.sec03_wrap .sang{
    justify-content: start;
    gap: 40px;
    transition: all 0.3s;
}
.sec03_wrap .sang a:hover{opacity: 0.8;}
.sec03_wrap .text_box p{
    font-size: 23px;
	margin-left:7px;
}
.sec03_wrap .text_box img{
    width: 26px;
}
.sec03_wrap .sang img{
    width: 250px;
}


/* sec04 */
.sec04_wrap h2{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    line-height: 120%;
}
.sec04_wrap .flex_coulmn{
    gap: 20px;
}
.sec04_wrap .inner{
    width: 100%;
    margin: auto;
    gap: 50px;
    border: 1px solid #fff;
    padding: 25px 45px;
    border-radius: 20px;
    justify-content: start;
}
.sec04_wrap p{
	font-size: 18px;
	line-height: 150%;
	text-shadow:0 0 10px #000;
}
.sec04_wrap p span{font-size: 23px; font-weight: 600;}
.sec04_wrap img{
    max-width: 50px;
}



/* sec05 */
.sec05_wrap h2{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    line-height: 120%;
}
.sec05_wrap p{
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 50px;
}
.sec05_wrap p span{
    color: var(--main);
    font-weight: 700;
}
.sec05_wrap p span.bd{
    color: #fff;
    font-weight: 700;
}
.sec05_wrap .sec05 > .flex_box{gap: 60px;}
.sec05_wrap .left .inner{
    width: 100%;
    border: 1px solid #fff;
    border-radius: 500px;
    padding: 12px 24px;
    transition: all 0.5s;
}
.sec05_wrap .left{gap: 10px;}
.sec05_wrap .left .inner p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
	font-weight:400;
}
.sec05_wrap .left .inner a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap:100px ;
}

.sec05_wrap .left .inner:hover{
    background-color: #fff;
}
.sec05_wrap .left .inner:hover p{
    color: #000;
}



.sec05_wrap .right{
    width: 45%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    gap: 35px;
}
.sec05_wrap .right .inner{
    color: #fff;
    font-size: 16px;
}
.sec05_wrap .right span{
    background: #fff;
    border-radius: 500px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 12px;
    margin-right: 10px;
}
.sec05_wrap .right .inner:nth-child(3) span{
    margin-right: 34px;
}
.sec05_wrap .grid_box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: start;
    margin-top: 50px;
    row-gap: 20px;
    max-width: 800px;
    margin: 50px auto 0;
}
.sec05_wrap .grid_box .inner{
    color: #fff;
    justify-content: start;
    gap: 10px;
    font-size: 20px;
    white-space: nowrap;
    font-weight: 300;
}
.sec05_wrap .grid_box img{
    height: 20px;
} 




/* sec06 */
.sec06_wrap{
    padding: 150px;
}
.sec06_wrap .sec06{
    height: 100%;
}
.sec06_wrap h2{
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    line-height: 120%;
}
.sec06_wrap .imgbox{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 100%;
}
.sec06_wrap .imgbox .one{
    position: absolute;
    top: 6%;
    right: -8%;
    max-width: 500px;
    transition-delay: 0.2s;
}
.sec06_wrap .imgbox .two{
    position: absolute;
    top: 28%;
    left: -8%;
    max-width: 600px;
    transition-delay: 0.4s;
}
.sec06_wrap .imgbox .three{
    position: absolute;
    bottom: 33%;
    right: 7%;
    max-width: 600px;
    transition-delay: 0.6s;
}



/* sec07 */
.sec07_wrap .swiper{
    max-width: 800px;
    margin: auto;
}
.sec07_wrap .swiper-slide {
    background-color: transparent;
}
.sec07_wrap h2{
    color: #fff;
    text-align: center;
}
.sec07_wrap p{
    width: 60%;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 24px;
    margin: 30px auto 150px;
    text-align: center;
    font-size: 22px;
}
.sw_box{
    position: relative;
}
.swiper-button-next{
    right: -50px !important;
}
.swiper-button-prev{
    left: -50px !important;
}
.swiper-button-next img,
.swiper-button-prev img{
    width: 30px;
}


/* sec08 */
.sec08_wrap h2{
    color: #fff;
    text-align: center;
    line-height: 120%;
    margin-bottom: 80px;
}
.sec08_wrap .btn_box{
    gap: 30px;
    align-items: center;
}
.sec08_wrap .btn_box a img:hover{
    opacity: 0.5;
}
.sec08_wrap .btn_box img{
    width: 330px;
	transition:0.3s ease;
}

/* sec09 */
.sec09_wrap{justify-content: start;}
.sec09_wrap .sec{
    width: 100%;
}
.sec09_wrap h2{
    color: #fff;
    line-height: 120%;
    margin-bottom: 50px;
}
.sec09_wrap h2 span{
    color: var(--main);
}
.sec09_wrap .tit{
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-radius: 500px;
    justify-content: start;
    padding:5px 10px;
    transition: all 0.3s;
    gap: 20px;
}
.sec09_wrap .tit p{
    font-size: 20px;
    font-weight: 600;
    color: #00464A;
}
.sec09_wrap .inner{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 850px;
    cursor: pointer;
}
.fap{
    gap: 20px;
}
.fap .inner .info p{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 140%;
}

.fap .info {
    width: 100%;
    background-color: #fff;
    margin-top: -54px;
    /* max-height: 0; */
    overflow: hidden;
    opacity: 0;
    display: none;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.3s;
    border-radius: 25px;
    padding: 80px 50px 20px 50px;
    z-index: 0;
}
.fap .info p{
    color: #000;
}
.sec09_wrap .inner.active .tit{
    background-color: #64AE9E;
    box-shadow: 2px 3px 10px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 3px 10px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 3px 10px 2px rgba(0,0,0,0.3);
}
.sec09_wrap .inner:hover .tit{
    background-color: #64AE9E;
    box-shadow: 2px 3px 10px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 3px 10px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 3px 10px 2px rgba(0,0,0,0.3);
}
.sec09_wrap .inner.active .tit p{
    color: #fff;
}
.sec09_wrap .inner:hover .tit p{
    color: #fff;
}
.sec09_wrap .inner.active .info{
    opacity: 1;
    display: block;
    height: auto;
}



        

/* sec10 */
.sec10_wrap h2{
    color: #fff;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center;
}
.sec10_wrap .sec10{
    width: 100%;
    padding-bottom: 300px;
}
.sec10_wrap .map_wrap{
    align-items: start;
    gap: 30px;
    width: 80%;
    margin: auto;
}
.sec10_wrap .address{
    width: 25%;
    gap: 20px;
}
.sec10_wrap .address span{
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 500px;
    padding: 12px 24px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s;
}
.sec10_wrap .address span.active{
    background-color: #fff;
    color: #000;
}
.sec10_wrap .address span:hover{
    background-color: #fff;
    color: #000;
}
.sec10_wrap .map{
    position: relative;
    width: 75%;
}
.sec10_wrap .map > div:nth-child(1){
    opacity: 1;
}
.sec10_wrap .map > div{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    max-width: 800px;
    opacity: 0;
}
.sec10_wrap .map > div.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  #daumRoughmapContainer1751517774039,
  #daumRoughmapContainer1751261081179,
  #daumRoughmapContainer1751259706685{
    
    width: 100%;
    max-width: 700px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .root_daum_roughmap .wrap_controllers,
  .root_daum_roughmap .cont .section.lst{
    display: none;
  }
  .sec10_wrap .map .sub_ad{
      width: 100%;
      max-width: 700px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 12px 0;
    background-color: #00464A;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

/* sec11 */
.sec11_wrap{
    position: relative;
}
.sec11_wrap .sec11{
    padding-top: 100px;
}
.sec11_wrap .sec11 > .imgbox{
    width: 38%;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    min-width: 610px;
}
.sec11_wrap .sec11 > .imgbox img{
    width: 100%;
}
.sec11_wrap .big .sch{
    width: 40%;
    margin: auto;
    border: 3px solid #000;
    border-radius: 500px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 30px;
    background-color: #fff;
    margin-bottom: 50px;
}
.sec11_wrap .big .sch p{
	font-size:30px;
    color: #000;
    font-weight: 600;
	letter-spacing:-1px;
}
.sec11_wrap .big .sch img{
    height: 35px;
}
.sec11_wrap .big{
    position: relative;
    z-index: 5;
    margin-top: 80px;
}
.sec11_wrap .big img{
    height: 120px;
}
.sec11_wrap .big .imgbox{
    align-items: center;
}
.sec11_wrap .big .imgbox img:nth-child(1){margin-left: -360px;}
.sec11_wrap .big .imgbox img:nth-child(2){margin-left: 450px;}
.sec11_wrap .big .imgbox img:nth-child(3){margin-left: -300px;}
.sec11_wrap .big .imgbox img:nth-child(4){margin-left: 300px;}
#typing-text::after {
    content: '|';
    animation: blink 1s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


/* footer */
.main .footer_wrap{
    height: 38dvh;
    background-color: #292929;
    justify-content: start;
}
/* .main .footer_wrap .sec{
    padding: 0;
} */
.footer_wrap .footer > img{
    margin-bottom: 30px;
    width: 170px;
}
.footer_wrap ul{
    margin-bottom: 30px;
}
.footer_wrap li{
    font-size: 15px;
   line-height: 140%;
    color: #fff;
	font-weight:300;
}
.footer_wrap p{
    font-size: 13px;
    line-height: 140%;
	font-weight:200;
}


/* fix_banner */
.fix_banner{
    padding: 4% 0;
    gap: 4vh;
}
.fix_banner .layout{
    width: 100%;
    gap: 2vh;
    align-items: center;
    padding: 0 20px;
}
.fix_banner .layout .inner{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.fix_banner .layout .inner:last-child{
	border-bottom:none;
}
.fix_banner .layout p{
    font-size: 18px;
    text-align: center;
    padding-bottom: 2vh;
    font-weight: 600;
}
.fix_banner .layout p:hover{
	color:#64ae9e;
	transition:ease 0.2s;
}
.fix_banner .sangdam{
    width: 100%;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 0.1);
}
.fix_banner .sangdam .flex_box{
    gap: 10px;
    justify-content: start;
    margin-bottom: 30px;
}
.fix_banner .sangdam .flex_box:first-child{align-items: start;}
.fix_banner .sangdam .flex_box:last-child{margin-bottom: 0;}
.fix_banner .sangdam p{
    font-size: 20px;
    font-weight: 500;
}
.fix_banner .sangdam p:hover{
	color:#64ae9e;
	transition:ease 0.2s;
}
.fix_banner .sangdam p span{
	display:block;
	margin-top:5px;
    font-size: 24px;
    font-weight: 800;
    color: var(--main);
}
.fix_banner .sangdam img{
    height: 22px;
}
.fix_banner .mark{
    padding: 0 30px;
}
.fix_banner .mark > .flex_box{
    margin-bottom: 3vh;
}
.fix_banner .mark > .flex_box .flex_box{
    gap: 10px;
}
.fix_banner .mark .flex_box p{
    font-size: 18px;
    font-weight: 500;
}
.fix_banner .mark .flex_box p:hover{
	color:#64ae9e;
	transition:ease 0.2s;
}
.fix_banner .mark .flex_box img{
    height: 20px;
}


/* monn_form */
.moon{cursor: pointer;}
.moon_form {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    display: none;
}

.moon_modal {
    height: 500px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    width: 400px;
    padding-top: 26px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.moon_close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #222;
    cursor: pointer;
    line-height: 1;
}

.moon_step {
    text-align: center;
    font-weight: 700;
    color: #0d4d3c;
    margin-bottom: 45px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.moon_form_inner label {
    display: block;
    font-weight: 600;
    color: #222;
    font-size: 1rem;
}

.moon_form_inner input[type="text"] {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    background: #fafafa;
    outline: none;
    transition: border 0.2s;
    box-sizing: border-box;
}

.moon_form_inner input[type="text"]:focus {
    border-color: #0d4d3c;
}

.moon_sub {
    font-weight: 400;
    color: #888;
    font-size: 0.8em;
    margin-left: 4px;
}

.moon_next {
    width: 100%;
    background: #00464A;
    color: #fff;
    border: none;
    padding: 20px 0;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 1px;
}

.moon_next:hover {
    background: #176b50;
}

.moon_form_slider {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  height: 100%;
}
.moon_form_step {
    height: 100%;
  position: absolute;
  top: 0; left: 0; width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(.77,0,.18,1);
  z-index: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top:15px;
}
.moon_form_slider .moon_form_step:nth-child(2) .moon_check_list{
    padding-bottom: 0;
	margin-top:-20px;
}
.moon_form_step label{
    padding: 0 32px;
}
.moon_form_step.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
  position: relative;
}
.moon_form_step.to-left {
  opacity: 0;
  transform: translateX(-100%);
  z-index: 1;
}
.moon_form_step.to-right {
  opacity: 0;
  transform: translateX(100%);
  z-index: 1;
}
.moon_form_btns {
  display: flex;
  align-items: end;
  margin-bottom: -1px;
}
.moon_form_btns button {
  flex: 1;
  width: 100%;
    background: #00464A;
    color: #fff;
    border: none;
    padding: 20px 0;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 1px;
}
.moon_form_btns button.moon_prev{
    background: #64AE9E;
}
.moon_form_title {
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0 32px;
}
.moon_check_list label,
.moon_radio {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 5px;
  gap: 8px;
}
.moon_check_list{
    padding-bottom: 100px;
	margin-top:-40px;
}
/* .moon_form_box.hon{
    display: block;
} */
.moon_form_box {
  padding: 0px 32px;
display: none;
}
.moon_form_box p{
    width: 35%;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 45px;
}
.moon_form_box .flex_box{
    justify-content: start;
    align-items: start;
}
.moon_form_box  .moon_textarea{margin-bottom: 0;}
.moon_form_q {
  font-weight: 600;
  margin-bottom: 10px;
}

.moon_textarea {
	font-family:pretendard;
    width: 85%;
    border: 2px solid #b5d3c7;
    border-radius: 10px;
    padding: 12px;
    font-size: 1rem;
    resize: none;
    background: #fafafa;
    margin-bottom: 0;
    box-sizing: border-box;
    outline: none;
    transition: border 0.2s;
    margin: 0 auto 50px;
}
.moon_textarea:focus {
    border-color: #0d4d3c;
}
.moon_done_step {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moon_check {
  display: none;
}
.moon_check + span {
  display: inline-block;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
  line-height: 28px;
}
.moon_check + span::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  background: url('../image/form.png') no-repeat center/cover;
  transition: background 0.2s;
}
.moon_check:checked + span::before {
  background: url('../image/form_chk.png') no-repeat center/cover;
}
.moon_form_inner label.moon_radio{padding: 0;}
.moon_radio_input {
  display: none;
}
.moon_radio_input + span {
  display: inline-block;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
  line-height: 28px;
}
.moon_radio_input + span::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  background: url('../image/form.png') no-repeat center/cover;
  border-radius: 50%;
  transition: background 0.2s;
}
.moon_radio_input:checked + span::before {
  background: url('../image/form_chk.png') no-repeat center/cover;
}


.only_pc{display: block;}
.main > div.ham,
.only_m{display: none;}