@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: #a78e61;
	--c-02: hsl(46, 40%, 60%);
	--f-01:#ffffff;
	--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;}

/* 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 */
.maintext_box {width: 100%;height: 70%;position: absolute;display: flex;align-items: center;justify-content: center;}
.maintext_box 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;
}
.main_text h2 span {
    font-size: max(40px, 2.9688vw /* 52px */);
    font-weight: 800;
    display: block;
    line-height: 1.3;
}


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

.Hfull{position: relative; min-height: 900px; overflow: hidden;}
.Hfull .theme_visual{position: absolute;top: 0;left: 0;height: 100%;width: 100%;}
.Hfull .swiper_visual{height: 100%;}
.Hfull .slide1{background: url('../img/slide1.png')no-repeat; background-size: cover; background-position: center;}
.Hfull .slide2{background: url('../img/slide2.png')no-repeat; background-size: cover; background-position: center;}


.Hfull .main{/* padding-top: 200px; */display: none;}
.swiper_btn_wrap{display: flex; width: 96%; justify-content: space-between; position: absolute; top: 35%; 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: #ffffff; background: rgba(15, 15, 15, 0.897); font-size: 2.6rem;}
.swiper_btn_wrap div:hover{cursor: pointer; background-color:var(--c-01); color: #fff;}
.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;max-width: 1400px;left: 50%;transform: translateX(-50%);}
.Hfull .box svg{height:80px;min-height: 80px;}

.Hfull .box span{display:block; opacity:0; width:100%; height: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;padding-left: 90px;padding-right: 90px;}
.Hfull a p{line-height:1.5;font-weight:200;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;}
#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 .w2{display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 30px 0px; padding-top: 80px; margin-top: 80px; border-top: 1px solid #eee;}
.page1 .width img{width: 45%; }
.page1 .w2 img{width: 95%; }
.page1 .text{width: 50%;}
.page1 .w2 .text{width: 100%;}
.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: 2rem;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;
}

.swiper_btn_wrap{z-index: 89;}

@media all and (max-width: 1400px){}
@media all and (max-width: 1280px){
  .swiper_btn_wrap { top: 30%;}
  .Hfull .box:hover span{top: -500px;}
.Hfull a h2 {
    padding-left: 50px;
    padding-right: 50px;
}
}
@media all and (max-width: 1024px){
  
  .maintext_box {
    width: 100%;
    height: 60%;
  }
  .maintext_box img {
    width: 100%;
    max-width: 400px;
}
.swiper_btn_wrap div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
}
  .Hfull{margin-top: 60px;  padding-bottom: 60px; min-height: 700px;}
  
  .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){
  .maintext_box {
    width: 100%;
    height: 100%;
}
.maintext_box img {
  width: 100%;
  max-width: 600px;
  margin-top: 17%;
}
.main_text{ top: 10vh;}
  /* .Hfull{background: url('../img/mvisual.png')no-repeat;background-size: cover;background-position: center;} */
  .swiper_btn_wrap{display: none;}

  .page1 .w2{padding-top: 40px; margin-top: 40px; border-top: 1px solid #eee;}
  .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;
  }
  .Hfull .slide1{background: url('../img/mslide1.png')no-repeat; background-size: cover; background-position: center;}
  .Hfull .slide2{background: url('../img/mslide2.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;top: 40%;}
  .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-start; 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){
  .Hfull .main{padding-top: 0px;}
	.Hfull a p{padding:0px 10px; font-size:1.6rem;}
	.Hfull .box_wrap{gap:0;}
	.Hfull .box svg{height:63px; min-height:63px;}
	.Hfull a p{line-height:1.4;}
	.Hfull a h2{margin-bottom:10px;border-bottom-width:2px;padding-bottom: 9px;padding-left: 42px;padding-right: 42px;}
	.Hfull a{height:203px;}

	.main_text h2 span{font-size:30px;}
	.main_text i{font-size:13px;}
	.main_text{top: 15vh;}

	.Hfull .box svg{height:50px; min-height:50px;}
	.Hfull a{height:auto;}
	section.Hfull .width{padding-bottom:30px;}
  .maintext_box img {
    max-width: 321px;
    margin-top: 25%;
}
}


.root_daum_roughmap .cont {
  display: none;
}