@charset "euc-kr";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
img {border:0px;}
h1, h2, h3, h4, h5{padding: 0px; margin: 0px;}
body {background-color:#ffffff; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}
body, td, p, input, button, textarea, select, .c1 {font-family:Nanum Gothic, ��������, sans-serif; font-size:10pt;}
*{font-family: 'Pretendard-Regular' !important;}
/* ���������� */
#header{border-bottom: 5px solid #486ed1; height: 123px; background: #f3f3f3;}

.topline {background-color:#6e6e6e; height:32px;}
#top_nav{width: 1100px; margin: 0 auto;}
#bookmark, #topm{width: 550px; float: left;}
#topm {text-decoration:none; color:#ffffff; font-size:12 px; font-weight:bold; padding-top: 7px;}
#topm a {text-decoration:none; color:#ffffff;}
#topm a:hover {color:#dddddd;}

#topmenu {background-color:#f3f3f3; width: 1100px; margin: 0 auto;}

#mainbg{background:url(../images/mainbg.jpg) top  no-repeat;}
.main_txt{padding:55px 0px 0px 0px; height:437px; text-align: center;}

#main_bn01{width: 1060px; margin: 0 auto;}
.mbn_img, .mbn01{float: left;}
.mbn_img{width: 575px; margin-right: 49px;}
.mbn01{width: 435px;}

#main_bn02{width: 1100px; margin: 0 auto; clear: both; height: 500px;}
.whitebg{background-color:#ffffff; width:1100px; _width:1100px; padding:24px 0 50px 0;}
.whitebg2{background-color:#ffffff; width:1100px; _width:1100px; padding:16px 0 50px 0;}

#main_bn03{width: 1060px; margin: 0 auto; clear: both; height: 450px;}

#main_bn04{background:#f4f4f4; height:244px;}
.bbn01, .bbn02, .bbn03, .bbn04{float: left; color:#424242; line-height:26px; font-size:12px;}
.bbn01, .bbn02, .bbn03{width: 33%;}
.bbn04{width: 25%;}
  .bbn {width: 1060px; margin: 0 auto;}
  .bbntb {padding-top:50px;}
  .btitle {font-size:13px; color:#828282; font-weight:bold; padding-bottom:15px;}
  .btitle span {font-size:17px; font-weight:bold; color:#424242; padding-right:6px;}
  .btitle a {text-decoration:none; color:#828282;}
  .num {color:#4977b5; font-size:17px; font-weight:bold;}
  .num span {font-size:29px;}
  .bbn_01 {padding-bottom:5px;}
  .bbn_02 {font-weight:bold; font-size:13px;}

.menubg{height:5px; background:#f3f3f3;}


/* ���� ������ */
.subbg{background:url(../images/subbg.jpg) top  no-repeat;}
.sub_txt{padding:0px 0px 0px 0px; height:175px; text-align: center;}

#sub_page{width: 1060px; margin: 0 auto;}
#submenu{border-bottom:1px solid #494949; height: 30px; padding-top: 20px;}
#submenu div{float:left; line-height:25px; padding-bottom:10px;}
#sub_menu a {color:#494949; font-size:14px; background-color:#fff; text-decoration:none; height:25px; line-height:24px; padding-left:22px; display:inline-block; margin-right:20px; font-weight:bold; background:url(../images/submenu_off.jpg) left no-repeat;}
#sub_menu a:hover {color:#486ed1; background:url(../images/submenu_on.jpg) left no-repeat; font-weight:bold;}

/*banner*/
.mbn01 {background:url(../images/mbn01.jpg) top  no-repeat;}
.mbn01-1 {font-size:30px; font-weight:bold; color:#494949; padding-top:15px;}
.mbn01-1 span {color:#4977b5;}
.mbn01-2 {font-size:14px; line-height:26px; color:#494949;}
.bar {width:51px; height:15px; border-bottom:3px solid #000000; margin-bottom:20px;}
.gallerybox {background:url(../images/gallerybox.jpg) top  no-repeat; height:364px; padding-top:23px; margin-top:10px;}

/*gallery02*/
.mbn02 {color:#4c4b4b; font-weight:bold; font-size:22px;}
.mbn02-blue {color:#4977b5; font-size:26px;}
.mbn02-big {font-size:30px;}
.mbn02-2 {color:#595959; font-size:14px; padding-bottom:5px;}

/*main space*/
.h33 {height:33px;}
.copy{background:#5f5f5f; height:50px; color:#ffffff; font-size:12px; padding-top: 30px;}
.bigtitle {font-size:20px; color:#494949; text-align:left; font-weight:bold; padding-right:26px;}

.sub_con{padding:35px 0px 100px 0px;}


/* SUB0101 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: center;
}

.section:nth-child(even) {
  flex-direction: row-reverse;
}

.text {
  flex: 1 1 500px;
  padding: 20px;
}

.text h2 {
  color: #5478d9;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.text h2:hover::after {
  width: 100%;
}

.text p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  font-size: 15px;
  line-height: 150%;
}

.text p.visible {
  opacity: 1;
  transform: translateY(0);
}

.image {
  flex: 1 1 400px;
  padding: 20px;
  text-align: center;
}

.image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.pdf-section {
  background: #f5f7ff;
  border-left: 5px solid var(--main-color);
  padding: 30px;
  margin-top: 40px;
  text-align: center;
}

.pdf-section h3 {
  font-size: 22px;
  color: var(--main-color);
  margin-bottom: 10px;
}

.pdf-section p {
  font-size: 16px;
  color: #444;
}

@media all and (max-width: 768px) {
  .t_none{display: none;}

  /* ���� ������ */
  #header{height: 60px;}
  #topmenu, #main_bn01, #main_bn02, #main_bn03,.bbn, .mbn_img{width: 100%;}
  .mbn_img{height: 340px; margin-right: 0px;}
  .mbn01{width: 100%; text-align: center; background: none;}
  .bar{margin: 0px auto 20px auto;}
  #main_bn01{height: 600px;}
  #main_bn02{height: 560px;}
  #main_bn03{height: auto; padding-bottom: 30px;}
  .gallerybox {background:none; border-top: 1px solid #000; border-bottom: 1px solid #000; padding:23px 0px; height: auto; margin-top:10px;}
  #main_bn04{height:450px;}
  .bbn01, .bbn02, .bbn03, .bbn04{width: 46%; padding-left: 4%;}
  .bbn03, .bbn04{margin-top: 50px;}

  /* ���� ������ */
  #sub_page{width: 100%;}
  .sub_txt img{width: 100%; display: none;}
  .bigtitle {text-align: center; padding-right:0px; width: 100%;}
  #submenu{height: 35px; padding-top: 10px;}
  #submenu div{padding-bottom:0px;}
  .sub_con{width: 96%; margin: 0 auto;}

  /*SUB0101*/
  .section {
    flex-direction: column !important;
  }

  .text, .image {
    padding: 10px;
  }

  .text h2 {
    font-size: 24px;
  }

  .pdf-section {
    padding: 20px;
  }
}

@media (max-width:580px){
  .m_none{display: none;}

  /* ���� ������ */
  .main_txt{height:300px;}
  .main_txt img{width: 70%;}
  #main_bn01{height: 550px;}
  .mbn_img{height: 220px;}
  #main_bn02{height: 450px; text-align: center;}
  .mbn02{text-align: center;}
  #main_bn03{padding-bottom: 5px;}
  .gallerybox{border-bottom:none;}
  #main_bn04{height:750px;}
  .bbntb{padding-top: 0px;}
  .bbn01, .bbn02, .bbn03, .bbn04{width: 95%; padding-left: 5%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #bebebe;}
  .copy{height:80px;}
}
