<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#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{background: url('../img/mainbg.png')no-repeat; background-size: cover; background-position: center; padding: 100px 40px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center;}
.main .visual h2{color: #fff; font-size: 4.0rem; font-family: 'YEONGJUSeonbiTTF'; text-shadow: 0px 0px 10px rgba(0,0,0,0.3)}
.main .visual h2 b{color: hsl(34, 100%, 54%);}
.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;}
.main .box_wrap .b2 img{width: 100%;}
.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_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: #000;}
.main_map .text h2{font-size: 3.5rem; font-weight: bold; background: #eee; padding: 12px 0px; text-align: center;}
.main_map .text .tel{background: #000;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 .width img{width: 45%; }
.page1 .text{width: 50%;}
.page1 .text h2{font-size: 3.2rem; font-weight: bold;}
.page1 .text p{font-size: 2.0rem; font-weight: 500; margin-top: 20px; line-height: 135%; color: #353535;}
.page1 .text a{font-size: 3.0rem; font-weight: bold; margin-top: 30px; 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: 40px;}
.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: #222; color: #fff; font-size: 1.8rem; font-weight: 500; border-radius: 5px;}
.page2 .text_wrap .map span{font-family: 'SUIT-Regular'; margin-left: 10px;}


@media all and (max-width: 1400px){}
@media all and (max-width: 1200px){}
@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: 2.6rem; letter-spacing: -0.06em; width: 100%; margin-bottom: 30px;}
  .main .visual{background-position: 60% center; flex-direction: column;}
  #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: 60px 20px;}
  .main .box_wrap a{min-height: 210px;}
}
@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%;}
  .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){
  .main .visual iframe{width: 100%;}
}
</pre></body></html>