@charset "UTF-8";
/* font */
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 300;
  src: url(../font/NotoSansKR-Light.woff);
  src: url(../font/NotoSansKR-Light.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.woff);
  src: url(../font/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 500;
  src: url(../font/NotoSansKR-Medium.woff);
  src: url(../font/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 700;
  src: url(../font/NotoSans-Bold.woff);
  src: url(../font/NotoSans-Bold.woff) format('woff');
}
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}
body,button,input,select,table,textarea {
  font-family: 'NotoSansKR', Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.04em
}
html {
  height: 100%;
}
body {
  height: 100%;
  -webkit-text-size-adjust: none
}
button,fieldset,img {
  border: 0 none
}
fieldset,img {
  border: 0
}
img,li {
  vertical-align: top
}
ol,ul,dl,menu,li {
  list-style: none
}
address,em {
  font-style: normal
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:active,a:focus,a:hover {
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer
}
table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
input,select,textarea,button {
  vertical-align: top
}
input,select,textarea {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none
}
select::-ms-expand {
  display: none
}
textarea {
  resize: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
embed,iframe,img,object,video {
  max-width: 100%
}
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal,
input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none
}
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent
}
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='file'] {
  -webkit-appearance: button;
  border-radius: 0
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
caption,legend {
  position: static;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-break: initial;
  word-wrap: initial;
}
.blind {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-break: normal;
  word-wrap: normal;
}
.clear {
  *zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
body.modal {
  overflow: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
a {
  text-decoration: none;
}
a:active,a:focus,a:hover {
  text-decoration: none;
}
embed,iframe,img,object,video {
  max-width: 100%;
}
figure {
  margin: 0;
}
img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit  */
  image-rendering: crisp-edges;
}
/* 입력서식 */
input,button,label,textarea,select {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=tel][disabled],
input[type=email][disabled],
textarea[disabled] {
  background: transparent;
}
input[type=text][readonly=readonly],
input[type=password][readonly=readonly],
input[type=number][readonly=readonly],
input[type=tel][readonly=readonly],
input[type=email][readonly=readonly] {
  background: transparent;
}
.select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  width: 100%;
  min-height: 60px;
  resize: none;
}
select[style],
input[style],
input[size] {
  width: auto;
  min-width: 0;
}
button,input[type=submit] {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=file] {
  margin: auto;
  height: 30px;
}
input::-webkit-input-placeholder {
  font-size: 1em;
}
input:-moz-placeholder {
  font-size: 1em;
}
/* Firefox 4-18 */
input::-moz-placeholder {
  font-size: 1em;
}
/* Firefox 19+ */
input:-ms-input-placeholder {
  font-size: 1em;
}
/* IE10+ */
input[type=text]::-ms-clear {
  display: none;
}
.mobile {
  display: none !important;
}
.desktophide {
  display: none !important;
}
@media screen and (max-width:1024px) {
  .desktophide {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .mobile {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* select{
  background: #fff url(../img/sub/ico_select.png) no-repeat center right 18px;
} */
/*checkbox*/
.check_wrap {
  display: inline-block;
  position: relative;
  line-height: 0;
  box-sizing: border-box;
}
.check_wrap input[type="checkbox"] {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.check_wrap input[type="checkbox"]+label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/checkbox.png) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.check_wrap input[type="checkbox"]:checked+label:before {
  background-position: 0 100%;
}
.check_wrap label {
  color: #222;
  cursor: pointer;
}
.check_wrap input:disabled {
  background-position: 0 0;
}
.check_wrap input:checked{
  background-position: 0 0;
}
@media screen and (max-width: 768px) {
  .check_wrap label {
    font-size: 14px;
  }
  .check_wrap input[type="checkbox"]+label:before {
    margin-right: 5px;
  }
}
/*radio*/
.radio_wrap {
  font-size: 0;
}
.radio_wrap input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #b8b8b8;
  cursor: pointer;
  background: url(../img/common/radio_btn.png) no-repeat;
  background-position: 0 100%;
  margin-right: 9px;
}
.radio_wrap input[type="radio"]:checked {
  background-position: 0 0;
}
.radio_wrap label {
  color: #000;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  html {
    -webkit-text-size-adjust: none;
  }
  body,
  html {
    height: 100%
  }
  .radio_wrap input[type="radio"] {
    margin-right: 5px;
  }
  .radio_wrap label {
    font-size: 14px;
  }
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
/* ============================== reset.css ============================== */

/* 공통 팝업 */
.mainPopup{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
}
.mainPopup .popup{
  max-width: 360px;
  margin: 20px;
}
.mainPopup .popup_inner{
  display: flex;
  flex-wrap: wrap;
}
.mainPopup .popup_inner .popup .pop_con img{
  width: 100%;
}
.mainPopup .popup_inner .popup .pop_btn{
  display: flex;
  justify-content: space-between;
  background: #000;
  color: #fff;
  padding: 6px 10px 7px;
  font-size: 14px;
}
.mainPopup .popup_inner .popup .pop_btn button{
  color: #fff;
  font-size: 14px;
  background: url(../img/common/pop_btn.png) no-repeat center right;
  padding-right: 18px;
}
.mainPopup .popup_inner .popup .pop_btn .checkbox input[type="checkbox"] + label:before{
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/checkbox.png) no-repeat center left;
  vertical-align: middle;
  margin-right: 7px;
  cursor: pointer;
  background-position: 0 0;
}
.mainPopup .popup_inner .popup .pop_btn .checkbox label{
  cursor: pointer;
}
.mainPopup .popup_inner .popup .pop_btn .checkbox input[type="checkbox"]:checked + label:before{
  background-position: 0 100%;
}

@media screen and (max-width: 768px){
  .mainPopup .popup_inner{
    justify-content: center;
  }
}
/* 버튼 */
.btn_wrap {
  display: block;
  text-align: center;
}
.btn-bn_blue {
  border: 1px solid #22538b;
  background: #22538b;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-bn_blue:hover {
  border: 1px solid #093364;
  background: #093364;
}
.btn-bn_navy {
  background: #445976;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-bn_navy:hover {
  background: #283a54;
}
.btn-bn_gray {
  border: 1px solid #b4b4b4;
  background: #b4b4b4;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-bn_gray.type02 {
  border: 1px solid #8a8a8a;
  background: #8a8a8a;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-bn_gray.type02:hover {
  border-color: #5a5a5a;
  background: #5a5a5a;
}
.btn-bn_darkgray {
  border: 1px solid #41464d;
  background: #41464d;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-bn_darkgray:hover {
  border: 1px solid #41464d;
  background: #fff;
  color: #41464d;
}
.btn-by_gray {
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-by_gray:hover {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: #fff;
}
.btn-by_blue {
  border: 1px solid #1c55a9;
  background: #fff;
  color: #154995;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-by_blue:hover {
  background: #1c55a9;
  color: #fff;
}
.btn-by_og {
  border: 1px solid #d27243;
  background: #fff;
  color: #d27243;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-by_og:hover {
  border-color: #d27243;
  background: #d27243;
  color: #fff;
}

.btn-by_og.type02 {
  border: 1px solid #d27243;
  background: #d27243;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-by_og.type02:hover {
  background: #fff;
  color: #d27243;
}
/* tag */
.tag {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  width: 88px;
  line-height: 35px;
  background: #d27243;
  text-align: center;
}
.tag.type01 {
  background: #147fd1;
}
/* flag */
.flag {
  border: 1px solid #c6c6c6;
  color: #e97366;
  background: #fff;
  font-weight: 800;
  width: 70px;
  line-height: 28px;
  text-align: center;
  display: inline-block
}
.flag.type01{
  color: #fff;
  background: #1c55a9;
  border-color: #1c55a9;
}
.flag.today {
  border-color: #ff7044;
}
.flag.type02 {
  border-color: #ff7044;
  font-weight: inherit;
}
.flag.type03 {
  border-color: #b4b4b4;
  background: #b4b4b4;
  color: #fff;
  font-weight: inherit;
}
.flag.type04 {
  border-color: #228b80;
  background: #228b80;
  color: #fff;
  font-weight: inherit;
}
/* 서브공통 */
.subWrap .sub_top .sub_bg {
  position: relative;
  overflow: hidden;
  height: 135px;
}
.subWrap .sub_top .sub_bg>h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.04em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subWrap .sub_top .sub_bg::before {
  content: '';
  display: inline-block;
  background: url(../img/sub/sub_bg.jpg) no-repeat center center;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-animation: imgScale 2s ease-in-out alternate;
  animation: imgScale 2s ease-in-out alternate;
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.subWrap .sub_bottom {
  border-bottom: 1px solid #d2d2d2;
}
.subWrap .sub_bottom .path_wrap {
  max-width: 1340px;
  margin: 0 auto;
}
.subWrap .sub_bottom .path_wrap>ul {
  display: flex;
  min-height: 62px;
  align-items: center;
}
.subWrap .sub_bottom .path_wrap>ul li {
  position: relative;
}
.subWrap .sub_bottom .path_wrap>ul li:not(:last-of-type) {
  padding-right: 40px;
}
.subWrap .sub_bottom .path_wrap>ul li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  background: url(../img/sub/path_arrow.png) no-repeat;
  width: 7px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .subWrap .sub_top .sub_bg {
    height: 90px;
  }
  .subWrap .sub_top .sub_bg::before {
    background-image: url(../img/sub/m_sub_bg.jpg);
  }
  .subWrap .sub_top .sub_bg>h2 {
    font-size: 28px;
  }
  .subWrap .sub_bottom .path_wrap>ul {
    min-height: 40px;
  }
  .subWrap .sub_bottom .path_wrap>ul li {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .subWrap .sub_bottom .path_wrap>ul li:not(:last-of-type) {
    padding-right: 22px;
  }
  .subWrap .sub_bottom .path_wrap>ul li:first-of-type {
    text-overflow: inherit;
    overflow: inherit;
  }
  .subWrap .sub_bottom .path_wrap>ul li:not(:last-of-type)::after {
    width: 6px;
    height: 9px;
    background-size: contain;
    right: 9px;
  }
}
/* 서브페이지 공통 레이아웃 */
.content_wrap {
  max-width: 1340px;
  margin: 63px auto 75px;
}
.content_wrap .content_inner {
  display: flex;
  justify-content: space-between;
}
.left_menu {
  width: 250px;
  margin-right: 60px;
}
.left_menu .sub_depth1>li:first-child>a {
  border-top: 1px solid #c2c2c2;
}
.left_menu .sub_depth1>li>a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  color: #000;
  padding: 20px 25px;
  position: relative;
}
.left_menu .sub_depth1>li.has_depth>a::after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 9px;
  background: url(../img/sub/toggle_arrow.png) no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.left_menu .sub_depth1>li.has_depth.active>a::after {
  background-position: 0 100%;
}
.left_menu .sub_depth1>li.active>a {
  background: #224594;
  color: #fff;
  font-weight: 800;
  border-color: #224594;
}
.left_menu .sub_depth1>li.active .sub_depth2 {
  display: block !important;
}
.left_menu .sub_depth1>li>.sub_depth2 {
  border-bottom: 1px solid #c2c2c2;
  padding: 17px 25px;
}
.left_menu .sub_depth1>li>.sub_depth2>li:not(:first-of-type) {
  margin-top: 10px;
}
.left_menu .sub_depth1>li>.sub_depth2>li>a {
  width: 100%;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 11px;
}
.left_menu .sub_depth1>li>.sub_depth2>li>a.current {
  color: #1056ae !important;
}
.left_menu .sub_depth1>li>.sub_depth2>li>a.current::before {
  background: #1056ae !important;
}
.left_menu .sub_depth1>li>.sub_depth2>li>a:hover {
  color: #1056ae;
}
.left_menu .sub_depth1>li>.sub_depth2>li>a:hover:before {
  background: #1056ae;
}
.left_menu .sub_depth1>li>.sub_depth2>li>a::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
  /* margin: 0 8px 4px 0; */
}
.sub_content {
  width: calc(100% - 310px);
}
.sub_content .title_wrap {
  border-bottom: 2px solid #000;
  width: 100%;
}
.sub_content .title_wrap.type02 {
  border-bottom: none;
  text-align: center;
}
.sub_content .title_wrap.type03 {
  border-bottom: none;
  text-align: left;
}
.sub_content .title_wrap>h3 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 37px;
}
@media screen and (max-width: 1400px) {
  .subWrap .sub_bottom .path_wrap {
    margin: 0 20px;
  }
  .content_wrap {
    margin: 63px 20px 76px;
  }
}
@media screen and (max-width: 1250px) {
  .left_menu {
    width: 210px;
    margin-right: 40px;
  }
  .left_menu .sub_depth1>li>a {
    font-size: 17px;
    padding: 17px 15px;
  }
  .left_menu .sub_depth1>li>.sub_depth2 {
    padding: 17px 15px
  }
  .left_menu .sub_depth1>li>.sub_depth2>li>a {
    font-size: 14px;
  }
  .sub_content {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1024px) {
  .left_menu {
    display: none;
  }
  .sub_content {
    width: 100%;
  }
  .content_wrap {
    margin: 37px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .sub_content .title_wrap>h3 {
    font-size: 22px;
    padding-bottom: 24px;
    text-align: center;
  }
  .sub_content .title_wrap.type02>h3 {
    padding-bottom: 27px;
  }
}
/* 탑버튼 */
.top_btn {
  position: fixed;
  right: 70px;
  bottom: 57px;
  width: 67px;
  height: 67px;
  background: #2fa6c8;
}
.top_btn:hover {
  background: #0a80a2;
}
.top_btn span {
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.04em;
}
.top_btn span::before {
  content: '';
  width: 21px;
  height: 11px;
  display: block;
  background: url(../img/sub/top_arrow.png) no-repeat;
  margin: 0 auto 13px;
}
@media screen and (max-width: 1024px) {
  .top_btn {
    display: none !important;
  }
}
/* Search 공통 */
.search_Wrap {
  background: #f5f5f5;
  padding: 28px 45px;
  margin: 0 auto 42px;
}
.search_Wrap .search_inner {
  display: flex;
  justify-content: space-between;
}
.search_Wrap .search_inner .select_box {
  width: 214px;
}
.search_Wrap .search_inner .select_box select {
  width: 100%;
  border: 1px solid #a7a7a7;
  line-height: 41px;
  color: #5d5d5d;
  font-size: 18px;
  padding: 0 28px 0 18px;
  background: #fff url(../img/sub/ico_select.png) no-repeat center right 18px;
}
.search_Wrap .search_inner .input_box {
  width: calc(100% - 284px);
}
.search_Wrap .search_inner .input_box input {
  width: 100%;
  border: 1px solid #a7a7a7;
  line-height: 41px;
  color: #000;
  font-size: 18px;
  padding: 0 18px;
  background: #fff;
}
.search_Wrap .search_inner .input_box input::placeholder {
  color: #5d5d5d;
}
.search_Wrap .search_inner .search_btn {
  width: 47px;
  height: 43px;
  background: #143076 url(../img/sub/ico_search.png) no-repeat center center;
}
@media screen and (max-width:1024px) {
  .search_Wrap .search_inner .select_box {
    width: 150px;
  }
  .search_Wrap .search_inner .input_box {
    width: calc(100% - 216px);
  }
}
@media screen and (max-width:768px) {
  .search_Wrap {
    padding: 20px;
    margin: 0 auto 28px;
  }
  .search_Wrap .search_inner {
    display: block;
  }
  .search_Wrap .search_inner .select_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .search_Wrap .search_inner .select_box select {
    font-size: 14px;
    color: #000;
    line-height: 38px;
    background-size: 10px 5px;
  }
  .search_Wrap .search_inner .input_box {
    width: calc(100% - 49px);
    display: inline-block;
    margin-right: 3px;
  }
  .search_Wrap .search_inner .input_box input {
    font-size: 14px;
    line-height: 38px;
  }
  .search_Wrap .search_inner .search_btn {
    width: 43px;
    height: 40px;
  }
}
/* 게시판 공통 */
.notice_wrap {
  padding-top: 50px;
}
.board_wrap .board_page {
  margin-bottom: 20px;
}
.board_wrap .board_page p {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
}
.board_wrap .board_page p:first-of-type {
  margin-right: 22px;
}
.board_wrap .board_table_wrap {
  border-top: 3px solid #333e58;
  border-bottom: 1px solid #333e58;
}
.board_wrap .board_table_wrap .table>li {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 19px 5px;
}
.board_wrap .board_table_wrap .table>li.recruitNotice {
  background: #f5f7fb;
}
.board_wrap .board_table_wrap .table>li:not(.thead):hover {
  background: #f5f7fb;
}
.board_wrap .board_table_wrap .table>li>div {
  display: table-cell;
  word-break: break-all;
  vertical-align: middle;
  line-height: 35px;
}
.board_wrap .board_table_wrap .table>li.thead {
  background: #f5f5f5;
  font-size: 18px;
  text-align: center;
  color: #333e58;
  font-weight: 800;
}
.board_wrap .board_table_wrap .table>li .board_num {
  width: 80px;
  text-align: center;
  font-size: 18px;
}
.board_wrap .board_table_wrap .table>li .notice span {
  display: inline-block;
  width: 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  background: #147fd1;
  text-align: center;
  color: #fff;
}
.board_wrap .board_table_wrap .table>li .board_tit .new {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #f36b22;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-right: 6px;
}
.board_wrap .board_table_wrap .table>li .board_tit {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.06em;
}
.board_wrap .board_table_wrap .table>li .board_tit>a:hover {
  text-decoration: underline;
}
.board_wrap .board_table_wrap .table>li .board_file {
  width: 70px;
  text-align: center;
}
.board_wrap .board_table_wrap .table>li .board_file img {
  vertical-align: middle;
}
.board_wrap .board_table_wrap .table>li .board_date {
  width: 110px;
  text-align: center;
  font-size: 18px;
}
.board_wrap .board_table_wrap .table>li .board_view {
  width: 100px;
  text-align: center;
  font-size: 18px;
}
.board_wrap .board_table_wrap .table>li:not(:last-of-type) {
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 768px) {
  .notice_wrap {
    padding-top: 30px;
  }
  .board_wrap .board_page {
    margin-bottom: 15px;
  }
  .board_wrap .board_table_wrap .table>li.thead {
    display: none;
  }
  .board_wrap .board_page p {
    font-size: 16px;
  }
  .board_wrap .board_page p:first-of-type {
    margin-right: 18px;
  }
  .board_wrap .board_table_wrap .table>li {
    display: block;
    padding: 19px 3px;
  }
  .board_wrap .board_table_wrap .table>li>div {
    display: block;
    line-height: 26px;
  }
  .board_wrap .board_table_wrap .table>li .board_tit {
    margin-bottom: 5px;
  }
  .board_wrap .board_table_wrap .table>li .board_tit .new {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 13.5px;
    margin-right: 3px;
    position: relative;
    bottom: 1px;
  }
  .board_wrap .board_table_wrap .table>li .board_num {
    font-size: 0;
  }
  .board_wrap .board_table_wrap .table>li .board_num:not(.notice) {
    display: none;
  }
  .board_wrap .board_table_wrap .table>li .notice {
    text-align: left;
  }
  .board_wrap .board_table_wrap .table>li .notice span {
    width: 46px;
    font-size: 12px;
    line-height: 24px;
  }
  .board_wrap .board_table_wrap .table>li .board_file {
    width: auto;
    text-align: left;
    display: table-cell;
  }
  .board_wrap .board_table_wrap .table>li .board_file img {
    width: 17px;
    height: 17px;
    margin-top: -5px;
  }
  .board_wrap .board_table_wrap .table>li .board_date {
    width: auto;
    text-align: left;
    font-size: 14px;
    display: table-cell;
  }
  .board_wrap .board_table_wrap .table>li .board_file::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cbcbcb;
    margin: 0 10px -1px 9px;
  }
  .board_wrap .board_table_wrap .table>li .board_file.empty::after {
    display: none;
  }
  .board_wrap .board_table_wrap .table>li .board_date::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cbcbcb;
    margin: 0 10px -1px 9px;
  }
  .board_wrap .board_table_wrap .table>li>div .mobile {
    color: #333e58;
    font-weight: 800;
    margin-right: 9px;
    display: inline-block !important;
  }
  .board_wrap .board_table_wrap .table>li .board_view {
    width: auto;
    text-align: left;
    font-size: 14px;
    display: table-cell;
  }
}

/* 팝업 */
.layerPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100vh;
}
.deemed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}
.layerPopup .layerWrap {
  background: #fff;
  border: 1px solid #dcdcdc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1003;
  width: 400px;
}
.layerPopup .layerWrap.type02{
  width: 750px;
}
.layerPopup .layerWrap .pop_wrap {
  position: relative;
}
.layerPopup .layerWrap .tit_wrap {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000;
  line-height: 80px;
  padding-left: 30px;
}
.layerPopup .layerWrap .tit_wrap .tit {
  max-width: calc(100% - 50px);
  flex: 1;
}
.layerPopup .layerWrap .con_wrap {
  max-height: calc(100vh - 80px);
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
}
.layerPopup.type02 .layerWrap .con_wrap {
  padding: 40px;
}
.layerPopup .layerWrap .btn_pop-close {
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_pop-close.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
}
.layerPopup .layerWrap .btn_wrap {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .layerPopup .layerWrap .con_wrap {
    max-height: calc(100vh - 140px);
    padding: 20px;
  }
  .layerPopup.type02 .layerWrap .con_wrap {
    padding: 20px;
  }
  .layerPopup .layerWrap {
    width: calc(100% - 40px);
  }
  .layerPopup .layerWrap.type02{
    width: calc(100% - 40px);
  }
  .layerPopup .layerWrap.type02 .con_wrap{
    padding: 20px;
  }
  .layerPopup .layerWrap .tit_wrap {
    height: 60px;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
  }
  .layerPopup .layerWrap .btn_pop-close {
    right: 20px;
    top: 20px;
  }
}
/* paginate */
.paginate {
  margin: 40px auto 0;
}
.paginate ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginate ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #b1b1b1;
}
.paginate ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.paginate ul li:not(:last-of-type) {
  margin-right: 6px;
}
.paginate ul li.active {
  background: #234e73;
  border-color: #234e73;
  color: #fff;
}
.paginate ul li.first a {
  background: url(../img/sub/ico_first.png) no-repeat center center;
}
.paginate ul li.last a {
  background: url(../img/sub/ico_last.png) no-repeat center center;
}
.paginate ul li.prev a {
  background: url(../img/sub/ico_prev.png) no-repeat center center;
}
.paginate ul li.next a {
  background: url(../img/sub/ico_next.png) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .paginate {
    margin: 30px auto 0;
  }
}
/* 글자 색상 */
.blue {
  color: #1056ae;
}
.d_blue {
  color: #2049a8;
}
.red {
  color: #b1331a;
}
/* 탭 - 페이지 */
.tab_container .tab_button {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tab_container .tab_button li {
  display: table-cell;
  vertical-align: middle;
  width: 33.33%;
  border-bottom: 1px solid #c2c2c2;
}
.tab_container .tab_button .current{
  border-bottom: 4px solid #1056ae;
}
.tab_container .tab_button a {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #5e5e5e;
  position: relative;
  padding: 16px 10px;
  /* flex: 1; */
  word-break: keep-all;
}
.tab_container .tab_button .current a {
  font-weight: 800;
  color: #1056ae;
  letter-spacing: -0.06em;
  /* position: relative;
  padding-bottom: 13px; */
}
@media screen and (max-width:768px) {
  .tab_container .tab_button a {
    font-size: 18px;
    padding: 12px 2px;
  }
  .tab_container .tab_button .current a {
    padding-bottom: 9px;
  }
}
/* 첨부파일 */
.file_attachments-wrap {
  font-weight: 500;
  font-size: 18px;
  width: 100%;
}
.file_attachments-wrap .file {
  padding: 14px 20px 14px 46px;
  border-bottom: 1px solid #d2d2d2;
}
.file_attachments-wrap .file::before {
  content: '';
  display: inline-block;
  background: url(../img/sub/ico_file.png) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin: -3px 0 0 -22px;
  vertical-align: middle;
}
.detail_answer .file_attachments-wrap .file{
  border-top: 1px solid #d2d2d2;
  border-bottom: none;
}
.file_attachments-wrap .file_name {
  font-size: 16px;
  line-height: 18px;
}
.file_attachments-wrap .file .quick_btn {
  padding: 0px 16px;
  border: 1px solid #d27243;
  font-size: 16px;
  font-weight: 500;
  color: #d27243;
  margin-left: 10px;
  display: inline-block;
  line-height: 33px;
}
.file_attachments-wrap .file .quick_btn:hover {
  background-color: #d27243;
  color: white;
}
@media screen and (max-width:768px) {
  .file_attachments-wrap {
    font-size: 14px;
  }
  .file_attachments-wrap .file {
    padding: 10px 14px 10px 30px;
  }
  .file_attachments-wrap .file_name {
    line-height: 18px;
    font-size: 14px;
  }
  .file_attachments-wrap .file::before {
    width: 16px;
    height: 16px;
    margin: -3px 0 0 -22px;
  }
  .file_attachments-wrap .file .quick_btn {
    padding: 0px 11px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
  }
}
/* 페이지이동 */
.page_movewrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  margin-top: 60px;
}
.page_movewrap li a {
  font-size: 18px;
  display: flex;
}
.page_movewrap li span {
  padding: 20px;
}
.page_movewrap li span img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 10px;
}

.page_movewrap li .page_nav {
  background-color: #f1f1f1;
  color: #333e58;
  font-weight: 500;
  min-width: 115px;
  text-align: center;
}
.page_movewrap li .page_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page_movewrap li:not(:last-child) {
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width:768px) {
  .page_movewrap {
    margin-top: 30px;
  }
  .page_movewrap li span {
    font-size: 14px;
  }
  .page_movewrap li .page_nav {
    min-width: 70px;
    padding: 17px 5px;
  }
  .page_movewrap li .page_name {
    padding: 17px 12px;
  }
  .page_movewrap li span img {
    margin-bottom: 2px;
    margin-left: 5px;
  }
  .page_movewrap li a {
    font-size: 14px;
  }
}
/* 갤러리 공통 */
.gallery_table_wrap>ul>li {
  float: left;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin-bottom: 30px;
}
.gallery_table_wrap>ul>li:nth-of-type(3n) {
  margin-right: 0;
}
.gallery_table_wrap>ul>li:hover {
  border-color: #f97676;
}
.gallery_table_wrap>ul>li .gallery_inner .flag {
  position: absolute;
  z-index: 11;
}
.gallery_table_wrap>ul>li .gallery_inner .img_wrap {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
}
.gallery_table_wrap>ul>li:hover .gallery_inner .img_wrap>img {
  transform: scale(1.1) translate(-50%, -50%);
}
.gallery_table_wrap>ul>li .gallery_inner .img_wrap>img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left top;
  transition: all 0.3s;
}
.gallery_table_wrap>ul>li.end .gallery_inner .img_wrap {
  filter: brightness(30%);
}
.gallery_table_wrap>ul>li .gallery_inner .text_wrap {
  border: 1px solid #e2e2e2;
  padding: 23px 20px;
}
.gallery_table_wrap>ul>li .gallery_inner .text_wrap .tit {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.gallery_table_wrap>ul>li .gallery_inner .text_wrap .calendar {
  color: #4d619a;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .gallery_table_wrap>ul>li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }
  .gallery_table_wrap>ul>li .gallery_inner .text_wrap {
    padding: 20px;
  }
}
/* 상세공통 */
.detail_top {
  padding: 23px 20px;
  border-bottom: 1px solid #c2c2c2;
  font-size: 22px;
  font-weight: 500;
}
.detail_info {
  font-size: 16px;
  padding-top: 4px;
}
.detail_info p {
  display: inline-block;
  margin-right: 0px;
  font-weight: 400;
  padding-top: 10px;
  color: #333;
}
.detail_info p .blue {
  font-weight: 700;
  margin-right: 5px;
  color: #333e58;
}
.detail_info p:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #c2c2c2;
  margin: 0 9px -2px;
}

.detail_contents {
  padding: 38px 20px 50px;
  line-height: 1.8;
  border-bottom: 1px solid #000;
  font-size: 18px;
}
.detail_contents img{
  height: auto !important;
}
@media screen and (max-width:768px) {
  .detail_top {
    padding: 20px 0;
    font-size: 18px;
  }
  .detail_info {
    font-size: 14px;
  }
  .detail_contents {
    padding: 25px 9px 30px;
    font-size: 15px;
  }
  .detail_info p {
    display: block;
    padding-top: 7px;
  }
  .detail_info p:not(:last-of-type)::after {
    display: none;
  }
  .detail_info p .blue{
    margin-right: 9px;
  }
}

/* 게시판 상세 - 답변 */
.detail_answer {
  border-top: 1px solid #333e58;
  border-bottom: 1px solid #333e58;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.detail_answer .bg_txt{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  font-size: 18px;
  font-weight: 500;
  color: #333e58;
  width: 110px;
}
.detail_answer .answer_contents{
  width:calc(100% - 110px) ;
  padding: 20px;
}
.detail_wrap .btn_wrap > button{
  min-width: 120px;
  line-height: 48px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  vertical-align: inherit;
}
.detail_wrap .btn_wrap > *:not(:first-child){
  margin-left: 3px;
}
.detail_wrap .btn_wrap > button{
  min-width: 120px;
  line-height: 48px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .detail_answer .bg_txt{
    min-width: 68px;
    font-size: 14px;
  }
  .detail_answer .answer_contents{
    padding: 15px;
  }
  .detail_wrap .btn_wrap > button{
    min-width: 80px;
    line-height: 38px;
    font-size: 14px;
  }
  .detail_wrap .btn_wrap > *:not(:first-child){
    margin-left: 1px;
  }
}

/* 쓰기 공통 */
.board_write_wrap .guide_text {
  padding: 30px 0 10px;
  border-bottom: 3px solid #333e58;
}
.board_write_wrap .guide_text span::before {
  display: inline-block;
  content: "*";
  font-size: 18px;
  font-weight: 500;
  color: #f8422a;
  margin-right: 3px;
}
.input_board-list li {
  display: flex;
  width: 100%;
  min-height: 80px;
  border-bottom: 1px solid #d2d2d2;
}
.input_board-list li:last-child {
  border-bottom: 1px solid #000;
}
.input_board-list .th {
  font-size: 18px;
  font-weight: 800;
  min-width: 180px;
  padding-left: 25px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  color: #333e58
}
.input_board-list .th .ess::after {
  display: inline-block;
  content: "*";
  font-size: 18px;
  font-weight: 500;
  color: #f8422a;
  margin-left: 3px;
}
.input_board-list .td {
  padding: 20px 22px;
  width: 100%;
  align-items: center;
}
.input_board-list .td_inner {
  width: 100%;
  display: flex;
}
.input_board-list .td_inner02 {
  width: 50%;
}
.input_board-list .address .td_inner02 {
  margin-bottom: 10px;
}
.input_board-list .address .td_inner:not(:last-of-type) {
  margin-bottom: 10px;
}
.input_board-list .file_wrap>div:nth-of-type(2) {
  padding-left: 20px;
}
.input_board-list .td input {
  border: 1px solid #ccc;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 40px;
  width: 100%;
  padding: 0 10px;
}
.input_board-list .td button {
  min-width: 105px;
  margin-left: 18px;
}
.input_board-list .name .td span {
  line-height: 40px;
}
.input_board-list .call input[type="tel"] {
  width: calc(100% - 123px);
}
.input_board-list input[type="file"] {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.input_board-list .file_wrap .file_btn {
  min-width: 105px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.input_board-list .file_wrap {
  display: flex;
}
.input_board-list textarea {
  border: 1px solid #ccc;
  height: 200px;
}
.input_form-wrap .btn_wrap {
  margin-top: 35px;
}
.input_form-wrap .btn_wrap .inquiry_btn {
  min-width: 193px;
  line-height: 58px;
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .board_write_wrap .guide_text {
    font-size: 14px;
    padding: 20px 0 7px;
  }
  .input_board-list .th {
    min-width: 95px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
  }

  .input_board-list .td {
    padding: 5px;
    font-size: 14px;
  }
  .input_board-list li {
    min-height: 40px;
  }
  .input_board-list .td_inner02 {
    width: 100%;
  }
  .input_board-list .td input {
    min-height: 30px;
  }
  .input_board-list .td_inner02 {
    padding-right: 0px;
  }
  .input_board-list .call input[type="tel"] {
    width: 100%;
  }
  .input_board-list .td button {
    min-width: 80px;
    margin-left: 3px;
    font-size: 12px;
  }
  .input_board-list .name .td span {
    line-height: 30px;
  }
  .input_board-list .file_wrap {
    display: block;
  }
  .input_board-list .file_wrap .file_btn {
    min-width: 65px;
    line-height: 30px;
    font-size: 12px;
  }
  .input_board-list .file_wrap .td_inner:nth-of-type(1) {
    margin-bottom: 5px;
  }

  .input_board-list .file_wrap>div:nth-of-type(2) {
    padding-left: 0px;
  }

  .input_board-list .address .td_inner02 {
    margin-bottom: 5px;
  }
  .input_board-list .address .td_inner:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .input_board-list textarea {
    height: 80px;
  }
  .input_form-wrap .btn_wrap {
    margin-top: 30px;
  }
  .input_form-wrap .btn_wrap .inquiry_btn {
    min-width: 145px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
  }
}
/* 회원가입 공통 */
.signup_step_wrap ul {
  display: flex;
  /* border: 1px solid #dcdcdc; */
  margin-bottom: 55px;
}
.signup_step_wrap ul li {
  display: flex;
  flex: 1;
  height: 70px;
  background-color: #f6f6f6;
  justify-content: center;
  font-size: 18px;
  align-items: center;
  border: 1px solid #dcdcdc;
}
.signup_step_wrap ul li>span {
  position: relative;
}
.signup_step_wrap ul li>span::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: red;
  margin: 0 14px -6px 0;
  /* position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(0%, -50%); */
}
.signup_step_wrap ul li:not(:last-of-type) {
  border-right: none;
}
.signup_step_wrap ul li:nth-of-type(1)>span:before {
  background: url(../img/sub/ico_signup01.png);
}
.signup_step_wrap ul li.current:nth-of-type(1)>span:before {
  background: url(../img/sub/ico_signup01_on.png);
}
.signup_step_wrap ul li:nth-of-type(2)>span:before {
  background: url(../img/sub/ico_signup02.png);
}
.signup_step_wrap ul li.current:nth-of-type(2)>span:before {
  background: url(../img/sub/ico_signup02_on.png);
}
.signup_step_wrap ul li:nth-of-type(3)>span:before {
  background: url(../img/sub/ico_signup03.png);
}
.signup_step_wrap ul li.current:nth-of-type(3)>span:before {
  background: url(../img/sub/ico_signup03_on.png);
}
.signup_step_wrap ul li:nth-of-type(4)>span:before {
  background: url(../img/sub/ico_signup04.png);
}
.signup_step_wrap ul li.current:nth-of-type(4)>span:before {
  background: url(../img/sub/ico_signup04_on.png);
}
.signup_step_wrap ul li.current {
  background-color: #0a4c86;
  border-color: #0a4c86;
  color: white;
}
@media screen and (max-width: 1024px) {
  .signup_step_wrap ul li>span::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .signup_step_wrap ul {
    margin-bottom: 40px;
  }
  .signup_step_wrap ul li {
    height: 55px;
  }
  .signup_step_wrap ul li .mobile_off {
    display: none;
  }
  .signup_step_wrap ul li.current {
    min-width: 214px;
  }
  .signup_step_wrap ul li.current .mobile_off {
    display: inline-block;
  }
}