@charset "UTF-8";
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 300;
  src: url(/resources/fonts/NotoSansKR-Thin.woff) format("woff"), url(/resources/fonts/NotoSansKR-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
  src: url(/resources/fonts/NotoSansKR-Regular.woff) format("woff"), url(/resources/fonts/NotoSansKR-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 500;
  src: url(/resources/fonts/NotoSansKR-Medium.woff) format("woff"), url(/resources/fonts/NotoSansKR-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 700;
  src: url(/resources/fonts/NotoSansKR-Bold.woff) format("woff"), url(/resources/fonts/NotoSansKR-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'pretendard';
  font-style: normal;
  font-weight: 300;
  src: url(/resources/fonts/Pretendard-Thin.woff) format("woff"); }

@font-face {
  font-family: 'pretendard';
  font-style: normal;
  font-weight: 400;
  src: url(/resources/fonts/Pretendard-Regular.woff) format("woff"); }

@font-face {
  font-family: 'pretendard';
  font-style: normal;
  font-weight: 500;
  src: url(/resources/fonts/Pretendard-Medium.woff) format("woff"); }

@font-face {
  font-family: 'pretendard';
  font-style: normal;
  font-weight: 700;
  src: url(/resources/fonts/Pretendard-Bold.woff) format("woff"); }

@font-face {
  font-family: 'pretendard';
  font-style: normal;
  font-weight: 900;
  src: url(/resources/fonts/Pretendard-ExtraBold.woff) format("woff"); }

@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 300;
  src: url(/resources/fonts/NanumSquareRoundOTFB.otf) format("opentype"); }

@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 400;
  src: url(/resources/fonts/NanumSquareRoundOTFL.otf) format("opentype"); }

@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 500;
  src: url(/resources/fonts/NanumSquareRoundOTFL.otf) format("opentype"); }

@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 600;
  src: url(/resources/fonts/NanumSquareRoundOTFB.otf) format("opentype"); }

@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 700;
  src: url(/resources/fonts/NanumSquareRoundOTFB.otf) format("opentype"); }

@font-face {
  font-family: 'BCcardL';
  font-style: normal;
  font-weight: 500;
  src: url(/resources/fonts/BCcardL.ttf) format("truetype"); }

@font-face {
  font-family: 'BCcardB';
  font-style: normal;
  font-weight: 600;
  src: url(/resources/fonts/BCcardB.ttf) format("truetype"); }

html, body {
  font-family: 'NotoSansKR'; }

:lang(ko) {
  font-family: 'NotoSansKR'; }

.fwL {
  font-weight: 300; }

.fwR {
  font-weight: 400; }

.fwM {
  font-weight: 500; }

.fwB {
  font-weight: 700; }

/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

address, em {
  font-style: normal; }

fieldset, img {
  border: 0 none; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  word-break: keep-all;
  table-layout: fixed;
  width: 100%; }

ol, ul, li {
  list-style: none;
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  word-break: keep-all; }
  body.overflow-h, html.overflow-h {
    overflow: hidden; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-size: 14px; }

a {
  color: #333;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline-offset: -1px; }

img {
  vertical-align: middle;
  border: none; }

input {
  border: none;
  outline: 0; }

/* IE 10, 11의 네이티브 화살표 숨기기/select background 생길경우 이곳에 마크업 */
select::-ms-expand {
  display: none; }

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: #fff; }

input, select, textarea, button {
  padding-left: 5px;
  vertical-align: middle;
  border: 1px solid #ddd;
  color: #666; }

select {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  background: #fff url("/resources/images/icons/ico_selectbox.png") no-repeat 93% 50%; }
  select option {
    border-bottom: none; }

input[type='checkbox'] {
  -webkit-appearance: checkbox;
  margin: 0 4px; }

input[type='radio'] {
  -webkit-appearance: radio;
  margin: 0 4px; }

input[type='text']::placeholder {
  color: #999; }

textarea {
  padding: 10px; }

button {
  border: 0 none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0; }

textarea.fixed {
  resize: none; }

.checkbox-group {
  font-size: 13px; }

.on.choice a {
  outline: none; }

.checkbox-group label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 22px;
  text-align: left;
  min-width: 14px;
  min-height: 20px;
  line-height: 22px; }

.checkbox-group input[type="radio"], .checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  box-sizing: border-box; }

input[type="text"] {
  color: #999; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-button {
  display: block;
  height: 0px;
  background: #fff; }

::-webkit-scrollbar-track {
  background: #ffffff; }

::-webkit-scrollbar-thumb {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #ffc0cb;
  background: #9b9b9b; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
  color: #999; }

input.contactInput:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset;
  box-shadow: 0 0 0 1000px #f0f0f0 inset;
  color: #767676; }

input.contactInput-Add:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  color: #767676; }

img {
  max-width: 100%; }

.vh {
  visibility: hidden; }

.v-mid {
  vertical-align: middle; }

.v-top {
  vertical-align: top; }

.v-base {
  vertical-align: baseline; }

.v-btm {
  vertical-align: bottom; }

.of-y {
  overflow-y: auto; }

.dis-ib {
  display: inline-block; }

.dis-n {
  display: none; }

.dis-b {
  display: block; }

.dis-t {
  display: table; }

.dis-tr {
  display: table-row; }

.dis-tc {
  display: table-cell; }

.dis-f {
  display: flex; }

.fr {
  float: right; }

.fl {
  float: left; }

.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.is-upper {
  text-transform: uppercase; }

.is-lower {
  text-transform: lowercase; }

.cs-poiner {
  cursor: pointer; }

.pl10 {
  padding-left: 10px; }

.pr30 {
  padding-right: 30px; }

.pt5 {
  padding-top: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pl5 {
  padding-left: 5px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pl40 {
  padding-left: 40px; }

.pl50 {
  padding-left: 50px; }

.mtm1 {
  margin-top: -1px; }

.mtm10 {
  margin-top: -10px; }

.mt1 {
  margin-top: 1px; }

.mt3 {
  margin-top: 3px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mb0 {
  margin-bottom: 0px; }

.mb1 {
  margin-bottom: 1px; }

.mb3 {
  margin-bottom: 3px; }

.mb5 {
  margin-bottom: 5px; }

.mb8 {
  margin-bottom: 8px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb70 {
  margin-bottom: 70px; }

.mb100 {
  margin-bottom: 100px; }

.mb130 {
  margin-bottom: 130px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml8 {
  margin-left: 8px; }

.ml10 {
  margin-left: 10px; }

.ml18 {
  margin-left: 10px; }

.mr3 {
  margin-right: 3px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr50 {
  margin-right: 50px; }

.ml8 {
  margin-left: 8px; }

.ml10 {
  margin-left: 10px; }

.ml18 {
  margin-left: 10px; }

.ml25 {
  margin-left: 25px; }

.ml15 {
  margin-left: 15px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.lh20 {
  line-height: 20px; }

.lh30 {
  height: 30px;
  line-height: 30px; }

.lh40 {
  height: 40px;
  line-height: 40px; }

.w45 {
  width: 45px; }

.w60 {
  width: 60px; }

.w70 {
  width: 70px; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w120 {
  width: 120px; }

.w130 {
  width: 130px; }

.w135 {
  width: 135px; }

.w140 {
  width: 140px; }

.w150 {
  width: 150px; }

.w170 {
  width: 170px; }

.w175 {
  width: 175px; }

.w180 {
  width: 180px; }

.w200 {
  width: 200px; }

.w230 {
  width: 230px; }

.w240 {
  width: 240px; }

.w250 {
  width: 250px; }

.w254 {
  width: 254px; }

.w270 {
  width: 270px; }

.w295 {
  width: 295px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

.w460 {
  width: 460px; }

.w465 {
  width: 465px; }

.w550 {
  width: 550px; }

.wp10 {
  width: 10%; }

.wp15 {
  width: 15%; }

.wp20 {
  width: 20%; }

.wp25 {
  width: 25%; }

.wp30 {
  width: 30%; }

.wp35 {
  width: 35%; }

.wp40 {
  width: 40%; }

.wp45 {
  width: 45%; }

.wp55 {
  width: 55%; }

.wp50 {
  width: 50%; }

.wp60 {
  width: 60%; }

.wp70 {
  width: 70%; }

.wp75 {
  width: 75%; }

.wp80 {
  width: 80%; }

.wp100 {
  width: 100%; }

.hp100 {
  height: 100%; }

.h30 {
  height: 30px; }

.h45 {
  height: 45px; }

.min-h28 {
  min-height: 28px; }

.f-size0 {
  font-size: 0; }

.line2 {
  line-height: 2; }

.offscreen {
  position: absolute;
  top: -1000px;
  left: -9999px;
  z-index: -9999;
  font-size: 0; }

.offscreen-caption {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  display: table-caption; }

/*input::placeholder, textarea::placeholder{
  color:$gray9; font-size:14px;
}*/
/*.layout-cnt2{
  &>.item {float:left;width:50%;}
}
.layout-cnt3{
  overflow:hidden;
  &>.item {float:left;width:33.3333%;}
}
.layout-cnt4{
  &>.item {float:left;width:25%}
}
.layout-cnt5{
  &>.item {float:left;width:20%}
  &>.item.col2 {float:left; width:40%}
}
.layout-cnt8{
  &>.item {float:left;width:12.5%}
}*/
.hoverline:hover {
  text-decoration: underline; }

.hasmask {
  display: block;
  position: relative; }
  .hasmask .hasmask-item {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(40, 39, 41, 0.5); }
  .hasmask:hover .hasmask-item {
    display: block; }

@media screen and (max-width: 1400px) {
  .dis-n-t {
    display: none; }
  .dis-ib-t {
    display: inline-block; }
  .dis-b-t {
    display: block; }
  .dis-i-t {
    display: inline; }
  .dis-tc-t {
    display: table-cell; }
  .dis-tcg-t {
    display: table-column-group; } }

@media screen and (max-width: 990px) {
  .dis-n-mm {
    display: none; }
  .dis-b-mm {
    display: block; }
  .dis-ib-mm {
    display: inline-block; } }

@media screen and (max-width: 640px) {
  .dis-n-m {
    display: none; }
  .dis-b-m {
    display: block; }
  .dis-ib-m {
    display: inline-block; } }

.ico-close-large {
  width: 20px;
  height: 20px;
  background-image: url(/resources/images/icons/ico-close-large.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  vertical-align: middle; }

.ico-play {
  width: 30px;
  height: 30px;
  background-image: url(/resources/images/icons/ico-play.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }
  .ico-play:hover {
    background-image: url(/resources/images/icons/ico-play-on.png); }

.ico-down {
  width: 30px;
  height: 30px;
  background-image: url(/resources/images/icons/ico-down.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.btn-area {
  padding: 15px 0; }

.btn-area--form {
  text-align: center;
  padding: 20px 0; }

.btn-base {
  height: 30px;
  padding: 0 10px;
  min-width: 55px;
  border: 1px solid #ddd;
  font-size: 13px; }
  .btn-base.dis-n {
    display: none; }
  .btn-base.hasIcon > span {
    line-height: 29px; }

.btn-baseRound {
  height: 30px;
  padding: 0 10px;
  min-width: 55px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px; }
  .btn-baseRound.dis-n {
    display: none; }
  .btn-baseRound.hasIcon > span {
    line-height: 28px; }
  .btn-baseRound.onlyIcon {
    min-width: auto; }
  .btn-baseRound:hover, .btn-baseRound:focus {
    background: #f7f7f7; }

a.btn-baseRound {
  line-height: 30px;
  text-align: center; }
  a.btn-baseRound.hasIcon {
    line-height: 25px; }

.a-btn-white {
  border: 1px solid #aaa;
  width: 95px;
  display: inline-block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  margin: 15px 0;
  font-size: 14px;
  color: #666;
  font-weight: 400; }
  .a-btn-white:hover {
    background-color: #4051d9;
    border-color: #4051d9;
    color: #fff; }

.btn-form {
  margin: 50px 0;
  text-align: center; }

.btn-pop {
  margin: 30px 0;
  text-align: center; }

.login__btn {
  background: linear-gradient(to right, #4363d6, #3927e2);
  border: 1px solid #435ed7;
  height: 70PX;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  box-shadow: 3px 3px 9px 1px #4361d6;
  cursor: pointer; }

.btn-white {
  border: 1px solid #ddd;
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
  height: 20px;
  width: 60px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 0; }

.default-btn {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
  background: linear-gradient(to right, #4363d6, #3927e2);
  cursor: pointer; }

.form_submit_btn {
  width: 300px;
  height: 70px;
  font-size: 18px;
  color: #fff;
  font-weight: 400; }

.search-btn-group {
  float: right;
  margin: 15px 0;
  font-size: 0;
  height: 35px;
  width: 355px;
  position: relative; }
  .search-btn-group input {
    height: 35px;
    width: 280px;
    position: absolute;
    left: 0; }
  .search-btn-group .search-btn {
    height: 35px;
    background-color: #4051d9;
    width: 80px;
    border-radius: 4px;
    background-image: url(/resources/images/icons/ico-search.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0; }

.fc-point-blue {
  color: #4051d9; }

.fc-normal {
  color: #4051d9; }

.fc-caution {
  color: #ff6600; }

.fc-danger {
  color: #fb4949; }

.fc-gray9 {
  color: #999; }

.fc-gray6 {
  color: #666; }

.fc-gray5 {
  color: #555; }

.fc-gray3 {
  color: #333; }

.fc-a3 {
  color: #aaa; }

.fc-gray8 {
  color: #888; }

.fc-puple {
  color: #4f45d9; }

.fc-grayd {
  color: #ddd; }

.b-leftMenu__inner {
  -ms-overflow-style: none;
  overflow: auto; }
  .b-leftMenu__inner::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-leftMenu__inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-mailWrap {
  overflow: auto;
  -ms-overflow-style: auto; }
  .b-mailWrap::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-mailWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-fileTableWrap {
  -ms-overflow-style: none;
  overflow: auto;
  -ms-overflow-style: auto; }
  .b-fileTableWrap::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-fileTableWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-fileTableWrap::-webkit-scrollbar-track {
    background-color: #f4f5f9; }

.MultipleSelectBox {
  -ms-overflow-style: none;
  overflow: auto;
  border: 1px solid transparent;
  list-style-type: none;
  margin: 0;
  padding: 1px 0;
  background-color: white;
  color: black; }
  .MultipleSelectBox::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .MultipleSelectBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .MultipleSelectBox input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden; }
  .MultipleSelectBox.disabled:focus {
    outline: none; }
  .MultipleSelectBox.disabled.selecting {
    border-color: #ddd; }
  .MultipleSelectBox.disabled li {
    color: #ddd;
    cursor: default; }
  .MultipleSelectBox.disabled li.selected {
    background: white;
    border-color: white;
    color: #ddd; }

.MultipleSelectBox.selecting {
  border: 1px solid black; }

.MultipleSelectBox li {
  border: 1px solid white;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 13px;
  color: #888; }

.MultipleSelectBox li.disabled {
  color: gray;
  font-style: italic; }

.MultipleSelectBox li.optgroup {
  font-style: italic;
  font-weight: bold; }

.MultipleSelectBox li.selected {
  /*  border: 1px solid #F39814;
  background-color: #F39814;*/
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #555; }

.MultipleSelectBox li.selecting {
  border: 1px dotted black; }

.MultipleSelectBox.vertical li.optgroupitem {
  margin-left: 30px; }

/* horizontal mode */
.MultipleSelectBox.horizontal {
  height: auto;
  white-space: nowrap; }

.MultipleSelectBox.horizontal li {
  display: inline-block;
  /* for IE6 and IE7 */
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.MultipleSelectBox.horizontal li.optgroup {
  margin-bottom: 10px; }

/* popup mode */
.MultipleSelectBox.popup {
  background-color: white;
  display: none;
  position: absolute;
  z-index: 1; }

/* Ultimate CSS Gradient Generator (Orange 3D) */
.MultipleSelectBox li.selected {
  /* background: #ffa84c;
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
  background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
  !* for IE6 *!
  _background: #F39814;*/ }

header {
  background-color: #fff;
  height: 100px;
  width: 100%;
  transition: ease .3s;
  position: absolute;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #dedede; }
  header div {
    align-items: center; }

nav {
  position: absolute;
  width: 100%;
  height: 0px;
  transition: ease .3s;
  box-sizing: border-box;
  background-color: #fff; }

.max-inner.nav-inner {
  display: flex;
  padding-left: 425px; }

.b-headerSubList {
  width: 16.66%;
  height: 100%;
  overflow: inherit; }
  .b-headerSubList:hover, .b-headerSubList.active {
    background-color: #fafafa; }
    .b-headerSubList:hover > ul::after, .b-headerSubList.active > ul::after {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #439474;
      position: absolute; }
  .b-headerSubList > ul {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: inherit; }
    .b-headerSubList > ul > li {
      margin: 10px 0;
      overflow: inherit; }
      .b-headerSubList > ul > li > a {
        font-size: 16px;
        font-weight: 400;
        color: #555;
        width: 100%;
        height: 100%;
        display: block;
        font-family: 'pretendard'; }
      .b-headerSubList > ul > li:hover > a {
        color: #439474; }
      .b-headerSubList > ul > li:first-of-type {
        margin: 25px 0px 10px; }
  .b-headerSubList:last-of-type {
    display: none; }

header:hover nav {
  height: 270px; }

.b-logo {
  min-width: 340px; }
  .b-logo img {
    width: 340px; }

.b-headerMenu {
  margin-left: 50px;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: inherit; }
  .b-headerMenu a {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'pretendard'; }
  .b-headerMenu > li {
    width: 16.66%;
    text-align: center;
    overflow: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .b-headerMenu > li:hover a, .b-headerMenu > li.active a {
      color: #439474; }
    .b-headerMenu > li:nth-last-child(2) {
      color: #fff;
      position: relative; }
      .b-headerMenu > li:nth-last-child(2) a {
        color: #fff;
        position: relative;
        z-index: 5; }
      .b-headerMenu > li:nth-last-child(2)::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 45px;
        background-color: #439474;
        border-radius: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .b-headerMenu > li:last-of-type {
      width: 30px;
      margin-left: 25px;
      display: none; }

/* 햄버거 */
.menu-trigger {
  display: none;
  box-sizing: border-box;
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 4; }
  .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #4e4e4e;
    transition: ease .3s; }
    .menu-trigger span:nth-child(1) {
      left: 0;
      top: 6px; }
    .menu-trigger span:nth-child(2) {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .menu-trigger span:nth-child(3) {
      bottom: 6px;
      left: 0; }

.b-mobileNav {
  width: 490px;
  height: 100vh;
  background-color: #f6f7f9;
  position: fixed;
  right: -700px;
  top: 0;
  z-index: 999;
  transition: ease .8s; }
  .b-mobileNav .mobileNav__inner {
    margin-top: 100px;
    height: 100%;
    display: flex; }

.mobileMain-nav {
  width: 190px; }
  .mobileMain-nav li {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    font-family: 'pretendard'; }
    .mobileMain-nav li.active {
      background-color: #439474;
      color: #fff; }

.mobileSub-nav {
  width: calc(100% - 190px);
  height: 100%;
  background-color: #fff; }

.mobileSub-navList {
  padding: 0 20px; }
  .mobileSub-navList li {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #dcdcdc; }
    .mobileSub-navList li a {
      display: flex;
      font-size: 18px;
      font-weight: 500;
      color: #5f5f5f;
      align-items: center;
      justify-content: left;
      width: 100%;
      height: 100%;
      font-family: 'pretendard'; }
    .mobileSub-navList li:last-of-type {
      border-bottom: none; }

@media screen and (max-width: 1400px) {
  header {
    height: 100px;
    position: fixed; }
    header .max-inner {
      justify-content: space-between;
      align-items: center; }
  .b-headerMenu {
    justify-content: space-between;
    margin: 0;
    width: auto; }
    .b-headerMenu li {
      display: none; }
      .b-headerMenu li:nth-last-child(2) {
        display: list-item;
        width: 100%;
        margin-right: 30px; }
      .b-headerMenu li:last-of-type {
        display: flex; }
        .b-headerMenu li:last-of-type .menu-trigger {
          display: inline-block; }
  .b-logo {
    min-width: 340px; }
    .b-logo img {
      width: 340px; }
  nav {
    display: none; }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg); } }

@media screen and (max-width: 810px) {
  header {
    height: 80px; }
  .b-logo {
    min-width: 280px; }
    .b-logo img {
      width: 280px; }
  .b-mobileNav .mobileNav__inner {
    margin-top: 80px; } }

@media screen and (max-width: 645px) {
  .b-logo {
    min-width: 200px; }
    .b-logo img {
      width: 200px; }
  .b-headerMenu li:nth-last-child(2) {
    align-items: center;
    display: flex;
    margin-right: 0; }
    .b-headerMenu li:nth-last-child(2) a {
      width: 80px;
      height: 35px;
      background-color: #439474;
      border-radius: 50px;
      font-size: 14px; }
    .b-headerMenu li:nth-last-child(2)::before {
      display: none; }
  .b-headerMenu li:last-of-type {
    margin-left: 10px; }
  .b-mobileNav {
    width: 100%; }
  .mobileMain-nav {
    width: 170px; }
  .mobileSub-nav {
    width: calc(100% - 170px); } }

.main-section {
  width: 100%;
  height: auto;
  padding-top: 100px; }

.b-bannerWrap {
  display: flex;
  width: 100%;
  height: 165px; }
  .b-bannerWrap li {
    flex: 1 1 50%;
    height: 100%; }
    .b-bannerWrap li:nth-child(1) {
      background-color: #f2e0a1; }
    .b-bannerWrap li:nth-child(2) {
      background-color: #f5f1e3; }

.b-bannerInner {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 700px;
  position: relative; }

.b-bannerTitWrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 700px;
  height: 100%;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 165px !important; }
  .b-bannerTitWrap > a {
    font-size: 14px;
    font-weight: 500;
    color: #fefefe;
    width: 120px;
    height: 30px;
    background-color: #439474;
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
    margin-top: 15px;
    font-family: 'pretendard'; }
  .b-bannerTitWrap.left {
    background-image: url("/resources/images/img-banner02.png"); }
  .b-bannerTitWrap.right {
    left: 35px;
    background-image: url("/resources/images/img-banner03.png"); }
    .b-bannerTitWrap.right p {
      color: #439474; }

.tit-bannerTitle {
  font-size: 30px;
  font-weight: 600;
  color: #210806;
  font-family: 'pretendard'; }

.tit-bannerSubTitle {
  font-size: 15px;
  font-weight: 500;
  color: #210806;
  white-space: nowrap;
  font-family: 'pretendard'; }

.b-videoWrap {
  padding: 140px 0; }

.b-videoTitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px; }
  .b-videoTitle h3 {
    font-size: 38px;
    font-weight: 900;
    color: #222;
    font-family: 'pretendard'; }
  .b-videoTitle .b-videoTag {
    display: flex;
    align-items: center; }
    .b-videoTitle .b-videoTag li {
      background-color: #ececec;
      font-size: 20px;
      font-weight: 600;
      color: #4d4d4d;
      border-radius: 50px;
      margin-left: 10px;
      padding: 0 30px;
      height: 50px;
      line-height: 50px;
      white-space: nowrap;
      font-family: 'pretendard'; }
      .b-videoTitle .b-videoTag li:first-of-type {
        margin-left: 0px; }

.b-video {
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  position: relative; }
  .b-video iframe {
    width: 100%;
    height: 100%; }

.b-incheon {
  display: flex;
  margin-bottom: 140px;
  height: 500px; }

.b-incheonList {
  display: flex; }
  .b-incheonList.b-left {
    width: 860px;
    flex-direction: column; }
    .b-incheonList.b-left li:nth-child(1) {
      background-color: #439474;
      padding: 40px 70px;
      border-radius: 20px;
      margin-bottom: 20px; }
      .b-incheonList.b-left li:nth-child(1) > div {
        flex-direction: column; }
    .b-incheonList.b-left li:nth-child(2) {
      background-color: #46a982;
      padding: 70px;
      border-radius: 20px;
      background-image: url("/resources/images/img-incheonBg.png");
      background-repeat: no-repeat;
      background-position: right center; }
      .b-incheonList.b-left li:nth-child(2) > div {
        flex-direction: column; }
  .b-incheonList.b-right {
    width: calc(100% - 860px);
    margin-left: 20px;
    flex-direction: column;
    padding: 0px 80px;
    background-color: #8fc43d;
    border-radius: 20px;
    overflow: inherit; }
    .b-incheonList.b-right li {
      height: 33.33%;
      border-bottom: 1px solid #fff;
      overflow: inherit; }
      .b-incheonList.b-right li:last-of-type {
        border-bottom: none; }
    .b-incheonList.b-right a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      position: relative; }
      .b-incheonList.b-right a > span {
        font-weight: 500;
        font-size: 24px;
        color: #fff;
        margin-right: 45px;
        white-space: nowrap;
        font-family: 'pretendard'; }
    .b-incheonList.b-right .ico-arrow {
      display: inline-block;
      background-image: url("/resources/images/ico/ico-incheon.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 25px;
      height: 25px;
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%); }

.b-link {
  width: 100%;
  height: 100%;
  display: block; }

.txt-incheonDate {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  font-family: 'pretendard'; }

.txt-incheonSubTitle {
  font-weight: 600;
  font-size: 38px;
  color: #fff;
  letter-spacing: -2px;
  position: relative;
  font-family: 'pretendard'; }
  .txt-incheonSubTitle span {
    margin-left: 10px; }
  .txt-incheonSubTitle .ico-arrow {
    display: inline-block;
    background-image: url("/resources/images/ico/ico-incheon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.incheonTitleWrap {
  position: relative;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%; }
  .incheonTitleWrap span {
    margin: 0 10px;
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    margin-top: -3px;
    font-family: 'pretendard'; }
  .incheonTitleWrap .ico-arrow {
    display: inline-block;
    background-image: url("/resources/images/ico/ico-incheon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.txt-incheonTitle {
  font-weight: 600;
  font-size: 46px;
  color: #fff;
  font-family: 'pretendard'; }

.l-content-area__inner {
  justify-content: space-between; }
  .l-content-area__inner a {
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 50px;
    position: relative; }
  .l-content-area__inner .ico-plus {
    background-image: url(/resources/images/ico/ico-plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px; }

.default-tab {
  height: 55px;
  width: 100%;
  display: flex; }
  .default-tab button {
    width: 185px;
    border-radius: 50px; }
    .default-tab button:nth-child(n+2) {
      margin-left: 20px; }
  .default-tab span {
    font-size: 24px;
    font-weight: 500;
    color: #8b8b8b;
    font-family: 'pretendard'; }

.default-tab__btn {
  width: 300px;
  height: 100%;
  background-color: #f0f0f0; }
  .default-tab__btn.active {
    background-color: #438f70; }
    .default-tab__btn.active span {
      color: #fff; }

.tabMove__child {
  margin: 35px 0 140px; }

.b-mainFakeTable {
  height: 420px; }
  .b-mainFakeTable li {
    border-top: 1px solid #cbcbcb;
    padding: 24px 0px;
    display: flex;
    align-items: center; }
    .b-mainFakeTable li:last-of-type {
      border-bottom: 1px solid #cbcbcb; }
    .b-mainFakeTable li > div {
      width: calc( 100% - 150px); }

.b-fakedate {
  font-size: 24px;
  font-weight: 500;
  color: #ababab;
  width: 165px;
  text-align: center;
  display: inline-block;
  font-family: 'pretendard'; }

.b-fakeSubTitle {
  padding: 0 15px;
  font-size: 24px;
  font-weight: 500;
  color: #439474;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'pretendard'; }

.b-fakeTitle {
  font-size: 24px;
  font-weight: 500;
  color: #626262;
  font-family: 'pretendard'; }

.b-albumList {
  justify-content: flex-start;
  display: flex;
  height: 420px; }
  .b-albumList li {
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 20px;
    flex: 0 1 24%;
    margin-right: 1%;
    position: relative; }
    .b-albumList li:last-child {
      margin-right: 0; }
    .b-albumList li a {
      width: 100%;
      height: 100%;
      display: block; }
    .b-albumList li .b-textArea {
      height: calc(100% - 290px);
      width: 100%;
      padding: 20px;
      bottom: 0;
      position: absolute; }
      .b-albumList li .b-textArea h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 500;
        font-size: 20px;
        color: #2f2f2f;
        font-family: 'pretendard'; }
      .b-albumList li .b-textArea .txt-date {
        font-weight: 400;
        font-size: 18px;
        color: #575757;
        margin-top: 20px;
        font-family: 'pretendard'; }
  .b-albumList .b-imgWrap {
    height: 290px;
    overflow: hidden;
    position: relative; }
    .b-albumList .b-imgWrap.mainImg img {
      min-height: 290px;
      max-width: inherit;
      width: 100%; }

.b-question {
  width: 100%;
  height: 460px;
  background-image: url("/resources/images/img-question.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.b-questionInner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .b-questionInner h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-family: 'pretendard'; }
  .b-questionInner a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    height: 60px;
    width: 285px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: 50px;
    line-height: 60px;
    box-sizing: border-box;
    transition: ease .3s;
    font-family: 'pretendard'; }
    .b-questionInner a:hover {
      background-color: #439474;
      border: none; }
  .b-questionInner .ico-arrow {
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(/resources/images/ico/ico-bannerLink.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px; }

.b-listTitle {
  padding: 20px; }
  .b-listTitle > h3 {
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #2f2f2f;
    font-weight: 500;
    font-size: 20px;
    word-break: break-all;
    font-family: 'pretendard'; }
    .b-listTitle > h3 a {
      word-break: break-all; }
    .b-listTitle > h3.h-auto {
      height: auto; }
  .b-listTitle > p {
    color: #575757;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'pretendard'; }
  .b-listTitle.multiList3 {
    height: 100px; }
  .b-listTitle.border-top {
    border-top: 1px solid #d0d0d0; }

@media screen and (max-width: 1400px) {
  .b-bannerWrap {
    height: 120px; }
    .b-bannerWrap li {
      box-sizing: border-box;
      height: auto; }
      .b-bannerWrap li:nth-child(1) {
        padding: 20px 0 0px 40px; }
      .b-bannerWrap li:nth-child(2) {
        padding: 20px 40px 0px 0; }
  .tit-bannerTitle {
    font-size: 24px; }
  .tit-bannerSubTitle {
    font-size: 13px; }
  .b-bannerInner {
    min-width: inherit; }
  .b-bannerTitWrap {
    min-width: 90%;
    width: inherit;
    background-size: auto 120px !important; }
    .b-bannerTitWrap > a {
      margin-bottom: 15px; }
  .b-videoWrap {
    padding: 120px 0; }
  .b-videoTitle h3 {
    font-size: 30px; }
  .b-videoTitle .b-videoTag li {
    font-size: 18px; }
  .b-video {
    height: 530px; }
  .b-incheon {
    padding: 0 30px;
    height: auto;
    margin-bottom: 120px; }
    .b-incheon > div {
      padding: 0;
      width: 100%; }
  .b-incheonList.b-left {
    width: 580px; }
    .b-incheonList.b-left li:nth-child(2) {
      padding: 50px;
      background-position: 50px -155px; }
  .b-incheonList.b-right {
    width: calc( 100% - 580px);
    padding: 0 40px; }
    .b-incheonList.b-right a > span {
      font-size: 20px; }
  .txt-incheonDate {
    font-size: 14px; }
  .txt-incheonSubTitle {
    font-size: 26px; }
    .txt-incheonSubTitle span {
      font-size: 30px; }
  .incheonTitleWrap {
    margin-bottom: 0px; }
    .incheonTitleWrap span {
      font-size: 24px; }
  .txt-incheonTitle {
    font-size: 30px; }
    .txt-incheonTitle span {
      font-size: 30px; }
  .default-tab {
    height: auto; }
    .default-tab span {
      font-size: 16px; }
    .default-tab button {
      width: 125px;
      height: 40px; }
  .tabMove__child {
    margin: 25px 0 125px; }
  .b-mainFakeTable {
    height: 261px; }
    .b-mainFakeTable li {
      padding: 15px 0;
      box-sizing: border-box; }
  .b-fakedate {
    padding: 0 25px;
    font-size: 18px; }
  .b-fakeSubTitle {
    font-size: 18px; }
  .b-fakeTitle {
    font-size: 18px; }
  .b-listTitle {
    padding: 0 10px; }
    .b-listTitle > h3 {
      font-size: 18px;
      height: 42px; }
  .b-albumList.b-albumListTab {
    height: 261px; }
    .b-albumList.b-albumListTab .b-imgWrap {
      height: 180px;
      min-height: 180px;
      display: flex;
      align-items: center; }
      .b-albumList.b-albumListTab .b-imgWrap img {
        min-height: 180px; }
    .b-albumList.b-albumListTab li .b-textArea {
      height: calc(100% - 200px);
      padding: 0 15px; }
      .b-albumList.b-albumListTab li .b-textArea h3 {
        font-size: 14px;
        height: 40px; }
      .b-albumList.b-albumListTab li .b-textArea .txt-date {
        margin-top: 15px;
        font-size: 12px; }
  .b-listTitle {
    padding: 10px;
    font-size: 14px; }
    .b-listTitle > h3 a {
      height: 55px;
      max-height: 55px;
      display: block; }
    .b-listTitle p {
      margin-top: 5px;
      font-size: 14px; }
  .b-question {
    height: 245px; }
  .b-questionInner h1 {
    font-size: 26px; }
  .b-questionInner a {
    margin-top: 20px;
    font-size: 12px;
    width: 135px;
    height: 45px;
    line-height: 45px; } }

@media screen and (max-width: 1130px) {
  .b-bannerWrap {
    height: 200px;
    min-height: 200px;
    flex-direction: column;
    background-size: auto 100px !important; }
    .b-bannerWrap li {
      max-height: 100px;
      flex: 1 1 100%; }
      .b-bannerWrap li:nth-child(1) {
        padding: 0; }
      .b-bannerWrap li:nth-child(2) {
        padding: 0; }
  .b-bannerTitWrap {
    min-width: inherit;
    width: 100%; }
    .b-bannerTitWrap.left {
      display: flex;
      align-items: center;
      flex-direction: row;
      height: 100%;
      justify-content: flex-end;
      min-width: 100%;
      text-align: center;
      padding-left: 240px;
      background-position: 35px;
      background-size: 245px;
      padding: 0 30px; }
    .b-bannerTitWrap.right {
      display: flex;
      align-items: center;
      flex-direction: row;
      height: 100%;
      justify-content: flex-end;
      min-width: 100%;
      text-align: center;
      padding-left: 185px;
      background-position: 45px;
      background-size: auto;
      background-image: url(/resources/images/img-banner03-mm.png);
      padding: 0 30px;
      left: 0; }
    .b-bannerTitWrap a {
      margin: 0;
      font-size: 14px; }
    .b-bannerTitWrap > div {
      height: 100%;
      width: calc(100% - 260px);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
  .tit-bannerTitle {
    font-size: 22px; }
  .tit-bannerSubTitle {
    font-size: 18px; } }

@media screen and (max-width: 968px) {
  .b-bannerTitWrap.left {
    padding-left: 170px; }
  .b-bannerTitWrap.right {
    padding-left: 170px; }
  .b-bannerTitWrap a {
    margin-left: 50px; }
  .b-videoWrap {
    padding: 70px 0; }
  .b-videoTitle {
    margin-bottom: 30px; }
    .b-videoTitle h3 {
      font-size: 24px; }
    .b-videoTitle .b-videoTag li {
      font-size: 14px;
      padding: 10px 25px;
      height: inherit;
      line-height: inherit; }
  .b-video {
    height: 400px; }
  .b-incheon {
    margin-bottom: 70px; }
  .b-incheonList.b-left {
    width: 435px; }
    .b-incheonList.b-left li:nth-child(1) {
      padding: 35px; }
    .b-incheonList.b-left li:nth-child(2) {
      padding: 35px; }
  .b-incheonList.b-right {
    width: calc(100% - 435px); }
    .b-incheonList.b-right a > span {
      font-size: 16px; }
    .b-incheonList.b-right .ico-arrow {
      right: 10px; }
  .txt-incheonDate {
    font-size: 16px; }
  .txt-incheonSubTitle {
    font-size: 26px; }
    .txt-incheonSubTitle span {
      font-size: 28px; }
  .incheonTitleWrap {
    margin-top: 20px; }
  .txt-incheonTitle {
    font-size: 26px; }
    .txt-incheonTitle span {
      font-size: 28px;
      margin: 0 3px; }
  .default-tab button {
    width: 110px;
    height: 35px; }
    .default-tab button:nth-child(n+2) {
      margin-left: 10px; }
  .default-tab span {
    font-size: 15px; }
  .b-mainFakeTable {
    height: 231px; }
    .b-mainFakeTable li {
      padding: 13px 0; }
  .b-albumList {
    height: 260px; }
    .b-albumList .b-imgWrap {
      height: 165px; }
    .b-albumList li .b-textArea {
      height: calc(100% - 165px);
      padding: 10px 20px; }
  .b-fakedate {
    font-size: 16px; }
  .b-fakeSubTitle {
    font-size: 16px;
    padding: 0 5px; }
  .b-fakeTitle {
    font-size: 16px; }
  .tabMove__child {
    margin: 20px 0 70px; }
  .b-albumList.b-albumListTab .b-imgWrap {
    height: 150px;
    min-height: 150px; }
  .b-albumList.b-albumListTab {
    height: 231px; }
  .b-question {
    height: 190px; }
  .b-questionInner h1 {
    font-size: 20px; }
  .b-questionInner a {
    font-size: 10px;
    width: 100px;
    height: 35px;
    line-height: 35px; }
  .b-questionInner .ico-arrow {
    margin-left: 5px;
    width: 5px;
    height: 8px; } }

@media screen and (max-width: 810px) {
  .b-bannerTitWrap.left {
    left: inherit;
    transform: inherit;
    background-image: none !important;
    flex-direction: row;
    padding: 10px 30px;
    justify-content: space-between; }
  .b-bannerTitWrap.right {
    left: inherit;
    transform: inherit;
    background-image: none !important;
    flex-direction: row;
    padding: 10px 30px;
    justify-content: space-between; }
    .b-bannerTitWrap.right a > span {
      font-size: 18px; }
  .b-bannerTitWrap a {
    margin: 0; }
  .b-bannerTitWrap > div {
    width: calc(100% - 120px); }
  .b-incheon > div {
    flex-direction: column; }
  .b-incheonList {
    justify-content: space-between; }
    .b-incheonList.b-left {
      width: 100%;
      height: 310px; }
      .b-incheonList.b-left li:nth-child(1) {
        margin-bottom: 0px;
        padding: 30px 20px; }
      .b-incheonList.b-left li:nth-child(2) {
        padding: 30px 20px; }
    .b-incheonList.b-right {
      margin-left: 0;
      margin-top: 20px;
      width: 100%;
      height: 340px; }
      .b-incheonList.b-right a > span {
        font-size: 20px; } }

@media screen and (max-width: 645px) {
  .b-bannerTitWrap.left {
    left: inherit;
    transform: inherit;
    justify-content: space-between; }
  .b-bannerTitWrap.right {
    left: inherit;
    transform: inherit;
    justify-content: space-between; }
    .b-bannerTitWrap.right a > span {
      font-size: 18px; }
  .b-bannerTitWrap a {
    margin: 0; }
  .tit-bannerTitle {
    font-size: 18px; }
  .tit-bannerSubTitle {
    font-size: 12px; }
  .b-videoWrap {
    padding: 50px 0; }
  .b-videoTitle {
    margin-bottom: 20px; }
    .b-videoTitle h3 {
      font-size: 16px; }
    .b-videoTitle .b-videoTag li {
      font-size: 10px;
      padding: 5px 10px;
      margin-left: 5px; }
  .b-video {
    height: 235px;
    border-radius: 15px; }
  .b-incheon {
    padding: 0 20px;
    margin-bottom: 50px; }
  .b-incheonList.b-left {
    height: auto; }
    .b-incheonList.b-left li {
      margin-top: 10px; }
      .b-incheonList.b-left li:nth-child(2) {
        background-position: -45px -120px; }
  .b-incheonList.b-right {
    margin-top: 10px;
    height: 270px;
    padding: 0 20px; }
    .b-incheonList.b-right a > span {
      font-size: 18px; }
    .b-incheonList.b-right .ico-arrow {
      width: 15px;
      height: 15px;
      right: 0px; }
  .txt-incheonDate {
    font-size: 14px; }
  .txt-incheonSubTitle {
    font-size: 18px; }
    .txt-incheonSubTitle span {
      font-size: 22px; }
    .txt-incheonSubTitle .ico-arrow {
      width: 15px;
      height: 15px; }
  .txt-incheonTitle {
    font-size: 18px; }
    .txt-incheonTitle span {
      font-size: 20px; }
  .incheonTitleWrap span {
    font-size: 22px; }
  .incheonTitleWrap .ico-arrow {
    width: 15px;
    height: 15px; }
  .default-tab span {
    font-size: 14px; }
  .default-tab button {
    width: 85px; }
    .default-tab button:nth-child(n+2) {
      margin-left: 5px; }
  .l-content-area__inner a {
    width: inherit;
    min-width: 35px;
    height: 35px; }
  .tabMove__child {
    overflow: auto; }
  .b-mainFakeTable {
    height: auto; }
    .b-mainFakeTable li {
      overflow: inherit;
      flex-direction: column;
      padding: 12px 20px; }
      .b-mainFakeTable li:nth-child(4) {
        margin-bottom: -1px; }
      .b-mainFakeTable li > div {
        width: 100%; }
  .b-fakedate {
    font-size: 18px;
    padding: 0;
    width: 100%;
    text-align: left; }
  .b-fakeSubTitle {
    font-size: 18px;
    padding-left: 0; }
  .b-fakeTitle {
    font-size: 18px; }
  .b-albumList.b-albumListTab {
    height: 270px;
    min-width: 900px;
    width: 100%; }
    .b-albumList.b-albumListTab .b-imgWrap {
      height: 180px; }
      .b-albumList.b-albumListTab .b-imgWrap img {
        min-height: 180px; }
    .b-albumList.b-albumListTab li .b-textArea {
      height: calc(100% - 230px);
      padding: 10px 20px; }
  .b-listTitle > h3 {
    height: 42px; }
  .b-questionInner h1 {
    font-size: 22px; }
  .b-questionInner a {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px; } }

@media screen and (max-width: 450px) {
  .b-bannerTitWrap.left {
    left: inherit;
    transform: inherit;
    padding: 0px;
    justify-content: flex-end;
    background-image: none;
    display: flex;
    flex-direction: column; }
  .b-bannerTitWrap.right {
    left: inherit;
    transform: inherit;
    justify-content: flex-end;
    padding: 0 30px;
    background-image: none;
    display: flex;
    flex-direction: column; }
  .b-bannerTitWrap a {
    margin: 10px 0; } }

.b-subBanner {
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.b-subBanner.b-Bg-disabled {
  background-image: url("/resources/images/img-BgDisabled.png"); }

.b-subBanner.b-Bg-video {
  background-image: url("/resources/images/img-BgVideo.png"); }

.b-subBanner.b-Bg-business {
  background-image: url("/resources/images/img-BgBusiness.png"); }

.b-subBanner.b-Bg-systematization {
  background-image: url("/resources/images/img-BgSystematization.png"); }

.b-subBanner.b-Bg-deliverySystem {
  background-image: url("/resources/images/img-BgDeliverySystem.png"); }

.b-subBanner.b-Bg-researchStudy {
  background-image: url("/resources/images/img-researchStudy.png"); }

.b-subBanner.b-Bg-information {
  background-image: url("/resources/images/img-BgInformation.png"); }

.b-subBanner.b-Bg-notice {
  background-image: url("/resources/images/img-BgNotice.png"); }

.b-subBanner.b-Bg-centernow {
  background-image: url("/resources/images/img-BgCenterNow2025.png"); }

.b-subBanner.b-Bg-release {
  background-image: url("/resources/images/img-BgRelease.png"); }

.b-subBanner.b-Bg-library {
  background-image: url("/resources/images/img-BgLibrary.png"); }

.b-subBanner.b-Bg-status {
  background-image: url("/resources/images/img-BgStatus.png"); }

.b-subBanner.b-Bg-intro {
  background-image: url("/resources/images/img-BgIntro.png"); }

.b-subBanner.b-Bg-contact {
  background-image: url("/resources/images/img-BgContact.png"); }

.b-subBanner.b-Bg-contact .max-inner.b-subBannerInner > h1 {
  font-weight: 900; }

.b-subBanner.b-Bg-consult {
  background-image: url("/resources/images/img-BgConsult.png"); }

.b-subBanner.b-Bg-consult .max-inner.b-subBannerInner > h1 {
  font-weight: 900; }

.b-subBanner.b-Bg-greetings {
  background-image: url("/resources/images/img-BgGreetings.png"); }

.b-subBanner.b-Bg-greetings .max-inner.b-subBannerInner > h1 {
  font-weight: 900; }

.max-inner.b-subBannerInner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .max-inner.b-subBannerInner > h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    font-family: 'BCcardL'; }
  .max-inner.b-subBannerInner > p {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    font-family: 'NanumSquareRound'; }

.b-albumTab {
  position: relative;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 100%;
  overflow: inherit;
  z-index: 10;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  position: sticky;
  position: -webkit-sticky;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }
  .b-albumTab.active {
    position: fixed;
    margin: 0 auto 0; }
  .b-albumTab.focus li {
    font-size: 20px; }
    .b-albumTab.focus li:hover {
      color: #282828; }
      .b-albumTab.focus li:hover::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #282828;
        top: 70%;
        transform: translateY(-50%); }
  .b-albumTab.dis-n {
    display: none; }
  .b-albumTab li {
    margin: 0 2%;
    font-weight: 600;
    font-size: 18px;
    color: #8f8f8f;
    cursor: pointer;
    position: relative;
    overflow: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-family: 'pretendard'; }
    .b-albumTab li:last-of-type {
      marign-right: 0px; }
    .b-albumTab li.active {
      color: #282828; }
      .b-albumTab li.active::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #282828;
        top: 70%;
        transform: translateY(-50%); }
  .b-albumTab.b-pakage {
    margin-top: 60px; }

.b-albumArea {
  margin: 120px 0px 200px; }
  .b-albumArea.dis-n {
    display: none; }
  .b-albumArea.b-contactArea {
    width: 1200px;
    margin: 120px auto 180px; }
  .b-albumArea.b-contactViewArea {
    margin: 100px 0px 180px; }

.b-BoardWrap .b-BoardTitle {
  margin-top: 120px; }
  .b-BoardWrap .b-BoardTitle.b-BoardTitleContactView {
    margin-top: 0; }

.b-BoardTitle {
  position: relative;
  height: 60px;
  margin-bottom: 75px;
  align-items: center;
  justify-content: flex-end; }
  .b-BoardTitle > h3 {
    font-size: 28px;
    font-weight: 600;
    color: #0c0c0c;
    text-align: center;
    width: 100%;
    position: absolute;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -5;
    font-family: 'pretendard'; }
    .b-BoardTitle > h3.contact {
      font-size: 38px; }
    .b-BoardTitle > h3.fontPre {
      font-family: 'pretendard';
      letter-spacing: -4px; }
  .b-BoardTitle > a {
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #f2f2f2;
    border-radius: 50px;
    right: 0; }
    .b-BoardTitle > a .ico-plus {
      background-image: url(/resources/images/ico/ico-plus.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 16px; }
  .b-BoardTitle.b-NoticeTitle {
    margin-bottom: 50px; }
  .b-BoardTitle.b-BoardTitleContact {
    margin-bottom: 30px; }
  .b-BoardTitle.b-consultText {
    justify-content: center; }

.b-BoardList {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px; }
  .b-BoardList .txt-boardTxt {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    color: #0c0c0c;
    font-family: 'pretendard';
    height: 55px; }
    .b-BoardList .txt-boardTxt.mt0 {
      margin-top: 0px; }
  .b-BoardList > li {
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box; }
  .b-BoardList.b-BoardListView {
    gap: 40px 30px; }

.b-boardImg {
  width: 100%;
  height: 280px;
  background-color: #eee;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .b-boardImg > img {
    min-height: 280px; }
  .b-boardImg.bdr-none {
    border-radius: 0px; }

.b-tableWrap {
  border-top: 1px solid #252525;
  box-sizing: border-box; }
  .b-tableWrap tr {
    border-bottom: 1px solid #cbcbcb; }
  .b-tableWrap thead td {
    color: #22232f;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0; }
  .b-tableWrap tbody td {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 0; }
    .b-tableWrap tbody td:nth-child(1) {
      color: #a4a4a4; }
      .b-tableWrap tbody td:nth-child(1) span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
    .b-tableWrap tbody td:nth-child(2) {
      text-align: left;
      color: #626262; }
      .b-tableWrap tbody td:nth-child(2) .tit-notice {
        color: #439474; }
      .b-tableWrap tbody td:nth-child(2) .list-title {
        width: 80%;
        display: inline-block;
        margin-left: 10px; }
    .b-tableWrap tbody td:nth-child(3) {
      color: #ababab; }
      .b-tableWrap tbody td:nth-child(3) span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
    .b-tableWrap tbody td p {
      font-size: 22px;
      font-weight: 500; }

.b-contactTable {
  box-sizing: border-box; }
  .b-contactTable tr {
    border-bottom: 1px solid #cbcbcb; }
  .b-contactTable tbody td {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 400; }
    .b-contactTable tbody td:nth-child(2) {
      text-align: left; }
    .b-contactTable tbody td span, .b-contactTable tbody td p {
      font-size: 16px;
      font-weight: 400;
      color: #282828; }
    .b-contactTable tbody td p {
      text-align: left; }
  .b-contactTable.mobile-table {
    display: none; }

.b-tableCountWrap {
  display: flex;
  width: calc(100% - 400px);
  align-items: center;
  white-space: nowrap; }
  .b-tableCountWrap p {
    color: #282828;
    font-weight: 600;
    font-size: 24px; }
  .b-tableCountWrap span {
    color: #439474;
    font-size: 30px; }
  .b-tableCountWrap.b-contactWrap {
    height: 100%; }
    .b-tableCountWrap.b-contactWrap p {
      font-size: 20px; }
    .b-tableCountWrap.b-contactWrap span {
      font-size: 20px; }

.b-albumListWrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px; }
  .b-albumListWrap > li {
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box; }

.b-imgWrap {
  height: 300px;
  overflow: hidden; }
  .b-imgWrap img {
    width: 100%;
    max-width: inherit; }
    .b-imgWrap img.object-contain {
      height: 232px;
      object-fit: contain; }
  .b-imgWrap.thumbnail {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px; }

.b-logoListWrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 30px; }
  .b-logoListWrap li {
    box-sizing: border-box; }
    .b-logoListWrap li h3 {
      font-size: 24px;
      font-weight: 500;
      color: #0c0c0c;
      margin-top: 12px;
      font-family: 'pretendard'; }
    .b-logoListWrap li p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: inherit;
      font-size: 16px;
      font-weight: 400;
      color: #666;
      width: 100%;
      font-family: 'pretendard';
      margin-top: 5px; }
  .b-logoListWrap .b-logoWrap {
    width: 100%;
    height: 140px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }

.query-table {
  border-top: 1px solid #dbdbdb; }
  .query-table button {
    text-align: left;
    width: 100%;
    padding: 30px 40px;
    border-bottom: 1px solid #dbdbdb;
    background-image: url("/resources/images/ico/ico-downArr.png");
    background-repeat: no-repeat;
    background-position: 98% 40px; }
    .query-table button > p {
      font-size: 24px;
      font-weight: 500;
      color: #282828;
      padding-left: 70px;
      position: relative;
      width: 95%; }
      .query-table button > p::before {
        content: 'Q';
        font-family: 'pretendard';
        font-weight: 900;
        font-size: 36px;
        color: #439474;
        left: 0;
        top: -8px;
        position: absolute; }
  .query-table li.active button {
    background-image: url("/resources/images/ico/ico-upArr.png");
    background-repeat: no-repeat;
    background-position: 98% 40px; }

.b-depts {
  padding: 40px 40px 40px 110px;
  background-color: #f6f6f6; }

.b-deptsInner {
  position: relative;
  padding-left: 50px;
  word-break: break-all;
  line-height: 1.3; }
  .b-deptsInner::before {
    content: 'A';
    font-family: 'pretendard';
    font-weight: 900;
    font-size: 36px;
    color: #767676;
    left: 0;
    position: absolute;
    top: -15px; }

.b-contact {
  width: 100%;
  background-color: #f0f0f0;
  padding: 50px 0;
  margin-bottom: 200px; }

.b-contactLeftBox {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .b-contactLeftBox > h5 {
    font-family: 'pretendard';
    font-weight: 500;
    font-size: 24px;
    color: #333; }
  .b-contactLeftBox > h2 {
    font-family: 'pretendard';
    font-weight: 600;
    font-size: 44px;
    color: #282828;
    margin: 30px 0; }
  .b-contactLeftBox > p {
    font-family: 'pretendard';
    font-weight: 400;
    font-size: 20px;
    color: #747474; }

.b-contactInputWrap {
  flex-direction: column; }
  .b-contactInputWrap > div {
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 0 15px; }
    .b-contactInputWrap > div > p {
      font-weight: 500;
      font-size: 15px;
      color: #767676;
      font-family: 'pretendard'; }
  .b-contactInputWrap .ico {
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 16px; }
    .b-contactInputWrap .ico.ico-person {
      background-image: url("/resources/images/ico/ico-person.png"); }
    .b-contactInputWrap .ico.ico-tel {
      background-image: url("/resources/images/ico/ico-tel.png"); }
    .b-contactInputWrap .ico.ico-mail {
      background-image: url("/resources/images/ico/ico-mail.png"); }
  .b-contactInputWrap .contactInput {
    width: calc(100% - 30px);
    background-color: transparent;
    border: none;
    padding: 20px 15px;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 500;
    color: #767676;
    font-family: 'pretendard'; }
    .b-contactInputWrap .contactInput::placeholder {
      font-size: 15px;
      font-weight: 500;
      color: #767676;
      font-family: 'pretendard'; }
  .b-contactInputWrap .contactInput-Add {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    border: none;
    padding: 20px 15px;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 500;
    color: #767676;
    font-family: 'pretendard'; }
    .b-contactInputWrap .contactInput-Add::placeholder {
      font-size: 15px;
      font-weight: 500;
      color: #767676;
      font-family: 'pretendard'; }
  .b-contactInputWrap textarea {
    width: 100%;
    margin-top: 20px;
    resize: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #767676;
    padding: 20px 15px;
    font-family: 'pretendard'; }
    .b-contactInputWrap textarea::placeholder {
      font-size: 15px;
      font-weight: 500;
      color: #767676;
      font-size: 15px;
      font-weight: 500;
      color: #767676;
      font-family: 'pretendard'; }
    .b-contactInputWrap textarea.b-contactArea {
      border: 1px solid #ddd;
      outline: 0; }

.b-checkWrap {
  display: flex;
  justify-content: space-between; }
  .b-checkWrap a {
    font-size: 13px;
    font-weight: 500;
    color: #767676;
    position: relative;
    font-family: 'pretendard'; }
    .b-checkWrap a::before {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      background-color: #767676;
      bottom: -1px;
      left: 50%;
      transform: translateX(-50%); }

.tit-check {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #767676;
  font-family: 'pretendard'; }
  .tit-check span {
    color: #333; }
  .tit-check.tit-consult {
    color: #292929; }

.b-registration {
  display: flex;
  justify-content: flex-end; }
  .b-registration button {
    margin-top: 30px;
    height: 50px;
    padding: 0 30px;
    background-color: #439474;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'pretendard'; }
    .b-registration button .ico-right {
      background-image: url("/resources/images/ico/ico-right.png");
      background-size: 7px 12px;
      background-position: center;
      width: 7px;
      height: 12px;
      margin-left: 35px; }
  .b-registration.b-consultBtn {
    justify-content: center;
    margin-top: 100px; }
  .b-registration.b-DetailBtn {
    justify-content: center;
    margin: 80px 0 0; }
    .b-registration.b-DetailBtn.btnGroupMod {
      margin: 40px 0 0; }
      .b-registration.b-DetailBtn.btnGroupMod button {
        margin-top: 0;
        display: inline-block;
        padding: 0;
        text-align: center;
        width: 100%;
        max-width: 120px; }
        .b-registration.b-DetailBtn.btnGroupMod button:first-of-type {
          margin-right: 20px;
          background-color: #fff;
          color: #439474;
          border: 1px solid #439474; }
        @media screen and (max-width: 768px) {
          .b-registration.b-DetailBtn.btnGroupMod button {
            margin: 0; } }

.td-btnWrap {
  display: flex;
  justify-content: center;
  align-items: center; }

.td-btn {
  height: 30px;
  width: 115px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .td-btn.b-comple {
    background-color: #439474;
    color: #fff; }
  .td-btn.b-expected {
    background-color: #f0f0f0;
    color: #282828; }

.tit-rePassword {
  color: #ef2c2c;
  font-weight: 400;
  font-size: 14px;
  margin-left: 25px;
  margin-top: 10px; }

.btn-detail {
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 40px; }
  .btn-detail.btn-detailW {
    border: 1px solid #dbdbdb;
    margin-right: 10px;
    color: #555; }
  .btn-detail.btn-detailG {
    background-color: #46a982;
    color: #fffefe; }

.b-contactView .b-contactContents {
  border-top: 1px solid #767676; }
  .b-contactView .b-contactContents:nth-child(2) {
    margin-top: 80px; }

.b-queryTitle {
  padding: 25px 30px;
  display: flex;
  flex-direction: column; }
  .b-queryTitle > div {
    margin-bottom: 15px;
    align-items: center; }
    .b-queryTitle > div.queryWrap {
      align-items: flex-start; }
    .b-queryTitle > div:last-of-type {
      margin-bottom: 0px; }

.td-btn {
  margin-left: 10px;
  width: 100px; }
  .td-btn.b-answer {
    margin-left: 5px;
    margin-right: 5px;
    display: inherit;
    width: auto;
    font-size: 20px;
    font-weight: 600;
    color: #46a982; }

.queryMainTitle {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  max-width: calc(100% - 100px); }

.b-queryContents {
  padding: 40px 50px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }
  .b-queryContents > p {
    font-size: 16px;
    font-weight: 400;
    color: #555; }

.b-queryName {
  display: flex;
  align-items: center; }
  .b-queryName .queryName {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    position: relative;
    padding-left: 25px; }
    .b-queryName .queryName::before {
      content: '';
      background-image: url(/resources/images/ico/ico-person.png);
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 15px;
      height: 15px; }
  .b-queryName .bar {
    width: 2px;
    height: 15px;
    background-color: #dbdbdb;
    margin: 0 20px; }
  .b-queryName .queryDate {
    font-size: 16px;
    font-weight: 400;
    color: #555; }

.b-consultInfo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .b-consultInfo > li {
    flex: 1 1 50%;
    height: 100px;
    padding: 10px 30px;
    display: flex;
    align-items: center; }
    .b-consultInfo > li:nth-child(n+1) {
      padding-left: 0; }
    .b-consultInfo > li:nth-child(2n+2) {
      padding-right: 0; }
  .b-consultInfo label {
    width: 110px;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    font-family: 'pretendard'; }
  .b-consultInfo input {
    border: none;
    width: calc(100% - 110px);
    border-bottom: 1px solid #dbdbdb;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #b8b8b8;
    padding: 0 10px;
    font-family: 'pretendard'; }

.b-consulTitle {
  display: block;
  width: 100%;
  height: 100px;
  padding: 10px 0px;
  display: flex;
  align-items: center; }
  .b-consulTitle > label {
    width: 110px;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    font-family: 'pretendard'; }
  .b-consulTitle > input {
    border: none;
    width: calc(100% - 110px);
    border-bottom: 1px solid #dbdbdb;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #b8b8b8;
    padding: 0 10px;
    font-family: 'pretendard'; }

.b-consultTextarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  resize: none;
  padding: 35px 45px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #b8b8b8;
  font-family: 'pretendard'; }

.b-consulUpLoad {
  width: 100%;
  min-height: 100px;
  padding: 10px 0px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: flex-start;
  line-height: 100px; }
  .b-consulUpLoad .consulUpTitle {
    width: 180px;
    display: flex;
    align-items: center; }
  .b-consulUpLoad label {
    width: 140px;
    font-size: 18px;
    font-weight: 500;
    color: #292929;
    font-family: 'pretendard'; }
  .b-consulUpLoad .ico-up {
    width: 20px;
    height: 20px;
    background-image: url("/resources/images/ico/ico-upLoad.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px; }
  .b-consulUpLoad .b-upLoadTxtWrap {
    width: calc(100% - 175px);
    display: flex;
    flex-direction: column; }
  .b-consulUpLoad .b-upLoadTxt {
    font-size: 18px;
    font-weight: 500;
    color: #9d9d9d;
    padding-left: 55px;
    line-height: initial;
    margin-top: 40px;
    font-family: 'pretendard';
    flex-direction: row;
    position: relative;
    display: inline; }
    .b-consulUpLoad .b-upLoadTxt:nth-child(n+2) {
      margin-top: 10px; }
    .b-consulUpLoad .b-upLoadTxt p {
      width: 75%;
      margin-right: 10px; }
    .b-consulUpLoad .b-upLoadTxt .ico-ex {
      background-image: url("/resources/images/ico/ico-ex.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 14px;
      height: 14px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.b-guide {
  padding: 45px 0;
  border-bottom: 1px solid #dbdbdb; }
  .b-guide h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    font-family: 'pretendard'; }
  .b-guide p {
    font-size: 18px;
    font-weight: 500;
    color: #4c4c4c;
    position: relative;
    padding-left: 20px;
    font-family: 'pretendard'; }
    .b-guide p::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50px;
      background-color: #4c4c4c;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    .b-guide p:nth-child(n+2) {
      margin-top: 10px; }

.b-Introduction01 {
  text-align: center; }
  .b-Introduction01 h2 {
    color: #439474;
    font-weight: 600;
    font-size: 60px;
    font-family: 'BCcardB';
    position: relative;
    padding: 100px 0 60px;
    letter-spacing: -2px;
    line-height: 1.4; }
    @media (max-width: 800px) {
      .b-Introduction01 h2.no-b {
        padding-top: 20px; } }
    @media (max-width: 645px) {
      .b-Introduction01 h2.no-b {
        padding-top: 35px; } }
    .b-Introduction01 h2.no-b:after {
      display: none; }
    .b-Introduction01 h2:after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 3px;
      height: 60px;
      background-color: #439474;
      left: 50%;
      transform: translateX(-50%);
      bottom: -60px; }
  .b-Introduction01 h3 {
    color: #282828;
    font-weight: 500;
    font-size: 40px;
    padding: 120px 0 60px;
    font-family: 'pretendard'; }
    .b-Introduction01 h3 span {
      font-family: 'pretendard';
      font-weight: 600; }
  .b-Introduction01 p span {
    line-height: 1.3;
    display: block;
    color: #282828;
    font-weight: 500;
    font-size: 22px;
    font-family: 'pretendard'; }
    .b-Introduction01 p span:last-of-type {
      margin-top: 50px; }
  .b-Introduction01 p.b-IntroductionText span:last-of-type {
    margin-top: 0; }
  .b-Introduction01 p.b-IntroductionText span.b-IntroductionTop {
    margin-top: 40px; }
  .b-Introduction01 .introBold {
    font-weight: 600;
    font-family: "BCcardB";
    color: #439474;
    font-size: 40px;
    padding: 100px 0 60px;
    line-height: 1.3; }

.b-Introduction02 {
  background-color: #f0f0f0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
  margin: 90px 0 150px; }
  .b-Introduction02 li {
    font-weight: 500;
    font-size: 22px;
    color: #282828;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 165px;
    text-align: center;
    width: 170px;
    margin-right: 10px;
    font-family: 'pretendard'; }
    .b-Introduction02 li span {
      display: block;
      text-align: center;
      line-height: 1.3; }
    .b-Introduction02 li:nth-of-type(1) {
      background-image: url("/resources/images/img-Introduction02_01.png"); }
    .b-Introduction02 li:nth-of-type(2) {
      background-image: url("/resources/images/img-Introduction02_02.png"); }
    .b-Introduction02 li:nth-of-type(3) {
      background-image: url("/resources/images/img-Introduction02_03.png"); }
    .b-Introduction02 li:nth-of-type(4) {
      background-image: url("/resources/images/img-Introduction02_04.png"); }
    .b-Introduction02 li:nth-of-type(5) {
      background-image: url("/resources/images/img-Introduction02_05.png"); }
    .b-Introduction02 li:nth-of-type(6) {
      background-image: url("/resources/images/img-Introduction02_06.png");
      margin-right: 0; }

.b-Introduction03 {
  text-align: center; }
  .b-Introduction03 h3 {
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 90px;
    font-family: 'pretendard'; }
  .b-Introduction03 ul {
    display: inline-block;
    position: relative; }
    .b-Introduction03 ul:after {
      display: inline-block;
      content: "";
      position: absolute;
      background-color: #bfbfbf;
      width: 1px;
      height: 100%;
      top: 20px;
      left: 120px; }
    .b-Introduction03 ul li {
      margin-bottom: 130px;
      text-align: left; }
      .b-Introduction03 ul li > div {
        display: flex; }
      .b-Introduction03 ul li:last-of-type {
        margin-bottom: 0; }
      .b-Introduction03 ul li .n-after {
        margin-top: 70px; }
        .b-Introduction03 ul li .n-after span:nth-of-type(1) {
          visibility: hidden; }
      .b-Introduction03 ul li span {
        display: inline-block;
        text-align: left;
        vertical-align: top; }
        .b-Introduction03 ul li span:nth-of-type(1) {
          font-weight: 600;
          font-size: 30px;
          color: #282828;
          width: 120px;
          position: relative;
          padding-right: 50px;
          font-family: 'pretendard'; }
          .b-Introduction03 ul li span:nth-of-type(1):before {
            content: "";
            display: inline-block;
            width: 9px;
            height: 9px;
            background-color: #439474;
            position: absolute;
            top: 15px;
            right: -5px;
            border-radius: 50%;
            z-index: 1; }
          .b-Introduction03 ul li span:nth-of-type(1):after {
            content: "";
            display: inline-block;
            width: 19px;
            height: 19px;
            background-color: #c7dfd6;
            position: absolute;
            top: 10px;
            right: -10px;
            border-radius: 50%; }
        .b-Introduction03 ul li span:nth-of-type(2) {
          font-weight: 500;
          font-size: 22px;
          color: #282828;
          width: 200px;
          margin-left: 50px;
          margin-top: 3px;
          width: 200px;
          font-family: 'pretendard'; }
        .b-Introduction03 ul li span:nth-of-type(3) {
          font-weight: 400;
          font-size: 18px;
          color: #333333;
          margin-top: 3px;
          line-height: 1.8;
          width: calc(100% - 200px);
          font-family: 'pretendard'; }
  .b-Introduction03.research {
    border-top: 1px solid #282828;
    margin-top: 100px;
    padding: 100px 0 150px; }
    .b-Introduction03.research > ul {
      width: 100%;
      max-width: 1200px; }
      .b-Introduction03.research > ul li span:nth-of-type(2) {
        width: auto; }

.b-IntroductionM-title {
  display: flex; }
  .b-IntroductionM-title span:nth-child(1) {
    display: none; }

.b-Introduction04 {
  font-size: 0; }
  .b-Introduction04 h3 {
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-top: 140px;
    margin-bottom: 90px;
    font-family: 'pretendard'; }
  .b-Introduction04 .b-comme {
    width: 100%;
    height: 500px; }
    .b-Introduction04 .b-comme .left {
      display: inline-block;
      width: 43%;
      height: 100%;
      overflow: hidden;
      vertical-align: top; }
      .b-Introduction04 .b-comme .left img {
        max-width: inherit; }
    .b-Introduction04 .b-comme .right {
      vertical-align: top;
      display: inline-block;
      width: calc(57% - 30px);
      margin-left: 30px;
      height: 100%; }
  .b-Introduction04 .bottom {
    border-top: 1px solid #ddd;
    padding: 40px 0;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 195px; }
    .b-Introduction04 .bottom > div {
      align-items: center; }
    .b-Introduction04 .bottom span {
      display: inline-block;
      text-align: left;
      color: #282828;
      font-weight: 500;
      font-size: 20px;
      padding-left: 35px;
      margin-right: 75px;
      white-space: nowrap;
      font-family: 'pretendard'; }
      .b-Introduction04 .bottom span.ico {
        background-repeat: no-repeat;
        background-position: left center; }
        .b-Introduction04 .bottom span.ico.ico-add {
          background-image: url("/resources/images/ico/ico-map.png"); }
        .b-Introduction04 .bottom span.ico.ico-call {
          background-image: url("/resources/images/ico/ico-call.png"); }
        .b-Introduction04 .bottom span.ico.ico-mail {
          background-image: url("/resources/images/ico/ico-email.png");
          margin-right: 0; }

.b-error {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.b-error-box {
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 170px;
  background-image: url("/resources/images/img-unReady.png"); }
  .b-error-box > span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #333;
    font-family: 'pretendard'; }
  .b-error-box h2 {
    color: #282828;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    font-family: 'pretendard'; }
    .b-error-box h2 span {
      color: #439474; }
  .b-error-box p {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 40px;
    text-align: center;
    font-family: 'pretendard'; }
    .b-error-box p span {
      text-align: center;
      display: block;
      font-family: 'pretendard'; }
  .b-error-box div {
    text-align: center; }
    .b-error-box div a {
      width: 130px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      border-radius: 5px;
      background-color: #efefef;
      text-decoration: none;
      color: #282828;
      font-size: 16px;
      font-weight: 400;
      margin-right: 10px;
      font-family: 'pretendard'; }
      .b-error-box div a:last-of-type {
        margin-right: 0; }
  .b-error-box.error404 {
    background-image: url("/resources/images/img-404Error.png"); }
  .b-error-box.server {
    background-image: url("/resources/images/img-serverError.png"); }
    .b-error-box.server h2 {
      font-size: 29px;
      font-family: 'pretendard'; }
      .b-error-box.server h2 span {
        font-size: 37px;
        font-family: 'pretendard'; }
    .b-error-box.server .fc-0 {
      color: #000;
      display: inline-block; }
    .b-error-box.server .dis-ib {
      display: inline-block; }

.b-detailWrap {
  margin: 150px 0; }
  .b-detailWrap.mt0 {
    margin-top: 0; }

.b-detailTitle {
  font-size: 32px;
  font-weight: 600;
  color: #0c0c0c;
  text-align: center;
  width: 100%;
  margin-bottom: 75px;
  font-family: 'pretendard';
  line-height: 1.2; }

.b-detailDate {
  font-size: 20px;
  font-weight: 600;
  color: #8c8c8c;
  margin: 40px 0 25px;
  text-align: right;
  font-family: 'pretendard'; }

.b-detailContentsArea {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 90px 0 75px;
  margin-bottom: 80px; }
  .b-detailContentsArea div, .b-detailContentsArea p, .b-detailContentsArea span {
    word-break: break-all; }
  .b-detailContentsArea > p {
    font-size: 20px;
    font-weight: 500;
    color: #0c0c0c;
    font-family: 'pretendard'; }
  .b-detailContentsArea .b-detailContens {
    width: 1100px;
    height: 600px;
    background-color: #ddd;
    margin: 65px 0; }

.b-detailLink {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #f0f0f0;
  margin-top: 90px; }
  .b-detailLink > label {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    width: 70px;
    display: inline-block;
    text-align: center;
    font-family: 'pretendard'; }
  .b-detailLink > p {
    margin-left: 30px;
    width: calc(100% - 65px); }
    .b-detailLink > p a {
      font-size: 16px;
      font-weight: 400;
      color: #282828;
      font-family: 'pretendard'; }

.b-ViewTable {
  margin: 80px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ddd; }
  .b-ViewTable .dis-tr {
    display: table-row; }
  .b-ViewTable .b-ViewTable__th {
    border-bottom: 1px solid #ddd;
    text-align: center;
    width: 10%;
    background-repeat: no-repeat;
    background-position: 80% 50%;
    vertical-align: middle;
    padding: 15px 0px; }
    .b-ViewTable .b-ViewTable__th.next {
      background-image: url("/resources/images/ico/ico-viewUpArr.png"); }
    .b-ViewTable .b-ViewTable__th.prev {
      background-image: url("/resources/images/ico/ico-viewDownArr.png"); }
    .b-ViewTable .b-ViewTable__th a {
      font-size: 16px;
      font-weight: 400;
      color: #282828;
      font-family: 'pretendard'; }
  .b-ViewTable .b-ViewTable__td {
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    padding: 15px 0; }
    .b-ViewTable .b-ViewTable__td a {
      display: inline-block;
      width: 97%;
      height: 100%;
      font-size: 16px;
      font-weight: 400;
      color: #282828;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: 'pretendard'; }

.b-introSection {
  border-top: 1px solid #282828;
  margin: 125px 0;
  padding: 130px 0;
  border-bottom: 1px solid #282828;
  box-sizing: border-box; }

.b-introTitle {
  font-size: 38px;
  font-weight: 600;
  color: #282828;
  width: 100%;
  text-align: center;
  font-family: 'pretendard'; }

.b-introSubTitle {
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  margin: 40px 0 95px;
  text-align: center;
  font-family: 'pretendard'; }
  .b-introSubTitle span {
    color: #439474;
    font-family: 'pretendard'; }

.b-introBox {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  padding: 55px 40px;
  box-sizing: border-box; }
  .b-introBox h1 {
    font-size: 28px;
    font-weight: 600;
    color: #439474;
    font-family: 'pretendard'; }
    .b-introBox h1 span {
      font-size: 20px;
      font-weight: 600;
      color: #838383;
      font-family: 'pretendard'; }
  .b-introBox:nth-child(n+2) {
    margin-top: 30px; }

.b-introSubBox {
  margin: 35px 35px 0 35px; }
  .b-introSubBox p {
    font-size: 20px;
    font-weight: 500;
    color: #282828;
    line-height: 1.8;
    font-family: 'pretendard'; }
    .b-introSubBox p:nth-child(n+2) {
      margin-top: 5px; }
  .b-introSubBox img {
    margin: 45px 0; }
  .b-introSubBox.b-introSubList li:nth-child(n+2) {
    margin-top: 50px; }
  .b-introSubBox.b-introSubList h2 {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    font-family: 'pretendard'; }
    .b-introSubBox.b-introSubList h2 span {
      font-weight: 500; }
  .b-introSubBox.b-introSubList .b-introSubList__inner {
    padding-left: 25px;
    margin-top: 5px; }
    .b-introSubBox.b-introSubList .b-introSubList__inner p {
      font-size: 20px;
      font-weight: 500;
      color: #282828;
      font-family: 'pretendard'; }

.b-pakageContentsWrap .b-pakageContents {
  margin-bottom: 130px; }
  .b-pakageContentsWrap .b-pakageContents:first-of-type {
    margin-top: 115px; }
  .b-pakageContentsWrap .b-pakageContents .b-pakageTitle {
    font-size: 28px;
    font-weight: 600;
    color: #282828;
    font-family: 'pretendard'; }
  .b-pakageContentsWrap .b-pakageContents .b-pakageSubTitle {
    font-size: 20px;
    font-weight: 500;
    color: #282828;
    margin: 30px 0 50px;
    font-family: 'pretendard'; }
  .b-pakageContentsWrap .b-pakageContents .b-pakageSubConTents {
    margin-bottom: 55px; }
    .b-pakageContentsWrap .b-pakageContents .b-pakageSubConTents p {
      font-size: 20px;
      font-weight: 400;
      color: #5f5f5f;
      font-family: 'pretendard'; }
      .b-pakageContentsWrap .b-pakageContents .b-pakageSubConTents p:first-of-type {
        margin-bottom: 30px; }

.b-pakageTable {
  border: 1px solid #e6e6e6; }
  .b-pakageTable thead tr {
    background-color: #f1f1f1;
    border-bottom: 1px solid #e6e6e6; }
    .b-pakageTable thead tr th {
      border-right: 1px solid #e6e6e6;
      padding: 15px 0;
      font-size: 20px;
      font-weight: 600;
      color: #272727;
      font-family: 'pretendard'; }
  .b-pakageTable tbody tr {
    border-bottom: 1px solid #e6e6e6; }
    .b-pakageTable tbody tr td {
      border-right: 1px solid #e6e6e6;
      padding: 30px 20px; }
    .b-pakageTable tbody tr span {
      font-size: 20px;
      font-weight: 600;
      color: #272727;
      display: block;
      text-align: center;
      font-family: 'pretendard'; }
    .b-pakageTable tbody tr p {
      font-size: 20px;
      font-weight: 500;
      color: #272727;
      position: relative;
      padding-left: 15px;
      line-height: 1.7;
      font-family: 'pretendard'; }
      .b-pakageTable tbody tr p::before {
        content: '-';
        position: absolute;
        left: 0;
        top: 0; }
      .b-pakageTable tbody tr p:nth-child(n+2) {
        margin-top: 5px; }
      .b-pakageTable tbody tr p.none-bar {
        padding-left: 0; }
        .b-pakageTable tbody tr p.none-bar::before {
          content: inherit; }

.b-organization {
  margin-top: 150px;
  text-align: center;
  padding: 80px 0 110px;
  background-color: #f8f8f8; }
  .b-organization h3 {
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
    font-family: 'pretendard'; }
  .b-organization .sectionDescribe {
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    padding: 40px 0;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .b-organization .sectionDescribe ul {
      text-align: left;
      color: #282828;
      font-weight: 500;
      font-size: 22px;
      font-family: 'pretendard';
      line-height: 2; }
      .b-organization .sectionDescribe ul li {
        position: relative;
        padding-left: 30px; }
        .b-organization .sectionDescribe ul li:before {
          content: '●';
          position: absolute;
          font-size: 12px;
          color: #439474;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }

@media screen and (max-width: 1400px) {
  .b-organization h3 {
    font-size: 36px;
    margin-bottom: 60px; } }

@media screen and (max-width: 1000px) {
  .b-organization div {
    overflow-y: auto;
    padding-bottom: 20px; }
    .b-organization div img {
      width: 889px;
      max-width: unset; }
    .b-organization div figure img {
      width: auto;
      object-fit: cover;
      max-width: 100%; }
  .b-imgWrap img.object-contain {
    height: 210px;
    object-fit: contain; } }

.b-greetingsTxt {
  text-align: center;
  padding: 110px 20px 0px; }
  @media screen and (max-width: 650px) {
    .b-greetingsTxt {
      padding: 70px 20px 0px; } }
  .b-greetingsTxt h3 {
    color: #282828;
    font-size: 38px;
    font-weight: 500;
    font-family: 'pretendard';
    margin-bottom: 50px;
    line-height: 1.4; }
    @media screen and (max-width: 800px) {
      .b-greetingsTxt h3 {
        font-size: 34px; } }
    @media screen and (max-width: 500px) {
      .b-greetingsTxt h3 {
        font-size: 32px; } }
  .b-greetingsTxt p {
    margin-bottom: 35px; }
    @media screen and (max-width: 500px) {
      .b-greetingsTxt p {
        margin-bottom: 20px; } }
    .b-greetingsTxt p > span {
      display: block;
      color: #282828;
      font-size: 22px;
      font-weight: 500;
      font-family: 'pretendard';
      line-height: 1.6; }
      @media screen and (max-width: 800px) {
        .b-greetingsTxt p > span {
          font-size: 18px; } }
      @media screen and (max-width: 650px) {
        .b-greetingsTxt p > span {
          display: inline; } }
      @media screen and (max-width: 500px) {
        .b-greetingsTxt p > span {
          font-size: 16px; } }
      .b-greetingsTxt p > span span {
        color: #439474;
        font-weight: 700;
        font-size: 24px;
        font-family: 'pretendard'; }
        @media screen and (max-width: 800px) {
          .b-greetingsTxt p > span span {
            font-size: 20px; } }
        @media screen and (max-width: 500px) {
          .b-greetingsTxt p > span span {
            font-size: 18px; } }

@media screen and (max-width: 1400px) {
  .main-section {
    padding-top: 100px; }
  .b-subBanner {
    height: 380px; }
  .max-inner.b-subBannerInner > h1 {
    font-size: 46px; }
  .max-inner.b-subBannerInner p {
    font-size: 20px; }
  .b-albumTab {
    top: 100px;
    margin-top: 100px;
    height: 80px; }
  .b-albumArea {
    margin: 120px 0 150px; }
    .b-albumArea.b-contactArea {
      width: inherit; }
  .b-Introduction01 h2 {
    font-size: 44px; }
  .b-Introduction01 h3 {
    font-size: 36px; }
  .b-Introduction01 p span {
    font-size: 18px; }
  .b-Introduction01 .introBold {
    font-size: 36px;
    padding: 80px 0 40px; }
  .b-introSection {
    margin: 120px 0;
    padding: 120px 0; }
  .b-introTitle {
    font-size: 34px; }
    .b-introTitle.subTitle {
      font-size: 36px; }
  .b-introSubTitle {
    font-size: 18px;
    margin: 40px 0 90px; }
  .b-introBox h1 {
    font-size: 26px; }
    .b-introBox h1 span {
      font-size: 18px; }
  .b-introSubBox {
    margin: 30px 35px 0 35px; }
    .b-introSubBox p {
      font-size: 18px; }
    .b-introSubBox.b-introSubList h2 {
      font-size: 18px; }
    .b-introSubBox.b-introSubList .b-introSubList__inner p {
      font-size: 18px; }
  .b-pakageContentsWrap .b-pakageContents {
    margin-bottom: 95px; }
    .b-pakageContentsWrap .b-pakageContents .b-pakageTitle {
      font-size: 26px; }
    .b-pakageContentsWrap .b-pakageContents .b-pakageSubTitle {
      margin: 25px 0 50px;
      font-size: 18px; }
    .b-pakageContentsWrap .b-pakageContents .b-pakageSubConTents p {
      font-size: 18px; }
  .b-pakageTable thead tr tr {
    padding: 11px 0;
    font-size: 18px; }
  .b-pakageTable tbody tr p {
    font-size: 18px; }
  .b-pakageTable tbody tr span {
    font-size: 18px; }
  .b-Introduction02 {
    padding: 95px 25px; }
    .b-Introduction02 li {
      padding-top: 160px;
      font-size: 18px; }
      .b-Introduction02 li:nth-of-type(1) {
        background-image: url(/resources/images/img-Introduction02_01-t.png); }
      .b-Introduction02 li:nth-of-type(2) {
        background-image: url(/resources/images/img-Introduction02_02-t.png); }
      .b-Introduction02 li:nth-of-type(3) {
        background-image: url(/resources/images/img-Introduction02_03-t.png); }
      .b-Introduction02 li:nth-of-type(4) {
        background-image: url(/resources/images/img-Introduction02_04-t.png); }
      .b-Introduction02 li:nth-of-type(5) {
        background-image: url(/resources/images/img-Introduction02_05-t.png); }
      .b-Introduction02 li:nth-of-type(6) {
        background-image: url(/resources/images/img-Introduction02_06-t.png); }
  .b-Introduction03 {
    padding: 0 40px; }
    .b-Introduction03 h3 {
      font-size: 36px; }
    .b-Introduction03 > ul > li {
      margin-bottom: 110px; }
      .b-Introduction03 > ul > li span:nth-of-type(2) {
        font-size: 22px; }
      .b-Introduction03 > ul > li .n-after {
        margin-top: 40px; }
  .b-Introduction04 h3 {
    font-size: 36px; }
  .b-Introduction04 .b-comme {
    height: 340px; }
    .b-Introduction04 .b-comme .left {
      height: 100%;
      position: relative; }
      .b-Introduction04 .b-comme .left img {
        max-width: inherit;
        max-height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
    .b-Introduction04 .b-comme .right {
      height: 100%; }
  .b-Introduction04 .bottom {
    padding: 30px;
    flex-direction: column;
    margin-bottom: 120px; }
    .b-Introduction04 .bottom .addBottom {
      flex-direction: column; }
      .b-Introduction04 .bottom .addBottom > div {
        margin-top: 20px; }
    .b-Introduction04 .bottom span:nth-of-type(1) {
      display: block; }
  .b-BoardTitle > h3.contact {
    font-size: 30px; }
  .b-consultTextarea {
    height: 770px; }
  .b-registration.b-consultBtn {
    margin-top: 70px; }
  .b-consulUpLoad .b-upLoadTxtWrap {
    width: calc(100% - 160px); }
  .b-consulUpLoad .b-upLoadTxt {
    width: 90%; }
    .b-consulUpLoad .b-upLoadTxt p {
      width: 95%; }
  .b-BoardTitleContactView {
    margin-bottom: 10px; }
  .b-queryTitle {
    padding: 20px; }
    .b-queryTitle > div {
      margin-bottom: 10px; }
  .queryMainTitle {
    font-size: 18px; }
  .td-btn.b-comple {
    margin: 0 10px;
    width: 85px;
    height: 25px;
    font-size: 13px; }
  .td-btn.b-answer {
    font-size: 18px; }
  .b-queryName .queryName {
    font-size: 14px; }
  .b-queryName .queryDate {
    font-size: 14px; }
  .b-queryContents {
    padding: 35px 40px; }
  .b-contactView .b-contactContents:nth-child(2) {
    margin-top: 50px; }
  .b-organization {
    padding: 60px 0 90px; }
    .b-organization .sectionDescribe {
      margin-top: 60px;
      padding: 30px 0; }
      .b-organization .sectionDescribe ul li {
        font-size: 18px; } }

@media screen and (max-width: 1200px) {
  .b-imgWrap img.object-contain {
    height: 230px; } }

@media screen and (max-width: 1024px) {
  .b-BoardList {
    grid-template-columns: 1fr 1fr; }
    .b-BoardList .txt-boardTxt {
      font-size: 22px; }
  .b-detailWrap {
    margin: 80px 0 150px; }
    .b-detailWrap.mt0 {
      margin: 0; }
  .b-detailTitle {
    font-size: 26px;
    margin-bottom: 50px; }
  .b-ViewTable .b-ViewTable__th {
    width: 15%; }
  .b-registration.b-DetailBtn {
    margin-top: 50px; }
  .b-tableCountWrap {
    width: 100%; }
    .b-tableCountWrap p {
      font-size: 20px; }
    .b-tableCountWrap span {
      font-size: 26px; }
  .b-BoardTitle.b-NoticeTitle {
    margin-bottom: 40px; }
  .b-BoardTitle.b-centerTitle {
    margin-bottom: 40px; }
  .b-BoardTitle.b-qna {
    margin-bottom: 60px; }
    .b-BoardTitle.b-qna.b-qnaAdd {
      margin-bottom: -60px; }
  .b-albumListWrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 15px; }
    .b-albumListWrap a {
      width: 100%;
      height: 100%;
      display: block; }
    .b-albumListWrap .b-imgWrap {
      height: 275px; }
      .b-albumListWrap .b-imgWrap.videoHover {
        height: 185px; }
      .b-albumListWrap .b-imgWrap.thumbnail {
        padding: 10px;
        height: auto; }
    .b-albumListWrap .b-listTitle {
      height: calc(100% - 275px);
      padding: 10px; }
      .b-albumListWrap .b-listTitle h3 {
        font-size: 17px; }
      .b-albumListWrap .b-listTitle p {
        margin-top: 5px; }
  .b-albumArea.b-centerArea {
    margin: 80px 0 150px; }
  .b-tableWrap thead td {
    font-size: 16px;
    padding: 20px 0; }
  .b-tableWrap tbody td {
    padding: 20px 0; }
    .b-tableWrap tbody td span {
      font-size: 14px; }
    .b-tableWrap tbody td:nth-child(2) span.tit-notice {
      font-size: 16px; }
    .b-tableWrap tbody td p {
      font-size: 16px; }
    .b-tableWrap tbody td:last-of-type span {
      font-size: 15px; }
  .query-table button > p {
    font-size: 22px; }
  .td-btn {
    width: 115px;
    margin: 0 auto; }
  .b-contact {
    padding: 20px 0 30px; }
    .b-contact > div {
      max-width: inherit;
      padding: 0 60px; }
  .b-contactLeftBox > h5 {
    font-size: 20px; }
  .b-contactLeftBox > h2 {
    font-size: 32px; }
  .b-contactLeftBox > p {
    font-size: 18px; }
  .b-contactInputWrap textarea {
    height: 200px;
    padding: 20px; }
  .tit-check {
    font-size: 15px;
    margin-left: 5px; }
    .tit-check span {
      font-size: 15px; } }

@media screen and (max-width: 990px) {
  .b-Introduction02 {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 70px 0; }
    .b-Introduction02 li {
      flex: 1 1 30%;
      margin: 0;
      padding-top: 180px;
      background-size: 205px;
      font-size: 20px; } }

@media screen and (max-width: 968px) {
  .b-BoardWrap .b-BoardTitle {
    margin-top: 100px;
    margin-bottom: 60px; }
    .b-BoardWrap .b-BoardTitle.b-BoardTitleContactView {
      margin-bottom: 10px; }
  .b-albumArea.b-contactArea {
    margin: 100px auto 130px; }
  .b-consultInfo > li {
    padding: 0 30px;
    height: 80px; }
  .b-consulTitle {
    padding: 0;
    height: 80px; }
  .b-BoardTitle > h3.contact {
    font-size: 26px; }
  .b-consulUpLoad {
    min-height: 85px;
    line-height: 85px; }
    .b-consulUpLoad .b-upLoadTxt {
      margin-top: 30px;
      width: calc(100% - 40px); }
  .b-detailContentsArea {
    padding: 80px 0 75px; } }

@media screen and (max-width: 810px) {
  .main-section {
    padding-top: 80px; }
  .b-subBanner {
    height: 350px; }
  .max-inner.b-subBannerInner > h1 {
    font-size: 44px; }
  .max-inner.b-subBannerInner p {
    font-size: 18px; }
  .b-albumTab {
    top: 80px; }
    .b-albumTab li {
      font-size: 15px; }
    .b-albumTab.b-pakage {
      margin-top: 0; }
  .b-albumArea {
    margin: 0px 0 150px; }
  .b-introTitle {
    font-size: 28px; }
    .b-introTitle.subTitle {
      font-size: 28px; }
  .b-introSection {
    padding: 100px 0;
    margin: 100px 0; }
  .b-Introduction01 p span {
    font-size: 16px; }
  .b-Introduction01 p.b-IntroductionText.pt100 {
    padding-top: 80px; }
  .b-Introduction01 .introBold {
    font-size: 34px; }
  .b-Introduction01 {
    padding: 0px 0 0px; }
    .b-Introduction01 h2 {
      font-size: 36px; }
      .b-Introduction01 h2::after {
        height: 45px;
        bottom: 0px; }
    .b-Introduction01 h3 {
      padding: 90px 0 50px; }
    .b-Introduction01 p.b-IntroductionText span.b-IntroductionTop {
      margin-top: 30px; }
  .b-introSubTitle {
    margin: 30px 0 70px; }
  .b-introBox {
    padding: 50px 35px; }
    .b-introBox h1 {
      font-size: 24px; }
      .b-introBox h1 span {
        font-size: 16px; }
  .b-introSubBox {
    margin: 30px 0px 0 35px; }
    .b-introSubBox p {
      font-size: 16px; }
    .b-introSubBox.b-introSubList h2 {
      font-size: 16px; }
    .b-introSubBox.b-introSubList .b-introSubList__inner {
      padding-left: 20px; }
      .b-introSubBox.b-introSubList .b-introSubList__inner p {
        font-size: 16px; }
  .b-pakageContentsWrap .b-pakageContents .b-pakageTitle {
    font-size: 24px; }
  .b-pakageContentsWrap .b-pakageContents .b-pakageSubTitle {
    font-size: 16px;
    margin: 30px 0 15px; }
  .b-pakageContentsWrap .b-pakageContents p:first-of-type {
    margin-bottom: 15px; }
  .b-pakageContentsWrap .b-pakageContents .b-pakageSubConTents {
    margin-bottom: 45px; }
    .b-pakageContentsWrap .b-pakageContents .b-pakageSubConTents p:first-of-type {
      margin-bottom: 15px; }
  .b-pakageTable thead tr th {
    font-size: 16px;
    padding: 12px 0; }
  .b-pakageTable tbody tr span {
    font-size: 16px; }
  .b-pakageTable tbody tr p {
    font-size: 16px; }
  .b-Introduction03 ul::after {
    left: 10px; }
  .b-Introduction03 ul li span:nth-of-type(1) {
    padding-right: 0;
    font-size: 42px; }
    .b-Introduction03 ul li span:nth-of-type(1)::after {
      right: inherit;
      left: 0; }
    .b-Introduction03 ul li span:nth-of-type(1)::before {
      right: inherit;
      left: 5px; }
    .b-Introduction03 ul li span:nth-of-type(1).dis-n-mm {
      display: none; }
  .b-Introduction03 ul li span:nth-of-type(2) {
    margin-left: 0;
    margin-top: 30px;
    font-size: 20px; }
  .b-Introduction03 ul li span:nth-of-type(3) {
    width: 100%;
    font-size: 16px; }
  .b-Introduction03.research {
    padding: 80px 0 120px;
    margin-top: 80px; }
  .b-IntroductionM-title {
    flex-direction: column; }
    .b-IntroductionM-title span {
      padding-left: 55px; }
      .b-IntroductionM-title span:nth-child(1) {
        display: block; }
        .b-IntroductionM-title span:nth-child(1).vis-h {
          display: none; }
  .b-Introduction04 h3 {
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 60px; }
  .b-Introduction04 .b-comme .left {
    display: none; }
  .b-Introduction04 .b-comme .right {
    width: 100%;
    margin: 0; }
  .b-Introduction04 .bottom {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 20px; }
    .b-Introduction04 .bottom .b-comHere {
      width: 245px; }
    .b-Introduction04 .bottom .b-bottomInfo {
      width: calc(100% - 245px); }
    .b-Introduction04 .bottom span {
      white-space: inherit;
      margin-right: inherit;
      background-position: 5px 5px; }
      .b-Introduction04 .bottom span:nth-of-type(1) {
        display: inline; }
    .b-Introduction04 .bottom li:nth-child(n+2) {
      margin-top: 20px; }
    .b-Introduction04 .bottom .b-bottomInfo {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      padding-left: 35px; }
      .b-Introduction04 .bottom .b-bottomInfo span {
        font-size: 16px; }
  .b-Introduction04 .bottom li:nth-child(2) span:nth-of-type(1) {
    background-position: 8px center;
    background-image: url("/resources/images/ico/ico-call.png");
    background-size: contain; }
  .b-Introduction04 .bottom li:nth-child(3) span:nth-of-type(1) {
    background-image: url("/resources/images/ico/ico-email.png");
    background-size: 20px; }
  .bottomList {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    overflow: inherit; }
    .bottomList li {
      overflow: inherit; }
    .bottomList .b-comHere {
      display: block; }
    .bottomList .addBottom {
      display: none; }
    .bottomList .bottomList {
      display: block; }
  .b-Introduction04 .bottom .addBottom {
    display: none; }
  .b-comHere {
    display: block; }
  .bottomList li:nth-child(n+2) {
    margin-top: 20px; }
  .b-Introduction04 .bottom span:nth-child(1) {
    padding-left: 45px; }
  .b-Introduction04 .bottom span.ico {
    background-position: 5px 5px; }
  .b-Introduction04 .bottom span:nth-of-type(1) {
    display: inline;
    margin-right: 10px; }
  .b-Introduction04 .bottom li:nth-child(2) span:nth-of-type(1) {
    background-position: 8px center;
    background-image: url("/resources/images/ico/ico-call.png"); }
  .b-Introduction04 .bottom li:nth-child(3) span:nth-of-type(1) {
    background-image: url("/resources/images/ico/ico-email.png"); }
  .b-BoardTitle.b-NoticeTitle {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    height: 115px; }
    .b-BoardTitle.b-NoticeTitle > h3 {
      top: 0; }
  .b-BoardTitle.b-qna.b-qnaAdd {
    margin-bottom: 40px; }
  #searchForm {
    width: 100%; }
  .b-albumArea.b-centerArea {
    margin: 75px 0 120px; }
  .b-albumListWrap {
    grid-template-columns: 1fr 1fr; }
  .b-albumListWrap .b-listTitle {
    padding: 10px; }
  .b-albumListWrap .b-imgWrap {
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .b-albumListWrap .b-imgWrap img {
      min-height: 250px; }
      .b-albumListWrap .b-imgWrap img.object-contain {
        height: 220px;
        min-height: inherit; }
  .b-albumListWrap .b-imgWrap.videoHover img {
    min-height: 185px; }
  .b-tableCountWrap {
    order: 2;
    margin-top: 25px; }
  .b-BoardTitle.b-BoardTitleContact {
    flex-direction: column;
    margin-bottom: 30px; }
  .b-contactTable.basic-table {
    display: none; }
  .b-contactTable.mobile-table {
    display: table; }
  .b-contactTable tbody td {
    font-size: 14px; }
    .b-contactTable tbody td p {
      font-size: 14px; }
      .b-contactTable tbody td p.tableDate {
        margin-top: 10px; }
    .b-contactTable tbody td span {
      margin-right: 10px;
      font-size: 14px; }
  .td-btn {
    width: 95px;
    font-size: 14px; }
  .b-organization {
    padding: 45px 0 80px; }
    .b-organization .sectionDescribe ul li {
      font-size: 16px;
      padding-left: 20px; }
      .b-organization .sectionDescribe ul li:before {
        font-size: 11px; }
  .b-BoardList .txt-boardTxt {
    height: 50px; } }

@media screen and (max-width: 768px) {
  .b-albumTab.b-pakage {
    top: 80px; }
  .b-Introduction04 .b-comme .right {
    height: 230px; }
  .b-Introduction04 .b-comme .left {
    display: block;
    width: 100%;
    height: 340px;
    margin-top: 30px; }
    .b-Introduction04 .b-comme .left img {
      max-height: inherit;
      max-width: 100%;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .b-Introduction04 .bottom span {
    font-size: 16px; }
  .b-Introduction04 .bottom .b-comHere {
    display: none; }
  .b-Introduction04 .b-comme {
    display: flex;
    flex-direction: column-reverse;
    height: auto; }
  .b-BoardList {
    grid-template-columns: 1fr 1fr; }
    .b-BoardList .txt-boardTxt {
      font-size: 20px; }
  .b-boardImg {
    height: 210px; }
  .b-detailWrap {
    margin: 70px 0 100px; }
  .b-detailTitle {
    font-size: 24px;
    margin-bottom: 55px; }
  .b-detailLink {
    margin-top: 65px; }
    .b-detailLink label {
      font-size: 14px; }
    .b-detailLink p a {
      font-size: 14px; }
  .b-detailContentsArea {
    padding: 80px 0 50px; }
  .b-ViewTable .b-ViewTable__th {
    width: 20%; }
    .b-ViewTable .b-ViewTable__th a {
      font-size: 14px; }
  .b-ViewTable .b-ViewTable__td a {
    font-size: 14px; }
  .b-tableWrap colgroup col:nth-child(1) {
    display: none; }
  .b-tableWrap colgroup col:nth-child(3) {
    width: 120px !important; }
  .b-tableWrap thead td {
    font-size: 14px; }
    .b-tableWrap thead td:nth-child(1) {
      display: none; }
  .b-tableWrap tbody td:nth-child(1) {
    display: none; }
  .b-tableWrap tbody td a {
    padding: 0 20px; }
  .b-tableWrap tbody td:nth-child(2) span.tit-notice {
    font-size: 14px; }
  .b-tableWrap tbody td p {
    font-size: 14px; }
  .b-tableWrap tbody td:last-of-type span {
    font-size: 12px; }
  .query-table button {
    padding: 25px 30px; }
    .query-table button > p {
      font-size: 20px;
      padding-left: 55px; }
      .query-table button > p::before {
        font-size: 30px; }
  .query-table li button {
    background-position: 98% 30px; }
  .query-table li.active button {
    background-position: 98% 30px; }
  .b-depts {
    padding: 30px 35px 30px 50px; }
  .b-deptsInner::before {
    font-size: 30px;
    top: -8px; }
  .b-BoardTitle.b-BoardTitleContact {
    margin-bottom: 20px; }
  .b-BoardTitle.b-qna.b-qnaAdd {
    margin-bottom: 40px; }
  .b-tableCountWrap.b-contactWrap p {
    font-size: 18px; }
    .b-tableCountWrap.b-contactWrap p span {
      font-size: 18px; }
  .b-contact {
    padding: 60px 0; }
    .b-contact > div {
      display: flex;
      flex-direction: column;
      padding: 0 90px; }
  .b-contactLeftBox {
    width: 100%;
    margin-bottom: 45px; }
    .b-contactLeftBox > h5 {
      font-size: 22px; }
    .b-contactLeftBox > h2 {
      font-size: 34px; }
    .b-contactLeftBox p {
      font-size: 16px; }
      .b-contactLeftBox p br {
        display: none; }
  .b-contactRightBox {
    width: 100%; }
  .b-registration button {
    font-size: 16px;
    margin: 30px auto 0; }
  .btn-detail {
    font-size: 14px;
    padding: 3px 25px; }
  .queryMainTitle {
    font-size: 16px; }
  .td-btn.b-comple {
    font-size: 12px; }
  .td-btn.b-answer {
    font-size: 16px; }
  .b-queryName .queryName {
    font-size: 13px; }
  .b-queryName .bar {
    margin: 0 15px; }
  .b-queryName .queryDate {
    font-size: 12px; }
  .b-queryContents {
    padding: 30px 40px; } }

@media screen and (max-width: 645px) {
  .b-subBanner {
    height: 200px; }
  .max-inner.b-subBannerInner > h1 {
    font-size: 28px; }
  .max-inner.b-subBannerInner p {
    font-size: 14px;
    margin-top: 10px; }
  .b-Introduction01 h2 {
    padding: 70px 0 30px;
    font-size: 23px; }
    .b-Introduction01 h2::after {
      height: 24px;
      bottom: -15px; }
  .b-Introduction01 h3 {
    padding: 60px 0 30px;
    font-size: 20px; }
  .b-Introduction01 p {
    width: 355px;
    margin: 0 auto; }
    .b-Introduction01 p span {
      font-size: 14px; }
    .b-Introduction01 p.b-IntroductionText.pt100 {
      padding-top: 60px; }
  .b-Introduction01 .introBold {
    font-size: 20px;
    padding: 60px 0 30px; }
  .b-introSection {
    margin: 80px 0;
    padding: 80px 0; }
  .b-introTitle {
    font-size: 22px; }
    .b-introTitle.subTitle {
      font-size: 24px; }
  .b-introSubTitle {
    font-size: 14px;
    margin: 20px 0 60px; }
  .b-albumArea {
    margin: 80px 0 80px; }
  .b-introBox {
    padding: 35px 25px; }
    .b-introBox h1 {
      font-size: 18px; }
      .b-introBox h1 span {
        display: block;
        width: 100%;
        padding-left: 25px; }
  .b-introSubBox {
    margin: 20px 0 0 30px; }
    .b-introSubBox p {
      font-size: 14px; }
    .b-introSubBox.b-introSubList li:nth-child(n+2) {
      margin-top: 40px; }
    .b-introSubBox.b-introSubList h2 {
      font-size: 14px; }
    .b-introSubBox.b-introSubList .b-introSubList__inner {
      padding-left: 17px; }
      .b-introSubBox.b-introSubList .b-introSubList__inner p {
        font-size: 14px; }
  .b-albumTab {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    top: 80px;
    justify-content: left;
    margin-top: 60px; }
    .b-albumTab.b-pakage {
      margin-top: 30px; }
    .b-albumTab li {
      flex: 1 1 50%;
      margin: 0;
      height: 50px;
      font-size: 15px; }
      .b-albumTab li::before {
        display: none; }
      .b-albumTab li.active span {
        position: relative; }
        .b-albumTab li.active span::before {
          content: '';
          width: 100%;
          height: 2px;
          background-color: #282828;
          position: absolute;
          top: 130%;
          transform: translateY(-50%); }
      .b-albumTab li:last-of-type {
        flex: inherit;
        width: 50%; }
  .b-pakageContentsWrap .b-pakageContents .b-pakageTitle {
    font-size: 20px; }
  .b-pakageContentsWrap .b-pakageContents > p:first-of-type {
    margin: 20px 0 40px; }
  .b-pakageContentsWrap .b-pakageContents .b-pakageSubConTents p {
    font-size: 14px; }
  .b-pakageTable thead tr th {
    font-size: 14px;
    padding: 15px 0; }
  .b-pakageTable tbody tr td {
    padding: 20px 15px; }
    .b-pakageTable tbody tr td span {
      font-size: 14px; }
    .b-pakageTable tbody tr td > p {
      font-size: 14px;
      margin: 20px 0; }
      .b-pakageTable tbody tr td > p:first-of-type {
        margin-top: 0px; }
      .b-pakageTable tbody tr td > p:last-of-type {
        margin-bottom: 0px; }
      .b-pakageTable tbody tr td > p.none-bar {
        margin: 0 !important; }
  .b-Introduction02 {
    padding: 40px 0; }
    .b-Introduction02 li {
      background-size: 150px;
      font-size: 14px;
      padding-top: 140px; }
    .b-Introduction02.icon-wrap {
      margin: 75px 0 100px; }
  .b-Introduction03 h3 {
    font-size: 26px;
    margin-bottom: 70px; }
  .b-Introduction03.research {
    padding: 60px 0 100px;
    margin-top: 60px; }
  .b-Introduction03 > ul > li {
    margin-bottom: 100px; }
  .b-Introduction03 ul li span:nth-of-type(1) {
    font-size: 30px; }
  .b-Introduction03 ul li span:nth-of-type(2) {
    font-size: 16px; }
  .b-Introduction03 ul li span:nth-of-type(3) {
    font-size: 14px; }
  .b-Introduction03 > ul > li .n-after span:nth-of-type(2) {
    margin-top: 0px; }
  .b-Introduction04 h3 {
    margin: 100px 0 40px;
    font-size: 26px; }
  .b-BoardWrap .b-BoardTitle {
    margin-top: 80px;
    margin-bottom: 10px; }
  .b-BoardWrap .b-qna {
    margin-bottom: 40px; }
  .b-BoardTitle > a {
    width: 25px;
    height: 25px; }
    .b-BoardTitle > a .ico-plus {
      width: 10px;
      height: 10px; }
  .b-albumArea.b-contactArea {
    margin: 60px auto 80px; }
  .b-albumArea.addAlbumArea {
    margin-top: 0px; }
  .b-consultInfo > li {
    flex: 1 1 90%;
    padding: 10px; }
    .b-consultInfo > li label {
      font-size: 16px; }
    .b-consultInfo > li:nth-child(2) {
      display: none; }
    .b-consultInfo > li:nth-child(n+1) {
      padding-left: 10px;
      padding-right: 10px; }
  .b-consulTitle > label {
    font-size: 16px; }
  .b-consultTextarea {
    height: 700px;
    padding: 25px 20px; }
  .b-consulUpLoad {
    min-height: 55px;
    line-height: 55px; }
    .b-consulUpLoad .b-upLoadTxt {
      margin-top: 15px;
      margin-left: 20px; }
  .b-consulUpLoad .consulUpTitle {
    width: 180px; }
  .b-consulUpLoad label {
    font-size: 16px;
    width: 125px; }
  .b-consulUpLoad .ico-up {
    margin-left: 0px;
    background-size: 13px; }
  .b-consulUpLoad .b-upLoadTxt {
    width: calc(100% - 40px);
    padding-left: 5px;
    margin-top: 18px;
    font-size: 16px; }
  .b-guide {
    padding: 40px 0; }
    .b-guide h3 {
      font-size: 16px; }
    .b-guide p {
      font-size: 16px; }
      .b-guide p:first-child {
        margin-top: 0px; }
      .b-guide p::before {
        top: 10px;
        transform: inherit; }
  .tit-check {
    font-size: 16px; }
  .b-registration button {
    font-size: 16px; }
  .b-BoardList {
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    .b-BoardList .txt-boardTxt {
      font-size: 14px;
      margin-top: 10px;
      height: 32px; }
  .b-boardImg {
    height: 125px; }
    .b-boardImg.subBoardImg img {
      min-height: 125px; }
  .b-BoardTitle.b-NoticeTitle {
    margin-top: -75px; }
  .b-detailWrap {
    margin: 40px 0 80px; }
  .b-detailTitle {
    font-size: 20px;
    margin-bottom: 30px; }
  .b-detailLink {
    margin-top: 50px;
    padding: 15px 30px; }
    .b-detailLink label {
      font-size: 14px; }
    .b-detailLink > p a {
      font-size: 14px; }
  .b-detailContentsArea {
    padding: 50px 0 65px;
    margin-bttom: 60px; }
  .b-ViewTable {
    margin: 60px 0; }
    .b-ViewTable .b-ViewTable__th {
      width: 35%;
      background-position: 85% 50%; }
  .b-tableCountWrap p {
    font-size: 14px; }
    .b-tableCountWrap p span {
      font-size: 16px; }
  .b-BoardTitle.b-NoticeTitle {
    margin-bottom: 25px; }
  .b-albumListWrap .b-imgWrap img {
    max-height: 220px; }
  .b-albumListWrap .b-listTitle h3 {
    font-size: 14px;
    height: 34px; }
  .b-tableWrap thead td {
    padding: 10px 0; }
  .b-tableWrap tbody td a {
    padding: 0 10px; }
  .b-tableWrap tbody td:nth-child(2) .list-title {
    margin-left: 5px; }
  .b-tableWrap colgroup col:nth-child(3) {
    width: 90px !important; }
  .query-table button {
    padding: 20px; }
    .query-table button > p {
      font-size: 16px;
      padding-left: 30px; }
      .query-table button > p::before {
        font-size: 24px; }
  .query-table li button {
    background-position: 98% 25px;
    background-size: 15px; }
  .query-table li.active button {
    background-position: 98% 25px; }
  .b-depts {
    padding: 40px 40px 40px 35px; }
  .b-deptsInner {
    padding-left: 40px; }
    .b-deptsInner::before {
      font-size: 24px;
      top: -2px; }
  .b-tableCountWrap.b-contactWrap p {
    font-size: 16px; }
    .b-tableCountWrap.b-contactWrap p span {
      font-size: 16px; }
  .b-contact {
    padding: 65px 0; }
    .b-contact > div {
      padding: 0 20px; }
  .b-contactLeftBox > h5 {
    font-size: 18px; }
  .b-contactLeftBox > h2 {
    font-size: 28px; }
  .b-contactLeftBox > p {
    font-size: 14px; }
    .b-contactLeftBox > p br.dis-b-m {
      display: block; }
  .b-contactInputWrap input {
    font-size: 14px; }
  .b-contactInputWrap > div > p {
    font-size: 14px; }
  .b-contactInputWrap textarea {
    height: 450px; }
  .btn-detail {
    padding: 8px 20px; }
  .b-contactView .b-contactContents:nth-child(2) {
    margin-top: 40px; }
  .b-organization {
    padding: 40px 20px 70px;
    margin-top: 60px; }
    .b-organization h3 {
      font-size: 20px;
      margin-bottom: 40px; }
    .b-organization .max-inner.mw-850 {
      padding: 0; }
    .b-organization .sectionDescribe {
      margin-top: 40px;
      padding: 25px 0; }
      .b-organization .sectionDescribe ul {
        line-height: 1.6; }
        .b-organization .sectionDescribe ul li {
          font-size: 13px;
          padding-left: 12px; }
          .b-organization .sectionDescribe ul li:before {
            font-size: 8px; } }

@media screen and (max-width: 540px) {
  .b-albumListWrap .b-imgWrap.thumbnail .object-contain {
    height: 140px; } }

@media screen and (max-width: 450px) {
  .b-Introduction01 p {
    width: 100%; }
  .bottomList {
    padding-left: 0; }
  .b-Introduction02 li {
    background-size: 130px;
    padding-top: 120px; }
  .b-Introduction04 .bottom {
    padding: 20px 0; }
  .b-Introduction04 .bottom span {
    font-size: 14px; }
  .b-Introduction04 .bottom span:nth-child(1) {
    padding-left: 35px; }
  .b-Introduction04 .bottom li:nth-child(3) span:nth-of-type(1) {
    background-size: 17px;
    background-position: 5px 2px; }
  .b-Introduction04 .bottom span.ico {
    background-size: 18px;
    background-position: 5px 5px; }
  .b-mainFakeTable {
    height: auto; }
  .b-mainFakeTable li {
    padding: 10px 20px; }
  .b-albumListWrap .b-imgWrap.videoHover {
    height: 120px; }
  .b-albumListWrap .b-imgWrap.videoHover img {
    min-height: 120px; } }

body, html {
  word-break: keep-all; }
  body.overflow-h, html.overflow-h {
    overflow: hidden; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

html {
  height: 100%; }

.clear:after {
  content: '';
  display: block;
  clear: both; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

.txtell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .txtell.dis-ib {
    vertical-align: middle; }

.txtell2 {
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.default-input {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  padding-left: 15px;
  font-size: 14px;
  color: #333;
  font-weight: 400; }
  .default-input::placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 400; }
  .default-input[readonly] {
    background: #f3f3f3; }
  .default-input.midi {
    height: 35px;
    font-size: 14px;
    color: #888; }
    .default-input.midi::placeholder {
      font-size: 14px;
      color: #ddd; }
  .default-input.large {
    height: 40px;
    font-size: 14px;
    color: #888; }
    .default-input.large::placeholder {
      font-size: 14px;
      color: #ddd; }
  .default-input.nobd {
    border: none; }
  .default-input.fc-a3 {
    color: #aaa; }
  .default-input.top-select {
    height: 30px;
    line-height: 30px;
    width: 90px;
    margin-left: 65px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    font-weight: 400; }

.checkbox-group {
  overflow: inherit;
  display: flex;
  align-items: center; }
  .checkbox-group .hasInput .checkmark, .checkbox-group .hasInput .radiomark {
    top: 9px; }
  .checkbox-group label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 22px;
    text-align: left;
    min-width: 14px;
    min-height: 20px; }
  .checkbox-group input[type="radio"], .checkbox-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px; }
    .checkbox-group input[type="radio"]:focus ~ .radiomark, .checkbox-group input[type="checkbox"]:focus ~ .radiomark {
      outline: -webkit-focus-ring-color auto 5px;
      border: 1px solid #999; }
    .checkbox-group input[type="radio"]:focus ~ .checkmark, .checkbox-group input[type="checkbox"]:focus ~ .checkmark {
      outline: -webkit-focus-ring-color auto 5px;
      border: 1px solid #999; }
  .checkbox-group .checkmark {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #aaa; }
    .checkbox-group .checkmark:hover {
      border: 1px solid #999; }
    .checkbox-group .checkmark:focus {
      border: none; }
    .checkbox-group .checkmark.navDp2 {
      top: 8px;
      border-radius: 3px; }
  .checkbox-group input:checked ~ .checkmark {
    background: #333;
    border-color: #333; }
    .checkbox-group input:checked ~ .checkmark:after {
      display: block;
      content: "";
      cursor: pointer;
      width: 3px;
      height: 7px;
      border: solid white;
      border-width: 0 1px 1px 0;
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .checkbox-group .radiomark {
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #f4f5f9;
    border: 1px solid #aaa; }
    .checkbox-group .radiomark:hover, .checkbox-group .radiomark:focus {
      border: 1px solid #999; }
    .checkbox-group .radiomark:after {
      display: block;
      content: "";
      cursor: pointer;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .checkbox-group .radiomark.radiomark--sm {
      top: 4px;
      width: 12px;
      height: 12px; }
  .checkbox-group input:checked ~ .radiomark:hover {
    border-color: #ddd; }
  .checkbox-group input:checked ~ .radiomark:after {
    background: #4051d9; }

.checkbox-group.only label {
  padding-left: 18px;
  vertical-align: middle; }

.checkbox-group.only .checkmark {
  top: 3px; }

.ell-txt {
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.unit {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  vertical-align: middle;
  color: #666; }

.vis-h {
  visibility: hidden; }

.b-form-table {
  table-layout: fixed;
  width: 100%; }

.b-form-table__th {
  width: 12%;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding-bottom: 20px; }
  .b-form-table__th.pb30 {
    padding-bottom: 30px; }
  .b-form-table__th.v-top {
    vertical-align: top; }

.b-form-table__chklist li {
  display: inline-block;
  margin-right: 40px; }
  .b-form-table__chklist li:last-of-type {
    margin-right: 0; }

.b-form-table__input {
  min-height: 200px;
  padding: 10px;
  font-size: 14px;
  color: #555;
  font-weight: 400;
  border-radius: 4px; }

.max-inner {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  .max-inner.mw-850 {
    max-width: 850px; }

.b-searchBox {
  width: 400px;
  height: 60px;
  border: 1px solid #bcbcbc;
  border-radius: 50px;
  display: flex;
  align-items: center; }
  .b-searchBox > input {
    height: 100%;
    background: transparent;
    width: calc(100% - 60px);
    padding-right: 30px;
    margin-left: 30px;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    color: #999; }
  .b-searchBox > button {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative; }

.b-contactPaging {
  margin-top: 60px; }
  .b-contactPaging .b-paging {
    margin-top: 0; }
  .b-contactPaging.b-qnaArea {
    margin-bottom: 185px; }

.b-paging {
  margin-top: 100px; }

.b-pagingInner {
  display: flex;
  justify-content: center; }
  .b-pagingInner li {
    margin: 0 10px; }
    .b-pagingInner li a {
      font-size: 18px;
      font-weight: 500;
      color: #adadad;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
    .b-pagingInner li.active a {
      color: #616161;
      font-weight: 600; }

.b-go {
  width: 140px;
  height: 140px;
  background-color: #439474;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  border-radius: 50%;
  right: 80px;
  top: 70px;
  background-image: url("/resources/images/ico/ico-bubble.png");
  background-position: center 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  z-index: 999;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }
  .b-go P {
    padding-top: 60px;
    color: #fffefe;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    font-family: 'pretendard'; }

.b-goTop {
  width: 140px;
  height: 140px;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  border-radius: 50%;
  right: 80px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999; }
  .b-goTop img {
    width: 76px;
    height: 76px; }
  .b-goTop.dis-n {
    display: none; }

.infraImgWrap {
  text-align: center; }
  .infraImgWrap img {
    height: 100%;
    object-fit: cover; }

@media screen and (max-width: 1400px) {
  .max-inner {
    padding: 0 40px; }
  .b-goTop {
    display: none; }
  .b-go {
    display: none; } }

@media screen and (max-width: 1024px) {
  .b-searchBox {
    width: 290px;
    height: 45px; }
    .b-searchBox > button {
      width: 50px;
      height: 50px; }
  .b-paging {
    margin-top: 100px; }
  .b-contactPaging.b-qnaArea {
    margin-bottom: 150px; } }

@media screen and (max-width: 968px) {
  .max-inner {
    padding: 0 30px; } }

@media screen and (max-width: 810px) {
  .b-searchBox {
    width: 100%;
    height: 45px; }
    .b-searchBox input {
      font-size: 14px; }
  .b-contactPaging.b-qnaArea {
    margin-bottom: 120px; } }

@media screen and (max-width: 645px) {
  .max-inner {
    max-width: inherit;
    padding: 0 20px;
    width: 100%; }
  .b-searchBox {
    height: 40px; }
    .b-searchBox > button img {
      width: 13px; }
  .b-paging {
    margin-top: 60px; }
  .b-contactPaging.b-qnaArea {
    margin-bottom: 70px; } }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  overflow: auto;
  z-index: 9999; }
  .mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%; }

.layerMask {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 3px 0px 10px rgba(156, 156, 156, 0.3); }

.layerMask__inner {
  min-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .layerMask__inner.large {
    min-height: 900px; }
  .layerMask__inner.medium {
    min-height: 600px; }

.layer-popup {
  background: #fff;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .layer-popup .fullrow {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px; }
  .layer-popup .b-listTable td {
    color: #888; }

.b-layer-popup {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.popup__closeBtn {
  display: block;
  background-color: #f8f8f8;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  font-family: 'pretendard'; }
  .popup__closeBtn:hover {
    background-color: #f8f8f8;
    color: #333; }

.layer-popup--report {
  height: 850px; }
  .layer-popup--report .layer-popup-top {
    background: #f4f6fb; }

.layer-popup-top {
  padding: 30px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.layer-popup-con {
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box; }

.layer-popup-conInner {
  max-width: 400px;
  margin: 0 auto; }

.b-lockWrap {
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  display: flex;
  padding: 15px 25px;
  box-sizing: border-box;
  justify-content: space-between; }
  .b-lockWrap .layer-Input {
    border: none;
    background-color: transparent;
    width: calc(100% - 15px);
    padding-right: 20px; }

.ico-lock {
  width: 15px;
  height: 15px; }

.tit-call {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-top: 10px;
  font-family: 'pretendard'; }

.btn-ok {
  display: flex;
  justify-content: center;
  width: 125px;
  height: 40px;
  background-color: #439474;
  border-radius: 50px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'pretendard'; }
  .btn-ok span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'pretendard';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .btn-ok a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.layer-popup__title {
  display: inline-block;
  line-height: unset;
  vertical-align: middle;
  font-size: 24px;
  color: #000;
  font-weight: 500; }

.layer-popup__closeBtn {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fafafa;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 3px; }

.layer-popup__confirm {
  text-align: center;
  width: 100%;
  padding: 5px 0; }
  .layer-popup__confirm .main {
    font-size: 14px;
    color: #555;
    font-weight: 500; }
  .layer-popup__confirm .sub {
    font-size: 13px;
    color: #888; }

.ico-ex {
  width: 14px;
  height: 14px;
  background-image: url("/resources/images/ico/ico-ex.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.layer-popup-tit {
  font-size: 22px;
  font-weight: 500;
  color: #282828;
  margin: 25px 0 30px;
  font-family: 'pretendard'; }

.popup-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
  position: relative; }
  .popup-header .layer-popup__closeBtn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px; }

.popup-con {
  padding: 0 30px 30px; }

.layer-popup_txtbox {
  width: 100%;
  height: 490px;
  border: 1px solid #ddd;
  text-align: left;
  padding: 30px 20px;
  overflow-y: auto;
  font-size: 16px;
  color: #333;
  font-weight: 400; }

.pop-title {
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-family: 'pretendard'; }

.pop-subTitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-family: 'pretendard'; }

.pop-notice {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  font-family: 'pretendard'; }
  .pop-notice.pop-noticeAdd {
    padding-top: 20px; }
  .pop-notice span {
    font-size: 11px;
    font-weight: 400;
    color: #333;
    font-family: 'pretendard'; }

.popWrap {
  padding: 0 20px; }

.popWrap-notice {
  padding: 0 10px; }
  .popWrap-notice p {
    margin-bottom: 5px; }

.bg-grey {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: fixed; }

footer {
  width: 100%;
  padding: 65px 0px;
  color: #8a8c8f;
  background-color: #efefef;
  margin-top: auto; }
  footer > div {
    justify-content: space-between; }

.b-footerLogoWrap {
  width: 280px;
  heihgt: 100%; }
  .b-footerLogoWrap img {
    width: 100%; }

.b-footerInfo {
  margin-left: 80px; }

.b-footerInfoBtn {
  width: 100%;
  display: flex;
  overflow: inherit; }
  .b-footerInfoBtn li {
    position: relative;
    padding: 0 20px;
    overflow: inherit; }
    .b-footerInfoBtn li:first-of-type {
      padding-left: 0; }
    .b-footerInfoBtn li:last-of-type {
      padding-right: 0; }
    .b-footerInfoBtn li:nth-child(-n+2)::after {
      content: '';
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 50px;
      background-color: #555;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 100%; }
    .b-footerInfoBtn li a {
      font-weight: 500;
      font-size: 16px;
      color: #555;
      font-family: 'pretendard'; }

.b-footerAddress {
  margin-top: 30px; }
  .b-footerAddress > p {
    color: #939393;
    font-weight: 400;
    font-size: 16px;
    font-family: 'pretendard'; }
    .b-footerAddress > p:last-of-type {
      margin-top: 5px; }

.b-footerAddList li {
  font-size: 16px;
  font-weight: 400;
  color: #939393;
  font-family: 'pretendard'; }

.b-footerAddList > ul > li {
  margin-left: 15px; }
  .b-footerAddList > ul > li span {
    color: #939393; }

.b-footerBox {
  width: 250px;
  height: 50px;
  background-color: #fff;
  position: relative;
  overflow: inherit;
  top: -10px;
  z-index: 99; }
  .b-footerBox .b-footerSelect {
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #999;
    font-family: 'pretendard';
    padding: 0 15px;
    z-index: 10; }
    .b-footerBox .b-footerSelect span {
      background-image: url("/resources/images/ico/ico-footerTopArrow.png");
      background-position: 95% center;
      background-repeat: no-repeat;
      display: block; }
    .b-footerBox .b-footerSelect .ico-link {
      background-image: url("/resources/images/ico/ico-greyLink.png");
      width: 10px;
      height: 11px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: inline-block;
      margin-left: 10px; }
  .b-footerBox .b-listBox {
    position: absolute;
    margin-bottom: 50px;
    background-color: #fff;
    width: 100%;
    left: 0;
    height: 0;
    transition: ease .3s;
    bottom: 0;
    overflow-y: auto; }
    .b-footerBox .b-listBox li {
      border-bottom: 1px solid #cbcbcb; }
    .b-footerBox .b-listBox a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      font-size: 16px;
      font-weight: 500;
      font-family: 'pretendard';
      color: #999; }
      .b-footerBox .b-listBox a:hover {
        color: #439474; }
        .b-footerBox .b-listBox a:hover .ico-link {
          background-image: url("/resources/images/ico/ico-greenLink.png");
          width: 10px;
          height: 11px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          display: inline-block;
          margin-left: 10px; }
  .b-footerBox:hover .b-footerSelect span {
    background-image: url("/resources/images/ico/ico-footerBottomArrow.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    display: block; }
  .b-footerBox:hover .b-listBox {
    height: 320px; }

@media screen and (max-width: 1400px) {
  footer {
    padding: 40px 0; }
  .b-footerLogoWrap {
    width: auto; }
    .b-footerLogoWrap img {
      width: 160px; }
  .b-footerInfoBtn li a {
    font-size: 12px; }
  .b-footerAddress {
    margin-top: 25px; }
    .b-footerAddress p {
      font-size: 12px; }
  .b-footerAddList li {
    font-size: 12px; }
  .b-footerBox {
    height: 40px; }
    .b-footerBox .b-footerSelect {
      line-height: 40px; }
      .b-footerBox .b-footerSelect span {
        font-size: 13px; }
    .b-footerBox .b-listBox {
      margin-bottom: 40px; }
      .b-footerBox .b-listBox a {
        font-size: 13px; } }

@media screen and (max-width: 1000px) {
  .b-footerWrap {
    flex-direction: column; }
  .b-footerInfo {
    margin-left: 0px;
    margin-top: 15px; }
  .b-footerAddress {
    margin-bottom: inherit;
    margin-top: 20px; } }

@media screen and (max-width: 968px) {
  .b-footerAddress {
    margin-top: 20px; }
  .b-footerAddList {
    flex-direction: column; }
    .b-footerAddList > ul > li {
      margin-left: 0; }
  .b-footerBox {
    width: 205px; }
    .b-footerBox .b-footerSelect .ico-link {
      margin-left: 5px; } }

@media screen and (max-width: 645px) {
  .b-footerWrap {
    width: 100%; }
  .b-footerLogoWrap {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .b-footerLogoWrap img {
      height: 16px; }
  .b-footerBox {
    top: 0; }
    .b-footerBox .b-footerSelect {
      padding: 0 5px; }
    .b-footerBox .b-listBox a {
      font-size: 12px; }
  .b-footerInfo {
    margin: 20px 0 0; }
  .b-footerAddress {
    margin-bottom: 0; }
    .b-footerAddress > p:last-of-type {
      margin-top: 0; }
  .b-footerAddList > ul li {
    width: 40%; } }

@media screen and (max-width: 480px) {
  .b-footerLogoWrap {
    justify-content: space-between; } }

.slick-items {
  max-width: 1920px;
  margin: 0 auto; }

.slide-bannerWrap {
  width: 100%;
  height: 650px !important;
  position: relative; }
  .slide-bannerWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .slide-bannerWrap img.dis-n {
      display: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff; }

.slick-prev {
  left: 100px;
  font-size: 0;
  width: 60px;
  height: 60px; }
  .slick-prev::after {
    content: '';
    background-image: url(/resources/images/ico/ico-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .slick-prev::before {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.slick-next {
  right: 100px;
  font-size: 0;
  width: 60px;
  height: 60px; }
  .slick-next::after {
    content: '';
    background-image: url("/resources/images/ico/ico-next.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%); }
  .slick-next::before {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.slick-dots {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  display: flex;
  justify-content: center;
  width: 100%; }
  .slick-dots li button {
    font-size: 0;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 10px; }
    .slick-dots li button::before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #868e96;
      border-radius: 50px;
      opacity: .5;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .slick-dots li.slick-active button::before {
    opacity: 1; }

.b-slideMaxInner {
  position: absolute;
  padding: 0 30px;
  top: 0;
  min-width: 1400px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center; }

.tit-subTitle {
  font-family: 'NanumSquareRound';
  font-weight: 400;
  font-size: 26px;
  color: #fff; }

.tit-mainTitle {
  font-family: 'BCcardL';
  font-weight: 500;
  font-size: 52px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.4; }
  .tit-mainTitle span {
    font-family: 'BCcardB';
    font-weight: 600;
    vertical-align: middle; }

.b-slideLink {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
  border: 1px solid #fff;
  width: 200px;
  border-radius: 50px;
  box-sizing: border-box;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'pretendard'; }
  .b-slideLink .ico-link {
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url("/resources/images/ico/ico-bannerLink.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px; }

.b-footerSlide {
  width: 100%;
  height: 140px;
  display: inline-block; }
  .b-footerSlide > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .b-footerSlide .b-footerSlideChoice {
    padding: 0 20px;
    width: 200px; }
  .b-footerSlide .slick-footerSlide {
    display: flex;
    align-items: center;
    height: 60px !important;
    width: calc(100% - 200px); }
    .b-footerSlide .slick-footerSlide div {
      text-align: center;
      height: 50px; }
      .b-footerSlide .slick-footerSlide div a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .b-footerSlide .slick-footerSlide div a img {
          width: 60%; }
  .b-footerSlide .slick-arrow {
    font-size: 0px;
    color: #000;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    position: relative; }
    .b-footerSlide .slick-arrow::before {
      content: '';
      width: 30px;
      height: 30px;
      background-color: #f2f2f2;
      border-radius: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .b-footerSlide .slick-arrow.prev::after {
      content: '';
      background-image: url(/resources/images/ico/ico-footerSlidePrev.png);
      background-repeat: no-repeat;
      background-position: center;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }
    .b-footerSlide .slick-arrow.next::after {
      content: '';
      background-image: url(/resources/images/ico/ico-footerSlideNext.png);
      background-repeat: no-repeat;
      background-position: center;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }

.b-footerController {
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  padding: 0 20px; }
  .b-footerController span {
    font-size: 22px;
    font-weight: 500;
    color: #020202; }
  .b-footerController > .slick-arrow {
    position: inherit;
    top: inherit;
    transform: inherit; }

@media screen and (max-width: 1400px) {
  .slide-bannerWrap {
    height: 60vh !important; }
    .slide-bannerWrap img.dis-b-t {
      width: 1400px;
      display: block; }
    .slide-bannerWrap img.dis-n-t {
      display: none; }
  .b-slideMaxInner {
    min-width: inherit;
    width: 100%;
    padding: 0 70px; }
  .tit-subTitle {
    font-size: 22px; }
  .tit-mainTitle {
    font-size: 44px; }
  .slick-prev {
    left: 10px;
    width: 45px;
    height: 45px; }
    .slick-prev::after {
      width: 45px;
      height: 45px;
      /*left: 25px;*/ }
  .slick-next {
    right: 10px;
    width: 45px;
    height: 45px; }
    .slick-next::after {
      width: 45px;
      height: 45px;
      /*right: 10px; }*/
  .b-footerSlide {
    height: 100px; }
  .b-footerController span {
    font-size: 20px; } }

@media screen and (max-width: 990px) {
  .tit-subTitle {
    font-size: 16px; }
  .tit-mainTitle {
    font-size: 32px; }
  .b-slideLink {
    font-size: 12px;
    margin-top: 35px; }
  .slide-bannerWrap {
    height: 41vh !important; }
    .slide-bannerWrap img.dis-n-mm {
      display: none; }
    .slide-bannerWrap img.dis-b-mm {
      display: block; } }

@media screen and (max-width: 645px) {
  .slick-arrow {
    display: none !important; }
  .slick-next::after {
    width: 25px;
    height: 25px; }
  .slick-next::before {
    width: 14px;
    height: 11px;
    left: 40%; }
  .slick-prev::after {
    width: 25px;
    height: 25px; }
  .slick-prev::before {
    width: 14px;
    height: 11px;
    left: 60%; }
  .slide-bannerWrap img {
    height: 47vh !important; }
    .slide-bannerWrap img.dis-n-m {
      display: none; }
    .slide-bannerWrap img.dis-b-m {
      display: block;
      max-width: inherit;
      height: 400px; }
  .b-slideMaxInner {
    padding: 0 20px; }
  .tit-subTitle {
    font-size: 16px; }
  .tit-mainTitle {
    font-size: 28px; }
  .b-slideLink {
    margin-top: 22px;
    padding: 10px 20px;
    width: fit-content; }
  .slick-dots {
    bottom: 15px; }
  .b-footerSlide {
    height: 120px; }
    .b-footerSlide > div {
      flex-direction: column-reverse;
      padding: 0; }
    .b-footerSlide .slick-list {
      width: calc(100% + 60px) !important; }
    .b-footerSlide .slick-arrow {
      margin-left: 10px;
      display: block !important;
      width: 20px;
      height: 20px; }
      .b-footerSlide .slick-arrow::before {
        width: 20px;
        height: 20px; }
      .b-footerSlide .slick-arrow.next::after {
        width: 8px;
        height: 10px; }
      .b-footerSlide .slick-arrow.prev::after {
        width: 8px;
        height: 10px; }
    .b-footerSlide .slick-footerSlide {
      width: 100%;
      display: block;
      height: 60px;
      overflow: hidden; }
    .b-footerSlide .slick-track {
      display: flex;
      align-items: center;
      height: 60px; }
  .b-footerController {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
    border-bottom: 1px solid #cbcbcb;
    box-sizing: border-box; }
    .b-footerController span {
      font-size: 15px; } }

.b-map {
  width: 100%;
  height: 880px;
  background-color: #439474;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 260px;
  box-sizing: border-box;
  margin-bottom: 230px; }
  .b-map.mb0 {
    margin-bottom: 0; }

.b-map__left {
  width: 55%;
  min-width: 740px;
  height: 690px;
  position: relative; }
  .b-map__left img {
    position: absolute;
    opacity: 0;
    max-width: 100%;
    transition: 0.2s;
    cursor: pointer; }
    .b-map__left img.active {
      opacity: 1; }

.b-map__right {
  width: calc(45% - 50px);
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: end; }

.b-mapTit {
  color: #282828;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin: 230px 0 50px;
  font-family: 'pretendard'; }

.b-chartWrap {
  width: 560px;
  height: 690px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 15px; }
  .b-chartWrap canvas {
    width: 80%;
    margin: 50px auto 0; }

.map01 {
  top: 0;
  left: 0;
  display: inherit; }

.map02 {
  top: 343px;
  left: 122px; }

.map03 {
  top: 558px;
  left: 208px; }

.map04 {
  top: 203px;
  left: 407px; }

.map05 {
  top: 275px;
  left: 555px; }

.map06 {
  top: 389px;
  left: 555px; }

.map07 {
  top: 433px;
  left: 455px;
  z-index: 2; }

.map08 {
  top: 449px;
  left: 492px;
  z-index: 1; }

.map09 {
  top: 516px;
  left: 492px;
  z-index: 1; }

.map10 {
  top: 470px;
  left: 536px; }

.map00 {
  top: 0;
  opacity: 1 !important;
  left: 0; }

.myChartWrap {
  position: relative; }
  .myChartWrap h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #282828;
    font-weight: 600;
    font-size: 26px; }

.b-mapInner {
  display: flex;
  align-items: center;
  justify-content: center; }

.myChart__label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 70%; }
  .myChart__label span {
    width: 48%;
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    text-align: left; }
    .myChart__label span.dis-n {
      display: none; }
    .myChart__label span:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 6px; }
    .myChart__label span:nth-of-type(1):before {
      background-color: #6f6fab; }
    .myChart__label span:nth-of-type(2):before {
      background-color: #6780c2; }
    .myChart__label span:nth-of-type(3):before {
      background-color: #9ba4d3; }
    .myChart__label span:nth-of-type(4):before {
      background-color: #d4d4ec; }
    .myChart__label span:nth-of-type(5):before {
      background-color: #63c4cb; }
    .myChart__label span:nth-of-type(6):before {
      background-color: #045b62; }
    .myChart__label span:nth-of-type(7):before {
      background-color: #74b99c; }
    .myChart__label span:nth-of-type(8):before {
      background-color: #ade5ea; }
    .myChart__label span:nth-of-type(9):before {
      background-color: #698b94; }
    .myChart__label span:nth-of-type(10):before {
      background-color: #268fae; }
    .myChart__label span:nth-of-type(11):before {
      background-color: #426cb4; }
    .myChart__label span:nth-of-type(12):before {
      background-color: #739ddc; }
    .myChart__label span:nth-of-type(13):before {
      background-color: #303e7e; }
    .myChart__label span:nth-of-type(14):before {
      background-color: #cd698d; }

.b-map__num {
  position: absolute;
  top: 50px;
  right: 0;
  text-align: center;
  line-height: 1.3; }
  .b-map__num h3 {
    color: #c9ffea;
    font-size: 30px;
    font-weight: 500;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    font-family: 'pretendard'; }
  .b-map__num span {
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    color: #c9ffea;
    font-weight: 600;
    font-size: 42px;
    font-family: 'pretendard'; }
  .b-map__num span:nth-of-type(2) {
    color: #c9ffea;
    font-weight: 600;
    font-size: 30px;
    font-family: 'pretendard'; }

.b-chartNum__mb, .b-chartBtn__mb {
  display: none; }

/*장애인현황*/
.b-disabled-top {
  text-align: center;
  margin: 110px 0; }
  .b-disabled-top > span {
    color: #439474;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 35px;
    font-family: 'pretendard'; }
  .b-disabled-top h3:nth-of-type(1) {
    color: #282828;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'pretendard'; }
    .b-disabled-top h3:nth-of-type(1) span {
      font-weight: 600;
      color: #439474;
      font-size: 38px;
      font-family: 'pretendard'; }
  .b-disabled-top h3:nth-of-type(2) {
    color: #282828;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'pretendard'; }
    .b-disabled-top h3:nth-of-type(2) span {
      font-weight: 600;
      color: #439474;
      font-size: 44px;
      font-family: 'pretendard'; }
  .b-disabled-top p {
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    font-family: 'pretendard'; }
    .b-disabled-top p span {
      color: #439474;
      font-family: 'pretendard'; }

.b-disabled-con01 {
  display: flex;
  margin-bottom: 100px; }
  .b-disabled-con01 > div {
    width: calc(50% - 10px);
    height: 520px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px; }
    .b-disabled-con01 > div:nth-of-type(1) {
      margin-right: 20px; }
    .b-disabled-con01 > div h4 {
      text-align: center;
      color: #4a4a4a;
      font-weight: 600;
      font-size: 26px;
      width: 100%;
      margin-bottom: 70px;
      font-family: 'pretendard'; }

.b-disabled-itemWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .b-disabled-itemWrap > div > div {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
  .b-disabled-itemWrap > div p {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    font-family: 'pretendard'; }
    .b-disabled-itemWrap > div p span {
      font-size: 20px;
      font-family: 'pretendard'; }
  .b-disabled-itemWrap .man {
    color: #0099db;
    margin-right: 110px; }
  .b-disabled-itemWrap .woman {
    color: #f28427; }
  .b-disabled-itemWrap .serious {
    color: #439474;
    margin-right: 110px; }
  .b-disabled-itemWrap .notSerious {
    color: #8bb929; }

.b-disabled-status {
  text-align: center;
  margin-bottom: 110px; }
  .b-disabled-status.last {
    margin-bottom: 240px; }
  .b-disabled-status h4 {
    text-align: center;
    color: #282828;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 50px;
    font-family: 'pretendard'; }
    .b-disabled-status h4.b-fs {
      font-size: 38px;
      font-family: 'pretendard'; }

.mb-img, .mmb-img {
  display: none; }

.videoHover {
  position: relative;
  height: 185px; }
  .videoHover img {
    min-height: 185px; }
  .videoHover:before {
    transition: 0.3s;
    content: "";
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/resources/images/img-videoHover.png");
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center; }
  .videoHover:hover:before {
    opacity: 1; }

/*LINE::복지자원*/
.resourcesBtnGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 70px; }
  .resourcesBtnGroup a {
    display: inline-block;
    width: 260px;
    height: 45px;
    background-color: #ebebeb;
    color: #878787;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-right: 20px; }
    .resourcesBtnGroup a.active {
      background-color: #439474;
      color: #fff; }
    .resourcesBtnGroup a:last-of-type {
      margin-right: 0; }

.b-resourcesMap h2 {
  color: #353535;
  font-size: 28px;
  font-weight: 600;
  vertical-align: bottom;
  text-align: left;
  margin-bottom: 10px; }
  .b-resourcesMap h2 span {
    color: #878787;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    vertical-align: bottom; }
    .b-resourcesMap h2 span.detail_title {
      color: #fff;
      font-weight: 600;
      font-size: 24px; }

.b-resourcesMap__wrap {
  width: 1330px;
  height: 1500px;
  position: relative;
  overflow: hidden; }
  .b-resourcesMap__wrap .b-paging {
    margin: 30px 0; }

.b-resourcesMap__list {
  width: 460px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  border-bottom: 1px solid #ddd; }
  .b-resourcesMap__list.active {
    left: -460px; }
    .b-resourcesMap__list.active .b-resourcesMap__detail {
      left: 0; }
      .b-resourcesMap__list.active .b-resourcesMap__detail .btn-toggle {
        background-image: url(/resources/images/ico/ico-toggleLeft.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }

.btn-toggle {
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 48px;
  background-image: url("/resources/images/ico/ico-toggleRight.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .btn-toggle.active {
    color: red; }

.b-resourcesMap__listTop {
  background-color: #439474;
  padding: 20px 25px;
  box-sizing: border-box; }
  .b-resourcesMap__listTop button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 45px; }

.listTopBtn01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .listTopBtn01 button {
    border-radius: 5px; }
    .listTopBtn01 button.active {
      background-color: #fff;
      color: #439474; }

.listTopBtn02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .listTopBtn02 button {
    border-radius: 25px;
    margin-bottom: 10px; }
    .listTopBtn02 button.active {
      background-color: #fff;
      color: #439474; }
  .listTopBtn02.dis-n {
    display: none; }

.b-resourcesMap__listMid {
  padding: 30px 30px 15px;
  border-bottom: 1px solid #cccccc; }
  .b-resourcesMap__listMid .default-select {
    width: 100%;
    margin-bottom: 20px; }
  .b-resourcesMap__listMid .search-input {
    width: 100%; }

.default-select {
  height: 45px;
  border: 1px solid #b8b8b8;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 400;
  padding-right: 20px;
  padding-left: 15px;
  border-radius: 5px;
  background: #fff url(/resources/images/icon/ico-selecctDown.png) no-repeat 95% 50%; }

.searchWrap {
  position: relative; }
  .searchWrap button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 100px; }
  .searchWrap p {
    color: #282828;
    font-weight: 400;
    font-size: 18px;
    padding-top: 25px; }

.search-input {
  height: 45px;
  border: 1px solid #b8b8b8;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 100px;
  border-radius: 5px; }

.search-input::placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 400; }

.b-resourcesMap__listItem {
  padding: 0 30px;
  height: 800px;
  overflow-y: auto;
  border-bottom: 1px solid #ccc; }
  .b-resourcesMap__listItem li {
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc; }
    .b-resourcesMap__listItem li button {
      width: 100%; }
    .b-resourcesMap__listItem li:last-of-type {
      border: 0; }
    .b-resourcesMap__listItem li h3 {
      color: #282828;
      font-size: 18px;
      font-weight: 500;
      text-align: left;
      margin-bottom: 10px; }
      .b-resourcesMap__listItem li h3 span {
        display: inline-block;
        text-align: left;
        padding-right: 10px; }
    .b-resourcesMap__listItem li p {
      color: #92939e;
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      margin-bottom: 10px; }
    .b-resourcesMap__listItem li .tell {
      color: #767676;
      padding-left: 20px;
      background-image: url("/resources/images/icon/ico-phone.png");
      background-position: left center;
      background-repeat: no-repeat;
      margin-bottom: 15px; }

.room {
  width: 170px;
  height: 40px;
  background-color: #efefef;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .room > span {
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    width: 50%;
    position: relative; }
    .room > span:first-of-type:after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 10px;
      background-color: #767676;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.listTopBtn02-search {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .listTopBtn02-search select {
    margin-bottom: 10px;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    width: 200px;
    padding-left: 15px;
    height: 45px;
    border: 1px solid #fff;
    background: #fff url(/resources/images/icon/ico-selecctDown.png) no-repeat 95% 50%; }

.b-resourcesMap__detail {
  padding: 20px 25px;
  border: 1px solid #ccc;
  width: 460px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 460px;
  transition: 0.3s;
  bottom: 0;
  background-color: #fff;
  z-index: -1; }
  .b-resourcesMap__detail.dis-n {
    left: 0px;
    display: block; }
  .b-resourcesMap__detail table {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333; }
    .b-resourcesMap__detail table th {
      background-color: #f0f0f0;
      font-size: 14px;
      font-weight: 600;
      padding: 10px 20px;
      text-align: left;
      border-bottom: 1px solid #ddd;
      color: #333; }
    .b-resourcesMap__detail table td {
      text-align: left;
      font-size: 14px;
      font-weight: 500;
      padding: 10px 20px;
      color: #333;
      border-bottom: 1px solid #ddd; }

.b-resourcesMap__detailBtnGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }
  .b-resourcesMap__detailBtnGroup a, .b-resourcesMap__detailBtnGroup button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px; }
  .b-resourcesMap__detailBtnGroup a {
    background-color: #999;
    margin-right: 10px; }
  .b-resourcesMap__detailBtnGroup button {
    background-color: #439474; }

.b-resourcesMap {
  margin-bottom: 230px; }

.b-mapDetail-layer {
  width: 430px;
  min-height: 200px;
  position: absolute;
  top: 200px;
  right: 200px;
  z-index: 2;
  border-radius: 10px;
  background-color: #fff; }
  .b-mapDetail-layer h2 {
    font-weight: 600;
    font-size: 24px;
    background-color: #439474;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    color: #fff; }
  .b-mapDetail-layer ul {
    padding: 20px; }
    .b-mapDetail-layer ul li {
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 18px;
      color: #282828; }
      .b-mapDetail-layer ul li:last-of-type {
        margin-bottom: 0; }

.b-map__right.infra {
  height: 690px;
  display: block !important;
  width: 50%; }
  .b-map__right.infra h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600; }
    .b-map__right.infra h3 span {
      font-size: 20px;
      font-weight: 500; }

.b-infra__searchInput {
  height: 55px;
  width: 585px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 50px; }
  .b-infra__searchInput input {
    width: 100%;
    height: 100%;
    padding: 0 60px 0 25px;
    font-weight: 400;
    font-size: 18px;
    color: #999;
    border-radius: 30px; }
  .b-infra__searchInput button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    text-align: center;
    height: 100%; }

.b-map__left.infra {
  width: 50%;
  display: block !important; }

.b-infra__categoryList {
  padding: 30px 0 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #fff;
  width: 585px; }
  .b-infra__categoryList > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .b-infra__categoryList > div:last-of-type {
      margin-bottom: 0;
      justify-content: start; }
      .b-infra__categoryList > div:last-of-type button {
        margin-right: 10px; }
  .b-infra__categoryList button {
    padding: 0 35px;
    background-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    border-radius: 25px; }
    .b-infra__categoryList button.active {
      background-color: #fff;
      color: #439474; }

.b-infra__btn {
  text-align: center; }
  .b-infra__btn button {
    width: 200px;
    height: 50px;
    font-weight: 500;
    font-size: 22px;
    border-radius: 5px; }
    .b-infra__btn button:first-of-type {
      background-color: #fff;
      color: #439474;
      margin-right: 15px; }
    .b-infra__btn button:last-of-type {
      background-color: rgba(255, 255, 255, 0.35);
      color: #fff; }

.b-infra__tit {
  margin-top: 70px;
  padding-bottom: 15px;
  border-bottom: 2px solid #439474;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .b-infra__tit h3 {
    color: #222;
    font-weight: 500;
    font-size: 24px; }
  .b-infra__tit p {
    font-size: 24px;
    font-weight: 500;
    color: #3d3d3d; }
    .b-infra__tit p span {
      color: #439474; }

.b-infra__list {
  padding: 0 30px; }
  .b-infra__list li {
    border-bottom: 1px solid #dedede; }
    .b-infra__list li a {
      width: 100%;
      height: 100%;
      display: inline-block;
      padding: 40px 0;
      display: flex;
      align-items: center; }
      .b-infra__list li a > div:first-of-type {
        width: 330px;
        height: 210px;
        background-color: #ebebeb;
        margin-right: 40px; }
      .b-infra__list li a > div:last-of-type {
        width: calc(100% - 370px); }
        .b-infra__list li a > div:last-of-type h3 {
          display: flex;
          justify-content: space-between;
          width: 100%;
          margin-bottom: 15px; }
          .b-infra__list li a > div:last-of-type h3 span {
            display: inline-block; }
            .b-infra__list li a > div:last-of-type h3 span:first-of-type {
              color: #222222;
              font-size: 28px;
              font-weight: 500; }
            .b-infra__list li a > div:last-of-type h3 span:last-of-type {
              width: 180px;
              height: 45px;
              line-height: 45px;
              text-align: center;
              background-color: #e8f5f0;
              color: #439474;
              font-size: 18px;
              font-weight: 600;
              border-radius: 25px; }
        .b-infra__list li a > div:last-of-type p {
          color: #3d3d3d;
          font-size: 20px;
          font-weight: 400;
          text-align: left;
          margin-bottom: 10px; }

.b-detailTitle.infra {
  margin-top: 120px;
  margin-bottom: 60px;
  position: relative; }
  .b-detailTitle.infra span {
    position: absolute;
    right: 0;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #e8f5f0;
    color: #439474;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px; }
  .b-detailTitle.infra.mt50 {
    margin-top: 50px; }

.b-infraInfo__list {
  border-top: 1px solid #cecece;
  padding: 30px 10px; }
  .b-infraInfo__list.infra {
    padding: 30px 60px 50px;
    justify-content: space-between; }
  .b-infraInfo__list ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .b-infraInfo__list ul li {
      color: #8c8c8c;
      font-size: 18px;
      font-weight: 500; }
      .b-infraInfo__list ul li span {
        min-width: 70px;
        display: inline-block; }
        .b-infraInfo__list ul li span.infraInfo__contents {
          margin-left: 10px;
          width: calc(100% - 80px); }
    .b-infraInfo__list ul:last-of-type {
      justify-content: start;
      margin-top: 20px; }
      .b-infraInfo__list ul:last-of-type li:first-of-type {
        margin-right: 20px; }
        .b-infraInfo__list ul:last-of-type li:first-of-type img {
          display: inline-block;
          margin-left: 10px; }

.b-distribution-txt {
  font-weight: 400;
  font-size: 18px;
  margin-top: 50px;
  color: #fff; }

.max-inner.mt40 {
  margin: 40px auto 0; }

#map div {
  border: 0 !important; }

.infoWindow {
  white-space: nowrap;
  position: relative;
  z-index: 9999; }
  .infoWindow h2 {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    background-color: #439474;
    margin-bottom: 0; }
  .infoWindow ul {
    padding: 5px; }
    .infoWindow ul li {
      color: #333;
      font-size: 13px;
      font-weight: 400;
      padding-bottom: 5px; }

@media (max-width: 1500px) {
  .b-map {
    padding: 0 100px; } }

@media (max-width: 1400px) {
  .b-mapInner {
    width: 100%; }
  .b-detailContentsArea table {
    max-width: 100% !important; }
  .b-detailContentsArea div, .b-detailContentsArea span, .b-detailContentsArea p {
    font-size: 16px !important; } }

@media (max-width: 1300px) {
  .myChart__label {
    width: 80%; }
  .b-disabled-itemWrap .man, .b-disabled-itemWrap .serious {
    margin-right: 70px; } }

@media (max-width: 1200px) {
  .b-map__left {
    display: none; }
  .b-map {
    height: 100%;
    padding: 50px 60px; }
  .b-map__right {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .b-chartNum__mb {
    display: block;
    margin-bottom: 30px;
    text-align: center; }
    .b-chartNum__mb h3 {
      color: #439474;
      font-weight: 500;
      font-size: 30px; }
    .b-chartNum__mb span {
      color: #439474;
      font-weight: 600;
      font-size: 36px; }
    .b-chartNum__mb span:nth-of-type(2) {
      font-size: 30px; }
  .b-chartWrap {
    width: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
    font-size: 0;
    height: 100%;
    margin-top: 30px; }
    .b-chartWrap .myChartWrap {
      width: 50%;
      display: inline-block;
      height: 100%; }
      .b-chartWrap .myChartWrap canvas {
        margin: 0;
        width: 100% !important;
        height: 100% !important; }
    .b-chartWrap .myChart__label {
      width: 40%;
      display: inline-block;
      margin: 0;
      height: 100%;
      margin-left: 10%; }
      .b-chartWrap .myChart__label span {
        display: block;
        width: 100%;
        font-size: 17px; }
        .b-chartWrap .myChart__label span.dis-n {
          display: none; }
  .b-chartWrap__mb {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .b-chartBtn__mb {
    display: block;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .b-chartBtn__mb button {
      margin-bottom: 10px;
      display: inline-block;
      margin-right: 10px;
      width: calc(20% - 10px);
      height: 45px;
      background-color: rgba(255, 255, 255, 0.35);
      border-radius: 20px;
      color: #fff;
      font-weight: 500;
      font-size: 20px; }
      .b-chartBtn__mb button.active {
        color: #439474;
        font-weight: 600;
        background-color: #fff; }
      .b-chartBtn__mb button:nth-of-type(5), .b-chartBtn__mb button:nth-of-type(10) {
        margin-right: 0; } }

@media (max-width: 1140px) {
  .b-chartWrap .myChartWrap canvas {
    height: 68% !important; } }

@media (max-width: 1024px) {
  .b-logoListWrap {
    grid-template-columns: 1fr 1fr; }
    .b-logoListWrap li h3 {
      font-size: 22px;
      padding: 15px 0 7px; }
    .b-logoListWrap li p {
      font-size: 16px; }
  .b-BoardTitle > h3 {
    font-size: 26px; }
  .b-disabled-top > span {
    font-size: 16px;
    margin-bottom: 25px; }
  .b-disabled-top h3:nth-of-type(1) {
    font-size: 24px;
    margin-bottom: 15px; }
  .b-disabled-top h3:nth-of-type(1) span {
    font-size: 30px; }
  .b-disabled-top h3:nth-of-type(2) {
    font-size: 28px; }
  .b-disabled-top h3:nth-of-type(2) span {
    color: #439474;
    font-size: 34px; }
  .b-disabled-top p {
    font-size: 16px; }
  .b-disabled-top {
    margin: 75px 0; }
  .b-disabled-con01 > div h4 {
    font-size: 20px;
    margin-bottom: 40px; }
  .b-disabled-itemWrap > div > div {
    width: 110px;
    height: 110px; }
    .b-disabled-itemWrap > div > div img {
      width: 30px; }
  .b-disabled-con01 > div {
    height: 355px; }
  .b-disabled-itemWrap > div p span {
    font-size: 16px; }
  .b-disabled-itemWrap > div p {
    font-size: 22px; }
  .b-disabled-status h4 {
    font-size: 20px;
    margin-bottom: 30px; }
  .b-mapTit {
    font-size: 26px;
    margin: 130px 0 50px; }
  .b-disabled-status h4.b-fs {
    font-size: 26px;
    margin-bottom: 50px; }
  .b-map {
    margin-bottom: 130px; }
  .b-disabled-status.last {
    margin-bottom: 150px; } }

@media (max-width: 800px) {
  .b-chartNum__mb h3 {
    font-size: 20px; }
  .b-chartNum__mb span {
    font-size: 26px; }
  .b-chartNum__mb span:nth-of-type(2) {
    font-size: 20px; }
  .b-chartWrap .myChart__label span {
    font-size: 14px; }
  .b-chartBtn__mb button {
    font-size: 16px; }
  .myChartWrap h3 {
    font-size: 20px; }
  .b-disabled-top {
    margin: 65px 0; }
  .b-disabled-top > span {
    font-size: 16px;
    margin-bottom: 20px; }
  .b-disabled-top h3:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 0px; }
  .b-disabled-top h3:nth-of-type(2) {
    font-size: 25px;
    margin-bottom: 5px; }
  .b-disabled-top p {
    font-size: 14px; }
  .b-disabled-con01 > div h4 {
    font-size: 18px; }
  .b-disabled-itemWrap > div p span {
    font-size: 14px; }
  .b-disabled-con01 > div {
    height: 315px; }
  .b-disabled-itemWrap > div p {
    font-size: 20px; }
  .b-disabled-itemWrap .man, .b-disabled-itemWrap .serious {
    margin-right: 40px; }
  .b-disabled-itemWrap > div > div {
    margin-bottom: 10px;
    width: 90px;
    height: 90px; }
    .b-disabled-itemWrap > div > div img {
      width: 25px; }
  .b-disabled-con01 {
    margin-bottom: 60px; }
  .b-statusimg__wrap {
    height: 450px;
    overflow-x: auto;
    padding-bottom: 15px; }
    .b-statusimg__wrap img {
      height: 100%;
      max-width: inherit; }
  .b-mapTit {
    margin: 90px 0 50px; }
  .pc-img {
    display: none; }
  .mb-img {
    display: inline; }
  .b-disabled-status {
    margin-bottom: 60px; }
  .b-disabled-status.last {
    margin-bottom: 120px; }
  .b-disabled-top h3:nth-of-type(2) span {
    font-size: 30px; } }

@media (max-width: 768px) {
  .b-detailDate {
    font-size: 16px; }
  .b-logoListWrap li h3 {
    font-size: 20px;
    padding: 10px 0 5px; }
  .b-logoListWrap li p {
    font-size: 14px; }
  .b-BoardTitle > h3 {
    font-size: 24px; }
  .b-logoListWrap .b-logoWrap {
    height: 110px; } }

@media (max-width: 650px) {
  .b-chartWrap {
    padding: 20px 40px; }
  .b-chartNum__mb {
    margin-bottom: 20px; } }

@media (max-width: 560px) {
  .b-chartWrap__mb {
    display: block; }
  .b-chartWrap .myChartWrap {
    display: block;
    width: 100%; }
  .b-chartWrap .myChart__label {
    display: block;
    width: 100%; }
  .b-chartBtn__mb button {
    width: calc(25% - 5px);
    margin-right: 5px; }
    .b-chartBtn__mb button:nth-of-type(4), .b-chartBtn__mb button:nth-of-type(8), .b-chartBtn__mb button:nth-of-type(10) {
      margin-right: 0; }
  .b-chartBtn__mb button:nth-of-type(5), .b-chartBtn__mb button:nth-of-type(10) {
    margin-right: 5px; }
  .b-chartWrap {
    margin-top: 25px; }
  .b-chartNum__mb h3 {
    font-size: 18px; }
  .b-chartNum__mb span {
    font-size: 24px; }
  .b-chartNum__mb span:nth-of-type(2) {
    font-size: 18px; }
  .b-chartNum__mb {
    margin-bottom: 30px; }
  .myChartWrap h3 {
    font-size: 18px; }
  .b-chartWrap {
    padding: 30px 40px; }
  .b-chartWrap .myChartWrap canvas {
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 30px; }
  .b-chartWrap .myChart__label {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .b-chartWrap .myChart__label span {
    width: calc(50% - 10px);
    display: inline-block;
    padding-left: 20px; }
  .b-map {
    padding: 45px 20px; }
  .b-disabled-top h3:nth-of-type(1) {
    font-size: 20px; }
  .b-disabled-top h3:nth-of-type(1) span {
    font-size: 24px; }
  .b-disabled-top h3:nth-of-type(2) {
    font-size: 22px; }
  .b-disabled-top h3:nth-of-type(2) span {
    font-size: 26px; }
  .b-disabled-top {
    margin: 60px 0 80px; }
  .b-disabled-con01 {
    display: block; }
  .b-disabled-con01 > div {
    width: 100%; }
  .b-disabled-con01 > div {
    height: 320px; }
    .b-disabled-con01 > div:first-of-type {
      margin-bottom: 20px; }
  .b-disabled-con01 > div h4 {
    margin-bottom: 30px; }
  .b-disabled-itemWrap > div > div {
    width: 110px;
    height: 110px; }
    .b-disabled-itemWrap > div > div img {
      width: 30px; }
  .b-disabled-itemWrap .man, .b-disabled-itemWrap .serious {
    margin-right: 75px; }
  .b-disabled-itemWrap > div p span {
    font-size: 16px; }
  .b-disabled-itemWrap > div p {
    font-size: 22px; }
  .b-disabled-status h4 {
    font-size: 18px; }
  .b-mapTit {
    font-size: 22px; }
  .b-mapTit {
    margin: 110px 0 35px; }
  .mb-img {
    display: none; }
  .mmb-img {
    display: inline; }
  .b-disabled-status h4.b-fs {
    font-size: 22px;
    margin-bottom: 35px; }
  .b-disabled-status.last {
    margin-bottom: 80px; } }

@media (max-width: 500px) {
  .b-fakedate {
    font-size: 14px;
    margin-bottom: 5px; }
  .b-fakeTitle {
    font-size: 14px; }
  .b-logoListWrap {
    gap: 20px 20px; }
    .b-logoListWrap h3 {
      font-size: 14px;
      padding: 10px 0 5px; }
    .b-logoListWrap p {
      font-size: 12px; }
  .b-logoListWrap .b-logoWrap {
    height: 75px; }
  .b-BoardTitle > h3 {
    font-size: 20px; } }

@media (max-width: 365px) {
  .b-headerMenu li:nth-last-child(2) {
    display: none; } }

@media (max-width: 345px) {
  .b-footerInfoBtn li {
    padding: 10px; } }
