﻿@charset "UTF-8";
/* 초기화 코드 */
@import "/Content/fonts.css";
@import url("//fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-size: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "돋움", tahoma, verdana;
  text-decoration: none;
  line-height: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

.clearfix {
  *zoom: 1;
  overflow: hidden;
  height: 1%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

p, a, span {
  margin: 0;
}

dl, ol, ul {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

* {
  font-family: NanumSquare;
}

header {
  font-family: NanumSquare;
}
header .util {
  background-color: #f7f7f7;
  border-bottom: solid 1px #d2d2d2;
}
header .util .wrap.flex-end ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}
header .util .wrap.flex-end ul li {
  padding: 0 15px;
  border-right: solid 1px #d2d2d2;
  line-height: 36px;
}
header .util .wrap.flex-end ul li:first-child {
  border-left: solid 1px #d2d2d2;
}
header .util .wrap.flex-end ul li a {
  color: #222;
  font-family: NanumSquare;
  font-size: 12px;
}
header .util .wrap.flex-end ul li a:hover {
  color: #024093;
}
header .gnb {
  height: 80px;
  border-bottom: 1px solid #d2d2d2;
}
header .gnb .wrap.flex {
  justify-content: space-between;
  position: relative;
  align-items: center;
}
header .gnb .wrap.flex .mobile {
  display: none;
}
header .gnb .wrap.flex #allMenu-label {
  content: "";
  display: none;
  width: 32px;
  height: 32px;
  background: url("images/mobile_menu.png") no-repeat;
  color: white;
  position: absolute;
  left: 10px;
  top: 15px;
}
header .gnb .wrap.flex .logo {
  width: 310px;
}
header .gnb .wrap.flex .logo img {
  width: 209px;
  height: 35px;
}
header .gnb .wrap.flex .logo a.mobile_open {
  display: none;
}
header .gnb .wrap.flex nav {
  width: calc(100% - 310px);
  z-index: 10;
}
header .gnb .wrap.flex nav ul.gnb-dep1 {
  display: flex;
  justify-content: space-between;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li {
  line-height: 80px;
  position: relative;
  padding: 0 10px;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li a {
  font-weight: 700;
  font-size: 16px;
  font-family: NanumSquare;
  color: #222;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li a:hover {
  color: #024093;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li > ul {
  display: none;
  position: absolute;
  z-index: 1;
  width: 180px;
  border: 1px solid #d2d2d2;
  border-top: 3px solid #024093;
  transform: translate(-30%, 0);
  opacity: 0;
  transition: 0.4s;
  background-color: #fff;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li > ul li {
  text-align: center;
  line-height: 40px;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li > ul li::after {
  content: none;
  width: 0;
  height: 0;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li > ul li:hover {
  background-color: #fafafa;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li > ul li:hover a {
  color: #024093;
  text-decoration: underline;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li:hover > ul {
  display: block;
  opacity: 1;
}
header .gnb .wrap.flex nav ul.gnb-dep1 li:hover::after {
  width: 100px;
}

.info {
  margin-top: 40px;
}
.info .wrap .slogan {
  width: calc(100% - 440px);
  z-index: 5;
}
.info .wrap .slogan .slogan-body {
  position: relative;
  margin-left: 40px;
  border-left: solid 1px #d2d2d2;
  height: 180px;
  padding-left: 50px;
  background: url("images/simbol_visual.png") no-repeat right bottom;
}
.info .wrap .slogan .slogan-body::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  background: url("images/circle.png") no-repeat;
}
.info .wrap .slogan .slogan-body ul {
  width: 500px;
  margin-bottom: 20px;
}
.info .wrap .slogan .slogan-body ul li.line1 {
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.info .wrap .slogan .slogan-body ul li.line2 {
  font-size: 40px;
  color: #555;
  font-weight: 700;
}
.info .wrap .slogan .slogan-body ul li.line2 span {
  vertical-align: unset;
  color: #024093;
}
.info .wrap .slogan .slogan-body ul li.line3 {
  font-size: 18px;
  color: #999;
  font-weight: 300;
}
.info .wrap .events {
  width: 440px;
  background-color: #024093;
  color: #fff;
  padding-left: 40px;
  padding-top: 20px;
}
.info .wrap .events .title {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 2px;
}
.info .wrap .events .title span.year {
  margin-right: 10px;
  font-size: 28px;
  font-weight: 700;
  vertical-align: unset;
}
.info .wrap .events .event-items {
  margin: 0 auto;
  margin-top: 10px;
}
.info .wrap .events .event-items li {
  display: inline-block;
}
.info .wrap .events .event-items li p {
  line-height: 40px;
  font-size: 18px;
}
.info .wrap .events .event-items li p.event-date {
  font-weight: 700;
  padding-right: 10px;
}
.info .wrap .events .event-items li p.event-date span {
  border-bottom: solid 1px #fff;
  padding: 0 5px;
}

.visual {
  background: url("images/main_visual.png") no-repeat center center;
}
.visual .wrap {
  height: 440px;
  justify-content: flex-end;
}
.visual .wrap .quicklink {
  width: 440px;
  height: 310px;
  padding: 20px 35px;
  background-color: rgba(66, 96, 121, 0.7);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.visual .wrap .quicklink .link-item {
  width: 180px;
  height: 120px;
  background-color: #024093;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  transition: all 0.4s;
  position: relative;
}
.visual .wrap .quicklink .link-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 19px;
  background: url("images/plus_01.png") no-repeat;
}
.visual .wrap .quicklink .link-item:hover {
  position: relative;
  color: #024093;
  font-weight: 700;
  cursor: pointer;
  background: #fff url("images/simbol_bt.png") no-repeat bottom left;
}
.visual .wrap .quicklink .link-item:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 19px;
  background: url("images/plus_02.png") no-repeat;
}

.board .wrap .board-tabs {
  background-color: #fff;
  width: 700px;
}
.board .wrap .board-tabs .tab-item {
  width: 50%;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #024093;
  font-weight: normal;
  border-bottom: 1px solid #024093;
  float: left;
}
.board .wrap .board-tabs input[name=tab-item] {
  display: none;
}
.board .wrap .board-tabs .tab-content {
  width: 100%;
  display: none;
  overflow: hidden;
  clear: both;
}
.board .wrap .board-tabs .tab-content .board-head {
  margin-top: 15px;
  margin-left: 10px;
  display: flex;
  line-height: 40px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  position: relative;
  border-bottom: solid 1px #d2d2d2;
}
.board .wrap .board-tabs .tab-content .board-head .title {
  font-size: 16px;
  font-weight: bold;
}
.board .wrap .board-tabs .tab-content .board-head .link {
  margin-right: 10px;
}
.board .wrap .board-tabs .tab-content .board-head::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2.5px;
  width: 100px;
  height: 5px;
  background-color: #024093;
}
.board .wrap .board-tabs .tab-content ul {
  margin-left: 20px;
  margin-right: 10px;
  clear: both;
}
.board .wrap .board-tabs .tab-content ul li {
  border-bottom: solid 1px #d2d2d2;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
}
.board .wrap .board-tabs .tab-content ul li:hover {
  background-color: #fafdff;
  cursor: pointer;
}
.board .wrap .board-tabs .tab-content ul li p a {
  color: #222;
}
.board .wrap .board-tabs .tab-content ul li p a:hover {
  text-decoration: underline;
}
.board .wrap .board-tabs #notice:checked ~ #notice-content, .board .wrap .board-tabs #qna:checked ~ #qna-content {
  display: block;
}
.board .wrap .board-tabs input:checked + .tab-item {
  background-color: #024093;
  color: #fff;
  font-weight: 700;
}
.board .wrap .caution {
  width: 480px;
}
.board .wrap .caution .caution-title {
  line-height: 50px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  border-bottom: solid 1px #000;
  position: relative;
}
.board .wrap .caution .caution-title:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2.5px;
  left: 0;
  width: 90px;
  height: 5px;
  background-color: #024093;
}
.board .wrap .caution .caution-content {
  padding: 10px 20px;
}
.board .wrap .caution .caution-content ul li {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  border-bottom: solid 1px #dedede;
  padding: 10px 0;
}
.board .wrap .caution .caution-content ul li:before {
  content: "※";
  margin-right: 5px;
}

footer {
  background-color: #151515;
  margin-top: 10px;
}
footer .wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .wrap ul li {
  font-weight: normal;
  font-size: 13px;
  color: #8c8c8c;
  line-height: 25px;
  display: block;
}
footer .wrap ul li span {
  font-weight: bold;
  vertical-align: unset;
  color: #fff;
}
footer .wrap ul li a {
  vertical-align: unset;
}

.ui-dialog {
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 2px !important;
}

.ui-resizable-handle {
  display: none !important;
}

.ui-widget-header {
  border: none !important;
}

.ui-dialog-titlebar {
  background-color: #2082d8 !important;
  border-radius: 2px 2px 0 0 !important;
  padding: 10px 15px !important;
}

.ui-dialog-titlebar-close {
  right: 15px !important;
}

.ui-dialog-title {
  color: #fff;
}

.ui-dialog-content {
  padding: 10px 15px !important;
}

.ui-widget-overlay {
  background: #000 !important;
  opacity: 0.6 !important;
}

.ui-resizable-handle {
  display: none !important;
}

.ui-widget-header {
  border: none !important;
}

.ui-dialog-titlebar {
  background-color: #2082d8 !important;
  border-radius: 2px 2px 0 0 !important;
  padding: 10px 15px !important;
}

.ui-dialog-titlebar-close {
  right: 15px !important;
}

.ui-dialog-title {
  color: #fff;
}

.ui-dialog-content {
  padding: 10px 15px !important;
}

.ui-widget-overlay {
  background: #000 !important;
  opacity: 0.6 !important;
}

@media all and (max-width: 1023px) {
  .info .wrap {
    flex-wrap: wrap;
  }
  .info .wrap .slogan, .info .wrap .events {
    width: 100%;
  }
  .info .wrap .slogan .slogan-body {
    height: auto;
    padding-bottom: 10px;
  }
  .info .wrap .slogan .slogan-body ul {
    width: 100%;
  }
  .info .wrap .events {
    text-align: center;
  }
  .info .wrap .events .title {
    display: block;
  }
}
@media all and (max-width: 900px) {
  .wrap {
    width: 100%;
  }
  .util li.remote {
    display: none;
  }
  header .gnb {
    height: auto;
  }
  header .gnb .wrap.flex {
    border-bottom: none;
    flex-direction: column;
  }
  header .gnb .wrap.flex .logo {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
  }
  header .gnb .wrap.flex nav {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
  }
  .board .wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .board .wrap .board-tabs {
    width: 100%;
  }
  .board .wrap .caution {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  header .util {
    width: 100%;
  }
  header .util li.remote {
    display: none;
  }
  header .gnb .wrap.flex {
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
  }
  header .gnb .wrap.flex .logo {
    line-height: 60px;
  }
  header .gnb .wrap.flex #allMenu-label {
    display: block;
  }
  header .gnb .wrap.flex nav {
    width: 100%;
    z-index: 30;
    background-color: #fff;
    display: none;
  }
  header .gnb .wrap.flex nav ul.gnb-dep1 {
    flex-direction: column;
    width: 100%;
  }
  header .gnb .wrap.flex nav ul.gnb-dep1 li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    line-height: 60px;
    border-bottom: solid 1px #d2d2d2;
  }
  header .gnb .wrap.flex nav ul.gnb-dep1 li a {
    padding-left: 10px;
  }
  header .gnb .wrap.flex nav ul.gnb-dep1 li > ul {
    position: relative;
    transform: none;
    border: none;
    width: 100%;
    border-top: solid 1px #d2d2d2;
    border-bottom: none;
  }
  header .gnb .wrap.flex nav ul.gnb-dep1 li > ul li {
    text-align: left;
    line-height: 60px;
    padding-left: 30px;
  }
  header .gnb .wrap.flex nav ul.gnb-dep1 li > ul li:last-child {
    border-bottom: none;
  }
  header .gnb .wrap.flex #allMenu:checked ~ #allMenu-label {
    display: block;
    background: url("images/mobile_menu_close.png") no-repeat;
  }
  header .gnb .wrap.flex #allMenu:checked ~ nav {
    display: block;
    border-top: solid 1px #d2d2d2;
  }
  header .gnb .wrap.flex #allMenu:checked ~ nav ul li {
    border-bottom: solid 1px #d2d2d2;
  }
  header .gnb .wrap.flex #allMenu:checked ~ nav ul li > ul {
    width: 100%;
    position: relative;
    border-bottom: none;
  }
  header .gnb .wrap.flex #allMenu:checked ~ nav ul li > ul li {
    width: 100%;
  }
}
@media all and (max-width: 425px) {
  .visual .wrap {
    height: auto;
  }
  .visual .wrap .quicklink {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .visual .wrap .quicklink .link-item {
    width: 100%;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
}
