@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue|Noto+Sans+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
/* Icon Font */
/* https://material.io/icons */
/* Fontawesome 4.7 */
/* font-family: 'fontawesome'; */
/* Google Icon Font : https://material.io/icons */
/* font-family: 'Material Icons'; */
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Remix ICON*/
/* Noto Sans KR, Bebas Neue*/
/* font-family: 'Noto Sans KR', sans-serif; */
/* font-family: 'Bebas Neue', cursive; */
/* Web Fonts - Source Sans Pro */
/* font-family: 'Source Sans Pro', sans-serif; */
/* Web Fonts - Play 영문폰트 */
/* font-family: 'Play', sans-serif; */
/* Web Fonts - NoonNoo */
@font-face {
  font-family: "NEXON Lv2 Gothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Play", "Pretendard-Regular", "NEXON Lv2 Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  background-color: #fff;
  color: #333;
  -ms-overflow-style: none;
}
body.active {
  overflow: hidden;
}

.siteWidth {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .siteWidth {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .siteWidth {
    width: 100%;
    padding: 0 10px;
  }
}

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

.memberAgree {
  margin: 30px 0;
  text-align: center;
}
.memberAgree p {
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  table {
    white-space: nowrap;
  }
  .tableScroll {
    overflow: hidden;
    overflow-x: auto;
  }
}
.locationMap {
  margin-bottom: 20px;
}
.locationMap .mapWrap {
  position: relative;
  border: 3px solid #ccc;
}
.locationMap .mapWrap .root_daum_roughmap {
  width: 100%;
  height: 400px;
}
.locationMap .mapWrap .gooleMap {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.locationMap .mapWrap .gooleMap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.locationMap table.location {
  margin-top: 20px;
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.locationMap table.location th, .locationMap table.location td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
.locationMap table.location th span, .locationMap table.location td span {
  display: block;
}

.location2Map {
  margin-bottom: 20px;
}
.location2Map .mapWrap {
  border: #ccc solid 3px;
}
.location2Map .mapWrap .root_daum_roughmap {
  width: 100%;
}
.location2Map .mapWrap .cont {
  display: none;
}
.location2Map table.location2 {
  margin-top: 20px;
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.location2Map table.location2 th, .location2Map table.location2 td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

.ck-source-editing-area {
  min-height: 150px !important;
}

.estimateWriteWrap {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.estimateWriteWrap h3 {
  margin-top: -33px;
  margin-bottom: 20px;
  text-align: center;
}
.estimateWriteWrap h3 span {
  padding: 7px 15px;
  background-color: #17239d;
  color: #fff;
  border-radius: 20px;
}
.estimateWriteWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .estimateWriteWrap ul {
    gap: 10px;
  }
}
.estimateWriteWrap ul li {
  position: relative;
  width: calc(50% - 20px);
  padding-left: 24px;
}
@media screen and (max-width: 800px) {
  .estimateWriteWrap ul li {
    width: calc(100% - 20px);
  }
}
.estimateWriteWrap ul li:before {
  content: "\e876";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: #17239d;
  font-weight: bold;
}

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

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

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

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

caption,
td {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

.parkingWrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.parkingWrap .logoWrap {
  margin-bottom: 20px;
  text-align: center;
}
.parkingWrap .parkingContent {
  width: 800px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .parkingWrap .parkingContent {
    width: 100%;
    padding: 20px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
.parkingWrap .parkingContent h1 {
  margin: 30px 0;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.parkingWrap .parkingContent p {
  margin-bottom: 40px;
  text-align: center;
  word-break: keep-all;
}
.parkingWrap .parkingContent .serviceWrap {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  padding-top: 40px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.parkingWrap .parkingContent .serviceWrap h2 {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: crimson;
  color: #fff;
  letter-spacing: 5px;
  border-radius: 5px;
}
.parkingWrap .parkingContent .serviceWrap p {
  margin-bottom: 20px;
  font-size: 20px;
}
.parkingWrap .parkingContent .serviceWrap p a {
  color: skyblue;
}
.parkingWrap .parkingContent .serviceWrap p a:hover {
  color: orange;
}
@media screen and (max-width: 800px) {
  .parkingWrap .parkingContent .serviceWrap p em {
    display: block;
  }
}
.parkingWrap .parkingContent .serviceWrap p span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #ccc;
}

/* ################### Content Table ################### */
table.base {
  width: 100%;
  font-size: 16px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
table.base thead th {
  padding: 10px 0;
  border-top: 2px solid #17239d;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #eee;
}
table.base tbody th, table.base tbody td {
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
table.base tbody th {
  background-color: #f9f9f9;
}
table.base tbody td.left {
  text-align: left !important;
}
table.base tbody td ul {
  margin-top: 10px;
}
table.base tbody td ul li {
  position: relative;
  padding-left: 15px;
}
table.base tbody td ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #5699e0;
}

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

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

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

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

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

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

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

@keyframes ltr {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rtl {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rtl {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes utd {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes utd {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes dtu {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dtu {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}
@-webkit-keyframes aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 10px);
  }
}
@keyframes aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 10px);
  }
}
.btn-top {
  position: fixed;
  right: 20px;
  bottom: -50px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 43px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff !important;
}
.btn-top.active {
  bottom: 20px;
}

/* ####################### butList ###################### */
.butList {
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .butList {
    margin-bottom: 30px;
  }
}
.butList a {
  display: inline-block;
  width: 100px;
  margin: 5px;
  padding: 7px 0;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .butList a {
    margin: 2px 1px;
  }
}
.butList a button {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
}
.butList a:last-child {
  margin-right: 0;
}
.butList a:nth-child(odd) {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}
.butList a:nth-child(even) {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.butList a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* ################## buttonWrap button ################# */
.buttonWrap {
  margin-top: 50px;
  text-align: center;
}
.buttonWrap button {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  background-color: #333;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .buttonWrap button {
    width: 120px;
    height: 40px;
    margin-right: 5px;
    font-size: 16px;
  }
}
.buttonWrap button:nth-child(2) {
  margin-right: 0;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}
.buttonWrap button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* ############## searchWrap button ############## */
.searchWrap {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .searchWrap {
    margin-bottom: 5px;
  }
  .searchWrap #idx_Field,
  .searchWrap #Classification {
    display: none;
  }
  .searchWrap input[type=text] {
    width: 100px;
  }
}
.searchWrap button {
  width: 80px;
  padding: 4px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .searchWrap button {
    width: 70px;
  }
}
.searchWrap button:hover {
  background-color: #000;
}
.searchWrap #total {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .searchWrap #total {
    display: none;
  }
}

/* ################## pageNo Button ################## */
.pageNoWrap {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pageNoWrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px;
  line-height: 40px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageNoWrap a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pageNoWrap a.active {
  background-color: #eee;
  color: #333;
  border: 1px solid #ccc;
}
.pageNoWrap a.first, .pageNoWrap a.last {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}
.pageNoWrap a.firstSecond, .pageNoWrap a.lastSecond {
  background-color: #666;
  color: #fff;
  border: 1px solid transparent;
}

/* 햄버거 버튼 */
.menuTrigger {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
.menuTrigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menuTrigger span:nth-child(1) {
  top: 0;
}
.menuTrigger span:nth-child(2) {
  top: 50%;
}
.menuTrigger span:nth-child(3) {
  top: 100%;
}
.menuTrigger.active span {
  background-color: #fff;
}
.menuTrigger.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menuTrigger.active span:nth-child(2) {
  display: none;
}
.menuTrigger.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ################## Contents Button ################## */
.butWrap {
  margin-top: 50px;
}
.butWrap a {
  position: relative;
  display: block;
  width: 250px;
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
}
.butWrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #17239d;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.butWrap a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
.butWrap a:hover:before {
  width: 100%;
}

/* Slick Slide Button */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  font-size: 4rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 2rem;
  }
}
.slick-arrow:hover {
  background-color: #17239d;
}
.slick-arrow:before {
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.slick-arrow.slick-prev {
  left: 20px;
}
@media screen and (max-width: 800px) {
  .slick-arrow.slick-prev {
    left: 10px;
  }
}
.slick-arrow.slick-prev:before {
  content: "\e314";
}
.slick-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 800px) {
  .slick-arrow.slick-next {
    right: 10px;
  }
}
.slick-arrow.slick-next:before {
  content: "\e315";
}

.tabMenuWrap .tabMenuContent .tabMenu {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu {
    margin-bottom: 10px;
    border: none;
    text-align: center;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li {
  float: left;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li {
    float: none;
    display: inline-block;
    margin: 2px;
    width: auto !important;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li a {
  display: block;
  height: 50px;
  background-color: #eee;
  text-align: center;
  border-right: 1px solid #ccc;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  line-height: 50px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    background-color: #17239d;
    color: #fff;
    border-radius: 5px;
    font-size: 0.8em;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li:last-child a {
  border-right: 1px solid transparent;
  width: calc(100% + 1px);
}
.tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-top: 2px solid #17239d;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
    border-top: none;
    background-color: #333;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-bottom: 1px solid transparent;
  color: #17239d;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li.active a {
    color: #fff;
  }
}
.tabMenuWrap .tabMenuContent .contentWrap .content {
  display: none;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .contentWrap .content {
    padding: 0;
    border: none;
  }
}
.tabMenuWrap .tabMenuContent .contentWrap .content.active {
  display: block;
}

.faqWrap .faq-content {
  margin-top: 20px;
  overflow: hidden;
}
.faqWrap .faq-content .faq-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 20px;
}
.faqWrap .faq-content .faq-item h3 {
  display: block;
  position: relative;
  padding-right: 30px;
  color: #5699e0;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  padding-bottom: 0;
  border-bottom: none;
}
.faqWrap .faq-content .faq-item h3:after {
  content: "\e7cd";
  font-family: "Material Icons";
  color: #ccc;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.faqWrap .faq-content .faq-item h3 a {
  color: #5699e0;
}
.faqWrap .faq-content .faq-item .faqTextWrap {
  margin-top: 20px;
  display: none;
}
.faqWrap .faq-content .faq-item.active {
  border: 1px solid #5699e0;
}
.faqWrap .faq-content .faq-item.active h3 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.faqWrap .faq-content .faq-item.active h3:after {
  -webkit-transform: translateY(-100%) rotate(-180deg);
          transform: translateY(-100%) rotate(-180deg);
  color: #5699e0;
}

/* 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: 0.3s;
  transition: 0.3s;
}
.categoryLocation form fieldset > a:hover {
  background-color: #000;
}
.categoryLocation form select {
  margin: 1px 0;
}

/* gallery.php */
.pictureListWrap #pictureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
}
@media screen and (max-width: 800px) {
  .pictureListWrap #pictureList {
    padding: 0;
    gap: 10px;
  }
}
.pictureListWrap #pictureList li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 50px;
}
.pictureListWrap #pictureList li:nth-child(4n+1) {
  margin-left: 0;
}
.pictureListWrap #pictureList li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .pictureListWrap #pictureList li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 30px;
  }
  .pictureListWrap #pictureList li:nth-child(2n+1) {
    margin-left: 0;
  }
  .pictureListWrap #pictureList li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .pictureListWrap #pictureList li {
    width: calc((100% - 40px) / 3);
  }
  .pictureListWrap #pictureList li:nth-child(3n+1) {
    margin-left: 0px;
  }
  .pictureListWrap #pictureList li:nth-child(3n) {
    margin-right: 0px;
  }
}
.pictureListWrap #pictureList li a {
  position: relative;
  display: block;
  width: 100%;
  height: 260px;
}
@media screen and (max-width: 800px) {
  .pictureListWrap #pictureList li a {
    height: 150px;
  }
}
.pictureListWrap #pictureList li a:before {
  content: "";
  width: 0;
  height: 6px;
  background: #17239d;
  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: #17239d;
  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: 100%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .pictureListWrap #pictureList li a p.img {
    height: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .pictureListWrap #pictureList li a p.img {
    height: 260px;
  }
}
.pictureListWrap #pictureList li a p.img:before {
  content: "";
  width: 6px;
  height: 0%;
  background: #17239d;
  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: #17239d;
  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 .markImg {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}
.pictureListWrap #pictureList li a:hover:before {
  opacity: 1;
  width: 100%;
}
.pictureListWrap #pictureList li a:hover:after {
  opacity: 1;
  width: 100%;
}
.pictureListWrap #pictureList li h3 {
  position: relative;
  margin-top: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .pictureListWrap #pictureList li h3 {
    font-size: 0.8em;
  }
}
.pictureListWrap #pictureList li h3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap; /* 줄바꿈 안 함 */
  overflow: hidden; /* 넘친 내용 숨김 */
  text-overflow: ellipsis; /* 말줄임표 (...) 표시 */
}
.pictureListWrap #pictureList li h3 span em {
  display: block;
  font-size: 0.8em;
  color: #666;
}
@media screen and (max-width: 800px) {
  .pictureListWrap #pictureList li h3 {
    margin-top: 5px;
  }
}
.pictureListWrap #pictureList li.noProduct {
  display: block;
  width: 100%;
  text-align: center;
}

/* view.php */
.productViewWrap {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .productViewWrap {
    margin-top: 20px;
  }
}
.productViewWrap .viewAndSpec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec {
    margin-bottom: 20px;
  }
}
.productViewWrap .viewAndSpec .imgBox {
  position: relative;
  width: calc(50% - 50px);
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox {
    width: 100%;
    margin-right: 0;
  }
}
.productViewWrap .viewAndSpec .imgBox .img {
  position: relative;
  height: 450px;
  border: 1px solid #ccc;
}
.productViewWrap .viewAndSpec .imgBox .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.productViewWrap .viewAndSpec .imgBox .markImg {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}
.productViewWrap .viewAndSpec .imgBox .photo-slider {
  margin-top: 10px;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider {
    padding: 0;
  }
}
.productViewWrap .viewAndSpec .imgBox .photo-slider img {
  height: 120px;
  margin: 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  border: 1px solid #ddd;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .imgBox .photo-slider img {
    height: 80px;
    margin: 0 3px;
  }
}
.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 1.8rem;
}
.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-arrow.slick-prev {
  left: 0;
}
.productViewWrap .viewAndSpec .imgBox .photo-slider .slick-arrow.slick-next {
  right: 0;
}
.productViewWrap .viewAndSpec .spec {
  position: relative;
  width: calc(50% - 50px);
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec {
    width: 100%;
    margin-top: 20px;
  }
}
.productViewWrap .viewAndSpec .spec h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 80px;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.title {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec h3 span.title {
    font-size: 1.4em;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut {
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec h3 span.moveBut {
    top: 0px;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut .fa {
  font-size: 30px;
}
.productViewWrap .viewAndSpec .spec h3 span.moveBut .fa:hover {
  color: #000;
}
.productViewWrap .viewAndSpec .spec .specTable {
  margin-bottom: 50px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec .specTable {
    margin-bottom: 20px;
  }
  .productViewWrap .viewAndSpec .spec .specTable col:first-child {
    width: 30%;
  }
}
.productViewWrap .viewAndSpec .spec .specTable th, .productViewWrap .viewAndSpec .spec .specTable td {
  padding: 10px 0;
  text-align: justify;
  border-bottom: 1px solid #ddd;
}
.productViewWrap .viewAndSpec .spec .specTable th:before {
  content: "\f138";
  font-family: fontawesome;
  margin-right: 5px;
  color: #333;
}
.productViewWrap .viewAndSpec .spec .specTable td.comment {
  height: 230px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #eee;
  vertical-align: top;
}
.productViewWrap .viewAndSpec .spec .inquiryWrap {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .productViewWrap .viewAndSpec .spec .inquiryWrap {
    margin-bottom: 20px;
  }
}
.productViewWrap .viewAndSpec .spec .inquiryWrap span {
  display: block;
}
.productViewWrap .viewAndSpec .spec .inquiryWrap span.telNo {
  margin-top: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #17239d;
}
.productViewWrap .viewAndSpec .spec .snsList {
  text-align: center;
}
.productViewWrap .viewAndSpec .spec .snsList a {
  display: inline-block;
  margin-right: 5px;
}
.productViewWrap .viewAndSpec .spec .snsList a i {
  font-size: 30px;
}
.productViewWrap .viewAndSpec .spec .snsList a:hover i {
  color: #5699e0;
}
.productViewWrap .contentsView {
  text-align: center;
}
.productViewWrap .contentsView h3.specTitle {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: bold;
}
.productViewWrap .contentsView .specTable {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.productViewWrap .contentsView .specTable thead tr th {
  padding: 7px 15px;
  border: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #17239d;
  color: #fff;
}
.productViewWrap .contentsView .specTable thead tr th:last-child {
  border-right: none;
}
.productViewWrap .contentsView .specTable tbody tr th, .productViewWrap .contentsView .specTable tbody tr td {
  padding: 7px 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.productViewWrap .contentsView .specTable tbody tr th:last-child, .productViewWrap .contentsView .specTable tbody tr td:last-child {
  border-right: none;
}
.productViewWrap .contentsView .specTable tbody tr th:first-child, .productViewWrap .contentsView .specTable tbody tr td:first-child {
  background-color: #d2e2fc;
}
.productViewWrap .contentsView .specTable tbody tr th a, .productViewWrap .contentsView .specTable tbody tr td a {
  color: blue;
  text-decoration: underline;
}
.productViewWrap .contentsView .specTable tbody tr th a:hover, .productViewWrap .contentsView .specTable tbody tr td a:hover {
  color: orangered;
}
.productViewWrap .contentsView .specTable tbody tr:last-child th, .productViewWrap .contentsView .specTable tbody tr:last-child td {
  border-bottom: none;
}
.productViewWrap .contentsView .specTable.dimensionSpecTable tbody tr th, .productViewWrap .contentsView .specTable.dimensionSpecTable tbody tr td {
  padding: 3px 5px;
  font-size: 0.8em;
}
.productViewWrap .contentsView .specTable.dimensionSpecTable tbody tr th:first-child, .productViewWrap .contentsView .specTable.dimensionSpecTable tbody tr td:first-child {
  font-weight: bold;
}

/* 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: 0.3s;
  transition: 0.3s;
}
.categoryAddSearchWrap .categorySelectBut:hover, .categoryAddSearchWrap .categoryViewBut:hover {
  background-color: #000;
}

header {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.5s;
  background-color: #fff;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  /* 네비게이션 */
}
@media screen and (max-width: 800px) {
  header {
    position: absolute;
    height: 60px;
  }
}
header h1.logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 90px;
  text-align: center;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header h1.logo {
    position: absolute;
    width: 250px;
    height: 60px;
  }
}
@media screen and (max-width: 800px) {
  header h1.logo {
    width: 200px;
    margin-left: 10px;
    text-align: left;
  }
}
header h1.logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
header h1.logo a img {
  padding-top: 25px;
}
@media screen and (max-width: 800px) {
  header h1.logo a img {
    padding-top: 18px;
  }
}
header .infoWrap {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  text-align: right;
}
@media screen and (max-width: 800px) {
  header .infoWrap ul.infoMenu {
    display: none;
  }
}
header .infoWrap ul.infoMenu li {
  font-size: 12px;
  font-size: 1.1em;
}
header .infoWrap ul.infoMenu li a {
  position: relative;
  color: #333;
  padding-left: 25px;
}
header .infoWrap ul.infoMenu li a:hover {
  color: #17239d;
}
header .infoWrap ul.infoMenu li a:before {
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
}
header .infoWrap ul.infoMenu li:nth-child(1) a:before {
  content: "\e854";
}
@media screen and (max-width: 800px) {
  header nav {
    display: none;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav #navigation {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 700px;
  height: inherit;
  margin: 0 auto;
}
header nav #navigation > li {
  position: relative;
  float: left;
  text-align: center;
  line-height: 90px;
}
header nav #navigation > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  color: #333;
}
header nav #navigation > li > a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #17239d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
}
header nav #navigation > li.on > a {
  color: #17239d;
}
header nav #navigation > li.on > a:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
header nav #navigation > li.on > ul.secondGrade > li a:hover {
  color: #17239d;
}
header nav #navigation > li.active > a {
  color: #17239d;
}
header nav #navigation > li.active > a:before {
  top: -25px;
}
header nav #navigation ul.secondGrade {
  position: absolute;
  opacity: 0;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 0;
  padding: 0;
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
  overflow: hidden;
}
header nav #navigation ul.secondGrade.on {
  opacity: 1;
  padding: 10px;
  padding-top: 20px;
  line-height: 35px;
  height: 330px;
}
header nav #navigation ul.secondGrade > li {
  position: relative;
  text-align: center;
}
header nav #navigation ul.secondGrade > li:last-child {
  margin-right: 0;
}
header nav #navigation ul.secondGrade > li:last-child {
  margin-right: 0;
}
header nav #navigation ul.secondGrade > li > a {
  display: block;
  color: #999;
}
header nav #navigation ul.secondGrade > li > a span {
  position: relative;
  padding-bottom: 5px;
}
header nav #navigation ul.secondGrade > li > a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #17239d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav #navigation ul.secondGrade > li > a:hover {
  color: #17239d;
}
header nav #navigation ul.secondGrade > li > a:hover span:after {
  width: 100%;
}
header nav #navigation ul.thirdGrade {
  display: none;
}
header .menuModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  display: none;
  z-index: 999;
}
header .menuModal > a {
  position: relative;
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal > a {
    padding-top: 30px;
    display: block;
    height: 60px;
    padding: 10px 20px;
    width: calc(100% - 70px);
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menuModal > a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    width: 200px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal > a {
    padding-top: 30px;
    display: block;
    height: 60px;
    padding: 10px 20px;
    width: calc(100% - 70px);
    background-color: #5699e0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menuModal > a img {
    width: 80px;
  }
}
header .menuModal .siteMapWrap {
  width: calc(100% - 70px);
  height: inherit;
  background-color: #fff;
}
header .menuModal .siteMapWrap #siteMap {
  height: inherit;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap {
    height: auto;
  }
}
header .menuModal .siteMapWrap #siteMap > li {
  float: left;
  width: 0;
  height: 100%;
  padding: 50px 0;
  border-right: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.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: 0.5s;
          transition-delay: 0.5s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(2).active {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(3).active {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(4).active {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(5).active {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(6).active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(7).active {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(8).active {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(9).active {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
header .menuModal .siteMapWrap #siteMap > li > a {
  display: block;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
header .menuModal .siteMapWrap #siteMap > li > a:hover {
  color: #17239d;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #000;
    z-index: -1;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:after {
    content: "\f0ab";
    position: relative;
    font-family: fontawesome;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #000;
    z-index: -1;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:after {
    content: "\f0ab";
    position: relative;
    font-family: fontawesome;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li {
    float: none;
    width: 100% !important;
    height: auto;
    padding: 0;
    border-right: none;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:before {
    width: 100%;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .menuModal .siteMapWrap #siteMap > li.on2 > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li {
    float: none;
    width: 100% !important;
    height: auto;
    padding: 0;
    border-right: none;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:before {
    width: 100%;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .menuModal .siteMapWrap #siteMap > li.on2 > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
    display: block;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
    display: block;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
    padding: 5px 20px;
    padding-right: 23px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
    padding: 5px 20px;
    padding-right: 23px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #17239d;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:before {
    background-color: #666;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
  color: #fff;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover:before {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:after {
  content: "\f107";
  position: relative;
  font-family: fontawesome;
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li:last-child > a {
    border-bottom: none;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a {
  color: #fff;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a:before {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on2 > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
  display: none;
  padding: 10px 30px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:hover {
  color: #17239d;
}
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: #17239d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li:last-child > a {
  border-bottom: none;
}
header .menuModal .siteMapWrap #siteMap ul.fourthGrade {
  display: none;
}
header .menuModal .siteMapWrap .mobileInfoWrap {
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap .mobileInfoWrap {
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a {
    position: relative;
    padding-left: 25px;
    font-size: 1.1em;
    display: block;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:before {
    content: "\e854";
    font-family: "Material Icons";
    position: absolute;
    top: 0;
    left: 0;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:hover {
    color: #17239d;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap .mobileInfoWrap {
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    line-height: 2;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:before {
    font-family: fontawesome;
    margin-right: 3px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(1):before {
    content: "\f09c";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(2):before {
    content: "\f007";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:hover {
    color: #17239d;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select {
    border: 1px solid #666;
    color: #666;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select option {
    color: #333;
  }
}
header aside.locationMenu {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 40px;
  z-index: -1;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu {
    position: absolute;
    top: 60px;
    height: 30px;
  }
}
header aside.locationMenu .asideInner {
  margin-left: 60px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner {
    margin-left: 0px;
  }
}
header aside.locationMenu .asideInner > a {
  float: left;
  width: 60px;
  height: inherit;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > a {
    width: 30px;
    line-height: 30px;
  }
}
header aside.locationMenu .asideInner > a i {
  color: #333;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > a i {
    color: #333;
  }
}
header aside.locationMenu .asideInner > div {
  position: relative;
  float: left;
  width: 180px;
  height: inherit;
  line-height: 40px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div {
    width: 150px;
    line-height: 30px;
    font-size: 12px;
  }
  header aside.locationMenu .asideInner > div.locationFourthMenu {
    display: none;
  }
}
header aside.locationMenu .asideInner > div:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div:before {
    top: 0;
    height: 30px;
  }
}
header aside.locationMenu .asideInner > div > a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > a {
    padding: 0 10px;
  }
}
header aside.locationMenu .asideInner > div > a:after {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 20px;
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > a:after {
    right: 10px;
  }
}
header aside.locationMenu .asideInner > div > a.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header aside.locationMenu .asideInner > div > ul {
  display: none;
  margin-top: -1px;
  padding: 0 20px;
  background-color: #eee;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > ul {
    padding: 0 10px;
  }
}
header aside.locationMenu .asideInner > div > ul > li > a {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > ul > li > a {
    font-size: 12px;
  }
}
header aside.locationMenu .asideInner > div > ul > li > a:after {
  content: "\f054";
  font-family: fontawesome;
  float: right;
  font-size: 10px;
}
header aside.locationMenu .asideInner > div > ul > li > a:hover {
  color: #17239d;
}
header aside.locationMenu .asideInner > div > ul > li.active > a {
  color: #17239d;
}

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

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

.container {
  overflow: hidden;
}

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

section.welcome {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/user_img/intro_img0.jpg) no-repeat 50% 50%/cover;
  height: 100vh;
  padding: 0;
}
section.welcome:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #000, transparent);
}
@media screen and (max-width: 800px) {
  section.welcome {
    height: auto;
    padding: 30px 10px;
    padding-top: 80px;
  }
}
section.welcome .siteWidth {
  width: 90%;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth {
    width: 100%;
  }
}
section.welcome .siteWidth .headLineWrap {
  visibility: visible !important;
  width: 50%;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .headLineWrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.welcome .siteWidth .headLineWrap h2 .en {
  font-size: 4em;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .headLineWrap h2 .en {
    font-size: 2.4em;
  }
}
section.welcome .siteWidth .headLineWrap h2 span {
  color: #5699e0;
}
section.welcome .siteWidth .headLineWrap p {
  color: #fff;
}
section.welcome .siteWidth .headLineWrap p em {
  color: #fff;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .headLineWrap p em {
    display: block;
  }
}
section.welcome .siteWidth .headLineWrap p span {
  color: #fff;
}
section.welcome .siteWidth .headLineWrap img {
  position: absolute;
  top: 0;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .headLineWrap img {
    display: none;
  }
}
section.welcome .siteWidth .headLineWrap img:last-child {
  left: 75%;
}
section.welcome .siteWidth .categoryWrap {
  position: relative;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .categoryWrap {
    margin-top: 30px;
    height: auto;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.welcome .siteWidth .categoryWrap {
    margin-top: 80px;
  }
}
section.welcome .siteWidth .categoryWrap .categoryImgList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li {
  width: calc((100% - 80px) / 9);
}
section.welcome .siteWidth .categoryWrap .categoryImgList li:nth-child(9n+1) {
  margin-left: 0;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li:nth-child(9n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  section.welcome .siteWidth .categoryWrap .categoryImgList li {
    width: calc((100% - 10px) / 2);
  }
  section.welcome .siteWidth .categoryWrap .categoryImgList li:nth-child(2n+1) {
    margin-left: 0;
  }
  section.welcome .siteWidth .categoryWrap .categoryImgList li:nth-child(2n) {
    margin-right: 0;
  }
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #17239d;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #17239d;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  right: 0;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img:before {
  content: "";
  width: 2px;
  height: 0%;
  background: #17239d;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img:after {
  content: "";
  width: 2px;
  height: 0%;
  background: #17239d;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  right: 0;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img img {
  width: 100%;
  -webkit-transition: all 2s;
  transition: all 2s;
  border: 1px solid #ccc;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img:hover:before {
  opacity: 1;
  height: 100%;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img:hover:after {
  opacity: 1;
  height: 100%;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img:hover h3 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img > span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img > span:after {
  content: "\e145";
  font-family: "Material Icons";
  width: 30px;
  height: 30px;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  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;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img > span:hover:before {
  opacity: 1;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img > span:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img h3 {
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #17239d;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a .img h3 span {
  display: none;
  font-size: 24px;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a:hover:before {
  opacity: 1;
  width: 100%;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a:hover:after {
  opacity: 1;
  width: 100%;
}
section.welcome .siteWidth .categoryWrap .categoryImgList li a:hover > span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
section.welcome .mouseWrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 50px;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.welcome .mouseWrap {
    display: none;
  }
}
section.welcome .mouseWrap .mouse {
  position: absolute;
  top: 25px;
  left: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
}
section.welcome .mouseWrap .mouse:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: #5699e0;
  -webkit-animation: mouseWheele 1.5s linear infinite;
          animation: mouseWheele 1.5s linear infinite;
}
section.welcome .mouseWrap > span {
  color: #fff;
  font-size: 12px;
}

section.product {
  height: auto;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  section.product {
    padding: 30px 10px;
  }
}
section.product .siteWidth .headLineWrap {
  text-align: center;
}
section.product .siteWidth .headLineWrap h2 {
  font-style: 2em;
}
section.product .siteWidth .headLineWrap p {
  font-size: 1.2em;
}
section.product .siteWidth .titleH3 {
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
section.product .siteWidth .titleH3 h3 span {
  position: relative;
  padding: 0 30px;
  font-size: 2em;
  font-weight: bold;
  color: #5699e0;
}
section.product .siteWidth .titleH3 h3 span:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #17239d;
}
section.product .siteWidth .titleH3 h3 span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #17239d;
}
section.product .siteWidth .pictureListWrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  section.product .siteWidth .pictureListWrap {
    margin-bottom: 0;
  }
}
section.product .siteWidth .pictureListWrap:nth-last-of-type() {
  margin-bottom: 0;
}

section.community {
  background-color: #eee;
}
section.community .siteWidth .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap {
    gap: 10px;
  }
}
section.community .siteWidth .contentWrap > div {
  width: calc(50% - 50px);
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div {
    width: 100%;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap {
    margin-bottom: 30px;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap h2 .en {
  font-size: 60px;
}
section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > p {
    margin-bottom: 20px;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > span {
  position: relative;
  font-size: 3em;
  padding-left: 60px;
  color: #17239d;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > span {
    padding-left: 40px;
    font-size: 2em;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > span {
    font-size: 1.6em;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .headLineWrap > span:before {
  content: "\e8c5";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
}
section.community .siteWidth .contentWrap > div.leftWrap .ulWrap {
  position: relative;
  display: block;
  height: 106px;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-left: 230px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.leftWrap .ulWrap {
    height: auto;
    padding-left: 20px;
    text-align: center;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .ulWrap img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 170px;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.leftWrap .ulWrap img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}
section.community .siteWidth .contentWrap > div.leftWrap .ulWrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.community .siteWidth .contentWrap > div.leftWrap .ulWrap .info p span {
  display: block;
  margin-top: 10px;
}
section.community .siteWidth .contentWrap > div.leftWrap .ulWrap .info p span em {
  position: relative;
  padding-right: 50px;
  font-size: 1.4em;
  color: #17239d;
}
section.community .siteWidth .contentWrap > div.leftWrap .ulWrap .info p span em:after {
  content: "\e5c8";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #17239d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.community .siteWidth .contentWrap > div.leftWrap .ulWrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.community .siteWidth .contentWrap > div.leftWrap .ulWrap:hover .info p span em:after {
  right: 0;
}
section.community .siteWidth .contentWrap > div.rightWrap {
  position: relative;
}
section.community .siteWidth .contentWrap > div.rightWrap .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap .linkWrap {
    gap: 5px;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap .linkWrap a {
  width: calc(33.333% - 10px);
  padding: 30px 0;
  border-radius: 10px;
  background-color: #5699e0;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap .linkWrap a {
    width: calc(33.333% - 5px);
    padding: 10px;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap .linkWrap a:hover {
  background-color: #17239d;
}
section.community .siteWidth .contentWrap > div.rightWrap .linkWrap a .item i {
  display: inline-block;
  font-size: 3.4em;
  line-height: 1;
}
section.community .siteWidth .contentWrap > div.rightWrap .linkWrap a .item h3 {
  margin-top: 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap .linkWrap a .item h3 {
    margin-top: 10px;
    font-size: 0.8em;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap .linkWrap a .item p {
  font-size: 0.8em;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap {
  position: relative;
  padding: 20px;
  padding-bottom: 0px;
  background-color: #fff;
  border: 3px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap {
    width: 100%;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap h3 {
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: bold;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li {
  position: relative;
  padding: 5px 0;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li span.date {
  float: right;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li span.date {
    display: none;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li span.title a {
  position: relative;
  display: block;
  margin-right: 120px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li span.title a {
    margin-right: 0;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li span.title a:before {
  content: "\e147";
  display: inline-block;
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #ccc;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li span.title a:hover {
  color: #17239d;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li span.boardContents {
  display: none;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li:nth-child(1) {
  padding: 20px 0;
  padding-left: 80px;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li:nth-child(1) span.title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li:nth-child(1) span.title a {
  padding-left: 0;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li:nth-child(1) span.title a:before {
  display: none;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li:nth-child(1) .boardContents {
  display: block;
  font-size: 14px;
  color: #999;
  height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li:nth-child(1) span.date {
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 800px) {
  section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li:nth-child(1) span.date {
    display: block;
  }
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap > ul li:nth-child(1) span.date span.day {
  display: block;
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  color: crimson;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 0 2px black;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap .moreView {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap .moreView:hover {
  color: #17239d;
}
section.community .siteWidth .contentWrap > div.rightWrap .noticeWrap .moreView i.material-icons {
  font-size: inherit;
}

.agree-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background-color: #fff;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.agree-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.agree-modal .close-modal:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.agree-modal .agreeContent .titleWrap {
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background-color: #17239d;
  color: #fff;
}
.agree-modal .agreeContent .useWrap {
  overflow: auto;
  height: 500px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.agree-modal .agreeContent .useWrap h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.agree-modal .agreeContent .useWrap h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.agree-modal .agreeContent .useWrap h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.agree-modal .agreeContent .useWrap p {
  margin-bottom: 30px;
  color: #333;
}
.agree-modal .agreeContent .useWrap > ul {
  margin-bottom: 30px;
  color: #333;
}
.agree-modal .agreeContent .useWrap > ul > li {
  padding: 3px 0;
}
.agree-modal .agreeContent .useWrap > ul > li:before {
  content: "\f0a9";
  font-family: fontawesome;
  margin-right: 5px;
}
.agree-modal .agreeContent .useWrap > ul > li span {
  display: block;
}
.agree-modal .agreeContent .useWrap > ul > li ul {
  margin: 10px 0;
  margin-left: 20px;
  color: #666;
}
.agree-modal .agreeContent .useWrap > ul > li ul li:before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 10px;
}

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

footer {
  position: relative;
  background: linear-gradient(145deg, #000, #041530);
}
footer .footer-content {
  padding: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content {
    padding: 20px;
    font-size: 12px;
  }
}
footer .footer-content .copyright {
  color: #fff;
}
footer .footer-content .copyright address {
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address {
    padding-bottom: 20px;
  }
}
footer .footer-content .copyright address p {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address p span {
    display: block;
    margin-top: 5px;
  }
  footer .footer-content .copyright address p span em:first-child {
    margin-left: 0;
  }
}
footer .footer-content .copyright address p span em {
  display: inline-block;
  margin: 0 20px 0 30px;
  color: #666;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address p span em {
    margin: 0 10px 0 20px;
  }
}
footer .footer-content .copyright address p span:first-child em:first-child {
  margin-left: 0;
}
footer .footer-content .copyright address p span a:hover {
  color: #5699e0;
}
footer .footer-content .copyright .sns {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .sns {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
}
footer .footer-content .copyright .sns i {
  color: #fff;
  font-size: 15px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #37466c;
  text-align: center;
  line-height: 25px;
  margin: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-content .copyright .sns i:hover {
  background-color: #17239d;
}
footer .footer-content .copyright .policyWrap {
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap {
    padding-top: 20px;
  }
}
footer .footer-content .copyright .policyWrap > div {
  float: left;
  width: 50%;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.policy {
    margin-bottom: 10px;
  }
}
footer .footer-content .copyright .policyWrap > div.policy a {
  display: inline-block;
  margin: 0 30px 0 20px;
  color: #666;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.policy a {
    margin: 0 10px 0 5px;
  }
}
footer .footer-content .copyright .policyWrap > div.policy a:first-child {
  margin-left: 0;
  color: #fff;
}
footer .footer-content .copyright .policyWrap > div.policy a:hover {
  color: #5699e0;
}
footer .footer-content .copyright .policyWrap > div.reserved {
  text-align: right;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.reserved {
    text-align: left;
  }
}
footer .footer-content .copyright .policyWrap > div.reserved a:hover {
  color: #5699e0;
}