@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: #1b2718;
	--c-02: hsl(46, 41%, 64%);
	--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;}
}

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

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

.Hfull{position: relative;}
.maintext_box{height: 100%; display: flex; align-items:flex-end; justify-content: flex-end;}
.maintext_box img{width: 100%; max-width: 850px;}


/* 애니메이션 */
[data-txt]{opacity:0; transition:all 2.2s ease; transform:translateX(40px);z-index: 1;}
.animation-on [data-txt]{opacity:1; transform:translateX(0px);}
.animation-on [data-txt="01"]{transition-delay:0.1s;}
.animation-on [data-txt="02"]{transition-delay:0.3s;}
/* 애니메이션 */
[data-txt2]{opacity:0; transition:all 2.2s ease; transform:translateY(0px);z-index: 1;}
.animation-on [data-txt2]{opacity:1; transform:translateY(0px);}
.animation-on [data-txt2="01"]{transition-delay:0.1s;}
.animation-on [data-txt2="02"]{transition-delay:0.3s;}

/* ///메인로고/// */
#header .logo .main{display: none;}

.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: #f3f3f3; background: rgba(0, 0, 0, 0.7); font-size: 2.6rem; cursor: pointer;}
.swiper_btn_wrap div:hover{color: var(--c-02); background: rgba(59, 59, 59, 0.7);}
.main1 .title{text-align: center; margin-bottom: 70px;}
.main1 .title h2{font-size: 4.0rem; font-weight: bold;}
.main1 .title h3{font-size: 2rem; font-weight: 500; margin-top: 10px; color: #666;}
.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: var(--c-01);}
.main1 .box h2{font-size: 2.4rem; font-weight: bold; margin-top: 20px; margin-bottom: 10px;}
.main1 .box h3{font-size: 1.8rem; font-weight: 500; line-height: 140%; color: #666;}

.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: var(--c-01); 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: #f7f7f7;}
#ft .foot_info{display: flex; gap:3px 1%; justify-content: center; flex-wrap: wrap;}
#ft .foot_info p{font-size: 1.7rem; color: #333; font-weight: 500;}
#ft .foot_info span{font-size: 1.7rem; color: #333; font-weight: 500;}
#ft .foot_info a{font-size: 1.7rem; color: #333; font-weight: 500;}
#ft .copyright{margin-top: 20px;}
#ft .copyright span{font-size: 1.7rem; color: #333;}

.page1 .width{display: flex; justify-content:space-between; align-items: flex-starts; 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: 100%; }
.page1 .width .tt_img{width: 50%;}
.page1 .text{width: 70%; margin-left: 5%;}
.page1 .text h2{font-size: 2.2rem; font-weight: bold;}
.page1 .text h3{ text-align: center; font-size: 2rem;font-weight: bold;margin-bottom: 12px; line-height: 50px; border-bottom: 1px solid #e6d8ab;}
.page1 .text p{font-size: 1.8rem; font-weight: 400; margin-top: 20px; line-height: 150%; color: #666;}
.page1 .text .tel{font-size: 3.0rem; font-weight: bold; margin-top: 10px; display: block;}
.page1 a{width: 70%;}


.page2 .width{display: flex; justify-content: space-between; align-items: center;}
.page2 .root_daum_roughmap{width: 50%;}
.page2 .text_wrap{width: 50%; margin-left: 20px;}
.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 .width{display: block; text-align: center;}
.page1 .w2{
  flex-direction: column;
  align-items: center;
  margin-top: 7%;}

.maintext_box a{
  margin-top: 5%;
  font-family: 'GmarketSansMedium';
  font-weight: 700;
  border-bottom: 1px solid #888;
}

.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){
  .maintext_box img {
    max-width: 550px;
}
}
@media all and (max-width: 1024px){
  .Hfull{margin-top: 60px; height: 550px;}
  .maintext_box{width: 86% !important;}
  .maintext_box img{max-width: 550px; margin-top: 3%;}
  .main1 .title h2{font-size: 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;}
  .page3 .width img{width:100%;}
}
@media all and (max-width: 900px){
  .page1 .width .tt_img{width: 100%;}
  .page1 a{width: 100%;}
  .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{margin-top: 60px; height: 650px;}
  .maintext_box img{max-width: 550px; margin-top: 0;}
  .maintext_box{width: 100% !important; }
  .maintext_box{padding-top: 0px;}
  .Hfull .slide1{background: url('../img/m_slide1.png')no-repeat; background-size: cover; background-position: center;}
  .Hfull .slide2{background: url('../img/m_slide2.png')no-repeat; background-size: cover; background-position: center;}
  .swiper_btn_wrap{display: none;}
  .maintext_box a{
    margin-top: 3%;
    margin-left: 3%;
    font-family: 'GmarketSansMedium';
    font-weight: 700;
    border-bottom: 1px solid #888;
  }
  
}
@media all and (max-width: 850px){

  .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%; }
  .page1 .text{margin-left: 0px;}
}
@media all and (max-width: 768px){

  .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){
  .Hfull{margin-top: 60px; height: 450px;}
}


.root_daum_roughmap .cont {
  display: none;
}