@charset "UTF-8";
/* 공통 */
:root{
	--color: #e18282;
	--fs40: 4.0rem;
	--fs32: 3.2rem;
	--fs28: 2.8rem;
	--fs24: 2.4rem;
	--fs22: 2.2rem;
	--fs20: 2.0rem;
	--fs18: 1.8rem;
	--fs14: 1.4rem;
	--c-01: #27a235;
	--c-02: hsl(66, 100%, 83%);
	--f-01:#fff;
	--f-02:#fff; /*메인폰트색*/
	--font:'Arita-buri-SemiBold';
}
/* scroll set */
::selection{background: var(--c-01);color:#fff;}

/* scroll custom */
*::-webkit-scrollbar{width:16px;background-color:#ebebeb;}
*::-webkit-scrollbar-thumb:hover{background-color: var(--c-01);}
::-webkit-scrollbar-thumb{background-color:#C1C1C1;}

@media (max-width:860px){
	*::-webkit-scrollbar{display:none !important; width:0; height:0;}
}

/* //////////////////////////// */

.quick{position: fixed; right: 0; top: 32%; z-index: 3; display: flex; flex-direction: column; gap:2px 0px;}

/* main header */
#header .nomain,
.sub #header .main{display:none;}
.sub #header .nomain{display:block;}



.Hfull .box svg path{fill: var(--f-01);}

.Hfull{position: relative; min-height: 900px; background: url('../img/visual.png')no-repeat; background-size: cover; background-position: center; overflow: hidden;}
.Hfull .main{/* padding-top: 200px; */display: none;}

/*///////*/

.Hfull{position: relative; min-height: 900px;}
.main_bg{display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:url(../img/visual.png) no-repeat; background-size:cover; background-position:center;}
.animation-on .main_bg{animation:visualScale 5s forwards ease;}

[data-txt]{opacity:0; transition:all 1.6s ease; transform:translateY(40px);}
.animation-on [data-txt]{opacity:1; transform:translateY(0px);}
.animation-on [data-txt="01"]{transition-delay:0.1s;}
.animation-on [data-txt="02"]{transition-delay:0.2s;}

@keyframes visualScale {
    from {
      transform: scale(1.05);
    }
    to {
        transform: scale(1.0);
    }
}


/* /////// */

/* amimation */
[data-txt]{opacity:0; transition:all 1.6s ease; transform:translateY(40px);}
.animation-on [data-txt]{opacity:1; transform:translateY(0px);}
.animation-on [data-txt="01"]{transition-delay:0.1s;}
.animation-on [data-txt="02"]{transition-delay:0.2s;}

/* main text */
/* .main_text {width: 100%;height: 70%;position: absolute;display: flex;align-items: center;justify-content: center;} */
.main_text img{ width: 100%; max-width: 600px;}
.main_text {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 32vh;
    z-index: 1;
}

.main_text i {display: block;text-transform: uppercase;font-weight: 200;margin-bottom: 10px; font-style: normal;}
.main_text h2 span {font-size: max(40px, 4.9688vw /* 52px */);font-weight: 800;display: block;line-height: 1.3;}
.main_text h2 i {font-size: max(20px, 0.1688vw /* 52px */);}

.swiper_btn_wrap{display: flex; width: 96%; justify-content: space-between; position: absolute; top: 45%; z-index: 3; left: 0; right: 0; margin: 0 auto;}
.swiper_btn_wrap div{font-family: 'SUIT-Regular'; width: 55px; height: 55px; border-radius: 50%; text-align: center; line-height: 55px; color: #888; background: rgba(255,255,255,0.7); font-size: 2.6rem;}
.Hfull .box_wrap{display: grid;justify-content: space-between;grid-template-columns: 1fr 1fr 1fr 1fr;height: 100%;gap: 0 0px;position: relative;z-index: 6;}
.Hfull .box svg , .Hfull .box img .icon{height:80px;max-height: 80px;}

.Hfull .box span{display:block; opacity:0; width:100%; transition:0.5s all;}
.Hfull a:hover ~ span{opacity:1; box-shadow:35px 15px 30px 0px rgba(0,0,0,0.3);}
.Hfull .box span img{display:block; width:100%; height:100%;}
.Hfull a{display:block;position:absolute;bottom: 0;left:0;z-index:5;width:100%;margin:0 auto;/* background:rgba(255,255,255,0.15); */color:var(--f-01);text-align:center;transition:all .5s ease;height: 282px;border-radius:7px;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}
.Hfull a img{position:relative; z-index:4;}
.Hfull a h2{margin-top:4px;padding-bottom:20px;font-weight:bold;font-size: 2.4rem;border-bottom: 3px solid var(--f-01);margin-bottom: 20px;width: 98%; max-width: 300px;}
.Hfull a p{line-height:1.5;font-weight:300;font-size:1.7rem;padding: 0px 10px;}
.Hfull .box{position:relative;height: 100vh;}
.Hfull .box:hover a{background:none;}

.main1 .title{text-align: center; margin-bottom: 70px;}
.main1 .title h2{font-size: 4.0rem; font-weight: bold;}
.main1 .title h3{font-size: 2.2rem; font-weight: 500; margin-top: 10px;}
.main1 .box_wrap{display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 2%;}
.main1 .box{width: 28%; text-align: center;}
.main1 .box i{font-size: 3.0rem; color: #963d3d;}
.main1 .box h2{font-size: 2.4rem; font-weight: bold; margin-top: 20px; margin-bottom: 10px;}
.main1 .box h3{font-size: 2.0rem; font-weight: 500; line-height: 140%;}

.main_img{display: flex;}
.main_img a{width: 33.33333%;}
.main_img a img{width: 100%;}

.main_map{background: #fff; }
.main_map .width{display: flex; justify-content: space-between; gap:30px 0px; align-items: center;}
.main_map .root_daum_roughmap{width: 55% !important;}
.main_map .text{width: 40%;}
.main_map .text h2{font-size: 3.5rem; font-weight: bold; margin-bottom: 20px;}
.main_map .text  ul li{display: flex; font-size: 2.0rem; font-weight: 500; margin-top: 15px;}
.main_map .text  ul li span{font-size: 2.0rem; font-weight: bold; margin-right: 5px; white-space: nowrap;}
.main_map .text .naver{width: 250px; height: 45px; line-height: 45px; border-radius: 5px; display: block; margin-top: 40px; background: #222; text-align: center; color: #fff; font-size: 1.8rem; font-weight: 500;}
.main_map .text .naver span{font-family: 'SUIT-Regular'; margin-left: 10px;}

#ft{background: #323232;position: relative; z-index: 88;}
#ft .footer{display: flex; gap: 25px 3%;}
#ft .footer .info_wrap{width: 100%; text-align: left;}
#ft .foot_info{display: flex; gap:3px 0.5%; justify-content: flex-start;; flex-wrap: wrap;}
#ft .foot_info p{font-size: 1.5rem; color: #eee; font-weight: 300;}
#ft .foot_info span{font-size: 1.5rem; color: #eee; font-weight: 300;}
#ft .foot_info a{font-size: 1.5rem; color: #eee; font-weight: 300;}
#ft .copyright{margin-top: 20px;}
#ft .copyright span{font-size: 1.5rem; color: #eee; font-weight: 300;}

.page1 .width{display: flex; justify-content: space-between; align-items: center; gap: 30px 0px;}
.page1 .width img{width: 45%; }
.page1 .text{width: 50%;}
.page1 .text h2{font-size: 3.2rem;font-weight: bold;line-height: 1.5;}
.page1 .text h2 i{font-style: normal;color: var(--c-01);}
.page1 .text p{font-size: 1.7rem;font-weight: 400;margin-top: 20px;line-height: 1.5;color: #666;}
.page1 .text a{font-size: 3.0rem;font-weight: bold;display: block;}
.page1 .text .call{display:block; margin-top:53px;}
.page1 .text .call em {font-style: normal;margin-bottom: 6px;display: block;font-size: 15px;}

.page2 .width{display: flex; justify-content: space-between; align-items: center;}
.page2 .root_daum_roughmap{width: 50%;}
.page2 .text_wrap{width: 46%; margin-left: 5%;}
.page2 .text_wrap .info{display: flex; margin-bottom: 40px;}
.page2 .text_wrap .info h2{font-size: 2.4rem;font-weight: bold;margin-bottom: 12px;}
.page2 .text_wrap .info p + em{display:block; margin-top:7px; font-size:15px; color:#898989;}
.page2 .text_wrap .info p{font-size: 1.8rem;font-weight: 300;color: #555;}
.page2 .text_wrap .info i{font-size: 2.5rem;margin-right: 10px;position: relative;top: 2px;}
.page2 .text_wrap .tel{font-size: 2.6rem; font-weight: bold; display: block; margin-bottom: 20px;}
.page2 .text_wrap .map{width: 250px;height: 45px;line-height: 45px;text-align: center;display: block;background: var(--c-01);color: #fff;font-size: 1.8rem;font-weight: 500;border-radius: 5px;}
.page2 .text_wrap .map span{font-family: 'SUIT-Regular'; margin-left: 10px;}

.page3{max-width: 1000px; margin: 0 auto;}
.page3 img{width: 100%;}

.mt_bg{width: 100%; height: 100%;position: absolute;top: 0;left: 0;background: url('../img/mt_bg.png')no-repeat;background-size: cover;background-position: center;}


@media all and (max-width: 1400px){}
@media all and (max-width: 1290px){
  .Hfull a h2 {
    font-size: 2.2rem;
    max-width: 250px;
}
  .Hfull .box:hover span{top: -500px;}
}
@media all and (max-width: 1024px){
  .main_text h2 i {font-size: max(15px, 0.1688vw /* 52px */);}
  /* 텍스트일때 풀기 */
  .main_text{top: 19vh;}
  .Hfull a h2{
    max-width: 200px;
  }
    .Hfull .box svg , .Hfull .box .icon{height: 60px; max-height: 60px;}
  .main_text {width: 100%;height: 60%;}
  .main_text img { width: 100%;max-width: 400px;}
  .Hfull{margin-top: 60px;  padding-bottom: 60px; min-height: 100vh;}
  .main1 .title h2{font-size: 3.2rem;}
  .main1 .title h3{font-size: 1.9rem;}
  .main1 .box{width: 32%;}
  .main1 .box h2{font-size: 2.1rem;}
  .main1 .box h3{font-size: 1.8rem;}
  .main_map .text h2{font-size: 3.0rem;}
  .main_map .text ul li span{font-size: 1.8rem;}
  .main_map .text ul li{font-size: 1.8rem;}
  .board_title{padding-top: 110px;}
  .page1 .text h2{font-size: 2.8rem;}
  .page1 .text p{font-size: 1.8rem; margin-top: 14px;}
  .page1 .text a{font-size: 2.6rem;}
  .page2 .text_wrap .info h2{font-size: 2.2rem;}
  .page2 .text_wrap .info i{font-size: 2.2rem;}
  .page2 .text_wrap .tel{font-size: 2.2rem;}
  .Hfull .main{padding-top: 80px;}

}
@media all and (max-width: 900px){
  .main_text h2 span {
    font-size: max(70px, 4.9688vw /* 52px */);}
      .main_text {
        top: 21vh;
    }
  /* 메인 텍스트일때 잠그기 */
  /* .main_text { width: 100%;height: 100%; display: flex;align-items: flex-start;justify-content: center;} */
    /* 메인 텍스트일때 잠그기 */
  .main_text img {width: 100%;max-width: 600px;}
  .main_text{ top: 17vh;}
  /* .Hfull{background: url('../img/mvisual.png')no-repeat;background-size: cover;background-position: center;} */
  .main_bg{background: url('../img/mvisual.png')no-repeat;background-size: cover;background-position: center;}
  .swiper_btn_wrap{display: none;}

  .mt_bg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url('../img/mmt_bg.png')no-repeat;background-size: cover;background-position: center;}
}
@media all and (max-width: 850px){
  .page2 .text_wrap{margin-left: 0};
  .main_map .width{flex-direction: column;}
  .main_map .text{width: 100%;}
  .main_map .root_daum_roughmap{width: 100% !important;}
  #ft .foot_info p{font-size: 1.5rem;}
  #ft .foot_info span{font-size: 1.5rem;}
  #ft .foot_info a{font-size: 1.5rem;}
  #ft .copyright span{font-size: 1.5rem;}
  .page2 .width{flex-direction: column;}
  .page2 .root_daum_roughmap{width: 100%; margin-bottom: 30px;}
  .page2 .text_wrap{width: 100%;}
  .page1 .width{flex-direction: column;}
  .page1 .width img{width: 100%;}
  .page1 .text{width: 100%;}
  .Hfull .box_wrap{grid-template-columns: 1fr 1fr;height: 50%;gap: 16px;}
  .Hfull .box{height: auto;}
  .Hfull a h2{font-size: 2.0rem;margin-bottom: 15px;padding-bottom: 15px;}
  .Hfull .box span{display: none;}
  .Hfull a img{width: 55px;}
  .Hfull a p{font-size: 1.6rem;padding: 0px 35px;}
	.Hfull a{position:relative;bottom:0;height: 205px;}
	.Hfull{margin-top:0; padding-bottom:0; min-height:auto;}
	section.Hfull .width{display:flex; justify-content:center; align-items:flex-end; padding-bottom:40px;}

}

@media all and (max-width: 768px){
  .Hfull{margin-top: 60px; min-height: initial;}
  .main1 .box_wrap{flex-direction: column; gap:40px 0px;}
  .main1 .box{width: 100%;}
  #ft .foot_info{flex-direction: column; justify-content: center;}
  #ft .foot_info span{display: none;}
  .Hfull .main img{width: 80%;}
  .Hfull .main{padding-top: 60px;}
  #ft .footer{flex-direction: column;}
  #ft .footer .info_wrap{text-align: center;}
}
@media all and (max-width: 650px){
  #bo_cate a{font-size: 14px;}
  .Hfull .main{padding-top: 0px;}
	.Hfull a p{padding:0px 10px; font-size:1.6rem;}
	.Hfull .box_wrap{gap:15px;}
	.Hfull a p{line-height:1.4;}
	.Hfull a h2{font-size: 18px; margin-bottom:10px;border-bottom-width:2px;padding-bottom: 9px;}
	.Hfull a{height:203px;}

	.main_text h2 span{font-size:50px; width: 92%;}
	.main_text i{font-size:13px;}
	.main_text{top: 15vh;}
.main_text h2 i {
        font-size: max(13px, 0.1688vw /* 52px */);
    }
  .Hfull .box svg , .Hfull .box .icon{height:50px; max-height:50px;}
	.Hfull a{height:auto;}
	section.Hfull .width{padding-bottom:30px;}
}


.root_daum_roughmap .cont {
  display: none;
}