@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://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");
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  color: #fff;
  background-color: #285a91;
  border-color: transparent;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: "\f00c";
  font-family: fontawesome;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
  background-color: #fff;
  color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

/* 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'; */
/* 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;
}

.siteWidth {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .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: 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;
}

/* ################### 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;
}

@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 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;
}

/* ################## 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,
.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: #fff;
  transition: 0.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;
}
.menuTrigger.active span:nth-child(1),
.mobileMenuTrigger.active span:nth-child(1) {
  top: 50%;
  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%;
  transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
  .menuTrigger {
    display: none;
  }
}

.mobileMenuTrigger {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobileMenuTrigger {
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 801px) and (max-width: 1259px) {
  .mobileMenuTrigger {
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
}

.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 crimson;
  background-color: #fff;
}
.tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-bottom: 1px solid transparent;
  color: crimson;
}
.tabMenuWrap .tabMenuContent .contentWrap .content {
  display: none;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .contentWrap .content {
    padding: 20px 15px;
  }
}
.tabMenuWrap .tabMenuContent .contentWrap .content.active {
  display: block;
}

#selectWrite {
  padding: 3px 6px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
}

span.searchResult {
  color: #285a91;
  font-weight: bold;
}

.includeBoardListWrap {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .includeBoardListWrap {
    margin-top: 0px;
  }
}

/* 최상위 리스트 타이틀 */
span.boardListTopic {
  color: #000;
  font-weight: bold;
}

/* 리스트 갯수 */
p.boardListCount {
  margin-bottom: 5px;
}
p.boardListCount span {
  font-weight: bold;
}

/* 뉴스, 공지 구분 / 이벤트 진행, 마감 구분 */
span.boardListNews,
span.boardListNotice,
span.boardListProcess,
span.boardListFinish {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  color: #fff;
  border-radius: 5px;
}

span.boardListNews,
span.boardListProcess {
  background-color: crimson;
}

span.boardListNotice,
span.boardListFinish {
  background-color: #285a91;
}

/* #################### boardList ###################### */
table.boardList {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  table.boardList {
    margin-bottom: 20px;
  }
}
table.boardList thead th {
  padding: 10px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
table.boardList tbody th, table.boardList tbody td {
  padding: 8px 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
}
table.boardList tbody th {
  background-color: #f9f9f9;
}
table.boardList tbody td {
  /* 관리자모드 에디터이미지 관리 /ZxCkeditor/list.php */
}
table.boardList tbody td.subject {
  text-align: justify;
}
table.boardList tbody td span.news, table.boardList tbody td span.notice, table.boardList tbody td span.viewBut, table.boardList tbody td span.hiddenBut {
  padding: 1px 5px;
  color: #fff;
  border-radius: 3px;
}
table.boardList tbody td span.news, table.boardList tbody td span.viewBut {
  background-color: crimson;
}
table.boardList tbody td span.notice, table.boardList tbody td span.hiddenBut {
  background-color: #285a91;
}
table.boardList tbody td span.boardReply, table.boardList tbody td span.boardSecret, table.boardList tbody td span.boardNew {
  color: #000;
}
table.boardList tbody td span.boardReply .fa {
  margin-right: 5px;
  transform: rotate(90deg);
  font-size: 20px;
}
table.boardList tbody td span.boardNew em, table.boardList tbody td span.boardSecret em {
  font-weight: bold;
}
table.boardList tbody td a.selectBut, table.boardList tbody td a.deleteBut {
  display: inline-block;
  margin: 1px;
  padding: 1px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: orangered;
  transition: 0.3s;
}
table.boardList tbody td a.selectBut:hover, table.boardList tbody td a.deleteBut:hover {
  background: crimson;
}

.galleryListWrap .imgListWrap {
  overflow: hidden;
  padding: 30px 5px;
}
.galleryListWrap .imgListWrap .item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.galleryListWrap .imgListWrap .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .imgListWrap .item {
    width: 100%;
    height: 250px;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1259px) {
  .galleryListWrap .imgListWrap .item {
    width: 32%;
    height: 250px;
    margin-right: 2%;
  }
  .galleryListWrap .imgListWrap .item:nth-child(4n) {
    margin-right: 2%;
  }
  .galleryListWrap .imgListWrap .item:nth-child(3n) {
    margin-right: 0;
  }
}
.galleryListWrap .imgListWrap .item > a {
  display: block;
  /* 관리자모드 에디터이미지 관리 /ZxCkeditor/list.php */
}
.galleryListWrap .imgListWrap .item > a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  transition: 0.3s;
  border: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .imgListWrap .item > a img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}
.galleryListWrap .imgListWrap .item > a img:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.galleryListWrap .imgListWrap .item > a > span {
  display: block;
  margin-bottom: 5px;
  padding: 8px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .imgListWrap .item > a > span {
    font-size: 14px;
  }
}
.galleryListWrap .imgListWrap .item > a ~ span {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.galleryListWrap .imgListWrap .item > a ~ span em {
  display: inline-block;
  margin-right: 2px;
  padding: 2px 10px;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.galleryListWrap .imgListWrap .item > a ~ span em:hover {
  background-color: #000;
}

.galleryListWrap .sumnailList {
  overflow: hidden;
}
.galleryListWrap .sumnailList .item {
  position: relative;
  float: left;
  width: 49%;
  height: 205px;
  margin: 1%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item {
    float: none;
    width: 100%;
    height: auto;
    margin: 2% 0;
    padding: 10px;
  }
}
.galleryListWrap .sumnailList .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s;
}
.galleryListWrap .sumnailList .item:hover:after {
  opacity: 1;
}
.galleryListWrap .sumnailList .item:nth-child(even) {
  margin-right: 0;
}
.galleryListWrap .sumnailList .item:nth-child(odd) {
  margin-left: 0;
}
.galleryListWrap .sumnailList .item > div {
  float: left;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item > div {
    float: none;
  }
}
.galleryListWrap .sumnailList .item .imgWrap {
  width: 30%;
  height: 164px;
  margin-right: 2%;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .imgWrap {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.galleryListWrap .sumnailList .item .imgWrap img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .imgWrap img {
    margin-bottom: 10px;
  }
}
.galleryListWrap .sumnailList .item .boardContents {
  position: relative;
  width: 68%;
  height: 164px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents {
    width: 100%;
    height: auto;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title {
  margin-bottom: 10px;
  margin-right: 70px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title {
    margin-bottom: 20px;
    margin-right: 100px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title h3 {
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title h3 {
    font-size: 16px;
    font-weight: bold;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title > span {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title > span {
    font-size: 14px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title p.text {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title p.text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title p.info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #666;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title p.info {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 14px;
  }
}
.galleryListWrap .sumnailList .item > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: orange;
  font-size: 80px;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
.galleryListWrap .sumnailList .item > a:hover {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.galleryListWrap .sumnailList .item:hover > a {
  opacity: 1;
}

.prevNextButWrap {
  padding: 10px 0;
  overflow: hidden;
}
.prevNextButWrap a {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  line-height: 30px;
  background-color: #666;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.prevNextButWrap a.nextBut {
  float: right;
}
.prevNextButWrap a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #000;
}

.boardViewWrap {
  /* Board 내용 */
}
.boardViewWrap .viewTitle {
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .viewTitle {
    padding: 20px 0;
  }
}
.boardViewWrap .viewTitle h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .viewTitle p {
    font-size: 14px;
  }
}
.boardViewWrap .viewTitle p span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .viewTitle p span {
    display: block;
    padding-right: 0;
  }
}
.boardViewWrap .viewTitle p span:last-child {
  padding-right: 0;
}
.boardViewWrap .viewTitle p span:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .viewTitle p span:after {
    display: none;
  }
}
.boardViewWrap .viewTitle p span:last-child:after {
  display: none;
}
.boardViewWrap .viewTitle p span.news, .boardViewWrap .viewTitle p span.notice, .boardViewWrap .viewTitle p span.process, .boardViewWrap .viewTitle p span.finish {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 10px !important;
  color: #fff;
  border-radius: 5px;
}
.boardViewWrap .viewTitle p span.news, .boardViewWrap .viewTitle p span.process {
  background-color: crimson;
}
.boardViewWrap .viewTitle p span.notice, .boardViewWrap .viewTitle p span.finish {
  background-color: #285a91;
}
.boardViewWrap .boardContentsView {
  margin-bottom: 10px;
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .boardContentsView {
    padding: 10px 0;
  }
}
.boardViewWrap .boardContentsView .contentsInFile {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.boardViewWrap > p, .boardViewWrap form > p {
  margin-bottom: 30px;
}

table.boardView {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
table.boardView th, table.boardView td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
table.boardView th {
  background-color: #eee;
}
table.boardView td {
  text-align: justify;
}

.commentWrap .commentList {
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .commentWrap .commentList {
    margin-bottom: 20px;
    padding: 10px;
  }
}
.commentWrap .commentList .comment {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
@media screen and (max-width: 800px) {
  .commentWrap .commentList .comment {
    padding: 10px;
  }
}
.commentWrap .commentList .comment:last-of-type {
  margin-bottom: 30px;
}
.commentWrap .commentList .comment h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.commentWrap .commentList .comment h3 span.boardReply .fa {
  margin-right: 5px;
  transform: rotate(90deg);
  font-size: 20px;
}
.commentWrap .commentList .comment p {
  color: #666;
  font-size: 14px;
}
.commentWrap .commentList .comment p.content {
  margin-bottom: 20px;
  color: #333;
}
.commentWrap .commentList .comment p em {
  color: #999;
}
.commentWrap .commentList .comment p a {
  float: right;
  display: block;
  margin-left: 10px;
  padding: 1px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background-color: #666;
  transition: 0.3s;
}
.commentWrap .commentList .comment p a:hover {
  background-color: #000;
}
.commentWrap .commentList .comment.commentInquiry h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.commentWrap .formWrap {
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  border: none;
}
.commentWrap .formWrap form[name=comment_write] {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.commentWrap .butList {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .commentWrap .butList {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* comment 삭제 창 input 사이즈 */
#dialog_password input {
  width: 100%;
}

.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;
}
.faqWrap .faq-content .faq-item h3 {
  display: block;
  position: relative;
  padding: 15px;
  padding-right: 30px;
  color: #285a91;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.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.active {
  border: 1px solid #285a91;
}
.faqWrap .faq-content .faq-item.active h3:after {
  transform: translateY(-50%) rotate(-180deg);
  color: #285a91;
}
.faqWrap .faq-content .faq-item .faqTextWrap {
  padding: 20px;
  display: none;
}
.faqWrap .faq-content .faq-item .faqTextWrap p {
  margin-bottom: 10px;
}

/* ################ input:radio&checkbox ############### */
input {
  padding: 4px;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  /* input box color */
}
input[type=file] {
  cursor: pointer;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input::-moz-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:-webkit-autofill {
  box-shadow: #f9f9f9 inset;
  -webkit-text-fill-color: #000;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

select,
textarea {
  padding: 3px;
  color: #666;
  border: 1px solid #ccc;
}

/* textarea 높이 지정 */
.cke_contents {
  height: 300px !important;
}

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 날짜 아이콘 */
.ui-datepicker-trigger {
  padding-left: 5px;
  cursor: pointer;
}

/* 카카오맵 우편번호 검색 */
#wrap {
  position: relative;
  width: 100% !important;
  display: none;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#wrap > a {
  position: absolute;
  bottom: 3px;
  right: 8px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #ccc;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  background: none;
  transition: 0.3s;
}
#wrap > a:hover {
  color: #000;
}

.formWrap {
  margin: 0 auto;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Reply 질문내용 */
}
@media screen and (max-width: 800px) {
  .formWrap {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
  }
}
.formWrap form {
  /* 날짜 입력 */
}
.formWrap form label {
  display: block;
}
.formWrap form label.inline {
  display: inline;
}
.formWrap form label.inlineBlock {
  display: inline-block;
}
.formWrap form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .formWrap form input {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.formWrap form input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input::placeholder {
  transition: 0.3s;
}
.formWrap form input[type=text] {
  padding-left: 40px;
  background: #fff url("../images/icon-subject.png") no-repeat 5px center;
}
.formWrap form input[id=ID], .formWrap form input[id=t_Admin] {
  padding-left: 40px;
  background: #fff url("../images/icon-join.png") no-repeat 5px center;
}
.formWrap form input[type=password] {
  padding-left: 40px;
  background: #fff url("../images/icon-lock.png") no-repeat 5px center;
}
.formWrap form input[type=email] {
  padding-left: 40px;
  background: #fff url("../images/icon-email.png") no-repeat 5px center;
}
.formWrap form input[type=email]::-webkit-autofill {
  animation-name: autofillEmail;
  animation-fill-mode: both;
}
.formWrap form input[id=Mobile], .formWrap form input[id=Phone], .formWrap form input[id=phone], .formWrap form input[id=t_Corp_Phone], .formWrap form input[id=t_Corp_Mobile] {
  padding-left: 40px;
  background: #fff url("../images/icon-phone.png") no-repeat 5px center;
}
.formWrap form input[id=t_Corp_Fax], .formWrap form input[id=fax] {
  padding-left: 40px;
  background: #fff url("../images/icon-fax.png") no-repeat 5px center;
}
.formWrap form input[id=Zip], .formWrap form input[id=zip] {
  padding-left: 40px;
  background: #fff url("../images/icon-zip.png") no-repeat 5px center;
}
.formWrap form input[id=Address], .formWrap form input[id=address] {
  padding-left: 40px;
  background: #fff url("../images/icon-addr1.png") no-repeat 5px center;
}
.formWrap form input[id=Address_Ext], .formWrap form input[id=address_ext], .formWrap form input[id=t_Corp_Address] {
  padding-left: 40px;
  background: #fff url("../images/icon-addr2.png") no-repeat 5px center;
}
.formWrap form input[id=homepage], .formWrap form input[id=url], .formWrap form input[id=t_Home_URL] {
  padding-left: 40px;
  background: #fff url("../images/icon-homepage.png") no-repeat 5px center;
}
.formWrap form input[id=uploadName], .formWrap form input[id=movieUploadName], .formWrap form input[id=catalogUploadName] {
  padding-left: 40px;
  background: #fff url("../images/icon-add.png") no-repeat 5px center;
}
.formWrap form input[id=multiUploadName] {
  padding-left: 40px;
  background: #fff url("../images/icon-multiadd.png") no-repeat 5px center;
}
.formWrap form input[type=file] {
  padding-left: 40px;
  background: #fff url("../images/icon-add.png") no-repeat 5px center;
}
.formWrap form input[id=confirm_key], .formWrap form input[id=t_Verification_Naver], .formWrap form input[id=t_Verification_Google] {
  padding-left: 40px;
  background: #fff url("../images/icon-key.png") no-repeat 5px center;
}
.formWrap form textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  transition: 0.5s;
  font-family: inherit;
}
.formWrap form textarea.Comment + .cke .cke_contents {
  height: 100px !important;
}
.formWrap form textarea:focus {
  box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
}
.formWrap form select {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  transition: 0.5s;
  background: #fff;
}
.formWrap form select:focus {
  box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
}
.formWrap form span.readOnly {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  background-color: #ccc;
  line-height: 50px;
}
.formWrap form span.readOnly.email {
  padding-left: 40px;
  background: #fff url("../images/icon-email.png") no-repeat 5px center;
}
.formWrap form span.readOnly.name {
  padding-left: 40px;
  background: #fff url("../images/icon-join.png") no-repeat 5px center;
}
.formWrap form span.readOnly.grade {
  padding-left: 40px;
  background: #fff url("../images/icon-grade.png") no-repeat 5px center;
}
.formWrap form span.readOnly.date {
  padding-left: 40px;
  background: #fff url("../images/icon_calendar.png") no-repeat 5px center;
}
.formWrap form .radioSelect {
  text-align: center;
}
.formWrap form .radioSelect label[for=admin] {
  margin-right: 30px;
}
.formWrap form p.notice {
  margin-bottom: 50px;
}
.formWrap form p.creatDate {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.formWrap form .butInputWrap {
  position: relative;
}
.formWrap form .butInputWrap input {
  padding-right: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.formWrap form .butInputWrap .multiBut {
  position: absolute;
  right: 5px;
  top: 9px;
  display: inline-block;
}
.formWrap form .butInputWrap .multiBut a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .formWrap form .butInputWrap .multiBut a {
    font-size: 14px;
  }
}
.formWrap form .butInputWrap .multiBut a:nth-child(2) {
  margin-left: 0;
}
.formWrap form .butInputWrap .multiBut a label {
  display: block;
  width: inherit;
  height: inherit;
  cursor: pointer;
}
.formWrap form .butInputWrap .multiBut > label {
  line-height: 2;
  padding-right: 5px;
}
.formWrap form .butInputWrap .deleteBut {
  margin-top: 5px;
  font-size: 0.8em;
}
@media screen and (max-width: 800px) {
  .formWrap form .butInputWrap .deleteBut {
    margin-top: -10px;
  }
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap {
    display: block;
    margin-right: 0;
  }
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap a {
  display: inline-block;
  padding: 0px 5px;
  margin: 3px;
  background: #666;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 0.9em;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap a:hover {
  background: #000;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap em {
  display: inline-block;
  padding: 0px 5px;
  margin: 3px;
  background: #666;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  font-size: 0.9em;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap em:hover {
  background: #000;
}
.formWrap form .birthInputWrap {
  position: relative;
}
.formWrap form .birthInputWrap .radioWrap {
  position: absolute;
  top: 15px;
  right: 40px;
}
@media screen and (max-width: 800px) {
  .formWrap form .birthInputWrap .radioWrap {
    position: relative;
    margin-bottom: 10px;
    top: auto;
    right: auto;
  }
}
.formWrap form .birthInputWrap .ui-datepicker-trigger {
  position: absolute;
  top: 18px;
  right: 10px;
}
.formWrap form table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 800px) {
  .formWrap form table {
    border-spacing: 0px;
  }
  .formWrap form table colgroup col {
    width: 100%;
  }
}
.formWrap form table tbody tr th, .formWrap form table tbody tr td {
  padding: 5px;
}
@media screen and (max-width: 800px) {
  .formWrap form table tbody tr th, .formWrap form table tbody tr td {
    display: block;
    padding: 2px;
  }
}
.formWrap form table tbody tr th {
  position: relative;
}
.formWrap form table tbody tr th label {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .formWrap form table tbody tr th label {
    height: 30px;
    line-height: 30px;
  }
}
.formWrap form table tbody tr th label.attachLabel {
  position: absolute;
  top: 5px;
  left: 0;
  width: calc(100% - 10px);
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .formWrap form table tbody tr th label.attachLabel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
  }
}
.formWrap form table tbody tr td {
  white-space: normal;
}
.formWrap form table tbody tr td .optionWrap {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .formWrap form table tbody tr td .optionWrap {
    font-size: 0.8em;
  }
}
.formWrap form table tbody tr td p.premier {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  width: auto;
  font-weight: bold;
  color: #000;
}
.formWrap form table tbody tr td p.premier:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: crimson;
}
.formWrap form table tbody tr td p.premier a {
  color: blue;
  text-decoration: underline;
}
.formWrap form table tbody tr td p.premier a:hover {
  color: orangered;
}
.formWrap .questionContents {
  margin-top: 50px;
}
.formWrap .questionContents h4 {
  text-align: center;
}

/* Iframe Popup */
.iframePopupWrap .formWrap {
  background: none;
  box-shadow: none;
  padding: 20px;
}

/* list_u.php / list.php */
.agencyListWrap p.tel {
  margin-bottom: 50px;
  text-align: center;
}
.agencyListWrap p.tel a {
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
  color: crimson;
}
.agencyListWrap .agencyList {
  margin-bottom: 50px;
  text-align: center;
}
.agencyListWrap .agencyList a {
  display: inline-block;
  margin: 3px;
  width: 100px;
  padding: 5px 0;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.agencyListWrap .agencyList a:hover {
  background-color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.agencyListWrap .agencyList a span {
  color: orange;
}

/* view_u.php / view.php */
.agencyViewWrap .status {
  margin-bottom: 20px;
}

/* login.php, relogin.php */
.memberLoginWrap.formWrap {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .memberLoginWrap.formWrap {
    width: 100%;
  }
}
.memberLoginWrap form p {
  margin-top: 20px;
  text-align: center;
}
.memberLoginWrap form p label {
  display: inline-block;
}
.memberLoginWrap form p a:hover {
  text-decoration: underline;
}

/* find_pass.php */
.idPwSearchWrap {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .idPwSearchWrap {
    width: 100%;
  }
}
.idPwSearchWrap ul.tabMenu {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.idPwSearchWrap ul.tabMenu li {
  float: left;
  width: 50%;
}
.idPwSearchWrap ul.tabMenu li a {
  display: block;
  background-color: #ddd;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #999;
}
@media screen and (max-width: 800px) {
  .idPwSearchWrap ul.tabMenu li a {
    font-size: 16px;
  }
}
.idPwSearchWrap ul.tabMenu li a:hover {
  border-top: 2px solid #666;
  background-color: #fff;
  color: #333;
}
.idPwSearchWrap ul.tabMenu li:last-child a {
  border-right: 1px solid transparent;
  width: calc(100% + 1px);
}
.idPwSearchWrap ul.tabMenu li.active a {
  border-top: 2px solid #666;
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid transparent;
}
.idPwSearchWrap .contentWrap .content {
  position: relative;
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
}
.idPwSearchWrap .contentWrap .content.active {
  display: block;
}
.idPwSearchWrap .contentWrap .content.formWrap {
  width: 100%;
  margin: 0;
  padding: 30px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.idPwSearchWrap .contentWrap .content p {
  margin-bottom: 10px;
}
.idPwSearchWrap .contentWrap .content p span {
  font-weight: bold;
}
.idPwSearchWrap .contentWrap .content > ul li {
  position: relative;
  padding: 5px 0;
}
.idPwSearchWrap .contentWrap .content > ul li span.date {
  float: right;
}
.idPwSearchWrap .contentWrap .content > ul li span.title a:before {
  content: "\f061";
  display: inline-block;
  margin-right: 10px;
  font-family: fontawesome;
  font-size: 12px;
  color: #ccc;
}
.idPwSearchWrap .contentWrap .content > ul li span.title a:hover {
  color: crimson;
}
.idPwSearchWrap .contentWrap .content > ul li span.boardContents {
  display: none;
}

/* qna_list.php */
.memberQnaListWrap .replyIcon,
.memberQnaListWrap .questionIcon {
  font-family: "Play", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.memberQnaListWrap .replyIcon {
  color: #666;
}
.memberQnaListWrap .questionIcon {
  color: #000;
}

/* member_history.php */
.mileageWrap p.mileageScore {
  margin-bottom: 50px;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #ccc;
  color: crimson;
}

/* 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;
}
.pictureListWrap #pictureList li {
  float: left;
  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: 1259px) {
  .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;
  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: 1259px) {
  .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-top: 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.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;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.title {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec h3 span.title {
    font-size: 24px;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut {
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec h3 span.moveBut {
    top: 0px;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut .fa {
  font-size: 30px;
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut .fa:hover {
  color: #000;
}
.productViewWrap .viewAndSpec .spec .specTable {
  margin-bottom: 50px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec .specTable {
    margin-bottom: 20px;
  }
  .productViewWrap .viewAndSpec .spec .specTable col:first-child {
    width: 30%;
  }
}
.productViewWrap .viewAndSpec .spec .specTable th, .productViewWrap .viewAndSpec .spec .specTable td {
  padding: 10px 0;
  text-align: justify;
  border-bottom: 1px solid #ddd;
}
.productViewWrap .viewAndSpec .spec .specTable th:before {
  content: "\f138";
  font-family: fontawesome;
  margin-right: 5px;
  color: #333;
}
.productViewWrap .viewAndSpec .spec .specTable td.comment {
  height: 230px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #eee;
  vertical-align: top;
}
.productViewWrap .viewAndSpec .spec .inquiryWrap {
  margin-bottom: 50px;
  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.telNo {
  margin-top: 15px;
  font-size: 30px;
  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;
}

/* 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;
}

/* view.php, schedule_mon.php */
.scheduleWrap h3 {
  margin-bottom: 30px;
  padding: 8px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .scheduleWrap h3 {
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 24px;
  }
}
.scheduleWrap > p {
  margin: 10px 0;
}
.scheduleWrap .todaySchedule {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .scheduleWrap .todaySchedule {
    margin-bottom: 20px;
  }
}
.scheduleWrap .todaySchedule h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .scheduleWrap .todaySchedule h4 {
    font-size: 14px;
  }
}
.scheduleWrap .todaySchedule h4 span {
  color: #000;
  font-weight: bold;
}
.scheduleWrap .todaySchedule p {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #eee;
}
@media screen and (max-width: 800px) {
  .scheduleWrap .todaySchedule p {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.scheduleWrap .todaySchedule p span {
  display: block;
  margin-bottom: 10px;
}
.scheduleWrap .todaySchedule p a {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s;
}
.scheduleWrap .todaySchedule p a:hover {
  transform: translateY(-3px);
}
.scheduleWrap .todaySchedule p a:nth-of-type(1) {
  background-color: #285a91;
}
.scheduleWrap .todaySchedule p a:nth-of-type(2) {
  background-color: crimson;
}
.scheduleWrap table.calendar {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f9f9f9;
}
.scheduleWrap table.calendar th, .scheduleWrap table.calendar td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
}
.scheduleWrap table.calendar th {
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f9f9f9;
}
.scheduleWrap table.calendar th.firstColumn {
  border-left: none;
}
.scheduleWrap table.calendar td {
  position: relative;
  padding: 5px;
  height: 100px;
  font-size: 0.9em;
  text-align: right;
  vertical-align: top;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .scheduleWrap table.calendar td {
    height: 80px;
  }
  .scheduleWrap table.calendar td em {
    display: none;
  }
}
.scheduleWrap table.calendar td.firstColumn {
  border-left: none;
}
.scheduleWrap table.calendar td.today {
  background: #eee;
}
.scheduleWrap table.calendar td.sunday {
  color: crimson;
}
.scheduleWrap table.calendar td.saturday {
  color: dodgerblue;
}
.scheduleWrap table.calendar td a {
  position: absolute;
  top: 10px;
  left: 5px;
}
.scheduleWrap table.calendar td a .fa {
  color: crimson;
  font-size: 20px;
}
.scheduleWrap table.calendar td span {
  display: block;
  margin-top: 5px;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  .scheduleWrap table.calendar td span span {
    display: none;
  }
  .scheduleWrap table.calendar td span a {
    display: block;
    width: 100%;
    text-align: center;
    bottom: 25px;
    top: auto;
    left: 0;
  }
}
.scheduleWrap table.calendar td .addDeleteButWrap {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 50px;
  height: 25px;
}
@media screen and (max-width: 800px) {
  .scheduleWrap table.calendar td .addDeleteButWrap {
    right: 0px;
    width: 100%;
    text-align: center;
  }
}
.scheduleWrap table.calendar td .addDeleteButWrap a {
  position: relative;
  top: auto;
  left: auto;
}
.scheduleWrap table.calendar td .addDeleteButWrap a .fa {
  color: #666;
}

/* schedule_add.php */
@media screen and (max-width: 800px) {
  .scheduleAddWrap .selectWrap select {
    width: 22%;
  }
  .scheduleAddWrap .selectWrap > span {
    display: inline-block;
    width: 8%;
    height: 50px;
    text-align: center;
  }
}
.mystyle-warp-5r {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  padding: 12px 10px;
}

/* Admin Header */
header {
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 10;
  transition: 0.5s;
  display: flex;
  align-items: center;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  /* 서브메뉴 BG */
  /* 네비게이션 */
}
@media screen and (max-width: 800px) {
  header {
    position: absolute;
    height: 60px;
  }
}
header h1.logo {
  float: left;
  width: 250px;
  text-align: center;
}
@media screen and (min-width: 801px) and (max-width: 1259px) {
  header h1.logo {
    position: absolute;
    width: 250px;
  }
}
@media screen and (max-width: 800px) {
  header h1.logo {
    width: 80px;
    margin-left: 20px;
    text-align: left;
  }
}
header .infoWrap {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 320px;
  transform: translateY(-50%);
  overflow: hidden;
  text-align: right;
  /* 사이트 언어선택 */
}
@media screen and (max-width: 800px) {
  header .infoWrap {
    width: 90px;
  }
}
header .infoWrap ul.infoMenu {
  margin-right: 80px;
}
@media screen and (max-width: 800px) {
  header .infoWrap ul.infoMenu {
    display: none;
  }
}
header .infoWrap ul.infoMenu li {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  line-height: 2;
}
header .infoWrap ul.infoMenu li a {
  color: #fff;
}
header .infoWrap ul.infoMenu li a:hover {
  color: crimson;
}
header .infoWrap ul.infoMenu li a:before {
  font-family: fontawesome;
  margin-right: 3px;
}
header .infoWrap ul.infoMenu li:nth-child(1) a:before {
  content: "\f09c";
}
header .infoWrap ul.infoMenu li:nth-child(2) a:before {
  content: "\f007";
}
header .infoWrap form.selectLangForm {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  font-size: 16px;
}
header .infoWrap form.selectLangForm select {
  padding: 3px 0;
  outline: none;
  font-family: "Play", sans-serif;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
header .infoWrap form.selectLangForm select option {
  color: #333;
}
header .infoWrap ul.infoMenu li:nth-child(1) a:before,
header .infoWrap .adminMobileInfoWrap a:nth-child(1):before {
  content: "\f015";
}
header .infoWrap ul.infoMenu li:nth-child(2) a:before,
header .infoWrap .adminMobileInfoWrap a:nth-child(2):before {
  content: "\f003";
}
header .infoWrap ul.infoMenu li:nth-child(3) a:before,
header .infoWrap .adminMobileInfoWrap a:nth-child(3):before {
  content: "\f08e";
}
header .gnbSubArea {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #eee;
  transition: 0.3s;
}
header .gnbSubArea .item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(14% + 720px);
  width: 500px;
  height: 140px;
  transition: 0.3s;
  transition-delay: 0.3s;
  display: none;
  opacity: 0;
}
header .gnbSubArea .item div {
  float: left;
  width: 50%;
  height: inherit;
}
header .gnbSubArea .item div.textWrap {
  padding: 20px;
  background-color: #fff;
}
header .gnbSubArea .item div.textWrap h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
header .gnbSubArea .item div.textWrap p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
header .gnbSubArea .item div.imgWrap {
  overflow: hidden;
}
header .gnbSubArea .item div.imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
header .gnbSubArea.on {
  height: 220px;
}
header .gnbSubArea.on .item {
  display: block;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  header nav {
    display: none;
  }
}
@media screen and (min-width: 801px) and (max-width: 1259px) {
  header nav {
    display: none;
  }
}
header nav #navigation {
  float: left;
  width: 700px;
  height: inherit;
}
header nav #navigation > li {
  float: left;
  padding: 10px;
  text-align: center;
  line-height: 70px;
}
header nav #navigation > li > a {
  position: relative;
  color: #fff;
}
header nav #navigation > li > a:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: crimson;
  transition: 0.3s;
}
header nav #navigation > li > a:hover {
  color: crimson;
}
header nav #navigation > li.on > a {
  color: crimson;
}
header nav #navigation > li.on > a:before {
  left: 0;
  width: 100%;
}
header nav #navigation > li.on > ul.secondGrade {
  display: none;
  opacity: 1;
  top: 90px;
  padding: 20px 0;
  line-height: 46px;
  height: auto;
}
header nav #navigation > li.active > a {
  color: crimson;
}
header nav #navigation > li.active > a:before {
  left: 0;
  width: 100%;
}
header nav #navigation ul.secondGrade {
  position: absolute;
  opacity: 0;
  top: 90px;
  left: 270px;
  width: 36%;
  height: 0;
  line-height: 0;
  padding: 0;
  transition: opacity 0.5s, top 0.5s;
  overflow: hidden;
}
header nav #navigation ul.secondGrade > li {
  position: relative;
  float: left;
  width: 31%;
  margin-right: 2%;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
header nav #navigation ul.secondGrade > li:last-child {
  margin-right: 0;
}
header nav #navigation ul.secondGrade > li:before {
  position: absolute;
  top: 100%;
  bottom: -1px;
  width: 0;
  height: 1px;
  content: "";
  background-color: crimson;
  transition: 0.5s;
}
header nav #navigation ul.secondGrade > li:hover:before {
  width: 100%;
}
header nav #navigation ul.secondGrade > li > a {
  display: block;
  padding-left: 10px;
}
header nav #navigation ul.secondGrade > li > a:after {
  content: "\e5cc";
  float: right;
  margin-right: 15px;
  font-family: "Material Icons";
  transition: 0.5s;
}
header nav #navigation ul.secondGrade > li > a:hover {
  color: crimson;
}
header nav #navigation ul.thirdGrade {
  display: none;
}
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;
  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 > 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: crimson;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
  position: relative;
  display: block;
  padding: 8px 30px;
  transition: 0.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%;
  transition: 0.3s;
  background-color: crimson;
  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;
  transition: 0.3s;
  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 {
  transform: rotate(-90deg);
}
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;
  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: 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 .mobileMenuModal > a {
  display: block;
  height: 60px;
  padding: 10px 20px;
  width: calc(100% - 70px);
  background-color: #285a91;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
}
header .mobileMenuModal > a img {
  width: 80px;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li {
  transition: 0.5s;
  transform: translateX(-50px);
  opacity: 0;
  background-color: #fff;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li.active {
  opacity: 1;
  transform: translateX(0);
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(1).active {
  transition-delay: 0.5s;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(2).active {
  transition-delay: 0.6s;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(3).active {
  transition-delay: 0.7s;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(4).active {
  transition-delay: 0.8s;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(5).active {
  transition-delay: 0.9s;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(6).active {
  transition-delay: 1s;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li:nth-child(7).active {
  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%;
  transition: 0.3s;
  background-color: #000;
  z-index: -1;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li > a:after {
  content: "\f0ab";
  position: relative;
  font-family: fontawesome;
  float: right;
  transition: 0.3s;
  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 {
  transform: rotate(180deg);
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap > li.on2 > a:after {
  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;
  transition: 0.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%;
  transition: 0.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;
  transition: 0.3s;
  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 {
  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 {
  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: crimson;
  transition: 0.3s;
}
header .mobileMenuModal .siteMapWrap #mobileSiteMap ul.thirdGrade > li > a:hover {
  color: crimson;
}
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: crimson;
}
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 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: 110px;
    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 .infoWrap .infoMenu a {
  color: #666;
}
header.active .infoWrap .selectLangForm select {
  color: #666;
  border: 1px solid #666;
}
header.active nav #navigation > li a {
  color: #333;
}
header.active nav #navigation > li.on > a {
  color: crimson;
}
header.active .menuTrigger span {
  background-color: #333;
}
header.active .menuTrigger.active span {
  background-color: #fff;
}

.container {
  overflow: hidden;
}

/* Main Header */
header {
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  header {
    position: relative;
  }
}
header .infoWrap ul.infoMenu li a {
  color: #333;
}
header .infoWrap form.selectLangForm select {
  border: 1px solid #999;
  color: #333;
}
header nav #navigation > li a {
  color: #333;
}
header .menuTrigger span {
  background-color: #333;
}
@media screen and (max-width: 800px) {
  header .mobileMenuTrigger span {
    background-color: #333;
  }
}
header aside.locationMenu {
  display: block;
}

/* section : visual */
section.visual {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  section.visual {
    display: none;
  }
}
section.visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000, transparent);
}
section.visual .copyWrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  font-family: "Play", sans-serif;
}
section.visual .copyWrap .menuEnName {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}
section.visual .copyWrap .menuEnName:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
section.visual .copyWrap .copy {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
section.visual .copyWrap .copy em {
  display: block;
  margin-top: 20px;
  color: crimson;
  font-size: 30px;
  font-weight: bold;
}

/* aside : secondSubMenu */
aside.secondSubMenu {
  position: relative;
  margin-top: -70px;
  background-color: rgba(220, 20, 60, 0.8);
}
@media screen and (max-width: 800px) {
  aside.secondSubMenu {
    display: none;
  }
}
aside.secondSubMenu .secondSubMenuList {
  overflow: hidden;
  margin: 0 auto;
}
aside.secondSubMenu .secondSubMenuList li {
  float: left;
  width: 180px;
}
aside.secondSubMenu .secondSubMenuList li > a {
  position: relative;
  display: block;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
aside.secondSubMenu .secondSubMenuList li > a:after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  float: right;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
aside.secondSubMenu .secondSubMenuList li > a span {
  color: #fff;
  opacity: 0.7;
  transition: 0.3s;
}
aside.secondSubMenu .secondSubMenuList li > a:hover span {
  opacity: 1;
}
aside.secondSubMenu .secondSubMenuList li:last-child a:after {
  display: none;
}
aside.secondSubMenu .secondSubMenuList li.active a {
  background-color: #fff;
  color: #333;
}
aside.secondSubMenu .secondSubMenuList li.active a span {
  color: #000;
  opacity: 1;
}

/* section : contentsWrap */
section.contentsWrap .thirdSubMenu {
  margin: 80px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .thirdSubMenu {
    display: none;
  }
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList {
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ddd;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li {
  float: left;
  width: 140px;
  text-align: center;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a span {
  opacity: 0.7;
  transition: 0.3s;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  transform: translateY(-50%);
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a:hover span {
  opacity: 1;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li.active a {
  color: #fff;
  background-color: #000;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li.active a span:after {
  display: none;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li:last-child a span:after {
  display: none;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .fourthSubMenu {
    display: none;
  }
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList {
  overflow: hidden;
  margin: 0 auto;
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList li {
  float: left;
  width: 150px;
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList li a {
  display: block;
  height: 30px;
  margin: 0 5px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList li a:hover {
  border: 2px solid crimson;
  color: crimson;
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList li.active a {
  border: 2px solid crimson;
  color: crimson;
}
section.contentsWrap .titleWrap {
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .titleWrap {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
section.contentsWrap .titleWrap h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 10px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .titleWrap h2 {
    font-size: 24px;
    letter-spacing: 0px;
  }
}
section.contentsWrap #pg_css {
  margin-bottom: 50px;
  padding: 50px 0;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css {
    margin-bottom: 0px;
    padding: 20px;
  }
}
section.contentsWrap #pg_css .titleH3 h3 {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH3 h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
section.contentsWrap #pg_css .titleH3 p {
  margin-bottom: 30px;
  margin-top: -20px;
  text-align: center;
}
section.contentsWrap #pg_css .titleH3 p span {
  position: relative;
  padding-left: 20px;
}
section.contentsWrap #pg_css .titleH3 p span:before {
  content: "\e409";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.2em;
}
section.contentsWrap #pg_css .titleH4 h4 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH4 h4 {
    margin-bottom: 20px;
  }
}
section.contentsWrap #pg_css .titleH5 h5 {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 h5 {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
section.contentsWrap #pg_css p.mainText {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #999;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css p.mainText {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
section.contentsWrap #pg_css p.mainText:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: crimson;
  transform: translateX(-50%);
}
section.contentsWrap #pg_css p.mainText span {
  display: block;
}
section.contentsWrap #pg_css .useWrap {
  overflow: auto;
  height: 400px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
section.contentsWrap #pg_css .useWrap h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
section.contentsWrap #pg_css .useWrap h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
section.contentsWrap #pg_css .useWrap h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
section.contentsWrap #pg_css .useWrap p {
  margin-bottom: 30px;
  color: #333;
}
section.contentsWrap #pg_css .useWrap > ul {
  margin-bottom: 30px;
  color: #333;
}
section.contentsWrap #pg_css .useWrap > ul > li {
  padding: 3px 0;
}
section.contentsWrap #pg_css .useWrap > ul > li:before {
  content: "\f0a9";
  font-family: fontawesome;
  margin-right: 5px;
}
section.contentsWrap #pg_css .useWrap > ul > li span {
  display: block;
}
section.contentsWrap #pg_css .useWrap > ul > li ul {
  margin: 10px 0;
  margin-left: 20px;
  color: #666;
}
section.contentsWrap #pg_css .useWrap > ul > li ul li:before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 10px;
}
section.contentsWrap #pg_css .rejectionWrap {
  height: auto;
}

footer {
  position: relative;
  background-color: #111;
}
footer .bannerWrap {
  position: relative;
  overflow: hidden;
  padding: 20px 60px;
  background-color: #666;
}
@media screen and (max-width: 800px) {
  footer .bannerWrap {
    display: none;
  }
}
footer .bannerWrap .bannerList {
  padding: 0 40px;
}
footer .bannerWrap .bannerList .slick-track li {
  margin: 0 5px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 3px black;
}
footer .bannerWrap .bannerList .slick-track li a {
  display: block;
  padding: 20px;
}
footer .bannerWrap .bannerList .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9000px;
  color: #fff;
  height: 0;
  width: 0;
  line-height: 0;
  border: none;
  background: none;
}
footer .bannerWrap .bannerList .slick-arrow:hover {
  color: crimson;
  text-shadow: 0 0 3px black;
}
footer .bannerWrap .bannerList .slick-arrow:before {
  content: "\e1c4";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  font-size: 30px;
  text-indent: 0;
}
footer .bannerWrap .bannerList .slick-arrow.slick-prev {
  left: 0px;
}
footer .bannerWrap .bannerList .slick-arrow.slick-prev:before {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
footer .bannerWrap .bannerList .slick-arrow.slick-next {
  right: 0px;
}
footer .bannerWrap .bannerList .slick-arrow.slick-next:before {
  transform: translateY(-50%);
  right: 0;
}
footer .footer-content {
  padding: 50px;
}
footer .footer-content .footer-logo {
  margin-bottom: 50px;
}
footer .footer-content .sns {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .sns {
    float: none;
    margin-top: 10px;
  }
}
footer .footer-content .sns i {
  color: #fff;
  font-size: 15px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #37466c;
  text-align: center;
  line-height: 25px;
  margin: 1px;
  transition: 0.5s;
}
footer .footer-content .sns i:hover {
  background-color: crimson;
}
footer .footer-content .copyright {
  color: #fff;
}
footer .footer-content .copyright address {
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
  font-style: normal;
}
footer .footer-content .copyright address span {
  display: block;
  margin-bottom: 15px;
}
footer .footer-content .copyright address span em {
  display: inline-block;
  margin: 0 20px 0 30px;
  color: #666;
  font-weight: bold;
}
footer .footer-content .copyright address span em:first-child {
  margin-left: 0;
}
footer .footer-content .copyright address span a:hover {
  color: #285a91;
}
footer .footer-content .copyright .policyWrap {
  padding-top: 50px;
  overflow: hidden;
}
footer .footer-content .copyright .policyWrap > div {
  float: left;
  width: 50%;
}
footer .footer-content .copyright .policyWrap > div.policy a {
  display: inline-block;
  margin: 0 30px 0 20px;
  color: #666;
}
footer .footer-content .copyright .policyWrap > div.policy a:first-child {
  margin-left: 0;
  color: #fff;
}
footer .footer-content .copyright .policyWrap > div.policy a:hover {
  color: #285a91;
}
footer .footer-content .copyright .policyWrap > div.reserved {
  text-align: right;
}
footer .footer-content .copyright .policyWrap > div.reserved a:hover {
  color: #285a91;
}

/* Admin Login */
.adminLoginWrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
}
.adminLoginWrap h1 {
  margin-bottom: 30px;
  text-align: center;
}
.adminLoginWrap .formWrap {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .adminLoginWrap .formWrap {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
  }
}
.adminLoginWrap .formWrap h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: "Play", sans-serif;
}
.adminLoginWrap .formWrap form .selectLogin {
  margin-bottom: 20px;
  text-align: center;
}
.adminLoginWrap .formWrap form p {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
.adminLoginWrap .formWrap form p a {
  color: crimson;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .adminLoginWrap .formWrap form p a {
    display: block;
  }
}

/* Admin Index */
.indexContainer header aside.locationMenu {
  display: none;
}
.indexContainer .visual {
  height: 400px;
}
.indexContainer .contentsWrap h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.indexContainer .contentsWrap h2 span {
  color: #333;
}
.indexContainer .contentsWrap h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: crimson;
}
.indexContainer .contentsWrap table.report {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .indexContainer .contentsWrap table.report {
    padding: 5px;
  }
}
.indexContainer .contentsWrap table.report.visitReport {
  margin-bottom: 20px;
}
.indexContainer .contentsWrap table.report th, .indexContainer .contentsWrap table.report td {
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 5px;
  text-align: center;
}
.indexContainer .contentsWrap table.report th {
  color: #fff;
  background-color: #333;
  border: 1px solid transparent;
}
.indexContainer .contentsWrap table.report td {
  color: #333;
  background-color: #eee;
  border: 1px solid #ccc;
}
.indexContainer .contentsWrap .firstWrap {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 20px;
  border: 3px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .indexContainer .contentsWrap .firstWrap {
    margin-bottom: 30px;
    padding: 0px;
    border: none;
    background-color: none;
  }
}
.indexContainer .contentsWrap .firstWrap > div {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 800px) {
  .indexContainer .contentsWrap .firstWrap > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .indexContainer .contentsWrap .firstWrap > div.leftWrap {
    margin-bottom: 30px;
  }
}
.indexContainer .contentsWrap .firstWrap > div:last-child {
  margin-right: 0;
}
.indexContainer .contentsWrap .countWrap {
  margin-bottom: 50px;
}
.indexContainer .contentsWrap .todayMemberWrap, .indexContainer .contentsWrap .todayQnaWrap {
  position: relative;
  margin-bottom: 50px;
}
.indexContainer .contentsWrap .todayMemberWrap > a, .indexContainer .contentsWrap .todayQnaWrap > a {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 30px;
  transition: 0.3s;
}
.indexContainer .contentsWrap .todayMemberWrap > a:hover, .indexContainer .contentsWrap .todayQnaWrap > a:hover {
  transform: rotate(180deg);
  color: orange;
}

p.totalAmount {
  text-align: center;
  font-size: 20px;
  color: crimson;
}

/* 환경설정 */
.adminLanguageWriteWrap .radioWrap, .adminLanguageWriteWrap .checkboxWrap {
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  background-color: #fff;
  padding-left: 20px;
  line-height: 50px;
}

.adminMenuSettingWrap {
  position: relative;
}
.adminMenuSettingWrap .locationWrap {
  margin-bottom: 30px;
  text-align: center;
}
.adminMenuSettingWrap .locationWrap > a span {
  padding: 3px 10px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
}
.adminMenuSettingWrap table.boardList .adminViewBut {
  display: inline-block;
  width: 80px;
  padding: 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s;
}
.adminMenuSettingWrap table.boardList .adminViewBut:hover {
  background-color: #333;
}
.adminMenuSettingWrap table.boardList .fa {
  display: block;
  margin: 5px 0;
  font-size: 24px;
  transition: 0.3s;
  color: #999;
  transition: 0.3s;
}
.adminMenuSettingWrap table.boardList .fa:hover {
  color: #333;
  text-shadow: 0 0 3px #000;
}
.adminMenuSettingWrap table.boardList input[type=text] {
  display: block;
  width: 100%;
  min-width: 250px;
  margin: 2px 0;
  padding: 3px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
}
.adminMenuSettingWrap table.boardList button, .adminMenuSettingWrap table.boardList a.btn_delete {
  display: block;
  width: 100%;
  min-width: 80px;
  margin: 2px 0;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  background-color: #666;
  transition: 0.3s;
}
.adminMenuSettingWrap table.boardList button:hover, .adminMenuSettingWrap table.boardList a.btn_delete:hover {
  background-color: #333;
}
.adminMenuSettingWrap table.boardList button {
  padding: 5px 0;
}

/* 회원관리 */
.dateSearchWrap, .memberSearchWrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.searchDateButListWrap, .mailButListWrap {
  margin-bottom: 20px;
}
.searchDateButListWrap a, .mailButListWrap a {
  display: inline-block;
  width: 70px;
  padding: 5px 0;
  margin: 0 2px;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.searchDateButListWrap a :hover, .mailButListWrap a :hover {
  background-color: #000;
}

.guganSelectWrap, .memberSelectWrap {
  margin-bottom: 10px;
}

.dateInputWrap span {
  display: none;
  margin-bottom: 5px;
}

.dateInputWrap input[type=text] {
  width: 80px;
}

.adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content > p {
  font-size: 20px;
  text-align: center;
}
.adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content table.graph th, .adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content table.graph td {
  height: 50px;
  text-align: center;
}
.adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content table.graph th {
  border-right: 1px solid #ccc;
}
.adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content table.graph td span {
  display: block;
  padding: 5px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: skyblue;
  font-size: 12px;
}
.adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content table.graph td span a {
  display: inline-block;
  width: 50px;
  margin-left: 5px;
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s;
}
.adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content table.graph td span a:hover {
  background-color: #000;
}
.adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content table.graph td.zero span {
  width: 100px !important;
  background-color: #fff !important;
}
.adminMemberStatisticsWrap .tabMenuWrap .contentWrap .content table.graph td.zero span a {
  display: none;
}

.adminMemberMailWrap .mailSandWrap .textWrap {
  margin-bottom: 10px;
}
.adminMemberMailWrap .mailSandWrap .textWrap p {
  margin-bottom: 5px;
}
.adminMemberMailWrap .mailSandWrap .textWrap p span {
  color: crimson;
}
.adminMemberMailWrap .mailSandWrap .textWrap p em {
  color: #285a91;
}
.adminMemberMailWrap .mailSandResult {
  margin-top: 50px;
  margin-bottom: 20px;
}
.adminMemberMailWrap .mailSandResult .mailContents {
  margin-bottom: 20px;
  padding: 20px;
  border: 3px solid #ccc;
  border-radius: 5px;
}
.adminMemberMailWrap .mailSandResult .mailContents h4 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.adminMemberMailWrap .mailSandResult .mailContents a {
  display: block;
  margin-top: 20px;
}

.mailConfigWrap .mailButListWrap {
  text-align: center;
}
.mailConfigWrap .mailButListWrap a {
  width: 100px;
}
.mailConfigWrap p {
  margin-bottom: 30px;
  text-align: center;
}
.mailConfigWrap ul {
  margin-bottom: 20px;
  text-align: center;
}
.mailConfigWrap ul li span {
  color: #000;
  font-weight: bold;
}
.mailConfigWrap .cke_contents {
  height: 400px !important;
}
.mailConfigWrap .butList {
  margin-top: 30px;
}

/* 기본관리 */
.boardWriteWrap .inputWrap, .boardWriteWrap .admiDateInputWrap {
  position: relative;
}
.boardWriteWrap .inputWrap input[type=text], .boardWriteWrap .admiDateInputWrap input[type=text] {
  width: 47%;
}
.boardWriteWrap .inputWrap input[type=text]:nth-of-type(1), .boardWriteWrap .admiDateInputWrap input[type=text]:nth-of-type(1) {
  margin-right: 6%;
}
@media screen and (max-width: 800px) {
  .boardWriteWrap .inputWrap input[type=text], .boardWriteWrap .admiDateInputWrap input[type=text] {
    width: 100%;
  }
  .boardWriteWrap .inputWrap input[type=text]:nth-child(1), .boardWriteWrap .admiDateInputWrap input[type=text]:nth-child(1) {
    margin-right: 0;
  }
}
.boardWriteWrap .inputWrap span, .boardWriteWrap .admiDateInputWrap span {
  position: absolute;
  top: 23px;
  left: 47%;
  display: inline-block;
  width: 6%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .boardWriteWrap .inputWrap span, .boardWriteWrap .admiDateInputWrap span {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    height: 20px;
    margin-top: -10px;
    line-height: 20px;
  }
}
.boardWriteWrap .admiDateInputWrap span {
  top: auto;
}
@media screen and (max-width: 800px) {
  .boardWriteWrap .admiDateInputWrap span {
    transform: rotate(90deg);
  }
}
.boardWriteWrap .admiDateInputWrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.boardWriteWrap .admiDateInputWrap img:nth-of-type(1) {
  left: 40%;
}
@media screen and (max-width: 800px) {
  .boardWriteWrap .admiDateInputWrap img:nth-of-type(1) {
    top: 25px;
    left: 86%;
  }
}
.boardWriteWrap .admiDateInputWrap img:nth-of-type(2) {
  left: 93%;
}
@media screen and (max-width: 800px) {
  .boardWriteWrap .admiDateInputWrap img:nth-of-type(2) {
    left: 86%;
    top: 95px;
  }
}