@charset "UTF-8";
/* Font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@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");
}

/*Defalut */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, td, th, div, span, input, select, textarea {
  font-family: 'Roboto', 'NanumGothic','나눔고딕';
  font-size: 12px;
  color: #7c7b7b;
  line-height: 16px;
}

body {
  height: 100%;
  overflow-y: scroll;
}

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: #648cd8;
  text-decoration: underline;
}

a:active {
  color: #648cd8;
  text-decoration: none;
}

#wrap {
  width: 100%;
  min-width: 980px;
}

#header {
  width: 100%;
  background: url("/images/kor01-14-0136/common/top_bg.gif") repeat-x 0 0;
}

#header > div {
  margin: 0 auto;
  width: 980px;
  height: 96px;
}

#header > div:after {
  content: "";
  display: block;
  clear: both;
}

#logo {
  float: left;
  margin-top: 10px;
  width: 64px;
}

#login {
  float: right;
  margin-top: 20px;
  text-align: right;
}

#login ul:after {
  content: "";
  display: block;
  clear: both;
}

#login li {
  float: left;
  padding-left: 10px;
  margin-left: 10px;
  background: url(/images/kor01-14-0136/common/bar.gif) no-repeat 0 4px;
}

#login li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}

#login li a {
  font-size: 10px;
  color: #999;
}

#login li a:hover, #login li a:active {
  text-decoration: none;
  color: #999;
}

#login img {
  vertical-align: middle;
}

#gnb {
  float: left;
  width: 100%;
  margin-top: 4px;
}

#footer {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}

#navi {
  position: relative;
}

#navi .navi_main {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#navi .navi_main li:not(:first-child) {
  margin-left: 61px;
  background: url("/images/kor01-14-0136/common/gnb_line.gif") no-repeat left center;
}

#navi .navi_main li:not(:last-child) {
  margin-right: 60px;
}

#navi .navi_main li.navi_main_obj {
  position: relative;
}

#navi .navi_main li.navi_main_obj.on:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid  transparent;
}

#navi .navi_main li.navi_main_obj a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 41px;
}

#navi .navi_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 46px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #1f4187;
  border-top: 0;
  z-index: 1;
}

#navi .navi_sub_1 {
  left: 180px;
}

#navi .navi_sub_2 {
  left: 378px;
}

#navi .navi_sub_3 {
  left: 631px;
}

#navi .navi_sub li {
  padding: 0 10px;
}

#navi .navi_sub a {
  color: #5e6166;
}

#navi .navi_sub a:hover, #navi .navi_sub a:active {
  text-decoration: none;
  color: #00b4ec;
}

.left_menu h2 {
  background: #1f4187;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  padding: 17px 0;
  margin-bottom: 2px;
}

.left_menu h2 span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #70b0f8;
  margin-top: 5px;
}

.left_menu ul li {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.left_menu ul li:first-child {
  border-top: 4px solid #2eb8f2;
}

.left_menu ul li a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #909090;
  padding: 7px 20px;
  text-decoration: none;
}

.left_menu ul li.active {
  border-color: #2eb8f2;
}

.left_menu ul li.active a {
  color: #2eb8f2;
}

.left_menu ul li.active a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #2eb8f2;
  width: 6px;
  height: 3px;
}

#contents .con_title {
  margin: 5px 0 50px 0;
  position: relative;
  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_title h3 {
  font-size: 30px;
  color: #2d2f30;
  font-weight: bold;
}

#contents .con_title p {
  position: relative;
  padding-left: 15px;
}

#contents .con_title p:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/images/kor01-14-0136/sub/position_home.gif) no-repeat 0 0;
  width: 12px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contents .con_title p span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #989898;
}

#contents .con_title p span:last-child {
  font-weight: bold;
  color: #5e5e5e;
}

#contents .con_title p span:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  background: url(/images/kor01-14-0136/sub/con_title_arrow.png) no-repeat 0 0;
  width: 5px;
  height: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contents .con_title p {
  position: absolute;
  right: 0;
  top: 5px;
}

#contents .con_title p img {
  vertical-align: middle;
}

#contents .con_txt .location {
  margin-bottom: 30px;
}

.con_txt .txt {
  font-size: 14px;
  line-height: 24px;
  color: #949495;
}

.con_txt .txt b {
  color: #5e5e5e;
}

.sub1_1 {
  position: relative;
  background: url(/images/kor01-14-0136/sub/1_1_bg.png) no-repeat 0 0;
  width: 100%;
  height: 450px;
}

.sub1_1 dl {
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub1_1 dt {
  font-size: 28px;
  font-weight: bold;
  color: #2eb8f2;
  line-height: 1;
  margin-bottom: 70px;
}

.sub2 table {
  width: 100%;
  border-top: 2px solid #1f4187;
}

.sub2 table th, .sub2 table td {
  border-bottom: 1px solid #e1e1e1;
}

.sub2 table th:not(:last-child), .sub2 table td:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}

.sub2 table thead th {
  background: #f4fbfe;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 20px;
}

.sub2 table tbody th, .sub2 table tbody td {
  font-size: 14px;
  padding: 20px;
  text-align: left;
}

.sub2 table tbody th {
  color: #5e5e5e;
}

.sub2 table tbody td {
  color: #949495;
}

.sub2 table tbody td b {
  display: inline-block;
  margin-bottom: 5px;
  color: #5e5e5e;
}

.sub2_2 table tbody th, .sub2_2 table tbody td {
  padding: 15px 10px;
}

.sub3_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f4fbfe;
}

.sub3_1 .map_area {
  width: 50%;
}

.sub3_1 .map_area iframe {
  width: 100%;
}

.sub3_1 .map_info {
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 40px;
}

.sub3_1 .map_info p {
  font-size: 14px;
  color: #949495;
  padding: 2px 0 0 25px;
}

.sub3_1 .map_info p b {
  font-size: 18px;
  color: #333;
}

.sub3_1 .map_info p.loc {
  background: url(/images/kor01-14-0136/sub/3_1_ico_loc.png) no-repeat left top;
}

.sub3_1 .map_info p.loc b {
  display: inline-block;
  margin-bottom: 7px;
}

.sub3_1 .map_info p.tel {
  background: url(/images/kor01-14-0136/sub/3_1_ico_tel.png) no-repeat left center;
}

.sub3_1 .map_info p.fax {
  background: url(/images/kor01-14-0136/sub/3_1_ico_fax.png) no-repeat left center;
}

.sub3_1 .map_info p.mail {
  background: url(/images/kor01-14-0136/sub/3_1_ico_mail.png) no-repeat left center;
}

.sub3_1 .map_info p:not(:last-child) {
  margin-bottom: 30px;
}

.main_visual {
  width: 100%;
  height: calc(100vh - 221px);
  background: url(/images/kor01-14-0136/main/main_visual.png) no-repeat center center/cover;
}

.main_visual > div {
  position: relative;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}

.main_visual > div dl {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main_visual > div dt {
  font-size: 50px;
  line-height: 1;
  color: #1f4187;
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.main_visual > div dd {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
