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

input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: "\f00c";
  font-family: fontawesome;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
  background-color: #fff;
  color: transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Icon Font */
/* https://material.io/icons */
/* XEION CDN */
/* font-family: 'xeicon'; */
/* Fontawesome 4.7 */
/* font-family: 'fontawesome'; */
/* Google Icon Font : https://material.io/icons */
/* font-family: 'Material Icons'; */
/* 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;
}
section.rightBanner.on {
  -webkit-transform: translateX(251px);
          transform: translateX(251px);
}
section.rightBanner .quickMenuWrap {
  position: relative;
}
section.rightBanner .quickMenuWrap .nearListWrap {
  width: 100%;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 10px;
}
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;
  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 strong {
  display: block;
}
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 .quickMenuList {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -51px;
  width: 50px;
}
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;
}
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 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);
}

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

/* ################### 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: 9999;
}
.btn-top i {
  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 {
  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 {
  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;
}

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

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

.includeBoardListWrap {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .includeBoardListWrap {
    margin-top: 0px;
  }
}

/* 최상위 리스트 타이틀 */
span.boardListTopic {
  color: #000;
  font-weight: bold;
}

/* 리스트 갯수 */
p.boardListCount {
  margin-bottom: 5px;
}
p.boardListCount span {
  font-weight: bold;
}

/* 뉴스, 공지 구분 / 이벤트 진행, 마감 구분 */
span.boardListNews,
span.boardListNotice,
span.boardListProcess,
span.boardListFinish {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  color: #fff;
  border-radius: 5px;
}

span.boardListNews,
span.boardListProcess {
  background-color: crimson;
}

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

/* #################### boardList ###################### */
table.boardList {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  table.boardList {
    margin-bottom: 20px;
  }
}
table.boardList thead th {
  padding: 10px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
table.boardList tbody th, table.boardList tbody td {
  padding: 8px 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 1em;
}
table.boardList tbody th {
  background-color: #f9f9f9;
}
table.boardList tbody td {
  /* 관리자모드 에디터이미지 관리 /ZxCkeditor/list.php */
}
table.boardList tbody td.subject {
  text-align: justify;
}
table.boardList tbody td span.top, table.boardList tbody td span.news, table.boardList tbody td span.notice, table.boardList tbody td span.viewBut, table.boardList tbody td span.hiddenBut {
  padding: 1px 5px;
  color: #fff;
  border-radius: 3px;
}
table.boardList tbody td span.news, table.boardList tbody td span.viewBut {
  background-color: crimson;
}
table.boardList tbody td span.notice, table.boardList tbody td span.hiddenBut {
  background-color: #285a91;
}
table.boardList tbody td span.top {
  background-color: #000;
}
table.boardList tbody td span.boardReply, table.boardList tbody td span.boardSecret, table.boardList tbody td span.boardNew {
  color: #000;
}
table.boardList tbody td span.boardReply .fa {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 20px;
}
table.boardList tbody td span.boardNew em, table.boardList tbody td span.boardSecret em {
  font-weight: bold;
}
table.boardList tbody td a.selectBut, table.boardList tbody td a.deleteBut {
  display: inline-block;
  margin: 1px;
  padding: 1px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: orangered;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
table.boardList tbody td a.selectBut:hover, table.boardList tbody td a.deleteBut:hover {
  background: crimson;
}

.AdminBoardDelMoveWrap .adminSelectBut, .AdminBoardDelMoveWrap .adminMoveBut {
  padding: 4px 10px;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
}

.galleryListWrap .imgListWrap {
  overflow: hidden;
  padding: 30px 5px;
}
.galleryListWrap .imgListWrap .item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.galleryListWrap .imgListWrap .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .imgListWrap .item {
    width: 100%;
    height: 250px;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .galleryListWrap .imgListWrap .item {
    width: 32%;
    height: 250px;
    margin-right: 2%;
  }
  .galleryListWrap .imgListWrap .item:nth-child(4n) {
    margin-right: 2%;
  }
  .galleryListWrap .imgListWrap .item:nth-child(3n) {
    margin-right: 0;
  }
}
.galleryListWrap .imgListWrap .item > a {
  display: block;
  /* 관리자모드 에디터이미지 관리 /ZxCkeditor/list.php */
}
.galleryListWrap .imgListWrap .item > a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .imgListWrap .item > a img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}
.galleryListWrap .imgListWrap .item > a img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.galleryListWrap .imgListWrap .item > a > span {
  display: block;
  margin-bottom: 5px;
  padding: 8px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .imgListWrap .item > a > span {
    font-size: 14px;
  }
}
.galleryListWrap .imgListWrap .item > a ~ span {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.galleryListWrap .imgListWrap .item > a ~ span em {
  display: inline-block;
  margin-right: 2px;
  padding: 2px 10px;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.galleryListWrap .imgListWrap .item > a ~ span em:hover {
  background-color: #000;
}

.galleryListWrap .sumnailList {
  overflow: hidden;
}
.galleryListWrap .sumnailList .item {
  position: relative;
  float: left;
  width: 49%;
  height: 205px;
  margin: 1%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item {
    float: none;
    width: 100%;
    height: auto;
    margin: 2% 0;
    padding: 10px;
  }
}
.galleryListWrap .sumnailList .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.galleryListWrap .sumnailList .item:hover:after {
  opacity: 1;
}
.galleryListWrap .sumnailList .item:nth-child(even) {
  margin-right: 0;
}
.galleryListWrap .sumnailList .item:nth-child(odd) {
  margin-left: 0;
}
.galleryListWrap .sumnailList .item > div {
  float: left;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item > div {
    float: none;
  }
}
.galleryListWrap .sumnailList .item .imgWrap {
  width: 30%;
  height: 164px;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item .imgWrap {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.galleryListWrap .sumnailList .item .imgWrap img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item .imgWrap img {
    margin-bottom: 10px;
  }
}
.galleryListWrap .sumnailList .item .boardContents {
  position: relative;
  width: 68%;
  height: 164px;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item .boardContents {
    width: 100%;
    height: auto;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title {
  margin-bottom: 10px;
  margin-right: 70px;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item .boardContents .title {
    margin-bottom: 20px;
    margin-right: 100px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title h3 {
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item .boardContents .title h3 {
    font-size: 16px;
    font-weight: bold;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title > span {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item .boardContents .title > span {
    font-size: 14px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title p.text {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item .boardContents .title p.text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title p.info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #666;
}
@media screen and (max-width: 600px) {
  .galleryListWrap .sumnailList .item .boardContents .title p.info {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 14px;
  }
}
.galleryListWrap .sumnailList .item > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: orange;
  font-size: 80px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.galleryListWrap .sumnailList .item > a:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.galleryListWrap .sumnailList .item:hover > a {
  opacity: 1;
}

.prevNextButWrap {
  padding: 10px 0;
  overflow: hidden;
}
.prevNextButWrap a {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  line-height: 30px;
  background-color: #666;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prevNextButWrap a.nextBut {
  float: right;
}
.prevNextButWrap a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #000;
}

.boardViewWrap {
  /* Board 내용 */
}
.boardViewWrap .viewTitle {
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .boardViewWrap .viewTitle {
    padding: 20px 0;
  }
}
.boardViewWrap .viewTitle h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .boardViewWrap .viewTitle p {
    font-size: 14px;
  }
}
.boardViewWrap .viewTitle p > span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .boardViewWrap .viewTitle p > span {
    display: block;
    padding-right: 0;
  }
}
.boardViewWrap .viewTitle p > span:last-child {
  padding-right: 0;
}
.boardViewWrap .viewTitle p > span:last-child.boardListProcess, .boardViewWrap .viewTitle p > span:last-child.boardListFinish {
  padding-right: 10px;
}
.boardViewWrap .viewTitle p > span:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .boardViewWrap .viewTitle p > span:after {
    display: none;
  }
}
.boardViewWrap .viewTitle p > span:last-child:after {
  display: none;
}
.boardViewWrap .viewTitle p > span.news, .boardViewWrap .viewTitle p > span.notice, .boardViewWrap .viewTitle p > span.process, .boardViewWrap .viewTitle p > span.finish {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 10px !important;
  color: #fff;
  border-radius: 5px;
}
.boardViewWrap .viewTitle p > span.news, .boardViewWrap .viewTitle p > span.process {
  background-color: crimson;
}
.boardViewWrap .viewTitle p > span.notice, .boardViewWrap .viewTitle p > span.finish {
  background-color: #285a91;
}
.boardViewWrap .boardContentsView {
  margin-bottom: 10px;
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .boardViewWrap .boardContentsView {
    padding: 10px 0;
  }
}
.boardViewWrap .boardContentsView .contentsInFile {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.boardViewWrap > p, .boardViewWrap form > p {
  margin-bottom: 30px;
}

table.boardView {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  table.boardView {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  table.boardView colgroup col {
    width: 100%;
  }
}
table.boardView th, table.boardView td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  table.boardView th, table.boardView td {
    display: block;
  }
}
table.boardView th {
  background-color: #eee;
}
table.boardView td {
  text-align: justify;
}
@media screen and (max-width: 600px) {
  table.boardView td {
    text-align: center;
    white-space: normal;
  }
}

.commentWrap .commentList {
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .commentWrap .commentList {
    margin-bottom: 20px;
    padding: 10px;
  }
}
.commentWrap .commentList .comment {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
.commentWrap .commentList .comment:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .commentWrap .commentList .comment {
    padding: 10px;
  }
}
.commentWrap .commentList .comment h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.commentWrap .commentList .comment h3 span.boardReply .fa {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 20px;
}
.commentWrap .commentList .comment .ck-content {
  margin-bottom: 20px;
}
.commentWrap .commentList .comment p {
  color: #666;
}
.commentWrap .commentList .comment p em {
  color: #999;
}
.commentWrap .commentList .comment p a {
  float: right;
  display: block;
  margin-left: 5px;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8em;
  background-color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commentWrap .commentList .comment p a:hover {
  background-color: #000;
}
.commentWrap .commentList .comment.commentInquiry h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.commentWrap .formWrap {
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  border: none;
}
.commentWrap .formWrap form[name=comment_write] {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.commentWrap .butList {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .commentWrap .butList {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* comment 삭제 창 input 사이즈 */
#dialog_password input {
  width: 100%;
}

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

/* ################ input:radio&checkbox ############### */
input {
  padding: 4px;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  /* input box color */
}
input[type=file] {
  cursor: pointer;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: #f9f9f9 inset;
          box-shadow: #f9f9f9 inset;
  -webkit-text-fill-color: #000;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

select,
textarea {
  padding: 3px;
  color: #666;
  border: 1px solid #ccc;
}

/* textarea 높이 지정 */
.cke_contents {
  min-height: 300px !important;
}

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 날짜 아이콘 */
.ui-datepicker-trigger {
  padding-left: 5px;
  cursor: pointer;
}

/* 카카오맵 우편번호 검색 */
#wrap {
  position: relative;
  width: 100% !important;
  display: none;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#wrap > a {
  position: absolute;
  bottom: 3px;
  right: 8px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #ccc;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#wrap > a:hover {
  color: #000;
}

.formWrap {
  margin: 0 auto;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Reply 질문내용 */
}
@media screen and (max-width: 600px) {
  .formWrap {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}
.formWrap form {
  /* 날짜 입력 */
}
.formWrap form label {
  display: block;
}
.formWrap form label.inline {
  display: inline;
}
.formWrap form label.inlineBlock {
  display: inline-block;
}
.formWrap form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .formWrap form input {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.formWrap form input::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input:-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input::-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input::placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input[type=text] {
  padding-left: 40px;
  background: #fff url("../images/icon-subject.png") no-repeat 5px center;
}
.formWrap form input[id=ID], .formWrap form input[id=t_Admin] {
  padding-left: 40px;
  background: #fff url("../images/icon-join.png") no-repeat 5px center;
}
.formWrap form input[type=password] {
  padding-left: 40px;
  background: #fff url("../images/icon-lock.png") no-repeat 5px center;
}
.formWrap form input[type=email] {
  padding-left: 40px;
  background: #fff url("../images/icon-email.png") no-repeat 5px center;
}
.formWrap form input[type=email]::-webkit-autofill {
  -webkit-animation-name: autofillEmail;
          animation-name: autofillEmail;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.formWrap form input[id=Mobile], .formWrap form input[id=Phone], .formWrap form input[id=phone], .formWrap form input[id=t_Corp_Phone], .formWrap form input[id=t_Corp_Mobile] {
  padding-left: 40px;
  background: #fff url("../images/icon-phone.png") no-repeat 5px center;
}
.formWrap form input[id=t_Corp_Fax], .formWrap form input[id=fax] {
  padding-left: 40px;
  background: #fff url("../images/icon-fax.png") no-repeat 5px center;
}
.formWrap form input[id=Zip], .formWrap form input[id=zip] {
  padding-left: 40px;
  background: #fff url("../images/icon-zip.png") no-repeat 5px center;
}
.formWrap form input[id=Address], .formWrap form input[id=address] {
  padding-left: 40px;
  background: #fff url("../images/icon-addr1.png") no-repeat 5px center;
}
.formWrap form input[id=Address_Ext], .formWrap form input[id=address_ext], .formWrap form input[id=t_Corp_Address] {
  padding-left: 40px;
  background: #fff url("../images/icon-addr2.png") no-repeat 5px center;
}
.formWrap form input[id=homepage], .formWrap form input[id=url], .formWrap form input[id=t_Home_URL] {
  padding-left: 40px;
  background: #fff url("../images/icon-homepage.png") no-repeat 5px center;
}
.formWrap form input[id=uploadName], .formWrap form input[id=movieUploadName], .formWrap form input[id=catalogUploadName] {
  padding-left: 40px;
  background: #fff url("../images/icon-add.png") no-repeat 5px center;
}
.formWrap form input[id=multiUploadName] {
  padding-left: 40px;
  background: #fff url("../images/icon-multiadd.png") no-repeat 5px center;
}
.formWrap form input[type=file] {
  padding-left: 40px;
  background: #fff url("../images/icon-add.png") no-repeat 5px center;
}
.formWrap form input[id=confirm_key], .formWrap form input[id=t_Verification_Naver], .formWrap form input[id=t_Verification_Google] {
  padding-left: 40px;
  background: #fff url("../images/icon-key.png") no-repeat 5px center;
}
.formWrap form textarea {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: inherit;
}
.formWrap form textarea.Comment + .cke .cke_contents {
  min-height: 100px !important;
}
.formWrap form textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
          box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
}
.formWrap form select {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.formWrap form select:focus {
  -webkit-box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
          box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
}
.formWrap form span.readOnly {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  background-color: #ccc;
  line-height: 50px;
}
.formWrap form span.readOnly.email {
  padding-left: 40px;
  background: #fff url("../images/icon-email.png") no-repeat 5px center;
}
.formWrap form span.readOnly.name {
  padding-left: 40px;
  background: #fff url("../images/icon-join.png") no-repeat 5px center;
}
.formWrap form span.readOnly.grade {
  padding-left: 40px;
  background: #fff url("../images/icon-grade.png") no-repeat 5px center;
}
.formWrap form span.readOnly.date {
  padding-left: 40px;
  background: #fff url("../images/icon_calendar.png") no-repeat 5px center;
}
.formWrap form .radioSelect {
  text-align: center;
}
.formWrap form .radioSelect label[for=admin] {
  margin-right: 30px;
}
.formWrap form p.notice {
  margin-bottom: 50px;
}
.formWrap form p.creatDate {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.formWrap form .center {
  display: block;
  text-align: center;
}
.formWrap form .butInputWrap {
  position: relative;
}
.formWrap form .butInputWrap input {
  padding-right: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.formWrap form .butInputWrap .multiBut {
  position: absolute;
  right: 5px;
  top: 9px;
  display: inline-block;
}
.formWrap form .butInputWrap .multiBut a, .formWrap form .butInputWrap .multiBut button {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .formWrap form .butInputWrap .multiBut a, .formWrap form .butInputWrap .multiBut button {
    font-size: 14px;
  }
}
.formWrap form .butInputWrap .multiBut a:nth-child(2), .formWrap form .butInputWrap .multiBut button:nth-child(2) {
  margin-left: 0;
}
.formWrap form .butInputWrap .multiBut a label, .formWrap form .butInputWrap .multiBut button label {
  display: block;
  width: inherit;
  height: inherit;
  cursor: pointer;
}
.formWrap form .butInputWrap .multiBut > label {
  line-height: 2;
  padding-right: 5px;
}
.formWrap form .butInputWrap .deleteBut {
  margin-top: 5px;
  font-size: 0.8em;
}
@media screen and (max-width: 600px) {
  .formWrap form .butInputWrap .deleteBut {
    margin-top: -10px;
  }
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap {
    display: block;
    margin-right: 0;
  }
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap .imageDeleteBut, .formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap .imageOpenBut {
  display: inline-block;
  padding: 0px 5px;
  margin: 3px;
  background: #666;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9em;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap .imageDeleteBut:hover, .formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap .imageOpenBut:hover {
  background: #000;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap em {
  display: inline-block;
  padding: 0px 5px;
  margin: 3px;
  background: #666;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 0.9em;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap em:hover {
  background: #000;
}
.formWrap form .birthInputWrap {
  position: relative;
}
.formWrap form .birthInputWrap .radioWrap {
  position: absolute;
  top: 15px;
  right: 40px;
}
@media screen and (max-width: 600px) {
  .formWrap form .birthInputWrap .radioWrap {
    position: relative;
    margin-bottom: 10px;
    top: auto;
    right: auto;
  }
}
.formWrap form .birthInputWrap .ui-datepicker-trigger {
  position: absolute;
  top: 18px;
  right: 10px;
}
.formWrap form table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .formWrap form table {
    border-spacing: 0px;
  }
  .formWrap form table colgroup col {
    width: 100%;
  }
}
.formWrap form table tbody tr th, .formWrap form table tbody tr td {
  padding: 5px;
  line-height: 1.4em;
}
@media screen and (max-width: 600px) {
  .formWrap form table tbody tr th, .formWrap form table tbody tr td {
    display: block;
    padding: 2px;
  }
}
.formWrap form table tbody tr th {
  position: relative;
}
.formWrap form table tbody tr th label {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .formWrap form table tbody tr th label {
    height: 30px;
    line-height: 30px;
  }
}
.formWrap form table tbody tr th label.attachLabel {
  position: absolute;
  top: 5px;
  left: 0;
  width: calc(100% - 10px);
  margin: 0 5px;
}
@media screen and (max-width: 600px) {
  .formWrap form table tbody tr th label.attachLabel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
  }
}
.formWrap form table tbody tr td {
  white-space: normal;
}
.formWrap form table tbody tr td .optionWrap {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .formWrap form table tbody tr td .optionWrap {
    font-size: 0.8em;
  }
}
.formWrap form table tbody tr td p.premier {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  width: auto;
  font-weight: bold;
  color: #000;
}
.formWrap form table tbody tr td p.premier:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: crimson;
}
.formWrap form table tbody tr td p.premier a {
  color: blue;
  text-decoration: underline;
}
.formWrap form table tbody tr td p.premier a:hover {
  color: orangered;
}
.formWrap form table tbody tr td .optionPriceWrap input {
  position: relative;
  display: inline-block;
  width: 24.2%;
  margin-right: 0.7%;
}
@media screen and (max-width: 600px) {
  .formWrap form table tbody tr td .optionPriceWrap input {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.formWrap form table tbody tr td .optionPriceWrap input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .formWrap form table tbody tr td .optionPriceWrap input:last-child {
    margin-bottom: 0px;
  }
}
.formWrap form table tbody tr td .OptionBasicInput {
  padding: 10px 0;
}
.formWrap form table tbody tr td .OptionBasicInput > input {
  margin-bottom: 5px;
}
.formWrap form table tbody tr td .OptionBasicInput .group input {
  width: 49.7%;
  margin-right: 0.2%;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .formWrap form table tbody tr td .OptionBasicInput .group input {
    width: 49.1%;
  }
}
.formWrap form table tbody tr td .OptionBasicInput .group input:last-child {
  margin-right: 0;
}
.formWrap form table tbody tr td .OptionBasicInput .group:last-of-type input {
  margin-bottom: 0;
}
.formWrap form table tbody tr td .previewWrap {
  margin-bottom: 20px;
  text-align: center;
}
.formWrap form table tbody tr td .previewWrap p {
  margin-bottom: 10px;
}
.formWrap form table tbody tr td .previewWrap a {
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
}
.formWrap form table tbody tr td .previewWrap a:hover {
  background-color: #000;
}
.formWrap form table tbody tr td .relatedCodeWrap .butInputWrap {
  display: inline-block;
  width: 24.25%;
  margin-right: 0.5%;
}
@media screen and (max-width: 600px) {
  .formWrap form table tbody tr td .relatedCodeWrap .butInputWrap {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.formWrap form table tbody tr td .relatedCodeWrap .butInputWrap:last-child {
  margin-right: 0;
}
.formWrap .questionContents {
  margin-top: 50px;
}
.formWrap .questionContents h4 {
  text-align: center;
}

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

/* list_u.php / list.php */
.agencyListWrap p.tel {
  margin-bottom: 50px;
  text-align: center;
}
.agencyListWrap p.tel a {
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
  color: crimson;
}
.agencyListWrap .agencyList {
  margin-bottom: 50px;
  text-align: center;
}
.agencyListWrap .agencyList a {
  display: inline-block;
  margin: 3px;
  width: 100px;
  padding: 5px 0;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.agencyListWrap .agencyList a:hover {
  background-color: #000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.agencyListWrap .agencyList a span {
  color: orange;
}

/* view_u.php / view.php */
.agencyViewWrap .status {
  margin-bottom: 20px;
}

/* login.php, relogin.php */
.memberLoginWrap.formWrap {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .memberLoginWrap.formWrap {
    width: 100%;
  }
}
.memberLoginWrap form p {
  margin-top: 20px;
  font-size: 0.9em;
  text-align: center;
  color: #333;
}
.memberLoginWrap form p label {
  display: inline-block;
}
.memberLoginWrap form p a {
  color: blue;
  text-decoration: underline;
}
.memberLoginWrap form p a:hover {
  color: orangered;
}
.memberLoginWrap form .findIdSave {
  margin-top: 20px;
  text-align: center;
}
.memberLoginWrap .snsLoginButWrap {
  margin-top: 20px;
}
.memberLoginWrap .snsLoginButWrap ul {
  overflow: hidden;
}
.memberLoginWrap .snsLoginButWrap ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .memberLoginWrap .snsLoginButWrap ul li {
    width: 49%;
    margin-bottom: 5px;
  }
  .memberLoginWrap .snsLoginButWrap ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.memberLoginWrap .snsLoginButWrap ul li:last-child {
  margin-right: 0;
}

/* member_agree.php */
.memberAgreeWrap ul {
  overflow: hidden;
}
.memberAgreeWrap ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .memberAgreeWrap ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 20px;
  }
}
.memberAgreeWrap ul li:last-child {
  margin-right: 0;
}
.memberAgreeWrap ul li i {
  display: block;
  margin-bottom: 20px;
  font-size: 5em;
}
.memberAgreeWrap ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: crimson;
}
.memberAgreeWrap ul li em {
  display: block;
}

/* find_pass.php */
.idPwSearchWrap {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .idPwSearchWrap {
    width: 100%;
  }
}
.idPwSearchWrap ul.tabMenu {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.idPwSearchWrap ul.tabMenu li {
  float: left;
  width: 50%;
}
.idPwSearchWrap ul.tabMenu li a {
  display: block;
  background-color: #ddd;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #999;
}
@media screen and (max-width: 600px) {
  .idPwSearchWrap ul.tabMenu li a {
    font-size: 16px;
  }
}
.idPwSearchWrap ul.tabMenu li a:hover {
  border-top: 2px solid #666;
  background-color: #fff;
  color: #333;
}
.idPwSearchWrap ul.tabMenu li:last-child a {
  border-right: 1px solid transparent;
  width: calc(100% + 1px);
}
.idPwSearchWrap ul.tabMenu li.active a {
  border-top: 2px solid #666;
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid transparent;
}
.idPwSearchWrap .contentWrap .content {
  position: relative;
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
}
.idPwSearchWrap .contentWrap .content.active {
  display: block;
}
.idPwSearchWrap .contentWrap .content.formWrap {
  width: 100%;
  margin: 0;
  padding: 30px;
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.idPwSearchWrap .contentWrap .content p {
  margin-bottom: 10px;
}
.idPwSearchWrap .contentWrap .content p span {
  font-weight: bold;
}
.idPwSearchWrap .contentWrap .content > ul li {
  position: relative;
  padding: 5px 0;
}
.idPwSearchWrap .contentWrap .content > ul li span.date {
  float: right;
}
.idPwSearchWrap .contentWrap .content > ul li span.title a:before {
  content: "\f061";
  display: inline-block;
  margin-right: 10px;
  font-family: fontawesome;
  font-size: 12px;
  color: #ccc;
}
.idPwSearchWrap .contentWrap .content > ul li span.title a:hover {
  color: crimson;
}
.idPwSearchWrap .contentWrap .content > ul li span.boardContents {
  display: none;
}

/* qna_list.php */
.memberQnaListWrap .replyIcon,
.memberQnaListWrap .questionIcon {
  font-family: "Play", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.memberQnaListWrap .replyIcon {
  color: #666;
}
.memberQnaListWrap .questionIcon {
  color: #000;
}

/* member_history.php */
.mileageWrap p.mileageScore {
  margin-bottom: 50px;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #ccc;
  color: crimson;
}

/* order_history.php */
.memberOrderHistoryWrap table tbody tr td a.btn_estimate {
  padding: 3px 10px;
  background-color: #666;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.memberOrderHistoryWrap table tbody tr td a.btn_estimate:hover {
  background-color: #000;
}

/* reorder_modal.php */
.reorderModalWrap .titleH3 {
  margin-top: 20px;
}
.reorderModalWrap .titleH3 h3 {
  font-size: 2em !important;
}
.reorderModalWrap ul li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.reorderModalWrap ul li:last-child {
  border-bottom: none;
}
.reorderModalWrap ul li .imgWrap {
  float: left;
  width: 45%;
  margin-right: 5%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .reorderModalWrap ul li .imgWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.reorderModalWrap ul li .imgWrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.reorderModalWrap ul li .imgWrap a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.reorderModalWrap ul li .infoWrap {
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .reorderModalWrap ul li .infoWrap {
    width: 100%;
    text-align: center;
  }
}
.reorderModalWrap ul li .infoWrap h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}
.reorderModalWrap ul li .infoWrap p {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .reorderModalWrap ul li .infoWrap p {
    text-align: left;
  }
}
.reorderModalWrap ul li .infoWrap p strong {
  display: inline-block;
  width: 70px;
}
.reorderModalWrap ul li .infoWrap > a {
  margin-top: 20px;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background-color: crimson;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reorderModalWrap ul li .infoWrap > a:hover {
  background-color: #285a91;
}
.reorderModalWrap .totalPriceWrap {
  margin-top: 20px;
  padding: 10px 20px;
  border: 3px solid crimson;
  text-align: center;
}
.reorderModalWrap .totalPriceWrap em {
  font-weight: bold;
  color: crimson;
}

/* 주문관리 : order_view.php */
.memberOrderViewWrap ul {
  overflow: hidden;
  margin-bottom: 20px;
}
.memberOrderViewWrap ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  .memberOrderViewWrap ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.memberOrderViewWrap ul li:nth-child(4n) {
  margin-right: 0;
}
.memberOrderViewWrap ul li .imgWrap {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .memberOrderViewWrap ul li .imgWrap {
    height: auto;
  }
}
.memberOrderViewWrap ul li .imgWrap a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.memberOrderViewWrap ul li .imgWrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.memberOrderViewWrap ul li .infoWrap {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  font-size: 0.9em;
}
@media screen and (max-width: 600px) {
  .memberOrderViewWrap ul li .infoWrap {
    min-height: auto;
    background-color: #f9f9f9;
  }
}
.memberOrderViewWrap ul li .infoWrap h4 {
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.memberOrderViewWrap ul li .infoWrap h4 a {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}
.memberOrderViewWrap ul li .infoWrap h4 a:hover {
  color: #000;
}
.memberOrderViewWrap ul li .infoWrap p {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.memberOrderViewWrap ul li .infoWrap p:last-child {
  margin-bottom: 0;
}
.memberOrderViewWrap ul li .infoWrap p span {
  position: relative;
  font-weight: bold;
  padding-left: 10px;
}
.memberOrderViewWrap ul li .infoWrap p span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: crimson;
}
.memberOrderViewWrap ul li .infoWrap p:nth-of-type(2) span {
  letter-spacing: 1px;
}
.memberOrderViewWrap .totalAmount {
  padding: 20px;
  background-color: orangered;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.memberOrderViewWrap .totalAmount p span {
  display: block;
  margin-top: 10px;
  font-size: 0.6em;
  font-weight: normal;
}

/* wish_list.php */
.memberWishListWrap table tbody td {
  font-size: 1em;
}
.memberWishListWrap table tbody td a {
  color: #000;
  font-weight: bold;
}
.memberWishListWrap table tbody td a span {
  font-size: 0.8em;
  font-weight: normal;
  padding: 3px 10px;
  background-color: crimson;
  color: #fff;
  border-radius: 5px;
}
.memberWishListWrap table tbody td a:hover {
  color: crimson;
}
.memberWishListWrap table tbody td a:hover span {
  background-color: #285a91;
}

/* mileage_history.php */
.memberMileageHistoryWrap table tbody tr td .mileageSaveBut {
  padding: 3px 10px;
  color: #fff;
  background-color: crimson;
  border-radius: 5px;
}
.memberMileageHistoryWrap table tbody tr td .mileageUseBut {
  padding: 3px 10px;
  color: #fff;
  background-color: #285a91;
  border-radius: 5px;
}
.memberMileageHistoryWrap .mileagePoint {
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border: 3px solid crimson;
  color: crimson;
}

/* category_location.php */
.categoryLocation {
  margin-bottom: 20px;
  text-align: center;
}
.categoryLocation form fieldset > a {
  padding: 3px 10px;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  -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 {
  width: calc((100% - 60px) / 4);
  font-size: 1rem;
}
.listViewModeBox .listAllGallery li:nth-child(4n+1) {
  margin-left: 0;
}
.listViewModeBox .listAllGallery li:nth-child(4n) {
  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;
}
@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 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 2s;
  transition: all 2s;
  border: 1px solid #ccc;
}
.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 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .listViewModeBox .listAllGallery li > span.productName {
    font-size: 1em;
  }
}
.listViewModeBox .listAllGallery li > span.priceWrap {
  margin-top: 5px;
  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;
}

/* view.php, schedule_mon.php */
.scheduleWrap h3 {
  margin-bottom: 30px;
  padding: 8px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .scheduleWrap h3 {
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 24px;
  }
}
.scheduleWrap > p {
  margin: 10px 0;
}
.scheduleWrap .todaySchedule {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .scheduleWrap .todaySchedule {
    margin-bottom: 20px;
  }
}
.scheduleWrap .todaySchedule h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .scheduleWrap .todaySchedule h4 {
    font-size: 14px;
  }
}
.scheduleWrap .todaySchedule h4 span {
  color: #000;
  font-weight: bold;
}
.scheduleWrap .todaySchedule p {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #eee;
}
@media screen and (max-width: 600px) {
  .scheduleWrap .todaySchedule p {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.scheduleWrap .todaySchedule p span {
  display: block;
  margin-bottom: 10px;
}
.scheduleWrap .todaySchedule p a {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scheduleWrap .todaySchedule p a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.scheduleWrap .todaySchedule p a:nth-of-type(1) {
  background-color: #285a91;
}
.scheduleWrap .todaySchedule p a:nth-of-type(2) {
  background-color: crimson;
}
.scheduleWrap table.calendar {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f9f9f9;
}
.scheduleWrap table.calendar th, .scheduleWrap table.calendar td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
}
.scheduleWrap table.calendar th {
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f9f9f9;
}
.scheduleWrap table.calendar th.firstColumn {
  border-left: none;
}
.scheduleWrap table.calendar td {
  position: relative;
  padding: 5px;
  height: 100px;
  font-size: 0.9em;
  text-align: right;
  vertical-align: top;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .scheduleWrap table.calendar td {
    height: 80px;
  }
  .scheduleWrap table.calendar td em {
    display: none;
  }
}
.scheduleWrap table.calendar td.firstColumn {
  border-left: none;
}
.scheduleWrap table.calendar td.today {
  background: #eee;
}
.scheduleWrap table.calendar td.sunday {
  color: crimson;
}
.scheduleWrap table.calendar td.saturday {
  color: dodgerblue;
}
.scheduleWrap table.calendar td a {
  position: absolute;
  top: 10px;
  left: 5px;
}
.scheduleWrap table.calendar td a .fa {
  color: crimson;
  font-size: 20px;
}
.scheduleWrap table.calendar td span {
  display: block;
  margin-top: 5px;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .scheduleWrap table.calendar td span span {
    display: none;
  }
  .scheduleWrap table.calendar td span a {
    display: block;
    width: 100%;
    text-align: center;
    bottom: 25px;
    top: auto;
    left: 0;
  }
}
.scheduleWrap table.calendar td .addDeleteButWrap {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 50px;
  height: 25px;
}
@media screen and (max-width: 600px) {
  .scheduleWrap table.calendar td .addDeleteButWrap {
    right: 0px;
    width: 100%;
    text-align: center;
  }
}
.scheduleWrap table.calendar td .addDeleteButWrap a {
  position: relative;
  top: auto;
  left: auto;
}
.scheduleWrap table.calendar td .addDeleteButWrap a .fa {
  color: #666;
}

/* schedule_add.php */
@media screen and (max-width: 600px) {
  .scheduleAddWrap .selectWrap select {
    width: 22%;
  }
  .scheduleAddWrap .selectWrap > span {
    display: inline-block;
    width: 8%;
    height: 50px;
    text-align: center;
  }
}
.mystyle-warp-5r {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  padding: 12px 10px;
}

.mystyle-searchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

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: 20px;
}
@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;
  float: left;
  width: 75%;
}
@media screen and (max-width: 600px) {
  header .logoWrap .siteWidth .dataSearchWrap .dataSearch {
    width: 100%;
  }
}
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 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: 424px;
  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: 426px;
  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% - 260px);
  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;
  }
}

.container {
  overflow: hidden;
  /* aside : secondSubMenu */
  /* section : containerWrap */
}
.container aside.secondSubMenu {
  position: relative;
  margin-top: -70px;
  background-color: rgba(220, 20, 60, 0.8);
}
@media screen and (max-width: 600px) {
  .container aside.secondSubMenu {
    display: none;
  }
}
.container aside.secondSubMenu .secondSubMenuList {
  overflow: hidden;
  margin: 0 auto;
}
.container aside.secondSubMenu .secondSubMenuList li {
  float: left;
  width: 180px;
}
.container aside.secondSubMenu .secondSubMenuList li > a {
  position: relative;
  display: block;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
.container aside.secondSubMenu .secondSubMenuList li > a:after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  float: right;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.container aside.secondSubMenu .secondSubMenuList li > a span {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container aside.secondSubMenu .secondSubMenuList li > a:hover span {
  opacity: 1;
}
.container aside.secondSubMenu .secondSubMenuList li:last-child a:after {
  display: none;
}
.container aside.secondSubMenu .secondSubMenuList li.active a {
  background-color: #fff;
  color: #333;
}
.container aside.secondSubMenu .secondSubMenuList li.active a span {
  color: #000;
  opacity: 1;
}
.container aside.menuLocationWrap {
  position: relative;
  height: 40px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .container aside.menuLocationWrap {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .container aside.menuLocationWrap {
    display: none;
  }
}
.container aside.menuLocationWrap .subLocation {
  position: relative;
  line-height: 40px;
  height: 40px;
}
.container aside.menuLocationWrap .subLocation > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: inherit;
  text-align: center;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .container aside.menuLocationWrap .subLocation > a {
    width: 30px;
    line-height: 30px;
  }
}
.container aside.menuLocationWrap .subLocation > a i {
  color: #333;
}
@media screen and (max-width: 600px) {
  .container aside.menuLocationWrap .subLocation > a i {
    color: #333;
  }
}
.container aside.menuLocationWrap .subLocation span.firstLevel {
  position: absolute;
  top: 0px;
  left: 41px;
  display: block;
  height: inherit;
  width: 160px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  color: #333;
  font-weight: bold;
}
.container aside.menuLocationWrap .subLocation span.firstLevel:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  font-size: 1.6em;
}
.container aside.menuLocationWrap .subLocation ul {
  position: absolute;
  top: 0px;
  left: 200px;
  width: 201px;
  height: inherit;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  font-size: 0.9em;
}
.container aside.menuLocationWrap .subLocation ul.secondLevel {
  left: 200px;
}
.container aside.menuLocationWrap .subLocation ul.therdLevel {
  left: 400px;
}
.container aside.menuLocationWrap .subLocation ul.fourthLevel {
  left: 600px;
}
.container aside.menuLocationWrap .subLocation ul.fifthLevel {
  left: 800px;
}
.container aside.menuLocationWrap .subLocation ul.sixthLevel {
  left: 1000px;
}
.container aside.menuLocationWrap .subLocation ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.container aside.menuLocationWrap .subLocation ul li > a > span.menuName {
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container aside.menuLocationWrap .subLocation ul li > a:hover {
  color: crimson;
}
.container aside.menuLocationWrap .subLocation ul li:first-child > a > span.menuName {
  position: relative;
  min-width: 146px;
  height: 40px;
  padding-right: 40px;
}
.container aside.menuLocationWrap .subLocation ul li:first-child > a > span.menuName:after {
  content: "\e7cd";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  font-size: 20px;
  color: #333949;
}
.container section.containerWrap {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .container section.containerWrap {
    padding: 0 10px;
    font-size: 16px;
  }
}
.container section.containerWrap .center {
  text-align: center;
}
.container section.containerWrap .right {
  text-align: right;
}
.container section.containerWrap .subMenuWrap {
  position: relative;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap .subMenuWrap {
    display: none;
  }
}
.container section.containerWrap .subMenuWrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #285a91;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
}
.container section.containerWrap .subMenuWrap .menuBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: crimson;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container section.containerWrap .subMenuWrap ul {
  position: relative;
}
.container section.containerWrap .subMenuWrap ul li {
  float: left;
}
.container section.containerWrap .subMenuWrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.container section.containerWrap .subMenuWrap ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container section.containerWrap .subMenuWrap ul li a span {
  position: relative;
}
.container section.containerWrap .titleWrap {
  position: relative;
  margin: 50px 0;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap .titleWrap {
    margin: 30px 0;
  }
}
.container section.containerWrap .titleWrap h2 {
  position: relative;
  padding-bottom: 30px;
  font-size: 2.4em;
  font-weight: bold;
  color: #333;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap .titleWrap h2 {
    font-size: 1.4em;
  }
}
.container section.containerWrap .titleWrap h2:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: crimson;
}
.container section.containerWrap .titleWrap p.location {
  display: none;
}
.container section.containerWrap #pg_css .titleH3 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap #pg_css .titleH3 {
    margin-bottom: 20px;
  }
}
.container section.containerWrap #pg_css .titleH3 h3 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 1.8em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap #pg_css .titleH3 h3 {
    font-size: 1.4em;
  }
}
.container section.containerWrap #pg_css .titleH3 h3:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(15deg);
          transform: translateY(-50%) skew(15deg);
  left: 0;
  width: 15px;
  height: 5px;
  background-color: crimson;
}
.container section.containerWrap #pg_css .titleH3 h3:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(15deg);
          transform: translateY(-50%) skew(15deg);
  right: 0;
  width: 15px;
  height: 5px;
  background-color: crimson;
}
.container section.containerWrap #pg_css .titleH3 > a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding: 5px 10px;
  background-color: #666;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container section.containerWrap #pg_css .titleH3 > a:hover {
  background-color: #000;
}
.container section.containerWrap #pg_css .titleH3 .deleveryAddrBut {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding: 3px 10px;
  font-size: 0.8em;
  color: #fff;
  background-color: #666;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.container section.containerWrap #pg_css .titleH3 .deleveryAddrBut:hover {
  background-color: #000;
}
.container section.containerWrap #pg_css .titleH4 h4 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap #pg_css .titleH4 h4 {
    margin-bottom: 20px;
  }
}
.container section.containerWrap #pg_css .titleH5 h5 {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap #pg_css .titleH5 h5 {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.container section.containerWrap #pg_css p.mainText {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #999;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap #pg_css p.mainText {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 0.8em;
    text-align: left;
  }
}
.container section.containerWrap #pg_css p.mainText:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: crimson;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.container section.containerWrap #pg_css p.mainText span {
  display: block;
}
.container section.containerWrap #pg_css .useWrap {
  overflow: auto;
  height: 400px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.container section.containerWrap #pg_css .useWrap h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.container section.containerWrap #pg_css .useWrap h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.container section.containerWrap #pg_css .useWrap h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.container section.containerWrap #pg_css .useWrap p {
  margin-bottom: 30px;
  color: #333;
}
.container section.containerWrap #pg_css .useWrap > ul {
  margin-bottom: 30px;
  color: #333;
}
.container section.containerWrap #pg_css .useWrap > ul > li {
  padding: 3px 0;
}
.container section.containerWrap #pg_css .useWrap > ul > li:before {
  content: "\f0a9";
  font-family: fontawesome;
  margin-right: 5px;
}
.container section.containerWrap #pg_css .useWrap > ul > li span {
  display: block;
}
.container section.containerWrap #pg_css .useWrap > ul > li ul {
  margin: 10px 0;
  margin-left: 20px;
  color: #666;
}
.container section.containerWrap #pg_css .useWrap > ul > li ul li:before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 10px;
}
.container section.containerWrap #pg_css .rejectionWrap {
  height: auto;
}
.container section.containerWrap #pg_css .useInfoWrap ul {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.container section.containerWrap #pg_css .useInfoWrap ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .container section.containerWrap #pg_css .useInfoWrap ul li {
    padding-left: 20px;
  }
}
.container section.containerWrap #pg_css .useInfoWrap ul li:last-child {
  margin-bottom: 0;
}
.container section.containerWrap #pg_css .useInfoWrap ul li:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: crimson;
}

.slmsCoopWrap .slideWrap .ceoSlide {
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.slmsCoopWrap .slideWrap .ceoSlide .item {
  position: relative;
  height: 400px;
  padding: 30px;
  text-align: center;
  background-color: #666;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.slmsCoopWrap .slideWrap .ceoSlide .item .starIcon {
  margin-bottom: 20px;
}
.slmsCoopWrap .slideWrap .ceoSlide .item .starIcon span {
  color: orange;
}
.slmsCoopWrap .slideWrap .ceoSlide .item .imgWrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.slmsCoopWrap .slideWrap .ceoSlide .item .imgWrap img {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 5px solid #ccc;
}
.slmsCoopWrap .slideWrap .ceoSlide .item .imgWrap span {
  display: block;
}
.slmsCoopWrap .slideWrap .ceoSlide .item .imgWrap em {
  font-size: 14px;
  color: #ccc;
}
.slmsCoopWrap .slideWrap .ceoSlide .item.slick-center {
  background-color: #333;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slmsCoopWrap .slideWrap .ceoSlide .slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95px;
  text-align: center;
}
.slmsCoopWrap .slideWrap .ceoSlide .slick-dots li {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 5px;
  text-indent: -9999px;
  cursor: pointer;
  background-color: #ccc;
}
.slmsCoopWrap .slideWrap .ceoSlide .slick-dots li:last-child {
  margin-right: 0;
}
.slmsCoopWrap .slideWrap .ceoSlide .slick-dots li:before {
  display: none;
}
.slmsCoopWrap .slideWrap .ceoSlide .slick-dots li button {
  display: none;
}
.slmsCoopWrap .slideWrap .ceoSlide .slick-dots li.slick-active {
  background-color: crimson;
}

#m_1_3_1 .historyWrap {
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 600px) {
  #m_1_3_1 .historyWrap {
    padding: 50px 10px;
  }
}
#m_1_3_1 .historyWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
@media screen and (max-width: 600px) {
  #m_1_3_1 .historyWrap:before {
    left: 15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#m_1_3_1 .historyWrap > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  #m_1_3_1 .historyWrap > img {
    left: 4px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#m_1_3_1 .historyWrap .leftWrap {
  margin-bottom: 50px;
  padding-right: 55%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  #m_1_3_1 .historyWrap .leftWrap {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
  }
}
#m_1_3_1 .historyWrap .leftWrap h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  color: crimson;
}
#m_1_3_1 .historyWrap .leftWrap h3:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
  width: 15px;
  height: 15px;
  border: 3px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  #m_1_3_1 .historyWrap .leftWrap h3:after {
    right: auto;
    left: -35px;
  }
}
#m_1_3_1 .historyWrap .leftWrap p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}
#m_1_3_1 .historyWrap .leftWrap p span {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  color: #000;
}
#m_1_3_1 .historyWrap .rightWrap {
  margin-bottom: 50px;
  padding-left: 55%;
}
@media screen and (max-width: 600px) {
  #m_1_3_1 .historyWrap .rightWrap {
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
#m_1_3_1 .historyWrap .rightWrap h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  color: crimson;
}
#m_1_3_1 .historyWrap .rightWrap h3:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -70px;
  width: 15px;
  height: 15px;
  border: 3px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  #m_1_3_1 .historyWrap .rightWrap h3:after {
    left: -35px;
  }
}
#m_1_3_1 .historyWrap .rightWrap p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}
#m_1_3_1 .historyWrap .rightWrap p span {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  color: #000;
}

#m_1_4_1 .organizationWrap {
  text-align: center;
}
#m_1_4_1 .organizationWrap > p {
  margin-bottom: 50px;
  font-size: 24px;
  color: #666;
}
#m_1_4_1 .organizationWrap > p span {
  color: #000;
}
#m_1_4_1 .organizationWrap h4 {
  position: relative;
  padding-bottom: 300px;
}
#m_1_4_1 .organizationWrap h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49.99%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 180px;
  background-color: #ccc;
}
#m_1_4_1 .organizationWrap h4 span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 120px;
  border: 3px solid #285a91;
  background-color: #333;
  color: #fff;
}
#m_1_4_1 .organizationWrap h4 em {
  position: absolute;
  top: 150px;
  width: 150px;
  height: 50px;
  background-color: #eee;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  #m_1_4_1 .organizationWrap h4 em {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
#m_1_4_1 .organizationWrap h4 em:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #m_1_4_1 .organizationWrap h4 em:before {
    display: none;
  }
}
#m_1_4_1 .organizationWrap h4 em:nth-of-type(1) {
  right: 26.5%;
}
@media screen and (max-width: 600px) {
  #m_1_4_1 .organizationWrap h4 em:nth-of-type(1) {
    right: auto;
    left: 50%;
    top: 150px;
  }
}
#m_1_4_1 .organizationWrap h4 em:nth-of-type(1):before {
  left: -100%;
  top: 50%;
}
#m_1_4_1 .organizationWrap h4 em:nth-of-type(2) {
  left: 26.5%;
}
@media screen and (max-width: 600px) {
  #m_1_4_1 .organizationWrap h4 em:nth-of-type(2) {
    top: 250px;
    left: 50%;
  }
}
#m_1_4_1 .organizationWrap h4 em:nth-of-type(2):before {
  right: -100%;
  top: 50%;
}
#m_1_4_1 .organizationWrap ul {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
@media screen and (max-width: 600px) {
  #m_1_4_1 .organizationWrap ul {
    padding: 10px;
    padding-top: 100px;
  }
}
#m_1_4_1 .organizationWrap ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 600px) {
  #m_1_4_1 .organizationWrap ul:before {
    display: none;
  }
}
#m_1_4_1 .organizationWrap ul li {
  position: relative;
  float: left;
  width: 18%;
  margin: 1%;
}
@media screen and (max-width: 600px) {
  #m_1_4_1 .organizationWrap ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
}
#m_1_4_1 .organizationWrap ul li h5 {
  position: relative;
  height: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#m_1_4_1 .organizationWrap ul li h5:before {
  content: "";
  position: absolute;
  top: -125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 120px;
  background-color: #ccc;
  z-index: -1;
}
#m_1_4_1 .organizationWrap ul li h5 span {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  text-align: center;
  line-height: 70px;
  border-radius: 70px;
  background-color: crimson;
  color: #fff;
  font-size: 30px;
}
#m_1_4_1 .organizationWrap ul li h5 em {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
#m_1_4_1 .organizationWrap ul li p {
  position: relative;
  margin-top: 10px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#m_1_4_1 .organizationWrap ul li p:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12px;
  width: 1px;
  height: 12px;
  background-color: #ccc;
}

#m_1_5_1 .imgPopupListWrap {
  overflow: hidden;
  margin-top: 100px;
}
#m_1_5_1 .imgPopupListWrap .image_popup_gallery li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
#m_1_5_1 .imgPopupListWrap .image_popup_gallery li:nth-child(4n) {
  margin-right: 0;
}
#m_1_5_1 .imgPopupListWrap .image_popup_gallery li img {
  border: 1px solid #ccc;
}
#m_1_5_1 .imgPopupListWrap .image_popup_gallery li h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.customerWrap p.customerTelno {
  text-align: center;
}
.customerWrap p.customerTelno em {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #666;
}
.customerWrap p.customerTelno span {
  position: relative;
  padding-left: 50px;
  font-size: 3em;
  font-weight: bold;
}
.customerWrap p.customerTelno span:before {
  content: "\f0e2";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.customerWrap .customerTop {
  margin: 50px 0;
}
@media screen and (max-width: 600px) {
  .customerWrap .customerTop {
    margin: 30px 0;
  }
}
.customerWrap .customerTop .customerList {
  overflow: hidden;
  padding: 30px 0;
  line-height: 1.2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.customerWrap .customerTop .customerList li {
  float: left;
  width: 32%;
  margin-right: 2%;
  border-right: 1px dotted #ccc;
}
.customerWrap .customerTop .customerList li:last-child {
  margin-right: 0;
  border-right: none;
}
.customerWrap .customerTop .customerList li a {
  display: block;
  text-align: center;
}
.customerWrap .customerTop .customerList li a i {
  display: block;
  margin-bottom: 20px;
  font-size: 4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .customerWrap .customerTop .customerList li a i {
    margin-bottom: 10px;
    font-size: 2em;
  }
}
.customerWrap .customerTop .customerList li a span {
  display: block;
}
.customerWrap .customerTop .customerList li a span.title {
  margin-bottom: 5px;
  font-size: 1.2em;
  color: #000;
}
.customerWrap .customerTop .customerList li a span.text {
  font-size: 0.8em;
  color: #666;
}
@media screen and (max-width: 600px) {
  .customerWrap .customerTop .customerList li a span.text {
    display: none;
  }
}
.customerWrap .customerTop .customerList li a:hover i {
  color: crimson;
}
.customerWrap .customerTop .customerList li a:hover span.title {
  color: crimson;
}
.customerWrap .customerBottom p {
  margin-bottom: 30px;
}

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