@charset "UTF-8";
/* Font */
@font-face {
  font-family: 'NanumGothic';
  src: url("/tpl/webfont/NanumGothic.eot");
  src: url("/tpl/webfont/NanumGothic.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NanumGothic.woff") format("woff"), url("/tpl/webfont/NanumGothic.ttf") format("truetype");
}

/* 본고딕 */
@font-face {
  font-family: 'NotoSansKR';
  src: url("/tpl/webfont/NotoSansKR-Regular.eot");
  src: url("/tpl/webfont/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Regular.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 100;
  src: url("/tpl/webfont/NotoSansKR-Thin.eot");
  src: url("/tpl/webfont/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Thin.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Thin.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 300;
  src: url("/tpl/webfont/NotoSansKR-Light.eot");
  src: url("/tpl/webfont/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Light.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 500;
  src: url("/tpl/webfont/NotoSansKR-Medium.eot");
  src: url("/tpl/webfont/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Medium.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 700;
  src: url("/tpl/webfont/NotoSansKR-Bold.eot");
  src: url("/tpl/webfont/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Bold.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 900;
  src: url("/tpl/webfont/NotoSansKR-Black.eot");
  src: url("/tpl/webfont/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Black.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 700;
}

/*Defalut */
* {
  margin: 0;
  padding: 0;
}

body, td, th, div, span, input, select, textarea {
  font-family: 'NanumGothic','��������';
  font-size: 12px;
  color: #7c7b7b;
  line-height: 16px;
}

body {
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, span, table, th, td, textarea {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol, dl, dd, dt, li {
  list-style-type: none;
}

img, th, td, fieldset, iframe {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  outline: none;
}

table, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
}

textarea {
  border: 1px solid #d1d1d1;
  height: 120px;
}

input, select, label {
  vertical-align: middle;
}

/* Link */
a:link {
  color: #7d7d7d;
  text-decoration: none;
}

a:visited {
  color: #7d7d7d;
  text-decoration: none;
}

a:hover {
  color: #008485;
  text-decoration: underline;
}

a:active {
  color: #008485;
  text-decoration: none;
}

#wrap {
  min-width: 980px;
  width: 100%;
}

#header {
  width: 100%;
  height: 115px;
  background: url("/images/kor09-14-0138/common/header_bg.gif") repeat-x left bottom;
}

#header > div {
  position: relative;
  margin: 20px auto 0;
  width: 1016px;
}

#header > div:after {
  content: "";
  display: block;
  clear: both;
}

#logo {
  float: left;
}

#gnb {
  float: right;
  margin-top: 40px;
}

#loginMenu {
  position: absolute;
  top: 0;
  right: 0;
}

#loginMenu ul:after {
  content: "";
  display: block;
  clear: both;
}

#loginMenu li {
  position: relative;
  float: left;
  margin-left: 15px;
  padding-left: 10px;
  line-height: 8px;
}

#loginMenu li:first-child {
  margin-left: 0;
}

#loginMenu li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #BEBEBE;
}

#loginMenu li a {
  line-height: 8px;
  font-size: 10px;
  color: #999;
}

#loginMenu li a:hover, #loginMenu li a:active {
  text-decoration: none;
}

#footer {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

#subVisual {
  position: relative;
  width: 100%;
  height: 160px;
  background: url(/images/kor09-14-0138/sub/sub_visual.png) no-repeat center center/cover;
}

#subVisual div.sub_visual {
  position: relative;
  width: 1016px;
  height: 100%;
  margin: 0 auto;
}

#subVisual div.sub_visual p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#subVisual div.sub_visual p span {
  font-family: 'S-CoreDream';
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

#subVisual:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: url(/images/kor09-14-0138/sub/sub_visual_dot.png) repeat;
}

#navi {
  position: relative;
}

#navi ul:after {
  content: "";
  display: block;
  clear: both;
}

#navi .navi_main {
  margin-bottom: 15px;
}

#navi .navi_main li {
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  line-height: 19px;
  border-left: 1px solid #E4E4E4;
}

#navi .navi_main li a {
  font-family: 'NotoSansKR';
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

#navi .navi_main li a._on {
  color: #40a3a4;
}

#navi .navi_main li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

#navi .navi_sub {
  display: block;
  position: absolute;
  top: 34px;
  padding-top: 6px;
  background: url("/images/kor09-14-0138/common/gnb_arrow.gif") no-repeat center top;
}

#navi .navi_sub_1 {
  left: -95px;
}

#navi .navi_sub_2 {
  left: 127px;
}

#navi .navi_sub_6 {
  left: 250px;
}

#navi .navi_sub_3 {
  left: 432px;
}

#navi .navi_sub_4 {
  left: 494px;
}

#navi .navi_sub_5 {
  right: -73px;
}

#navi .navi_sub li {
  float: left;
  margin-left: 25px;
}

#navi .navi_sub li:first-child {
  margin-left: 0;
}

#navi .navi_sub li a {
  line-height: 34px;
  font-size: 13px;
  color: #fff;
}

#navi .navi_sub li a:hover, #navi .navi_sub li a:active {
  text-decoration: none;
}

#leftMenu {
  float: left;
  width: 163px;
}

#leftMenu h2 {
  margin-bottom: 16px;
}

#leftMenu {
  float: left;
  width: 163px;
}

#leftMenu h2 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #515050;
  font-family: 'NotoSansKR';
  font-weight: 400;
  line-height: 35px;
  padding-bottom: 25px;
}

#leftMenu h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #69a29e;
  border-radius: 10px;
}

#leftMenu li {
  border-bottom: 1px solid #ededee;
}

#leftMenu li a {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'NotoSansKR';
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  padding: 8px 12px;
  -webkit-transition: .5s;
  transition: .5s;
}

#leftMenu li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 2px;
  background: #6d6d6d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#leftMenu li:hover a, #leftMenu li.on a {
  background: #1e8484;
  color: #fff;
}

#leftMenu li:hover a:before, #leftMenu li.on a:before {
  display: none;
}

#leftMenu li:hover a:after, #leftMenu li.on a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 14px;
  background: url(/images/kor09-14-0138/sub/leftMenu-arrow.png) no-repeat 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#mainVisual {
  position: relative;
  background: url(/images/kor09-14-0138/main/main_visual.png) no-repeat center center/cover;
  height: 402px;
}

#mainVisual:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: url(/images/kor09-14-0138/sub/sub_visual_dot.png) repeat;
}

#mainVisual div.main_visual {
  position: relative;
  width: 1016px;
  height: 100%;
  margin: 0 auto;
}

#mainVisual div.main_visual p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#mainVisual div.main_visual p span {
  font-family: 'S-CoreDream';
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 56px;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.contents.con_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents.con_main .con_left {
  width: 677px;
}

.contents.con_main .con_left > div {
  float: left;
  position: relative;
  width: 308px;
}

.contents.con_main .con_left > div.info_banner {
  width: 100%;
}

.contents.con_main .con_left:after {
  content: '';
  display: block;
  clear: both;
}

.contents.con_main .con_left h3 {
  font-family: 'NotoSansKR';
  color: #232323;
  font-size: 20px;
  margin-bottom: 25px;
}

.contents.con_main .board {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #ddd;
}

.contents.con_main .more {
  position: absolute;
  top: 0;
  right: 0;
}

.contents.con_main .info_banner {
  margin-top: 28px;
}

.contents.con_main .info_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents.con_main .info_banner ul li {
  width: calc((100% - 20px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
}

.contents.con_main .info_banner ul li h4 {
  font-family: 'NotoSansKR';
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}

.contents.con_main .info_banner ul li .txt {
  font-size: 12px;
  line-height: 18px;
  color: #5f5f5f;
  font-family: 'NotoSansKR';
}

.contents.con_main .info_banner ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  background: #f3f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.contents.con_main .info_banner ul li.ban1 {
  padding: 15px;
  background: #f3f4f4;
}

.contents.con_main .info_banner ul li.ban1 h4 {
  color: #16696a;
}

.contents.con_main .info_banner ul li.ban1 .txt {
  line-height: 21px;
}

.contents.con_main .info_banner ul li.ban2 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/kor09-14-0138/main/application_img.png) no-repeat center center/cover;
  padding-top: 25px;
}

.contents.con_main .info_banner ul li.ban2 h4 {
  color: #304058;
}

.contents.con_main .info_banner ul li.ban2 span {
  display: inline-block;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
  background: #304058 url(/images/kor09-14-0138/main/application_arrow_white.png) no-repeat right 12px center;
  background-size: 7px 10px;
  border-radius: 20px;
  font-family: 'NotoSansKR';
  padding: 0 24px 0 12px;
}

.contents.con_main .info_banner ul li.cs {
  padding: 15px;
  background: #f3f4f4;
}

.contents.con_main .info_banner ul li.cs h4 {
  color: #232323;
  font-size: 18px;
}

.contents.con_main .info_banner ul li.cs .txt_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents.con_main .info_banner ul li.cs .txt_area dl:first-child {
  margin-bottom: 5px;
}

.contents.con_main .info_banner ul li.cs .txt_area dt {
  width: 50px;
}

.contents.con_main .info_banner ul li.cs .txt_area dd {
  width: calc(100% - 50px);
}

.contents.con_main .info_banner ul li.cs .txt_area dd.txt {
  color: #858585;
}

.contents.con_main .info_banner ul li.cs .cs_num {
  color: #157877;
  font-family: 'S-CoreDream';
  font-size: 18px;
  font-weight: 700;
}

.contents.con_main .quickmenu {
  position: relative;
  width: 296px;
}

.contents.con_main .quickmenu a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/kor09-14-0138/main/application_big_img.png) no-repeat center center/cover;
}

.contents.con_main .quickmenu a span {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 30px;
  font-family: 'NotoSansKR';
  font-size: 18px;
  font-weight: 700;
  color: #232323;
  padding-right: 12px;
  background: url(/images/kor09-14-0138/main/application_arrow_blue.png) no-repeat right center;
}

.contents.con_main .quickmenu a span b {
  color: #257199;
}

.con_txt .txt {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  word-break: keep-all;
}

.con_txt .txt b {
  color: #257199;
}

.sub1_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub1_1 .img-area {
  width: 235px;
}

.sub1_1 .txt-area {
  width: calc(100% - 275px);
}

.sub1_1 .txt-area dl {
  text-align: right;
}

.sub1_1 .txt-area dl dd {
  font-family: 'S-CoreDream';
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.sub1_1 .txt-area dl dd b {
  font-size: 16px;
  font-weight: 500;
}

.sub1_2 > div.his_row {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

.sub1_2 > div.his_row:first-child {
  border-top: 1px solid #257199;
}

.sub1_2 p.year {
  width: 100px;
  font-family: 'S-CoreDream';
  font-size: 18px;
  color: #1e8484;
  font-weight: 700;
  line-height: 22px;
}

.sub1_2 p.year.blue {
  color: #257199;
}

.sub1_2 .his_txt {
  width: calc(100% - 100px);
}

.sub1_2 .his_txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub1_2 .his_txt dl:not(:first-child) {
  padding-top: 10px;
}

.sub1_2 .his_txt dl:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.sub1_2 .his_txt dt {
  width: 140px;
  font-size: 14px;
  line-height: 22px;
  color: #111;
  font-weight: bold;
}

.sub1_2 .his_txt dd {
  width: calc(100% - 140px);
}

.sub1_2 .his_txt dd li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  word-break: keep-all;
  padding-left: 10px;
}

.sub1_2 .his_txt dd li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #757575;
}

.sub1_2 .his_txt dd li:not(:last-child) {
  margin-bottom: 5px;
}

.sub1_3 .top-area dt {
  width: 100%;
  background: #d477b8;
  text-align: center;
  font-family: 'S-CoreDream';
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
}

.sub1_3 .top-area dd {
  width: 100%;
  background: #de99ca;
  text-align: center;
  font-family: 'S-CoreDream';
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 52px;
}

.sub1_3 .txt-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.sub1_3 .txt-area dt {
  width: 25px;
  font-size: 16px;
  font-family: 'S-CoreDream';
  color: #257199;
  font-weight: 700;
  line-height: 24px;
}

.sub1_3 .txt-area dd {
  width: calc(100% - 25px);
}

.sub4_1 > div.area:not(:first-child) {
  padding-top: 40px;
}

.sub4_1 > div.area:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.sub4_1 .b_tit {
  font-family: 'S-CoreDream';
  font-size: 20px;
  font-weight: bold;
  color: #257199;
  margin-bottom: 10px;
}

.sub4_1 .tit {
  font-family: 'S-CoreDream';
  font-size: 18px;
  font-weight: 500;
  color: #972f78;
  margin-bottom: 20px;
}

.sub4_1 .img_Area {
  text-align: center;
  padding: 15px;
  background: #f8f8f8;
}

.sub4_1 .area_in {
  padding: 30px 0 0 20px;
}

.sub4_1 .area_in .s_tit {
  position: relative;
  font-family: 'S-CoreDream';
  font-size: 18px;
  color: #1e8484;
  font-weight: 700;
  margin-bottom: 20px;
}

.sub4_1 .area_in .s_tit:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: -20px;
  width: 10px;
  height: 4px;
  background: #1e8484;
}

.sub4_1 table {
  border-top: 1px solid #1e8484;
}

.sub4_1 table th, .sub4_1 table td {
  border-bottom: 1px solid #eee;
  padding: 15px;
}

.sub4_1 table th {
  font-size: 16px;
  color: #111;
  border-right: 1px solid #eee;
}

.sub4_1 table td {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  word-break: keep-all;
}

.sub4_1 table tfoot td {
  background: #f9f9f9;
  color: #17751e;
  font-weight: bold;
}

.sub1_4 > div.area:not(:last-child) {
  margin-bottom: 40px;
}

.sub1_4 h3 {
  font-family: 'S-CoreDream';
  font-size: 18px;
  color: #111;
  margin-bottom: 20px;
}

.sub1_4 h3 b {
  color: #257199;
}

.sub1_4 .area_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #eee;
  padding: 20px 10px 20px 20px;
}

.sub1_4 .area_in * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub1_4 .area_in .pic_area {
  width: 100px;
  height: 100px;
  border: 2px solid #f9f9f9;
  border-radius: 50%;
}

.sub1_4 .area_in .pic_area img {
  width: 100%;
}

.sub1_4 .area_in .s_tit {
  width: 110px;
  text-align: right;
  padding-right: 30px;
  font-size: 16px;
  color: #111;
  font-weight: bold;
}

.sub1_4 .area_in .list_area {
  width: calc(100% - 210px);
}

.sub1_4 .area_in .list_area li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  color: #757575;
}

.sub1_4 .area_in .list_area li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #757575;
}

.sub1_4 .area_in .list_area li:not(:last-child) {
  margin-bottom: 10px;
}
