@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://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=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
  color: #fff;
  background-color: #333;
  border-color: transparent;
}

input[type=radio] + label:before, input[type=checkbox] + 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%;
  -webkit-transition: .3s;
  transition: .3s;
}

/* Icon Font */
/* https://material.io/icons */
/* font-family: 'Material Icons'; */
/* XEION CDN */
/* font-family: 'xeicon'; */
/* 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;
}

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

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

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

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

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

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

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

@media screen and (max-width: 1260px) {
  table {
    white-space: nowrap;
  }
  .tableScroll {
    overflow: hidden;
    overflow-x: auto;
  }
}

.locationMap {
  margin-bottom: 20px;
}

.locationMap .mapWrap {
  position: relative;
  border: 3px solid #ccc;
}

.locationMap .mapWrap .root_daum_roughmap {
  width: 100%;
  height: 400px;
}

.locationMap table.location {
  margin-top: 20px;
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.locationMap table.location th, .locationMap table.location td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

.locationMap table.location th span, .locationMap table.location td span {
  display: block;
}

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

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

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

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

caption,
td {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

/* ################### Content Table ################### */
table.base {
  width: 100%;
  margin-bottom: 80px;
  border-top: 2px solid #1b75bb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}

@keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-top {
  position: fixed;
  right: 20px;
  bottom: -50px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 43px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-top i {
  color: #fff !important;
}

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

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

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

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

@media screen and (max-width: 1260px) {
  .butList a {
    margin: 2px 1px;
  }
}

.butList a button {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
}

.butList a:last-child {
  margin-right: 0;
}

.butList a:nth-child(odd) {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}

.butList a:nth-child(even) {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.butList a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* ################## buttonWrap button ################# */
.buttonWrap {
  text-align: center;
}

.buttonWrap button {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  background-color: #333;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1260px) {
  .buttonWrap button {
    width: 120px;
    height: 40px;
    margin-right: 5px;
    font-size: 16px;
  }
}

.buttonWrap button:nth-child(2) {
  margin-right: 0;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}

.buttonWrap button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* ############## searchWrap button ############## */
.searchWrap {
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 1260px) {
  .searchWrap {
    margin-bottom: 5px;
  }
  .searchWrap #idx_Field,
  .searchWrap #Classification,
  .searchWrap #Where_Field {
    display: none;
  }
  .searchWrap input[type=text] {
    width: 100px;
  }
}

.searchWrap button {
  width: 80px;
  padding: 4px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

/* ################## pageNo Button ################## */
.pageNoWrap {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.pageNoWrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px;
  line-height: 40px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.pageNoWrap a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.pageNoWrap a.active {
  background-color: #eee;
  color: #333;
  border: 1px solid #ccc;
}

.pageNoWrap a.first, .pageNoWrap a.last {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}

.pageNoWrap a.firstSecond, .pageNoWrap a.lastSecond {
  background-color: #666;
  color: #fff;
  border: 1px solid transparent;
}

/* 햄버거 버튼 */
.menuTrigger,
.mobileMenuTrigger {
  position: absolute;
  right: 20px;
  top: 34px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}

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

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

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

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

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

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

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

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

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

.mobileMenuTrigger {
  display: none;
}

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

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

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

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

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

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

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

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

.tabMenuWrap .tabMenuContent .tabMenu li a {
  display: block;
  height: 50px;
  background-color: #eee;
  text-align: center;
  border-right: 1px solid #ccc;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
}

.tabMenuWrap .tabMenuContent .tabMenu li:last-child a {
  border-right: 1px solid transparent;
  width: calc(100% + 1px);
}

.tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-top: 2px solid #1b75bb;
  background-color: #fff;
}

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

.tabMenuWrap .tabMenuContent .contentWrap .content {
  display: none;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 1260px) {
  .tabMenuWrap .tabMenuContent .contentWrap .content {
    padding: 20px 15px;
  }
}

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

#selectWrite {
  padding: 3px 6px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
}

span.searchResult {
  color: #333;
  font-weight: bold;
}

.includeBoardListWrap {
  margin-top: 50px;
}

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

span.boardListNotice,
span.boardListFinish {
  background-color: #333;
}

/* #################### boardList ###################### */
table.boardList {
  margin-bottom: 30px;
}

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

table.boardList tbody td span.notice, table.boardList tbody td span.hiddenBut {
  background-color: #333;
}

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

table.boardList tbody td a.selectBut:hover, table.boardList tbody td a.deleteBut:hover {
  background: #1b75bb;
}

.galleryListWrap .imgListWrap {
  overflow: hidden;
  padding: 30px 5px;
}

.galleryListWrap .imgListWrap .item {
  float: left;
  width: 23.5%;
  height: 250px;
  margin-right: 2%;
  margin-bottom: 2%;
}

.galleryListWrap .imgListWrap .item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1260px) {
  .galleryListWrap .imgListWrap .item {
    width: 48%;
    height: 250px;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .galleryListWrap .imgListWrap .item:nth-child(2n) {
    margin-right: 0;
  }
}

.galleryListWrap .imgListWrap .item > a {
  display: block;
  width: 100%;
  height: 200px;
  /* 관리자모드 에디터이미지 관리 /ZxCkeditor/list.php */
}

.galleryListWrap .imgListWrap .item > a img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1260px) {
  .galleryListWrap .imgListWrap .item > a img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}

.galleryListWrap .imgListWrap .item > a img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.galleryListWrap .imgListWrap .item > a > span {
  display: block;
  padding: 8px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  .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;
  -webkit-transition: .3s;
  transition: .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: 1260px) {
  .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;
  -webkit-transition: .3s;
  transition: .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: 1260px) {
  .galleryListWrap .sumnailList .item > div {
    float: none;
  }
}

.galleryListWrap .sumnailList .item .imgWrap {
  width: 30%;
  height: 164px;
  margin-right: 2%;
}

@media screen and (max-width: 1260px) {
  .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: 1260px) {
  .galleryListWrap .sumnailList .item .imgWrap img {
    margin-bottom: 10px;
  }
}

.galleryListWrap .sumnailList .item .boardContents {
  position: relative;
  width: 68%;
  height: 164px;
}

@media screen and (max-width: 1260px) {
  .galleryListWrap .sumnailList .item .boardContents {
    width: 100%;
    height: auto;
  }
}

.galleryListWrap .sumnailList .item .boardContents .title {
  margin-bottom: 10px;
  margin-right: 70px;
}

@media screen and (max-width: 1260px) {
  .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: 1260px) {
  .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: 1260px) {
  .galleryListWrap .sumnailList .item .boardContents .title > span {
    font-size: 14px;
  }
}

.galleryListWrap .sumnailList .item .boardContents .title p.text {
  font-size: 14px;
}

@media screen and (max-width: 1260px) {
  .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: 1260px) {
  .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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: orange;
  font-size: 80px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.galleryListWrap .sumnailList .item > a:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          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;
  -webkit-transition: .3s;
  transition: .3s;
}

.prevNextButWrap a.nextBut {
  float: right;
}

.prevNextButWrap a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          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: 1260px) {
  .boardViewWrap .viewTitle {
    padding: 20px 0;
  }
}

.boardViewWrap .viewTitle h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1260px) {
  .boardViewWrap .viewTitle p {
    font-size: 14px;
  }
}

.boardViewWrap .viewTitle p span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

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

.boardViewWrap .viewTitle p span.notice, .boardViewWrap .viewTitle p span.finish {
  background-color: #333;
}

.boardViewWrap .boardContentsView {
  margin-bottom: 10px;
  padding: 30px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1260px) {
  .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: 1260px) {
  .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: 1260px) {
  .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;
  -webkit-transform: rotate(90deg);
          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;
  -webkit-transition: .3s;
  transition: .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;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
          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: 1260px) {
  .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: #333;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.faqWrap .faq-content .faq-item h3 a {
  color: #333;
}

.faqWrap .faq-content .faq-item.active {
  border: 1px solid #333;
}

.faqWrap .faq-content .faq-item.active h3:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  color: #333;
}

.faqWrap .faq-content .faq-item p {
  padding: 20px;
  display: none;
  background-color: #fff;
}

/* ################ 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::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: #f9f9f9 inset;
          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;
  -webkit-transition: .3s;
  transition: .3s;
}

#wrap > a:hover {
  color: #000;
}

.optionWrap {
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
}

.formWrap {
  width: 800px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Reply 질문내용 */
}

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

.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;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1260px) {
  .formWrap form input {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.formWrap form input::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
}

.formWrap form input:-ms-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
}

.formWrap form input::-ms-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
}

.formWrap form input::placeholder {
  -webkit-transition: .3s;
  transition: .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 {
  -webkit-animation-name: autofillEmail;
          animation-name: autofillEmail;
  -webkit-animation-fill-mode: both;
          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;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: inherit;
}

.formWrap form textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
          box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
}

.formWrap form select {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  background: #fff;
}

.formWrap form select:focus {
  -webkit-box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
          box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
}

.formWrap form span.readOnly {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  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 {
  margin-bottom: 20px;
  text-align: center;
}

.formWrap form .radioSelect label[for=admin] {
  margin-right: 30px;
}

.formWrap form p.notice {
  margin-bottom: 50px;
}

.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: 10px;
  display: inline-block;
}

.formWrap form .butInputWrap .multiBut a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1260px) {
  .formWrap form .butInputWrap .multiBut a {
    font-size: 14px;
  }
}

.formWrap form .butInputWrap .multiBut a:nth-child(2) {
  margin-left: 0;
}

.formWrap form .butInputWrap .multiBut label {
  display: block;
  width: inherit;
  height: inherit;
  cursor: pointer;
}

.formWrap form .butInputWrap .deleteBut {
  margin-bottom: 10px;
  margin-top: -15px;
}

@media screen and (max-width: 1260px) {
  .formWrap form .butInputWrap .deleteBut {
    margin-top: -10px;
  }
}

.formWrap form .butInputWrap .deleteBut a {
  display: inline-block;
  padding: 2px 10px;
  margin: 3px;
  background: #666;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.formWrap form .butInputWrap a:hover {
  background: #000;
}

.formWrap form .birthInputWrap {
  position: relative;
}

.formWrap form .birthInputWrap .radioWrap {
  position: absolute;
  top: 15px;
  right: 40px;
}

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

.formWrap .questionContents h4 {
  text-align: center;
}

/* Iframe Popup */
.iframePopupWrap .formWrap {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
}

/* 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;
  -webkit-transition: .3s;
  transition: .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: 1260px) {
  .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: #00bff3;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
}

.pictureListWrap #pictureList li a:after {
  content: '';
  width: 0;
  height: 6px;
  background: #00bff3;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  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: 1260px) {
  .pictureListWrap #pictureList li a p.img {
    height: 100%;
  }
}

.pictureListWrap #pictureList li a p.img:before {
  content: '';
  width: 6px;
  height: 0%;
  background: #00bff3;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
}

.pictureListWrap #pictureList li a p.img:after {
  content: '';
  width: 6px;
  height: 0%;
  background: #00bff3;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  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;
  -webkit-transition: all 2s;
  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 {
  -webkit-transform: scale(1.1);
          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;
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.15s;
          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 {
  -webkit-transform: translate(-50%, -50%) scale(1);
          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: 1260px) {
  .productViewWrap {
    margin-top: 20px;
  }
}

.productViewWrap .viewAndSpec {
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec {
    margin-bottom: 20px;
  }
}

.productViewWrap .viewAndSpec .imgBox {
  position: relative;
  margin-bottom: 50px;
  padding: 50px;
  min-height: 510px;
  line-height: 1.5;
  background-color: #eee;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .imgBox {
    margin-bottom: 30px;
    padding: 20px;
    min-height: auto;
    line-height: 1.2;
  }
}

.productViewWrap .viewAndSpec .imgBox .pdTitleWrap {
  width: 60%;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .imgBox .pdTitleWrap {
    width: 100%;
  }
}

.productViewWrap .viewAndSpec .imgBox .pdTitleWrap h3 {
  margin-bottom: 30px;
  font-size: 45px;
  color: #1b75bb;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .imgBox .pdTitleWrap h3 {
    font-size: 24px;
  }
}

.productViewWrap .viewAndSpec .imgBox .pdTitleWrap p {
  font-size: 20px;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .imgBox .pdTitleWrap p {
    font-size: 16px;
  }
}

.productViewWrap .viewAndSpec .imgBox .imgWrap {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 450px;
  height: 450px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .imgBox .imgWrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.productViewWrap .viewAndSpec .imgBox .imgWrap img {
  height: 100%;
  -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: 1260px) {
  .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: 1260px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider img {
    height: 80px;
    margin: 0 3px;
  }
}

.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-prev {
  color: #000;
}

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

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider .slick-prev:before {
    color: #fff;
  }
}

.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-next {
  color: #000;
}

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

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider .slick-next:before {
    color: #fff;
  }
}

.productViewWrap .viewAndSpec .spec {
  position: relative;
}

.productViewWrap .viewAndSpec .spec .specWrap {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.productViewWrap .viewAndSpec .spec .specWrap h4 {
  position: relative;
  float: left;
  width: 25%;
  margin-right: 5%;
  font-size: 30px;
  color: #1b75bb;
  line-height: 1.2;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .spec .specWrap h4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.productViewWrap .viewAndSpec .spec .specWrap h4:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1b75bb;
}

.productViewWrap .viewAndSpec .spec .specWrap .text {
  float: left;
  width: 70%;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .spec .specWrap .text {
    width: 100%;
  }
}

.productViewWrap .viewAndSpec .spec .specWrap .text ul li {
  position: relative;
  padding-left: 20px;
}

.productViewWrap .viewAndSpec .spec .specWrap .text ul li:before {
  content: "\e5cc";
  font-family: 'Material Icons';
  position: absolute;
  top: 0px;
  left: 0;
}

.productViewWrap .viewAndSpec .spec .specWrap .text dl {
  overflow: hidden;
}

.productViewWrap .viewAndSpec .spec .specWrap .text dl dt {
  float: left;
  width: 30%;
  color: #1b75bb;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .spec .specWrap .text dl dt {
    width: 100%;
  }
}

.productViewWrap .viewAndSpec .spec .specWrap .text dl dd {
  float: left;
  width: 70%;
}

@media screen and (max-width: 1260px) {
  .productViewWrap .viewAndSpec .spec .specWrap .text dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
}

.productViewWrap .viewAndSpec .spec .specWrap .text dl dd:last-child {
  margin-bottom: 0;
}

.productViewWrap .viewAndSpec .spec .specWrap .text table {
  width: 100% !important;
  padding: 0;
  border-spacing: 0px !important;
  border-collapse: separate !important;
  border-top: 2px solid #1b75bb;
}

.productViewWrap .viewAndSpec .spec .specWrap .text table thead th {
  padding: 8px 15px;
  background-color: #c7e6fc;
  border-right: 1px solid #ccc;
}

.productViewWrap .viewAndSpec .spec .specWrap .text table thead th:last-child {
  border-right: none;
}

.productViewWrap .viewAndSpec .spec .specWrap .text table tbody tr th, .productViewWrap .viewAndSpec .spec .specWrap .text table tbody tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.productViewWrap .viewAndSpec .spec .specWrap .text table tbody tr th {
  background-color: #eee;
}

.productViewWrap .viewAndSpec .spec .specWrap .text table tbody tr th.mainTitle {
  background-color: #c7e6fc;
}

.productViewWrap .viewAndSpec .spec .specWrap .text table tbody tr td:last-child {
  border-right: none;
}

.productViewWrap .viewAndSpec .spec .specWrap .text img {
  height: auto !important;
}

.productViewWrap .viewAndSpec .spec .contentViewWrap {
  margin: 30px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}

.productViewWrap .viewAndSpec .spec .inquiryWrap {
  margin-bottom: 50px;
  text-align: center;
}

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

.productViewWrap .viewAndSpec .spec .inquiryWrap span.telNo em {
  font-weight: bold;
}

.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: 1260px) {
  .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: #1b75bb;
  -webkit-transform: translateX(-50%);
          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;
  -webkit-transition: .3s;
  transition: .3s;
}

.categoryAddSearchWrap .categorySelectBut:hover, .categoryAddSearchWrap .categoryViewBut:hover {
  background-color: #000;
}

header {
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  /* 서브메뉴 BG */
  /* 네비게이션 */
}

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

header .telWrap a {
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .menuModal .siteMapWrap #siteMap > li {
  float: left;
  width: 0;
  height: 100%;
  padding: 50px 0;
  border-right: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}

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

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

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

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

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

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

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

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

header .menuModal .siteMapWrap #siteMap > li > a {
  display: block;
  margin-bottom: 50px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
  display: none;
  padding: 10px 30px;
  background-color: #f9f9f9;
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* section : visual */
section.visual {
  position: relative;
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 1260px) {
  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: 55%;
  left: 80px;
  z-index: 1;
}

section.visual .copyWrap .headline-share {
  margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
  section.visual .copyWrap .headline-share {
    margin-bottom: 0;
    text-align: center;
  }
}

section.visual .copyWrap .headline-share .title {
  font-size: 80px;
  color: #fff;
}

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

section.visual .copyWrap .headline-share .title2 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
}

section.visual .copyWrap .headline-share p {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0;
  font-size: 40px;
  color: #fff;
}

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

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

aside.locationMenu {
  background-color: #1b75bb;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #00bff3;
}

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

aside.locationMenu .asideInner > a {
  position: relative;
  float: left;
  width: 60px;
  height: inherit;
  text-align: center;
  line-height: 60px;
}

aside.locationMenu .asideInner > a i {
  color: #fff;
}

aside.locationMenu .asideInner > a:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  display: inline-block;
  height: 59px;
  width: 1px;
  background-color: #2d4ead;
}

aside.locationMenu .asideInner > div {
  position: relative;
  float: left;
  width: 250px;
  height: inherit;
  line-height: 60px;
  font-size: 14px;
}

aside.locationMenu .asideInner > div:last-child:after {
  position: absolute;
  top: 0px;
  right: 0;
  content: "";
  display: inline-block;
  height: 59px;
  width: 1px;
  background-color: #2d4ead;
}

aside.locationMenu .asideInner > div:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  display: inline-block;
  height: 59px;
  width: 1px;
  background-color: #2d4ead;
}

aside.locationMenu .asideInner > div > a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #fff !important;
  font-size: 18px;
}

aside.locationMenu .asideInner > div > a:after {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 20px;
  float: right;
  -webkit-transition: .3s;
  transition: .3s;
}

aside.locationMenu .asideInner > div > a.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

aside.locationMenu .asideInner > div > ul {
  position: absolute;
  top: 61px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: none;
  margin-top: -1px;
  padding: 0 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top: none;
  line-height: 40px;
}

aside.locationMenu .asideInner > div > ul > li > a {
  font-size: 14px;
  font-weight: normal;
}

aside.locationMenu .asideInner > div > ul > li > a:after {
  content: "\f054";
  font-family: fontawesome;
  float: right;
  font-size: 10px;
}

aside.locationMenu .asideInner > div > ul > li > a:hover {
  color: #00bff3;
}

aside.locationMenu .asideInner > div > ul > li.active > a {
  color: #00bff3;
}

/* aside : secondSubMenu */
aside.secondSubMenu {
  position: relative;
  margin-top: -70px;
  background-color: rgba(27, 117, 187, 0.8);
}

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

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

section.contentsWrap .thirdSubMenu .thirdSubMenuList li a span {
  -webkit-transition: .3s;
  transition: .3s;
}

section.contentsWrap .thirdSubMenu .thirdSubMenuList li a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  -webkit-transform: translateY(-50%);
          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: 1260px) {
  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;
  -webkit-transition: .3s;
  transition: .3s;
}

section.contentsWrap .fourthSubMenu .fourthSubMenuList li a:hover {
  border: 2px solid #1b75bb;
  color: #1b75bb;
}

section.contentsWrap .fourthSubMenu .fourthSubMenuList li.active a {
  border: 2px solid #1b75bb;
  color: #1b75bb;
}

section.contentsWrap .titleWrap {
  position: relative;
  margin-top: 80px;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap .titleWrap {
    margin-top: 35px;
  }
}

section.contentsWrap .titleWrap h2 {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 5px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap .titleWrap h2 {
    font-size: 30px;
    letter-spacing: 3px;
    letter-spacing: 0px;
  }
}

section.contentsWrap .titleWrap h2 span {
  position: relative;
  display: inline-block;
}

section.contentsWrap #pg_css {
  margin-bottom: 50px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css {
    margin-bottom: 0px;
    padding: 20px 10px;
  }
}

section.contentsWrap #pg_css .titleH3 {
  line-height: 1;
}

section.contentsWrap #pg_css .titleH3 h3 {
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .titleH3 h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

section.contentsWrap #pg_css .titleH3 h3 span {
  position: relative;
  padding-bottom: 10px;
}

section.contentsWrap #pg_css .titleH3 h3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 5px;
  background-color: #1b75bb;
  -webkit-transform: translateX(-50%) skew(-25deg);
          transform: translateX(-50%) skew(-25deg);
}

section.contentsWrap #pg_css .titleH3 h3 em {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  color: #666;
  letter-spacing: 5px;
}

section.contentsWrap #pg_css .titleH4 h4 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  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: 1260px) {
  section.contentsWrap #pg_css .titleH5 h5 {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

section.contentsWrap #pg_css .mainTextWrap {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .mainTextWrap {
    margin-bottom: 30px;
  }
}

section.contentsWrap #pg_css .mainTextWrap p.mainText {
  position: relative;
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

section.contentsWrap #pg_css .mainTextWrap p.mainText span {
  color: #666;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .mainTextWrap p.mainText {
    font-size: 12px;
    margin-top: -40px;
  }
}

section.contentsWrap #pg_css .mainTextWrap > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px;
  background-color: #1b75bb;
  border-radius: 50%;
}

section.contentsWrap #pg_css .mainTextWrap > span:nth-child(2) {
  opacity: .9;
}

section.contentsWrap #pg_css .mainTextWrap > span:nth-child(3) {
  opacity: .8;
}

section.contentsWrap #pg_css .mainTextWrap > span:nth-child(4) {
  opacity: .7;
}

section.contentsWrap #pg_css .mainTextWrap > span:nth-child(5) {
  opacity: .6;
}

section.contentsWrap #pg_css .mainTextWrap > span:nth-child(6) {
  opacity: .5;
}

section.contentsWrap #pg_css .mainTextWrap > span:nth-child(7) {
  opacity: .4;
}

section.contentsWrap #pg_css .mainTextWrap > span:nth-child(8) {
  opacity: .4;
}

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

section.contentsWrap #pg_css .boxWrap {
  margin-bottom: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #eee;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .boxWrap {
    margin-bottom: 50px;
  }
}

section.contentsWrap #pg_css .boxWrap > div {
  float: left;
}

section.contentsWrap #pg_css .boxWrap > div.slideBox {
  position: relative;
  width: 60%;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .boxWrap > div.slideBox {
    width: 100%;
  }
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide {
  position: relative;
  margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide p.img {
    text-align: center;
  }
  section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide p.img img {
    margin: 0 auto;
  }
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-prev {
  left: 20px;
  z-index: 1;
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-next {
  right: 20px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-dots {
    bottom: -1000px;
  }
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-dots li {
  bottom: 43px;
  width: 80px;
  height: 49px;
  margin: 3px;
  margin-bottom: 8px;
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: none;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-dots li button img {
  border: 2px solid #ccc;
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-dots li button:before {
  display: none;
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-dots li button:hover {
  cursor: pointer;
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-dots li button:hover img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #007dc0;
}

section.contentsWrap #pg_css .boxWrap > div.slideBox .photoSlide .slick-dots .slick-active button img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #007dc0;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap {
  width: 40%;
  padding: 30px;
  line-height: 1.1;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .boxWrap > div.textWrap {
    width: 100%;
    padding: 20px;
  }
}

section.contentsWrap #pg_css .boxWrap > div.textWrap h2 {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .boxWrap > div.textWrap h2 {
    text-align: center;
    font-size: 20px;
  }
}

section.contentsWrap #pg_css .boxWrap > div.textWrap h2 span {
  color: #1b75bb;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap h2 em {
  display: block;
  margin-top: 20px;
  padding: 8px;
  background-color: crimson;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

section.contentsWrap #pg_css .boxWrap > div.textWrap h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .boxWrap > div.textWrap h3 {
    text-align: center;
    font-size: 16px;
  }
}

section.contentsWrap #pg_css .boxWrap > div.textWrap h3 span {
  color: orangered;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap {
  margin-bottom: 20px;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul {
  overflow: hidden;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul li {
    width: 100%;
    margin-right: 0;
  }
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul li:nth-child(2n) {
  margin-right: 0;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul li h4 {
  float: left;
  width: 30%;
  height: 50px;
  padding-top: 8px;
  background-color: #1b75bb;
  color: orange;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul li h4 span {
  display: block;
  color: #fff;
  font-weight: normal;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul li p {
  float: left;
  width: 70%;
  height: 50px;
  padding-top: 8px;
  background-color: #fff;
  color: #333;
  text-align: center;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul li p span {
  display: block;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .officePayWrap ul li p span em {
  color: orangered;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .LecturePayWrap ul li {
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .LecturePayWrap ul li span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .LecturePayWrap ul li .pay {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: orangered;
  text-decoration: line-through;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .LecturePayWrap ul li .pay:after {
  content: "\f1df";
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .LecturePayWrap ul li .pay.payNo {
  padding-right: 10px;
  text-decoration: none;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .LecturePayWrap ul li .pay.payNo:after {
  display: none;
}

section.contentsWrap #pg_css .boxWrap > div.textWrap .LecturePayWrap ul li .strong {
  color: crimson;
  font-size: 20px;
  font-weight: bold;
}

section.contentsWrap #pg_css .officeTextWrap {
  position: relative;
  min-height: 400px;
  margin: 100px 50px;
  padding: 50px;
  padding-left: 42%;
  border: 10px solid #eee;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .officeTextWrap {
    margin: 30px 0;
    margin-bottom: 50px;
    padding: 10px;
    border: 5px solid #eee;
  }
}

section.contentsWrap #pg_css .officeTextWrap > img {
  position: absolute;
  top: -50px;
  left: -60px;
  width: 43%;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .officeTextWrap > img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

section.contentsWrap #pg_css .officeTextWrap h4 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .officeTextWrap h4 {
    margin-top: 20px;
    line-height: 1.2;
  }
}

section.contentsWrap #pg_css .officeTextWrap ul li {
  position: relative;
  padding: 5px 0;
  padding-left: 24px;
  color: #666;
}

section.contentsWrap #pg_css .officeTextWrap ul li > span {
  font-size: 20px;
  color: #1b75bb;
}

section.contentsWrap #pg_css .officeTextWrap ul li:before {
  content: "\e5c8";
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  top: 5px;
  color: #666;
}

section.contentsWrap #pg_css .officeTextWrap > p {
  position: absolute;
  left: 30px;
  bottom: 50px;
  font-size: 18px;
  font-family: 'Bebas Neue', cursive;
  color: #ccc;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .officeTextWrap > p {
    display: none;
  }
}

section.contentsWrap #pg_css .officeTextWrap > p span {
  color: #000;
}

section.contentsWrap #pg_css .officeTextWrap2 {
  padding-left: 50px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .officeTextWrap2 {
    padding-left: 10px;
  }
}

section.contentsWrap #pg_css .officeTextWrap2 > img {
  left: auto;
  right: -60px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .officeTextWrap2 > img {
    right: auto;
  }
}

section.contentsWrap #pg_css .officeTextWrap2 > p {
  position: absolute;
  left: auto;
  bottom: 50px;
  right: 50px;
  text-align: right;
}

section.contentsWrap #pg_css .officeTextWrap2 > p span {
  color: #000;
}

section.contentsWrap #pg_css .officeTextWrap3 {
  margin-top: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .officeTextWrap3 {
    padding-left: 10px;
  }
}

section.contentsWrap #pg_css .officeTextWrap3 .imgWrap {
  margin-top: 20px;
}

section.contentsWrap #pg_css .officeTextWrap3 .imgWrap img {
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

section.contentsWrap #pg_css .officeTextWrap3 .imgWrap img:last-child {
  margin-right: 0;
}

section.contentsWrap #pg_css .officeTextWrap3 > p {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  text-align: right;
}

section.contentsWrap #pg_css .officeTextWrap3 > p span {
  color: #000;
}

section.contentsWrap #pg_css .serviceWrap {
  margin-bottom: 100px;
  padding: 50px 0;
  background: url(../images/user_img/service_bg_img.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .serviceWrap {
    margin-bottom: 30px;
    padding: 30px 10px;
  }
}

section.contentsWrap #pg_css .serviceWrap .serviceTitle {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
}

section.contentsWrap #pg_css .serviceWrap .serviceTitle p {
  font-size: 40px;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .serviceWrap .serviceTitle p {
    font-size: 30px;
  }
}

section.contentsWrap #pg_css .serviceWrap .serviceTitle p span {
  color: orange;
}

section.contentsWrap #pg_css .serviceWrap .serviceTitle p:nth-child(2) {
  font-size: 24px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .serviceWrap .serviceTitle p:nth-child(2) {
    font-size: 20px;
  }
}

section.contentsWrap #pg_css .serviceWrap .serviceTitle p:nth-child(2) span {
  color: #fff;
}

section.contentsWrap #pg_css .serviceWrap .itemWrap {
  text-align: center;
}

section.contentsWrap #pg_css .serviceWrap .itemWrap .item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 5px;
  width: 350px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .serviceWrap .itemWrap .item {
    width: 300px;
  }
}

section.contentsWrap #pg_css .serviceWrap .itemWrap .item .text {
  position: absolute;
  top: 78%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
}

section.contentsWrap #pg_css .serviceWrap .itemWrap .item .text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

section.contentsWrap #pg_css .serviceWrap .itemWrap .item .text p {
  color: #fff;
}

section.contentsWrap #pg_css .serviceWrap .itemWrap .item .text p span {
  color: skyblue;
}

section.contentsWrap #pg_css .serviceWrap .itemWrap .item:hover .text {
  top: 0;
  padding: 50px 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

section.contentsWrap #pg_css .serviceWrap .itemWrap .item:hover .text h3 {
  color: orange;
  text-shadow: none;
}

section.contentsWrap #pg_css .VideoWrap {
  margin-bottom: 100px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .VideoWrap {
    margin-bottom: 50px;
  }
}

section.contentsWrap #pg_css .VideoWrap iframe {
  border: 10px solid #ccc;
}

section.contentsWrap #pg_css .jungoMap {
  overflow: hidden;
  border: 3px solid #ccc;
  background-color: #f9f9f9;
}

section.contentsWrap #pg_css .jungoMap > div {
  float: left;
}

section.contentsWrap #pg_css .jungoMap > div.imgWrap {
  width: 60%;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .jungoMap > div.imgWrap {
    width: 100%;
  }
}

section.contentsWrap #pg_css .jungoMap > div.imgWrap img {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .jungoMap > div.imgWrap img {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo {
  width: 40%;
  padding: 50px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .jungoMap > div.jungoInfo {
    width: 100%;
    padding: 20px;
  }
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo h3 {
  margin-bottom: 20px;
  font-size: 30px;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .jungoMap > div.jungoInfo h3 {
    font-size: 24px;
  }
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo h3 span {
  padding-left: 10px;
  font-size: 24px;
  color: #666;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .jungoMap > div.jungoInfo h3 span {
    font-size: 16px;
  }
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo p {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .jungoMap > div.jungoInfo p {
    font-size: 16px;
  }
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo p span {
  display: block;
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo p em {
  display: block;
  font-size: 16px;
  color: #666;
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo p.telNo {
  font-size: 40px;
  font-family: 'Bebas Neue', cursive;
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo p.telNo a:before {
  content: "\f232";
  margin-right: 10px;
  font-family: fontawesome;
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo .parkingWrap {
  position: relative;
  margin: 50px 0;
  padding: 20px;
  border: 5px solid #ccc;
  background-color: #fff;
}

@media screen and (max-width: 1260px) {
  section.contentsWrap #pg_css .jungoMap > div.jungoInfo .parkingWrap {
    margin: 30px 0;
    padding: 20px 10px;
  }
}

section.contentsWrap #pg_css .jungoMap > div.jungoInfo .parkingWrap h4 {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1b75bb;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  font-size: 16px;
  color: #fff;
}

.textWrap {
  font-size: 20px;
  line-height: 1.5;
}

.m_1_1 .textWrap .imgWrap {
  margin-bottom: 30px;
}

.m_1_1 .textWrap p {
  margin-bottom: 50px;
}

.m_1_1 .textWrap p span {
  font-weight: bold;
}

.m_1_1 .textWrap ul {
  overflow: hidden;
}

.m_1_1 .textWrap ul li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
}

@media screen and (max-width: 1260px) {
  .m_1_1 .textWrap ul li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.m_1_1 .textWrap ul li:last-child {
  margin-right: 0;
}

.m_1_2 .imgPopupListWrap {
  overflow: hidden;
  margin-top: 100px;
}

@media screen and (max-width: 1260px) {
  .m_1_2 .imgPopupListWrap {
    margin-top: 50px;
  }
}

.m_1_2 .imgPopupListWrap .image_popup_gallery li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1260px) {
  .m_1_2 .imgPopupListWrap .image_popup_gallery li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.m_1_2 .imgPopupListWrap .image_popup_gallery li:nth-child(4n) {
  margin-right: 0;
}

.m_1_2 .imgPopupListWrap .image_popup_gallery li img {
  border: 1px solid #ccc;
}

.m_1_2 .imgPopupListWrap .image_popup_gallery li h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.m_1_3 ul {
  overflow: hidden;
  padding: 10px;
}

.m_1_3 ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 26px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1260px) {
  .m_1_3 ul li {
    width: 49%;
    text-align: center;
  }
  .m_1_3 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

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

.m_3_1 .ulWrap {
  overflow: hidden;
}

.m_3_1 .ulWrap li {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 1260px) {
  .m_3_1 .ulWrap li {
    width: 100%;
    margin-right: 0;
    padding: 15px 0;
  }
}

.m_3_1 .ulWrap li:nth-child(2n) {
  margin-right: 0;
}

.m_3_1 .ulWrap li:nth-child(7) {
  border-bottom: none;
}

@media screen and (max-width: 1260px) {
  .m_3_1 .ulWrap li:nth-child(7) {
    border-bottom: 1px dotted #ccc;
  }
}

.m_3_1 .ulWrap li:nth-child(8) {
  border-bottom: none;
}

.m_3_1 .ulWrap li > div {
  float: left;
}

.m_3_1 .ulWrap li > div.imgWrap {
  width: 30%;
}

.m_3_1 .ulWrap li > div.textWrap {
  width: 70%;
  padding: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1260px) {
  .m_3_1 .ulWrap li > div.textWrap {
    padding: 0;
    padding-left: 10px;
  }
}

.m_3_1 .ulWrap li > div.textWrap h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #000;
}

@media screen and (max-width: 1260px) {
  .m_3_1 .ulWrap li > div.textWrap h3 {
    font-size: 20px;
  }
}

.m_3_1 .ulWrap li > div.textWrap p {
  font-size: 20px;
  color: #666;
}

@media screen and (max-width: 1260px) {
  .m_3_1 .ulWrap li > div.textWrap p {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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