@charset "UTF-8";
/* //리셋  ---------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto|Titillium+Web");
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
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: 'Noto Sans KR', 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: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
  zoom: 1;
}

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"] {
  width: 260px;
  border: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.5;
  color: #666;
}

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;
  background: white url("../images/sub/sel_link_1.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: 80%;
  -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_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;
}

.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: '';
}

.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;
  min-width: 140px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #043158;
  border: 1px solid #043158;
  cursor: pointer;
  font-size: 16px;
}
.btn-type-01:hover {
  color: #043158;
  background: #fff;
}

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

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

.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;
  color: #fff !important;
  background-color: #666;
  font-size: 13px;
  vertical-align: middle;
  min-width: 60px;
  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%;
  border-top: solid 1px #133e78;
  border-bottom: solid 1px #ddd;
}
.table-type-01 .blue_bg td {
  background: #193e7d;
  color: #fff;
}
.table-type-01 th {
  color: #333;
  border-bottom: solid 1px #999;
  text-align: center;
  font-weight: 500;
  padding: 13px 0;
}
.table-type-01 td {
  padding: 16px 0;
  line-height: 20px;
  border-top: 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 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.sub_tbl_02 th, .sub_tbl_02 td {
  padding: 12px 8px;
  font-size: 17px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .sub_tbl_02 th, .sub_tbl_02 td {
    font-size: 14px;
  }
}
.sub_tbl_02 th.bg, .sub_tbl_02 td.bg {
  background: #effafe;
  color: #333;
}
.sub_tbl_02 thead th {
  font-weight: 500;
  color: #333;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 1px solid #997042;
  background: #f0ece7;
}
.sub_tbl_02 thead th:first-child {
  border-left: none;
}
.sub_tbl_02 thead th:last-child {
  border-right: none;
}
.sub_tbl_02 thead th:nth-child(2) {
  color: #997042;
}
.sub_tbl_02 tbody td:nth-child(2) {
  color: #997042;
}
.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;
  border-top: solid 1px #133e78;
  border-bottom: solid 1px #ddd;
}
.table_board_for tbody tr:hover {
  background: #f7f7f7;
}
.table_board_for th {
  color: #333;
  text-align: center;
  font-weight: 500;
  padding: 16px 0;
}
.table_board_for td {
  padding: 18px 0;
  position: relative;
  border-top: 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: 28px;
  line-height: 28px;
  color: #00aeef;
  background-color: #fff;
  border: 1px solid #00aeef;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 15px;
}

.anwer_on {
  display: inline-block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 15px;
}

.table-view-01 {
  width: 100%;
  border-bottom: solid 1px #999;
}
.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 1px #999;
}
.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.tit {
  float: left;
}
.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 #133e78;
}
.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: center;
  color: #333;
  font-weight: 500;
  color: #333;
}
.table-form-01 th label {
  font-weight: 400;
  color: #333;
  text-align: center;
}
.table-form-01 td {
  padding: 15px 0;
}
.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: 30px;
}
.paging-area.mt_10 {
  margin-top: 10px;
}
.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: 35px;
  height: 35px;
  line-height: 33px;
  color: #666;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.paging-area ul li a:hover {
  color: #666;
  text-decoration: none;
}
.paging-area ul li a.active {
  font-weight: 500;
  text-decoration: none;
  color: #133e78;
  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: 30px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  background-color: #ededed;
}
.board-search-01 select, .board-search-01 input {
  border: solid 1px #a1a1a1;
  background-color: #fff;
}
.board-search-01 .select-type-01 {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-indent: 7px;
}
.board-search-01 .input-type-01 {
  padding: 0 5px;
  width: 33%;
  height: 30px;
  line-height: 30px;
}
.board-search-01 .btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  line-height: normal;
}
.board-search-01 .btn-color-01 {
  width: 68px;
  color: #fff;
  background-color: #777;
  border: solid 1px #777;
}

.border-list-type {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  font-size: 14px;
}
.border-list-type li {
  border-bottom: solid 1px #c7c7c7;
}
.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: #222;
  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: #222;
  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;
}

@media screen and (max-width: 1200px) {
  .img_board_list.row {
    margin: 0 -10px;
  }
}

.img_board_list li {
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  .img_board_list li {
    margin: 5px 0;
    padding: 0 10px;
  }
}

.img_board_list li a {
  position: relative;
  display: block;
}
.img_board_list li a .img_box {
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.img_board_list li a .img_box img {
  width: 100%;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.img_board_list li a .img_box .hover_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}
.img_board_list li a .img_box .hover_box .txt {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.img_board_list li a .img_box .hover_box i {
  font-size: 12px;
  margin-left: 5px;
}
.img_board_list li a .txt_box {
  padding: 15px 10px;
  background: #fff;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .img_board_list li a .txt_box {
    padding: 10px 0;
  }
}
.img_board_list li a .txt_box .tit {
  font-size: 1.1em;
  text-align: center;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.img_board_list li a .txt_box .des {
  text-align: left;
  color: #999;
  font-size: 0.9em;
  margin-top: 5px;
  max-height: 50px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img_board_list li a .txt_box .date {
  color: #666;
  font-size: 0.9em;
}
.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_span {
  color: #999;
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}
.img_board_list li a .txt_box .des_span span {
  position: relative;
  padding: 0 7px;
}
.img_board_list li a .txt_box .des_span span.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 .txt_box .des_span span:first-child {
  padding-left: 0;
}
.img_board_list li a .txt_box .des_span span:first-child:before {
  display: none;
}
.img_board_list li a .txt_box .des_span span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #bbb;
}
.img_board_list li a:hover .img_box .hover_box {
  transition: 0.3s ease-out;
  height: 100%;
}
.img_board_list li a:hover:before {
  border-width: 5px;
}
.img_board_list li a:hover .img_box img {
  transform: scale(1.05);
}

.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-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.qna li:first-child .qna-header {
  border-top: none;
}
.qna .qna-header {
  padding: 10px;
  background: url(../images/qna/qna-q.png) no-repeat 10px center;
  border-top: solid 1px #ddd;
}
.qna .qna-header a {
  display: block;
  padding-left: 40px;
  padding-right: 30px;
  text-decoration: none;
  background: url(../images/qna/qna-up.png) no-repeat right center;
}
.qna .qna-header a.select {
  font-weight: 400;
  color: #333;
  background: url(../images/qna/qna-down.png) no-repeat right center;
}
.qna .qna-body {
  display: none;
  padding: 20px 20px 20px 50px;
  line-height: 1.5;
  color: #333;
  background: url(../images/qna/qna-a.png) no-repeat 10px 25px white;
  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: 38px;
  line-height: 38px;
  padding: 0;
  width: 110px;
}

.qna {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.qna li:first-child .qna-header {
  border-top: none;
}
.qna .qna-header {
  padding: 10px;
  background: url(../images/qna/qna-q.png) no-repeat 10px center;
  border-top: solid 1px #ddd;
}
.qna .qna-header.select {
  background: url(../images/qna/qna-q_on.png) no-repeat 10px center;
}
.qna .qna-header a {
  display: block;
  padding-left: 40px;
  padding-right: 30px;
  text-decoration: none;
  background: url(../images/qna/qna-up.png) no-repeat right center;
}
.qna .qna-header a.select {
  color: #333;
  background: url(../images/qna/qna-down.png) no-repeat right center;
}
.qna .qna-body {
  display: none;
  padding: 20px 20px 20px 50px;
  line-height: 1.5;
  color: #333;
  background: url(../images/qna/qna-a.png) no-repeat 10px 25px #fafafa;
  border-top: solid 1px #ddd;
}

.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_list {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}
.board_view_list li {
  padding: 20px 0 0;
}
.board_view_list li:first-child {
  padding-top: 0;
}
.board_view_list li.tit_bx {
  position: relative;
}
.board_view_list li.tit_bx .info_txt {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}
.board_view_list li.tit_bx .tit {
  font-size: 35px;
  color: #333;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .board_view_list li {
    padding: 10px 0;
  }
  .board_view_list li.tit_bx .tit {
    font-size: 20px;
  }
}
.board_view_list .share_bx .txt {
  color: #333;
}
.board_view_list .addfile_bx .addfile_txt {
  padding-left: 35px;
  position: relative;
  margin-right: 10px;
}
.board_view_list .addfile_bx .addfile_txt i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

.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;
}

.mfp-close-btn-in .mfp-close {
  right: 5px;
  font-size: 50px;
  font-weight: 100;
  font-family: 'Noto Sans KR','Nanum Gothic', sans-serif;
}

.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 {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}

.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;
}

/* // 헤더    ---------------------------------------------------------------*/
#header {
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all  0.7s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1024px) {
  #header {
    height: 50px;
  }
}
#header.on {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  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 {
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  #header.on {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  #header.on .nav_btn_box a {
    background-size: 26px auto;
  }
}
#header.on .top_login_box {
  margin-top: -36px;
}
#header.on .gnb_wrap .gnb_box {
  height: auto;
}
#header.on .gnb_wrap .depth01 > a {
  height: 60px;
  line-height: 60px;
}
#header.on .gnb_wrap .logo_box {
  margin-top: -68px;
  transition: 0.3s;
}

#header.on .gnb_wrap .right_top_logo_bx_pc {
  margin-top: -68px;
  transition: 0.1s;
}
@media screen and (max-width: 1024px) {
  #header.on .gnb_wrap .logo_box {
    margin-top: 0;
    transition: 0s;
  }
}
#header.on .gnb_wrap .depth02 {
  top: 60px;
}
#header.on .nav_bg_pc {
  top: 60px;
}
#header .top_login_box {
  padding: 5px 20px 7px 0;
  border-bottom: 1px solid #ebebeb;
  background: #fcfcfa;
}
#header .top_login_box a {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 10px;
  font-size: 11.5px;
}
#header .top_login_box a:before {
  content: '';
  position: absolute;
  height: 12px;
  line-height: 12px;
  border-left: 1px solid #ddd;
  top: 50%;
  left: -2px;
  margin-top: -6px;
}
#header .top_login_box a:first-child:before {
  display: none;
}

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

.gnb_wrap .m_tel_link {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gnb_wrap .m_tel_link {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../images/icon/tel_i.png) no-repeat 0 0;
    background-size: 24px auto;
    top: 12px;
    right: 15px;
  }
}
.gnb_wrap .logo_box {
  padding: 20px 0 0px;
  transition: all  0.7s;
}
.gnb_wrap .logo_box a {
  background: url(../images/main/logo.png) no-repeat 0 0;
  width:167px;
  height: 43px;
  display: inline-block;
  transition: all  0.7s;
}
@media screen and (max-width: 1024px) {
  .gnb_wrap .logo_box {
    padding: 0;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 15px;
  }
  .gnb_wrap .logo_box a {
    width: 80px;
    background: url(../images/main/logo_m.png) no-repeat 0 0;
    background-size: 80px auto;
  }
}
.gnb_wrap .logo_box.open {
  z-index: 0;
}
.gnb_wrap .btn_inq {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  box-sizing: border-box;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  width: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.gnb_wrap .btn_inq .txt {
  margin-top: 5px;
}
.gnb_wrap .btn_inq:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .gnb_wrap .btn_inq {
    display: none;
  }
}
.gnb_wrap .gnb_box {
  text-align: center;
  padding: 0 9%;
}
@media screen and (max-width: 1400px) {
  .gnb_wrap .gnb_box {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .gnb_wrap .gnb_box {
    display: none;
  }
}
.gnb_wrap .depth01 {
  float: left;
  position: relative;
  width: 19%;
}

.gnb_wrap .depth01:nth-child(2) {
  width:21%;
}

/* .gnb_wrap .depth01:nth-child(5) {
  width: 16%;
} */

/*.gnb_wrap .depth01:nth-child(6) {
  width: 11%;
}*/
/* .gnb_wrap .depth01:last-child {
  width:26%;
} */
.gnb_wrap .depth01 > a {
  position: relative;
  color: #222;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
   text-transform:uppercase;

}
.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: #043158;
  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;
  width: 100%;
  z-index: 100;
  text-align: center;
  background: white;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.gnb_wrap .depth01 .depth02 ul li {
  border-top: 0;
}
.gnb_wrap .depth01 .depth02 ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.gnb_wrap .depth01 .depth02 li a {
  color: #222;
  display: block;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding-left: 7px;
  position: relative;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}
.gnb_wrap .depth01 .depth02 li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  margin-top: -1px;
}
.gnb_wrap .depth01 .depth02 li a:hover, .gnb_wrap .depth01 .depth02 li a:focus, .gnb_wrap .depth01 .depth02 li a.active {
  text-decoration: underline !important;
}
.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;
}

@media screen and (max-width: 1024px) {
  .gnb_wrap .right_menu {
    display: none;
  }
}
#main .gnb_wrap .depth01 > a.active, #main .gnb_wrap .depth01 > a:hover {
  color: #fff;
}

.nav_bg_pc {
  position: fixed;
  width: 100%;
  top: 81px;
  background: rgba(196, 162, 124, 0.85);
  box-sizing: border-box;
  height: 0;
  z-index: 30;
}
@media screen and (max-width: 1024px) {
  .nav_bg_pc {
    display: none;
  }
}

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

.nav_btn_box {
  display: none;
  position: absolute;
  top: 12px;
  right: 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);
}
@media screen and (max-width: 1024px) {
  .nav_btn_box {
    display: block;
  }
}

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

.gnb_mobile {
  background: #ffffff;
  display: none;
  right: -100%;
  overflow-y: auto;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 99999999;
  transition: 0.5s;
}
.gnb_mobile.on {
  right: 0;
  transition: 0.5s;
}
.gnb_mobile .login_box li {
  float: left;
  text-align: center;
  width: 50%;
}
.gnb_mobile .login_box li.li_03 {
  width: 100%;
}
.gnb_mobile .login_box li:first-child > a {
  background: #27afe5;
}
.gnb_mobile .login_box li > a {
  color: #fff;
  display: block;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  background: #124aa0;
}
.gnb_mobile .login_box li > a i {
  vertical-align: middle;
  margin-right: 7px;
}
.gnb_mobile .m_top {
  height: 50px;
  background: #fff;
}
.gnb_mobile .m_top .logo_inner {
  display: inline-block;
  margin-left: 15px;
  padding-top: 10px;
}
.gnb_mobile .m_top .logo_inner img {
  width: 90px;
}
.gnb_mobile .m_top .nav_btn_off {
  position: absolute;
  right: 15px;
  top: 14px;
  width: 24px;
}
.gnb_mobile .m_top .nav_btn_off img {
  width: 100%;
}
.gnb_mobile .log_menu_box {
  background: #ffffff;
  padding: 20px 0;
}
.gnb_mobile .log_menu_box li {
  float: left;
  width: 25%;
}
.gnb_mobile .log_menu_box li a {
  background-size: 280px;
  background: white url(../images/main/top_menu_i_m.png) no-repeat;
  border: 1px solid #dddddd;
  color: #333333;
  display: block;
  font-size: 12px;
  margin-left: -1px;
  padding: 30px 0 3px 0px;
  text-align: center;
}
.gnb_mobile .log_menu_box li.li_01 a {
  background-position: 13px 2px;
}
.gnb_mobile .log_menu_box li.li_02 a {
  background-position: -109px 2px;
}
.gnb_mobile .log_menu_box li.li_03 a {
  background-position: -49px 2px;
}
.gnb_mobile .log_menu_box li.li_04 a {
  background-position: -170px 2px;
}
.gnb_mobile .log_menu_box li.li_05 a {
  background-position: -230px 2px;
}
.gnb_mobile .depth .depth01 {
  text-align: center;
}
.gnb_mobile .depth .depth01:first-child > a {
  border-top: 1px solid #dadada;
}
.gnb_mobile .depth .depth01 a.selected1 {
  background-size: 15px auto;
  background: url(../images/nav/nav_up.png) no-repeat 95% center;
  background-size: 20px auto;
}
.gnb_mobile .depth .depth01 .depth02 li {
  background: white url(../images/nav/nav_st1.png) no-repeat 15px center;
}
.gnb_mobile .depth .depth01 .depth02 li a.selected2 {
  background: url(../images/nav/nav_up.png) no-repeat 95% center;
}
.gnb_mobile .depth .depth01 .depth02 li .click {
  background: url(../images/nav/nav_down.png) no-repeat 95% center;
}
.gnb_mobile .depth .depth01 .depth02 li .depth03 li > a {
  background: #e9e9e9 url(../images/nav/nav_st1.png) no-repeat 25px center;
  border-bottom: 1px solid #cccccc;
  color: #666666;
  display: block;
  padding: 12px 0 12px 40px;
}
.gnb_mobile .depth .depth01 .depth02 li > a {
  border-bottom: 0;
  color: #666;
  display: block;
  background: #ebebeb;
  padding: 10px 0 10px 30px;
}
.gnb_mobile .depth .depth01 > a {
  background-size: 15px auto;
  background: white url(../images/nav/nav_down.png) no-repeat 95% center;
  border-bottom: 1px solid #dadada;
  color: #333333;
  display: block;
  padding: 10px 0 10px 15px;
  background-size: 20px auto;
}
.gnb_mobile .depth .depth01 > a.no {
  background-image: none;
  background-size: 20px auto;
}

.btn_tell {
  display: none;
}

@media screen and (max-width: 1024px) {
  .btn_tell {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .gnb_mobile {
    display: block;
  }
}

.gnb_mobile .lang_m_bx {
  padding: 10px 0;
  text-align: center;
}
.gnb_mobile .lang_m_bx a {
  display: inline-block;
  font-weight: bold;
  color: #aaa;
  position: relative;
  padding: 0 15px;
}
.gnb_mobile .lang_m_bx a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 10px;
  margin-top: -5px;
  border-left: 1px solid #ddd;
}
.gnb_mobile .lang_m_bx a:first-child:before {
  display: none;
}
.gnb_mobile .lang_m_bx a.on {
  color: #043158;
}

.gnb_mobile .login_m_bx {
  margin-bottom: 10px;
}
.gnb_mobile .login_m_bx li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
.gnb_mobile .login_m_bx li a {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #043158;
  font-weight: 400;
  text-align: center;
  border: 1px solid #043158;
}
.gnb_mobile .login_m_bx li.logout_li {
  width: 100%;
}

#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;
}
@media screen and (max-width: 1024px) {
  .top_menu {
    display: none;
  }
}
.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;
}

.hiseoul_i {
  position: absolute;
  top: 15px;
  left: 100px;
}
@media screen and (max-width: 1024px) {
  .hiseoul_i {
    display: none;
  }
}

.hiseoul_i_m {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hiseoul_i_m {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../images/main/hi_i_m.png) no-repeat 0 0;
    background-size: 30px auto;
    width: 30px;
    height: 20px;
  }
}

#header.on .hiseoul_i {
  display: none;
}

.blue {
  color: #052c8f !important;
}

.or {
  color: #f58220;
}

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

/*레이아웃 기본 */
.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;
  max-width: 1400px;
  min-width: 320px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.cursor_default {
  cursor: default;
}

.w_150 {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .w_150 {
    width: 90px;
  }
}

.font_up_02 {
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .font_up_02 {
    font-size: 15px;
  }
}

body {
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}

/*기본설정*/
/*비주얼*/
#main_slider li.slick_li {
  position: relative;
  background: no-repeat center 0;
  height: 800px;
}
#main_slider li.slick_li.visual_01 {
  background-image: url(../images/main/visual_01.jpg);
}
#main_slider li.slick_li.visual_02 {
  background-image: url(../images/main/visual_02.jpg);
}
#main_slider li.slick_li.visual_03 {
  background-image: url(../images/main/visual_03.jpg);
}
#main_slider li.slick_li.visual_04 {
  background-image: url(../images/main/visual_06.jpg);
}
#main_slider li.slick_li.visual_05 {
  background-image: url(../images/main/visual_05.jpg);
}
@media screen and (max-width: 1024px) {
  #main_slider li.slick_li {
    height: 360px;
    background-size: cover;
    background-position: cent center;
  }
}
#main_slider li.slick_li .txt_box {
  position: absolute;
  left: 0;
  text-align: center;
  top: 320px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: -1px;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #main_slider li.slick_li .txt_box {
    top: 120px;
  }
}
#main_slider li.slick_li .p_01 {
  font-size: 50px;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  #main_slider li.slick_li .p_01 {
    font-size: 24px;
    line-height: 1.4;
  }
}
#main_slider li.slick_li .p_02 {
  font-size: 50px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  #main_slider li.slick_li .p_02 {
    font-size: 30px;
  }
}
#main_slider .slick-active .p_01, #main_slider .slick-active .p_02 {
  animation: fadeInUp 1s both 1s;
}
#main_slider .slick-active .p_01 {
  animation-delay: 0.6s;
}
#main_slider .slick-active .p_02 {
  animation-delay: 0.8s;
}
#main_slider .slick-dots {
  bottom: 90px;
}
@media screen and (max-width: 768px) {
  #main_slider .slick-dots {
    bottom: 40px;
  }
}
#main_slider .slick-dots li {
  margin: 0 2px;
  width: 70px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #main_slider .slick-dots li {
    width: 40px;
  }
}
#main_slider .slick-dots li.slick-active button:before {
  content: '';
  height: 6px;
  background: #fff;
  opacity: 1;
  top: -3px;
}
#main_slider .slick-dots li button {
  display: block;
  width: 100%;
  padding: 0;
  transition: 3s;
}
#main_slider .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

/* ==== Slider Image Transition === */
/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

/*핸들러 */
.scroll_i {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  font-size: 13px;
  width: 30px;
  height: 30px;
  background: #c4a27c;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  -webkit-animation: pulse 1.2s infinite cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 0 10px rgba(196, 162, 124, 0.5), 0 0 20px rgba(196, 162, 124, 0.5);
}

.fire_i {
  display: inline-block;
  -webkit-animation: fire 1.2s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fire {
  0%, 100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.section_wrap .bx-wrapper .bx-controls-direction .bx-prev {
  width: 28px;
  height: 48px;
  background: url(../images/slider/btn_left_2.png) no-repeat 0 0;
}
@media screen and (max-width: 1024px) {
  .section_wrap .bx-wrapper .bx-controls-direction .bx-prev {
    background-size: 20px auto;
    width: 20px;
    height: 30px;
  }
}
.section_wrap .bx-wrapper .bx-controls-direction .bx-next {
  width: 28px;
  height: 48px;
  background: url(../images/slider/btn_right_2.png) no-repeat 0 0;
}
@media screen and (max-width: 1024px) {
  .section_wrap .bx-wrapper .bx-controls-direction .bx-next {
    background-size: 20px auto;
    width: 20px;
    height: 30px;
  }
}

.visual_wrap {
  position: relative;
}
.visual_wrap .row_quick_warp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #484543;
  height: 92px;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.visual_wrap .row_quick_warp.on {
  bottom: -92px;
}
.visual_wrap .row_quick_warp .btn_open {
  background: url(../images/icon/btn_q_open.png) no-repeat center 0;
  width: 98px;
  height: 36px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -49px;
  z-index: 10;
}
.visual_wrap .row_quick_warp .link_list li {
  float: left;
  width: 20%;
}
.visual_wrap .row_quick_warp .link_list li a {
  display: block;
  color: #fff;
  text-align: center;
  height: 92px;
  line-height: 92px;
}
.visual_wrap .row_quick_warp .link_list li a:hover {
  color: #f58220;
}
.visual_wrap .row_quick_warp .link_list li a i {
  background-position: 0 center;
  width: 41px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.visual_wrap .row_quick_warp .link_list li.li_01 i {
  background-image: url(../images/icon/quick_i_01.png);
}
.visual_wrap .row_quick_warp .link_list li.li_01:hover i {
  background-image: url(../images/icon/quick_i_01_on.png);
}
.visual_wrap .row_quick_warp .link_list li.li_02 i {
  background-image: url(../images/icon/quick_i_02.png);
}
.visual_wrap .row_quick_warp .link_list li.li_02:hover i {
  background-image: url(../images/icon/quick_i_02_on.png);
}
.visual_wrap .row_quick_warp .link_list li.li_03 i {
  background-image: url(../images/icon/quick_i_03.png);
}
.visual_wrap .row_quick_warp .link_list li.li_03:hover i {
  background-image: url(../images/icon/quick_i_03_on.png);
}
.visual_wrap .row_quick_warp .link_list li.li_04 i {
  background-image: url(../images/icon/quick_i_04.png);
}
.visual_wrap .row_quick_warp .link_list li.li_04:hover i {
  background-image: url(../images/icon/quick_i_04_on.png);
}
.visual_wrap .row_quick_warp .link_list li.li_05 i {
  background-image: url(../images/icon/quick_i_05.png);
}
.visual_wrap .row_quick_warp .link_list li.li_05:hover i {
  background-image: url(../images/icon/quick_i_05_on.png);
}
@media screen and (max-width: 768px) {
  .visual_wrap .row_quick_warp {
    height: auto;
  }
  .visual_wrap .row_quick_warp .row_scroll {
    padding: 0;
  }
  .visual_wrap .row_quick_warp.on {
    bottom: -74px;
  }
  .visual_wrap .row_quick_warp .btn_open {
    width: 82px;
    height: 30px;
    top: -30px;
    left: 50%;
    margin-left: -41px;
    z-index: 10;
    background-size: 82px auto;
  }
  .visual_wrap .row_quick_warp .link_list li {
    float: left;
    width: 20%;
  }
  .visual_wrap .row_quick_warp .link_list li a {
    height: 70px;
    line-height: 1.2;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: -1px;
  }
  .visual_wrap .row_quick_warp .link_list li a i {
    width: 25px;
    height: 20px;
    background-size: 25px auto;
    display: block;
    margin: 0 auto 5px;
  }
}

/*섹션 */
.section_wrap .sec_tit {
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 20px;
  background: url(../images/main/tit_i.png) no-repeat center 0;
}
.section_wrap .sec_tit h3 {
  font-size: 25px;
  color: #222;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .section_wrap .sec_tit {
    margin-bottom: 20px;
  }
  .section_wrap .sec_tit h3 {
    font-size: 18px;
  }
}

.section_01_wrap .inner_bx {
  margin-top: -100px;
  border-top: 2px solid #133e78;
  padding: 55px 0 60px;
  text-align: center;
  background: white url(../images/main/sec_01.jpg) no-repeat center 0;
}
.section_01_wrap .inner_bx .txt_bx {
  margin-bottom: 60px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .section_01_wrap .inner_bx .txt_bx {
    margin-bottom: 25px;
  }
}
.section_01_wrap .inner_bx .txt_bx .st {
  color: #133e78;
  font-size: 1.15em;
  margin-bottom: 20px;
  font-weight: 500;
}
.section_01_wrap .inner_bx .bot_btn_bx {
  max-width: 520px;
  margin: 0 auto;
}
.section_01_wrap .inner_bx .bot_btn_bx li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  color: #133e78;
  border: 1px solid #133e78;
}
@media screen and (max-width: 1024px) {
  .section_01_wrap .inner_bx .bot_btn_bx li a {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
  }
}
.section_01_wrap .inner_bx .bot_btn_bx li a:hover {
  background: #133e78;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section_01_wrap .inner_bx {
    padding: 25px 0 30px;
    margin-top: -70px;
  }
}

.section_02_wrap {
  background: url(../images/main/sec_02_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section_02_wrap {
    padding: 30px  0 0;
  }
}
.section_02_wrap #business_slider .slick-slide {
  position: relative;
}
.section_02_wrap #business_slider .slick-slide .dim_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section_02_wrap #business_slider .slick-slide.slick-current .dim_bg {
  display: none;
}
.section_02_wrap #business_slider .slick-slide.slick-current .img_bx img {
  display: block;
  filter: blur(0px);
}
.section_02_wrap #business_slider .img_bx {
  position: relative;
}
.section_02_wrap #business_slider .img_bx img {
  filter: blur(2px);
}
@media screen and (max-width: 1024px) {
  .section_02_wrap #business_slider .img_bx {
    height: 150px;
  }
  .section_02_wrap #business_slider .img_bx img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.section_02_wrap #business_slider .txt_bx {
  position: absolute;
  top: 0;
  left: 55%;
  color: #fff;
  height: 100%;
}
.section_02_wrap #business_slider .txt_bx .tit {
  font-size: 35px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.section_02_wrap #business_slider .txt_bx .des {
  font-size: 18px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.section_02_wrap #business_slider .txt_bx .btn_more {
  margin-top: 40px;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.section_02_wrap #business_slider .txt_bx .btn_more:before {
  content: '';
  background: url(../images/icon/arrow_i_02.png) no-repeat 0 0;
  width: 48px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: -20px;
}
.section_02_wrap #business_slider .txt_bx .btn_more:hover {
  background: #fff;
  color: #333;
}
.section_02_wrap #business_slider .txt_bx .btn_more:hover:before {
  transition: 0.3s;
  right: -50px;
}
@media screen and (max-width: 1024px) {
  .section_02_wrap #business_slider .txt_bx .btn_more {
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    width: 100px;
  }
  .section_02_wrap #business_slider .txt_bx .btn_more:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section_02_wrap #business_slider .txt_bx {
    text-align: center;
    left: 0;
    width: 100%;
  }
  .section_02_wrap #business_slider .txt_bx .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section_02_wrap #business_slider .txt_bx .des {
    font-size: 11px;
  }
}
.section_02_wrap #business_slider .slick-active .txt_bx > div {
  animation: fadeInRight 1s both 1s;
}

.home .section_02_wrap .slick-next {
  opacity: 1;
  color: #fff;
  background: url(../images/slider/btn_right.png) no-repeat 0 0;
  width: 70px;
  height: 70px;
  right: 13.3%;
}
@media screen and (max-width: 1024px) {
  .home .section_02_wrap .slick-next {
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
}

.home .section_02_wrap .slick-prev {
  opacity: 1;
  color: #fff;
  background: url(../images/slider/btn_left.png) no-repeat 0 0;
  width: 70px;
  height: 70px;
  left: 13.3%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .home .section_02_wrap .slick-prev {
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
}

.section_03_wrap {
  padding: 100px 0 100px;
}
@media screen and (max-width: 1024px) {
  .section_03_wrap {
    padding: 40px 0 40px;
  }
}
.section_03_wrap .sec_tit .st {
  font-size: 1.3em;
  margin-top: 10px;
  color: #333;
}
.section_03_wrap .sec_tit .bot_st {
  color: #246382;
  font-size: 1.3em;
  padding-top: 70px;
  background: url(../images/main/bar_col_i.png) no-repeat center 10px;
}
@media screen and (max-width: 1024px) {
  .section_03_wrap .sec_tit .bot_st {
    padding-top: 40px;
    background-size: auto 30px;
  }
}
.section_03_wrap .enermons_list li a {
  display: block;
  position: relative;
  cursor: default;
}
.section_03_wrap .enermons_list li a .txt_bx {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 90%;
  margin: 5%;
  background: rgba(7, 18, 23, 0.5);
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.section_03_wrap .enermons_list li a .txt_bx .tit {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
}
.section_03_wrap .enermons_list li a .txt_bx i {
  display: inline-block;
  transition: 0.3s;
}
.section_03_wrap .enermons_list li a:hover .txt_bx {
  background: rgba(7, 18, 23, 0.8);
}
.section_03_wrap .enermons_list li a:hover .txt_bx i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .section_03_wrap .enermons_list li {
    margin-bottom: 10px;
  }
  .section_03_wrap .enermons_list li a .txt_bx span img {
    width: 50px;
  }
  .section_03_wrap .enermons_list li a .txt_bx .tit {
    font-size: 15px;
  }
  .section_03_wrap .enermons_list li a .txt_bx i {
    width: 27px;
  }
}

.section_04_wrap {
  background: url(../images/main/sec_04.jpg) no-repeat center 0;
  height: 350px;
}
.section_04_wrap .txt_bx {
  padding: 50px 0;
  color: #fff;
}
.section_04_wrap .txt_bx .tit {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section_04_wrap .txt_bx .des {
  font-size: 30px;
}
.section_04_wrap .btn_more {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 180px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.section_04_wrap .btn_more i {
  position: relative;
}
.section_04_wrap .btn_more i:before {
  content: '';
  background: url(../images/icon/arrow_i.png) no-repeat 0 0;
  width: 48px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 10px;
  transition: 0.3s;
}
.section_04_wrap .btn_more:hover i:before {
  left: 30px;
}
@media screen and (max-width: 1024px) {
  .section_04_wrap {
    height: 165px;
    background-size: cover;
  }
  .section_04_wrap .txt_bx {
    padding: 20px 0 15px;
  }
  .section_04_wrap .txt_bx .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section_04_wrap .txt_bx .des {
    font-size: 13px;
  }
  .section_04_wrap .btn_more {
    position: static;
    margin-top: 0;
    font-size: 13px;
  }
}

.section_05_wrap {
  background: url(../images/main/sec_05.jpg) no-repeat center 0;
  height: 613px;
}
@media screen and (max-width: 1024px) {
  .section_05_wrap {
    background: url(../images/main/sec_05_m.jpg) no-repeat center 0;
    height: auto;
    background-size: cover;
  }
  .section_05_wrap .wrapper {
    padding: 0;
  }
}
.section_05_wrap .bot_list li {
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
  height: 613px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .section_05_wrap .bot_list li {
    float: none;
    width: 100%;
    height: auto;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section_05_wrap .bot_list li:first-child {
    border-top: 0;
  }
}
.section_05_wrap .bot_list li .txt_bx {
  color: #fff;
  text-align: center;
  padding: 110px 0;
}
.section_05_wrap .bot_list li .txt_bx .tit {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}
.section_05_wrap .bot_list li .txt_bx .des {
  font-size: 1.15em;
  margin-top: 40px;
  margin-bottom: 30px;
}
.section_05_wrap .bot_list li .txt_bx .tel_txt {
  margin-top: 40px;
  font-size: 24px;
  margin-bottom: 10px;
}
.section_05_wrap .bot_list li .txt_bx .tel_txt .num_t {
  font-weight: bold;
}
.section_05_wrap .bot_list li .txt_bx .btn_more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 140px;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
}
.section_05_wrap .bot_list li .txt_bx .btn_more:hover {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .section_05_wrap .bot_list li .txt_bx {
    padding: 30px 0;
  }
  .section_05_wrap .bot_list li .txt_bx .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section_05_wrap .bot_list li .txt_bx i {
    display: inline-block;
    width: 70px;
  }
  .section_05_wrap .bot_list li .txt_bx .des {
    margin: 10px 0 15px;
  }
  .section_05_wrap .bot_list li .txt_bx .tel_txt {
    font-size: 16px;
  }
  .section_05_wrap .bot_list li .txt_bx .btn_more {
    height: 33px;
    line-height: 33px;
    width: 100px;
  }
}

.section_06_wrap {
  background: #e1e6ed;
  padding: 60px 0 110px;
}
@media screen and (max-width: 1024px) {
  .section_06_wrap {
    padding: 30px 0 60px;
  }
  .section_06_wrap iframe {
    height: 350px !important;
  }
}
.section_06_wrap .map_txt {
  margin-top: 30px;
  padding-left: 160px;
  padding-right: 200px;
  position: relative;
}
.section_06_wrap .map_txt .tit {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #333;
  font-size: 25px;
  padding-right: 20px;
  border-right: 1px solid #aaa;
  height: 20px;
  line-height: 20px;
}
.section_06_wrap .map_txt .des {
  font-size: 1.15em;
}
.section_06_wrap .map_txt .des span {
  padding: 0 10px;
  position: relative;
  display: inline-block;
}
.section_06_wrap .map_txt .des span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 12px;
  border-left: 1px solid #aaa;
  margin-top: -6px;
}
.section_06_wrap .map_txt .des span:first-child:before {
  display: none;
}
.section_06_wrap .map_txt .btn_more {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #133e78;
  color: #133e78;
}
.section_06_wrap .map_txt .btn_more:hover {
  background: #133e78;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section_06_wrap .map_txt {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .section_06_wrap .map_txt .tit {
    font-size: 17px;
    position: static;
    margin-bottom: 10px;
    border-right: none;
    font-weight: 400;
  }
  .section_06_wrap .map_txt .btn_more {
    position: static;
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
  }
}
.section_06_wrap .tab_area {
  max-width: 430px;
  margin: 0 auto 30px;
}
.section_06_wrap .tab_area li a {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  border: 1px solid #aaa;
}
@media screen and (max-width: 1024px) {
  .section_06_wrap .tab_area li a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.section_06_wrap .tab_area li a.on {
  background: #133e78;
  color: #fff;
  border: 1px solid #133e78;
}

.home .slick-prev:before, .home .slick-next:before {
  display: none;
}

.home .slick-prev {
  opacity: 1;
  color: #fff;
  background: url(../images/slider/btn_left_2.png) no-repeat 0 0;
  width: 44px;
  height: 18px;
  left: -60px;
}

.home .slick-next {
  opacity: 1;
  color: #fff;
  background: url(../images/slider/btn_right_2.png) no-repeat 0 0;
  width: 44px;
  height: 18px;
  right: -60px;
}

/*푸터*/
.footer_wrap {
  background: #1d2229;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.footer_wrap .footer_logo {
  margin-bottom: 15px;
}
.footer_wrap .term_bx {
  margin-bottom: 20px;
}
.footer_wrap .term_bx a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
.footer_wrap .term_bx a:hover {
  text-decoration: underline !important;
}
.footer_wrap .address_bx {
  line-height: 20px;
}
.footer_wrap .address_bx .bar_s {
  font-size: 13px;
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .footer_wrap {
    padding: 20px 0;
    font-size: 11px;
  }
  .footer_wrap .footer_logo img {
    width: 170px;
  }
  .footer_wrap .term_bx {
    margin-bottom: 10px;
  }
  .footer_wrap .address_bx .bar_s {
    margin: 0 4px;
    font-size: 9px;
  }
  .footer_wrap .address_bx .bar_s.m_none {
    display: none;
  }
}

.sns_box ul {
  text-align: right;
}
.sns_box li {
  float: left;
}
.sns_box li + li a {
  background-position: -50px 0;
}
.sns_box li + li a:hover {
  background-position: -50px -50px;
}
.sns_box li + li + li a {
  background-position: -100px 0;
}
.sns_box li + li + li a:hover {
  background-position: -100px -50px;
}
.sns_box li + li + li + li a {
  background-position: -150px 0;
}
.sns_box li + li + li + li a:hover {
  background-position: -150px -50px;
}
.sns_box li + li + li + li + li a {
  background-position: -200px 0;
}
.sns_box li + li + li + li + li a:hover {
  background-position: -200px -50px;
}
.sns_box li a {
  display: block;
  text-indent: -999999999px;
  font-size: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon/socail_i.png) no-repeat 0 0;
  background-position: 0 0;
}
.sns_box li a:hover {
  background-position: 0 -50px;
}

.input_for2 {
  width: 75%;
}

#start_pop {
  display: none;
  z-index: 99999;
}

#smPopup .img_box a {
  display: block;
  height: 145px;
  background-position: center 0;
  background-repeat: no-repeat;
}
#smPopup .img_box a img {
  display: inline-block;
  display: none;
}
#smPopup .from_box {
  position: absolute;
  right: 0;
  top: -35px;
}
#smPopup .from_box input, #smPopup .from_box label {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  margin-right: 10px;
  vertical-align: middle;
}
#smPopup .from_box a {
  position: absolute;
  right: 0;
  top: -90px;
}

/*서브 */
.sub_menu_wrap {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .sub_menu_wrap .wrapper {
    padding: 0;
  }
}
.sub_menu_wrap .sub_menu_list {
  text-align: center;
}
.sub_menu_wrap .sub_menu_list li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.sub_menu_wrap .sub_menu_list li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  border-left: 1px solid #ddd;
  margin-top: -9px;
}
.sub_menu_wrap .sub_menu_list li:first-child:after {
  display: none;
}
.sub_menu_wrap .sub_menu_list li a {
  display: block;
  position: relative;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.sub_menu_wrap .sub_menu_list li a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-top: 2px solid #c4a27c;
  transition: 0.3s;
}
.sub_menu_wrap .sub_menu_list li a.on {
  color: #c4a27c;
}
.sub_menu_wrap .sub_menu_list li a.on:before {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sub_menu_wrap .sub_menu_list li a {
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .sub_menu_wrap .sub_menu_list li {
    float: left;
    padding: 0;
  }
  .sub_menu_wrap .sub_menu_list.menu_02 li {
    width: 50%;
  }
}

/*서브 비주얼*/
.sub_visual_wrap {
  position: relative;
  vertical-align: middle;
  height: 323px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.sub_visual_wrap .dis_tbl {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.sub_visual_wrap .dis_tbl .txt_bx {
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.sub_visual_wrap .dis_tbl .txt_bx .visual_tit {
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sub_visual_wrap .dis_tbl .txt_bx {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .sub_visual_wrap {
    height: 150px;
    background-size: cover;
  }
}
.sub_visual_wrap.visual_01 {
  background-image: url(../images/sub/visual_01.jpg);
}
@media screen and (max-width: 1024px) {
  .sub_visual_wrap.visual_01 {
    /* background-image: url(../images/sub/visual_01_m.jpg); */
  }
}
.sub_visual_wrap.visual_02 {
  background-image: url(../images/sub/visual_02.jpg);
}
.sub_visual_wrap.visual_03 {
  background-image: url(../images/sub/visual_03.jpg);
}
.sub_visual_wrap.visual_04 {
  background-image: url(../images/sub/visual_04.jpg);
}
.sub_visual_wrap.visual_05 {
  background-image: url(../images/sub/visual_05.jpg);
}
.sub_visual_wrap.visual_06 {
  background-image: url(../images/sub/visual_06.jpg);
}

.sub_section_wrap .wrapper {
  max-width: 1360px;
}
.sub_section_wrap .sub_con {
  padding: 80px 0 100px;
  line-height: 1.7;
  font-size: 17.6px;
  min-height: 300px;
}
.sub_section_wrap .sub_con .txt_mt {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con .txt_mt {
    margin-top: 22px;
  }
}
.sub_section_wrap .sub_con .part_mt {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con .part_mt {
    margin-top: 35px;
  }
}
.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;
}
@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con .sec_bx .sec_em {
    font-size: 18px;
  }
}
.sub_section_wrap .sub_con .sub_tit_st {
  font-size: 28px;
  color: #133e78;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con .sub_tit_st {
    font-size: 19px;
    margin-bottom: 25px;
  }
}
.sub_section_wrap .sub_con .sub_tit {
  font-weight: bold;
  color: #222;
  font-size: 35px;
  text-align: center;
  margin-bottom: 55px;
  padding-bottom: 20px;
  background: url(../images/main/tit_i.png) no-repeat center bottom;
}
@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con {
    padding: 30px 0 50px;
    font-size: 13px;
  }
  .sub_section_wrap .sub_con .sub_tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/*메뉴위치*/
.sub-menu-box {
  background: #133e78;
}
@media screen and (max-width: 1024px) {
  .sub-menu-box {
    margin-top: 0px;
  }
  .sub-menu-box .wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sub-menu-box .border_box {
    border-right: 0;
  }
}
.sub-menu-box .menu-bg {
  position: relative;
}
.sub-menu-box .menu-home {
  float: left;
  width: 60px;
}
.sub-menu-box .menu-home a {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sub-menu-box .menu-home a i {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .sub-menu-box .menu-home {
    width: 11%;
    display: none;
  }
}
.sub-menu-box .menu-list-box {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
  width: 230px;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .sub-menu-box .menu-list-box {
    width: 50%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
  }
}
.sub-menu-box .menu-title {
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  padding: 0 20px;
  letter-spacing: -1.5px;
  position: relative;
}
.sub-menu-box .menu-title.depth02_no:after {
  display: none;
}
.sub-menu-box .menu-title:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  content: "\e943";
  font-family: xeicon !important;
  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;
}
.sub-menu-box .menu-title span {
  display: block;
}
.sub-menu-box .menu-title span.on {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sub-menu-box .menu-title {
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
  }
}
.sub-menu-box .menu-list-con {
  display: none;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 60px;
  left: 0;
  background: #f6f5f5;
  border: 1px solid #ddd;
}
.sub-menu-box .menu-list-con a {
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  padding-left: 20px;
}
.sub-menu-box .menu-list-con a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 1024px) {
  .sub-menu-box .menu-list-con {
    top: 40px;
  }
  .sub-menu-box .menu-list-con a {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
  }
}

.about_01 .img_bx {
  float: left;
  width: 49%;
  box-sizing: border-box;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .about_01 .img_bx {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.about_01 .txt_bx {
  float: left;
  width: 51%;
}
@media screen and (max-width: 1024px) {
  .about_01 .txt_bx {
    float: none;
    width: 100%;
  }
}
.about_01 .tit {
  font-size: 1.22em;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222;
}

.certi_list li {
  margin: 10px 0;
  text-align: center;
}
.certi_list li .img_bx {
  border: 1px solid #ddd;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  border-right: no-repeat;
  background-size: cover;
}
.certi_list li .txt_bx {
  padding: 15px 0;
  color: #222;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .certi_list li .txt_bx {
    padding: 10px 0 0;
  }
}

.location_con .map_txt_bx .tit {
  font-size: 34px;
  color: #222;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .location_con .map_txt_bx .tit {
    font-size: 20px;
  }
}
.location_con .sec_bx_02 {
  border: 3px solid #ddd;
  padding: 40px;
}
.location_con .sec_bx_02 ul li {
  text-align: center;
  border-left: 1px solid #ddd;
}
.location_con .sec_bx_02 ul li:first-child {
  border-left: 0;
}
.location_con .sec_bx_02 ul li .txt_bx {
  margin-top: 15px;
  height: 87px;
}
.location_con .sec_bx_02 ul li .txt_bx .tit {
  font-size: 1.25em;
}
.location_con .sec_bx_02 ul li .txt_bx .num_t {
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .location_con .sec_bx_02 ul li {
    border: none;
  }
  .location_con .sec_bx_02 ul li .txt_bx {
    height: auto;
  }
  .location_con .sec_bx_02 ul li i img {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .location_con .sec_bx_02 {
    padding: 15px;
  }
}

.w_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.busi_list_02 li {
  border-top: 1px dashed #ddd;
  padding: 60px 0;
}
.busi_list_02 li:first-child {
  border-top: 0;
}
.busi_list_02 li .img_bx {
  background: url(../images/icon/bar_i.png) no-repeat 90% center;
  text-align: center;
}
.busi_list_02 li .txt_bx .tit {
  color: #222;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1.4em;
}
@media screen and (max-width: 1024px) {
  .busi_list_02 li {
    padding: 20px 0;
  }
  .busi_list_02 li .img_bx {
    background: none;
    margin-bottom: 20px;
  }
  .busi_list_02 li .img_bx img {
    width: 70px;
  }
}

.business_04 {
  text-align: center;
}
.business_04 .busi_top_tit {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .business_04 .busi_top_tit {
    margin-bottom: 30px;
  }
}
.business_04 .sec_bx {
  max-width: 1160px;
  margin: 0 auto;
}
.business_04 .sec_bx .txt_bx {
  font-size: 1.12em;
  color: #222;
  font-weight: 400;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .perfor_list {
    min-width: 550px;
  }
}
.perfor_list li {
  text-align: center;
}
.perfor_list li dt {
  border-top: 1px solid #133e78;
  border-bottom: 1px solid #ddd;
  padding: 25px 10px;
  position: relative;
  font-weight: 400;
  color: #222;
}
.perfor_list li dt:before {
  content: '';
  position: absolute;
  border-left: 1px solid #ddd;
  height: 14px;
  margin-top: -7px;
  top: 50%;
  left: 0;
}
.perfor_list li dt.first:before {
  display: none;
}
.perfor_list li dd {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  height: 80px;
  box-sizing: border-box;
  font-size: 0.9em;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .perfor_list li dt {
    padding: 10px 0;
  }
  .perfor_list li dt:nth-child(4):before {
    display: none;
  }
}

.form_w {
  max-width: 1200px;
  margin: 0 auto;
}
.form_w .e_mail_box, .form_w .text-area-01, .form_w .input_for {
  max-width: 800px;
}
.form_w .btn-type-01 {
  height: 60px;
  line-height: 60px;
  width: 200px;
}

/*시작 팝업  드레그*/
.modal.start_pop {
  position: absolute;
  top: 110px;
  left: 10px;
  width: auto;
  height: auto;
  right: auto;
  bottom: auto;
  cursor: move;
}

.modal.start_pop .modal-header {
  padding-bottom: 0;
  padding-top: 10px;
}

.modal.start_pop .modal_standard {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .modal.start_pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .modal.start_pop .modal_standard {
    position: fixed;
    left: 0;
    top: 70px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }

  .modal.start_pop .modal-body {
    max-height: 300px;
    overflow-y: auto;
  }
}
table {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  table {
    font-size: 13px;
  }
}

/*세로 리스트*/
.col_list_wrap {
  position: relative;
  margin-top: 90px;
  background: url(../images/sub/hist_bg.jpg) no-repeat right bottom;
}
@media screen and (max-width: 1024px) {
  .col_list_wrap {
    background: none;
  }
}
.col_list_wrap .col_list {
  text-align: left;
}
.col_list_wrap .col_list li {
  position: relative;
  padding-bottom: 145px;
}
.col_list_wrap .col_list li:nth-child(4), .col_list_wrap .col_list li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .col_list_wrap .col_list li:nth-child(4) {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .col_list_wrap .col_list li {
    padding-bottom: 40px;
  }
}
.col_list_wrap .col_list li dt {
  position: absolute;
  top: -5px;
  left: -170px;
  font-size: 50px;
  color: #aaa;
  line-height: 0.9;
}
.col_list_wrap .col_list li dt .st {
  font-size: 24px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .col_list_wrap .col_list li dt {
    position: static;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.0;
    margin-left: -46px;
  }
  .col_list_wrap .col_list li dt .st {
    font-size: 14px;
  }
}
.col_list_wrap .col_list li dd {
  position: relative;
  padding-bottom: 15px;
}
.col_list_wrap .col_list li dd.first {
  padding-bottom: 30px;
}
.col_list_wrap .col_list li dd.first:before {
  /*도트*/
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  background: url(../images/icon/dote_01.png) no-repeat center 0;
  width: 40px;
  height: 40px;
  left: -74px;
}
.col_list_wrap .col_list li dd:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -61px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  background: #3c79cb;
  border-radius: 50%;
  z-index: 2;
}
.col_list_wrap .col_list li dd .month {
  float: left;
  width: 30px;
  color: #3c79cb;
  font-weight: 500;
}
.col_list_wrap .col_list li dd .des {
  overflow: hidden;
}
.col_list_wrap .col_list li.last:after {
  display: none;
}
.col_list_wrap .col_list li:after {
  /*중앙선*/
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 1px;
  background: #ccc;
  border-radius: 30px;
}
.col_list_wrap .col_list li.li_right {
  padding-left: 55px;
  margin-left: 225px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .col_list_wrap .col_list li.li_right {
    margin-left: 0;
    margin-left: 20px;
  }
}
.col_list_wrap .col_list li.li_left {
  padding-right: 20px;
  margin-right: 50%;
  text-align: left;
  padding-left: 8%;
}
.col_list_wrap .col_list li.li_left.last:after {
  display: none;
}
.col_list_wrap .col_list li.li_left:after {
  /*중앙선*/
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  content: '';
  height: 100%;
  width: 1px;
  background: #ccc;
  border-radius: 30px;
}
.col_list_wrap .col_list li.li_left:before {
  /*도트*/
  right: 0;
  margin-right: -5px;
}

.prd_con {
  text-align: center;
}
.prd_con .prd_w {
  max-width: 1000px;
  margin: 0 auto;
}
.prd_con .ny {
  color: #133e78;
  font-weight: 400;
}
.prd_con .sec_bx {
  margin-top: 90px;
}
.prd_con .sec_bx .sec_tit {
  font-size: 1.4em;
  color: #133e78;
  font-weight: 400;
  margin-bottom:35px;
}
.prd_con .sec_bx .sec_tit.sec_tit_02 {
  color: #222;
}
@media screen and (max-width: 1024px) {
  .prd_con .sec_bx .sec_tit {
    margin-bottom: 15px;
  }
}
.map_txt_bx{
   margin-top:20px;
}

.root_daum_roughmap {
	 width:100%!important; 
}




@media screen and (max-width: 1024px) {
	
	
	.root_daum_roughmap {
		height:300px  !important;
}

  .prd_con .sec_bx {
    margin-top: 40px;
  }
}
.prd_con .sub_tbl {
  border-top: #133e78 solid 1px;
}
.prd_con .sub_tbl thead th {
  border: 0;
  position: relative;
}
.prd_con .sub_tbl thead th i {
  color: #aaa;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
}
.prd_con .sub_tbl ul li {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.prd_con .sub_tbl ul li:first-child {
  border-top: 0;
}


.right_top_logo_bx_pc{
	position:absolute;
	top:20px;
	right:0;
}


.right_top_logo_bx_pc span{
	margin-left:15px;
}
.right_top_logo_bx_m{
	display:none;
}


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


.right_top_logo_bx_m{
	display:block;
	position:absolute;
	top:16px;
	right:55px;
}
.right_top_logo_bx_m span img{
	height:20px ;
	width:auto;
	
}
	.right_top_logo_bx_m span{
	margin-left:5px;
	
}
}



.rl_con .manage_list{
	max-width:1000px;
	margin:0 auto;
	
}


.rl_con .manage_list .txt_bx{
	margin-top:15px;
	color:#222;
	text-align:center;
}


.rl_con .rl_bg_bx{
	background:url(../images/sub/rl_0105.png) no-repeat center 0;
	height:220px;
	max-width:1000px;
	margin:0 auto;
	box-sizing:border-box;
	padding:45px 12%;
	
    
}


.rl_con .rl_bg_bx ul li{
	color:#fff;
	 position:relative;
	 padding-left:10px;
	 text-align:left;
	 box-sizing:border-box;
	 margin-bottom:13px;
}


.rl_con .rl_bg_bx ul li:before{
	content:'';
	position:absolute;
	top:13px;
	left:0;
     width:3px;
	 height:3px;
	 background:#fff;
	
}

.rl_con .rl_bot_bx{
	background:#f1f6fc;
	padding:50px 20px ;
}



.rl_con .rl_bot_bx .tit{
	font-size:25px;
	font-weight:bold;
	color:#133e78;
	margin-bottom:30px;
	display:inline-block;
	padding:0 40px;
	
	background-image:url(../images/sub/rl_0107.png),url(../images/sub/rl_0108.png);
	
	background-repeat: no-repeat, no-repeat ;
	background-position: 0 0 , right 0;
}
@media screen and (max-width: 1024px) {
	
.rl_con .manage_list .txt_bx{
	
	height:50px;
}


.rl_con .rl_bg_bx{
	height:auto;
	padding:20px 20px 20px 40px;
	background-size:cover;
	
    
}


.rl_con .rl_bot_bx{
	padding:20px ;
}



.rl_con .rl_bot_bx .tit{
	font-size:17px;
	margin-bottom:20px;
	padding:0 20px;
	
	background-image:url(../images/sub/rl_0107.png),url(../images/sub/rl_0108.png);
	
	background-repeat: no-repeat, no-repeat ;
	background-position: 0 center , right center ;
	background-size: auto 80px;
}

	
}
