@charset "UTF-8";
/* //리셋  ---------------------------------------------------------------*/
/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format("woff"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: 'NanumSquareRound';
  src: url(../fonts/NanumSquareRoundR.eot);
  src: url(../fonts/NanumSquareRoundR.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareRoundR.woff2) format("woff2"), url(../fonts/NanumSquareRoundR.woff) format("woff"), url(../fonts/NanumSquareRoundR.ttf) format("truetype");
}
@font-face {
  font-family: 'NanumSquareRoundB';
  src: url(../fonts/NanumSquareRoundB.eot);
  src: url(../fonts/NanumSquareRoundB.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareRoundB.woff2) format("woff2"), url(../fonts/NanumSquareRoundB.woff) format("woff"), url(../fonts/NanumSquareRoundB.ttf) format("truetype");
}
@font-face {
  font-family: 'NanumSquareRoundEB';
  src: url(../fonts/NanumSquareRoundEB.eot);
  src: url(../fonts/NanumSquareRoundEB.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareRoundEB.woff2) format("woff2"), url(../fonts/NanumSquareRoundEB.woff) format("woff"), url(../fonts/NanumSquareRoundEB.ttf) format("truetype");
}
@font-face {
  font-family: 'NanumSquareRoundL';
  src: url(../fonts/NanumSquareRoundL.eot);
  src: url(../fonts/NanumSquareRoundL.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareRoundL.woff2) format("woff2"), url(../fonts/NanumSquareRoundL.woff) format("woff"), url(../fonts/NanumSquareRoundL.ttf) format("truetype");
}
html, body, div, span, input, select, textarea, button, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, button, textarea, select {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

ul, ol, dl, dt, dd, li {
  list-style: none;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}

fieldset, blockquote, iframe, button {
  border: none;
}

i, em, u, cite {
  font-style: normal;
}

strong, em, b {
  font-weight: normal;
}

a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none !important;
}

img, fieldset {
  border: 0;
  outline: none;
}

input, button {
  outline: none;
}

body {
  font-size: 15px;
  font-family: 'Nanum Gothic', sans-serif;
  width: 100%;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

input {
  font: inherit;
  margin: 0;
  line-height: normal;
  -webkit-border-radius: 0;
  resize: none;
}

button {
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: none;
}

section, nav, article, aside, header, footer, main {
  display: block;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[placeholder] {
  font-family: inherit;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #aaa;
}

::-ms-clear, ::-ms-reveal {
  display: none;
}

select, textarea, button {
  font: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"], input[type="password"], input[type="file"] {
  height: 35px;
  line-height: 35px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
}

select {
  height: 35px;
  line-height: 35px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
}

input[type="file"] {
  width: 100%;
  padding: 0;
  line-height: normal;
}

textarea {
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  padding: 5px;
  width: 99%;
}

select {
  height: 42px;
  line-height: 42px;
  margin: 0;
  vertical-align: middle;
  font-size: 0.9em;
  border: solid 1px #ddd;
  text-indent: 10px;
  width: 180px;
  border-right: 0;
  background: white url("../images/icon/sel_i.png") no-repeat center right;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
}
input[type="radio"] {
  width: 16px;
  height: 16px;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
input[type="image"] {
  border: none;
  background: 0;
}
input[type="submit"] {
  font-size: 1em;
  line-height: 1.5;
}

option {
  border: solid 1px #ccc;
  margin: 0;
}

label {
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
}

textarea {
  margin: 0;
  border: solid 1px #ccc;
}

button {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* //레이아웃  ---------------------------------------------------------------*/
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.gray_01 {
  color: #333;
}

.gray_02 {
  color: #666;
}

.gray_03 {
  color: #777;
}

.gray_04 {
  color: #888;
}

.gray_05 {
  color: #999;
}

.black_01 {
  color: #000;
}

.red_01 {
  color: #da2128;
}

.red_02 {
  color: #fc4732;
}

.orange {
  color: #f07d00;
}

.blue {
  color: #00aeef;
}

.blue_02 {
  color: #005ea1;
}

.brown_01 {
  color: #cc6600;
}

.white_01 {
  color: #fff;
}

.font_08 {
  font-size: 0.571428em !important;
}

.font_11 {
  font-size: 0.785714em !important;
}

.font_12 {
  font-size: 0.857142em !important;
}

.font_13 {
  font-size: 0.928571em !important;
}

.font_14 {
  font-size: 1em !important;
}

.font_16 {
  font-size: 1.142857em !important;
}

.font_17 {
  font-size: 1.214285em !important;
}

.font_18 {
  font-size: 1.285714em !important;
}

.font_20 {
  font-size: 1.428571em !important;
}

.font_22 {
  font-size: 1.571428em !important;
}

.font_24 {
  font-size: 1.714285em !important;
}

.font_26 {
  font-size: 1.857142em !important;
}

.font_28 {
  font-size: 2em !important;
}

.font_30 {
  font-size: 2.1428571em !important;
}

.bold {
  font-weight: bold;
}

.bold_5 {
  font-weight: 500;
}

.normal {
  font-weight: normal;
}

.letter_01 {
  letter-spacing: -1px;
}

.letter_02 {
  letter-spacing: -2px;
}

.mt_05 {
  margin-top: 05px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_09 {
  margin-top: 9px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mt_120 {
  margin-top: 120px !important;
}

.mt_350 {
  margin-top: 350px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_05 {
  margin-left: 5px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.mr_05 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.pt_05 {
  padding-top: 05px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_09 {
  padding-top: 9px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.bt_no, .bb_no {
  border-top: none !important;
}

.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}

.line_10 {
  line-height: 1;
}

.line_12 {
  line-height: 1.2;
}

.line_14 {
  line-height: 1.4;
}

.line_15 {
  line-height: 1.5;
}

.letter_20 {
  letter-spacing: -2px;
}

.letter_40 {
  letter-spacing: -4px;
}

.letter_07 {
  letter-spacing: -0.7px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_center {
  text-align: center !important;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_line {
  text-decoration: underline;
}

.star {
  color: #da0016;
  vertical-align: middle;
}

.ver_middle {
  vertical-align: middle;
}

.ver_top {
  vertical-align: top;
}

.w_360 {
  width: 360px;
}

.w_400 {
  width: 400px;
}

.posi_r {
  position: relative;
}

.dis_inline {
  display: inline;
}

.dis_block {
  display: block !important;
}

.dis_inblock {
  display: inline-block;
}

.dis_tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.dis_cel {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

.img_100 img {
  width: 100%;
}

.img_max img {
  max-width: 100%;
}

.bar:after {
  content: "l";
  color: #cfcfcf;
  padding-left: 15px;
  font-weight: normal;
}

.bollet li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7;
}
.bollet li:before {
  content: '·';
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}

.bollet_txt {
  position: relative;
  padding-left: 10px;
  line-height: 1.7;
}
.bollet_txt:before {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
  font-weight: bold;
}

.bar_list:after {
  content: '';
  clear: both;
  visibility: hidden;
  display: table;
}
.bar_list li {
  float: left;
}
.bar_list li a {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #fff;
  line-height: 12px;
  height: 12px;
}
.bar_list li:first-child a {
  padding-left: 0;
  border-left: 0;
}
.bar_list li:last-child a {
  padding-right: 0;
}

.bar_span span {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  line-height: 1;
}
.bar_span span:first-child {
  padding-left: 0;
  border-left: 0;
}

/* 위치 */
.linemap_box > ul > li {
  float: left;
  padding: 10px 0 10px 30px;
  background: url(../images/sub/linemap_gt.png) no-repeat 10px center;
}
.linemap_box > ul > li:first-child {
  padding-left: 0;
  background: none;
}
.linemap_box > ul > li:first-child a {
  background: url(../images/sub/home.png) no-repeat 0 3px;
  padding: 10px 0 10px 20px;
  display: block;
  font-size: 0;
  text-indent: -1000000000000000000px;
}
.linemap_box > ul > li > a {
  display: block;
  font-size: 13px;
  color: #666;
}
.linemap_box > ul > li span {
  padding: 0 10px;
}
.linemap_box > ul > li .sub_menu_box > a {
  display: block;
  background: url(../images/sub/nav_icon.png) no-repeat right center;
  padding: 15px 35px 15px 25px;
}
.linemap_box > ul > li .sub_menu_box > a.active {
  background: url(../images/sub/nav_icon_hover.png) no-repeat right center;
  color: #000;
}
.linemap_box > ul > li .sub_nav_list {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  border: 1px solid #333;
}
.linemap_box > ul > li .sub_nav_list li {
  width: 170px;
  border-bottom: 1px solid #ccc;
}
.linemap_box > ul > li .sub_nav_list li a {
  display: block;
  padding: 8px 5px;
  background: #fff;
}
.linemap_box > ul > li .sub_nav_list li a:last-child {
  border-bottom: none;
}
.linemap_box > ul > li .sub_nav_list li a:hover, .linemap_box > ul > li .sub_nav_list li a:focus {
  background: #f6f6f6;
  color: #465866;
}

/*스크롤 */
.col_scroll {
  height: 100%;
  overflow-x: hidden;
  padding: 0 0 20px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 980px) {
  .row_scroll {
    width: 100%;
    padding: 0 0 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .row_scroll table {
    width: 100%;
    min-width: 800px;
  }
}
.col_scroll::-webkit-scrollbar-track, .row_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.col_scroll::-webkit-scrollbar, .row_scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.col_scroll::-webkit-scrollbar-thumb, .row_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999;
}

/*체크박스 */
.chk_area label {
  cursor: pointer;
  position: relative;
}

.rad_area {
  display: inline-block;
}
.rad_area label {
  cursor: pointer;
  position: relative;
}

.chk_area label span {
  display: inline-block;
}

.rad_area label span {
  display: inline-block;
}
.rad_area input[type="radio"] {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.chk_area input[type="checkbox"] {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.rad_area label {
  cursor: pointer;
}
.rad_area label span {
  padding-left: 25px;
  background: url("../images/icon/ico_check.gif") no-repeat 0 0;
  cursor: pointer;
  background-size: contain;
  height: 18px;
  line-height: 18px;
}
.rad_area label.on span {
  background: url("../images/icon/ico_check_on.gif") no-repeat 0 0;
  background-size: contain;
}

.chk_area label span {
  padding-left: 25px;
  background: url("../images/icon/bg_checkbox.gif") no-repeat 0;
  background-size: 15px;
}
.chk_area label.on span {
  background: url("../images/icon/bg_checkbox_on.gif") no-repeat 0;
  background-size: 15px;
}

#top_btn {
  width: 55px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  font-size: 2em;
  padding: 2px;
  color: #fff;
  bottom: 50px;
  right: 10px;
  z-index: 99999;
}

.youtubeWrap {
  position: relative;
}

.pop-con .youtubeWrap {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25% !important;
}

.youtubeWrap.on {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25% !important;
}

.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*텍스트 */
.m_br_show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .m_br_show {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .m_br_none {
    display: none;
  }
}

/* //인풋  ---------------------------------------------------------------*/
select {
  height: 38px;
  line-height: 38px;
  margin: 0;
  vertical-align: middle;
  font-size: 0.9em;
  border: solid 1px #ccc;
  border-right: 0;
  background: white url("../images/icon/sel_i.png") no-repeat 100% center;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

option {
  border: solid 1px #999;
  margin: 0;
  background-color: #fff;
}

label {
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
}

textarea {
  margin: 0;
  border: solid 1px #ccc;
  background-color: #fff;
  overflow: auto;
  min-height: 200px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.text-area-01 {
  padding: 10px 2%;
  width: 96%;
  height: 150px;
  border: solid 1px #ddd;
  overflow-y: auto;
}

.filebox_css input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filebox_css label {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #6a6a6a;
  cursor: pointer;
  border: 1px solid #555;
}
.filebox_css .upload-name {
  display: inline-block;
  padding: 3px 5px;
  font-size: 15px;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.file_box {
  position: relative;
  padding-right: 90px;
}
.file_box .text_01 {
  position: absolute;
  top: 2px;
  left: 0;
}
.file_box p {
  border: 1px solid #ccc;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.file_box .btn_type_file {
  display: block;
  width: 90px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #666;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.file_box input {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-appearance: none;
}

.select_10 {
  width: 100px;
  font-size: 14px;
  border: 1px solid #ccc;
}

.input_7 {
  width: 70px;
  font-size: 14px;
  padding: 0;
  text-indent: 7px;
}

.input_10 {
  width: 100px;
  font-size: 14px;
  padding: 0;
}

.input_12 {
  width: 120px;
  font-size: 14px;
  padding: 0;
  text-indent: 7px;
}

.input_15 {
  width: 150px;
  font-size: 14px;
  padding: 0;
  text-indent: 7px;
}

.input_20 {
  width: 200px;
  font-size: 14px;
  padding: 0;
  text-indent: 7px;
}

.input_txt, .input_30 {
  width: 300px;
  font-size: 14px;
  padding: 0;
  text-indent: 7px;
}

.input_50 {
  width: 50%;
  font-size: 14px;
  padding: 0;
  text-indent: 7px;
}

.input_80 {
  width: 80%;
  font-size: 14px;
  padding: 0;
  text-indent: 7px;
}

.input_100p {
  width: 100%;
  font-size: 14px;
  padding: 0;
  text-indent: 7px;
}

.input_date {
  padding-right: 40px;
  position: relative;
}
.input_date i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  font-size: 30px;
}

.input_for {
  width: 100%;
  text-indent: 10px;
  font-size: 14px;
  padding: 0;
}

.input_for2 {
  width: 85%;
  text-indent: 10px;
  font-size: 14px;
  padding: 0;
}

.sel_for {
  width: 100%;
  text-indent: 7px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-right: 0;
}

.sel-type-form.w_3 {
  width: 32%;
}
.sel-type-form.w_2 {
  width: 49%;
}

.area-type-form {
  width: 97%;
  padding: 1.5%;
}

.textarea_box_border {
  border: 1px solid #dedede;
}

.textarea_box {
  width: 96%;
  height: 150px;
  padding: 20px 2%;
  overflow-y: auto;
  font-size: 13px;
}

.text-area-01 {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  border: solid 1px #ddd;
  overflow-y: auto;
}

.num {
  display: table;
  vertical-align: middle;
  width: 100%;
  max-width: 500px;
}
.num li {
  display: table-cell;
  width: 33.3333%;
  padding-left: 10px;
}
.num li:before {
  float: left;
  width: 10px;
  line-height: 40px;
  margin-left: -10px;
  color: #444;
  text-align: center;
  content: '-';
}
.num li:first-child {
  padding-left: 0;
}
.num li:first-child:before {
  display: none;
}

.e_mail_box {
  display: table;
  width: 100%;
}
.e_mail_box .mail_txt, .e_mail_box .mail_txt2 {
  display: table-cell;
  width: 31.333%;
  vertical-align: middle;
}
.e_mail_box .mail_a {
  display: table-cell;
  width: 4%;
  text-align: center;
  vertical-align: middle;
}
.e_mail_box .mail_sel {
  display: table-cell;
  width: 31.333%;
  vertical-align: middle;
  padding-left: 10px;
}
.e_mail_box .mail_sel:before {
  float: left;
  width: 10px;
  line-height: 28px;
  margin-left: -10px;
  text-align: center;
  content: '';
}

.table-form-01 .dis_inblock{
	vertical-align:middle;
	width:500px;
	margin-right:10px;
}

.id_num {
  display: table;
  vertical-align: middle;
  width: 100%;
}
.id_num li {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
}
.id_num li:before {
  float: left;
  width: 10px;
  line-height: 40px;
  margin-left: -10px;
  color: #444;
  text-align: center;
  content: '-';
}
.id_num li:first-child {
  padding-left: 0;
}
.id_num li:first-child:before {
  display: none;
}

.area_select {
  display: table;
  vertical-align: middle;
  width: 100%;
}
.area_select li {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
}
.area_select.txt3 li {
  display: table-cell;
  width: 33.333%;
  padding-left: 10px;
}
.area_select li:first-child {
  padding-left: 0;
}
.area_select li:first-child:before {
  display: none;
}
.area_select li:before {
  float: left;
  width: 10px;
  line-height: 28px;
  margin-left: -10px;
  text-align: center;
  content: '';
}

/*찾기*/
.input_btn_box {
  position: relative;
  padding-right: 124px;
}
.input_btn_box .table-btn-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
}

/* //버튼  ---------------------------------------------------------------*/
.btn-type-01 {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #314d80;
  border: 1px solid #314d80;
  cursor: pointer;
  border-radius: 38px;
  font-size: 14px;
  letter-spacing: -0.5px;
  box-sizing: border-box;
   min-width: 133px;
}
.btn-type-01:hover {
  color: #314d80;
  background: #fff;
}

.btn-type-02 {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #999999;
  border: 1px solid #999999;
  cursor: pointer;
  border-radius: 38px;
  font-size: 14px;
  letter-spacing: -0.5px;
  min-width: 133px;
  box-sizing: border-box;
}
.btn-type-02:hover {
  color: #999999;
  background: #fff;
}

.btn-type-03 {
  display: inline-block;
  text-align: center;
  min-width: 120px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
}
.btn-type-03:hover {
  background: #fff;
  color: #333;
}

.btn-type-04 {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 100px;
  color: #fff;
  background-color: #666;
  line-height: 1.5;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #666;
}
.btn-type-04:hover {
  background: #fff;
  color: #666;
}

.respon_btn a {
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  min-width: 200px;
  color: #fff;
  background-color: #a0d53b;
  line-height: 1.5;
  cursor: pointer;
}

.respon_btn2 a {
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  min-width: 100px;
  color: #fff;
  background-color: #a0d53b;
  line-height: 1.5;
  cursor: pointer;
}

.form_btn_01 {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  background-color: #0a326c;
  border: 1px solid #0a326c;
  cursor: pointer;
}
.form_btn_01:hover {
  color: #0a326c;
  background-color: #fff;
}

.form_btn_02 {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  background-color: #666;
  border: 1px solid #666;
  cursor: pointer;
}

.form_btn_03 {
  display: inline-block;
  text-align: center;
  width: 130px;
  padding: 8px 0;
  color: #fff;
  background-color: #de6742;
  border: 1px solid #de6742;
  line-height: 1.5;
  cursor: pointer;
}

.table-btn-01 {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  color: #fff !important;
  background-color: #54aee3;
  font-size: 13px;
  vertical-align: middle;
  box-sizing: border-box;
}

.table-btn-02 {
  display: inline-block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #082f90;
  background-color: #fff;
  border: 1px solid #082f90;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 20px;
}

.btn_submit_01 {
  display: inline-block;
  text-align: center;
  padding: 8px 10px 8px 10px;
  color: #fff;
  background-color: #666;
  font-size: 14px;
  vertical-align: middle;
  min-width: 60px;
}

.btn_submit_02 {
  display: inline-block;
  text-align: center;
  padding: 8px 10px 8px 10px;
  color: #fff;
  background-color: #de6742;
  font-size: 14px;
  vertical-align: middle;
  min-width: 60px;
}

.notice_i {
  font-size: 14px;
  background: #133e78;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 10px;
  vertical-align: middle;
  color: #fff;
}

/* //테이블  ---------------------------------------------------------------*/
.table-type-01 {
  table-layout: fixed;
  width: 100%;
}
.table-type-01 thead tr {
  border-top: 2px solid #314d80;
  border-bottom: 1px solid #314d80;
}
.table-type-01 .blue_bg td {
  background: #193e7d;
  color: #fff;
}
.table-type-01 tbody tr:hover {
  background: #fafafa;
}
.table-type-01 tbody tr:hover a {
  text-decoration: underline !important;
}
.table-type-01 th {
  color: #314d80;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.table-type-01 td {
  padding: 15px 0;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.table-type-01 .text_left {
  text-align: left;
}
.table-type-01 .text_left a {
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-type-02 {
  width: 100%;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  background: #fff;
}
.table-type-02.gr {
  width: 100%;
  border-top: solid 1px #72a70c;
  border-bottom: solid 1px #72a70c;
}
.table-type-02.gr th {
  border-bottom: solid 1px #72a70c;
}
.table-type-02 th {
  color: #333;
  border-bottom: solid 1px #999;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  background: #fff;
}
.table-type-02 tr:first-child th, .table-type-02 tr:first-child td {
  border-top: none;
}
.table-type-02.tbl_con_area {
  border-top: none;
  border-bottom: none;
}
.table-type-02 td {
  padding: 10px 5px;
  line-height: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.table-type-02 tr:first-child th {
  border-top: none;
}
.table-type-02 .text_left {
  text-align: left;
  padding: 0 20px;
}
.table-type-02 .text_left a {
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub_tbl {
  width: 100%;
  border-top: solid 1px #999;
}
.sub_tbl th, .sub_tbl td {
  padding: 15px 8px;
}
.sub_tbl thead th {
  font-weight: bold;
  color: #333;
  border: 1px solid #ddd;
  text-align: center;
}
.sub_tbl thead th:first-child {
  border-left: none;
}
.sub_tbl thead th:last-child {
  border-right: none;
}
.sub_tbl tbody th {
  border: 1px solid #ddd;
  text-align: center;
}
.sub_tbl tbody th:first-child {
  border-left: none;
}
.sub_tbl tbody th:last-child {
  border-right: none;
}
.sub_tbl tbody td {
  border: 1px solid #ddd;
}
.sub_tbl tbody td:first-child {
  border-left: none;
}
.sub_tbl tbody td:last-child {
  border-right: none;
}

.sub_tbl_02 {
  width: 100%;
  border-top: solid 2px #007582;
  border-bottom: solid 1px #007582;
  text-align: center;
}
.sub_tbl_02 th, .sub_tbl_02 td {
  padding: 12px 8px;
  letter-spacing: -1px;
}
.sub_tbl_02 thead th {
  font-weight: 500;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 1px solid #007582;
  color: #007582;
}
.sub_tbl_02 thead th:first-child {
  border-left: none;
}
.sub_tbl_02 thead th:last-child {
  border-right: none;
}
.sub_tbl_02 tbody th {
  border: 1px solid #ddd;
  color: #333;
}
.sub_tbl_02 tbody th:first-child {
  border-left: none;
}
.sub_tbl_02 tbody th:last-child {
  border-right: none;
}
.sub_tbl_02 tbody td {
  border: 1px solid #ddd;
}
.sub_tbl_02 tbody td:first-child {
  border-left: none;
}
.sub_tbl_02 tbody td:last-child {
  border-right: none;
}

.table_board_for {
  width: 100%;
  table-layout: fixed;
}
.table_board_for thead tr {
  border: 1px solid #ddd;
}
.table_board_for tbody tr:hover {
  background: #f7f7f7;
}
.table_board_for th {
  color: #333;
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
}
.table_board_for td {
  padding: 13px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.table_board_for .addfile_i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url(../images/icon/file_i.png) no-repeat 0 0;
}
.table_board_for .text_left {
  text-align: left;
  padding: 17px 30px 17px 20px;
}
.table_board_for .text_left > a {
  display: block;
}
.table_board_for .answer_box {
  margin-top: 10px;
}
.table_board_for .answer_box .ok {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 5px;
  color: red;
}
.table_board_for .answer_box .standby {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 5px;
  color: #000;
}

.qna_tbl .text_left {
  position: relative;
  padding-right: 80px;
}
.qna_tbl .text_left .answer_box {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
}
.qna_tbl .type {
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

.anwer_off {
  display: inline-block;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background-color: #a41d21;
  border: 1px solid #a41d21;
  font-size: 12px;
  vertical-align: middle;
  padding: 0 8px;
}

.anwer_on {
  display: inline-block;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  font-size: 12px;
  vertical-align: middle;
  padding: 0 8px;
}

.xi-lock {
  color: #222;
  margin-right: 5px;
}

.table-view-01 {
  width: 100%;
  border-top: solid 1px #314d80;
  border-bottom: solid 1px #ddd;
}
.table-view-01 .tit {
  font-size: 16px;
  color: #000;
}
.table-view-01 tr:first-child th, .table-view-01 tr:first-child td {
  border-top: solid 2px #314d80;
  border-bottom: solid 1px #314d80;
}
.table-view-01 th, .table-view-01 td {
  padding: 10px 8px;
  vertical-align: top;
  border-top: solid 1px #ddd;
}
.table-view-01 th {
  color: #333;
  text-align: left;
  font-weight: 500;
}
.table-view-01 .blue {
  color: #5d9ad3;
}
.table-view-01 .text_left {
  text-align: left;
}
.table-view-01 .addfile_txt {
  padding-left: 35px;
  background: url(../images/icon/file_i.png) no-repeat 0 0;
}
.table-view-01 .notice-b {
  display: inline-block;
  padding: 2px 8px;
  background-color: #489fc4;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
.table-view-01.title-black th {
  color: #333;
}
.table-view-01.th-center th {
  text-align: center;
}
.table-view-01.table-line th, .table-view-01.table-line td {
  border: solid 1px #ddd;
}
.table-view-01 td .board-box {
  min-height: 150px;
  padding: 10px;
}
.table-view-01 td .board-box img {
  max-width: 100%;
}
.table-view-01 .tit_box p.tbl_detail_span {
  float: right;
}
.table-view-01 .tit_box p.tbl_detail_span span:first-child:before {
  display: none;
}
.table-view-01 .tit_box p.tbl_detail_span span:before {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 10px;
  margin: -1px 7px 0 4px;
  background: #bbb;
  content: '';
  vertical-align: middle;
}
.table-view-01 .tit_box p.tbl_detail_span > span.anwer_on:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_off:before {
  display: none;
}

.file_btn {
  display: block;
  background: url(../images/board/download.png) no-repeat 0 center;
  width: 16px;
  height: 21px;
}

.table-form-01 {
  width: 100%;
  border-top: 1px solid #ddd;
}
.table-form-01.border_no {
  border-top: none;
  border-bottom: none;
}
.table-form-01.border_no th, .table-form-01.border_no td {
  border-top: none;
}
.table-form-01 tr th, .table-form-01 tr td {
  border-bottom: 1px solid #ddd;
}
.table-form-01 th {
  padding: 15px 5px 15px 15px;
  text-align: left;
  background: #f6f6f6;
  font-weight: bold;
  color: #000;
}
.table-form-01 th label {
  font-weight: 400;
  color: #333;
  text-align: center;
}
.table-form-01 td {
  padding: 15px 15px;
}
.table-form-01 th label {
  font-weight: bold;
}
.table-form-01 .w_150 {
  width: 150px;
}
.table-form-01 .w_180 {
  width: 180px;
}
.table-form-01 .w_120 {
  width: 120px;
}
.table-form-01 .btn-type-01 {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .table-form-01 {
    display: block;
  }
  .table-form-01 tbody, .table-form-01 colgroup, .table-form-01 tr, .table-form-01 th, .table-form-01 td {
    display: block;
    border: none;
  }
  .table-form-01 tr td, .table-form-01 tr th {
    padding: 0;
    border: none;
  }
  .table-form-01 tr th {
    padding: 10px  0 5px;
    text-align: left;
  }
}

.table-respon {
  width: 100%;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
}
.table-respon.boder-01 th {
  border: solid 1px #ddd;
  background: #f7f7f7;
}
.table-respon.boder-01 td {
  border: solid 1px #ddd;
  padding: 10px 20px;
}
.table-respon.form-01 {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.table-respon tr:first-child th, .table-respon tr:first-child td {
  border-top: 0;
}
.table-respon th {
  padding: 13px 8px;
  color: #000;
  border-top: 1px solid #ddd;
}
.table-respon td {
  padding: 13px 8px;
  border-top: 1px solid #ddd;
}

.paging-area {
  position: relative;
  margin-top: 50px;
}
.paging-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.paging-area ul li {
  display: inline;
  margin-left: 5px;
  padding: 0;
}
.paging-area ul li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 50%;
  color: #666;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.paging-area ul li a.active {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: #314d80;
  width: 33px;
  height: 33px;
}
.paging-area ul li a.prev-first {
  background-image: url("../images/paging/prev-first.png");
}
.paging-area ul li a.prev {
  background-image: url("../images/paging/prev.png");
}
.paging-area ul li a.next-last {
  background-image: url("../images/paging/next-last.png");
}
.paging-area ul li a.next {
  background-image: url("../images/paging/next.png");
}
.paging-area ul li a span {
  display: inline-block;
  text-indent: -9999px;
}

.board-search-01 {
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
  .board-search-01 {
    margin-top: 30px;
  }
}
.board-search-01 select, .board-search-01 input {
  border: solid 1px #ccc;
  background-color: #fff;
}
.board-search-01 .select-type-01 {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-indent: 7px;
  border-right: 0;
  box-sizing: border-box;
}
.board-search-01 .input-type-01 {
  padding: 0 5px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.board-search-01 .btn {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  line-height: normal;
  box-sizing: border-box;
}
.board-search-01 .btn-color-01 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  margin-left: -5px;
  background: white url("../images/icon/search_i_02.png") no-repeat center center;
}

.border-list-type {
  border-top: solid 1px #314d80;
  border-bottom: solid 1px #314d80;
  font-size: 14px;
}
.border-list-type li {
  border-bottom: solid 1px #314d80;
}
.border-list-type li a {
  display: block;
  padding: 10px 10px;
}
.border-list-type li a .list-title {
  font-weight: 500;
  color: #333;
}
.border-list-type li a .list-up-bg {
  width: 60px;
  padding-left: 20px;
  color: #314d80;
  background: url("../images/icon/list-prev.gif") no-repeat 0 6px;
}
.border-list-type li a .list-down-bg {
  width: 60px;
  padding-left: 20px;
  color: #314d80;
  background: url("../images/icon/list-next.gif") no-repeat 0 6px;
}
.border-list-type li a .w-con {
  float: none;
  overflow: hidden;
}
.border-list-type .border-none {
  border-bottom: none;
}

.txt-board-box {
  padding: 20px 5px;
}
.txt-board-box img {
  max-width: 100%;
  width: 800px;
}

.gallery-board-01 {
  padding: 30px 0;
  border-top: solid 1px #0b3e95;
  border-bottom: solid 1px #0b3e95;
}
.gallery-board-01 .gallery-list li {
  width: 31.3%;
  padding: 10px 1%;
  float: left;
}
.gallery-board-01 .gallery-list li a {
  display: block;
  position: relative;
}
.gallery-board-01 .gallery-list li a img {
  width: 100%;
}
.gallery-board-01 .gallery-list li .txt-box {
  margin-top: 10px;
  height: 50px;
  text-align: center;
}

.gallery-board-02 {
  padding: 30px 0;
  border-top: solid 1px #0b3e95;
  border-bottom: solid 1px #0b3e95;
}
.gallery-board-02 .gallery-list li {
  width: 23%;
  padding: 10px 1%;
  float: left;
}
.gallery-board-02 .gallery-list li a {
  display: block;
  position: relative;
}
.gallery-board-02 .gallery-list li a img {
  width: 200px;
  height: 154px;
}
.gallery-board-02 .gallery-list li .txt-box {
  margin-top: 10px;
  height: 25px;
  text-align: center;
}

.img_board_list li {
  margin: 20px 0;
}
.img_board_list li a {
  position: relative;
  display: block;
  border: 1px solid #ddd;
}
.img_board_list li a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 0 solid #454597;
  transition: border-width 0.3s;
  z-index: 5;
}
.img_board_list li a i {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -22.5px;
}
.img_board_list li a .img_box {
  overflow: hidden;
  position: relative;
  padding-top: 67%;
}
.img_board_list li a .img_box span {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}
.img_board_list li a .img_box img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  margin: 0;
  transition: 0.3s;
}
.img_board_list li a .txt_box {
  padding: 20px 15px;
  background: #fff;
  color: #333;
}
.img_board_list li a .txt_box .tit {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.img_board_list li a .txt_box .date {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.img_board_list li a .txt_box .date span {
  position: relative;
  padding: 0 7px;
}
.img_board_list li a .txt_box .date span:first-child {
  padding-left: 0;
}
.img_board_list li a .txt_box .date span:first-child:before {
  display: none;
}
.img_board_list li a .txt_box .date span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #bbb;
}
.img_board_list li a .txt_box .des {
  font-size: 14px;
  color: #999;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img_board_list li a:hover:before {
  border-width: 5px;
}
.img_board_list li a:hover .img_box img {
  transform: scale(1.05);
}
.img_board_list li a:hover .txt_box .tit {
  color: #454597;
}

.img_notice_list {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.img_notice_list li {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .img_notice_list li {
    padding: 15px 0;
  }
}
.img_notice_list li i {
  margin-right: 10px;
  width: 83px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.img_notice_list li i.notice_i {
  background: url(../images/icon/notice_i.png) no-repeat;
}
.img_notice_list li i.hot_i {
  background: url(../images/icon/hot_i.png) no-repeat;
}
@media screen and (max-width: 1200px) {
  .img_notice_list li i {
    width: 60px;
    height: 28px;
    background-size: 60px auto !important;
  }
}
.img_notice_list li:first-child {
  border-top: 0;
}
.img_notice_list li .img_box {
  position: relative;
  overflow: hidden;
  float: left;
  width: 265px;
  margin-right: 40px;
  padding-bottom: 18%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .img_notice_list li .img_box {
    width: 80px;
    padding-bottom: 80px;
    margin-right: 15px;
  }
}
.img_notice_list li a {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img_notice_list li .tit {
  font-size: 35px;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.img_notice_list li .des {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .img_notice_list li .tit {
    font-size: 16px;
  }
  .img_notice_list li .des {
    font-size: 14px;
    max-height: 75px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.birth_list li {
  float: left;
  width: 130px;
}
.birth_list li.type_01 {
  width: 135px;
  margin-left: 20px;
  height: 32px;
  line-height: 32px;
}
.birth_list li input[type="text"] {
  width: 90px;
}
.birth_list li .txt {
  padding: 0 8px;
}

.qna {
  border-bottom: solid 1px #999;
}
.qna li:first-child .qna-header {
  border-top: none;
}
.qna .qna-header {
  padding: 10px;
  border-top: solid 1px #ddd;
}
.qna .qna-header a {
  display: block;
  padding-right: 30px;
  text-decoration: none;
  background: url(../images/qna/qna-up.png) no-repeat right center;
}
.qna .qna-header a.select {
  font-weight: bold;
  color: #133e78;
  background: url(../images/qna/qna-down.png) no-repeat right center;
}
.qna .qna-body {
  display: none;
  padding: 20px 20px 20px 12%;
  line-height: 1.5;
  background: #f9f9f9;
  color: #333;
  border-top: solid 1px #ddd;
}

.input_find {
  position: relative;
  padding-right: 124px;
  display: inline-block;
}
.input_find .table-btn-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  width: 100px;
}

.calender_td .date_pic01 {
  padding-right: 35px;
  background: url(../images/sub/month_i.png) no-repeat right center;
  background-size: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.calender_td .date_pic02 {
  padding-right: 35px;
  background: url(../images/sub/month_i.png) no-repeat right center;
  background-size: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.calender_td .date_pic02:before {
  width: 10px;
  line-height: 28px;
  padding: 0 10px;
  color: #444;
  text-align: center;
  content: '~';
}

.table_qna {
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.table_qna th {
  color: #333;
  text-align: center;
  font-weight: 500;
  padding: 12px 0;
}
.table_qna td {
  padding: 12px 0;
  position: relative;
  line-height: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.table_qna .text_left {
  text-align: left;
  padding: 5px 20px;
}
.table_qna .text_left > a {
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table_qna .answer_box {
  margin-top: 10px;
}
.table_qna .answer_box .ok {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 5px;
  color: red;
}
.table_qna .answer_box .standby {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 5px;
  color: #000;
}

/*아이콘 */
.xi-volume-up {
  font-size: 20px;
  color: #00aeef;
  margin-right: 10px;
}

.xi-subdirectory-arrow {
  font-size: 20px;
  color: #00aeef;
}

.xi-file-download-o {
  font-size: 24px;
}

/*스크롤 테이블 */
.sub_con .row_scoll {
  max-width: 700px;
}

.board_view_btn_box {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .board_view_btn_box {
    margin-top: 25px;
  }
}

/* //팝업  ---------------------------------------------------------------*/
.modal-dialog .check-area {
  float: left;
  width: 80%;
  text-align: left;
  color: #333;
}
.modal-dialog .modal-footer .pop-close {
  float: right;
  width: 20%;
  text-align: right;
  display: block;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  z-index: 500;
}

/* //반응형  ---------------------------------------------------------------*/
@media all and (max-width: 1024px) {
  .m_br_no {
    display: none;
  }

  .m_br_show {
    display: block;
  }

  .input_btn_box {
    position: relative;
    padding-right: 90px;
  }

  .form_btn_01 {
    height: 40px;
    line-height: 40px;
  }

  .input_btn_box .table-btn-01 {
    width: 68px;
  }

  table {
    font-size: 13px;
  }

  .table_board_for th, .table_board_for td {
    padding: 8px 0;
  }

  .table-respon colgroup {
    display: none;
  }
  .table-respon tr:first-child td {
    border-top: 0;
  }
  .table-respon th {
    display: block;
    width: 100%;
    border-right: 0;
    padding: 5px 0 0;
    box-sizing: border-box;
  }
  .table-respon td {
    display: block;
    width: 100%;
    padding: 8px 0;
    border-top: 0;
    box-sizing: border-box;
  }
  .table-respon.boder-01 {
    border: 0;
  }
  .table-respon.boder-01 th {
    border: 0;
  }
  .table-respon.boder-01 td {
    border: 0;
    padding: 10px 8px;
  }

  .table-form-01 {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .table-form-01 .w_150, .table-form-01 .w_120, .table-form-01 .w_180 {
    width: 70px;
  }
  .table-form-01 .w_adjust {
    width: 90px;
  }

  .area_select li {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .area_select li:first-child {
    margin-top: 0;
  }
  .area_select li:before {
    display: none;
  }

  .table-form-01 .input_30 {
    width: 100%;
  }

  .e_mail_box {
    display: block;
  }
  .e_mail_box .mail_txt {
    display: block;
    float: left;
    width: 90%;
    margin-right: 2%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .e_mail_box .mail_a {
    display: block;
    float: left;
    width: 8%;
    text-align: center;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .e_mail_box .mail_a:after {
    content: '';
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
  }
  .e_mail_box .mail_txt2 {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .e_mail_box .mail_sel {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .e_mail_box .mail_sel:before {
    display: none;
  }

  .input_find {
    position: relative;
    padding-right: 90px;
  }
  .input_find .table-btn-01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
  }

  .table-respon.form-01 .input_30 {
    width: 100%;
    text-indent: 10px;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
  }

  .calender_td .date_pic01 {
    display: inline-block;
  }
  .calender_td .date_pic02 {
    display: inline-block;
    margin-top: 10px;
  }

  .table_qna colgroup, .table_qna th:nth-child(1), .table_qna td:nth-child(1) {
    display: none;
  }
  .table_qna th:nth-child(2), .table_qna td:nth-child(2) {
    width: 65% !important;
  }
  .table_qna th:nth-child(3), .table_qna td:nth-child(3) {
    width: 15% !important;
  }
  .table_qna th:nth-child(4), .table_qna td:nth-child(4) {
    width: 20% !important;
  }

  .qna_tbl .text_left {
    padding-right: 0px;
  }
  .qna_tbl .text_left .answer_box {
    position: static;
    margin-top: 8px;
  }
  .qna_tbl .type {
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
  }

  .birth_list li {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media (max-width: 1024px) {
  .table_board_for colgroup, .table_board_for th:nth-child(1), .table_board_for td:nth-child(1) {
    display: none;
  }
  .table_board_for th:nth-child(2), .table_board_for td:nth-child(2) {
    width: 65% !important;
  }
  .table_board_for th:nth-child(3), .table_board_for td:nth-child(3) {
    width: 15% !important;
  }
  .table_board_for th:nth-child(4), .table_board_for td:nth-child(4) {
    width: 20% !important;
  }
}
/* // 플로그인   ---------------------------------------------------------------*/
/*팝업 */
.mfp-content {
  text-align: center;
}

.pop-con {
  position: relative;
  display: inline-block;
  padding: 0;
  background-color: #fff;
}

.video-pop {
  position: relative;
  display: inline-block;
}

.video-pop.pop-con .mfp-close {
  background: url(../images/icon/close_i.png) no-repeat 0 0;
  background-size: 30px auto;
  top: -40px;
}

.pop-con.video-pop {
  margin: 0 2%;
  width: 96%;
  padding: 0;
  max-width: 900px;
}

.pass-pop-box {
  width: 400px;
}
.pass-pop-box .pass-pop-head {
  position: relative;
  padding: 10px;
  background-color: #e3444f;
  border: solid 1px #e3444f;
  color: #fff;
}
.pass-pop-box .pass-pop-content {
  padding: 20px 10px 20px 10px;
  background-color: #fff;
  border: solid 1px #e3444f;
}
.pass-pop-box .btn-pass-01 {
  display: inline-block;
  padding: 4px 25px;
  color: #fff;
  background-color: #151515;
  border-radius: 5px;
  font-size: 15px;
}

.pop-con.close-02 .mfp-close {
  color: #fff;
}

.modal_standard {
  position: fixed;
  left: 0;
  top: 0;
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.modal_wrap {
  display: table-cell;
  vertical-align: middle;
  position: static;
  top: 50%;
}

.modal_con {
  min-height: 50px;
}

.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 35px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open {
  overflow-x: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 300;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 0 auto;
    display: inline-block;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (max-width: 768px) {
  .modal-dialog {
    width: 96% !important;
    margin: 0 2%;
  }
}
.mfp-content {
  text-align: center;
}

.pop-con {
  position: relative;
  display: inline-block;
  padding: 38px 10px 10px 10px;
  background-color: #fff;
}

.pass-pop-box {
  width: 400px;
}
.pass-pop-box .pass-pop-head {
  position: relative;
  padding: 10px;
  background-color: #e3444f;
  border: solid 1px #e3444f;
  color: #fff;
}
.pass-pop-box .pass-pop-content {
  padding: 20px 10px 20px 10px;
  background-color: #fff;
  border: solid 1px #e3444f;
}
.pass-pop-box .btn-pass-01 {
  display: inline-block;
  padding: 4px 25px;
  color: #fff;
  background-color: #151515;
  border-radius: 5px;
  font-size: 15px;
}

.pop-con.close-02 .mfp-close {
  color: #fff;
}

.wrapper header {
  position: relative;
}

.mfp-close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.grapht_box .circle-info-half {
  line-height: 1.5 !important;
}
.grapht_box .dounet_con {
  position: relative;
  display: inline-block;
}

.circliful {
  position: relative;
  display: inline-block;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}

.circle-info, .circle-info-half {
  color: #999;
}

.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.layer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
.layer .pop-layer {
  display: block;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  min-width: 320px;
  height: auto;
  background-color: #fff;
  border: 5px solid #3571B5;
  z-index: 10;
}
.pop-layer .pop-container {
  padding: 20px 25px;
}
.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}
.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  text-align: right;
}

a.cbtn {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}
a.cbtn:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

@media (max-width: 768px) {
  .pop-layer {
    width: 98%;
    margin: 0 1%;
    box-sizing: border-box;
  }
}
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.c3 path, .c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3;
}

.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}

.c3-line {
  stroke-width: 1px;
}

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}

.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}

.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}

.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}

.c3-region {
  fill: steelblue;
  fill-opacity: .1;
}

.c3-brush .extent {
  fill-opacity: .1;
}

.c3-legend-item {
  font-size: 12px;
}

.c3-legend-item-hidden {
  opacity: 0.15;
}

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}

.c3-title {
  font: 14px sans-serif;
}

.c3-tooltip-container {
  z-index: 10;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}

.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max, .c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

.c3-chart-arc .c3-gauge-value {
  fill: #000;
}

.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-controls .bx-has-controls-auto .bx-pager {
  width: 100%;
}
.bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: none !important;
  left: 0;
  background: transparent !important;
}
.bx-wrapper .bx-pager {
  bottom: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.bx-wrapper .bx-controls-direction a {
  margin-top: -21px;
  width: 21px;
  height: 53px;
  z-index: 10;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
  background: url(../images/slider/btn_left.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
  background: url(../images/slider/btn_right.png) no-repeat 0 0;
}

.b_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row_0 {
  margin-right: 0;
  margin-left: 0;
}
.row_0 > li, .row_0 > div {
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row_5 > li, .row_5 > div, .row_5 > form, .row_5 > dl {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row_10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row_10 > li, .row_10 > div {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row_20 {
  margin-right: -20px;
  margin-left: -20px;
}
.row_20 > li, .row_20 > div {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row_30 {
  margin-right: -30px;
  margin-left: -30px;
}
.row_30 > li, .row_30 > div {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row_5 {
  margin-right: -5px;
  margin-left: -5px;
}

.col-lg-1, .col-lg-1-5.col-lg-10, .col-lg-10-5, .col-lg-11, .col-lg-11-5, .col-lg-12, .col-lg-15, .col-lg-2, .col-lg-2-5, .col-lg-3, .col-lg-3-5, .col-lg-4, .col-lg-4-5, .col-lg-5, .col-lg-5-5, .col-lg-6, .col-lg-6-5, .col-lg-7, .col-lg-7-5, .col-lg-8, .col-lg-8-5, .col-lg-9, .col-lg-9-5, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-15, .col-sm-15, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
  display: table;
  content: " ";
}

.btn-toolbar:after, .btn-toolbar:before {
  display: table;
  content: " ";
}

.clearfix:after, .clearfix:before {
  display: table;
  content: " ";
}

.container-fluid:after, .container-fluid:before {
  display: table;
  content: " ";
}

.container:after, .container:before {
  display: table;
  content: " ";
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
  display: table;
  content: " ";
}

.modal-footer:after, .modal-footer:before {
  display: table;
  content: " ";
}

.nav:after, .nav:before {
  display: table;
  content: " ";
}

.navbar-collapse:after, .navbar-collapse:before {
  display: table;
  content: " ";
}

.navbar-header:after, .navbar-header:before {
  display: table;
  content: " ";
}

.navbar:after, .navbar:before {
  display: table;
  content: " ";
}

.pager:after, .pager:before {
  display: table;
  content: " ";
}

.panel-body:after, .panel-body:before {
  display: table;
  content: " ";
}

.row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-15, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
  float: left;
}

.col-lg-11-5 {
  width: 95.83333333%;
  float: left;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10-5 {
  width: 85%;
  float: left;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-9-5 {
  width: 79.1666666%;
  float: left;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8-5 {
  width: 70.833333%;
  float: left;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-7-5 {
  width: 62.5%;
  float: left;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-6-5 {
  width: 54.1666666%;
  float: left;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5-5 {
  width: 45.833333%;
  float: left;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-4-5 {
  width: 37.5%;
  float: left;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-3-5 {
  width: 29.166666%;
  float: left;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2-5 {
  width: 20.833333%;
  float: left;
}

.col-lg-15 {
  width: 20%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.col-lg-1-5 {
  width: 12.5%;
  float: left;
}

.col-lg-1 {
  width: 8.33333333%;
}

.col-lg-pull-11 {
  right: 91.66666667%;
}

.col-lg-pull-10 {
  right: 83.33333333%;
}

.col-lg-pull-9 {
  right: 75%;
}

.col-lg-pull-8 {
  right: 66.66666667%;
}

.col-lg-pull-7 {
  right: 58.33333333%;
}

.col-lg-pull-6 {
  right: 50%;
}

.col-lg-pull-5 {
  right: 41.66666667%;
}

.col-lg-pull-4 {
  right: 33.33333333%;
}

.col-lg-pull-3 {
  right: 25%;
}

.col-lg-pull-2 {
  right: 16.66666667%;
}

.col-lg-pull-1 {
  right: 8.33333333%;
}

.col-lg-pull-0 {
  right: auto;
}

.col-lg-push-12 {
  left: 100%;
}

.col-lg-push-11 {
  left: 91.66666667%;
}

.col-lg-push-10 {
  left: 83.33333333%;
}

.col-lg-push-9 {
  left: 75%;
}

.col-lg-push-8 {
  left: 66.66666667%;
}

.col-lg-push-7 {
  left: 58.33333333%;
}

.col-lg-push-6 {
  left: 50%;
}

.col-lg-push-5 {
  left: 41.66666667%;
}

.col-lg-push-4 {
  left: 33.33333333%;
}

.col-lg-push-3 {
  left: 25%;
}

.col-lg-push-2 {
  left: 16.66666667%;
}

.col-lg-push-1 {
  left: 8.33333333%;
}

.col-lg-push-0 {
  left: auto;
}

.col-lg-offset-12 {
  margin-left: 100%;
}

.col-lg-offset-11 {
  margin-left: 91.66666667%;
}

.col-lg-offset-10 {
  margin-left: 83.33333333%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-offset-8 {
  margin-left: 66.66666667%;
}

.col-lg-offset-7 {
  margin-left: 58.33333333%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-offset-5 {
  margin-left: 41.66666667%;
}

.col-lg-offset-4 {
  margin-left: 33.33333333%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-offset-2 {
  margin-left: 16.66666667%;
}

.col-lg-offset-1 {
  margin-left: 8.33333333%;
}

.col-lg-offset-0 {
  margin-left: 0;
}

@media all and (max-width: 1024px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100% !important;
  }

  .col-sm-11 {
    width: 91.66666667% !important;
  }

  .col-sm-10 {
    width: 83.33333333% !important;
  }

  .col-sm-9 {
    width: 75% !important;
  }

  .col-sm-8 {
    width: 66.66666667% !important;
  }

  .col-sm-7 {
    width: 58.33333333% !important;
  }

  .col-sm-6 {
    width: 50% !important;
  }

  .col-sm-5 {
    width: 41.66666667% !important;
  }

  .col-sm-4 {
    width: 33.33333333% !important;
  }

  .col-sm-3 {
    width: 25% !important;
  }

  .col-sm-2 {
    width: 16.66666667% !important;
  }

  .col-sm-1 {
    width: 8.33333333% !important;
  }

  .col-sm-pull-12 {
    right: 100% !important;
  }

  .col-sm-pull-11 {
    right: 91.66666667% !important;
  }

  .col-sm-pull-10 {
    right: 83.33333333% !important;
  }

  .col-sm-pull-9 {
    right: 75% !important;
  }

  .col-sm-pull-8 {
    right: 66.66666667% !important;
  }

  .col-sm-pull-7 {
    right: 58.33333333% !important;
  }

  .col-sm-pull-6 {
    right: 50% !important;
  }

  .col-sm-pull-5 {
    right: 41.66666667% !important;
  }

  .col-sm-pull-4 {
    right: 33.33333333% !important;
  }

  .col-sm-pull-3 {
    right: 25% !important;
  }

  .col-sm-pull-2 {
    right: 16.66666667% !important;
  }

  .col-sm-pull-1 {
    right: 8.33333333% !important;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100% !important;
  }

  .col-sm-push-11 {
    left: 91.66666667% !important;
  }

  .col-sm-push-10 {
    left: 83.33333333% !important;
  }

  .col-sm-push-9 {
    left: 75% !important;
  }

  .col-sm-push-8 {
    left: 66.66666667% !important;
  }

  .col-sm-push-7 {
    left: 58.33333333% !important;
  }

  .col-sm-push-6 {
    left: 50% !important;
  }

  .col-sm-push-5 {
    left: 41.66666667% !important;
  }

  .col-sm-push-4 {
    left: 33.33333333% !important;
  }

  .col-sm-push-3 {
    left: 25% !important;
  }

  .col-sm-push-2 {
    left: 16.66666667% !important;
  }

  .col-sm-push-1 {
    left: 8.33333333% !important;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100% !important;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667% !important;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333% !important;
  }

  .col-sm-offset-9 {
    margin-left: 75% !important;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667% !important;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333% !important;
  }

  .col-sm-offset-6 {
    margin-left: 50% !important;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667% !important;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333% !important;
  }

  .col-sm-offset-3 {
    margin-left: 25% !important;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667% !important;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333% !important;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .m_mb_30 {
    margin-bottom: 30px;
  }

  .m_mb_20 {
    margin-bottom: 20px;
  }

  .m_mb_10 {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
  }

  .col-xs-12 {
    width: 100% !important;
  }

  .col-xs-11 {
    width: 91.66666667% !important;
  }

  .col-xs-10 {
    width: 83.33333333% !important;
  }

  .col-xs-9 {
    width: 75% !important;
  }

  .col-xs-8 {
    width: 66.66666667% !important;
  }

  .col-xs-7 {
    width: 58.33333333% !important;
  }

  .col-xs-6 {
    width: 50% !important;
  }

  .col-xs-5 {
    width: 41.66666667% !important;
  }

  .col-xs-4 {
    width: 33.33333333% !important;
  }

  .col-xs-3 {
    width: 25% !important;
  }

  .col-xs-2 {
    width: 16.66666667% !important;
  }

  .col-xs-1 {
    width: 8.33333333% !important;
  }

  .col-xs-pull-12 {
    right: 100% !important;
  }

  .col-xs-pull-11 {
    right: 91.66666667% !important;
  }

  .col-xs-pull-10 {
    right: 83.33333333% !important;
  }

  .col-xs-pull-9 {
    right: 75% !important;
  }

  .col-xs-pull-8 {
    right: 66.66666667% !important;
  }

  .col-xs-pull-7 {
    right: 58.33333333% !important;
  }

  .col-xs-pull-6 {
    right: 50% !important;
  }

  .col-xs-pull-5 {
    right: 41.66666667% !important;
  }

  .col-xs-pull-4 {
    right: 33.33333333% !important;
  }

  .col-xs-pull-3 {
    right: 25% !important;
  }

  .col-xs-pull-2 {
    right: 16.66666667% !important;
  }

  .col-xs-pull-1 {
    right: 8.33333333% !important;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-push-12 {
    left: 100% !important;
  }

  .col-xs-push-11 {
    left: 91.66666667% !important;
  }

  .col-xs-push-10 {
    left: 83.33333333% !important;
  }

  .col-xs-push-9 {
    left: 75% !important;
  }

  .col-xs-push-8 {
    left: 66.66666667% !important;
  }

  .col-xs-push-7 {
    left: 58.33333333% !important;
  }

  .col-xs-push-6 {
    left: 50% !important;
  }

  .col-xs-push-5 {
    left: 41.66666667% !important;
  }

  .col-xs-push-4 {
    left: 33.33333333% !important;
  }

  .col-xs-push-3 {
    left: 25% !important;
  }

  .col-xs-push-2 {
    left: 16.66666667% !important;
  }

  .col-xs-push-1 {
    left: 8.33333333% !important;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-offset-12 {
    margin-left: 100% !important;
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667% !important;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333% !important;
  }

  .col-xs-offset-9 {
    margin-left: 75% !important;
  }

  .col-xs-offset-8 {
    margin-left: 66.66666667% !important;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333% !important;
  }

  .col-xs-offset-6 {
    margin-left: 50% !important;
  }

  .col-xs-offset-5 {
    margin-left: 41.66666667% !important;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333% !important;
  }

  .col-xs-offset-3 {
    margin-left: 25% !important;
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667% !important;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333% !important;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  overflow: hidden;
  border: 1px solid #c82f43;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #c82f43;
}

.progress-bar-xs {
  height: 5px !important;
}

.tbl_tit_des {
  display: table;
  width: 100%;
}
.tbl_tit_des span:first-child, .tbl_tit_des span.tit {
  float: left;
  width: 50px;
}
.tbl_tit_des div:first-child, .tbl_tit_des div.tit {
  float: left;
  width: 50px;
}
.tbl_tit_des span:last-child, .tbl_tit_des span.des {
  display: table-cell;
  width: 100%;
}
.tbl_tit_des div:last-child, .tbl_tit_des div.des {
  display: table-cell;
  width: 100%;
}

.mCustomScrollBox {
  height: auto !important;
}

.scroll-con-y .mCustomScrollBox {
  height: 100% !important;
}

/* // 헤더    ---------------------------------------------------------------*/
.sub #header {
  position: fixed;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
}

#header {
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: all  0.7s ease-out;
}
#header.on {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
#header.on .top_menu_bx {
  margin-top: -36px;
}
#header.on .gnb_wrap .gnb_box {
  height: auto;
}
#header.on .gnb_wrap .search_bx {
  top: 17px;
}
#header.on .gnb_wrap .depth01 > a {
  height: 60px;
  line-height: 60px;
  transition: none;
}
#header.on .gnb_wrap .logo_box {
  top: 12px;
  transition: 0.3s;
}
#header.on .gnb_wrap .logo_box a {
  transition: 0.3s;
  background-size: 120px auto;
}
#header.on .gnb_wrap .depth02 {
  top: 60px;
}
#header.on .nav_bg_pc {
  top: 65px;
}

.gnb_wrap .top_menu_bx {
  text-align: right;
  padding-top: 8px;
  transition: 0.3s;
}
.gnb_wrap .top_menu_bx > ul  {

  display: inline-block;
  vertical-align: middle;
}

.gnb_wrap .top_menu_bx > ul > li {
  position: relative;
  padding: 0 8px;
  text-align: center;
  display: inline-block;
}
.gnb_wrap .top_menu_bx > ul > li:first-child {
  padding-left: 0;
}
.gnb_wrap .top_menu_bx > ul > li:first-child:before {
  display: none;
}
.gnb_wrap .top_menu_bx > ul > li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 1px solid  #ddd;
  height: 10px;
  margin-top: -5px;
}
.gnb_wrap .top_menu_bx > ul > li a {
  font-size: 12px;
  display: inline-block;
}
.gnb_wrap .top_menu_bx > ul > li.my_li > a {
  color: #000;
  padding-right: 20px;
  background: url(../images/icon/btn_arrow_top.png) no-repeat right center;
}
.gnb_wrap .top_menu_bx > ul > li.my_li > a.on {
  background-image: url(../images/icon/btn_arrow_top_on.png);
}
.gnb_wrap .top_menu_bx > ul > li.my_li .my_list {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.gnb_wrap .top_menu_bx > ul > li.my_li .my_list li {
  padding: 0;
}
.gnb_wrap .top_menu_bx > ul > li.my_li .my_list li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #000;
  background: #fff;
}
.gnb_wrap .top_menu_bx > ul > li.my_li .my_list li a:hover {
  background: #314d80;
  border: 1px solid #314d80;
  color: #fff;
}
.gnb_wrap .logo_box {
  position: absolute;
  top: 7px;
  left: 0;
  text-align: center;
  transition: all  0.3s;
}
.gnb_wrap .logo_box a {
  background: url(../images/main/logo.png) no-repeat 0 0;
  width: 146px;
  height: 47px;
  display: inline-block;
  transition: all 0.1s;
}
.gnb_wrap .search_bx {
  position: absolute;
  top: 15px;
  right: 0;
}
.gnb_wrap .search_bx .inner_bx {
  position: relative;
}
.gnb_wrap .search_bx .txt_search {
  width: 180px;
  text-indent: 7px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
}
.gnb_wrap .search_bx .btn_search {
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(../images/icon/search_i.png) no-repeat 0 0;
  width: 16px;
  height: 18px;
  margin-top: -9px;
  color: #fff;
  font-size: 0;
  text-indent: -9999999999px;
  border: 0;
}
.gnb_wrap .gnb_box {
  margin-left: 170px;
}
.gnb_wrap ul {
  position: relative;
}
.gnb_wrap .depth01 {
  float: left;
  padding: 0 25px;
}
.gnb_wrap .depth01 > a {
  position: relative;
  color: #222;
  display: inline-block;
  font-size: 17.7px;
  font-weight: 500;
  height: 70px;
  line-height: 58px;
  text-align: center;
}
.gnb_wrap .depth01 > a:hover, .gnb_wrap .depth01 > a.active {
  color: #3198d4;
}
.gnb_wrap .depth01 > a:hover:before, .gnb_wrap .depth01 > a.active:before {
  width: 100%;
}
.gnb_wrap .depth01 > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #3198d4;
  height: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnb_wrap .depth01 .depth02 {
  left: 0;
  position: absolute;
  top: 70px;
  z-index: 100;
  text-align: center;
  display: none;
}
.gnb_wrap .depth01 .depth02.gnb_posi_03 {
  left: 240px;
}
.gnb_wrap .depth01 .depth02.gnb_posi_05 {
  left: 280px;
}
.gnb_wrap .depth01 .depth02.gnb_posi_06 {
  left: 600px;
}
.gnb_wrap .depth01 .depth02 ul li {
  border-top: 0;
  float: left;
  margin-left: 20px;
}
.gnb_wrap .depth01 .depth02 ul li:first-child {
  margin-left: 0;
}
.gnb_wrap .depth01 .depth02 li a {
  color: #f7f7f7;
  display: block;
  font-size: 15px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  padding-left: 7px;
  position: relative;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}
.gnb_wrap .depth01 .depth02 li a:hover, .gnb_wrap .depth01 .depth02 li a:focus, .gnb_wrap .depth01 .depth02 li a.active {
  color: #fff;
}
.gnb_wrap .depth01 .depth02 li a.ad_line_h {
  height: 40px;
  line-height: 20px;
  padding: 5px 0;
}
.gnb_wrap.on {
  background: url(../images/main/gnb_bg.png) repeat 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}

#main .gnb_wrap .depth01 > a.active, #main .gnb_wrap .depth01 > a:hover {
  color: #fff;
}

.nav_bg_pc {
  position: fixed;
  width: 100%;
  top: 110px;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  height: 0;
  z-index: 30;
  transition: 0.3s;
}
.nav_bg_pc.on {
  height: 50px;
}

#main .nav_bg_pc.on {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.nav_btn_box {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
}
.nav_btn_box a {
  background: url(../images/nav/nav_btn.png) no-repeat 0 0;
  display: block;
  background-size: 26px auto;
  width: 26px;
  height: 26px;
}
.nav_btn_box a.on {
  background-image: url(../images/nav/nav_btn_off.png);
}

.nav_bg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 10;
}

#sitemap {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 200px;
  z-index: 2;
  display: none;
}

.top_menu {
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
}
.top_menu .lang_list a {
  color: #aaa;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
}
.top_menu .lang_list a.on {
  color: #133e78;
}
.top_menu .login_list a {
  font-size: 13px;
  color: #333;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
}

.top_menu_bx .sns_bx {
  display:inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.top_menu_bx .sns_bx a {
  display: inline-block;
  margin: 0 4px;
  width: 26px;
  height: 26px;
  background-image: url(../images/icon/sns_bg.png);
  background-repeat: no-repeat;
}
.top_menu_bx .sns_bx a.sns_01 {
  background-position: 0 0;
}
.top_menu_bx .sns_bx a.sns_01:hover {
  background-position: 0 -26px;
}
.top_menu_bx .sns_bx a.sns_02 {
  background-position: -36px 0;
}
.top_menu_bx .sns_bx a.sns_02:hover {
  background-position: -36px -26px;
}
.top_menu_bx .sns_bx a.sns_03 {
  background-position: -72px 0;
}
.top_menu_bx .sns_bx a.sns_03:hover {
  background-position: -72px -26px;
}

/*.top_menu_bx .sns_bx a.sns_04 {
  background-position: -108px 0;
}
.top_menu_bx .sns_bx a.sns_04:hover {
  background-position: -108px -26px;
}*/

/* // 메인    ---------------------------------------------------------------*/
/*컬러 */
.red {
  color: #e41b1e !important;
}

.blue2 {
  color: blue;
}

/*레이아웃 기본 */
.home {
  position: relative;
}
.home.main {
  overflow: hidden;
}
.home.fixed {
  height: 100% !important;
  overflow: visible !important;
  position: fixed !important;
  width: 100% !important;
}

.wrapper {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}

.cursor_default {
  cursor: default;
}

.w_150 {
  width: 150px;
}

.mint {
  color: #007582;
}

/*비주얼*/
.visual_wrap {
  position: relative;
}
.visual_wrap .img_bx {
  height: 200px;
  background-position: center 0;
  background-repeat: no-repeat;
}

.banner_section_wrap {
  background: url(../images/main/gray_bg.png) no-repeat center;
  padding: 40px 0;
}
.banner_section_wrap .left_slider_bx {
  max-width: 660px;
  overflow: hidden;
  height: 350px;
}
.banner_section_wrap .left_slider_bx .slick-dots {
  bottom: 20px;
  left: auto;
  right: 15px;
  width: auto;
}
.banner_section_wrap .left_slider_bx .slick-dots li {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  background: #b1b9e7;
  color: #000;
  font-weight: bold;
}
.banner_section_wrap .left_slider_bx .slick-dots li.slick-active {
  background: #fff;
}
.banner_section_wrap .right_bx .btn_more {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../images/icon/plus_i.png) no-repeat 0 0;
  width: 18px;
  height: 18px;
  background-size: cover;
  transition: 0.3s;
}
.banner_section_wrap .right_bx .btn_more:hover {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner_section_wrap .right_bx .main_event_bx {
  position: relative;
  padding: 25px 30px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  background: #fff;
}
.banner_section_wrap .right_bx .main_event_bx .sec_tit {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.banner_section_wrap .right_bx .notice_list li:before {
  top: 6px;
}
.banner_section_wrap .right_bx .notice_list li a {
  display: block;
  padding: 5px 0;
  position: relative;
  padding-right: 90px;
}
.banner_section_wrap .right_bx .notice_list li a:hover {
  color: #111;
  text-decoration: underline !important;
}
.banner_section_wrap .right_bx .notice_list li a .des {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner_section_wrap .right_bx .notice_list li a .des .anwer_on, .banner_section_wrap .right_bx .notice_list li a .des .anwer_off {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 0 2px;
  font-weight: 300;
}
.banner_section_wrap .right_bx .notice_list li a .date {
  position: absolute;
  top: 5px;
  right: 0;
  color: #999;
}
.event_banner_bx {
  background: url(../images/main/dday_bg.jpg) no-repeat 0 0;
  margin-top: -4px;
  height: 120px;
}
.event_banner_bx .event_banner_txt {
  position: relative;
  top: 45px;
  left: 194px;
}

.section_02_wrap {
  background: url(../images/main/sec_bg.png) no-repeat center;
  height: 536px;
  box-sizing: border-box;
  padding: 40px 0 35px;
}
.section_02_wrap .main_test_wrap .left_test_bx {
  background: #fff;
  padding: 20px 30px;
}
.section_02_wrap .main_test_wrap .left_test_bx .right_border {
  border-right: 1px solid #ddd;
}
.section_02_wrap .main_test_wrap .left_test_bx .test_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #01579b;
}
.section_02_wrap .main_test_wrap .left_test_bx a {
  display: block;
  position: relative;
  padding-left: 110px;
}
.section_02_wrap .main_test_wrap .left_test_bx a .icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section_02_wrap .main_test_wrap .left_test_bx a .txt_bx .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #3198d4;
}

.section_02_wrap .main_test_wrap .left_test_bx a .txt_bx .des {
  font-size: 14px;
  letter-spacing: -0.5px;
}
.section_02_wrap .main_test_wrap .left_test_bx a .txt_bx .tit.mint {
  color: #14c1cb;
}
.section_02_wrap .main_test_wrap .left_test_bx a .txt_bx .btn_link {
  margin-top: 10px;
  color: #000;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
}
.section_02_wrap .main_test_wrap .left_test_bx a .txt_bx .btn_link i {
  margin-left: 5px;
  display: inline-block;
  background: url(../images/icon/plus_i_s.png) no-repeat 0 0;
  width: 9px;
  height: 9px;
  background-size: cover;
  transition: 0.3s;
}
.section_02_wrap .main_test_wrap .left_test_bx a .txt_bx .btn_link:hover i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section_02_wrap .main_test_wrap .right_test_bx li a {
  text-align: center;
  display: block;
  height: 203px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 20px;
  background: #59ced5;
}
.section_02_wrap .main_test_wrap .right_test_bx li a:hover {
  background: #2fbbc3;
}
.section_02_wrap .main_test_wrap .right_test_bx li a .tit {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.section_02_wrap .main_test_wrap .right_test_bx li a i {
  display: block;
}
.section_02_wrap .main_test_wrap .right_test_bx li a .btn_link {
  margin-top: 13px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
}
.section_02_wrap .main_test_wrap .right_test_bx li a .btn_link i {
  margin-left: 5px;
  display: inline-block;
  background: url(../images/icon/plus_i_swh.png) no-repeat 0 0;
  width: 9px;
  height: 9px;
  background-size: cover;
  transition: 0.3s;
}
.section_02_wrap .main_test_wrap .right_test_bx li a .btn_link:hover i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section_02_wrap .main_test_wrap .right_test_bx li:first-child a {
  border-right: none;
  background: #54aee3;
}
.section_02_wrap .main_test_wrap .right_test_bx li:first-child a:hover {
  background: #3698d1;
}

.main_info_wrap {
  margin-top: 40px;
}
.main_info_wrap .sec_tit {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.main_info_wrap .btn_more {
  position: absolute;
  top: 0px;
  right: 0;
  background: url(../images/icon/plus_i.png) no-repeat 0 0;
  width: 18px;
  height: 18px;
  background-size: cover;
  transition: 0.3s;
}
.main_info_wrap .btn_more:hover {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main_info_wrap .main_loc_bx {
  position: relative;
}
.main_info_wrap .main_loc_bx .map_bx {
  position: absolute;
  top: 50px;
  left: 0;
}
.main_info_wrap .main_loc_bx .wrap_controllers {
  display: none;
}
.main_info_wrap .main_loc_bx .txt_bx {
  margin-left: 340px;
}
.main_info_wrap .main_loc_bx .txt_bx .tit {
  margin-top: 10px;
  color: #01579b;
  font-weight: bold;
  font-size: 18px;
}
.main_info_wrap .main_loc_bx .txt_bx .num_t {
  color: #3198d4;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.main_info_wrap .main_loc_bx .txt_bx .date {
  color: #01579b;
  font-weight: 400;
}
.main_info_wrap .main_notice_bx {
  position: relative;
}
.main_info_wrap .main_notice_bx .notice_list li:before {
  top: 6px;
}
.main_info_wrap .main_notice_bx .notice_list li a {
  display: block;
  padding: 5px 0;
  position: relative;
  padding-right: 90px;
}
.main_info_wrap .main_notice_bx .notice_list li a:hover {
  color: #111;
  text-decoration: underline !important;
}
.main_info_wrap .main_notice_bx .notice_list li a .des {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_info_wrap .main_notice_bx .notice_list li a .des .anwer_on, .main_info_wrap .main_notice_bx .notice_list li a .des .anwer_off {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 0 2px;
  font-weight: 300;
}
.main_info_wrap .main_notice_bx .notice_list li a .date {
  position: absolute;
  top: 5px;
  right: 0;
  color: #999;
}

/*푸터*/
.footer_wrap {
  background: #37373c;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.footer_wrap .site_map_bx {
  padding: 35px 0;
  border-bottom: 1px solid #5a5a5c;
}
.footer_wrap .site_map_bx .footer_logo {
  position: absolute;
  top: 50px;
  left: 40px;
}
.footer_wrap .site_map_bx .site_map_list {
  margin-left: 295px;
}
.footer_wrap .site_map_bx .site_map_list > li {
  float: left;
  width: 20%;
  border-right: 1px solid #5a5a5c;
  box-sizing: border-box;
  height: 180px;
}
.footer_wrap .site_map_bx .site_map_list > li > a {
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  cursor: default;
  display: block;
}
.footer_wrap .site_map_bx .site_map_list > li .depth02 li a {
  display: block;
  padding: 5px 0;
  color: #f7f7f7;
  font-size: 13px;
}
.footer_wrap .site_map_bx .site_map_list > li .depth02 li a:hover {
  text-decoration: underline !important;
}
.footer_wrap .address_bx {
  padding: 35px 0;
  color: #f7f7f7;
}

.footer_wrap .address_bx a {
  color: #f7f7f7;
}
.footer_wrap .address_bx .bar_s {
  font-size: 10px;
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}

.main_section_wrap > .row > div:first-child {
  border-right: 1px solid #ccc;
}
.main_section_wrap .main_invest_wrap, .main_section_wrap .main_notice_wrap {
  padding: 50px 0;
}
.main_section_wrap .sec_tit {
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}
.main_section_wrap .btn_more {
  position: absolute;
  top: 50px;
  right: 0;
  background: url(../images/icon/plus_i.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  background-size: cover;
  transition: 0.3s;
}
.main_section_wrap .btn_more:hover {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main_section_wrap .row {
  margin: 0 -80px;
}
.main_section_wrap .row > .col-lg-6 {
  padding: 0 80px;
}
.main_section_wrap .main_notice_wrap .tab_con {
  height: 150px;
}
.main_section_wrap .main_notice_wrap .notice_list li:before {
  top: 6px;
}
.main_section_wrap .main_notice_wrap .notice_list li a {
  display: block;
  padding: 2px 0;
  position: relative;
  padding-right: 90px;
}
.main_section_wrap .main_notice_wrap .notice_list li a:hover {
  color: #111;
  text-decoration: underline !important;
}
.main_section_wrap .main_notice_wrap .notice_list li a .des {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_section_wrap .main_notice_wrap .notice_list li a .des .anwer_on, .main_section_wrap .main_notice_wrap .notice_list li a .des .anwer_off {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 0 2px;
  font-weight: 300;
}
.main_section_wrap .main_notice_wrap .notice_list li a .date {
  position: absolute;
  top: 5px;
  right: 0;
  color: #999;
}
.main_section_wrap .main_notice_wrap .tab_wrap {
  margin-top: 30px;
}
.main_section_wrap .main_notice_wrap .tab_wrap li {
  float: left;
  width: 20%;
}
.main_section_wrap .main_notice_wrap .tab_wrap li a {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.main_section_wrap .main_notice_wrap .tab_wrap li a:hover, .main_section_wrap .main_notice_wrap .tab_wrap li a.on {
  background: #a41d21;
  color: #fff;
}
.main_section_wrap .main_invest_wrap #main_invest_slider .slick_li a {
  display: table;
}
.main_section_wrap .main_invest_wrap #main_invest_slider .slick_li a:after {
  content: '';
  display: block;
  clear: both;
}
.main_section_wrap .main_invest_wrap #main_invest_slider .slick_li a .img_bx {
  width: 213px;
  float: left;
  overflow: hidden;
  position: relative;
  padding-top: 67%;
}
.main_section_wrap .main_invest_wrap #main_invest_slider .slick_li a .img_bx span {
  overflow: hidden;
  position: absolute;
  left: .5px;
  right: .5px;
  top: .5px;
  bottom: .5px;
  font-size: 0;
}
.main_section_wrap .main_invest_wrap #main_invest_slider .slick_li a .img_bx img {
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.main_section_wrap .main_invest_wrap #main_invest_slider .slick_li a .txt_bx {
  display: table-cell;
  padding: 0 20px;
  width: 100%;
  vertical-align: middle;
}
.main_section_wrap .main_invest_wrap #main_invest_slider .slick_li a .txt_bx .tit {
  font-weight: 400;
  color: #333;
  font-size: 19px;
  height: 54px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_section_wrap .slick-dots {
  position: static;
  margin-top: 30px;
}
.main_section_wrap .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: auto;
}
.main_section_wrap .slick-dots li.slick-active {
  width: 20px;
}
.main_section_wrap .slick-dots li.slick-active button:before {
  content: '';
  height: 10px;
  background: #a41d21;
  opacity: 1;
  width: 20px;
}
.main_section_wrap .slick-dots li button {
  display: block;
  width: 100%;
  padding: 0;
  transition: 3s;
}
.main_section_wrap .slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 10px;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

#main_invest_slider a {
  position: relative;
}
#main_invest_slider a .over_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
#main_invest_slider a .over_line span {
  position: absolute;
  background-color: #a41d21;
  transition: all 0.7s;
}
#main_invest_slider a .over_line .s_01 {
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
}
#main_invest_slider a .over_line .s_02 {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
#main_invest_slider a .over_line .s_03 {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
}
#main_invest_slider a .over_line .s_04 {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
#main_invest_slider a:hover .over_line .s_01 {
  width: 100%;
}
#main_invest_slider a:hover .over_line .s_02 {
  height: 100%;
}
#main_invest_slider a:hover .over_line .s_03 {
  width: 100%;
}
#main_invest_slider a:hover .over_line .s_04 {
  height: 100%;
}

/*서브 */
.sub_menu_wrap {
  background: #007582;
  margin-top: -25px;
}
.sub_menu_wrap.sub_menu_wrap_03 {
  background: #314d80;
}
.sub_menu_wrap.sub_menu_wrap_04 {
  background: #96790d;
}
.sub_menu_wrap.sub_menu_wrap_05 {
  background: #454597;
}
.sub_menu_wrap.sub_menu_wrap_myp {
  background: #2b7051;
}
.sub_menu_wrap.sub_menu_wrap_terms {
  background: #333333;
}
.sub_menu_wrap .sub_menu_list {
  text-align: center;
}
.sub_menu_wrap .sub_menu_list li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.sub_menu_wrap .sub_menu_list li a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.sub_menu_wrap .sub_menu_list li a.on {
  color: #ffe19a;
}
.sub_menu_wrap .sub_menu_list_06 {
  text-align: center;
}
.sub_menu_wrap .sub_menu_list_06 li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.sub_menu_wrap .sub_menu_list_06 li a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.sub_menu_wrap .sub_menu_list_06 li a.on {
  color: #ffe19a;
}

.sub_visual_wrap {
  height: 170px;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center 0;
}
.sub_visual_wrap.visual_01 {
  background-image: url(../images/sub/visual_01.jpg);
}
.sub_visual_wrap .txt_bx {
  padding-top: 40px;
  font-family: 'NanumSquareRound';
  text-align: center;
}
.sub_visual_wrap .txt_bx .visual_tit {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-shadow: 4px 4px 1px #30999b;
}
.sub_visual_wrap .txt_bx .st {
  color: #074d55;
  font-size: 16px;
  font-family: 'NanumSquareRound';
  font-weight: 700;
}
.sub_visual_wrap.visual_02 {
  background-image: url(../images/sub/visual_02.jpg);
}
.sub_visual_wrap.visual_02 .visual_tit {
  text-shadow: 4px 4px 1px #5c2466;
}
.sub_visual_wrap.visual_02 .st {
  color: #5c2466;
}
.sub_visual_wrap.visual_03 {
  background-image: url(../images/sub/visual_03.jpg);
}
.sub_visual_wrap.visual_03 .visual_tit {
  text-shadow: 4px 4px 1px #3195e7;
}
.sub_visual_wrap.visual_03 .st {
  color: #005485;
}
.sub_visual_wrap.visual_04 {
  background-image: url(../images/sub/visual_04.jpg);
}
.sub_visual_wrap.visual_04 .visual_tit {
  text-shadow: 4px 4px 1px #e3ab1b;
}
.sub_visual_wrap.visual_04 .st {
  color: #9c5d24;
}
.sub_visual_wrap.visual_05 {
  background-image: url(../images/sub/visual_05.jpg);
}
.sub_visual_wrap.visual_05 .visual_tit {
  text-shadow: 4px 4px 1px #7783ca;
}
.sub_visual_wrap.visual_05 .st {
  color: #324481;
}
.sub_visual_wrap.visual_member {
  background-image: url(../images/sub/visual_member.jpg);
}
.sub_visual_wrap.visual_member .visual_tit {
  text-shadow: 4px 4px 1px #3195e7;
}
.sub_visual_wrap.visual_member .st {
  color: #005485;
}
.sub_visual_wrap.visual_myp {
  background-image: url(../images/sub/visual_myp.jpg);
}
.sub_visual_wrap.visual_myp .visual_tit {
  text-shadow: 4px 4px 1px #269b65;
}
.sub_visual_wrap.visual_myp .st {
  color: #076339;
}
.sub_visual_wrap.visual_terms {
  background-image: url(../images/sub/visual_terms.jpg);
}
.sub_visual_wrap.visual_terms .visual_tit {
  text-shadow: 4px 4px 1px #7a7a7a;
}
.sub_visual_wrap.visual_terms .st {
  color: #333;
}

.sub_section_wrap .sub_con {
  padding: 0 0 80px;
  line-height: 1.8;
}
.sub_section_wrap .sub_con .sub_tit {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 30px 0 15px;
  margin-bottom: 25px;
}
.sub_section_wrap .sub_con .sub_tit .tit {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.sub_section_wrap .sub_con .txt_mt {
  margin-top: 30px;
}
.sub_section_wrap .sub_con .part_mt {
  margin-top: 70px;
}
.sub_section_wrap .sub_con .sec_bx .bw {
  color: #997042;
}
.sub_section_wrap .sub_con .sec_bx .sec_em {
  font-size: 26px;
  color: #333;
  font-weight: 400;
}
.sub_section_wrap .sub_con .sub_tit_st {
  font-size: 28px;
  color: #133e78;
  margin-bottom: 45px;
  text-align: center;
}

.pop-con {
  padding: 20px 30px 30px;
  max-width: 96%;
  margin: 0 2%;
  box-sizing: border-box;
}
.pop-con .pop_head {
  padding: 0 0 20px;
  border-bottom: 1px solid #333;
  text-align: center;
}
.pop-con .pop_head h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.pop-con .pop_head .st {
  font-size: 14px;
  margin-top: 10px;
}
.pop-con .pop_head .mfp-close {
  top: 25px;
  right: 30px;
}
.pop-con .pop_head .mfp-close:before {
  content: "\e9af";
  font-family: xeicon !important;
  speak: none;
  font-size: 30px !important;
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pop-con .pop_body {
  padding: 20px 0;
  text-align: left;
}
.pop-con .pop_body textarea {
  width: 584px;
}
.pop-con .pop_body .tit_bk {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.pop-con .pop_body .resoult_bx {
  padding: 30px 0 40px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.pop-con .pop_body .resoult_bx .tit {
  font-size: 22px;
  font-weight: bold;
  color: #133e78;
  margin-bottom: 10px;
}
.pop-con .pop_footer {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
.pop-con .pop_footer input ,.pop-con .pop_footer a {
  color: #fff;
  text-align: center;
  min-width: auto;
}
.pop-con .pop_footer .btn-type-01 {
  color: #fff;
}
.pop-con .pop_footer .btn-type-01:hover {
  background: #fff;
  color: #133e78;
}
.pop-con .pop_footer a {
  display: inline-block;
  transition: none;
  box-sizing: border-box;
  position: static;
  text-align: center;
  width:100px;
}

.pop-con .pop_footer .input,.pop-con .pop_footer a {

  width:100px !important;
}
.pop-con .pop_footer a.mfp-close {
  color: #fff !important;
}
.pop-con .pop_footer a.mfp-close:hover {
  background: #fff;
  color: #999 !important;
}
.pop-con .pop_footer a.btn_01 {
  background: #a41d21;
}
.pop-con .pop_footer a.btn_02 {
  background: #333;
}
.pop-con.pop_inquire {
  max-width: 640px;
}
.pop-con.pop_inquire .form_list li {
  margin-top: 10px;
}
.pop-con.pop_inquire .form_list li:first-child {
  margin-top: 0;
}
.pop-con.pop_inquire .form_list .tit {
  font-weight: bold;
  color: #222;
  margin-bottom: 7px;
}
.pop-con.pop_login {
  max-width: 420px;
  width: 100%;
  box-sizing: border-box;
}
.pop-con.pop_login .login_list {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.pop-con.pop_login .login_list li:first-child {
  margin-bottom: 12px;
}
.pop-con.pop_login .login_list li input {
  height: 40px;
  line-height: 40px;
}
.pop-con.pop_login .login_list li .tit {
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.terms_tab_bx {
  text-align: center;
}
.terms_tab_bx li {
  width: 50%;
  float: left;
}
.terms_tab_bx li a {
  display: block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  font-weight: 400;
  background: #fff;
}
.terms_tab_bx li a.on {
  background: #a41d21;
  border-color: #a41d21;
  color: #fff;
}

.loct_txt_bx {
  text-align: center;
}
.loct_txt_bx i {
  display: inline-block;
}
.loct_txt_bx .tit {
  margin-top: 10px;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.26em;
}

.sub_visual {
  height: 162px;
  background-repeat: no-repeat;
  background-position: center  0;
  text-align: center;
  color: #fff;
}
.sub_visual .tit {
  font-size: 30px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  font-weight: bold;
}
.sub_visual.community_visual {
  background-image: url(../images/sub/commnity_visual.jpg);
}
.sub_visual.member_visual {
  background-image: url(../images/sub/member_visual.jpg);
  color: #333;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2);
}
.sub_visual.member_visual .tit {
  color: #000;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2);
}

.form_w {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.form_w .tit {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 7px;
}
.form_w .btn_write {
  position: absolute;
  bottom: 0;
  right: 0;
}
.form_w .btn_bx {
  margin-top: 30px;
  position: relative;
}
.form_w .btn_bx .btn_withdrawal {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ect_top_box {
  margin-bottom: 40px;
}
.ect_top_box .ect_eara {
  border: 1px solid #ddd;
  padding: 20px;
  height: 200px;
  overflow-y: auto;
  font-size: 15px;
  text-align: left;
}

.red {
  color: #a41d21;
}

.about_con_01 {
  padding: 0 0 80px;
}
.about_con_01 .sec_bg_bx {
  padding-left: 50%;
  background: url(../images/sub/about_0101.png) no-repeat 82px 0;
}
.about_con_01 .sec_bg_bx .top_txt_bx {
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
}
.about_con_01 .sec_bg_bx .top_txt_bx .t_01 {
  font-size: 24px;
}
.about_con_01 .sec_bg_bx .top_txt_bx .t_02 {
  font-size: 18px;
}
.about_con_01 .sec_bg_bx .sign_bx {
  text-align: right;
  margin-top: 30px;
  margin-right: 80px;
}
.about_con_01 .sec_bg_bx .sign_bx span {
  display: inline-block;
  vertical-align: middle;
}

.sec_bx {
  margin-top: 30px;
}
.sec_bx:first-child {
  margin-top: 0;
}
.sec_bx .sec_tit {
  color: #007582;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../images/icon/dote_i.png) no-repeat 0 center;
}
.sec_bx .sec_tit.vio {
  color: #5c2466;
  background: url(../images/icon/dote_i_v.png) no-repeat 0 center;
}
.sec_bx .des_bx {
  padding-left: 20px;
}

.down_file_list li {
  margin-top: 15px;
}
.down_file_list li:first-child {
  margin-top: 0;
}
.down_file_list li .btn_down {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  border-radius: 23px;
  background: #666;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0 15px;
  margin-right: 10px;
  vertical-align: middle;
}

.about_con_03 .content_list li {
  position: relative;
  margin-bottom: 50px;
}
.about_con_03 .content_list li .img_bx {
  position: absolute;
  top: 5px;
  left: 20px;
}
.about_con_03 .content_list li .txt_bx {
  margin-left: 100px;
}
.about_con_03 .content_list li .txt_bx .tit {
  color: #007582;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 18px;
}

.about_con_04 .info_bx {
  margin-top: 20px;
}
.about_con_04 .info_bx .tit {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-left: 50px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.about_con_04 .info_bx .tit.loc_i {
  background-image: url(../images/icon/loc_i.png);
}
.about_con_04 .info_bx .tit.tel_i {
  background-image: url(../images/icon/tel_i.png);
}
.about_con_04 .info_bx .des {
  margin-left: 150px;
}
.about_con_04 .info_bx .des .num_t {
  font-size: 22px;
  font-weight: bold;
  color: #007582;
  margin-bottom: 5px;
}

.actor_con .tbl_wrap .tit {
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.actor_con .tbl_wrap .sub_tbl_03 {
  width: 100%;
  text-align: left;
}
.actor_con .tbl_wrap .sub_tbl_03 td {
  padding: 5px 0;
}
.actor_con .tbl_wrap .sub_tbl_03 th {
  color: #5c2466;
  padding: 5px 0;
  font-weight: bold;
  vertical-align: top;
}

.lnb {
  float: left;
  width: 200px;
  margin-top: 40px;
  border: 1px solid #ddd;
  border-bottom: none;
}


.lnb .lnb_tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding: 20px 15px 15px;
  border-bottom: 1px solid #ddd;
  position:relative
}

.lnb .lnb_depth02 {
	display:none;
}


.lnb .lnb_tit:before {
    position: absolute;
    top: 25px;
    color: #333;
	
    right: 10px;
    content: "\e943";
    font-family: xeicon!important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 

.lnb .lnb_tit.on:before {
 
    content: "\e946";
} 
.lnb .lnb_depth02 li a {
  display: block;
  border-bottom: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
  font-size: 13px;
}
.lnb .lnb_depth02 li a.on {
  color: #3198d4;
  font-weight: bold;
}
.lnb .lnb_depth02 li a:before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -1px;
  background: #aaa;
}

.study_con {
  float: right;
  width: 860px;
  margin-top: 50px;
  min-height:500px;
}

.board_top_bx {
  margin-bottom: 10px;
  color: #000;
}
.board_top_bx .blue {
  color: #3198d4;
  font-weight: bold;
}

.study_con .scoring_bx, .study_con_02 .scoring_bx {
  border-bottom: none;
}
.study_con .scoring_bx .audio_area, .study_con_02 .scoring_bx .audio_area {
  text-align: center;
  margin-bottom: 30px;
}
.study_con .scoring_bx .audio_area .audio_bx , .study_con_02 .scoring_bx .audio_area .audio_bx {
  display:inline-block;
  position: relative;
}
.study_con .scoring_bx .audio_area  .audio_bx .down_non, 


.study_con_02 .scoring_bx .audio_area .audio_bx .down_non{
  position:absolute;
  top:1px;
  right:1px;
  width:40px;
  height: 31px;
  background: #fafafa;
}

.study_con .scoring_bx .audio_area audio, .study_con_02 .scoring_bx .audio_area audio {
  width: 500px;
  border: 1px solid #ddd;
}
.study_con .scoring_bx .audio_area .tit, .study_con_02 .scoring_bx .audio_area .tit {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  color: #01579b;
}
.study_con .scoring_bx .audio_area .control_bx, .study_con_02 .scoring_bx .audio_area .control_bx {
  margin-top: 15px;
}
.study_con .scoring_bx .audio_area .control_bx a, .study_con_02 .scoring_bx .audio_area .control_bx a {
  display: inline-block;
  margin: 0 5px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 35px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background: #54aee3;
}
.study_con .scoring_bx .audio_area .control_bx a:hover, .study_con_02 .scoring_bx .audio_area .control_bx a:hover {
  background: rgba(84, 174, 227, 0.8);
}
.study_con .scoring_bx .write_view_bx, .study_con_02 .scoring_bx .write_view_bx {
  border: 2px solid #ccc;
  background: #f6f6f6;
  min-height: 190px;
  height: 190px;
  font-size: 18px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow:auto;
}


.study_con .scoring_bx .horthand_write_bx, .study_con_02 .scoring_bx .horthand_write_bx {
  border: 2px solid #3198d4;
  height:190px;
   min-height: 190px;
  width: 100%;
  font-size: 18px;
  padding: 20px;
  box-sizing: border-box;
/*   overflow:hidden; */
}



.scoring_bx .horthand_write_bx.scoring_success_bx{
	height:auto !important;
  min-height:auto !important;
	
}

.board_view_list > li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.board_view_list .tit_bx .tit {
  float: left;
  width: 42%;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.board_view_list .tit_bx .link_bx {
  float: right;
  width: 35%;
  margin-top: 10px;
  text-align: right;
}
.board_view_list .tit_bx .link_bx a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  padding: 0 15px;
  background: #666;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.board_view_list .tit_bx .tbl_detail_span {
  float: right;
  width: 20%;
  margin-top: 10px;
  text-align: right;
}
.board_view_list .tit_bx .tbl_detail_span span:first-child:before {
  display: none;
}
.board_view_list .tit_bx .tbl_detail_span span:before {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 10px;
  margin: -1px 7px 0 4px;
  background: #bbb;
  content: '';
  vertical-align: middle;
}
.board_view_list .tit_bx .tbl_detail_span > span.anwer_on:before, .board_view_list .tit_bx .tbl_detail_span > span.anwer_off:before {
  display: none;
}
.board_view_list .board_area {
  min-height: 200px;
}

.type_i {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  background: #f37a21;
  font-size: 11px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}

.type_free_i {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  background: #999;
  font-size: 11px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}

.board_view_list .des_bx .score_service_bx {
  border-bottom: 2px solid #133e78;
  padding: 10px 0 10px;
  text-align: center;
}
.board_view_list .des_bx .score_service_bx .st {
  color: #314d80;
  margin-right: 10px;
  font-weight: bold;
}
.board_view_list .des_bx .score_service_bx .num_t {
  color: #e41b1e;
  font-size: 30px;
  font-weight: bold;
}

.sub_con .sub_sec_bx {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.sub_con .sub_sec_bx .right_sel_bx {
  text-align: right;
  margin-bottom: 10px;
}
.sub_con .sub_sec_bx .right_sel_bx select {
  width: 160px;
}
.sub_con .sub_sec_bx:first-child, .sub_con .sub_sec_bx.first {
  padding-top: 0;
  border-top: none;
}

.service_info_box {
  border: 1px solid #f3efc2;
  background: #fffde7;
  padding: 15px 20px;
}
.service_info_box .tit {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  padding: 5px 5px 5px 23px;
  background: url(../images/icon/info_i.png) no-repeat 0 center;
}
.service_info_box .des {
  display: inline-block;
  margin-right: 40px;
  color: #000;
}

.sub_con .sub_tit_bk {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
.sub_con .sub_tit_bk_bb {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.pay_sec_bx .service_info_box {
  margin-top: 0;
}
.pay_sec_bx .des_bx {
  border: 1px solid #ddd;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
}
.pay_sec_bx .des_bx .num_t {
  color: #e41b1e;
  font-weight: bold;
  font-size: 24px;
}
.pay_sec_bx .des_bx.bg {
  background: #f6f6f6;
}

.success_bx {
  padding: 30px 0;
  text-align: center;
}
.success_bx i {
  display: inline-block;
  margin-bottom: 30px;
}
.success_bx .tit {
  color: #133e78;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.notice_t {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 25px;
  background: #133e78;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  font-size: 13px;
}

.off_i {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 50px;
  border-radius: 3px;
  background: #999;
  font-size: 11px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}

.on_i {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 50px;
  border-radius: 3px;
  background: #f37a21;
  font-size: 11px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}

.file_i {
  background: url(../images/icon/file_i.png) no-repeat 0 0;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.table-view-01 .tit {
  color: #133e78;
  font-weight: bold;
  text-align: center;
  display: block;
  float: none;
}

.qna_header {
  border-top: 2px solid #133e78;
  border-bottom: 1px solid #133e78;
  padding: 10px 0 10px 12%;
  color: #133e78;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.qna_header .type {
  position: absolute;
  top: 50%;
  width: 12%;
  left: 0;
  margin-top: -14px;
}

.qna a {
  display: block;
  padding: 10px 0 10px 12%;
  position: relative;
}
.qna a .type_txt {
  position: absolute;
  top: 50%;
  width: 12%;
  left: 0;
  margin-top: -14px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

/*회원 가입*/
.login_w {
  width: 400px;
  margin: 0 auto;
}

.login_con .login_list {
  padding-bottom: 20px;
}
.login_con .login_list li:first-child {
  margin-bottom: 12px;
}
.login_con .login_list li input {
  height: 40px;
  line-height: 40px;
}
.login_con .login_list li .tit {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.login_con .btn_bx input {
  text-align: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #314d80;
  border: 1px solid #314d80;
  cursor: pointer;
  border-radius: 40px;
  font-size: 16px;
  width: 100%;
}
.login_con .btn_bx input:hover {
  background: #fff;
  color: #133e78;
}
.login_con .bot_find_link {
  margin-top: 10px;
}
.login_con .bot_find_link .right .ny {
  color: #133e78;
  font-weight: bold;
}

.clause_list h5 {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.all_chk_bx {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 30px;
}
.all_chk_bx label {
  color: #000;
  font-weight: bold;
}

.join_step_bx {
  text-align: center;
  margin-bottom: 30px;
}

.join_success_bx {
  border: 1px solid #ddd;
  padding: 30px 30px;
  text-align: center;
}
.join_success_bx .txt_bx {
  display: inline-block;
  padding-left: 164px;
  background: url(../images/icon/success_i_02.png) no-repeat 0 center;
  padding: 40px 0 40px 156px;
  text-align: left;
}
.join_success_bx .txt_bx .tit {
  color: #01579b;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
}
.join_success_bx .txt_bx .des {
  font-size: 18px;
}

.table-type-01 .wait_pay {
  color: #3198d4;
  font-weight: bold;
}
.table-type-01 .pay_completed {
  color: #000;
  font-weight: bold;
}
.table-type-01 .refund_requests {
  font-weight: bold;
  color: #f37a21;
}
.table-type-01 .refund_completed {
  font-weight: bold;
  color: #e41b1e;
}

.mypay_con .my_order_bx {
  text-align: center;
  border: 1px solid #ddd;
  background: #f6f6f6;
  padding: 17px;
}
.mypay_con .my_order_bx .tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.mypay_con .btn_withdrawal {
  position: absolute;
  top: 0;
  right: 0;
}

.result_txt {
  padding: 30px 0 30px;
  text-align: center;
  font-size: 18px;
}


.terms_tit{
      color: #000;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;

}

.terms_tit_02{
      color: #444;
    font-weight: bold;
}

*{
	outline : none !important;
}

.horthand_write_bx sup{
/* color: #e41b1e !important;	*/
}

.horthand_write_bx sub{
/* color: blue !important;	*/
}

