@charset "UTF-8";
/* Icon Font */
/* https://material.io/icons */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/* font-family: 'Material Icons'; */
/* XEION CDN */
@import url("https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css");
/* font-family: 'xeicon'; */
/* Google Icon Font : https://material.io/icons */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/* font-family: 'Material Icons'; */
/* Noto Sans KR, Bebas Neue*/
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue|Noto+Sans+KR&display=swap");
/* font-family: 'Noto Sans KR', sans-serif; */
/* font-family: 'Bebas Neue', cursive; */
/* Web Fonts - Source Sans Pro */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
/* font-family: 'Source Sans Pro', sans-serif; */
/* Web Fonts - Play 영문폰트 */
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
/* 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: 'NEXON Lv2 Gothic', 'Teko', sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  background-color: #fff;
  color: #333;
  -ms-overflow-style: none;
}

body.active {
  overflow: hidden;
}

.en {
  font-family: 'Play', sans-serif;
}

.en2 {
  font-family: 'Bebas Neue', cursive;
}

.siteWidth {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .siteWidth {
    width: 100%;
  }
}

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

.memberAgree {
  margin: 30px 0;
  text-align: center;
}

.memberAgree p {
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1260px) {
  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 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;
}

/* ----------------------------------------------------------- */
/* -------------------------- 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;
  border: 0;
  padding: 0;
}

.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: 1260px) {
  .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;
  line-height: 1.2;
}

.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: 1260px) {
  .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: 80px;
  border-top: 2px solid #1b75bb;
}

@media screen and (max-width: 1260px) {
  table.base {
    margin-bottom: 0px;
  }
}

table.base thead tr th {
  padding: 10px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #eee;
}

table.base thead tr th:last-child {
  border-right: none;
}

table.base tbody tr th, table.base tbody tr td {
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}

table.base tbody tr th {
  background-color: #f9f9f9;
  border-right: 1px solid #ccc;
}

table.base tbody tr td {
  text-align: left;
}

@-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 aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*타이틀 영어 애니*/
.titleMotion .char {
  display: inline-block;
  -webkit-animation: slide-up 0.4s 0.5s cubic-bezier(0.5, 0, 0.5, 1) both;
          animation: slide-up 0.4s 0.5s cubic-bezier(0.5, 0, 0.5, 1) both;
  -webkit-animation-delay: calc(70ms * var(--char-index));
          animation-delay: calc(70ms * var(--char-index));
}

.titleMotion:after {
  -webkit-animation-name: slide-down 0.5s 0.5s both;
          animation-name: slide-down 0.5s 0.5s both;
}

.titleMotion .headline-share p {
  -webkit-animation: slide-up 2s 0.5s both;
          animation: slide-up 2s 0.5s both;
}

.titleMotion .headline-share > span {
  -webkit-animation: dtu 1s 2s both;
          animation: dtu 1s 2s both;
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 0;
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 0;
  }
}

.bgMotion:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: bgAni 0.5s linear both;
          animation: bgAni 0.5s linear both;
}

@-webkit-keyframes bgAni {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes bgAni {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

.moveMotion .floatWrap {
  -webkit-animation: ltr 0.5s 1s linear both;
          animation: ltr 0.5s 1s linear both;
}

@-webkit-keyframes scaleMove {
  0% {
    left: 200px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    left: 450px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleMove {
  0% {
    left: 200px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    left: 450px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scaleMove2 {
  0% {
    top: 350px;
    left: 150px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    top: 200px;
    left: 450px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleMove2 {
  0% {
    top: 350px;
    left: 150px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    top: 200px;
    left: 450px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes line {
  0% {
    left: -500px;
    opacity: 0;
  }
}

@keyframes line {
  0% {
    left: -500px;
    opacity: 0;
  }
}

.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 {
  color: #fff !important;
}

.btn-top.active {
  bottom: 20px;
}

/* ####################### butList ###################### */
.butList {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  .butList {
    margin-bottom: 30px;
  }
}

.butList a {
  display: inline-block;
  width: 100px;
  margin: 5px;
  padding: 7px 0;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1260px) {
  .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 {
  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: .3s;
  transition: .3s;
}

@media screen and (max-width: 1260px) {
  .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: 1260px) {
  .searchWrap {
    margin-bottom: 5px;
  }
  .searchWrap #idx_Field,
  .searchWrap #Classification,
  .searchWrap #Where_Field {
    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: .3s;
  transition: .3s;
}

@media screen and (max-width: 1260px) {
  .searchWrap button {
    width: 70px;
  }
}

.searchWrap button:hover {
  background-color: #000;
}

.searchWrap #total {
  position: absolute;
  bottom: 0px;
  right: 0;
}

/* ################## 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: .3s;
  transition: .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,
.mobileMenuTrigger {
  position: absolute;
  right: 20px;
  top: 34px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}

.menuTrigger span,
.mobileMenuTrigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: .3s;
  transition: .3s;
}

.menuTrigger span:nth-child(1),
.mobileMenuTrigger span:nth-child(1) {
  top: 0;
}

.menuTrigger span:nth-child(2),
.mobileMenuTrigger span:nth-child(2) {
  top: 50%;
}

.menuTrigger span:nth-child(3),
.mobileMenuTrigger span:nth-child(3) {
  top: 100%;
}

.menuTrigger.active span,
.mobileMenuTrigger.active span {
  background-color: #fff !important;
}

.menuTrigger.active span:nth-child(1),
.mobileMenuTrigger.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menuTrigger.active span:nth-child(2),
.mobileMenuTrigger.active span:nth-child(2) {
  display: none;
}

.menuTrigger.active span:nth-child(3),
.mobileMenuTrigger.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1260px) {
  .menuTrigger {
    display: none;
  }
}

.mobileMenuTrigger {
  display: none;
}

@media screen and (max-width: 1260px) {
  .mobileMenuTrigger {
    display: block;
    top: 19px;
  }
}

a.linkBut {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #00bff3;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

a.linkBut:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #00bff3;
}

a.linkBut span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #00bff3;
  font-family: 'Bebas Neue', cursive;
  -webkit-transition: .3s;
  transition: .3s;
}

a.linkBut:hover span {
  color: #fff;
}

a.linkBut:hover:before {
  left: 0;
}

.tabMenuWrap .tabMenuContent .tabMenu {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.tabMenuWrap .tabMenuContent .tabMenu li {
  float: left;
}

.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: 16px;
  line-height: 50px;
  font-weight: bold;
}

.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 #1b75bb;
  background-color: #fff;
}

.tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-bottom: 1px solid transparent;
  color: #1b75bb;
}

.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: 1260px) {
  .tabMenuWrap .tabMenuContent .contentWrap .content {
    padding: 20px 15px;
  }
}

.tabMenuWrap .tabMenuContent .contentWrap .content.active {
  display: block;
}

header {
  position: fixed;
  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;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  /* 서브메뉴 BG */
  /* 네비게이션 */
}

@media screen and (max-width: 1260px) {
  header {
    position: absolute;
  }
}

header .telWrap a {
  color: #333;
}

@media screen and (max-width: 1260px) {
  header {
    height: 60px;
  }
}

header h1.logo {
  float: left;
  width: 350px;
  margin-top: -5px;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  header h1.logo {
    width: 150px;
    margin-left: 20px;
    text-align: left;
  }
}

header .gnbSubArea {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #eee;
  -webkit-transition: .3s;
  transition: .3s;
}

header .gnbSubArea.on {
  height: 290px;
}

@media screen and (max-width: 1260px) {
  header nav {
    display: none;
  }
}

header nav #navigation {
  float: left;
  width: 980px;
  height: inherit;
}

header nav #navigation > li {
  float: left;
  position: relative;
  text-align: center;
  line-height: 90px;
}

header nav #navigation > li.on {
  background-color: #1b75bb;
}

header nav #navigation > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #000 !important;
}

header nav #navigation > li > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #00bff3;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

header nav #navigation > li.on > a {
  color: #fff !important;
}

header nav #navigation > li.on > a:before {
  top: -25px;
}

header nav #navigation > li.on > a:after {
  width: 80%;
}

header nav #navigation > li.active > a:before {
  top: -25px;
}

header nav #navigation > li.active > a:after {
  width: 80%;
}

header nav #navigation > li.on > ul.secondGrade {
  background-color: #1b75bb;
}

header nav #navigation > li.on > ul.secondGrade > li a {
  color: #fff !important;
}

header nav #navigation > li.on > ul.secondGrade > li a:hover {
  color: #00bff3 !important;
}

header nav #navigation ul.secondGrade {
  position: absolute;
  opacity: 0;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 0;
  padding: 0;
  -webkit-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
  overflow: hidden;
}

header nav #navigation ul.secondGrade.on {
  opacity: 1;
  padding: 10px;
  line-height: 40px;
  height: 300px;
}

header nav #navigation ul.secondGrade > li {
  position: relative;
  text-align: left;
}

header nav #navigation ul.secondGrade > li:last-child {
  margin-right: 0;
}

header nav #navigation ul.secondGrade > li a {
  display: block;
  font-size: 16px;
  padding-left: 10px;
  color: #999 !important;
}

header nav #navigation ul.secondGrade > li a:after {
  content: "\e5cc";
  float: right;
  margin-right: 5px;
  font-family: 'Material Icons';
  -webkit-transition: .5s;
  transition: .5s;
}

header nav #navigation ul.thirdGrade {
  display: none;
}

header #navigation a, header .infoMenu a, header form.selectLangForm select {
  color: #666 !important;
}

header form.selectLangForm select {
  border: 1px solid #666 !important;
}

header #navigation a:hover, header .infoMenu a:hover {
  color: #1b75bb !important;
}

header .menuModal,
header .mobileMenuModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  display: none;
  z-index: 999;
}

header .menuModal .siteMapWrap,
header .mobileMenuModal .siteMapWrap {
  width: calc(100% - 70px);
  height: inherit;
  background-color: #fff;
}

header .menuModal .siteMapWrap #siteMap {
  height: inherit;
}

header .menuModal .siteMapWrap #siteMap > li {
  float: left;
  width: 0;
  height: 100%;
  padding: 50px 0;
  border-right: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .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: .5s;
          transition-delay: .5s;
}

header .menuModal .siteMapWrap #siteMap > li:nth-child(2).active {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

header .menuModal .siteMapWrap #siteMap > li:nth-child(3).active {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

header .menuModal .siteMapWrap #siteMap > li:nth-child(4).active {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

header .menuModal .siteMapWrap #siteMap > li:nth-child(5).active {
  -webkit-transition-delay: .9s;
          transition-delay: .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 > a {
  display: block;
  margin-bottom: 50px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

header .menuModal .siteMapWrap #siteMap > li:hover > a {
  color: #1b75bb;
}

header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
  position: relative;
  display: block;
  padding: 8px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #000;
}

header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
  color: #fff;
}

header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #1b75bb;
  z-index: -1;
}

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: .3s;
  transition: .3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

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.on2 > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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;
  display: none;
}

header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #999;
  border-bottom: 1px dotted #ccc;
}

header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:hover {
  color: #1b75bb;
}

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: #1b75bb;
  -webkit-transition: .3s;
  transition: .3s;
}

header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li:last-child > a {
  border-bottom: none;
}

header .menuModal .siteMapWrap #siteMap ul.fourthGrade {
  display: none;
}

header .mobileMenuModal > a {
  display: block;
  height: 60px;
  padding-left: 20px;
  width: calc(100% - 70px);
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}

header .mobileMenuModal > a img {
  width: 150px;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  background-color: #fff;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(1).active {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(2).active {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(3).active {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(4).active {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(5).active {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(6).active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(7).active {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #ccc;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #000;
  z-index: -1;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li > a:after {
  content: "\f0ab";
  position: relative;
  font-family: fontawesome;
  float: right;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li > a:hover {
  color: #fff;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li > a:hover:before {
  width: 100%;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li.on > a {
  color: #fff;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li.on > a:before {
  width: 100%;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li.on > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap > li.on2 > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade {
  display: none;
  border-bottom: 1px solid #ccc;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  padding-right: 23px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  border-bottom: 1px dotted #ccc;
  color: #333;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #666;
  z-index: -1;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li > a:hover {
  color: #fff;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li > a:hover:before {
  width: 100%;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li > a:after {
  content: "\f107";
  position: relative;
  font-family: fontawesome;
  float: right;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li:last-child > a {
  border-bottom: none;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li.on > a {
  color: #fff;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li.on > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li.on > a:before {
  width: 100%;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.secondGrade > li.on2 > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.thirdGrade {
  display: none;
  padding: 10px 20px;
  background-color: #f9f9f9;
  display: none;
  border-bottom: 1px solid #ccc;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.thirdGrade > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  border-bottom: 1px dotted #ccc;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.thirdGrade > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b75bb;
  -webkit-transition: .3s;
  transition: .3s;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.thirdGrade > li > a:hover {
  color: #1b75bb;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.thirdGrade > li > a:hover:after {
  width: 100%;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.thirdGrade > li:last-child > a {
  border-bottom: none;
}

header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.fourthGrade {
  display: none;
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap {
  position: relative;
  padding: 10px 20px;
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap a {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  line-height: 2;
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap a:before {
  font-family: fontawesome;
  margin-right: 3px;
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap a:nth-child(1):before {
  content: "\f09c";
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap a:nth-child(2):before {
  content: "\f007";
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap a:hover {
  color: #1b75bb;
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap form.selectLangForm {
  position: absolute;
  top: 10px;
  right: 5px;
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select {
  border: 1px solid #666;
  color: #666;
}

header .mobileMenuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select option {
  color: #333;
}

header .mobileMenuModal .mobileTelWrap {
  margin-top: 20px;
  padding-left: 20px;
}

header .mobileMenuModal .mobileTelWrap a {
  color: #000;
  font-size: 40px;
  font-family: 'Bebas Neue', cursive;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

header .mobileMenuModal .mobileTelWrap a:before {
  content: "\f232";
  margin-right: 10px;
  font-family: fontawesome;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

header #google_translate_element {
  position: absolute;
  top: 34px;
  right: 80px;
}

/* ###### index 팝업 : /contents_kr/popup_index.php ####### */
.popupWrap {
  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 span {
  float: right;
  padding: 3px 10px;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.popupWrap > a:hover span {
  background-color: #000;
}

.popupWrap > a:hover em {
  color: #000;
}

/* Index Section */
.container {
  overflow: hidden;
}

section {
  position: relative;
}

@media screen and (max-width: 1260px) {
  section {
    height: auto;
    padding: 0 10px;
  }
}

section .headline-share {
  margin-bottom: 50px;
}

@media screen and (max-width: 1260px) {
  section .headline-share {
    margin-bottom: 20px;
  }
}

section .headline-share .title {
  font-size: 30px;
}

@media screen and (max-width: 1260px) {
  section .headline-share .title {
    font-size: 24px;
  }
}

section .headline-share .en {
  font-size: 80px;
  line-height: 1.1;
}

@media screen and (max-width: 1260px) {
  section .headline-share .en {
    font-size: 50px;
  }
}

section .headline-share p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #666;
}

@media screen and (max-width: 1260px) {
  section .headline-share p {
    font-size: 16px;
  }
}

section .headline-share p span {
  display: block;
  color: #1b75bb;
}

section.welcome {
  overflow: hidden;
  height: 700px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1260px) {
  section.welcome {
    height: 100vh;
    padding: 0;
  }
}

section.welcome .slideshow {
  position: relative;
  overflow: hidden;
}

section.welcome .slideshow .item {
  position: relative;
}

@media screen and (max-width: 1260px) {
  section.welcome .slideshow .item {
    height: 100vh;
  }
}

section.welcome .slideshow .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1260px) {
  section.welcome .slideshow .item:after {
    background: linear-gradient(145deg, #000, transparent);
  }
}

section.welcome .slideshow .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

section.welcome .slideshow .item .textWrap {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  color: #fff;
  z-index: 1;
  line-height: 1.2;
}

@media screen and (max-width: 1260px) {
  section.welcome .slideshow .item .textWrap {
    top: 50%;
    left: 10px;
  }
}

section.welcome .slideshow .item .textWrap h2 {
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 0 1px black;
}

@media screen and (max-width: 1260px) {
  section.welcome .slideshow .item .textWrap h2 {
    font-size: 50px;
    color: #fff;
  }
}

section.welcome .slideshow .item .textWrap p {
  font-size: 34px;
  color: #333;
  text-shadow: 0 0 1px black;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  section.welcome .slideshow .item .textWrap p {
    font-size: 16px;
  }
}

section.welcome .slideshow .item .textWrap p span {
  display: block;
  margin-top: 10px;
  font-size: 40px;
}

@media screen and (max-width: 1260px) {
  section.welcome .slideshow .item .textWrap p span {
    font-size: 24px;
  }
}

section.welcome .slideshow .item.slick-active .textWrap .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.welcome .slideshow .item.slick-active .textWrap p {
  -webkit-animation: rtl 1s 1s both;
          animation: rtl 1s 1s both;
}

section.welcome .slideshow .item.slick-active .textWrap .butWrap {
  -webkit-animation: dtu 1s 2s both;
          animation: dtu 1s 2s both;
}

section.welcome .slideshow * {
  outline: none;
}

section.welcome .slideshow .slick-arrow {
  border: 1px solid #000;
  display: none !important;
}

section.welcome .welcome-heading {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  section.welcome .welcome-heading {
    z-index: 1;
  }
}

section.welcome .welcome-heading .headline-share {
  margin-bottom: 0;
}

section.welcome .welcome-heading .headline-share .title2 {
  margin-top: 5px;
  font-size: 70px;
  line-height: 1.1;
}

section.welcome .welcome-heading .headline-share p {
  margin-top: 0;
  font-size: 40px;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  section.welcome .welcome-heading .headline-share p {
    font-size: 16px;
  }
}

section.welcome .mouse {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1260px) {
  section.welcome .mouse {
    bottom: 80px;
    z-index: 1;
  }
}

section.welcome .mouse .material-icons {
  position: absolute;
  font-size: 50px;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: mouseWheele 1.5s linear infinite;
          animation: mouseWheele 1.5s linear infinite;
}

section.products {
  padding: 100px 0;
}

@media screen and (max-width: 1260px) {
  section.products {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
}

section.products .headline-share {
  position: relative;
}

section.products .headline-share > a {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  letter-spacing: normal;
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #1b75bb;
  font-size: 20px;
  border: 1px solid #1b75bb;
}

@media screen and (max-width: 1260px) {
  section.products .headline-share > a {
    position: relative !important;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 20px;
  }
}

section.products .headline-share > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #1b75bb;
  -webkit-transition: .3s;
  transition: .3s;
}

section.products .headline-share > a > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  z-index: 1;
}

section.products .headline-share > a > span span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

section.products .headline-share > a:hover:after {
  left: 0;
}

section.products .headline-share > a:hover:before {
  left: 0;
}

section.products .headline-share > a:hover span {
  color: #fff;
}

section.products .pdWrap {
  position: relative;
  overflow: hidden;
  padding: 10px;
}

@media screen and (max-width: 1260px) {
  section.products .pdWrap {
    padding: 10px 0;
    padding-right: 10px;
  }
}

section.products .pdWrap ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 24px;
}

section.products .pdWrap ul li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1260px) {
  section.products .pdWrap ul li {
    width: 100%;
  }
  section.products .pdWrap ul li img {
    width: 100%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1259px) {
  section.products .pdWrap ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  section.products .pdWrap ul li:nth-child(4n) {
    margin-right: 2%;
  }
  section.products .pdWrap ul li:nth-child(3n) {
    margin-right: 0;
  }
  section.products .pdWrap ul li img {
    width: 100%;
  }
}

section.products .pdWrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}

section.products .pdWrap ul li a .imgWrap {
  height: 300px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1260px) {
  section.products .pdWrap ul li a .imgWrap {
    text-align: center;
  }
}

section.products .pdWrap ul li a .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

section.products .pdWrap ul li a h3 {
  position: relative;
  padding: 15px;
  font-size: 18px;
  color: #333;
}

section.products .pdWrap ul li a h3:after {
  content: "\e5c8";
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

section.products .pdWrap ul li a h3 span {
  display: block;
  margin-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

section.products .pdWrap ul li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

section.community {
  padding-top: 50px;
  padding-bottom: 150px;
  background: url(../images/user_img/customer_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1260px) {
  section.community {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section.community:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #000, transparent);
}

section.community .siteWidth {
  padding-top: 100px;
}

@media screen and (max-width: 1260px) {
  section.community .siteWidth {
    padding-top: 0;
  }
}

section.community .siteWidth .headline-share .title {
  color: #fff;
}

section.community .siteWidth .headline-share .en {
  color: #fff;
}

@media screen and (max-width: 1260px) {
  section.community .siteWidth .headline-share .en {
    letter-spacing: normal;
  }
}

section.community .siteWidth .headline-share p {
  color: #fff;
}

section.community .siteWidth > a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
}

section.community .siteWidth > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #1b75bb;
  -webkit-transition: .3s;
  transition: .3s;
}

section.community .siteWidth > a > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  z-index: 1;
}

section.community .siteWidth > a > span span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

section.community .siteWidth > a:hover:after {
  left: 0;
}

section.community .siteWidth > a:hover:before {
  left: 0;
}

section.community .siteWidth > a:hover span {
  color: #fff;
}

section.community .siteWidth .customerWrap {
  margin-top: 20px;
  height: 300px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1260px) {
  section.community .siteWidth .customerWrap {
    margin-top: 30px;
    height: auto;
  }
}

section.community .siteWidth .customerWrap .noticeWrap {
  position: relative;
  height: 100%;
  padding: 40px;
  padding-top: 25px;
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
}

@media screen and (max-width: 1260px) {
  section.community .siteWidth .customerWrap .noticeWrap {
    width: 100%;
    padding: 20px;
  }
}

section.community .siteWidth .customerWrap .noticeWrap > ul li {
  position: relative;
  padding: 5px 0;
  padding-left: 20px;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li span.date {
  float: right;
}

@media screen and (max-width: 1260px) {
  section.community .siteWidth .customerWrap .noticeWrap > ul li span.date {
    display: none;
  }
}

section.community .siteWidth .customerWrap .noticeWrap > ul li span.title a:before {
  content: "\e147";
  font-family: 'Material Icons';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 14px;
  color: #ccc;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li span.title a:hover {
  color: #1b75bb;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li span.boardContents {
  overflow: hidden;
  display: none;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) {
  margin-bottom: 20px;
  padding: 20px 0;
  padding-left: 60px;
  border-bottom: 1px dotted #ccc;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) span.title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) span.title a:before {
  display: none;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) .boardContents {
  display: block;
  font-size: 14px;
  color: #999;
  height: 46px;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) span.date {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 16px;
  font-family: 'Bebas Neue', cursive;
}

section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) span.date span.day {
  display: block;
  margin-top: 22px;
  font-size: 50px;
  font-weight: bold;
  color: #333;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 0 2px black;
}

section.inquiry {
  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: 1260px) {
  section.inquiry {
    padding: 50px 20px;
  }
}

section.inquiry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  -webkit-transform: skew(135deg);
          transform: skew(135deg);
}

section.inquiry .siteWidth {
  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: 1260px) {
  section.inquiry .siteWidth {
    height: auto;
  }
}

section.inquiry .siteWidth .contentWrap {
  overflow: hidden;
  width: 1260px;
  height: 450px;
}

@media screen and (max-width: 1260px) {
  section.inquiry .siteWidth .contentWrap {
    width: 100%;
    height: auto;
  }
}

section.inquiry .siteWidth .contentWrap > div {
  float: left;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 1260px) {
  section.inquiry .siteWidth .contentWrap > div {
    width: 100%;
  }
}

section.inquiry .siteWidth .contentWrap > div.leftWrap {
  padding-right: 50px;
}

@media screen and (max-width: 1260px) {
  section.inquiry .siteWidth .contentWrap > div.leftWrap {
    padding-right: 0;
  }
}

@media screen and (min-width: 801px) and (max-width: 1259px) {
  section.inquiry .siteWidth .contentWrap > div.leftWrap {
    padding-right: 30px;
  }
}

section.inquiry .siteWidth .contentWrap > div.leftWrap .headline-share > span {
  position: relative;
  display: block;
  margin-top: 80px;
  font-size: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 1260px) {
  section.inquiry .siteWidth .contentWrap > div.leftWrap .headline-share > span {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 40px;
    font-size: 24px;
  }
}

section.inquiry .siteWidth .contentWrap > div.leftWrap .headline-share > span:before {
  content: "\e8c5";
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap {
  position: relative;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap 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;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background-color: #1b75bb;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form h3 span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 1260px) {
  section.inquiry .siteWidth .contentWrap > div.rightWrap form h3 span {
    display: none;
  }
}

section.inquiry .siteWidth .contentWrap > div.rightWrap 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 .siteWidth .contentWrap > div.rightWrap form .inputWrap input::-webkit-input-placeholder {
  color: #666;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input:-ms-input-placeholder {
  color: #666;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input::-ms-input-placeholder {
  color: #666;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input::placeholder {
  color: #666;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input:nth-of-type(3) {
  margin-right: 0;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap 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 .siteWidth .contentWrap > div.rightWrap form .agreeWrap {
  position: absolute;
  top: 0;
  right: 0;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form .agreeWrap span {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin-right: 20px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #1b75bb;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1260px) {
  section.inquiry .siteWidth .contentWrap > div.rightWrap form .agreeWrap span {
    font-size: 12px;
    width: 120px;
    height: 30px;
    margin-right: 10px;
  }
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #1b75bb;
  font-size: 20px;
  border: 1px solid #1b75bb;
  cursor: pointer;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #1b75bb;
  -webkit-transition: .3s;
  transition: .3s;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form button > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  z-index: 1;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form button > span span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form button:hover:after {
  left: 0;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form button:hover:before {
  left: 0;
}

section.inquiry .siteWidth .contentWrap > div.rightWrap form button:hover span {
  color: #fff;
}

footer {
  background-color: #333;
  color: #eee;
  font-size: 14px;
  padding: 60px 0;
}

@media screen and (max-width: 1260px) {
  footer {
    font-size: 12px;
    padding: 20px;
  }
}

footer .footer-content .footer-logo {
  margin-bottom: 20px;
}

footer .footer-content .info address span {
  display: inline-block;
  margin-right: 30px;
}

footer .footer-content .info address span:first-child {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}

footer .footer-content .info address span a {
  color: #fff !important;
}

footer .footer-content .info address span:last-child {
  display: block;
}

footer .footer-content > a {
  position: absolute;
  top: -40px;
  right: 0;
}

@media screen and (max-width: 1260px) {
  footer .footer-content > a {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    margin-top: 10px;
    text-align: center;
  }
}
