@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");
/* Icon Font */
/* https://material.io/icons */
/* Fontawesome 4.7 */
/* font-family: 'fontawesome'; */
/* Google Icon Font : https://material.io/icons */
/* font-family: 'Material Icons'; */
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* 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;
}
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%;
  border: 1px solid #ccc;
  border-right: none;
}
@media screen and (max-width: 800px) {
  table.base {
    margin-bottom: 0;
  }
}
table.base thead th {
  padding: 10px 0;
  border-top: 2px solid #074853;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #006b82;
  color: #fff;
  font-weight: normal;
}
table.base tbody th, table.base tbody td {
  padding: 8px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
table.base tbody th {
  text-align: center;
  background-color: #f9f9f9;
  border-right: 1px solid #ccc;
}
table.base tbody th.bdbNone {
  border-bottom: none;
}
table.base tbody td.bdbNone {
  border-bottom: none;
}
table.base tbody td ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  text-align: left;
}
table.base tbody td ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #006b82;
}
table.base tbody td ul li:last-child {
  margin-bottom: 0;
}
table.base tbody tr:last-child td, table.base tbody tr:last-child th {
  border-bottom: none;
}

@-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: 40px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
.menuTrigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .menuTrigger span {
    background-color: #ccc;
  }
}
.menuTrigger span:nth-child(1) {
  width: 50%;
  top: 0;
  left: auto;
  right: 0;
}
.menuTrigger span:nth-child(2) {
  top: 50%;
  background-color: #a88105;
}
.menuTrigger span:nth-child(3) {
  width: 50%;
  top: 100%;
}
.menuTrigger.active span {
  background-color: #fff;
}
.menuTrigger.active span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
.menuTrigger.active span:nth-child(2) {
  display: none;
}
.menuTrigger.active span:nth-child(3) {
  width: 100%;
  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: #074853;
  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(0, 0, 0, 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: #074853;
}
.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: 10px;
  }
}
.slick-arrow.slick-prev:before {
  content: "\e314";
}
.slick-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 800px) {
  .slick-arrow.slick-next {
    right: 10px;
  }
}
.slick-arrow.slick-next:before {
  content: "\e315";
}

.tabMenuWrap .tabMenuContent .tabMenu {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu {
    margin-bottom: 10px;
    border: none;
    text-align: center;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li {
  float: left;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li {
    float: none;
    display: inline-block;
    margin: 2px;
    width: auto !important;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li a {
  display: block;
  height: 50px;
  background-color: #eee;
  text-align: center;
  border-right: 1px solid #ccc;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  line-height: 50px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    background-color: #074853;
    color: #fff;
    border-radius: 5px;
    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 #074853;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
    border-top: none;
    background-color: #333;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-bottom: 1px solid transparent;
  color: #074853;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li.active a {
    color: #fff;
  }
}
.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: 0;
    border: none;
  }
}
.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: #a88105;
  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: #a88105;
}
.faqWrap .faq-content .faq-item .faqTextWrap {
  margin-top: 20px;
  display: none;
}
.faqWrap .faq-content .faq-item.active {
  border: 1px solid #a88105;
}
.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: #a88105;
}

header {
  position: absolute;
  width: 100%;
  height: 90px;
  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(255, 255, 255, 0);
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  /* 서브메뉴 BG */
  /* 네비게이션 */
}
@media screen and (max-width: 800px) {
  header {
    position: absolute;
    height: 60px;
  }
}
header h1.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: inherit;
  z-index: 1000;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header h1.logo {
    position: absolute;
    width: 320px;
    z-index: 999;
  }
}
@media screen and (max-width: 800px) {
  header h1.logo {
    width: 150px;
    margin-left: 10px;
    text-align: left;
    z-index: 999;
  }
}
header h1.logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
header h1.logo a img {
  padding-top: 16px;
}
header h1.logo a img:last-child {
  display: none;
}
header .gnbSubArea {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .gnbSubArea .item {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  width: 280px;
  height: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  display: none;
  opacity: 0;
}
header .gnbSubArea .item .imgWrap {
  position: relative;
}
header .gnbSubArea .item .imgWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #000, transparent);
}
header .gnbSubArea .item .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
header .gnbSubArea .item .imgWrap .textWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}
header .gnbSubArea .item .imgWrap .textWrap h2 {
  font-size: 20px;
  text-transform: uppercase;
}
header .gnbSubArea .item .imgWrap .textWrap p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
header .gnbSubArea.on {
  height: 260px;
}
header .gnbSubArea.on .item {
  display: block;
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav {
  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;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35%;
  height: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav #navigation > li {
  position: relative;
  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;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}
header nav #navigation > li > a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #006b82;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
header nav #navigation > li.on {
  background-color: #074853;
}
header nav #navigation > li.on > a {
  color: #fff !important;
}
header nav #navigation > li.on > a:after {
  width: 100%;
}
header nav #navigation > li.on > ul.secondGrade {
  background-color: #006b82;
}
header nav #navigation > li.on > ul.secondGrade > li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
header nav #navigation > li.on > ul.secondGrade > li a:hover {
  color: white !important;
}
header nav #navigation > li.active > a:after {
  width: 80%;
}
header nav #navigation ul.secondGrade {
  position: absolute;
  opacity: 0;
  top: 90px;
  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.on {
  opacity: 1;
  padding: 10px;
  height: 260px;
}
header nav #navigation ul.secondGrade > li {
  position: relative;
  text-align: left;
}
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;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
header nav #navigation ul.secondGrade > li > a:hover {
  color: white !important;
}
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: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  header .menuModal {
    background: #333;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal {
    background: #333;
  }
}
header .menuModal > a {
  display: none;
  position: relative;
  padding-top: 30px;
  height: 60px;
  padding: 10px 20px;
  width: calc(100% - 70px);
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  header .menuModal > a {
    display: block;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal > a {
    display: block;
  }
}
header .menuModal > a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 120px;
}
@media screen and (max-width: 800px) {
  header .menuModal > a img {
    width: 150px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal > a img {
    width: 150px;
  }
}
header .menuModal .siteMapWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap {
    display: block;
    width: calc(100% - 70px);
    background-color: #fff;
  }
}
header .menuModal .siteMapWrap #siteMap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap {
    width: 100%;
    height: auto;
  }
}
header .menuModal .siteMapWrap #siteMap > li {
  float: left;
  width: 0;
  height: 100%;
  padding: 50px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li {
    border-right: 1px solid #eee;
    background-color: #fff;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li {
    border-right: 1px solid #eee;
    background-color: #fff;
  }
}
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: rgba(168, 129, 5, 0.8);
  text-align: center;
}
header .menuModal .siteMapWrap #siteMap > li > a:hover {
  color: #a88105;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #074853;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #074853;
  }
}
@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;
    color: #000;
    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 > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@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;
    text-align: left;
  }
}
@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;
    text-align: left;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
  color: white;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
    color: #074853;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
    color: #074853;
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li {
    border-bottom: 1px solid #eee;
  }
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li:last-child > a {
    border-bottom: none;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a {
  color: white;
}
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: #074853;
}
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: #074853;
  -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: 12px;
    margin-right: 5px;
    line-height: 2;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:before {
    font-family: fontawesome;
    margin-right: 3px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(1):before {
    content: "\f09c";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(2):before {
    content: "\f007";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:hover {
    color: #074853;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select {
    border: 1px solid #666;
    color: #666;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select option {
    color: #333;
  }
}
@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: 12px;
    margin-right: 5px;
    line-height: 2;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:before {
    font-family: fontawesome;
    margin-right: 3px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(1):before {
    content: "\f09c";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(2):before {
    content: "\f007";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:hover {
    color: #074853;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select {
    border: 1px solid #666;
    color: #666;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select option {
    color: #333;
  }
}
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: #074853;
}
header aside.locationMenu .asideInner > div > ul > li.active > a {
  color: #074853;
}
header.active {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ccc;
}
header.active h1.logo a img:last-child {
  display: inline;
}
header.active h1.logo a img:first-child {
  display: none;
}
header.active nav #navigation {
  width: 54%;
}
header.active nav #navigation > li a {
  color: #333;
}
header.active nav #navigation > li.on > a {
  color: #fff;
}
header.active .menuTrigger span {
  background-color: #333;
}
header.active .menuTrigger span:nth-child(2) {
  top: 50%;
  background-color: #a88105;
}
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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  section {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 50px 10px;
  }
}
section .headline-share {
  text-align: center;
  margin-bottom: 50px;
}
section .headline-share h2 {
  position: relative;
  font-size: 3em;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  section .headline-share h2 {
    padding-bottom: 20px;
    font-size: 2em;
  }
}
section .headline-share h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 80px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(orange), to(orangered));
  background: linear-gradient(to right, orange, orangered);
}
section .headline-share p {
  margin-top: 20px;
  font-size: 20px;
}

section.welcome {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 800px) {
  section.welcome {
    padding: 0;
  }
}
section.welcome .slideshow {
  position: relative;
  overflow: hidden;
}
section.welcome .slideshow .item {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  section.welcome .slideshow .item {
    height: 300px;
  }
}
section.welcome .slideshow .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #000, transparent);
  z-index: 1;
}
section.welcome .slideshow .item video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.welcome .slideshow .item .textWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 100%;
  color: #fff;
  z-index: 1;
  line-height: 1.2;
  font-size: 3em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.welcome .slideshow .item .textWrap {
    left: 0;
    font-size: 1.8em;
  }
}
section.welcome .slideshow .item .textWrap h2 {
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #a88105;
}
@media screen and (max-width: 800px) {
  section.welcome .slideshow .item .textWrap h2 {
    margin-bottom: 10px;
    font-size: 0.8em;
    text-shadow: 0 0 3px black;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.welcome .slideshow .item .textWrap h2 {
    font-size: 0.7em;
  }
}
section.welcome .slideshow .item .textWrap p {
  font-size: 0.5em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  section.welcome .slideshow .item .textWrap p {
    width: 100%;
    font-size: 0.5em;
  }
}
section.welcome .slideshow .item .textWrap p span {
  display: block;
}
@media screen and (max-width: 800px) {
  section.welcome .slideshow .item .textWrap p span {
    display: inline;
  }
}
section.welcome .slideshow .item .textWrap p em {
  display: block;
  font-weight: normal;
}
section.welcome .slideshow .item.slick-active .textWrap h2 {
  display: inline-block;
  -webkit-animation: flipInX 1s 2s both;
          animation: flipInX 1s 2s both;
}
section.welcome .slideshow .item.slick-active .textWrap p {
  -webkit-animation: zoomIn 2s 3s both;
          animation: zoomIn 2s 3s both;
}
section.welcome .slideshow * {
  outline: none;
}
section.welcome .slideshow .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 52px;
  left: 50px;
  z-index: 9;
  text-align: center;
  color: transparent;
  background: none;
  border: none;
}
@media screen and (max-width: 800px) {
  section.welcome .slideshow .slick-arrow {
    display: none !important;
  }
}
section.welcome .slideshow .slick-arrow:before {
  content: "\e408";
  font-family: "Material Icons";
  font-size: 30px;
  color: #fff;
}
section.welcome .slideshow .slick-arrow.slick-next {
  left: 260px;
}
section.welcome .slideshow .slick-arrow.slick-next:before {
  content: "\e315";
}
section.welcome .slideshow .slick-dots {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 100px;
  width: 300px;
  z-index: 9;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.welcome .slideshow .slick-dots {
    display: none !important;
    bottom: 30px;
    left: 50%;
    width: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section.welcome .slideshow .slick-dots li {
  position: relative;
  float: left;
  width: 10%;
  height: 3px;
  margin: 0;
  margin-right: 2%;
  padding-left: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.welcome .slideshow .slick-dots li:last-child {
  margin-right: 0;
}
section.welcome .slideshow .slick-dots li:before {
  display: none;
}
section.welcome .slideshow .slick-dots li button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  font-family: "Play", "NEXON Lv2 Gothic", sans-serif;
  color: #fff;
  border: 0;
  outline: none;
  background: none;
}
section.welcome .slideshow .slick-dots li button:before {
  display: none;
}
section.welcome .slideshow .slick-dots li.slick-active {
  width: 32%;
}
section.welcome .slideshow .slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 15px);
  height: 3px;
  background-color: #a88105;
  -webkit-animation: aniBar 4s;
          animation: aniBar 4s;
}
section.welcome .mouseWrap {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  section.welcome .mouseWrap {
    display: none;
  }
}
section.welcome .mouseWrap .mouse {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #074853;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.welcome .mouseWrap .mouse span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: mouseWheele 1.5s linear infinite;
          animation: mouseWheele 1.5s linear infinite;
}
section.welcome .mouseWrap > span {
  display: block;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

section.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  section.product {
    display: block;
  }
}
section.product:before {
  content: "STRUCTURE";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15em;
  font-weight: bold;
  line-height: 0.6;
  color: #eee;
}
@media screen and (max-width: 800px) {
  section.product:before {
    display: none;
  }
}
section.product:after {
  content: "SAFETY";
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15em;
  font-weight: bold;
  line-height: 0.7;
  color: #eee;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  section.product:after {
    display: none;
  }
}
section.product .siteWidth {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth {
    width: 100%;
  }
}
section.product .siteWidth .productTitleWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productTitleWrap {
    margin-bottom: 30px;
  }
}
section.product .siteWidth .productTitleWrap h2 {
  padding-right: 50px;
  font-size: 5em;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productTitleWrap h2 {
    font-size: 2.4em;
  }
}
section.product .siteWidth .productTitleWrap h2 span {
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productTitleWrap h2 span {
    padding-right: 30px;
  }
}
section.product .siteWidth .productTitleWrap h2 span a {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 0.4em;
  color: #fff;
  text-align: center;
  background-color: #074853;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productTitleWrap h2 span a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 0.4em;
  }
}
section.product .siteWidth .productTitleWrap h2 span a:hover {
  background-color: #006b82;
}
section.product .siteWidth .productList {
  width: 100%;
  /* Slick Slide Button */
}
section.product .siteWidth .productList .productItem {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
section.product .siteWidth .productList .productItem .info {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28%;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productList .productItem .info {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-top: 150px;
  }
}
section.product .siteWidth .productList .productItem .info h3 {
  margin-bottom: 50px;
  line-height: 1;
  font-size: 2.4em;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productList .productItem .info h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
  }
}
section.product .siteWidth .productList .productItem .info p {
  margin-bottom: 50px;
  font-size: 1.2em;
  color: #ccc;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productList .productItem .info p {
    margin-bottom: 20px;
    font-size: 1em;
    color: #666;
  }
}
section.product .siteWidth .productList .productItem .info p span {
  color: #666;
  font-weight: bold;
}
section.product .siteWidth .productList .productItem .info > a {
  position: relative;
  padding-right: 80px;
  font-size: 2em;
  font-weight: bold;
  color: #006b82;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productList .productItem .info > a {
    padding-right: 50px;
    font-size: 1.4em;
  }
}
section.product .siteWidth .productList .productItem .info > a:after {
  content: "\f1df";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.product .siteWidth .productList .productItem .info > a:hover {
  color: #074853;
}
section.product .siteWidth .productList .productItem .info > a:hover:after {
  right: 0;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productList .productItem .img {
    margin-top: -100px;
  }
}
section.product .siteWidth .productList .productItem .img img {
  margin: 0 auto;
  border-radius: 50%;
  border: 8px solid #006b82;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
section.product .siteWidth .productList .slick-dots {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25%;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productList .slick-dots {
    display: none !important;
  }
}
section.product .siteWidth .productList .slick-dots li {
  width: 100%;
  height: 100px;
  line-height: 100px;
}
section.product .siteWidth .productList .slick-dots li button {
  position: relative;
  width: 100%;
  height: inherit;
  line-height: 1.2;
  padding-right: 90px;
  background: none;
  border: none;
  font-size: 1.4em;
  color: #000;
  text-align: right;
}
section.product .siteWidth .productList .slick-dots li button:before {
  content: "01";
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
  font-family: "Play", "NEXON Lv2 Gothic", sans-serif;
  text-indent: 0px;
  position: relative;
  top: auto;
  left: auto;
  padding-right: 10px;
}
section.product .siteWidth .productList .slick-dots li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.product .siteWidth .productList .slick-dots li button img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #ccc;
}
section.product .siteWidth .productList .slick-dots li button:hover {
  cursor: pointer;
}
section.product .siteWidth .productList .slick-dots li button:hover:before {
  color: #006b82;
}
section.product .siteWidth .productList .slick-dots li:nth-child(2) button:before {
  content: "02";
}
section.product .siteWidth .productList .slick-dots li:nth-child(3) button:before {
  content: "03";
}
section.product .siteWidth .productList .slick-dots li:nth-child(4) button:before {
  content: "04";
}
section.product .siteWidth .productList .slick-dots li:nth-child(5) button:before {
  content: "05";
}
section.product .siteWidth .productList .slick-dots li.slick-active {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.product .siteWidth .productList .slick-dots li.slick-active button:before {
  color: #074853;
}
section.product .siteWidth .productList .slick-dots li.slick-active button:after {
  background-color: #074853;
}
section.product .siteWidth .productList .slick-dots li.slick-active button img {
  border: 3px solid #006b82;
}
section.product .siteWidth .productList .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(0, 0, 0, 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) {
  section.product .siteWidth .productList .slick-arrow {
    top: -55px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 2em;
  }
}
section.product .siteWidth .productList .slick-arrow:hover {
  background-color: #074853;
}
section.product .siteWidth .productList .slick-arrow:before {
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1em;
}
section.product .siteWidth .productList .slick-arrow.slick-prev {
  left: 30%;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productList .slick-arrow.slick-prev {
    left: auto;
    right: 40px;
  }
}
section.product .siteWidth .productList .slick-arrow.slick-prev:before {
  content: "\e314";
}
section.product .siteWidth .productList .slick-arrow.slick-next {
  right: 30%;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .productList .slick-arrow.slick-next {
    right: 0;
  }
}
section.product .siteWidth .productList .slick-arrow.slick-next:before {
  content: "\e315";
}

section.company {
  position: relative;
  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: 0px;
  background-color: #f9f9f9;
}
section.company > div {
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  section.company > div {
    width: 100%;
    height: auto;
  }
}
section.company > div.comapnyIntroWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap {
    display: block;
    padding: 0;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .intro {
  margin-bottom: 50px;
}
section.company > div.comapnyIntroWrap .companyIntro .intro h3 {
  margin-bottom: 30px;
}
section.company > div.comapnyIntroWrap .companyIntro .intro h3 em {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #074853;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .intro h3 em {
    font-size: 1em;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .intro h3 span {
  font-size: 3em;
  color: #ccc;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .intro h3 span {
    font-size: 2em;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .intro p {
  margin-bottom: 30px;
}
section.company > div.comapnyIntroWrap .companyIntro .intro p:nth-of-type(1) {
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .intro p:nth-of-type(1) {
    font-size: 1.2em;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .intro p:nth-of-type(1) strong {
  color: #074853;
}
section.company > div.comapnyIntroWrap .companyIntro .intro > a {
  position: relative;
  padding-right: 80px;
  font-size: 2em;
  font-weight: bold;
  color: #006b82;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .intro > a {
    padding-right: 50px;
    font-size: 1.4em;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .intro > a:after {
  content: "\f1df";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.company > div.comapnyIntroWrap .companyIntro .intro > a:hover {
  color: #074853;
}
section.company > div.comapnyIntroWrap .companyIntro .intro > a:hover:after {
  right: 0;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap {
    margin-bottom: 20px;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content {
  position: relative;
  padding: 25px 30px;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content {
    padding: 15px 20px;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li {
  position: relative;
  padding: 5px 0;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li span.date {
  float: right;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li span.date {
    display: none;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li span.title a {
  position: relative;
  display: block;
  margin-right: 120px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li span.title a {
    margin-right: 30px;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li span.title a:before {
  content: "\e147";
  display: inline-block;
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #ccc;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li span.title a:hover {
  color: #074853;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li span.boardContents {
  display: none;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) {
  margin-bottom: 20px;
  padding: 20px 0;
  padding-left: 80px;
  border-bottom: 1px dotted #ccc;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.title a {
  padding-left: 0;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.title a:before {
  display: none;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) .boardContents {
  display: block;
  font-size: 14px;
  color: #999;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.date {
  position: absolute;
  top: 24px;
  left: 0;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.date {
    display: block;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.date span.day {
  display: block;
  margin-top: 22px;
  font-size: 40px;
  font-weight: bold;
  color: crimson;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 0 2px black;
}
@media screen and (max-width: 800px) {
  section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.date span.day {
    margin-top: 0;
  }
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content .moreView {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content .moreView:hover {
  color: #074853;
}
section.company > div.comapnyIntroWrap .companyIntro .tabMenuWrap .contentWrap .content .moreView i.material-icons {
  font-size: inherit;
}
section.company > div.technologyWrap .technology {
  height: 50vh;
  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;
}
@media screen and (max-width: 800px) {
  section.company > div.technologyWrap .technology {
    height: auto;
  }
}
section.company > div.technologyWrap .technology .item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  padding: 50px;
}
@media screen and (max-width: 800px) {
  section.company > div.technologyWrap .technology .item {
    width: 100%;
    height: auto;
  }
}
section.company > div.technologyWrap .technology .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #000, transparent);
  z-index: 1;
}
section.company > div.technologyWrap .technology .item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.company > div.technologyWrap .technology .item .info {
  position: relative;
  z-index: 2;
  color: #fff;
}
section.company > div.technologyWrap .technology .item .info h3 {
  margin-bottom: 20px;
  font-size: 1.4em;
  color: orange;
}
section.company > div.technologyWrap .technology .item .info p {
  margin-bottom: 200px;
}
section.company > div.technologyWrap .technology .item .info > a {
  position: relative;
  padding-right: 50px;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.company > div.technologyWrap .technology .item .info > a:after {
  content: "\f1df";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.company > div.technologyWrap .technology .item .info > a:hover {
  color: orange;
}
section.company > div.technologyWrap .technology .item .info > a:hover:after {
  right: 0;
}
section.company > div.technologyWrap .actualWrap {
  position: relative;
  height: 50vh;
  padding: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  section.company > div.technologyWrap .actualWrap {
    height: auto;
    padding: 20px;
  }
}
section.company > div.technologyWrap .actualWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #000, transparent);
  z-index: 1;
}
section.company > div.technologyWrap .actualWrap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.company > div.technologyWrap .actualWrap .info {
  position: relative;
  z-index: 2;
  color: #fff;
}
section.company > div.technologyWrap .actualWrap .info h3 {
  margin-bottom: 20px;
  font-size: 2em;
  color: orange;
}
section.company > div.technologyWrap .actualWrap .info p {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  section.company > div.technologyWrap .actualWrap .info p {
    margin-bottom: 50px;
  }
}
section.company > div.technologyWrap .actualWrap .info .linkWrap {
  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: 10px;
}
@media screen and (max-width: 800px) {
  section.company > div.technologyWrap .actualWrap .info .linkWrap {
    width: 90%;
    margin: 0 auto;
  }
}
section.company > div.technologyWrap .actualWrap .info .linkWrap a {
  display: block;
  width: calc(20% - 10px);
}
@media screen and (max-width: 800px) {
  section.company > div.technologyWrap .actualWrap .info .linkWrap a {
    width: calc(50% - 10px);
  }
}
section.company > div.technologyWrap .actualWrap .info .linkWrap a i {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #006b82;
  color: #fff;
  text-align: center;
  font-size: 3em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
section.company > div.technologyWrap .actualWrap .info .linkWrap a span {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
}
section.company > div.technologyWrap .actualWrap .info .linkWrap a:hover i {
  color: #000;
  background-color: #fff;
}

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

.gnb {
  position: fixed;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .gnb {
    display: none;
  }
}
.gnb a {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnb a:last-child {
  margin-bottom: 0;
}
.gnb a.active {
  border: 2px solid orange;
}
.gnb a.active:after {
  background-color: orange;
}
.gnb a:hover {
  border: 2px solid orange;
}
.gnb a:hover:after {
  background-color: orange;
}
.gnb a:hover span {
  display: block;
  color: orange;
  opacity: 1;
}
.gnb a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.gnb a span {
  display: none;
  position: absolute;
  width: 100px;
  top: -5px;
  left: -110px;
  text-align: right;
  font-family: "Play", sans-serif;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer {
  position: relative;
  background-color: #111;
}
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: #074853;
  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: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content {
    padding: 20px;
    font-size: 12px;
  }
}
footer .footer-content .footer-logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .footer-logo {
    display: none;
  }
}
footer .footer-content .copyright {
  color: #fff;
}
footer .footer-content .copyright address {
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address {
    padding-bottom: 20px;
  }
}
footer .footer-content .copyright address p {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address p span {
    display: block;
    margin-top: 5px;
  }
  footer .footer-content .copyright address p span em:first-child {
    margin-left: 0;
  }
}
footer .footer-content .copyright 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 .copyright address p span em {
    margin: 0 10px 0 20px;
  }
}
footer .footer-content .copyright address p span:first-child em:first-child {
  margin-left: 0;
}
footer .footer-content .copyright address p span a:hover {
  color: #a88105;
}
footer .footer-content .copyright .sns {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .sns {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
}
footer .footer-content .copyright .sns i {
  color: #fff;
  font-size: 15px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #37466c;
  text-align: center;
  line-height: 25px;
  margin: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-content .copyright .sns i:hover {
  background-color: #074853;
}
footer .footer-content .copyright .policyWrap {
  padding-top: 50px;
  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: #fff;
}
footer .footer-content .copyright .policyWrap > div.policy a:hover {
  color: #a88105;
}
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: #a88105;
}