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

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

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

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

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

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

section.rightBanner {
  position: fixed;
  top: 0px;
  right: 0;
  width: 250px;
  height: 100%;
  padding: 20px;
  background: #fff;
  z-index: 9999;
  border-left: 1px solid #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.3;
  transition: 0.3;
}
@media screen and (max-width: 600px) {
  section.rightBanner {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 10px;
    border-left: none;
  }
}
section.rightBanner.on {
  -webkit-transform: translateX(251px);
          transform: translateX(251px);
}
@media screen and (max-width: 600px) {
  section.rightBanner.on {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
section.rightBanner .quickMenuWrap {
  position: relative;
}
section.rightBanner .quickMenuWrap .nearListWrap {
  width: 100%;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  section.rightBanner .quickMenuWrap .nearListWrap {
    display: none;
  }
}
section.rightBanner .quickMenuWrap .nearListWrap h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #333;
}
section.rightBanner .quickMenuWrap .nearListWrap h3 span {
  color: orange;
}
section.rightBanner .quickMenuWrap .nearListWrap .recentSlideWrap .recentSlide {
  border: 1px solid #ccc;
}
section.rightBanner .quickMenuWrap .nearListWrap .recentSlideWrap .recentSlide li a {
  display: block;
  width: 100%;
  height: 100%;
}
section.rightBanner .quickMenuWrap .nearListWrap .recentSlideWrap .recentSlide li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section.rightBanner .quickMenuWrap .nearListWrap .recentSlideWrap .recentSlide .slick-arrow {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
section.rightBanner .quickMenuWrap .nearListWrap .recentSlideWrap .recentSlide .slick-arrow.slick-prev {
  top: 7px;
}
section.rightBanner .quickMenuWrap .nearListWrap .recentSlideWrap .recentSlide .slick-arrow.slick-prev:before {
  content: "\e316";
}
section.rightBanner .quickMenuWrap .nearListWrap .recentSlideWrap .recentSlide .slick-arrow.slick-next {
  top: auto;
  bottom: 7px;
}
section.rightBanner .quickMenuWrap .nearListWrap .recentSlideWrap .recentSlide .slick-arrow.slick-next:before {
  content: "\e313";
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap {
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap h3 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap h3:after {
  content: "";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap h4 {
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap p {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #333;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap p.telNo {
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap p.bankNo {
  margin-top: -5px;
  font-size: 1.2em;
  font-weight: bold;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap p span {
  display: block;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap p span:first-of-type {
  margin-top: 10px;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap p a {
  color: blue;
  text-decoration: underline;
}
section.rightBanner .quickMenuWrap .bannerCustomerWrap p a:hover {
  color: orangered;
}
section.rightBanner .quickMenuList {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -51px;
  width: 50px;
}
@media screen and (max-width: 600px) {
  section.rightBanner .quickMenuList {
    display: none;
  }
}
section.rightBanner .quickMenuList a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  color: #000;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.rightBanner .quickMenuList a:first-child {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 600px) {
  section.rightBanner .quickMenuList a:first-child {
    display: none;
  }
}
section.rightBanner .quickMenuList a:first-child i {
  font-size: 2em;
}
section.rightBanner .quickMenuList a:last-child {
  border-bottom: 1px solid #ccc;
}
section.rightBanner .quickMenuList a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.4em;
}
section.rightBanner .quickMenuList a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
}
section.rightBanner .quickMenuList a span {
  position: absolute;
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  top: 0px;
  left: 0px;
  font-weight: bold;
  color: #333;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  z-index: -1;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
section.rightBanner .quickMenuList a span.on {
  opacity: 1;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
section.rightBanner .mobileQuickMenuList {
  display: none;
}
@media screen and (max-width: 600px) {
  section.rightBanner .mobileQuickMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
}
section.rightBanner .mobileQuickMenuList a {
  display: block;
  width: calc(50% - 5px);
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}
section.rightBanner .mobileQuickMenuList a i {
  font-size: 3em;
}
section.rightBanner .mobileQuickMenuList a span {
  display: block;
  margin-top: 10px;
}

#popupWrap {
  padding: 5px;
}
@page {
  #popupWrap {
    size: 21cm 29.7cm;
    margin: 1cm;
  }
}
#popupWrap #printDiv h1.printTitle {
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  text-align: center;
}
#popupWrap #printDiv table.printTable {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-left: none;
  color: #333;
}
#popupWrap #printDiv table.printTable tbody tr th, #popupWrap #printDiv table.printTable tbody tr td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px 10px;
}
#popupWrap #printDiv table.printTable tbody tr th {
  background-color: #f9f9f9;
}
#popupWrap #printDiv table.printTable tbody tr td span {
  display: block;
  text-align: center;
  font-weight: bold;
}
#popupWrap #printDiv table.printTable tbody tr td span strong {
  color: crimson;
}
#popupWrap #printDiv table.printTable tbody tr:last-child th, #popupWrap #printDiv table.printTable tbody tr:last-child td {
  border-bottom: none;
}

.deleberyInfoWrap {
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .deleberyInfoWrap {
    padding: 10px;
  }
}
.deleberyInfoWrap h4 {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .deleberyInfoWrap h4 {
    font-size: 1.2em;
  }
}
.deleberyInfoWrap h4 span {
  position: relative;
  padding: 0 20px;
}
.deleberyInfoWrap h4 span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(15deg);
          transform: translateY(-50%) skew(15deg);
  left: 0;
  width: 10px;
  height: 5px;
  background-color: crimson;
}
.deleberyInfoWrap h4 span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(-15deg);
          transform: translateY(-50%) skew(-15deg);
  right: 0;
  width: 10px;
  height: 5px;
  background-color: crimson;
}
.deleberyInfoWrap h5 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .deleberyInfoWrap h5 {
    font-size: 1em;
  }
}
.deleberyInfoWrap h5 span {
  position: relative;
  padding-left: 10px;
}
.deleberyInfoWrap h5 span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 18px;
  background-color: #285a91;
}
.deleberyInfoWrap .deleveryBox {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .deleberyInfoWrap .deleveryBox {
    padding: 0;
    border: none;
  }
}
.deleberyInfoWrap .deleveryBox h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
.deleberyInfoWrap .deleveryBox h6 span {
  position: relative;
  padding-left: 20px;
}
.deleberyInfoWrap .deleveryBox h6 span:before {
  content: "\ea50";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.deleberyInfoWrap .deleveryBox ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .deleberyInfoWrap .deleveryBox ul {
    font-size: 0.9em;
  }
}
.deleberyInfoWrap .deleveryBox ul:last-child {
  margin-bottom: 0;
}
.deleberyInfoWrap .deleveryBox ul li {
  position: relative;
  margin-bottom: 10px;
  text-decoration: none;
  list-style: none;
  text-align: left;
  padding-left: 20px;
}
.deleberyInfoWrap .deleveryBox ul li:last-child {
  margin-bottom: 0;
}
.deleberyInfoWrap .deleveryBox ul li:before {
  content: "\e876";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 0;
  color: #285a91;
}

.reviewListWrap {
  margin-top: 50px;
  text-align: center;
}
.reviewListWrap .reviewList {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.reviewListWrap .reviewList li {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}
.reviewListWrap .reviewList li .imgWrap {
  float: left;
  width: 25%;
  margin-right: 5%;
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .reviewListWrap .reviewList li .imgWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.reviewListWrap .reviewList li .imgWrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.reviewListWrap .reviewList li .imgWrap a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.reviewListWrap .reviewList li .infoWrap {
  float: left;
  width: 70%;
}
@media screen and (max-width: 600px) {
  .reviewListWrap .reviewList li .infoWrap {
    width: 100%;
  }
}
.reviewListWrap .reviewList li .infoWrap h5 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.reviewListWrap .reviewList li .infoWrap h5 span {
  color: crimson;
}
.reviewListWrap .reviewList li .infoWrap h5 em {
  display: block;
  margin: 10px 0;
}
.reviewListWrap .reviewList li .infoWrap .commentWrap {
  font-size: 0.9em;
}
.reviewListWrap .reviewList li .infoWrap p {
  margin-top: 10px;
  color: #666;
}
.reviewListWrap .reviewList li .infoWrap p span {
  display: inline-block;
  margin-right: 10px;
}
.reviewListWrap > a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  color: #fff !important;
  background-color: crimson;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviewListWrap > a:hover {
  background-color: #285a91;
}

.reviewWriteWrap .titleH3 {
  margin-top: 20px;
}
.reviewWriteWrap.formWrap {
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

/* ----------------------------------------------------------- */
/* -------------------------- 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: 600px) {
  .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: 600px) {
  .parkingWrap .parkingContent .serviceWrap p em {
    display: block;
  }
}
.parkingWrap .parkingContent .serviceWrap p span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #ccc;
}

/* ################### Content Table ################### */
table.base {
  width: 100%;
}
table.base thead th {
  padding: 10px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
table.base tbody th, table.base tbody td {
  padding: 8px 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 1.4rem;
}
table.base tbody th {
  background-color: #f9f9f9;
}

table.viewTable {
  margin-bottom: 30px;
  font-size: 0.85em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 600px) {
  table.viewTable colgroup col {
    width: 100%;
  }
}
table.viewTable tbody tr th, table.viewTable tbody tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  table.viewTable tbody tr th, table.viewTable tbody tr td {
    display: block;
  }
}
table.viewTable tbody tr th:last-child, table.viewTable tbody tr td:last-child {
  border-right: none;
}
table.viewTable tbody tr:last-child th, table.viewTable tbody tr:last-child td {
  border-bottom: none;
}
table.viewTable tbody tr th {
  color: #fff;
  font-weight: normal;
  background-color: #666;
}
table.viewTable tbody tr td {
  white-space: normal;
}
@media screen and (max-width: 600px) {
  table.viewTable tbody tr td {
    text-align: center;
  }
}
table.viewTable tbody tr td textarea {
  width: 100%;
}

@-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% - 15px);
  }
}
@keyframes aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 15px);
  }
}
.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;
  z-index: 9;
}
.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: 600px) {
  .butList {
    margin-bottom: 30px;
  }
}
.butList a {
  display: inline-block;
  width: 120px;
  margin: 5px;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .butList a {
    width: 100px;
    margin: 2px 1px;
    font-size: 0.8em;
  }
}
.butList a button {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}
.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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .searchWrap button {
    width: 70px;
  }
}
.searchWrap button:hover {
  background-color: #000;
}
.searchWrap .confirm_key {
  display: inline-block;
  width: 80px;
  padding: 4px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0.8em;
}
@media screen and (max-width: 600px) {
  .searchWrap .confirm_key {
    width: 70px;
  }
}
.searchWrap .confirm_key: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: 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: #666;
  -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);
}

/* Slick Slide Button */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  color: transparent;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  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: 1;
}
.slick-arrow:hover {
  background-color: black;
}
.slick-arrow:before {
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
.slick-arrow.slick-prev {
  left: -25px;
}
.slick-arrow.slick-prev:before {
  content: "\e314";
}
.slick-arrow.slick-next {
  right: -25px;
}
.slick-arrow.slick-next:before {
  content: "\e315";
}

.slick-dots {
  position: absolute;
}
.slick-dots > li {
  float: none !important;
  display: inline-block;
  width: 15px !important;
  height: 15px;
  margin: 2px !important;
}
.slick-dots > li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #999;
  text-indent: -9000px;
  font-size: 0;
  line-height: 0;
  border: 0;
  border-radius: 15px;
}
.slick-dots > li button:before {
  display: none;
}
.slick-dots > li.slick-active button {
  background-color: crimson;
}

/* 상품 Best, New, MD, Hit, Soldout Button */
span.soldOutBut {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  font-size: 1.2em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}

span.pdIconWrap {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 0.6em;
  font-family: "Play", sans-serif;
  color: #fff;
}
span.pdIconWrap em.productsIcon {
  display: inline-block;
  width: 36px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
}
span.pdIconWrap em.productsIcon.hitProductsIcon {
  background-color: orangered;
}
span.pdIconWrap em.productsIcon.newProductsIcon {
  background-color: green;
}
span.pdIconWrap em.productsIcon.bestProductsIcon {
  background-color: darkblue;
}
span.pdIconWrap em.productsIcon.mdProductsIcon {
  background-color: blueviolet;
}
span.pdIconWrap em.productsIcon.hotProductsIcon {
  background-color: red;
}

/* 장바구니, 찜하기 버튼 */
.cartWishButWrap {
  display: none;
  position: relative;
  margin-top: 5px;
  text-align: center;
}
.cartWishButWrap > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cartWishButWrap > span em {
  line-height: 40px;
}
.cartWishButWrap > span:hover {
  background-color: #666;
  color: #fff;
}
.cartWishButWrap .Zx_Notify {
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (max-width: 600px) {
  .cartWishButWrap .Zx_Notify {
    width: 100%;
    padding: 30px 10px;
  }
}
.cartWishButWrap .Zx_Notify span.message {
  display: block;
  margin-bottom: 20px;
}
.cartWishButWrap .Zx_Notify a.cartGoBut {
  display: block;
  padding: 7px 20px;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius: 5px;
}
.cartWishButWrap .Zx_Notify a.cartGoBut:hover {
  background-color: #000;
}

/* 재고 버튼 */
.stockButWrap span {
  display: block;
  margin-bottom: 2px;
  padding: 3px 0;
  text-align: center;
  font-size: 0.8em;
  border-radius: 5px;
  color: #fff;
}
.stockButWrap span:nth-child(1) {
  background-color: #333;
}
.stockButWrap span:nth-child(2) {
  background-color: red;
}
.stockButWrap span:nth-child(3) {
  margin-bottom: 0;
  background-color: blueviolet;
}

/* 인증 버튼 */
.confirm_key {
  padding: 3px 10px;
  font-size: 13px;
  color: #333;
  border-radius: 3px;
  background: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
}

/* 수정 / 삭제 버튼 */
.adminModifyBut {
  padding: 3px 10px;
  font-size: 0.9em;
  color: #fff;
  border-radius: 3px;
  background: #666;
}
.adminModifyBut:hover {
  background: #333;
}

.adminDeleteBut {
  padding: 3px 10px;
  font-size: 0.9em;
  color: #fff;
  border-radius: 3px;
  background: #666;
}
.adminDeleteBut:hover {
  background: #333;
}

/* Plus, Minus Button */
.plusminus {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 26px;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background-color: #666;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plusminus:hover {
  background-color: #000;
}

.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: 600px) {
  .tabMenuWrap .tabMenuContent .tabMenu {
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
    text-align: center;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li {
  float: left;
}
@media screen and (max-width: 600px) {
  .tabMenuWrap .tabMenuContent .tabMenu li {
    float: none;
    display: inline-block;
    margin: 3px;
    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;
  line-height: 50px;
}
@media screen and (max-width: 600px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    border-radius: 30px;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li:last-child a {
  border-right: 1px solid transparent;
  width: calc(100% + 1px);
}
@media screen and (max-width: 600px) {
  .tabMenuWrap .tabMenuContent .tabMenu li:last-child a {
    border-right: none;
    width: 100%;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-top: 2px solid crimson;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
    border-top: none;
    background-color: crimson;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-bottom: 1px solid transparent;
  color: crimson;
}
@media screen and (max-width: 600px) {
  .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: 600px) {
  .tabMenuWrap .tabMenuContent .contentWrap .content {
    padding: 10px;
    border-top: 1px solid #ccc;
  }
}
.tabMenuWrap .tabMenuContent .contentWrap .content.active {
  display: block;
}

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

/* catalog.php */
.categorySubMenuWrap {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .categorySubMenuWrap {
    margin-bottom: 30px;
  }
}
.categorySubMenuWrap h3 {
  margin-bottom: 20px;
  font-size: 1.6em;
  color: #999;
}
@media screen and (max-width: 600px) {
  .categorySubMenuWrap h3 {
    font-size: 1.4em;
  }
}
.categorySubMenuWrap h3 strong {
  font-weight: bold;
  color: #666;
}
.categorySubMenuWrap a {
  display: inline-block;
  margin: 3px;
  padding: 7px 15px;
  background-color: #999;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .categorySubMenuWrap a {
    padding: 5px 10px;
    font-size: 0.8em;
  }
}
.categorySubMenuWrap a:hover {
  background-color: #000;
}

/* location_bar.php */
.locationWrap {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.locationWrap .selectLocationWrap {
  text-align: center;
}
.locationWrap .selectLocationWrap > a {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.locationWrap .selectLocationWrap > a:after {
  content: "\e409";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -21px;
}
.locationWrap .selectLocationWrap .selectWrap {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
}
.locationWrap .selectLocationWrap .selectWrap:after {
  content: "\e409";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
}
.locationWrap .selectLocationWrap .selectWrap:last-child {
  margin-right: 0;
}
.locationWrap .selectLocationWrap .selectWrap:last-child:after {
  display: none;
}

/* main_pick_list.php,  pick_list.php, list_view_mode.php */
.listViewModeBox .viewKind {
  margin-bottom: 20px;
  padding: 20px;
  border: 3px solid #ccc;
}
.listViewModeBox .viewKind label {
  position: relative;
  padding-left: 20px;
}
.listViewModeBox .viewKind label:before {
  content: "\ea50";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.listViewModeBox .viewKind a {
  display: inline-block;
  margin: 0 1px;
  margin-bottom: 3px;
  padding: 5px 10px;
  background-color: #eee;
  color: #666;
  border-radius: 3px;
  font-size: 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listViewModeBox .viewKind a:hover {
  color: #fff;
  background-color: #333;
}
.listViewModeBox .viewKind form {
  margin-top: 20px;
}
.listViewModeBox #total {
  margin-top: 20px;
  margin-bottom: 5px;
}
.listViewModeBox .listAllGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.listViewModeBox .listAllGallery li {
  position: relative;
  width: calc((100% - 80px) / 5);
  font-size: 1rem;
}
.listViewModeBox .listAllGallery li:nth-child(5n+1) {
  margin-left: 0;
}
.listViewModeBox .listAllGallery li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .listAllGallery li {
    width: calc((100% - 20px) / 2);
  }
  .listViewModeBox .listAllGallery li:nth-child(2n+1) {
    margin-left: 0;
  }
  .listViewModeBox .listAllGallery li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .listViewModeBox .listAllGallery li {
    width: calc((100% - 40px) / 3);
  }
  .listViewModeBox .listAllGallery li:nth-child(3n+1) {
    margin-left: 0px;
  }
  .listViewModeBox .listAllGallery li:nth-child(3n) {
    margin-right: 0px;
  }
}
.listViewModeBox .listAllGallery li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 260px;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .listAllGallery li > a {
    height: 150px;
  }
}
.listViewModeBox .listAllGallery li > a:before {
  content: "";
  width: 0;
  height: 6px;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
}
.listViewModeBox .listAllGallery li > a:after {
  content: "";
  width: 0;
  height: 6px;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  right: 0;
}
.listViewModeBox .listAllGallery li > a p.img {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .listAllGallery li > a p.img {
    height: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .listViewModeBox .listAllGallery li > a p.img {
    height: 260px;
  }
}
.listViewModeBox .listAllGallery li > a p.img:before {
  content: "";
  width: 6px;
  height: 0%;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
}
.listViewModeBox .listAllGallery li > a p.img:after {
  content: "";
  width: 6px;
  height: 0%;
  background: crimson;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  right: 0;
}
.listViewModeBox .listAllGallery li > a p.img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.listViewModeBox .listAllGallery li > a p.img:hover:before {
  opacity: 1;
  height: 100%;
}
.listViewModeBox .listAllGallery li > a p.img:hover:after {
  opacity: 1;
  height: 100%;
}
.listViewModeBox .listAllGallery li > a p.img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.listViewModeBox .listAllGallery 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;
}
.listViewModeBox .listAllGallery 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;
}
.listViewModeBox .listAllGallery li > a p.img span:hover:before {
  opacity: 1;
}
.listViewModeBox .listAllGallery li > a p.img span:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.listViewModeBox .listAllGallery li > a > .saleRate {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  padding-top: 12px;
  color: yellow;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border-radius: 60px;
  background-color: crimson;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.listViewModeBox .listAllGallery li > a > .saleRate em {
  display: block;
  margin-top: -5px;
  font-size: 0.6em;
  color: #fff;
}
.listViewModeBox .listAllGallery li > a:hover:before {
  opacity: 1;
  width: 100%;
}
.listViewModeBox .listAllGallery li > a:hover:after {
  opacity: 1;
  width: 100%;
}
.listViewModeBox .listAllGallery li > span {
  display: block;
  text-align: center;
}
.listViewModeBox .listAllGallery li > span.productName {
  height: 30px;
  margin-top: 10px;
  font-size: 1em;
  color: #000;
  word-break: keep-all;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .listAllGallery li > span.productName {
    font-size: 1em;
  }
}
.listViewModeBox .listAllGallery li > span.priceWrap {
  margin-top: 10px;
  color: #666;
}
.listViewModeBox .listAllGallery li > span.priceWrap em {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .listAllGallery li > span.priceWrap em {
    display: block;
  }
}
.listViewModeBox .listAllGallery li > span.priceWrap em.salePrice {
  color: crimson;
  font-size: 1.2em;
  font-weight: bold;
}
.listViewModeBox .listAllGallery li > span.priceWrap em.priceOri {
  margin-right: 0;
  color: #ccc;
  text-decoration: line-through;
}
.listViewModeBox .pickSlideWrap {
  position: relative;
  margin-bottom: 50px;
  min-height: 150px;
  padding: 30px 0;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .pickSlideWrap {
    padding: 20px 0;
  }
}
.listViewModeBox .pickSlideWrap h3 {
  margin-bottom: 20px;
  margin-top: -50px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .pickSlideWrap h3 {
    margin-top: -40px;
  }
}
.listViewModeBox .pickSlideWrap h3 span {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
}
.listViewModeBox .pickSlideWrap h3 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e3750;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.listViewModeBox .pickSlideWrap h3 span em {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.listViewModeBox .pickSlideWrap .pickListSlide {
  position: relative;
  margin-bottom: 0;
  padding: 0 70px;
  /* Slick-arrow */
}
@media screen and (max-width: 600px) {
  .listViewModeBox .pickSlideWrap .pickListSlide {
    padding: 0 30px;
  }
}
.listViewModeBox .pickSlideWrap .pickListSlide li {
  margin: 10px;
}
.listViewModeBox .pickSlideWrap .pickListSlide .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .pickSlideWrap .pickListSlide .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.listViewModeBox .pickSlideWrap .pickListSlide .slick-arrow.slick-prev {
  left: 5px;
}
.listViewModeBox .pickSlideWrap .pickListSlide .slick-arrow.slick-next {
  right: 5px;
}
.listViewModeBox .pickSlideWrap .pickListSlide .slick-arrow:before {
  font-size: 3em;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .pickSlideWrap .pickListSlide .slick-arrow:before {
    font-size: 2em;
  }
}

/* view.php */
.productViewWrap {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .productViewWrap {
    margin-top: 20px;
  }
}
.productViewWrap .viewAndSpec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec {
    margin-bottom: 50px;
  }
}
.productViewWrap .viewAndSpec .imgBox {
  position: relative;
  width: calc(50% - 50px);
  min-height: 600px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .imgBox {
    width: 100%;
    min-height: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .productViewWrap .viewAndSpec .imgBox {
    width: 100%;
    min-height: auto;
  }
}
.productViewWrap .viewAndSpec .imgBox > img {
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .imgBox > img {
    height: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .productViewWrap .viewAndSpec .imgBox > img {
    height: auto;
  }
}
.productViewWrap .viewAndSpec .imgBox .sumnailSlide {
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .imgBox .sumnailSlide {
    padding: 0;
  }
}
.productViewWrap .viewAndSpec .imgBox .sumnailSlide img {
  height: 120px;
  margin: 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .imgBox .sumnailSlide img {
    height: auto;
    margin: 0 3px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .productViewWrap .viewAndSpec .imgBox .sumnailSlide img {
    height: auto;
    margin: 0 3px;
  }
}
.productViewWrap .viewAndSpec .imgBox .sumnailSlide .slick-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-indent: -9000px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .imgBox .sumnailSlide .slick-prev {
    left: 5px;
    color: #fff;
  }
}
.productViewWrap .viewAndSpec .imgBox .sumnailSlide .slick-prev:before {
  content: "\f053";
  font-size: 1.2em;
  color: #fff;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .imgBox .sumnailSlide .slick-prev:before {
    color: #fff;
  }
}
.productViewWrap .viewAndSpec .imgBox .sumnailSlide .slick-next {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  text-indent: -9000px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .imgBox .sumnailSlide .slick-next {
    right: 5px;
    color: #fff;
  }
}
.productViewWrap .viewAndSpec .imgBox .sumnailSlide .slick-next:before {
  content: "\f054";
  font-size: 1.2em;
  color: #fff;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .imgBox .sumnailSlide .slick-next:before {
    color: #fff;
  }
}
.productViewWrap .viewAndSpec .spec {
  position: relative;
  width: calc(50% - 50px);
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .spec {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .productViewWrap .viewAndSpec .spec {
    width: 100%;
    margin-top: 20px;
    min-height: auto;
  }
}
.productViewWrap .viewAndSpec .spec h3 {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .spec h3 {
    margin-bottom: 10px;
  }
}
.productViewWrap .viewAndSpec .spec h3 span.title {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .spec h3 span.title {
    font-size: 24px;
  }
}
.productViewWrap .viewAndSpec .spec h3 > a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 1.4em;
}
.productViewWrap .viewAndSpec .spec .specTable {
  margin-bottom: 30px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 600px) {
  .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: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #eee;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .spec .specTable td .select_add_option_price {
    width: 90px;
  }
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap {
  margin-bottom: 10px;
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap h4 {
  margin-top: -30px;
  margin-bottom: 20px;
  text-align: center;
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap h4 span {
  padding: 7px 20px;
  background-color: #666;
  color: #fff;
  border-radius: 20px;
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul {
  overflow: hidden;
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul li {
  position: relative;
  float: left;
  width: 48%;
  min-height: 80px;
  margin-right: 4%;
  margin-bottom: 20px;
  padding-left: 100px;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul li {
    width: 100%;
    margin-right: 0;
  }
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul li:last-child {
  margin-right: 0;
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul li .infoWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  width: calc(100% - 100px);
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul li .infoWrap span {
  display: block;
  margin-bottom: 5px;
  font-size: 1em;
  color: #000;
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul li .infoWrap span.priceWrap {
  color: crimson;
  font-weight: bold;
}
.productViewWrap .viewAndSpec .spec .gooAddDisplayWrap ul li .infoWrap span.DirectCartAdd {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: rgba(220, 20, 60, 0.8);
  font-size: 0.8em;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap .totalPriceWrap {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .productViewWrap .viewAndSpec .spec .buyProductInfoWrap .totalPriceWrap {
    margin-bottom: 20px;
  }
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap .totalPriceWrap span {
  display: block;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap .totalPriceWrap span.price {
  font-size: 1.8em;
  font-weight: bold;
  color: crimson;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap a.cartPushBut {
  display: block;
  height: 4%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #666;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap a.cartPushBut:hover {
  background-color: #000;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap table.cartBoardList {
  font-size: 0.8em;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap table.cartBoardList thead tr th {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap table.cartBoardList tbody tr td {
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap table.cartBoardList tbody tr td a .wishDeleteBut {
  padding: 3px 6px;
  color: #fff;
  background-color: #666;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap table.cartBoardList tbody tr td a .wishDeleteBut:hover {
  background-color: #000;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap table.cartBoardList tbody tr:last-child td {
  border-bottom: none;
  text-align: center;
  color: crimson;
  font-weight: bold;
  font-size: 1.2em;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap .etcButWrap {
  margin-top: 10px;
  text-align: center;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap .etcButWrap a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productViewWrap .viewAndSpec .spec .buyProductInfoWrap .etcButWrap a:hover {
  background-color: #000;
}
.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: 600px) {
  .productViewWrap .contentsView h4 {
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 24px;
  }
}
.productViewWrap .contentsView h4:before, .productViewWrap .contentsView h4:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 170px;
  height: 1px;
  background-color: crimson;
  -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: 0.3s;
  transition: 0.3s;
}
.categoryAddSearchWrap .categorySelectBut:hover, .categoryAddSearchWrap .categoryViewBut:hover {
  background-color: #000;
}

/* cart_list.php */
.cartListWrap ul.cartList li {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}
.cartListWrap ul.cartList li:last-child {
  border-bottom: none;
}
.cartListWrap ul.cartList li .imgWrap {
  float: left;
  width: 25%;
  margin-right: 5%;
  text-align: center;
}
.cartListWrap ul.cartList li .infoWrap {
  float: left;
  width: 70%;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .cartListWrap ul.cartList li .infoWrap {
    padding-top: 0;
  }
}
.cartListWrap ul.cartList li .infoWrap span {
  display: block;
  margin-bottom: 5px;
}
.cartListWrap ul.cartList li .infoWrap span.productName {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 600px) {
  .cartListWrap ul.cartList li .infoWrap span.productName {
    font-size: 1em;
    font-weight: bold;
  }
}
.cartListWrap ul.cartList li .infoWrap span.price {
  margin-top: 10px;
  font-size: 1.4em;
  font-weight: bold;
  color: crimson;
}
.cartListWrap ul.cartList li .infoWrap span.butWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 600px) {
  .cartListWrap ul.cartList li .infoWrap span.butWrap {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: auto;
    margin-top: 10px;
  }
}
.cartListWrap ul.cartList li .infoWrap span.butWrap a {
  display: inline-block;
  width: 100px;
  height: 60px;
  margin-right: 5px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .cartListWrap ul.cartList li .infoWrap span.butWrap a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
  }
}
.cartListWrap ul.cartList li .infoWrap span.butWrap a:last-child {
  margin-right: 0;
}
.cartListWrap ul.cartList li .infoWrap span.butWrap a:hover {
  background-color: #000;
}
.cartListWrap .totalAmount {
  padding: 30px;
  border: 3px solid #ccc;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .cartListWrap .totalAmount {
    padding: 20px;
  }
}
.cartListWrap .totalAmount em {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
}

/* order_info.php */
.orderInfoWrap .dleveryListWrap {
  margin-bottom: 20px;
}
.orderInfoWrap .dleveryListWrap p {
  margin-bottom: 5px;
  text-align: center;
}
.orderInfoWrap .dleveryListWrap ul {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
.orderInfoWrap .dleveryListWrap ul li {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.orderInfoWrap .dleveryListWrap ul li:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: crimson;
}

/* pay_result_cash.php, pay_result_card.php */
.payResultInfoWrap .infoWrap {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.payResultInfoWrap .infoWrap p span {
  display: block;
  margin-top: 5px;
  color: #285a91;
}

header {
  width: 100%;
  height: 174px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ccc;
  /* 네비게이션 */
}
@media screen and (max-width: 600px) {
  header {
    height: 60px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
header .infoWrap {
  overflow: hidden;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  header .infoWrap {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .infoWrap {
    display: none;
  }
}
header .infoWrap .siteWidth {
  height: 24px;
}
header .infoWrap .siteWidth ul.infoMenuLeft {
  float: left;
  width: 50%;
  height: inherit;
  text-align: left;
}
header .infoWrap .siteWidth ul.infoMenuLeft li {
  display: inline-block;
  height: inherit;
  font-size: 0.7em;
  line-height: 2;
}
header .infoWrap .siteWidth ul.infoMenuLeft li a {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #666;
  font-weight: bold;
}
header .infoWrap .siteWidth ul.infoMenuLeft li a:hover {
  color: #285a91;
}
header .infoWrap .siteWidth ul.infoMenuLeft li a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}
header .infoWrap .siteWidth ul.infoMenuLeft li:last-child a:after {
  display: none;
}
header .infoWrap .siteWidth ul.infoMenuRight {
  float: left;
  width: 50%;
  height: inherit;
  text-align: right;
}
header .infoWrap .siteWidth ul.infoMenuRight li {
  display: inline-block;
  height: inherit;
  font-size: 0.7em;
  line-height: 2;
}
header .infoWrap .siteWidth ul.infoMenuRight li a {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #666;
  font-weight: bold;
}
header .infoWrap .siteWidth ul.infoMenuRight li a:hover {
  color: #285a91;
}
header .infoWrap .siteWidth ul.infoMenuRight li a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}
header .infoWrap .siteWidth ul.infoMenuRight li:last-child a:after {
  display: none;
}
header .logoWrap {
  position: relative;
}
header .logoWrap .siteWidth {
  height: 90px;
}
@media screen and (max-width: 600px) {
  header .logoWrap .siteWidth {
    height: 60px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .logoWrap .siteWidth {
    height: 60px;
  }
}
header .logoWrap .siteWidth h1.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 90px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  header .logoWrap .siteWidth h1.logo {
    width: 80px;
    height: 60px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .logoWrap .siteWidth h1.logo {
    width: 100px;
    height: 60px;
  }
}
header .logoWrap .siteWidth h1.logo > a {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
}
header .logoWrap .siteWidth h1.logo > a img {
  padding-top: 14px;
}
@media screen and (max-width: 600px) {
  header .logoWrap .siteWidth h1.logo > a img {
    padding-top: 12px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .logoWrap .siteWidth h1.logo > a img {
    padding-top: 8px;
    padding-left: 10px;
  }
}
header .logoWrap .siteWidth .dataSearchWrap {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  height: 40px;
}
@media screen and (max-width: 600px) {
  header .logoWrap .siteWidth .dataSearchWrap {
    width: 50%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .logoWrap .siteWidth .dataSearchWrap {
    width: 60%;
  }
}
header .logoWrap .siteWidth .dataSearchWrap .dataSearch {
  position: relative;
  height: inherit;
}
header .logoWrap .siteWidth .dataSearchWrap .dataSearch form {
  height: inherit;
}
header .logoWrap .siteWidth .dataSearchWrap .dataSearch form input[type=text] {
  width: 100%;
  height: inherit;
  line-height: 38px;
  margin-right: 2%;
  padding: 0 10px;
  padding-right: 40px;
  color: #666;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
header .logoWrap .siteWidth .dataSearchWrap .dataSearch form a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
}
header .logoWrap .siteWidth .dataSearchWrap .dataSearch form a:before {
  content: "\e8ff";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  font-size: 2em;
}
header .logoWrap .siteWidth .dataSearchWrap .TotalSearchBut {
  float: right;
  width: 23%;
  height: 40px;
}
@media screen and (max-width: 600px) {
  header .logoWrap .siteWidth .dataSearchWrap .TotalSearchBut {
    display: none;
    width: 75px;
  }
}
header .logoWrap .siteWidth .dataSearchWrap .TotalSearchBut span {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
header .logoWrap .siteWidth .dataSearchWrap .TotalSearchBut span:hover {
  background-color: black;
}
header .logoWrap .siteWidth p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 350px;
  line-height: 1.5;
  text-align: right;
  font-size: 0.9em;
}
header .logoWrap .siteWidth p span {
  display: block;
}
header nav {
  height: 58px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  header nav {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav .siteWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
header nav .siteWidth .totalMenuIcon {
  width: 200px;
  height: inherit;
  line-height: 60px;
}
header nav .siteWidth .totalMenuIcon a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2e3750;
}
header nav .siteWidth .totalMenuIcon a .categoryTrigger {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 26px;
  height: 16px;
}
header nav .siteWidth .totalMenuIcon a .categoryTrigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav .siteWidth .totalMenuIcon a .categoryTrigger span:nth-child(1) {
  top: 0;
}
header nav .siteWidth .totalMenuIcon a .categoryTrigger span:nth-child(2) {
  top: 50%;
}
header nav .siteWidth .totalMenuIcon a .categoryTrigger span:nth-child(3) {
  top: 100%;
}
header nav .siteWidth .totalMenuIcon a .categoryTrigger.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header nav .siteWidth .totalMenuIcon a .categoryTrigger.active span:nth-child(2) {
  display: none;
}
header nav .siteWidth .totalMenuIcon a .categoryTrigger.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav .siteWidth .totalMenuIcon a .menuName {
  margin-left: 60px;
  color: #fff;
}
header nav .siteWidth #totalMenuPopUpWrap {
  position: absolute;
  top: 57px;
  left: -1px;
  width: 200px;
  height: 498px;
  margin-top: 1px;
  margin-left: 1px;
  background-color: #333949;
  z-index: 999;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul {
  height: 100%;
  padding: 20px;
  /* 1차메뉴 */
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li {
  padding: 8px 0;
  border-bottom: 1px dotted #454d64;
  /* 2차메뉴 */
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li:last-child {
  border-bottom: none;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #999;
  font-size: 0.85em;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li > a:hover {
  color: #fff;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li > a:before {
  content: "\e8b8";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li ul {
  position: absolute;
  top: -2px;
  left: 200px;
  width: 265px;
  height: 432px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #333949;
  border-left: none;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li ul li {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
  /* 3차메뉴 */
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li ul li:last-child {
  border-bottom: none;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li ul li a:hover {
  color: #0066CC;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li ul li a:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
header nav .siteWidth #totalMenuPopUpWrap .categoryAll > ul > li ul li ul {
  top: -2px;
  left: 265px;
}
header nav .siteWidth #navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 200px);
  height: inherit;
}
header nav .siteWidth #navigation > li {
  height: inherit;
}
header nav .siteWidth #navigation > li > a {
  position: relative;
  display: block;
  height: inherit;
  line-height: 60px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
header nav .siteWidth #navigation > li > a:hover {
  color: crimson;
}
header nav .siteWidth #navigation > li.on > a {
  color: crimson;
}
header nav .siteWidth #navigation > li.on > a:before {
  left: 0;
  width: 100%;
}
header nav .siteWidth #navigation > li.on > ul.secondGrade {
  opacity: 1;
  top: 90px;
  padding: 20px 0;
  line-height: 46px;
  height: auto;
}
header nav .siteWidth #navigation > li.active > a {
  color: crimson;
}
header nav .siteWidth #navigation > li.active > a:before {
  left: 0;
  width: 100%;
}
header nav .siteWidth .shoppingCartMenu {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 60px;
  height: inherit;
}
header nav .siteWidth .shoppingCartMenu a {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
  color: transparent;
  background: url(../images/shopping_cart_icon.png) no-repeat center center;
}
header nav .siteWidth .shoppingCartMenu a .cartNo {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 13px;
  width: 20px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
header .menuModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  display: none;
  z-index: 999;
}
header .menuModal > a {
  display: none;
}
@media screen and (max-width: 600px) {
  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 {
    width: 80px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .menuModal > a {
    padding-top: 30px;
    display: block;
    height: 60px;
    padding: 10px 20px;
    width: calc(100% - 70px);
    background-color: #285a91;
    border-bottom: 1px solid #ccc;
    -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: 600px) {
  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 > a {
  display: block;
  margin-bottom: 50px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
header .menuModal .siteMapWrap #siteMap > li > a:hover {
  color: crimson;
}
@media screen and (max-width: 600px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    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: 601px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    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: 600px) {
  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: 601px) 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: 600px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 601px) 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: 600px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.totalView {
    display: block;
  }
}
@media screen and (min-width: 601px) 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 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
@media screen and (max-width: 600px) {
  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: 601px) 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: crimson;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  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: 600px) {
  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: 600px) {
  header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:hover {
  color: crimson;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:hover:after {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: crimson;
  -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: 600px) {
  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:nth-child(3):before {
    content: "\f022";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(4):before {
    content: "\f07a";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(5):before {
    content: "\f095";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:hover {
    color: crimson;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select {
    border: 1px solid #666;
    color: #666;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select option {
    color: #333;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap .mobileInfoWrap {
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    line-height: 2;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:before {
    font-family: fontawesome;
    margin-right: 3px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(1):before {
    content: "\f09c";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(2):before {
    content: "\f007";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:hover {
    color: crimson;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select {
    border: 1px solid #666;
    color: #666;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select option {
    color: #333;
  }
}

/* ###### 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;
}

.container {
  overflow: hidden;
}

/* Index Section */
@media screen and (max-width: 600px) {
  .containerWrap {
    padding: 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .containerWrap {
    padding: 10px;
  }
}

section {
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  section {
    padding: 20px 0;
  }
}
section .headLineWrap {
  margin-bottom: 50px;
  line-height: 1.2;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 600px) {
  section .headLineWrap {
    margin-bottom: 20px;
  }
}
section .headLineWrap h2 span {
  display: block;
  font-size: 2.4em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  section .headLineWrap h2 span {
    font-size: 1.4em;
  }
}
section .headLineWrap h2 span em {
  color: #000;
  font-weight: bold;
}
section .headLineWrap p {
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #000;
  line-height: 1.2;
}
section .headLineWrap p span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #333;
}
section .headLineWrap p em {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
  color: crimson;
}
section .headLineWrap.motion img {
  -webkit-animation: utd 1s both;
          animation: utd 1s both;
}
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 a {
  -webkit-animation: dtu 1s 2s both;
          animation: dtu 1s 2s both;
}
section .headLineWrap.motion > span {
  -webkit-animation: dtu 1s 2s both;
          animation: dtu 1s 2s both;
}

section.intro {
  height: 498px;
  padding: 0;
  background-color: #fff;
}
section.intro .siteWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: inherit;
}
section.intro .siteWidth .introSlide {
  position: relative;
  width: calc(100% - 450px);
  height: inherit;
  margin-left: 200px;
  /* Slick-arrow */
  /* Slick-dots */
}
@media screen and (max-width: 600px) {
  section.intro .siteWidth .introSlide {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  section.intro .siteWidth .introSlide {
    width: calc(100% - 250px);
    margin-left: 0;
  }
}
section.intro .siteWidth .introSlide .item {
  position: relative;
  height: inherit;
}
@media screen and (max-width: 600px) {
  section.intro .siteWidth .introSlide .item {
    height: 200px;
    border: 1px solid #ccc;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  section.intro .siteWidth .introSlide .item {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}
section.intro .siteWidth .introSlide .item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
section.intro .siteWidth .introSlide .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
section.intro .siteWidth .introSlide .slick-arrow.slick-prev {
  left: 20px;
}
section.intro .siteWidth .introSlide .slick-arrow.slick-next {
  right: 20px;
}
section.intro .siteWidth .introSlide .slick-arrow:before {
  font-size: 3em;
}
section.intro .siteWidth .introSlide .slick-dots {
  bottom: 20px;
  left: 50%;
  width: 300px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.intro .siteWidth .introSlide .slick-dots {
    bottom: 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  section.intro .siteWidth .introSlide .slick-dots {
    bottom: 10px;
  }
}
section.intro .siteWidth .introSlide .slick-dots li {
  display: inline-block;
  width: 50px !important;
  height: 7px !important;
  margin: 5px !important;
}
section.intro .siteWidth .eventWrap {
  position: relative;
  width: 250px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  section.intro .siteWidth .eventWrap {
    width: 100%;
    height: auto;
    margin-top: 5px;
  }
}
section.intro .siteWidth .eventWrap .titleWrap {
  padding: 15px;
  background-color: crimson;
  text-align: center;
}
section.intro .siteWidth .eventWrap .titleWrap h2 {
  margin-bottom: 5px;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
}
section.intro .siteWidth .eventWrap .titleWrap h2 span {
  position: relative;
  text-shadow: 0 0 3px black;
}
section.intro .siteWidth .eventWrap .titleWrap p {
  color: yellow;
}
section.intro .siteWidth .eventWrap .eventSlideWrap {
  background-color: #eee;
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide {
  position: relative;
  padding: 41px 20px;
}
@media screen and (max-width: 600px) {
  section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide {
    width: 100%;
    height: auto;
  }
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li {
  margin: 6px 0;
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li a .imgWrap {
  overflow: hidden;
  width: 35%;
  margin-right: 5%;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li a .imgWrap {
    width: 100%;
    margin-right: 0;
  }
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li a .infoWrap {
  width: 60%;
}
@media screen and (max-width: 600px) {
  section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li a .infoWrap {
    width: 100%;
    margin-top: 5px;
    text-align: center;
  }
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li a .infoWrap .productName {
  height: 30px;
  font-size: 0.8em;
  color: #000;
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li a .infoWrap .price {
  display: block;
  margin-top: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: crimson;
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide li a:hover .imgWrap {
  border: 1px solid crimson;
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide .slick-arrow {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide .slick-arrow.slick-prev {
  top: 7px;
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide .slick-arrow.slick-prev:before {
  content: "\e316";
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide .slick-arrow.slick-next {
  top: auto;
  bottom: 7px;
}
section.intro .siteWidth .eventWrap .eventSlideWrap .eventSlide .slick-arrow.slick-next:before {
  content: "\e313";
}
section.intro .siteWidth .coupangEventWrap {
  position: relative;
  width: 250px;
  height: 100%;
}

section.mainBanner .siteWidth ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  section.mainBanner .siteWidth ul {
    gap: 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  section.mainBanner .siteWidth ul {
    gap: 10px;
  }
}
section.mainBanner .siteWidth ul li {
  width: calc(33.333% - 20px);
  text-align: center;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  section.mainBanner .siteWidth ul li {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 600px) {
  section.mainBanner .siteWidth ul li {
    width: 100%;
  }
}
section.mainBanner .siteWidth ul li:last-child {
  margin-right: 0;
}
section.mainBanner .siteWidth ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
section.mainBanner .siteWidth ul li a img {
  border: 1px solid #ccc;
}

section.newBestPdList {
  background-color: #eee;
}
@media screen and (max-width: 600px) {
  section.newBestPdList {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.newBestPdList h3 {
  position: relative;
  margin-bottom: 20px;
  margin-left: -40px;
  font-size: 20px;
  color: #000;
}
section.newBestPdList h3 span {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
section.newBestPdList h3 span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3254af;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
section.newBestPdList h3 span em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 50px;
}
section.newBestPdList h3 span em:before {
  content: "\e54c";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
section.newBestPdList h3 > em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 600px) {
  section.newBestPdList h3 > em strong {
    display: none;
  }
}
section.newBestPdList .newBestPdListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
section.newBestPdList .newBestPdListWrap .newProductWrap {
  width: calc(30% - 20px);
  padding: 30px;
  border: 1px solid #ccc;
  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: 600px) {
  section.newBestPdList .newBestPdListWrap .newProductWrap {
    width: 100%;
  }
}
section.newBestPdList .newBestPdListWrap .newProductWrap h3 span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: crimson;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
section.newBestPdList .newBestPdListWrap .newProductWrap h3 span em:before {
  content: "\f05b";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
section.newBestPdList .newBestPdListWrap .newProductWrap .newFadeList {
  position: relative;
}
section.newBestPdList .newBestPdListWrap .newProductWrap .newFadeList li a {
  height: 260px !important;
}
section.newBestPdList .newBestPdListWrap .newProductWrap .newFadeList .slick-dots {
  top: -60px;
  right: 80px;
  height: 30px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  section.newBestPdList .newBestPdListWrap .newProductWrap .newFadeList .slick-dots {
    right: 35px;
  }
}
section.newBestPdList .newBestPdListWrap .bestProductWrap {
  width: calc(70% - 20px);
  padding: 30px;
  border: 1px solid #ccc;
  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: 600px) {
  section.newBestPdList .newBestPdListWrap .bestProductWrap {
    width: 100%;
  }
}
section.newBestPdList .newBestPdListWrap .bestProductWrap .bestSlideList li {
  width: 32.133%;
  margin: 0.4%;
}
section.newBestPdList .newBestPdListWrap .bestProductWrap .bestSlideList li a {
  height: 260px !important;
}

section.totalPdList {
  overflow: hidden;
}

section.community {
  position: relative;
  background-color: #f9f9f9;
}
section.community:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: url("../images/user_img/community_img.jpg") no-repeat center center;
  background-size: cover;
}
section.community .headline-share h2 {
  font-family: "Play", sans-serif;
  font-weight: 700;
}
section.community .community-content {
  overflow: hidden;
}
section.community .community-content > div {
  float: left;
  width: 50%;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content {
  position: relative;
  padding: 25px 30px;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li {
  position: relative;
  padding: 5px 0;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li span.date {
  float: right;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li span.title a:before {
  content: "\e147";
  display: inline-block;
  margin-right: 10px;
  font-family: "Material Icons";
  font-size: 12px;
  color: #ccc;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li span.title a:hover {
  color: crimson;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li span.boardContents {
  display: none;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li:nth-child(1) {
  margin-bottom: 20px;
  padding: 20px 0;
  padding-left: 80px;
  border-bottom: 1px dotted #ccc;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.title a:before {
  display: none;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li:nth-child(1) .boardContents {
  display: block;
  font-size: 14px;
  color: #999;
  height: 46px;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.date {
  position: absolute;
  top: 20px;
  left: 0;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content > ul li:nth-child(1) span.date span.day {
  display: block;
  margin-top: 22px;
  font-size: 40px;
  font-weight: bold;
  color: crimson;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 0 2px black;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content .moreView {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content .moreView:hover {
  color: crimson;
}
section.community .community-content > div.tabMenuWrap .contentWrap .content .moreView i.material-icons {
  font-size: inherit;
}
section.community .community-content > div.eventWrap {
  padding-left: 20px;
}
section.community .community-content > div.eventWrap .event {
  position: relative;
  margin-bottom: 10px;
  padding: 31px 30px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.community .community-content > div.eventWrap .event:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000, transparent);
}
section.community .community-content > div.eventWrap .event:nth-child(1) {
  background: url(../images/user_img/event_img0.jpg);
}
section.community .community-content > div.eventWrap .event:nth-child(2) {
  background: url(../images/user_img/event_img1.jpg);
}
section.community .community-content > div.eventWrap .event:nth-child(3) {
  background: url(../images/user_img/event_img2.jpg);
}
section.community .community-content > div.eventWrap .event:hover {
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
section.community .community-content > div.eventWrap .event:hover:before {
  background: linear-gradient(135deg, crimson, transparent);
}
section.community .community-content > div.eventWrap .event .eventContent {
  position: relative;
}
section.community .community-content > div.eventWrap .event .eventContent h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}
section.community .community-content > div.eventWrap .event .eventContent p {
  font-size: 14px;
  color: #fff;
}

section.inquiry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.inquiry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  -webkit-transform: skew(135deg);
          transform: skew(135deg);
}
@media screen and (max-width: 600px) {
  section.inquiry:before {
    -webkit-transform: skew(135deg);
            transform: skew(135deg);
  }
}
section.inquiry .siteWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
section.inquiry .siteWidth .contentWrap {
  overflow: hidden;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap {
    height: auto;
    padding: 20px 10px;
  }
}
section.inquiry .siteWidth .contentWrap > div {
  float: left;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div {
    float: none;
    width: 100%;
    height: auto;
  }
}
section.inquiry .siteWidth .contentWrap > div.leftWrap {
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.leftWrap {
    padding-right: 0;
  }
}
section.inquiry .siteWidth .contentWrap > div.leftWrap .headLineWrap > span {
  position: relative;
  font-size: 50px;
  padding-left: 60px;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.leftWrap .headLineWrap > span {
    font-size: 40px;
  }
}
section.inquiry .siteWidth .contentWrap > div.leftWrap .headLineWrap > span:before {
  content: "\e8c5";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.leftWrap .headLineWrap h2 span {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.leftWrap .headLineWrap p {
    font-size: 16px;
  }
  section.inquiry .siteWidth .contentWrap > div.leftWrap .headLineWrap p span {
    font-size: 16px;
  }
}
section.inquiry .siteWidth .contentWrap > div.rightWrap {
  position: relative;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form h3 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.rightWrap form h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background-color: crimson;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.rightWrap form h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form h3 span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.rightWrap form h3 span {
    display: block;
  }
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input {
  display: inline-block;
  width: 47%;
  margin-right: 4%;
  padding: 20px 0;
  color: #666;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input::-webkit-input-placeholder {
  color: #666;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input::-moz-placeholder {
  color: #666;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input:-ms-input-placeholder {
  color: #666;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input::-ms-input-placeholder {
  color: #666;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input::placeholder {
  color: #666;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap input:nth-of-type(3) {
  margin-right: 0;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .inputWrap textarea {
  margin-bottom: 30px;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  font-size: 13.5px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #000;
  border: 0;
  resize: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  font-family: "NEXON Lv2 Gothic";
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .agreeWrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.rightWrap form .agreeWrap {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    top: auto;
    right: auto;
    text-align: center;
  }
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .agreeWrap span {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin-right: 20px;
  line-height: 30px;
  border-radius: 30px;
  background-color: crimson;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .butWrap {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  section.inquiry .siteWidth .contentWrap > div.rightWrap form .butWrap {
    text-align: center;
  }
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .butWrap a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: crimson;
  font-size: 20px;
  border: 1px solid crimson;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .butWrap a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: crimson;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .butWrap a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .butWrap a:hover:after {
  left: 0;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .butWrap a:hover:before {
  left: 0;
}
section.inquiry .siteWidth .contentWrap > div.rightWrap form .butWrap a:hover span {
  color: #fff;
}

.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: crimson;
  color: #fff;
}
.agree-modal .agreeContent .useWrap {
  overflow: auto;
  height: 500px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.agree-modal .agreeContent .useWrap h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.agree-modal .agreeContent .useWrap h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.agree-modal .agreeContent .useWrap h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.agree-modal .agreeContent .useWrap p {
  margin-bottom: 30px;
  color: #333;
}
.agree-modal .agreeContent .useWrap > ul {
  margin-bottom: 30px;
  color: #333;
}
.agree-modal .agreeContent .useWrap > ul > li {
  padding: 3px 0;
}
.agree-modal .agreeContent .useWrap > ul > li:before {
  content: "\f0a9";
  font-family: fontawesome;
  margin-right: 5px;
}
.agree-modal .agreeContent .useWrap > ul > li span {
  display: block;
}
.agree-modal .agreeContent .useWrap > ul > li ul {
  margin: 10px 0;
  margin-left: 20px;
  color: #666;
}
.agree-modal .agreeContent .useWrap > ul > li ul li:before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 10px;
}

.gnb {
  position: fixed;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .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 {
  color: #333;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  footer {
    font-size: 0.8em;
  }
}
footer .policyWrap {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
footer .policyWrap .policy {
  text-align: center;
}
@media screen and (max-width: 600px) {
  footer .policyWrap .policy {
    text-align: center;
  }
}
footer .policyWrap .policy a {
  text-align: center;
  display: inline-block;
  width: 120px;
  height: 25px;
  margin-right: 2px;
  line-height: 25px;
  font-size: 0.8em;
  background-color: #666;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  footer .policyWrap .policy a {
    width: 100px;
  }
}
footer .policyWrap .policy a:last-child {
  margin-right: 0;
  background-color: #285a91;
}
footer .policyWrap .policy a:hover {
  background-color: crimson;
}
footer .footer-content {
  overflow: hidden;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  footer .footer-content {
    margin: 0;
  }
}
footer .footer-content .logoWrap {
  float: left;
  width: 20%;
}
@media screen and (max-width: 600px) {
  footer .footer-content .logoWrap {
    width: 100%;
  }
}
footer .footer-content .logoWrap h1.logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  footer .footer-content .logoWrap h1.logo {
    text-align: center;
  }
}
footer .footer-content .addressWrap {
  float: left;
  width: 60%;
}
@media screen and (max-width: 600px) {
  footer .footer-content .addressWrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .footer-content .addressWrap address {
  overflow: hidden;
  font-style: normal;
}
footer .footer-content .addressWrap address .infoWrap {
  float: left;
  width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 600px) {
  footer .footer-content .addressWrap address .infoWrap {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
footer .footer-content .addressWrap address .infoWrap h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
footer .footer-content .addressWrap address .infoWrap span {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  footer .footer-content .addressWrap address .infoWrap span {
    width: 100%;
    margin-bottom: 0;
  }
}
footer .footer-content .addressWrap address .infoWrap span em {
  display: inline-block;
  width: 105px;
  color: #000;
}
footer .footer-content .addressWrap address .contactWrap {
  float: left;
  width: 60%;
}
@media screen and (max-width: 600px) {
  footer .footer-content .addressWrap address .contactWrap {
    margin-top: 10px;
    width: 100%;
  }
}
footer .footer-content .addressWrap address .contactWrap h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  footer .footer-content .addressWrap address .contactWrap h2 {
    margin-bottom: 0;
  }
}
footer .footer-content .addressWrap address .contactWrap span {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  footer .footer-content .addressWrap address .contactWrap span {
    margin-bottom: 5px;
  }
}
footer .footer-content .addressWrap address .contactWrap span em {
  display: inline-block;
  width: 100px;
  color: #000;
}
footer .footer-content .escrow {
  float: left;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  footer .footer-content .escrow {
    width: 100%;
    text-align: left;
  }
}
footer .copyWright {
  clear: both;
  padding: 5px;
  text-align: center;
  background-color: #666;
}
footer .copyWright span {
  font-size: 0.8em;
  color: #fff;
  line-height: 1;
}
footer .copyWright span a {
  color: #fff;
}
footer .copyWright span a:hover {
  color: orange;
}