@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css");
@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 */
/* XEION CDN */
/* font-family: 'xeicon'; */
/* Fontawesome 4.7 */
/* font-family: 'fontawesome'; */
/* Google Icon Font : https://material.io/icons */
/* font-family: 'Material Icons'; */
/* Remix ICON*/
/* Noto Sans KR, Bebas Neue*/
/* font-family: 'Noto Sans KR', sans-serif; */
/* font-family: 'Bebas Neue', cursive; */
/* Web Fonts - Source Sans Pro */
/* font-family: 'Source Sans Pro', sans-serif; */
/* Web Fonts - Play 영문폰트 */
/* font-family: 'Play', sans-serif; */
/* Web Fonts - NoonNoo */
@font-face {
  font-family: "NEXON Lv2 Gothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
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;
}
body .en {
  font-family: "Play", "NEXON Lv2 Gothic", sans-serif;
}

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

/* ----------------------------------------------------------- */
/* -------------------------- 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  */
* {
  box-sizing: border-box;
}

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

.parkingWrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  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;
  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;
    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%;
  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%;
}
table.base thead th {
  padding: 10px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
table.base tbody th, table.base tbody td {
  padding: 8px 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 1.4rem;
}
table.base tbody th {
  background-color: #f9f9f9;
}

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

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

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

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

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

.widthAni {
  animation: widthAni 0.5s 0.2s linear both;
}

.widthAni2 {
  animation: widthAni2 0.5s linear both;
}

@keyframes ltr {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rtl {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes utd {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dtu {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes widthAni {
  100% {
    width: 25%;
  }
}
@keyframes widthAni2 {
  100% {
    width: 0%;
  }
}
@keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    transform: translateY(30px);
    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;
  transition: 0.5s;
}
.btn-top i {
  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;
  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 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  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;
  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 {
  transform: translateY(-5px);
  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;
  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;
  transition: 0.3s;
}
.pageNoWrap a:hover {
  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%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 800px) {
  .menuTrigger {
    right: 10px;
  }
}
.menuTrigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.menuTrigger span:nth-child(1) {
  top: 0;
}
.menuTrigger span:nth-child(2) {
  top: 50%;
}
.menuTrigger span:nth-child(3) {
  top: 100%;
}
.menuTrigger.active span {
  background-color: #fff;
}
.menuTrigger.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.menuTrigger.active span:nth-child(2) {
  display: none;
}
.menuTrigger.active span:nth-child(3) {
  top: 50%;
  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: crimson;
  z-index: -1;
  transition: 0.3s;
}
.butWrap a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.butWrap a:hover:before {
  width: 100%;
}

.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: crimson;
    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 crimson;
  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: crimson;
}
@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: #285a91;
  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: 15px;
  transform: translateY(-50%);
  transition: 0.35s;
}
.faqWrap .faq-content .faq-item h3 a {
  color: #285a91;
}
.faqWrap .faq-content .faq-item .faqTextWrap {
  margin-top: 20px;
  display: none;
}
.faqWrap .faq-content .faq-item.active {
  border: 1px solid #285a91;
}
.faqWrap .faq-content .faq-item.active h3 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.faqWrap .faq-content .faq-item.active h3:after {
  transform: translateY(-50%) rotate(-180deg);
  color: #285a91;
}

/* category_location.php */
.categoryLocation {
  margin-bottom: 20px;
  text-align: center;
}
.categoryLocation form fieldset > a {
  padding: 3px 10px;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  transition: 0.3s;
}
.categoryLocation form fieldset > a:hover {
  background-color: #000;
}
.categoryLocation form select {
  margin: 1px 0;
}

/* gallery.php */
.pictureListWrap #pictureList {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.pictureListWrap #pictureList li {
  display: inline-block;
  width: 23%;
  margin: 1%;
}
@media screen and (max-width: 800px) {
  .pictureListWrap #pictureList li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .pictureListWrap #pictureList li {
    width: 31.333333%;
    margin: 1%;
    margin-bottom: 10px;
  }
}
.pictureListWrap #pictureList li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pictureListWrap #pictureList li a:before {
  content: "";
  width: 0;
  height: 6px;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  top: 0;
  left: 0;
}
.pictureListWrap #pictureList li a:after {
  content: "";
  width: 0;
  height: 6px;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  bottom: 0;
  right: 0;
}
.pictureListWrap #pictureList li a p.img {
  position: relative;
  width: 100%;
  height: 260px;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .pictureListWrap #pictureList li a p.img {
    height: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .pictureListWrap #pictureList li a p.img {
    height: 260px;
  }
}
.pictureListWrap #pictureList li a p.img:before {
  content: "";
  width: 6px;
  height: 0%;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
}
.pictureListWrap #pictureList li a p.img:after {
  content: "";
  width: 6px;
  height: 0%;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  top: 0;
  right: 0;
}
.pictureListWrap #pictureList li a p.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 2s;
  border: 1px solid #ccc;
}
.pictureListWrap #pictureList li a p.img:hover:before {
  opacity: 1;
  height: 100%;
}
.pictureListWrap #pictureList li a p.img:hover:after {
  opacity: 1;
  height: 100%;
}
.pictureListWrap #pictureList li a p.img:hover img {
  transform: scale(1.1);
}
.pictureListWrap #pictureList li a p.img span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.pictureListWrap #pictureList li a p.img span:after {
  content: "\e145";
  font-family: "Material Icons";
  width: 45px;
  height: 45px;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
  transition-delay: 0.15s;
  z-index: 2;
}
.pictureListWrap #pictureList li a p.img span:hover:before {
  opacity: 1;
}
.pictureListWrap #pictureList li a p.img span:hover:after {
  transform: translate(-50%, -50%) scale(1);
}
.pictureListWrap #pictureList li a:hover:before {
  opacity: 1;
  width: 100%;
}
.pictureListWrap #pictureList li a:hover:after {
  opacity: 1;
  width: 100%;
}
.pictureListWrap #pictureList li > span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 1.2em;
}
.pictureListWrap #pictureList li .info {
  padding: 20px;
  background-color: #285a91;
  color: #fff;
  text-align: left;
}
.pictureListWrap #pictureList li .info span {
  display: block;
  margin-bottom: 5px;
}
.pictureListWrap #pictureList li .info span:last-child {
  margin-bottom: 0;
}
.pictureListWrap #pictureList li.noProduct {
  display: block;
  width: 100%;
  text-align: center;
}

/* view.php */
.productViewWrap {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .productViewWrap {
    margin-top: 20px;
  }
}
.productViewWrap .viewAndSpec {
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec {
    margin-bottom: 20px;
  }
}
.productViewWrap .viewAndSpec .imgBox {
  float: left;
  width: 50%;
  margin-right: 3%;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.productViewWrap .viewAndSpec .imgBox > img {
  width: 100%;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.productViewWrap .viewAndSpec .imgBox .photo-slider {
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider {
    padding: 0;
  }
}
.productViewWrap .viewAndSpec .imgBox .photo-slider img {
  height: 120px;
  margin: 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  border: 1px solid #ddd;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider img {
    height: 80px;
    margin: 0 3px;
  }
}
.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  text-indent: -9000px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider .slick-prev {
    left: 5px;
    color: #fff;
  }
}
.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-prev:before {
  content: "\f053";
  font-size: 30px;
  color: #000;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-indent: 0px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider .slick-prev:before {
    color: #fff;
  }
}
.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  text-indent: -9000px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider .slick-next {
    right: 5px;
    color: #fff;
  }
}
.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-next:before {
  content: "\f054";
  font-size: 30px;
  color: #000;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-indent: 0px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider .slick-next:before {
    color: #fff;
  }
}
.productViewWrap .viewAndSpec .spec {
  position: relative;
  float: left;
  width: 47%;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.productViewWrap .viewAndSpec .spec h3 {
  margin-bottom: 20px;
  margin-right: 80px;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec h3 {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.title {
  font-size: 1.8em;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec h3 span.title {
    display: block;
    text-align: center;
    font-size: 1.1em;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut {
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec h3 span.moveBut {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    text-align: center;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut .fa {
  font-size: 30px;
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut .fa:hover {
  color: #000;
}
.productViewWrap .viewAndSpec .spec .ck-content {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec .ck-content {
    font-size: 0.8em;
  }
}
.productViewWrap .viewAndSpec .spec .ck-content ul {
  list-style: none;
}
.productViewWrap .viewAndSpec .spec .ck-content ul li {
  position: relative;
  padding: 5px 0;
  padding-left: 25px;
  border-bottom: 1px dotted #ccc;
}
.productViewWrap .viewAndSpec .spec .ck-content ul li:last-child {
  border-bottom: none;
}
.productViewWrap .viewAndSpec .spec .ck-content ul li:before {
  content: "\f138";
  font-family: fontawesome;
  margin-right: 5px;
  color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productViewWrap .viewAndSpec .spec .ck-content ul li span {
  display: inline-block;
  width: 120px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec .ck-content ul li span {
    width: 80px;
  }
}
.productViewWrap .viewAndSpec .spec .ck-content ul li.notice {
  color: crimson;
}
.productViewWrap .viewAndSpec .spec .ck-content ul li.notice:before {
  color: crimson;
}
.productViewWrap .viewAndSpec .spec .ck-content .table {
  margin: 0;
  font-size: 0.7em !important;
}
.productViewWrap .viewAndSpec .spec .ck-content .table thead tr th {
  padding: 0;
  background-color: #333;
  color: #fff;
  font-weight: normal;
}
.productViewWrap .viewAndSpec .spec .ck-content .table tbody th, .productViewWrap .viewAndSpec .spec .ck-content .table tbody td {
  padding: 0;
  text-align: center;
}
.productViewWrap .viewAndSpec .spec .inquiryWrap {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec .inquiryWrap {
    margin-bottom: 20px;
  }
}
.productViewWrap .viewAndSpec .spec .inquiryWrap span {
  display: block;
}
.productViewWrap .viewAndSpec .spec .inquiryWrap span.text {
  font-size: 0.8em;
}
.productViewWrap .viewAndSpec .spec .inquiryWrap span.telNo {
  margin-top: -5px;
  font-size: 2em;
  font-weight: bold;
  color: crimson;
}
.productViewWrap .viewAndSpec .spec .snsList {
  text-align: center;
}
.productViewWrap .viewAndSpec .spec .snsList a {
  display: inline-block;
  margin-right: 5px;
}
.productViewWrap .viewAndSpec .spec .snsList a i {
  font-size: 30px;
}
.productViewWrap .viewAndSpec .spec .snsList a:hover i {
  color: #285a91;
}
.productViewWrap .contentsView {
  text-align: center;
}
.productViewWrap .contentsView h4 {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView h4 {
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 24px;
  }
}
.productViewWrap .contentsView h4:before, .productViewWrap .contentsView h4:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 170px;
  height: 1px;
  background-color: crimson;
  transform: translateX(-50%);
}
.productViewWrap .contentsView h4:before {
  top: -1px;
}
.productViewWrap .contentsView h4:after {
  bottom: -1px;
}
.productViewWrap .contentsView .contents .ck-content h5 {
  margin-top: 50px;
  font-size: 3em;
  font-weight: bold;
  color: #000;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content h5 {
    margin-top: 0;
    font-size: 1.6em;
  }
}
.productViewWrap .contentsView .contents .ck-content p {
  font-size: 1.2em;
}
.productViewWrap .contentsView .contents .ck-content p.ceMark {
  margin-top: 50px;
}
.productViewWrap .contentsView .contents .ck-content p.ceMark img {
  width: 200px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content p.ceMark img {
    width: 150px;
  }
}
.productViewWrap .contentsView .contents .ck-content p.pdImg {
  margin-top: 100px;
}
.productViewWrap .contentsView .contents .ck-content ul li {
  list-style: none;
}
.productViewWrap .contentsView .contents .ck-content .section1 {
  padding: 150px 50px;
  background: url(../images/user_img/section1_bg.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section1 {
    padding: 50px 20px;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 {
  padding: 50px;
  padding-top: 100px;
  background-color: #eee;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 {
    padding: 20px;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap {
  margin-bottom: 80px;
  padding: 50px;
  border: 5px solid #285a91;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap h6 {
  margin-top: -80px;
  margin-bottom: 30px;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap h6 {
    margin-top: 0;
    font-size: 1.4em;
    font-weight: bold;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap h6 span {
  padding: 10px 50px;
  background-color: #285a91;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap h6 span {
    padding: 0;
    border-radius: 0;
    color: #285a91;
    background-color: #fff;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap p {
  color: #285a91;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap > ul {
  overflow: hidden;
  margin-top: 20px;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap > ul > li {
  float: left;
  width: 47%;
  margin-right: 6%;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap > ul > li {
    width: 100%;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap > ul > li:last-child {
  margin-right: 0;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap > ul > li span {
  display: block;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap table {
    font-size: 0.8em;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 ul li {
  background-color: orangered;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 ul li {
    padding: 7px 15px;
    font-size: 0.9em;
    border-radius: 5px;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 p.title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #285a91;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 p.title span {
  position: relative;
  padding: 0 30px;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 p.title span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(-15deg);
  left: 0;
  width: 20px;
  height: 5px;
  background-color: #285a91;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 p.title span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(15deg);
  right: 0;
  width: 20px;
  height: 5px;
  background-color: #285a91;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 .itemWrap {
  text-align: left;
  margin-bottom: 30px;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 .itemWrap .item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 .itemWrap .item:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: orangered;
  font-weight: bold;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 .itemWrap .item:last-child {
  margin-bottom: 0;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap2 .itemWrap:last-child {
  margin-bottom: 0;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .itemWrap {
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .itemWrap {
    margin-top: 20px;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .itemWrap .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .itemWrap .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .itemWrap .item img {
  border: 1px solid #ccc;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .itemWrap .item:last-child {
  margin-right: 0;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .textWrap {
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .textWrap {
    padding: 0;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .textWrap span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .textWrap span {
    font-size: 1em;
    text-align: center;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .textWrap ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .textWrap ul li:last-child {
  margin-bottom: 0;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap3 .textWrap ul li:before {
  content: "\ea50";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: crimson;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap4 {
  border: 5px solid crimson;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap4 h6 span {
  background-color: crimson;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap4 h6 span {
    background-color: #fff;
    color: crimson;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap4 ul li {
  position: relative;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  padding-left: 80px;
  background-color: crimson;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap4 ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: normal;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap4 ul li:nth-child(2n) {
  margin-right: 0;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap4 ul li:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap4 ul li:before {
    display: none;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap5 {
  border: 5px solid #333;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap5 h6 span {
  background-color: #333;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap5 h6 span {
    color: #000;
    background-color: #fff;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap5 ul li {
  float: none;
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 10px 30px;
  padding-left: 80px;
  background-color: none;
  border-radius: 20px;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  border: none;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap5 ul li {
    padding: 0;
    font-size: 1em;
    font-weight: normal;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap5 ul li:before {
  content: "\e558";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap5 ul li:before {
    display: none;
  }
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap6 {
  border: none;
  background: none;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap6 .ceoWrap p {
  position: relative;
  margin-bottom: 0px;
  color: #333;
  font-size: 1.4em;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap6 .ceoWrap p:first-child {
  margin-bottom: 20px;
  font-size: 2em;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap6 ul li {
  float: none;
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 10px 30px;
  padding-left: 80px;
  background-color: none;
  border-radius: 20px;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  border: none;
}
.productViewWrap .contentsView .contents .ck-content .section2 .h6Wrap.h6Wrap6 ul li:before {
  content: "\e558";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 2em;
}
.productViewWrap .contentsView .contents .ck-content .section3 {
  padding: 150px 50px;
  background: url(../images/user_img/section3_bg.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section3 {
    padding: 50px 20px;
  }
}
.productViewWrap .contentsView .contents .ck-content .section3 ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .productViewWrap .contentsView .contents .ck-content .section3 ul {
    width: 100%;
  }
}
.productViewWrap .contentsView .contents .ck-content .section3 ul li {
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 20px;
}
.productViewWrap .contentsView .contents .ck-content .section3 ul li:nth-child(2n) {
  margin-right: 0;
}
.productViewWrap .contentsView .contents .ck-content .section3 ul li img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* category_search.php */
.categoryAddSearchWrap .location {
  margin-bottom: 10px;
}
.categoryAddSearchWrap .categorySelectBut, .categoryAddSearchWrap .categoryViewBut {
  padding: 5px 10px;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s;
}
.categoryAddSearchWrap .categorySelectBut:hover, .categoryAddSearchWrap .categoryViewBut:hover {
  background-color: #000;
}

header {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 10;
  transition: 0.5s;
  display: flex;
  align-items: center;
  transition: 0.5s;
  background-color: #285a91;
  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;
  left: 0;
  top: 0;
  width: 350px;
  height: 90px;
  text-align: center;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header h1.logo {
    position: absolute;
    width: 250px;
    height: 60px;
  }
}
@media screen and (max-width: 800px) {
  header h1.logo {
    width: 150px;
    margin-left: 10px;
    text-align: left;
  }
}
header h1.logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
header h1.logo a img {
  padding-top: 17px;
}
@media screen and (max-width: 800px) {
  header h1.logo a img {
    padding-top: 15px;
  }
}
header h1.logo a img:first-child {
  display: none;
}
header h1.logo a img:last-child {
  display: inline-block;
}
header .gnbSubArea {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #eee;
  transition: 0.3s;
}
header .gnbSubArea.on {
  height: 350px;
}
@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 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: inherit;
  margin: 0 auto;
}
header nav #navigation > li {
  position: relative;
  float: left;
  text-align: center;
  line-height: 90px;
}
header nav #navigation > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  color: #fff;
}
header nav #navigation > li > a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: crimson;
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
}
header nav #navigation > li.on > a {
  color: crimson;
}
header nav #navigation > li.on > a:after {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
header nav #navigation > li.on > ul.secondGrade > li a:hover {
  color: crimson;
}
header nav #navigation > li.active > a {
  color: crimson;
}
header nav #navigation > li.active > a:before {
  top: -25px;
}
header nav #navigation ul.secondGrade {
  position: absolute;
  opacity: 0;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 0;
  padding: 0;
  transition: opacity 0.5s, top 0.5s;
  overflow: hidden;
}
header nav #navigation ul.secondGrade.on {
  opacity: 1;
  padding: 10px;
  padding-top: 20px;
  line-height: 35px;
  height: 330px;
}
header nav #navigation ul.secondGrade > li {
  position: relative;
  text-align: center;
}
header nav #navigation ul.secondGrade > li:last-child {
  margin-right: 0;
}
header nav #navigation ul.secondGrade > li:last-child {
  margin-right: 0;
}
header nav #navigation ul.secondGrade > li > a {
  display: block;
  color: #999;
}
header nav #navigation ul.secondGrade > li > a span {
  position: relative;
  padding-bottom: 5px;
}
header nav #navigation ul.secondGrade > li > a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: crimson;
  transition: 0.3s;
}
header nav #navigation ul.secondGrade > li > a:hover {
  color: crimson;
}
header nav #navigation ul.secondGrade > li > a:hover span:after {
  width: 100%;
}
header nav #navigation ul.thirdGrade {
  display: none;
}
header .menuModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  display: none;
  z-index: 999;
}
header .menuModal > a {
  position: relative;
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal > a {
    padding-top: 30px;
    display: block;
    height: 60px;
    padding: 10px 20px;
    width: calc(100% - 70px);
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    transition: 0.3s;
  }
  header .menuModal > a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 150px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal > a {
    padding-top: 30px;
    display: block;
    height: 60px;
    padding: 10px 20px;
    width: calc(100% - 70px);
    background-color: #285a91;
    border-bottom: 1px solid #ccc;
    transition: 0.3s;
  }
  header .menuModal > a img {
    width: 80px;
  }
}
header .menuModal .siteMapWrap {
  width: calc(100% - 70px);
  height: inherit;
  background-color: #fff;
}
header .menuModal .siteMapWrap #siteMap {
  height: inherit;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap {
    height: auto;
  }
}
header .menuModal .siteMapWrap #siteMap > li {
  float: left;
  width: 0;
  height: 100%;
  padding: 50px 0;
  border-right: 1px solid #eee;
  background-color: #fff;
  transition: 0.5s;
  transform: translateX(-50px);
  opacity: 0;
}
header .menuModal .siteMapWrap #siteMap > li.active {
  opacity: 1;
  transform: translateX(0);
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(1).active {
  transition-delay: 0.5s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(2).active {
  transition-delay: 0.6s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(3).active {
  transition-delay: 0.7s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(4).active {
  transition-delay: 0.8s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(5).active {
  transition-delay: 0.9s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(6).active {
  transition-delay: 1s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(7).active {
  transition-delay: 1.1s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(8).active {
  transition-delay: 1.2s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(9).active {
  transition-delay: 1.3s;
}
header .menuModal .siteMapWrap #siteMap > li > a {
  display: block;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
header .menuModal .siteMapWrap #siteMap > li > a:hover {
  color: crimson;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    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;
    transition: 0.3s;
    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%;
    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;
    transition: 0.3s;
    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 {
    transform: rotate(180deg);
  }
  header .menuModal .siteMapWrap #siteMap > li.on2 > a:after {
    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 {
    transform: rotate(180deg);
  }
  header .menuModal .siteMapWrap #siteMap > li.on2 > a:after {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
    display: block;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
    display: block;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  transition: 0.3s;
  color: #000;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
    padding: 5px 20px;
    padding-right: 23px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
    padding: 5px 20px;
    padding-right: 23px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background-color: crimson;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:before {
    background-color: #666;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
  color: #fff;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover:before {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:after {
  content: "\f107";
  position: relative;
  font-family: fontawesome;
  float: right;
  transition: 0.3s;
  transform: rotate(0);
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li:last-child > a {
    border-bottom: none;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a {
  color: #fff;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a:before {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a:after {
  transform: rotate(180deg);
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on2 > a:after {
  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: crimson;
}
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: crimson;
  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: crimson;
  }
  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: crimson;
  }
  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;
  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 {
  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: crimson;
}
header aside.locationMenu .asideInner > div > ul > li.active > a {
  color: crimson;
}
header.active {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ccc;
}
header.active h1 a img:first-child {
  display: inline-block;
}
header.active h1 a img:last-child {
  display: none;
}
header.active nav #navigation > li {
  line-height: 90px;
}
header.active nav #navigation > li > a {
  color: #333;
}
header.active nav #navigation > li > a:hover {
  color: crimson;
}
header.active nav #navigation > li ul.secondGrade {
  top: 90px;
}
header.active .menuTrigger span {
  background-color: #333;
}
header.active .menuTrigger.active span {
  background-color: #fff;
}

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

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

.container {
  overflow: hidden;
}

/* Index Section */
section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  section {
    height: auto;
    padding: 50px 10px;
  }
}
section .headLineWrap {
  margin-bottom: 100px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  section .headLineWrap {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section .headLineWrap {
    margin-bottom: 50px;
  }
}
section .headLineWrap h2 {
  margin-bottom: 30px;
  line-height: 0.8;
}
section .headLineWrap h2 .en {
  margin-top: 10px;
  font-size: 80px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 800px) {
  section .headLineWrap h2 .en {
    font-size: 30px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section .headLineWrap h2 .en {
    font-size: 45px;
  }
}
section .headLineWrap p {
  margin-bottom: 20px;
  font-size: 30px;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  section .headLineWrap p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section .headLineWrap p {
    font-size: 20px;
  }
}
section .headLineWrap p span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #666;
}
@media screen and (max-width: 800px) {
  section .headLineWrap p span {
    font-size: 16px;
  }
}
section .headLineWrap p em {
  color: crimson;
}
section .headLineWrap.motion .splitting .char {
  display: inline-block;
  animation: slide-up 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(80ms * var(--char-index));
}
section .headLineWrap.motion p {
  animation: dtu 1s 1s both;
}
section .headLineWrap.motion > span {
  animation: dtu 1s 2s both;
}
section .headLineWrap.motion img {
  animation: rtl 1s 2s both;
}

section.welcome {
  display: flex;
  align-items: center;
  background: url(../images/user_img/intro_img4.jpg) no-repeat 50% 50%/cover;
  height: 100vh;
  padding: 0;
}
@media screen and (max-width: 800px) {
  section.welcome {
    height: auto;
    padding: 30px 10px;
    padding-top: 80px;
  }
}
section.welcome .siteWidth {
  width: 90%;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth {
    width: 100%;
  }
}
section.welcome .siteWidth .headLineWrap {
  visibility: visible !important;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .headLineWrap {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
section.welcome .siteWidth .headLineWrap h2 .en {
  font-size: 4em;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .headLineWrap h2 .en {
    font-size: 2.4em;
  }
}
section.welcome .siteWidth .headLineWrap h2 span {
  color: #285a91;
}
section.welcome .siteWidth .headLineWrap p {
  color: #333;
}
section.welcome .siteWidth .headLineWrap p em {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .headLineWrap p em {
    display: block;
  }
}
section.welcome .siteWidth .headLineWrap p span {
  color: #666;
}
section.welcome .siteWidth .headLineWrap img {
  position: absolute;
  top: 0;
  left: 60%;
  transform: translateX(-50%);
  width: 300px;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .headLineWrap img {
    display: none;
  }
}
section.welcome .siteWidth .headLineWrap img:last-child {
  left: 75%;
}
section.welcome .siteWidth .pdWrap {
  position: relative;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .pdWrap {
    margin-top: 30px;
    height: auto;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.welcome .siteWidth .pdWrap {
    margin-top: 80px;
  }
}
section.welcome .siteWidth .pdWrap .pdSlide {
  position: relative;
}
section.welcome .siteWidth .pdWrap .pdSlide li {
  margin-right: 0.2%;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .pdWrap .pdSlide li {
    margin-right: 0;
  }
}
section.welcome .siteWidth .pdWrap .pdSlide li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li a:before {
  content: "";
  width: 0;
  height: 6px;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  top: 0;
  left: 0;
}
section.welcome .siteWidth .pdWrap .pdSlide li a:after {
  content: "";
  width: 0;
  height: 6px;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  bottom: 0;
  right: 0;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img:before {
  content: "";
  width: 6px;
  height: 0%;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img:after {
  content: "";
  width: 6px;
  height: 0%;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  top: 0;
  right: 0;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img img {
  width: 100%;
  transition: all 2s;
  border: 1px solid #ccc;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img:hover:before {
  opacity: 1;
  height: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img:hover:after {
  opacity: 1;
  height: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img:hover img {
  transform: scale(1.1);
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img:hover h3 {
  opacity: 1;
  transform: translateX(0);
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img > span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img > span:after {
  content: "\e145";
  font-family: "Material Icons";
  width: 45px;
  height: 45px;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
  transition-delay: 0.15s;
  z-index: 2;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img > span:hover:before {
  opacity: 1;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img > span:hover:after {
  transform: translate(-50%, -50%) scale(1);
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img h3 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  transition: 0.3s;
  text-shadow: 0 0 3px black;
  opacity: 0;
  z-index: 3;
  transform: translateX(30px);
  line-height: 1;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img h3 em {
  display: block;
  margin-bottom: 10px;
  color: orange;
}
section.welcome .siteWidth .pdWrap .pdSlide li a .img h3 span {
  display: block;
  font-size: 24px;
}
section.welcome .siteWidth .pdWrap .pdSlide li a:hover:before {
  opacity: 1;
  width: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li a:hover:after {
  opacity: 1;
  width: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li a:hover > span {
  opacity: 1;
  transform: translateX(0);
}
section.welcome .siteWidth .pdWrap .pdSlide li.slick-current a:before {
  opacity: 1;
  width: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li.slick-current a:after {
  opacity: 1;
  width: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li.slick-current a > span {
  opacity: 1;
  transform: translateX(0);
}
section.welcome .siteWidth .pdWrap .pdSlide li.slick-current a .img:before {
  opacity: 1;
  height: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li.slick-current a .img:after {
  opacity: 1;
  height: 100%;
}
section.welcome .siteWidth .pdWrap .pdSlide li.slick-current a .img img {
  transform: scale(1.1);
}
section.welcome .siteWidth .pdWrap .pdSlide li.slick-current a .img span:before {
  opacity: 1;
}
section.welcome .siteWidth .pdWrap .pdSlide li.slick-current a .img h3 {
  opacity: 1;
  transform: translateX(0);
}
section.welcome .siteWidth .pdWrap .pdSlide .slick-arrow {
  position: absolute;
  top: -60px;
  left: -5px;
  border: none;
  background: none;
}
section.welcome .siteWidth .pdWrap .pdSlide .slick-arrow:before {
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  color: #333;
  font-size: 24px;
  border-radius: 3px;
}
section.welcome .siteWidth .pdWrap .pdSlide .slick-arrow.slick-prev:before {
  content: "\e5e0";
}
section.welcome .siteWidth .pdWrap .pdSlide .slick-arrow.slick-next {
  left: 50px;
}
section.welcome .siteWidth .pdWrap .pdSlide .slick-arrow.slick-next:before {
  content: "\e5e1";
}
section.welcome .mouseWrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 50px;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.welcome .mouseWrap {
    display: none;
  }
}
section.welcome .mouseWrap .mouse {
  position: absolute;
  top: 25px;
  left: 50px;
  transform: translateX(-50%);
  width: 20px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
}
section.welcome .mouseWrap .mouse:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: #285a91;
  animation: mouseWheele 1.5s linear infinite;
}
section.welcome .mouseWrap > span {
  color: #fff;
  font-size: 12px;
}

section.product {
  height: auto;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  section.product {
    padding: 30px 10px;
  }
}
section.product .siteWidth .headLineWrap {
  text-align: center;
}
section.product .siteWidth .headLineWrap h2 div:last-child {
  margin-top: 20px;
  font-size: 34px;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .headLineWrap h2 div:last-child {
    font-size: 16px;
  }
}
section.product .siteWidth .titleH3 {
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
section.product .siteWidth .titleH3 h3 span {
  position: relative;
  padding: 0 30px;
  font-size: 2em;
  font-weight: bold;
  color: #285a91;
}
section.product .siteWidth .titleH3 h3 span:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: crimson;
}
section.product .siteWidth .titleH3 h3 span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: crimson;
}
section.product .siteWidth .pictureListWrap {
  margin-bottom: 50px;
}
section.product .siteWidth .pictureListWrap:nth-last-of-type() {
  margin-bottom: 0;
}

section.community {
  background-color: #eee;
}
section.community .siteWidth .contentWrap {
  overflow: hidden;
  width: 1260px;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
}
section.community .siteWidth .contentWrap > div {
  float: left;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div {
    width: 100%;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap {
  padding-right: 50px;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.leftWrap {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.community .siteWidth .contentWrap > div.leftWrap {
    padding-right: 30px;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap {
    margin-bottom: 30px;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > span {
  position: relative;
  font-size: 2em;
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > span {
    padding-left: 30px;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > span {
    font-size: 1.6em;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > span:before {
  content: "\e8c5";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
}
section.community .siteWidth .contentWrap > div.rightWrap {
  position: relative;
}
section.community .siteWidth .contentWrap > div.rightWrap form h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}
section.community .siteWidth .contentWrap > div.rightWrap form h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 2px;
  background-color: crimson;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap form h3:after {
    width: 120px;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap form h3 span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap form h3 span {
    display: none;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.community .siteWidth .contentWrap > div.rightWrap form h3 span {
    display: none;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap form .inputWrap input {
  display: inline-block;
  width: 47%;
  margin-right: 4%;
  padding: 15px 0;
  color: #666;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
}
section.community .siteWidth .contentWrap > div.rightWrap form .inputWrap input::-moz-placeholder {
  color: #666;
}
section.community .siteWidth .contentWrap > div.rightWrap form .inputWrap input::placeholder {
  color: #666;
}
section.community .siteWidth .contentWrap > div.rightWrap form .inputWrap input:nth-of-type(3) {
  margin-right: 0;
}
section.community .siteWidth .contentWrap > div.rightWrap form .inputWrap textarea {
  margin-bottom: 30px;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  font-size: 13.5px;
  line-height: 1.2;
  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";
  outline: none;
}
section.community .siteWidth .contentWrap > div.rightWrap form .agreeWrap {
  position: absolute;
  top: 0;
  right: 0;
}
section.community .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: crimson;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap form .agreeWrap span {
    font-size: 12px;
    width: 120px;
    height: 30px;
    margin-right: 10px;
  }
}
section.community .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: crimson;
  font-size: 20px;
  border: 1px solid crimson;
  cursor: pointer;
}
section.community .siteWidth .contentWrap > div.rightWrap form button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: crimson;
  transition: 0.3s;
}
section.community .siteWidth .contentWrap > div.rightWrap form button > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  z-index: 1;
}
section.community .siteWidth .contentWrap > div.rightWrap form button > span span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
section.community .siteWidth .contentWrap > div.rightWrap form button:hover:after {
  left: 0;
}
section.community .siteWidth .contentWrap > div.rightWrap form button:hover:before {
  left: 0;
}
section.community .siteWidth .contentWrap > div.rightWrap form button:hover span {
  color: #fff;
}
section.community .siteWidth .customerWrap {
  overflow: hidden;
}
section.community .siteWidth .customerWrap .linkWrap {
  overflow: hidden;
  float: left;
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .customerWrap .linkWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
section.community .siteWidth .customerWrap .linkWrap a {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 30px 0;
  border-radius: 10px;
  background-color: #285a91;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .customerWrap .linkWrap a {
    padding: 10px 0;
  }
}
section.community .siteWidth .customerWrap .linkWrap a:hover {
  background-color: crimson;
}
section.community .siteWidth .customerWrap .linkWrap a:last-child {
  margin-right: 0;
}
section.community .siteWidth .customerWrap .linkWrap a .item i {
  display: inline-block;
  font-size: 3.4em;
  line-height: 1;
}
section.community .siteWidth .customerWrap .linkWrap a .item h3 {
  margin-top: 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .customerWrap .linkWrap a .item h3 {
    margin-top: 10px;
  }
}
section.community .siteWidth .customerWrap .linkWrap a .item p {
  font-size: 0.8em;
}
section.community .siteWidth .customerWrap .noticeWrap {
  position: relative;
  float: left;
  width: 50%;
  padding: 20px;
  padding-bottom: 0px;
  background-color: #fff;
  border: 3px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .customerWrap .noticeWrap {
    width: 100%;
  }
}
section.community .siteWidth .customerWrap .noticeWrap h3 {
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: bold;
}
section.community .siteWidth .customerWrap .noticeWrap > ul li {
  position: relative;
  padding: 5px 0;
}
section.community .siteWidth .customerWrap .noticeWrap > ul li span.date {
  float: right;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .customerWrap .noticeWrap > ul li span.date {
    display: none;
  }
}
section.community .siteWidth .customerWrap .noticeWrap > 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.community .siteWidth .customerWrap .noticeWrap > ul li span.title a {
    margin-right: 0;
  }
}
section.community .siteWidth .customerWrap .noticeWrap > ul li span.title a:before {
  content: "\e147";
  display: inline-block;
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ccc;
}
section.community .siteWidth .customerWrap .noticeWrap > ul li span.title a:hover {
  color: crimson;
}
section.community .siteWidth .customerWrap .noticeWrap > ul li span.boardContents {
  display: none;
}
section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) {
  padding: 20px 0;
  padding-left: 80px;
}
section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) span.title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) span.title a {
  padding-left: 0;
}
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;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) span.date {
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .customerWrap .noticeWrap > ul li:nth-child(1) span.date {
    display: block;
  }
}
section.community .siteWidth .customerWrap .noticeWrap > 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;
}
section.community .siteWidth .customerWrap .noticeWrap .moreView {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  transition: 0.3s;
}
section.community .siteWidth .customerWrap .noticeWrap .moreView:hover {
  color: crimson;
}
section.community .siteWidth .customerWrap .noticeWrap .moreView i.material-icons {
  font-size: inherit;
}

.agree-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background-color: #fff;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.agree-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  transition: 0.35s;
}
.agree-modal .close-modal:hover {
  transform: rotate(90deg);
}
.agree-modal .agreeContent .titleWrap {
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background-color: crimson;
  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%;
  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;
  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.active span {
  display: block;
  color: orange;
  opacity: 1;
}
.gnb a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.gnb a span {
  position: absolute;
  width: 100px;
  top: -5px;
  left: -110px;
  text-align: right;
  font-family: "Play", sans-serif;
  color: #000;
  transition: 0.3s;
  opacity: 0.3;
}

footer {
  position: relative;
  padding: 50px 0;
  color: #333;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  footer {
    font-size: 0.8em;
    padding: 20px;
  }
}
footer .footer-content {
  position: relative;
  overflow: hidden;
  margin: 0 5%;
}
@media screen and (max-width: 800px) {
  footer .footer-content {
    margin: 0;
  }
}
footer .footer-content .logoWrap {
  float: left;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  footer .footer-content .logoWrap {
    float: none;
    width: 100%;
  }
}
footer .footer-content .logoWrap h1.logo {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .logoWrap h1.logo {
    margin-top: 0;
    text-align: center;
  }
}
footer .footer-content .policy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 800px) {
  footer .footer-content .policy {
    position: relative;
    top: auto;
    transform: translateY(0);
    right: auto;
    text-align: center;
  }
}
footer .footer-content .policy a {
  text-align: center;
  display: block;
  width: 150px;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  background-color: #00adef;
  color: #fff;
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
footer .footer-content .policy a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  footer .footer-content .policy a {
    display: inline-block;
    width: 130px;
    margin-right: 5px;
  }
  footer .footer-content .policy a:last-child {
    margin-right: 0;
  }
}
footer .footer-content .policy a:last-child {
  margin-right: 0;
  background-color: #666;
}
footer .footer-content .policy a:hover {
  background-color: crimson;
}
footer .footer-content .copyright {
  float: left;
  width: 60%;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .footer-content .copyright address {
  overflow: hidden;
  font-style: normal;
}
footer .footer-content .copyright address .infoWrap {
  float: left;
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address .infoWrap {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
footer .footer-content .copyright address .infoWrap h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address .infoWrap h2 {
    margin-bottom: 0;
  }
}
footer .footer-content .copyright address .infoWrap span {
  display: block;
  margin-bottom: 10px;
  color: #666;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address .infoWrap span {
    width: 100%;
    margin-bottom: 0;
  }
}
footer .footer-content .copyright address .infoWrap span em {
  display: inline-block;
  width: 110px;
  color: #333;
}
footer .footer-content .copyright address .contactWrap {
  float: left;
  width: 65%;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address .contactWrap {
    margin-top: 10px;
    width: 100%;
  }
}
footer .footer-content .copyright address .contactWrap h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address .contactWrap h2 {
    margin-bottom: 0;
  }
}
footer .footer-content .copyright address .contactWrap span {
  display: block;
  margin-bottom: 10px;
  color: #666;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address .contactWrap span {
    margin-bottom: 0;
  }
}
footer .footer-content .copyright address .contactWrap span em {
  display: inline-block;
  width: 110px;
  color: #000;
}
footer .footer-content > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 200px;
  width: 120px;
}
@media screen and (max-width: 800px) {
  footer .footer-content > img {
    display: none;
  }
}
footer > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 8px 0;
  font-size: 0.8em;
  color: #ccc;
  line-height: 1;
  background-color: #000;
  text-align: center;
}