@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");
} /* 본고딕 */
@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");
}
/*Defalut */
* {
  margin: 0;
  padding: 0;
}

body, td, th, div, span, input, select, textarea {
  font-family: "NanumGothic", "나눔고딕";
  font-size: 12px;
  color: #7b7b7b;
  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: #7b7b7b;
  text-decoration: none;
}

a:visited {
  color: #7b7b7b;
  text-decoration: none;
}

a:hover {
  color: #0b96d4;
  text-decoration: underline;
}

a:active {
  color: #0b96d4;
  text-decoration: none;
}

/* Layout */
#wrap {
  width: 100%;
  min-width: 980px;
}

#footer {
  width: 100%;
  height: 85px;
  padding: 30px 0 10px;
  border-top: 1px solid #ddd;
}

/* Header */
#header {
  position: relative;
  width: 100%;
  height: 87px;
  background: url(/images/kor09-14-0107/common/top_bg_02.png) repeat-x 0 0;
  z-index: 999;
}

#header > div {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

#logo {
  float: left;
  margin-top: 8px;
}

#topmenu {
  float: left;
  margin: 36px 0 0 100px;
}

#login {
  position: absolute;
  right: 0;
  top: 38px;
  height: 10px;
}

#visual {
  position: absolute;
  top: 0;
  width: 100%;
  height: 520px;
  background: url(/images/kor09-14-0107/common/main_visual_bg.jpg) no-repeat center center/cover;
}
#visual > div {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#visual > div .in {
  position: absolute;
  top: 110px;
  left: 0;
}
#visual > div .mark-txt dl {
  display: flex;
  justify-content: center;
  gap: 50px;
}
#visual > div .mark-txt dl dd {
  align-self: center;
  font-family: "NotoSansKR";
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}
#visual > div .btm-txt {
  margin-top: 20px;
}
#visual > div .btm-txt p {
  display: flex;
  justify-content: center;
  gap: 7px;
}
#visual > div .btm-txt p span {
  display: inline-block;
  align-self: center;
  line-height: 1;
  font-family: "NotoSansKR";
  font-weight: 400;
  color: #fff;
  font-size: 33px;
}

.main_con {
  display: flex;
  justify-content: space-between;
}
.main_con * {
  box-sizing: border-box;
}
.main_con .bbs_area {
  width: 340px;
}
.main_con .bbs_area #bbs_tab {
  position: relative;
  width: 100%;
  padding-top: 45px;
}
.main_con .bbs_area #bbs_tab:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 140px;
  height: 1px;
  background: #dcdcdc;
}
.main_con .bbs_area #bbs_tab h4 {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 10px;
}
.main_con .bbs_area #bbs_tab h4 a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "NotoSansKR";
  font-weight: 500;
  color: #707070;
  font-size: 13px;
  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  text-decoration: none;
}
.main_con .bbs_area #bbs_tab h4 a.on {
  background: #fff;
  border-bottom: 0;
  color: #000;
}
.main_con .bbs_area #bbs_tab h4.title02 {
  left: 100px;
}
.main_con .bbs_area #bbs_tab h4.title02 a {
  border-left: 0;
}
.main_con .bbs_area .more {
  position: absolute;
  top: 10px;
  right: 0;
}
.main_con .banner1 {
  width: 260px;
}
.main_con .board_site h4 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.main_con .board_site h4 p {
  font-family: "NotoSansKR";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
}
.main_con .board_site h4 a {
  display: inline-block;
  align-self: flex-end;
  line-height: 1;
}
.main_con .ban_area {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 85px;
  text-decoration: none;
  margin-bottom: 15px;
}
.main_con .ban_area .txt_area {
  align-self: center;
}
.main_con .ban_area .txt_area h5 {
  font-family: "NotoSansKR";
  font-size: 14px;
  color: #000;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 500;
}
.main_con .ban_area .txt_area p {
  font-size: 13px;
  letter-spacing: -0.025em;
  line-height: 15px;
  color: #959595;
  margin-top: 10px;
}
.main_con .ban_area .txt_area span {
  display: inline-block;
  margin-top: 10px;
  height: 9px;
}
.main_con .ban_area .ico_area {
  align-self: center;
}
.main_con .board_report {
  width: 340px;
}
.main_con .board_report h4 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main_con .board_report h4 p {
  font-family: "NotoSansKR";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
}
.main_con .board_report h4 a {
  display: inline-block;
  align-self: flex-end;
  line-height: 1;
}

/* lnb */
.lnb h2 {
  font-family: "NotoSansKR";
  font-weight: 700;
  color: #144975;
  font-size: 30px;
  border-bottom: 6px solid #144975;
  line-height: 30px;
  padding-bottom: 20px;
}
.lnb li {
  border-bottom: 1px solid #e2e2e2;
}
.lnb li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-family: "NotoSansKR";
  font-weight: 400;
  color: #787878;
  font-size: 13px;
  text-decoration: none;
}
.lnb li.active {
  border-color: #144975;
}
.lnb li.active a {
  color: #144975;
}
.lnb li.active a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 2px;
  background: #144975;
  transform: translateY(-50%);
}

#sub_visual {
  background: url(/images/kor09-14-0107/sub/sub_visual.jpg) no-repeat center center/cover;
}
#sub_visual .sub_visual {
  position: absolute;
  bottom: 70px;
  left: 0;
  font-family: "NotoSansKR";
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.15);
}

.con_txt * {
  box-sizing: border-box;
}
.con_txt .txt {
  font-size: 14px;
  color: #787878;
  line-height: 22px;
}
.con_txt .txt b {
  color: #2974b3;
  font-weight: bold;
}
.con_txt .txt b.big {
  color: #333;
  font-weight: bold;
}
.con_txt .big_txt {
  font-size: 23px;
  color: #2974b3;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
.con_txt .dotList li {
  position: relative;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  padding-left: 16px;
}
.con_txt .dotList li:not(:last-child) {
  margin-bottom: 10px;
}
.con_txt .dotList li:not(.check):before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 3px;
  height: 3px;
  background: #787878;
}
.con_txt .dotList li.check {
  color: #333;
}
.con_txt .dotList li.check:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url(/images/kor09-14-0107/sub/ico_check.png);
}
.con_txt .numList {
  counter-reset: my-sec-counter;
}
.con_txt .numList li {
  position: relative;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  padding-left: 17px;
}
.con_txt .numList li:not(:last-child) {
  margin-bottom: 7px;
}
.con_txt .numList li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
}
.con_txt .mb40 {
  margin-bottom: 40px;
}
.con_txt > div.area:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.sub1_1 .txt .big {
  font-size: 23px;
}

.sub2_com .txt_area .tit {
  font-size: 23px;
  color: #2974b3;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.sub2_com .txt_area .list_area {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}