@charset "euc-kr";
@import url("//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');

/* CSS Document */
@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;}
*{font-family: 'Pretendard-Regular' !important;}
body {background-color:#FFFFFF; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; font-family: 'NotoSansKR'; font-size:14px;}
h1, h2, h3, h4, h5, p, figure{padding:0px; margin:0px;}
a{text-decoration:none;}
ul, li{padding:0px; margin:0px; list-style:none;}

/* ���� */
.line01 {
	background-color:#dddddd;
	height:1px;
}
.titlenavi {
	font-family: 'NotoSansKR';
	color:#a2a2a2;
	font-size:11px;
	letter-spacing:-1px;
}

/* ���� ������ */
.header_bar{height:60px;}
#main_section {
  background: url(../images/mainimg.jpg) bottom center no-repeat;
  background-size: 130%; /* cover���� ���� ũ�� */
  height: 750px;
  animation: bgMove 30s ease-in-out infinite alternate;
}

/* 공통 */
.normal *{margin:0; padding:0; list-style:none; text-decoration:none;}
.normal{font-size:16px; line-height:150%; color:#555; word-spacing:-1px; padding-top:50px;}
.sp20{height:20px;}

.top_tit{font-size:30px; text-align:center; color:#000; margin-bottom:40px;}
.top_tit p{width:50px; height:3px; background:#4e9efd; margin:20px auto;}

/* sub0101 */
.sub0101 figure{padding:10px 0px 10px 52%; text-align:justify; background: url(../images/sub0101.jpg) left center no-repeat;}
.sub0101 h4{font-size:18px; color:#333; font-weight:normal; margin-bottom:20px;}
.sub0101 h4 b{display:block; font-size:24px; margin-bottom:5px; color:#4e9efd;}

/* sub0102 */
.sub0102 li{background:#f5f5f5; margin-top:5px;}
.sub0102 li span{display:inline-block; width:150px; text-align:center; background:#4e9efd; color:#fff; margin-right:20px; padding:10px 0px; font-weight:bold;}

/* sub0201 */
.sub0201 figure{padding:10px 0px 10px 52%; text-align:justify; background: url(../images/sub0201.jpg) left center no-repeat;}

@keyframes bgMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 100% center;
  }
}

#main_section .main_img{width:676px; height:483px;}
#main_section .main_text {
  max-width: 600px;
  padding: 100px 20px 0 60%;
}

#main_section .main_text .main_title {
  font-size: 48px;
  font-weight: 700;
  font-family: 'NotoSansKR';
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

#main_section .main_text .main_title strong {
  color: #4e9efd;
}

#main_section .main_text .main_title span {
  color: #4e9efd; /* �ε巯�� ���� */
}

#main_section .main_text .main_desc {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
}

#main_section .main_text .main_banner {
  width:80%;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
}

#main_section .main_text .main_banner div {
  flex: 1 1 50%;
  padding: 25px 40px;
  font-size:17px;
  color: #555;
  cursor: pointer;
  background-size:80px;
  background-position: right 20px bottom 15px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#main_section .main_text .main_banner div:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

#main_section .main_text .main_banner div h4 {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}

#main_section .main_text .main_banner div h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'NotoSansKR';
  margin-bottom: 12px;
}

#main_section .main_text .main_banner div:nth-child(1) h3 {
  color: #4e9efd;
}

#main_section .main_text .main_banner div:nth-child(2) h3 {
  color: #4e9efd;
}

#main_section .bottom_banner{clear:both; padding:15px 0px 25px 0px;}
#main_section .bottom_banner div{width:25%; float:left; font-size:12px; color:#717171; line-height:140%;}
#main_section .bottom_banner .number {font-size:30px; font-weight:bold; font-family:Verdana; color:#d80909; text-align:left; letter-spacing:0px;}
#main_section .bottom_banner .maintext{margin-top:15px;}
#main_section .bottom_banner div:last-child{width:23%; padding-left:2%;}

#main_section .bottom_banner h3{font-size:18px; font-weight:bold; color:#212121; margin-bottom:15px; font-family: 'NotoSansKR';}
#main_section .bottom_banner h3 span{color:#d80909;}

#main_section .bottom_banner h4{background:url(../images/bn_dot.jpg) left top 4px no-repeat; padding-left:13px; margin-top:5px;}
#main_section .bottom_banner h4 a{color:#424242; text-decoration:none;}

.main_clear{clear:both; height:20px;}
#footer{text-align:center;}
.copy {
  background: #f1f1f1;
  padding: 40px 20px;
  color: #bbb;
  font-size: 13px;
}

.copy-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}

.copy-info{color:#555;}

.copy-info span {
  margin: 0 8px;
  color: #555;
}

.copy-info a{color:#555;}

.copy-right {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

/* ���� ������ */
#sub_section{width:1200px; margin:50px auto 0px auto;}
#sub_section aside, #sub_section article{float:left;}

#sub_section aside{width:195px; margin-right:25px;}
#bigtitle{width:193px; text-align:center; border:1px solid #90d3fe; font-size:12px; font-weight:bold; color:#a0a0a0; padding:30px 0px 25px 0px; font-family:'Nanum Square'; line-height:22px;}
#bigtitle span {font-size:20px; font-weight:bold; color:#4e9efd;}
#stitle{font-size:24px; font-weight:bold; color:#454344; font-family: 'NotoSansKR'; padding-bottom:30px;}
#leftmenu a{text-decoration:none; display:inline-block; font-size:15px; padding:10px 0px; color:#3a393a; width:195px; background-color:#f0f0f0; text-align:center; font-weight:bold;}
#leftmenu a:hover{background-color:#90d3fe; color:#fff; font-weight:bold;}

#sub_section .sbn div{border:1px solid #e8e8e8; box-shadow:5px 0 15px #aaa; width:175px; padding:20px 0px 20px 15px; font-size:12px; color:#717171; cursor:pointer;}
#sub_section .sbn div h4{font-size:12px; font-weight:bold; color:#494949; margin:0px 0px 5px 0px;}
#sub_section .sbn div h3{font-size:22px; font-weight:bold; font-family: 'NotoSansKR'; margin:0px 0px 10px 0px;}

#sub_section .sbn{margin-top:50px;}
#sub_section .sbn div:nth-child(1){background:url(../images/main_bn01.jpg) right bottom -8px no-repeat;}
#sub_section .sbn div:nth-child(2){background:url(../images/main_bn02.jpg) right bottom no-repeat; margin-top:15px;}
#sub_section .sbn div:nth-child(1) h3{color:#4e9efd;}
#sub_section .sbn div:nth-child(2) h3{color:#4e9efd;}

#sub_section article{width:979px; border-left:1px solid #e5e5e5;}
#sub_section .sub_title{font-size:34px; font-family: 'NotoSansKR'; color:#2d2d2d; border-bottom:1px solid #e5e5e5; padding:0px 0px 20px 20px; }
#sub_section .sub_title span{display:block; font-size:16px; font-weight:normal; font-family: 'NotoSansKR'; margin-top:5px;}
#sub_section .sub_page{padding:20px 0px 50px 20px;}

@media (max-width: 768px){
  /* 공통 */
  .normal{font-size:15px;}
  .top_tit{font-size:30px; text-align:center; color:#000; margin-bottom:40px; background:#fff;}
  .top_tit p{width:50px; height:3px; background:#4e9efd; margin:20px auto;}

  /* sub0101 */
  .sub0101{padding-top:0;}
  .sub0101 h3{display:none;}
  .sub0101 figure{padding:320px 0px 0px 0px; text-align:justify; background:url(../images/sub0101.jpg) top -80px center no-repeat; background-size:contain;}
  .sub0101 h4{font-size:16px;}
  .sub0101 h4 b{font-size:20px;}

  /* sub0102 */
  .sub0102{padding-top:0;}
  .sub0102 h3{display:none;}
  .sub0102 iframe{height:200px;}
  .sub0102 li{text-align:center; padding-bottom:10px;}
  .sub0102 li span{display:block; width:100%; margin-bottom:10px; margin-right:0px;}

  /* sub0201 */
  .sub0201{padding-top:0;}
  .sub0201 h3{display:none;}
  .sub0201 figure{padding:300px 0px 0px 0px; background:url(../images/sub0201.jpg) top center no-repeat; background-size:contain;}



  /* ���������� */
  .header_bar{display:none;}
  #main_section{width:100%; height:890px; background: url(../images/mainimg.jpg) top center no-repeat; background-size:cover;}
  #main_section .main_img, #main_section .main_text{float:none;}

  #main_section .main_img{width:100%; height:483px; padding-top:65px;}
  #main_section .main_text{width:96%; margin:0 auto; text-align:center; padding: 50px 0 0 0;}
  #main_section .main_text h2{padding:50px 0px; margin:0;}
  #main_section .main_text figure br{display:none;}

	#main_section .main_text .main_banner {
    flex-direction: column;
  }

  #main_section .main_text .main_banner div {
    min-width: 100%;
    background-size: 60px;
    padding:25px 0px;
  }
  #main_section .main_text .main_banner div h4{font-size:16px; font-weight:bold; color:#494949; margin:0px 0px 5px 0px;}
  #main_section .main_text .main_banner div h3{font-size:28px; font-weight:bold; font-family: 'NotoSansKR'; margin:0px 0px 10px 0px;}

  #main_section .main_text .main_banner div:nth-child(1){background-position:right bottom; background:none;}
  #main_section .main_text .main_banner div:nth-child(2){background-position:right bottom; background:none;}

  #main_section .bottom_banner{width:96%; margin:0 auto; padding:15px 0px 25px 0px;}
  #main_section .bottom_banner div{width:50%; padding:20px 0px;}
  #main_section .bottom_banner .number {font-size:30px; font-weight:bold; font-family:Verdana; color:#d80909; text-align:left; letter-spacing:0px;}
  #main_section .bottom_banner div:last-child{width:50%; padding-left:0px;}

  #main_section .bottom_banner div:nth-child(3) img{width:90%;}

  /* ���� ������ */
  #sub_section{width:100%; margin:0px auto; padding-top:85px;}
  #sub_section aside, #sub_section article{float:none;}
  #sub_section aside{display:none;}

  #sub_section article{width:100%; border-left:none;}
  #sub_section .sub_title{font-size:30px; padding:0px 0px 20px 0px; text-align:center;}
  #sub_section .sub_title span{display:block; font-size:14px; font-weight:normal; font-family:"����", Dotum; margin-top:5px;}
  #sub_section .sub_page{width:96%; margin:0 auto; padding:20px 0px 50px 0px;}

  #main_section .main_text .main_title{font-size:30px; margin-bottom:0;}
  #main_section .main_text .main_desc{color:#fff;}
  #main_section .main_text .main_desc br{display:none;}

}

@media (max-width:580px){
  /* ���������� */
  #main_section{height:690px;}
  #main_section .main_img{height:300px;}
  #main_section .main_text h2{font-size:12px;}
  #main_section .main_text h2 div{font-size:36px;}

  #main_section .main_text .main_banner{margin:0px auto 0px auto;}
  #main_section .main_text .main_banner div{width:95%; padding:20px 0px 20px 0px; float:none;}
  #main_section .main_text .main_banner div:nth-child(1){background-position:right 20px bottom; border-bottom:1px solid #e5e5e5;}
  #main_section .main_text .main_banner div:nth-child(2){background-position:right 20px bottom;}

  #main_section .bottom_banner{width:92%;}
  #main_section .bottom_banner div{width:100%; border-bottom:1px solid #e5e5e5;}
  #main_section .bottom_banner div:last-child{width:100%; border-bottom:none;}
}
