@charset "UTF-8";

/* 공통 */
:root{
	--color: #74c77a;
	--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: #74c77a;
	--c-02: #74c77a;
	--f-01:#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;}
}

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

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

.main{padding-top: 220px;}
/* .main .visual {min-height: 400px;} */
.main .visual{background: url('../img/mainbg.png')no-repeat; background-size: cover; background-position: center; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center;}

/* 메인텍스트 */
.main .visual .maintext_box{width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center;}
.maintext_box img{width: 50%; max-width: 502px; z-index: 1; margin-left:30px;}
/* 메인텍스트 */

.main .box_wrap{display: flex; gap: 20px 1.5%; margin-bottom: 20px;}
.main .box_wrap a{position: relative; transition: 0.3s all; min-height: 275px;}
.main .box_wrap .b1{width: 41.5%;  background: url('../img/img1.png')no-repeat; background-size: cover; background-position: center;}
.main .box_wrap .b1 img{width: 100%;}
.main .box_wrap .b2{width: 15.56%;min-height: 275px;/* background: url('../img/img2.png')no-repeat; */background-size: cover;background-position: center;display: flex;align-items: center;justify-content: center;border: 5px solid var(--c-01);position: relative;}
.main .box_wrap .b2 img{display:block; max-width:100%; margin:0 auto; /* mix-blend-mode: color-burn; */}
.main .box_wrap .b2::before{content:""; position:absolute; opacity:0; top:0; left:0; width:100%; height:100%; background:var(--f-01);}
.main .box_wrap .b3{width: 41.5%; background: url('../img/img3.png')no-repeat; background-size: cover; background-position: center;}
.main .box_wrap .b3 img{width: 100%;}
.main .box_wrap .b4{width: 32.58%;  background: url('../img/img4.png')no-repeat; background-size: cover; background-position: center;}
.main .box_wrap .b4 img{width: 100%;}
.main .box_wrap .b5{width: 67%;  background: url('../img/img5.png')no-repeat; background-size: cover; background-position: center;}
.main .box_wrap .b5 img{width: 100%;}
.main .box_wrap .text{position: absolute; bottom: 0; left: 0; background: rgba(255,255,255,0.8); width: 100%; padding: 20px; opacity: 0; transition: 0.3s all;}
.main .box_wrap .text .h2{display: block; font-size: 2.4rem; font-weight: bold; margin-bottom: 5px;}
.main .box_wrap .text .h3{font-size: 1.8rem; color: #333; font-weight: 500;}
.main .box_wrap a:hover .text{opacity: 1;}

.main .visual h2 span ,.main .visual h2 p{color: #fff; font-size: 2.3rem; font-family: 'GowunBatang-Regular'; text-shadow: 0px 0px 10px rgba(0,0,0,0.3)}


.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%; background: var(--c-01);}
.main_map .text h2{font-size: 3.5rem; font-weight: bold; background: #ffffff; padding: 20px 0px; text-align: center;border: 5px solid #eee;}
.main_map .text h2 img{max-height: 80px;}
.main_map .text .tel{background: var(--c-01);text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 0px;}
.main_map .text .tel h3{color: #fff; font-size: 2.0rem; font-weight: 100;}
.main_map .text .tel a{color: #fff; font-size: 3.5rem; font-weight: bold;}

#ft{background: #323232;}
#ft .foot_info{display: flex; gap:3px 1%; justify-content: center; flex-wrap: wrap;}
#ft .foot_info p{font-size: 1.5rem; color: #eee; font-weight: 200;}
#ft .foot_info span{font-size: 1.5rem; color: #eee; font-weight: 200;}
#ft .foot_info a{font-size: 1.5rem; color: #eee; font-weight: 200;}
#ft .copyright{margin-top: 20px;}
#ft .copyright span{font-size: 1.5rem; color: #eee; font-weight: 200;}

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


.page2 .width{display: flex; justify-content: space-between; align-items: center;}
.page2 .root_daum_roughmap{width: 50%;}
.page2 .text_wrap{width: 46%;}
.page2 .text_wrap .info{display: flex; margin-bottom: 20px; flex-direction: column;}
.page2 .text_wrap .info h2{font-size: 2.5rem; font-weight: bold; margin-bottom: 12px;}
.page2 .text_wrap .info p{font-size: 1.8rem; font-weight: 400; color: #353535; line-height: 140%;}
.page2 .text_wrap .info i{font-size: 2.5rem; margin-right: 10px;}
.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;}


.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: 1280px){  .page2 .text_wrap{width: 46%; margin-left: 5%;}}
@media all and (max-width: 1024px){
  .main{padding-top: 100px;}
  .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;}
  .main .box_wrap .text .h2{font-size: 2.1rem;}
  .main .box_wrap .text .h3{font-size: 1.6rem;}
  .main .visual h2{font-size: 4rem; letter-spacing: -0.01em; width: 100%; margin-bottom: 30px;}
  .main .visual{background-position: 60% center;}
  #bo_v{padding-top: 110px;}
}
@media all and (max-width: 900px){
  .main .box_wrap{flex-wrap: wrap;}
  .main .box_wrap .b1{width: 71.5%;}
  .main .box_wrap .b2{width: 26.5%; min-height: 210px;}
  .main .box_wrap .b3{width: 100%;}
  .main .box_wrap .b4{width: 100%;}
  .main .box_wrap .b5{width: 100%;}
  /* .main .visual{padding: 10px 0px;} */
  .main .box_wrap a{min-height: 210px;}
}
@media all and (max-width: 850px){
  .page1 .text{margin-left: 0;}
  .maintext_box img {
    width: 60%;}
  .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%; margin-left: 0;}
  .page1 .width{flex-direction: column;}
  .page1 .width img{width: 100%;}
  .page1 .text{width: 100%;}
  .main_map .text .tel{padding: 50px 0px;}
}
@media all and (max-width: 768px){
  .Hfull{margin-top: 60px; height: 450px;}
  .main1 .box_wrap{flex-direction: column; gap:40px 0px;}
  .main1 .box{width: 100%;}
  #ft .foot_info{flex-direction: column;}
  #ft .foot_info span{display: none;}
}
@media all and (max-width: 650px){
  .maintext_box img {
    width: 85%;}
  .main .visual iframe{width: 100%;}
  .main .visual h2 span, .main .visual h2 p {
    color: #fff;
    font-size: 1.35rem;}
}


.root_daum_roughmap .cont {
  display: none;
}