/* header start */
/* top_kakao*/
/* .top_kakao{
  background-color: #fbe201;
  width:100%;
  left:0;
  position: fixed;
  overflow: hidden;
  z-index: 997;
}
.top_kakao_wrap{
  position: relative;
  height:50px;
}
.top_kakao img{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  padding:0 5px;
} */

/* top */
.top{position:fixed; top:0px; left:0; z-index:997; width:100%; height:80px; background-color: #fff;}
.top.on{background:#fff; border-bottom:1px solid #ccc;}
.top .menubtn{position:relative; float:right; width:63px; margin-top:16px;}
.top .menubtn ul{position:absolute; top:0; left:0; width:63px; height:50px; padding:4px 16px;}
.top .menubtn ul li{height:1px; margin:10px 0; background:#333; transition:all 0.5s; transform-origin: left center;}
.top .menubtn ul li:nth-child(2){width:50%;}
.top .menubtn.on ul .bar_t{transform:rotate(45deg);}
.top .menubtn.on ul .bar_m{width:0;}
.top .menubtn.on ul .bar_b{transform:rotate(-45deg);}
.top .logo{padding-left:15px; padding-top:25px;}
.top .logo img{height:40px;}

/* sidemenu */
.menubox{position:fixed; top:0; left:-100%; z-index:998; width:100%; height:100%; transition:all 0.3s; background:#fff; overflow:auto; padding-bottom:30px;}
/* .menubox_top_kakao{
  background-color: #fbe201;
  width:100%;
  height:50px;
  position: relative;
  overflow: hidden;
}
.menubox_top_kakao img{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  height:auto;
  padding:0 5px;
} */

.menubox .logo{position: absolute; padding-left:15px; padding-top:25px; z-index: 999;}
.menubox .logo a{display: block; width:100%;}
.menubox .logo img{height:40px;}
.menubox.on{left:0;}
.sidemenu_head{position:relative; padding:40px 16px 40px; margin-bottom:10px; background-color: #004899;}
.sidemenu_head ul{position:absolute; top:15px; right:0; width:63px; height:50px; padding:4px 16px;}
.sidemenu_head ul li{height:1px; margin:10px 0; background:#fff; transition:all 0.5s; transform-origin: left center;}
.sidemenu_head ul .bar_t{transform:rotate(45deg);}
.sidemenu_head ul .bar_m{width:0;}
.sidemenu_head ul .bar_b{transform:rotate(-45deg);}
.sidemenu_head p:nth-of-type(1){font-size:30px; color:#000;}
.sidemenu_head p:nth-of-type(2){margin-top:10px; font-size:16px; color:#000;}
.sidemenu_body{padding:0 10px;}
.sidemenu_body .sidemenu{margin-bottom:5px;}
.sidemenu_body .sidemenu p{position:relative; padding:20px; font-size:16px; font-weight:700; color:#fff; background:#fff; border-bottom:1px solid #ccc;transition:all 0.5s;}
.sidemenu_body .sidemenu p:hover{opacity:1;}
.sidemenu_body .sidemenu p .arrow{position:absolute; top:19px; right:15px; width:15px; height:15px; background:url('../img/mplus.png') no-repeat center; transition:all 0.3s;}
.sidemenu_body .sidemenu p.open .arrow{transform:rotate(135deg);}
.sidemenu_body .sidemenu p a{color:#004899; display: block;}
.sidemenu_body .sidemenu ul{display:none; padding:5px 0 20px; background:#fff;}
.sidemenu_body .sidemenu ul li{margin-bottom:5px;}
.sidemenu_body .sidemenu ul li a{display:block; padding:15px 35px; font-size:14px; font-weight:400; color:#333; border-bottom:1px solid #ddd;}
/* header end */

/* visual swiper start */
.visual{
  width:100%;
  /* height:450px; */
  margin-top:80px;
}
.visual .swiper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}

.visual .swiper-slide {
width:100%;
text-align: center;
font-size: 18px;
background: #fff;
overflow: hidden;
position: relative;
z-index: 0;

/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.visual .swiper-slide img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.visual .swiper .swiper-pagination span{margin:0 3px;}
.visual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border:1px solid #fff;
  background: none;
  border-radius: 100%;
}

.visual .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.visual .swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left:50%;
  bottom:30px;
  transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  width:20px;
  color:#fff;
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  width:20px;
  color:#fff;
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

.visual .swiper-button-next,
.visual .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 40px;
  background-position: center;
  background-repeat: no-repeat
}

.visual .swiper-slide > img{width:100%; transform:scale(1.1); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);}
/* visual swiper end */

/*****************  버튼 공통 *****************/
.button_wrap{
margin:30px 0;
text-align: left;
}
.button_text{
width:220px;
height:50px;
line-height: 50px;
border-radius: 5px;
border:1px solid #000;
text-transform: uppercase;
font-size:18px;
font-weight: 500;
cursor: pointer;
z-index: 1;
position: relative;
overflow: hidden;
transition: all .6s;
background-color:transparent;
}
.button_text:before,
.button_text:after{
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: 100%;
background: #1b428e; /* onhover background color */
z-index: -1;
transition: all .6s;
}
.button_text{transform-style: preserve-3d;}
.button_text:before,
.button_text:after{transform-origin: center center; transform: scale(1,0);}
.button_text:hover:before,
.button_text:hover:after{transform: scale(1); border-radius: 0;}
.button_text:hover{transition:all 1s ease; color:#fff;}
.button_text span{transition:all 1s ease; transform: rotate(90deg); display:inline-block; font-size:18px;}
.button_text:hover span{transition:all 1s ease; transform: rotate(-90deg); color:#fff;}
/*****************  버튼 공통 *****************/

/* image_show_wrap 공통 */
.image_show_wrap,
.image_show_wrap2{
  position: relative;
  top: 0px;
  left: 0%;
  width: 100%;
}
.image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.image_show_wrap2{animation-duration: 1.4s;}

.show_img01{animation-name: show_img01;}
@keyframes show_img01{
  0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img02{animation-name: show_img02;}
@keyframes show_img02{
  0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img03{animation-name: show_img03;}
@keyframes show_img03{
  0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img04{animation-name: show_img04;}
@keyframes show_img04{
  0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img05{animation-name: show_img05;}
@keyframes show_img05{
  0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.show_img06{animation-name: show_img06;}
@keyframes show_img06{
  0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/* ------------------------------------- section ------------------------------------- */
/* section 1 */
.core_center{padding:30px 0;}
.core_center h2{
  font-size:24px;
  color:#000;
  text-align: center;
  position: relative;
  padding-bottom:10px;
}
.core_center h2::before{
  position: absolute;
  content: '';
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  width:60px;
  height:1px;
  background-color: #000;
  opacity: .8;
}
.core_center > p{
  font-size:16px;
  color:#333;
  text-align: center;
  padding-top:10px;
  margin-bottom:20px;
}

.core_center .core_b_box li{position: relative; width:100%;}
.core_center .core_b_box li img{width:100%;}
.core_center .core_b_box .core_s_box1{position: absolute; background-color: rgba(0, 0, 0, 0.8); width:100%; left:0; bottom:0;}
.core_center .core_b_box .core_s_box2{position: absolute; background-color: rgba(0, 0, 0, 0.8); width:100%; left:0; bottom:0;}
.core_center .core_b_box .core_s_box3{position: absolute; background-color: rgba(0, 0, 0, 0.8); width:100%; left:0; bottom:0;}
.core_center .core_b_box .core_s_box4{position: absolute; background-color: rgba(0, 0, 0, 0.8); width:100%; left:0; bottom:0;}

.core_center .core_b_box li a{display: block; transition: all .3s ease-in-out;}

.core_center .core_b_box .core_b_box_img{
  overflow: hidden;
  background-color: #000;
}
.core_center .core_b_box .core_b_box_img img{transition: all .3s ease-in-out;}

.core_center .core_b_box .core_s_box p{
  font-size:16px;
  color:#fff;
  text-align: center;
  font-family: 'S-CoreDream-3Light';
  padding:5px 0;
}
.core_center .core_b_box .core_s_box p span{
  font-size:14px;
  color:#fff;
  font-family: 'S-CoreDream-3Light';
  opacity: .8;
}
.core_center .core_b_box li a:hover .core_b_box_img img{transform: scale(1.1); opacity: .8;}
.core_center .core_b_box li a:hover .core_s_box{background-color: #1b428e;}
/* section 1 */

/* section 2 */
.special01{
  padding:30px 0;
  background: url(../../img/section2/section2_img2.jpg) no-repeat 50% 50%;
  /* background: url(../img/section/section2_img3.jpg) no-repeat 50% 50%; */
  background-size: cover;
  position: relative;
}
.special01::before{
  position: absolute;
  content: '';
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.4);
}
.special01_text span{
  display: block;
  font-size:14px;
  color:#0e4bc3;
  text-align: center;
  font-weight: 400;
  padding-left:5px;
}
.special01_text h2{
  font-size:24px;
  font-weight: 400;
  color:#fff;
  text-align: center;
  padding:20px 0;
}
.special01_text p{
  font-size:16px;
  color:#fff;
  text-align: center;
  padding:10px 0;
}
.special01_text p strong{
  font-size:16px;
  color:#0e4bc3;
}
.special01_text button{
  margin-top:30px;
}
.special01_text button span{
  display: inline-block;
  font-size:18px;
  color:#333;
  height:50px;
  line-height: 50px;
}
.special01 .button_wrap{text-align: center;}
.special01 .button_text{color:#fff; border:1px solid #fff;}
.special01 .button_text span{color:#fff;}
/* section 2 */

/* section 3 */
.special02{
  position: relative;
  padding:60px 0 20px 0;
  background-color: #eee;
}
.special02_box ul li{
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #fff;
  width:100%;
  height:80px;
  border-radius: 15px;
  margin-bottom:20px;
  position: relative;
  box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.special02_box ul li span{
  display: block;
  font-size:48px;
  color:#1b428e;
  margin:0 10px;
}
.special02_box ul li p{
  font-size:12px;
  line-height: 32px;
  color:#333;
  text-align: left;
  letter-spacing: -.5px;
}

.special02_text{margin-top:30px;}
.special02_text span{
  display: block;
  font-size:14px;
  color:#e1aa52;
  text-align: center;
  font-weight: 800;
}
.special02_text h2{
  font-size:24px;
  color:#333;
  text-align: center;
  padding:20px 0;
}
.special02_text h2 strong{
  font-size:24px;
  color:#1b428e;
}
.special02_text p{
  font-size:24px;
  color:#333;
  text-align: left;
  padding:10px 0;
}
.special02_text p strong{
  font-size:24px;
  color:#1b428e;
}
.special02_text button span{
  display: inline-block;
  font-size:18px;
  color:#333;
  height:50px;
  line-height: 50px;
}
.special02 .button_wrap{text-align: center;}
/* section 3 */

/* section 4 */
/* .main_map{padding-bottom:60px;} */
.map_wrap{width:100%;}
.map_text_wrap{
  background-color: #2d343e;
  padding:30px 0;
  position: relative;
  height:235px;
}
.map_wrap li{
  width:100%;
  position: relative;
}
.map_text span{
  display: block;
  font-size:14px;
  color:#fff;
  text-align: center;
  font-weight: 200;
}
.map_text h3{
  font-size:20px;
  color:#e1aa52;
  font-weight: 400;
  text-align: center;
  margin-top:10px;
}
.map_text h3 strong{
  font-size:20px;
  color:#fff;
  font-weight: 400;
}
.map_icon{
  position: absolute;
  top:90px;
  left:50%;
  transform: translateX(-50%);
}
.map_icon ul{
  margin-top:30px;
}
.map_icon a{
  display: block;
  font-size:14px;
  height:30px;
  line-height: 30px;
  color:#fff;
  text-align: left;
  font-weight: 200;
  transition: all .3s ease-in-out;
}
.map_icon a strong{font-size:14px; font-weight: 200;}
.map_icon a img{
  padding-top:3px;
  margin-right:10px;
  transition: all .3s ease-in-out;
}
.map_icon a:hover{color:#e1aa52;}
.map_icon a:hover img{transform: scale(1.1);}
/* section 4 */

/* section 5 */
.main_information{padding:30px 0;}
.main_information > .inner > ul > li{
  text-align: center;
  width:100%;
  position: relative;
  padding:10px;
  background-color: #fff;
  margin-bottom:30px;
  position: relative;
}
.main_information > .inner > ul > li::before{
  position: absolute;
  content: '';
  width:350px;
  height:1px;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  background-color: #ccc;
}
.main_information > .inner > ul > li:first-child p{
  font-size:24px;
  color:#000;
  margin-top:20px;
}
.main_information > .inner > ul > li .main_information_icon{
  width:100px;
  height:100px;
  border-radius: 50%;
  margin:0 auto;
  position: relative;
  background-color: #1b428e;
}
.main_information > .inner > ul > li .main_information_icon img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.main_information > .inner > ul > li h3{
  font-size:32px;
  color:#333;
  text-align: center;
  padding:20px 0;
  position: relative;
}
.main_information > .inner > ul > li h3 strong{
  font-size:32px;
  color:#1b428e;
}
.main_information > .inner > ul > li h3::before{
  position: absolute;
  content: '';
  width:80px;
  height:1px;
  background-color: #ccc;
  left:50%;
  transform: translateX(-50%);
  bottom:0;
}
.main_information > .inner > ul > li > span{
  display: block;
  font-size:16px;
  line-height: 32px;
  color:#000;
  opacity: .8;
  margin-top:20px;
}
.main_information > .inner > ul > li:nth-of-type(2) > span{
  text-align: left;
  margin-left:75px;
}

.main_information > .inner > ul > li:nth-of-type(2) > table{width:90%; margin:0 auto; margin-top:20px;}
.main_information > .inner > ul > li:nth-of-type(2) > table tr th{font-size:12px; padding:5px; text-align:left;}
.main_information > .inner > ul > li:nth-of-type(2) > table tr td{font-size:12px; padding:5px; text-align: left;}

.main_information > .inner > ul > li:nth-of-type(2) > table tr:nth-of-type(1) th{letter-spacing: 14px;}
.main_information > .inner > ul > li:nth-of-type(2) > table tr:nth-of-type(2) th{letter-spacing: 3px;}
.main_information > .inner > ul > li:nth-of-type(2) > table tr:nth-of-type(3) th{letter-spacing: 3px;}
.main_information > .inner > ul > li:nth-of-type(2) > table tr:nth-of-type(4) th{letter-spacing: 14px;}

.main_information > .inner > ul > li:nth-of-type(2) > table tr:nth-of-type(1) td:last-child{padding-left:30px;}
.main_information > .inner > ul > li:nth-of-type(2) > table tr:nth-of-type(2) td:last-child{padding-left:30px;}
.main_information > .inner > ul > li:nth-of-type(2) > table tr:nth-of-type(3) td:last-child{padding-left:30px;}
.main_information > .inner > ul > li:nth-of-type(2) > table tr:nth-of-type(4) td:last-child{padding-left:30px;}

.main_information_sicon{margin-top:20px;}
.main_information_sicon ul{
  display: flex;
  align-items: center;
  justify-content : center;
}
.main_information_sicon ul li{margin-right:20px; text-align: center;}
.main_information_sicon ul li:last-child{margin-right:0px;}
.main_information_sicon a{
  display: block;
  transition: all .3s ease-in-out;
}
.main_information_sicon a img{transition: all .3s ease-in-out;}
.main_information_sicon a p{
  font-size:16px;
  color:#333;
  text-align: center;
  margin-top:10px;
  transition: all .3s ease-in-out;
}

.main_information_sicon a:hover img{transform: translateY(-20px) rotateY(-180deg);}
.main_information_sicon a:hover p{color:#1b428e}
/* section 5 */

/* footer */
.footer{
  padding:30px 0;
  background-color: #666;
  overflow: hidden;
}
.footer ul{padding-bottom:30px;}
.footer li{text-align: center;}
.footer li img{width:200px;}
.footer li p{
  font-size:13px;
  color:#ccc;
}

/* q_menu */
.q_menu{
  position: fixed;
  top:150px;
  right:20px;
  z-index: 99;
}
.q_menu li{margin-bottom:10px;}
.q_menu .icon img{width:40px; transition: all .3s ease-in-out;}
.q_menu a:hover .icon img{transform: scale(1.1);}

/* q_menu */

/* top_btn */
.topbtn{
  position: fixed;
  bottom:70px;
  right:20px;
  z-index:9999999;
  width:30px;
  height:30px;
  border-radius: 40px;
  background-color:  #004899;
  transition: all 0.5s ease;
  opacity: 0;
}
.topbtn.on{opacity: 1;}

.topbtn img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:20px;
}

.topbtn:active,
.topbtn:hover
{color:#fff; transition:all 0.5s ease; background-color: #151515;}
/* top_btn */

/* m_phone */
.m_phone{
  width:100%;
  max-width:800px;
  min-width:300px;
  position: fixed;
  bottom:0;
  z-index: 99999999999999999;
  text-align: center;
}