@charset "euc-kr";
@import url("//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.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: 'Nanum Gothic', ��������, sans-serif; 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:"����", Dotum;
	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;
}

@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 50px;
}

#main_section .main_text .main_title {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Nanum Square', sans-serif;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#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: #4e9efd;
  line-height: 1.7;
  margin-bottom: 30px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

#main_section .main_text .main_banner {
  width: 100%;
  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 20px;
  font-size: 15px;
  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: 'Nanum Square', sans-serif;
  margin-bottom: 12px;
}

#main_section .main_text .main_banner div:nth-child(1) {
  background-image: url(../images/main_bn01.jpg);
}

#main_section .main_text .main_banner div:nth-child(2) {
  background-image: url(../images/main_bn02.jpg);
}

#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:'Nanum Square';}
#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 span {
  margin: 0 8px;
  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:'Nanum Square'; padding-bottom:30px;}
#leftmenu a{text-decoration:none; display:inline-block; padding:10px 0px; color:#3a393a; width:195px; background-color:#f0f0f0; text-align:center;}
#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:10px; font-weight:bold; color:#494949; margin:0px 0px 5px 0px;}
#sub_section .sbn div h3{font-size:19px; font-weight:bold; font-family:'Nanum Square'; 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:'Nanum Square'; 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:"����", Dotum; margin-top:5px;}
#sub_section .sub_page{padding:20px 0px 50px 20px;}

@media (max-width: 768px){
  /* ���������� */
  .header_bar{display:none;}
  #main_section{width:100%; height: 400px;}
  #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{margin:50px 0px;}
  #main_section .main_text figure br{display:none;}

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

  #main_section .main_text .main_banner div {
    min-width: 100%;
    background-size: 60px;
  }
  #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:'Nanum Square'; margin:0px 0px 10px 0px;}

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

  #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: 40px; color: #000; text-shadow: -1px 0 #fff, 1px 0 #fff, 0 -1px #fff, 0 1px #fff;}
  #main_section .main_text .main_title strong{color: #000; text-shadow: -1px 0 #fff, 1px 0 #fff, 0 -1px #fff, 0 1px #fff;}
  #main_section .main_text .main_desc{color: #000; text-shadow: -1px 0 #fff, 1px 0 #fff, 0 -1px #fff, 0 1px #fff;}
  #main_section .main_text .main_title span{color: #000; text-shadow: -1px 0 #fff, 1px 0 #fff, 0 -1px #fff, 0 1px #fff;}

}

@media (max-width:580px){
  /* ���������� */
  #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 5%; 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;}
}
