@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue|Noto+Sans+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap");
/* Icon Font */
/* https://material.io/icons */
/* Fontawesome 4.7 */
/* font-family: 'fontawesome'; */
/* Google Icon Font : https://material.io/icons */
/* font-family: 'Material Icons'; */
/* Remix ICON*/
/* Noto Sans KR, Bebas Neue*/
/* font-family: 'Noto Sans KR', sans-serif; */
/* font-family: 'Bebas Neue', cursive; */
/* Web Fonts - Source Sans Pro */
/* font-family: 'Source Sans Pro', sans-serif; */
/* Web Fonts - Play 영문폰트 */
/* font-family: 'Play', sans-serif; */
/* Web Fonts - NoonNoo */
@font-face {
  font-family: "NEXON Lv2 Gothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Gmarket Sans */
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Play", "Pretendard-Regular", "NEXON Lv2 Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  background-color: #fff;
  color: #333;
  -ms-overflow-style: none;
}
body.active {
  overflow: hidden;
}

.siteWidth {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .siteWidth {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .siteWidth {
    width: 100%;
    padding: 0 10px;
  }
}

/*  숨김 요소 */
legend, .blind, caption {
  position: absolute !important;
  left: -10000px !important;
  width: 0px !important;
  height: 0px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.memberAgree {
  margin: 30px 0;
  text-align: center;
}
.memberAgree p {
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  table {
    white-space: nowrap;
  }
  .tableScroll {
    overflow: hidden;
    overflow-x: auto;
  }
}
.locationMap {
  margin-bottom: 20px;
}
.locationMap .mapWrap {
  position: relative;
  border: 3px solid #ccc;
}
.locationMap .mapWrap .root_daum_roughmap {
  width: 100%;
  height: 400px;
}
.locationMap .mapWrap .gooleMap {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.locationMap .mapWrap .gooleMap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.locationMap table.location {
  margin-top: 20px;
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.locationMap table.location th, .locationMap table.location td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
.locationMap table.location th span, .locationMap table.location td span {
  display: block;
}

.location2Map {
  margin-bottom: 20px;
}
.location2Map .mapWrap {
  border: #ccc solid 3px;
}
.location2Map .mapWrap .root_daum_roughmap {
  width: 100%;
}
.location2Map table.location2 {
  margin-top: 20px;
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.location2Map table.location2 th, .location2Map table.location2 td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

.ck-source-editing-area {
  min-height: 150px !important;
}

/* ----------------------------------------------------------- */
/* -------------------------- RESET -------------------------- */
/* ----------------------------------------------------------- */
/* 요소(element) 여백 초기화  */
html,
body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
address,
pre,
cite,
form,
fieldset,
input,
textarea,
select,
table,
th,
td {
  margin: 0;
  padding: 0;
}

/* 제목요소 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* 테두리 없애기 */
fieldset,
img {
  border: 0 none;
}

/* 목록 */
ol,
ul,
dl {
  list-style: none;
}

caption,
td {
  font-weight: normal;
}

/* 텍스트 관련 요소 초기화 */
em {
  font-weight: normal;
  font-style: normal;
}

/* 링크요소 */
a,
a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}

/* 세로정렬  */
label,
select,
input,
textarea {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* box-sizing  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Button */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.parkingWrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.parkingWrap .logoWrap {
  margin-bottom: 20px;
  text-align: center;
}
.parkingWrap .parkingContent {
  width: 800px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .parkingWrap .parkingContent {
    width: 100%;
    padding: 20px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
.parkingWrap .parkingContent h1 {
  margin: 30px 0;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.parkingWrap .parkingContent p {
  margin-bottom: 40px;
  text-align: center;
  word-break: keep-all;
}
.parkingWrap .parkingContent .serviceWrap {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  padding-top: 40px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.parkingWrap .parkingContent .serviceWrap h2 {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: crimson;
  color: #fff;
  letter-spacing: 5px;
  border-radius: 5px;
}
.parkingWrap .parkingContent .serviceWrap p {
  margin-bottom: 20px;
  font-size: 20px;
}
.parkingWrap .parkingContent .serviceWrap p a {
  color: skyblue;
}
.parkingWrap .parkingContent .serviceWrap p a:hover {
  color: orange;
}
@media screen and (max-width: 800px) {
  .parkingWrap .parkingContent .serviceWrap p em {
    display: block;
  }
}
.parkingWrap .parkingContent .serviceWrap p span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #ccc;
}

/* ################### Content Table ################### */
table.base {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #666;
}
table.base thead th {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #eee;
}
table.base thead th:last-child {
  border-right: none;
}
table.base tbody th, table.base tbody td {
  padding: 8px 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}
table.base tbody th:last-child, table.base tbody td:last-child {
  border-right: none;
}
table.base tbody th {
  background-color: #f9f9f9;
}
table.base tbody td.bdr {
  border-right: 1px solid #ccc !important;
}

@-webkit-keyframes autofillEmail {
  to {
    background-image: url(../images/icon-email.png);
    background-position: 5px center;
    background-repeat: no-repeat;
  }
}

@keyframes autofillEmail {
  to {
    background-image: url(../images/icon-email.png);
    background-position: 5px center;
    background-repeat: no-repeat;
  }
}
.ltr {
  -webkit-animation: ltr 0.5s linear both;
          animation: ltr 0.5s linear both;
}

.rtl {
  -webkit-animation: rtl 0.5s linear both;
          animation: rtl 0.5s linear both;
}

.utd {
  -webkit-animation: utd 0.5s linear both;
          animation: utd 0.5s linear both;
}

.dtu {
  -webkit-animation: dtu 0.5s linear both;
          animation: dtu 0.5s linear both;
}

.zoom {
  -webkit-animation: zoom 3s linear both;
          animation: zoom 3s linear both;
}

@-webkit-keyframes ltr {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ltr {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rtl {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rtl {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes utd {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes utd {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes dtu {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dtu {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}
@-webkit-keyframes aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 10px);
  }
}
@keyframes aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 10px);
  }
}
.btn-top {
  position: fixed;
  right: 20px;
  bottom: -50px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 43px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff !important;
}
.btn-top.active {
  bottom: 20px;
}

/* ####################### butList ###################### */
.butList {
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .butList {
    margin-bottom: 30px;
  }
}
.butList a {
  display: inline-block;
  width: 100px;
  margin: 5px;
  padding: 7px 0;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .butList a {
    margin: 2px 1px;
  }
}
.butList a button {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
}
.butList a:last-child {
  margin-right: 0;
}
.butList a:nth-child(odd) {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}
.butList a:nth-child(even) {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.butList a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* ################## buttonWrap button ################# */
.buttonWrap {
  margin-top: 50px;
  text-align: center;
}
.buttonWrap button {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  background-color: #333;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .buttonWrap button {
    width: 120px;
    height: 40px;
    margin-right: 5px;
    font-size: 16px;
  }
}
.buttonWrap button:nth-child(2) {
  margin-right: 0;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}
.buttonWrap button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* ############## searchWrap button ############## */
.searchWrap {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .searchWrap {
    margin-bottom: 5px;
  }
  .searchWrap #idx_Field,
  .searchWrap #Classification {
    display: none;
  }
  .searchWrap input[type=text] {
    width: 100px;
  }
}
.searchWrap button {
  width: 80px;
  padding: 4px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .searchWrap button {
    width: 70px;
  }
}
.searchWrap button:hover {
  background-color: #000;
}
.searchWrap #total {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .searchWrap #total {
    display: none;
  }
}

/* ################## pageNo Button ################## */
.pageNoWrap {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pageNoWrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px;
  line-height: 40px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageNoWrap a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pageNoWrap a.active {
  background-color: #eee;
  color: #333;
  border: 1px solid #ccc;
}
.pageNoWrap a.first, .pageNoWrap a.last {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}
.pageNoWrap a.firstSecond, .pageNoWrap a.lastSecond {
  background-color: #666;
  color: #fff;
  border: 1px solid transparent;
}

/* 햄버거 버튼 */
.menuTrigger {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
.menuTrigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menuTrigger span:nth-child(1) {
  top: 0;
}
.menuTrigger span:nth-child(2) {
  top: 50%;
}
.menuTrigger span:nth-child(3) {
  top: 100%;
}
.menuTrigger.active span {
  background-color: #fff;
}
.menuTrigger.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menuTrigger.active span:nth-child(2) {
  display: none;
}
.menuTrigger.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ################## Contents Button ################## */
.butWrap {
  margin-top: 50px;
}
.butWrap a {
  position: relative;
  display: block;
  width: 250px;
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
}
.butWrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #00187b;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.butWrap a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
.butWrap a:hover:before {
  width: 100%;
}

/* Slick Slide Button */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  font-size: 4rem;
  font-weight: bold;
  background-color: rgba(194, 10, 8, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 2rem;
  }
}
.slick-arrow:hover {
  background-color: #00187b;
}
.slick-arrow:before {
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.slick-arrow.slick-prev {
  left: 20px;
}
@media screen and (max-width: 800px) {
  .slick-arrow.slick-prev {
    left: 0px;
  }
}
.slick-arrow.slick-prev:before {
  content: "\e314";
}
.slick-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 800px) {
  .slick-arrow.slick-next {
    right: 0px;
  }
}
.slick-arrow.slick-next:before {
  content: "\e315";
}

.tabMenuWrap .tabMenuContent .tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.tabMenuWrap .tabMenuContent .tabMenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #eee;
  border-right: 1px solid #ccc;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a {
    font-size: 0.8em;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li:last-child a {
  border-right: 1px solid transparent;
  width: calc(100% + 1px);
}
.tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-top: 2px solid #00187b;
  background-color: #fff;
}
.tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-bottom: 1px solid transparent;
  color: #00187b;
}
.tabMenuWrap .tabMenuContent .contentWrap .content {
  display: none;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .contentWrap .content {
    padding: 20px 15px;
  }
}
.tabMenuWrap .tabMenuContent .contentWrap .content.active {
  display: block;
}

.faqWrap .faq-content {
  margin-top: 20px;
  overflow: hidden;
}
.faqWrap .faq-content .faq-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 20px;
}
.faqWrap .faq-content .faq-item h3 {
  display: block;
  position: relative;
  padding-right: 30px;
  color: #fdd900;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  padding-bottom: 0;
  border-bottom: none;
}
.faqWrap .faq-content .faq-item h3:after {
  content: "\e7cd";
  font-family: "Material Icons";
  color: #ccc;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.faqWrap .faq-content .faq-item h3 a {
  color: #fdd900;
}
.faqWrap .faq-content .faq-item .faqTextWrap {
  margin-top: 20px;
  display: none;
}
.faqWrap .faq-content .faq-item.active {
  border: 1px solid #fdd900;
}
.faqWrap .faq-content .faq-item.active h3 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.faqWrap .faq-content .faq-item.active h3:after {
  -webkit-transform: translateY(-100%) rotate(-180deg);
          transform: translateY(-100%) rotate(-180deg);
  color: #fdd900;
}

header {
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(204, 204, 204, 0);
}
@media screen and (max-width: 800px) {
  header {
    position: absolute;
    height: 60px;
  }
}
header h1.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 250px;
  text-align: center;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header h1.logo {
    position: absolute;
    width: 250px;
  }
}
@media screen and (max-width: 800px) {
  header h1.logo {
    width: auto;
    height: 60px;
    margin-left: 20px;
    text-align: left;
  }
}
header h1.logo a {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  header h1.logo a img {
    width: auto;
    height: 50px;
    padding-top: 5px;
  }
}
header h1.logo a img:first-child {
  display: inline-block;
}
header h1.logo a img:last-child {
  display: none;
}
header > .tenNo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80px;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  header > .tenNo {
    right: 60px;
    font-size: 1.4em;
  }
}
header > .tenNo span {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5 rgba(0, 0, 0, 0.2);
}
header {
  /* 서브메뉴 BG */
}
header .gnbSubArea {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .gnbSubArea .item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 950px;
  width: calc(100% - 950px);
  height: 100%;
  padding: 50px;
  padding-left: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  display: none;
  opacity: 0;
}
header .gnbSubArea .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 50px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background: url(../images/user_img/menu_slide_bg.jpg) no-repeat 50% 50%/cover;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
header .gnbSubArea .item p {
  color: #fff;
}
header .gnbSubArea .item p strong {
  font-size: 2em;
  color: #fdd900;
}
header .gnbSubArea .item p span {
  display: block;
  margin-top: 10px;
}
header .gnbSubArea.on {
  height: 220px;
}
header .gnbSubArea.on .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
header {
  /* 네비게이션 */
}
header nav {
  position: absolute;
  top: 0;
  left: 250px;
  width: 700px;
  height: inherit;
}
@media screen and (max-width: 800px) {
  header nav {
    display: none;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav #navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
header nav #navigation > li {
  height: inherit;
}
header nav #navigation > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: inherit;
  color: #fff;
  text-align: center;
}
header nav #navigation > li > a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #00187b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav #navigation > li > a:hover {
  color: #00187b;
}
header nav #navigation > li.on > a {
  color: #fdd900;
}
header nav #navigation > li.on > a:before {
  left: 0;
  width: 100%;
}
header nav #navigation > li.on > ul.secondGrade {
  opacity: 1;
  top: 120px;
  padding: 20px 0;
  line-height: 46px;
  height: auto;
}
header nav #navigation > li.active > a {
  color: #fdd900;
}
header nav #navigation > li.active > a:before {
  left: 0;
  width: 100%;
}
header nav #navigation ul.secondGrade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  opacity: 0;
  top: 120px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 0;
  padding: 0;
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
  overflow: hidden;
}
header nav #navigation ul.secondGrade > li {
  position: relative;
  width: 31%;
  margin-right: 2%;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
header nav #navigation ul.secondGrade > li:last-child {
  margin-right: 0;
}
header nav #navigation ul.secondGrade > li:before {
  position: absolute;
  top: 100%;
  bottom: -1px;
  width: 0;
  height: 1px;
  content: "";
  background-color: #00187b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header nav #navigation ul.secondGrade > li:hover:before {
  width: 100%;
}
header nav #navigation ul.secondGrade > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 10px;
}
header nav #navigation ul.secondGrade > li > a:after {
  content: "\e5cc";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-family: "Material Icons";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header nav #navigation ul.secondGrade > li > a:hover {
  color: #00187b;
}
header nav #navigation ul.secondGrade > li > a span {
  line-height: 1.2;
}
header nav #navigation ul.thirdGrade {
  display: none;
}
header .menuModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  display: none;
  z-index: 999;
}
header .menuModal > a {
  position: relative;
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal > a {
    padding-top: 30px;
    display: block;
    height: 60px;
    padding: 10px 20px;
    width: calc(100% - 70px);
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menuModal > a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    width: 50px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal > a {
    padding-top: 30px;
    display: block;
    height: 60px;
    padding: 10px 20px;
    width: calc(100% - 70px);
    background-color: #fdd900;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menuModal > a img {
    width: 80px;
  }
}
header .menuModal .siteMapWrap {
  width: calc(100% - 70px);
  height: inherit;
  background-color: #fff;
}
header .menuModal .siteMapWrap #siteMap {
  height: inherit;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap {
    height: auto;
  }
}
header .menuModal .siteMapWrap #siteMap > li {
  float: left;
  width: 0;
  height: 100%;
  padding: 50px 0;
  border-right: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
header .menuModal .siteMapWrap #siteMap > li.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(1).active {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(2).active {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(3).active {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(4).active {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(5).active {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(6).active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(7).active {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(8).active {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(9).active {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
header .menuModal .siteMapWrap #siteMap > li > a {
  display: block;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
header .menuModal .siteMapWrap #siteMap > li > a:hover {
  color: #00187b;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #000;
    z-index: -1;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:after {
    content: "\f0ab";
    position: relative;
    font-family: fontawesome;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #000;
    z-index: -1;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:after {
    content: "\f0ab";
    position: relative;
    font-family: fontawesome;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li {
    float: none;
    width: 100% !important;
    height: auto;
    padding: 0;
    border-right: none;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:before {
    width: 100%;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .menuModal .siteMapWrap #siteMap > li.on2 > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li {
    float: none;
    width: 100% !important;
    height: auto;
    padding: 0;
    border-right: none;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:before {
    width: 100%;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .menuModal .siteMapWrap #siteMap > li.on2 > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
    display: block;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
    display: block;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
    padding: 5px 20px;
    padding-right: 23px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
    padding: 5px 20px;
    padding-right: 23px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #00187b;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:before {
    background-color: #666;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
  color: #fff;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover:before {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:after {
  content: "\f107";
  position: relative;
  font-family: fontawesome;
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li:last-child > a {
    border-bottom: none;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a {
  color: #fff;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a:before {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on2 > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
  display: none;
  padding: 10px 30px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:hover {
  color: #00187b;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:hover:after {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00187b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li:last-child > a {
  border-bottom: none;
}
header .menuModal .siteMapWrap #siteMap ul.fourthGrade {
  display: none;
}
header .menuModal .siteMapWrap .mobileInfoWrap {
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap .mobileInfoWrap {
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  header .menuModal .siteMapWrap .mobileInfoWrap p {
    margin-top: 5px;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap .mobileInfoWrap {
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a {
    display: inline-block;
    font-size: 1.4em;
  }
}
header aside.locationMenu {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 40px;
  z-index: -1;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu {
    position: absolute;
    top: 60px;
    height: 30px;
  }
}
header aside.locationMenu .asideInner {
  margin-left: 60px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner {
    margin-left: 0px;
  }
}
header aside.locationMenu .asideInner > a {
  float: left;
  width: 60px;
  height: inherit;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > a {
    width: 30px;
    line-height: 30px;
  }
}
header aside.locationMenu .asideInner > a i {
  color: #333;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > a i {
    color: #333;
  }
}
header aside.locationMenu .asideInner > div {
  position: relative;
  float: left;
  width: 180px;
  height: inherit;
  line-height: 40px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div {
    width: 150px;
    line-height: 30px;
    font-size: 12px;
  }
  header aside.locationMenu .asideInner > div.locationFourthMenu {
    display: none;
  }
}
header aside.locationMenu .asideInner > div:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div:before {
    top: 0;
    height: 30px;
  }
}
header aside.locationMenu .asideInner > div > a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > a {
    padding: 0 10px;
  }
}
header aside.locationMenu .asideInner > div > a:after {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 20px;
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > a:after {
    right: 10px;
  }
}
header aside.locationMenu .asideInner > div > a.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header aside.locationMenu .asideInner > div > ul {
  display: none;
  margin-top: -1px;
  padding: 0 20px;
  background-color: #eee;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > ul {
    padding: 0 10px;
  }
}
header aside.locationMenu .asideInner > div > ul > li > a {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > ul > li > a {
    font-size: 12px;
  }
}
header aside.locationMenu .asideInner > div > ul > li > a:after {
  content: "\f054";
  font-family: fontawesome;
  float: right;
  font-size: 10px;
}
header aside.locationMenu .asideInner > div > ul > li > a:hover {
  color: #00187b;
}
header aside.locationMenu .asideInner > div > ul > li.active > a {
  color: #00187b;
}
header.active {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ccc;
}
header.active h1 a img:first-child {
  display: none;
}
header.active h1 a img:last-child {
  display: inline-block;
}
header.active > a span {
  color: #333;
}
header.active nav #navigation > li a {
  color: #333;
}
header.active nav #navigation > li.on > a {
  color: #00187b;
}
header.active .menuTrigger span {
  background-color: #333;
}
header.active .menuTrigger.active span {
  background-color: #fff;
}

/* ###### index 팝업 : /contents_kr/popup_index.php ####### */
.popupWrap {
  position: relative;
  max-width: 100%;
  background-color: #fff;
  border: 10px solid rgba(0, 0, 0, 0.7);
  padding: 10px;
}
.popupWrap h2 {
  position: relative;
  margin-bottom: 10px;
  color: #333;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  cursor: move;
}
.popupWrap h2 .fa {
  float: right;
  cursor: pointer;
}
.popupWrap .popupContents {
  margin-bottom: 10px;
  padding: 5px;
  line-height: 1.5;
  border: 1px solid #ccc;
}
.popupWrap > a {
  position: relative;
  display: block;
}
.popupWrap > a:hover em {
  color: #000;
}
.popupWrap > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 3px 10px;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.popupWrap > span:hover {
  background-color: #000;
}

/* Index Header */
header {
  position: absolute;
}
header aside {
  display: none;
}

.container {
  overflow: hidden;
}

/* Index Section */
section.welcome {
  overflow: hidden;
  display: block;
  height: 100vh;
  padding: 0;
}
@media screen and (max-width: 800px) {
  section.welcome {
    height: auto;
  }
}
section.welcome .slideshow {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  section.welcome .slideshow {
    height: 50vh;
  }
}
section.welcome .slideshow .item {
  position: relative;
  height: 100vh;
}
section.welcome .slideshow .item img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.welcome .slideshow * {
  outline: none;
}
section.welcome .textWrap {
  position: absolute;
  top: 32%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 70px;
  color: #fff;
  z-index: 1;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.welcome .textWrap {
    top: 80px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 0 10px;
  }
}
section.welcome .textWrap.active {
  top: 50%;
}
section.welcome .textWrap .copyWrap h2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 2.6em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "GmarketSansBold", sans-serif;
}
@media screen and (max-width: 800px) {
  section.welcome .textWrap .copyWrap h2 {
    text-align: center;
    font-size: 1.6em;
  }
}
section.welcome .textWrap .copyWrap h2 em {
  display: block;
  margin-bottom: 10px;
  color: #fdd900;
  font-family: "Play", "Pretendard-Regular", "NEXON Lv2 Gothic", sans-serif;
  font-size: 0.5em;
  font-weight: bold;
}
section.welcome .textWrap .copyWrap h2 span {
  display: block;
  font-size: 0.7em;
  color: #fdd900;
}
@media screen and (max-width: 800px) {
  section.welcome .textWrap .copyWrap h2 span {
    font-size: 20px;
  }
}
section.welcome .textWrap .copyWrap h2 strong {
  font-size: 1.4em;
  font-family: "GmarketSansBold", sans-serif;
}
section.welcome .textWrap .itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  section.welcome .textWrap .itemWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.welcome .textWrap .itemWrap .item {
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 120px;
  line-height: 120px;
  background-color: rgba(0, 24, 123, 0.7);
  border: 3px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 800px) {
  section.welcome .textWrap .itemWrap .item {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
  }
}
section.welcome .textWrap .itemWrap .item img {
  width: 80%;
}
section.welcome .textWrap .itemWrap .item h3 {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  section.welcome .textWrap .itemWrap .item h3 {
    font-size: 1em;
  }
}
section.welcome .textWrap .itemWrap .item h3 span {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 0.8em;
}
section.welcome .bizWorkWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 30px 70px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 20px 10px;
    background-color: #fff;
  }
}
section.welcome .bizWorkWrap.active {
  bottom: -380px;
}
section.welcome .bizWorkWrap > .activeBut {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -70px;
  display: block;
  width: 200px;
  height: 70px;
  padding-top: 20px;
  line-height: 50px;
  font-size: 1.2em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap > .activeBut {
    display: none;
  }
}
section.welcome .bizWorkWrap > .activeBut:before {
  content: "\ea50";
  font-family: "Material Icons";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-270deg);
          transform: translateX(-50%) rotate(-270deg);
  font-size: 1.4em;
}
section.welcome .bizWorkWrap > .activeBut.active {
  background-color: #00187b;
}
section.welcome .bizWorkWrap > .activeBut.active:before {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
section.welcome .bizWorkWrap .bizWrap {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .bizWrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
section.welcome .bizWorkWrap .bizWrap:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px dotted rgba(255, 255, 255, 0.7);
}
section.welcome .bizWorkWrap .bizWrap .bizTitle .titleInfo {
  margin-bottom: 10px;
  text-align: center;
}
section.welcome .bizWorkWrap .bizWrap .bizTitle .titleInfo h2 {
  font-size: 1.6em;
  font-family: "GmarketSansBold", sans-serif;
  color: #fff;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .bizWrap .bizTitle .titleInfo h2 {
    color: #333;
  }
}
section.welcome .bizWorkWrap .bizWrap .bizTitle .titleInfo p {
  color: #fff;
  font-family: "Play", "Pretendard-Regular", "NEXON Lv2 Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .bizWrap .bizTitle .titleInfo p {
    color: #333;
  }
}
section.welcome .bizWorkWrap .bizWrap .bizTitle .titleInfo p span {
  color: #fdd900;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .bizWrap .bizTitle .titleInfo p span {
    color: #00187b;
  }
}
section.welcome .bizWorkWrap .bizWrap .bizImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
section.welcome .bizWorkWrap .bizWrap .bizImgWrap .item {
  overflow: hidden;
  width: calc(25% - 10px);
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .bizWrap .bizImgWrap .item {
    width: 100%;
  }
}
section.welcome .bizWorkWrap .bizWrap .bizImgWrap .item .imgWrap {
  height: 120px;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .bizWrap .bizImgWrap .item .imgWrap {
    height: 200px;
  }
}
section.welcome .bizWorkWrap .bizWrap .bizImgWrap .item .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.welcome .bizWorkWrap .bizWrap .bizImgWrap .item h3 {
  background-color: #00187b;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
section.welcome .bizWorkWrap .workWrap {
  width: 100%;
}
section.welcome .bizWorkWrap .workWrap .workTitle .titleInfo {
  margin-bottom: 10px;
  text-align: center;
}
section.welcome .bizWorkWrap .workWrap .workTitle .titleInfo h2 {
  font-size: 1.6em;
  font-family: "GmarketSansBold", sans-serif;
  color: #fff;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .workWrap .workTitle .titleInfo h2 {
    color: #333;
  }
}
section.welcome .bizWorkWrap .workWrap .workTitle .titleInfo p {
  color: #fff;
  font-family: "Play", "Pretendard-Regular", "NEXON Lv2 Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .workWrap .workTitle .titleInfo p {
    color: #333;
  }
}
section.welcome .bizWorkWrap .workWrap .workTitle .titleInfo p span {
  color: #fdd900;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .workWrap .workTitle .titleInfo p span {
    color: #00187b;
  }
}
section.welcome .bizWorkWrap .workWrap .workImgWrap {
  padding: 0 80px;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .workWrap .workImgWrap {
    padding: 0 30px;
  }
}
section.welcome .bizWorkWrap .workWrap .workImgWrap .item {
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .workWrap .workImgWrap .item {
    width: 100%;
  }
}
section.welcome .bizWorkWrap .workWrap .workImgWrap .item .imgWrap {
  height: 200px;
}
@media screen and (max-width: 800px) {
  section.welcome .bizWorkWrap .workWrap .workImgWrap .item .imgWrap {
    height: 200px;
  }
}
section.welcome .bizWorkWrap .workWrap .workImgWrap .item .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.welcome .bizWorkWrap .workWrap .workImgWrap .item h3 {
  background-color: #00187b;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
section.welcome .contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 80px;
  background-color: #00187b;
  color: #fff;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
    padding: 20px;
  }
}
section.welcome .contactWrap .telWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .telWrap {
    width: 100%;
  }
}
section.welcome .contactWrap .telWrap .telNo {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .telWrap .telNo {
    width: 100%;
    text-align: center;
  }
}
section.welcome .contactWrap .telWrap .telNo span {
  position: relative;
  display: block;
  padding-left: 60px;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .telWrap .telNo span {
    display: inline-block;
  }
}
section.welcome .contactWrap .telWrap .telNo span:before {
  content: "\e8c5";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #fdd900;
  text-align: center;
  color: #00187b;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .telWrap .telNo span:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 1.8em;
  }
}
section.welcome .contactWrap .telWrap .telNo span a {
  display: block;
  padding-right: 150px;
  font-size: 2.4em;
  font-weight: bold;
  color: #fdd900;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .telWrap .telNo span a {
    font-size: 1.8em;
    padding-right: 0;
  }
}
section.welcome .contactWrap .telWrap .telNo span i {
  display: none;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .telWrap .telNo span i {
    display: inline-block;
  }
}
section.welcome .contactWrap .telWrap .telNo span em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  margin-left: 20px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .telWrap .telNo span em {
    display: none;
  }
}
section.welcome .contactWrap .contactButWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .contactButWrap {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.welcome .contactWrap .contactButWrap .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
section.welcome .contactWrap .contactButWrap .linkWrap a {
  display: inline-block;
  height: 40px;
  width: 150px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  background-color: #fdd900;
  border: 1px solid #fdd900;
  color: #00187b;
  -webkit-box-shadow: 0 0 5 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  section.welcome .contactWrap .contactButWrap .linkWrap a {
    width: 100%;
  }
}
section.welcome .contactWrap .contactButWrap .linkWrap a span {
  position: relative;
  padding-left: 30px;
}
section.welcome .contactWrap .contactButWrap .linkWrap a span:before {
  font-family: "Material Icons";
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 1.6em;
}
section.welcome .contactWrap .contactButWrap .linkWrap a:nth-child(1) span:before {
  content: "\e8c5";
}
section.welcome .contactWrap .contactButWrap .linkWrap a:nth-child(2) {
  background-color: #00155e;
  color: #fff;
}
section.welcome .contactWrap .contactButWrap .linkWrap a:nth-child(2) span:before {
  content: "\e0d8";
}
section.welcome .contactWrap .contactButWrap .linkWrap a:nth-child(3) span:before {
  content: "\f88c";
}
section.welcome .mouseWrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 50px;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.welcome .mouseWrap {
    display: none;
  }
}
section.welcome .mouseWrap .mouse {
  position: absolute;
  top: 25px;
  left: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
}
section.welcome .mouseWrap .mouse:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: #fdd900;
  -webkit-animation: mouseWheele 1.5s linear infinite;
          animation: mouseWheele 1.5s linear infinite;
}
section.welcome .mouseWrap > span {
  color: #fff;
  font-size: 12px;
}

section.inquiry {
  position: relative;
}
section.inquiry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  -webkit-transform: skew(135deg);
          transform: skew(135deg);
}
@media screen and (max-width: 800px) {
  section.inquiry:before {
    -webkit-transform: skew(135deg);
            transform: skew(135deg);
  }
}
section.inquiry .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
section.inquiry .contentWrap > div {
  width: calc(50% - 50px);
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div {
    width: 100%;
  }
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap {
  position: relative;
  line-height: 1;
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap > span {
  position: relative;
  font-size: 50px;
  padding-left: 60px;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.leftWrap .headLineWrap > span {
    font-size: 40px;
  }
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap > span:before {
  content: "\e8c5";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap h2 {
  margin-bottom: 30px;
  line-height: 0.8;
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap h2 > span {
  display: block;
  margin-top: 10px;
  font-size: 80px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.leftWrap .headLineWrap h2 > span {
    font-size: 34px;
  }
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap p {
  margin-bottom: 20px;
  font-size: 30px;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.leftWrap .headLineWrap p {
    font-size: 16px;
  }
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap p span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #666;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.leftWrap .headLineWrap p span {
    font-size: 16px;
  }
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap p em {
  color: #00187b;
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap.motion img {
  -webkit-animation: utd 1s both;
          animation: utd 1s both;
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap.motion .splitting .char {
  display: inline-block;
  -webkit-animation: slide-up 1s cubic-bezier(0.5, 0, 0.5, 1) both;
          animation: slide-up 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  -webkit-animation-delay: calc(80ms * var(--char-index));
          animation-delay: calc(80ms * var(--char-index));
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap.motion p {
  -webkit-animation: dtu 1s 1s both;
          animation: dtu 1s 1s both;
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap.motion a {
  -webkit-animation: dtu 1s 2s both;
          animation: dtu 1s 2s both;
}
section.inquiry .contentWrap > div.leftWrap .headLineWrap.motion > span {
  -webkit-animation: dtu 1s 2s both;
          animation: dtu 1s 2s both;
}
section.inquiry .contentWrap > div.rightWrap {
  position: relative;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form h3 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.rightWrap .inquiryWrap form h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background-color: #00187b;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.rightWrap .inquiryWrap form h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form h3 span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.rightWrap .inquiryWrap form h3 span {
    display: block;
  }
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap {
  position: relative;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap input {
  display: inline-block;
  width: 47%;
  margin-right: 4%;
  padding: 20px 0;
  color: #666;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap input.fullWidth {
  width: 100%;
  margin-right: 0;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap input::-webkit-input-placeholder {
  color: #666;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap input::-moz-placeholder {
  color: #666;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap input:-ms-input-placeholder {
  color: #666;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap input::-ms-input-placeholder {
  color: #666;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap input::placeholder {
  color: #666;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap input:nth-of-type(3) {
  margin-right: 0;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap textarea {
  margin-bottom: 30px;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  font-size: 13.5px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #000;
  border: 0;
  resize: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  font-family: "NEXON Lv2 Gothic";
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap .confirm_key {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 7px 20px;
  color: white;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-radius: 25px;
  background-color: #666;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .inputWrap .confirm_key:hover {
  background-color: #00187b;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .agreeWrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .agreeWrap {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    top: auto;
    right: auto;
    text-align: center;
  }
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .agreeWrap span {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin-right: 20px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #00187b;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap {
    text-align: center;
  }
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap button {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #00187b;
  font-size: 20px;
  border: 1px solid #00187b;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #00187b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap button > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap button > span .material-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap button:hover:after {
  left: 0;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap button:hover:before {
  left: 0;
}
section.inquiry .contentWrap > div.rightWrap .inquiryWrap form .submitWrap button:hover span {
  color: #fff;
}

.rightBanner {
  position: absolute;
  top: 40%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
  background-color: #09294e;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.rightBanner.active {
  top: 50%;
}
@media screen and (max-width: 800px) {
  .rightBanner {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 0;
  }
}
.rightBanner .customerWrap h2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  font-size: 1.2em;
  font-weight: bold;
}
.rightBanner .customerWrap h2:before {
  content: "\f0e2";
  font-weight: normal;
  font-family: "Material Icons";
  position: absolute;
  top: 40%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 2em;
}
.rightBanner .customerWrap h2 em {
  display: block;
  font-size: 0.5em;
}
.rightBanner .customerWrap p a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.rightBanner .customerWrap p a span {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-left: 30px;
  font-size: 1.4em;
}
.rightBanner .customerWrap p a span:before {
  content: "\e8c5";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.rightBanner .customerWrap p a:last-child span:before {
  content: "\e325";
}
.rightBanner .inquiryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-top: 10px;
  padding: 20px;
  background-color: #fdcb00;
  border-radius: 10px;
}
.rightBanner .inquiryWrap a {
  position: relative;
  display: block;
  width: 100%;
}
.rightBanner .inquiryWrap a:after {
  content: "\ea50";
  font-family: "Material Icons";
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4em;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rightBanner .inquiryWrap a span {
  display: block;
  font-weight: bold;
  color: #00187b;
}
.rightBanner .inquiryWrap a span:first-child {
  font-size: 0.8em;
}
.rightBanner .inquiryWrap a:hover:after {
  color: #00187b;
  right: -15px;
}

.agree-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background-color: #fff;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .agree-modal {
    width: 100%;
  }
}
.agree-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.agree-modal .close-modal:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.agree-modal .agreeContent .titleWrap {
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background-color: #00187b;
  color: #fff;
}
.agree-modal .agreeContent .useWrap {
  overflow: auto;
  height: 500px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.agree-modal .agreeContent .useWrap h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.agree-modal .agreeContent .useWrap h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.agree-modal .agreeContent .useWrap h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.agree-modal .agreeContent .useWrap p {
  margin-bottom: 30px;
  color: #333;
}
.agree-modal .agreeContent .useWrap > ul {
  margin-bottom: 30px;
  color: #333;
}
.agree-modal .agreeContent .useWrap > ul > li {
  padding: 3px 0;
}
.agree-modal .agreeContent .useWrap > ul > li:before {
  content: "\f0a9";
  font-family: fontawesome;
  margin-right: 5px;
}
.agree-modal .agreeContent .useWrap > ul > li span {
  display: block;
}
.agree-modal .agreeContent .useWrap > ul > li ul {
  margin: 10px 0;
  margin-left: 20px;
  color: #666;
}
.agree-modal .agreeContent .useWrap > ul > li ul li:before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 10px;
}

footer {
  position: relative;
  background-color: #eee;
}
footer .bannerWrap {
  position: relative;
  overflow: hidden;
  padding: 20px 60px;
  background-color: #666;
}
@media screen and (max-width: 800px) {
  footer .bannerWrap {
    display: none;
  }
}
footer .bannerWrap .bannerList {
  padding: 0 40px;
}
footer .bannerWrap .bannerList .slick-track li {
  margin: 0 5px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
}
footer .bannerWrap .bannerList .slick-track li a {
  display: block;
  padding: 20px;
}
footer .bannerWrap .bannerList .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9000px;
  color: #fff;
  height: 0;
  width: 0;
  line-height: 0;
  border: none;
  background: none;
}
footer .bannerWrap .bannerList .slick-arrow:hover {
  color: #00187b;
  text-shadow: 0 0 3px black;
}
footer .bannerWrap .bannerList .slick-arrow:before {
  content: "\e1c4";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  font-size: 30px;
  text-indent: 0;
}
footer .bannerWrap .bannerList .slick-arrow.slick-prev {
  left: 0px;
}
footer .bannerWrap .bannerList .slick-arrow.slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
}
footer .bannerWrap .bannerList .slick-arrow.slick-next {
  right: 0px;
}
footer .bannerWrap .bannerList .slick-arrow.slick-next:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
footer .footer-content {
  padding: 0 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content {
    padding: 20px;
    font-size: 14px;
  }
}
footer .footer-content .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  footer .footer-content .footer-logo {
    padding: 20px 0;
    padding-top: 0;
  }
}
footer .footer-content .footer-logo .imgWrap {
  width: 170px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .footer-logo .imgWrap {
    padding: 20px 0;
  }
}
footer .footer-content .footer-logo address {
  width: calc(100% - 170px);
  font-style: normal;
}
@media screen and (max-width: 800px) {
  footer .footer-content .footer-logo address {
    width: 100%;
  }
}
footer .footer-content .footer-logo address p {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .footer-logo address p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-content .footer-logo address p span {
    display: block;
    margin-top: 5px;
  }
  footer .footer-content .footer-logo address p span em:first-child {
    margin-left: 0;
  }
}
footer .footer-content .footer-logo address p span em {
  display: inline-block;
  margin: 0 20px 0 30px;
  color: #666;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  footer .footer-content .footer-logo address p span em {
    margin: 0 10px 0 20px;
  }
}
footer .footer-content .footer-logo address p span:first-child em:first-child {
  margin-left: 0;
}
footer .footer-content .footer-logo address p span a:hover {
  color: #fdd900;
}
footer .footer-content .copyright {
  color: #999;
}
footer .footer-content .copyright .policyWrap {
  padding: 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap {
    padding-top: 20px;
  }
}
footer .footer-content .copyright .policyWrap > div {
  float: left;
  width: 50%;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.policy {
    margin-bottom: 10px;
  }
}
footer .footer-content .copyright .policyWrap > div.policy a {
  display: inline-block;
  margin: 0 30px 0 20px;
  color: #666;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.policy a {
    margin: 0 10px 0 5px;
  }
}
footer .footer-content .copyright .policyWrap > div.policy a:first-child {
  margin-left: 0;
  color: #00187b;
}
footer .footer-content .copyright .policyWrap > div.policy a:hover {
  color: #fdd900;
}
footer .footer-content .copyright .policyWrap > div.reserved {
  text-align: right;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.reserved {
    text-align: left;
  }
}
footer .footer-content .copyright .policyWrap > div.reserved a:hover {
  color: #fdd900;
}