@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean");
/* noto sans KR */
@font-face {
  font-family: "NotoSans-Bold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/NotoSans-Bold.eot");
  src: url("../fonts/NotoSans-Bold_.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype");
  src: local("?"), url("../fonts/NotoSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "NotoSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSans-Light.eot");
  src: url("../fonts/NotoSans-Light_.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.ttf") format("truetype");
  src: local("?"), url("../fonts/NotoSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "NotoSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.eot");
  src: url("../fonts/NotoSans-Regular_.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
  src: local("?"), url("../fonts/NotoSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "NotoSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSans-Medium.eot");
  src: url("../fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium.ttf") format("truetype");
  src: local("?"), url("../fonts/NotoSans-Bold.woff") format("woff");
}

/* manrope */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff"), url("../fonts/Manrope-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
}

/* lottecastle체 */
/* 20220915 폰트 경량화 */
/* @font-face {
  font-family: "LotteCastle";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/LOTTECASTLE.woff2") format("woff2"), url("../fonts/LOTTECASTLE.woff") format("woff"), url("../fonts/LOTTECASTLE.ttf") format("truetype");
} */

@font-face {
    font-family: "LotteCastle";
    src: url('../fonts/LOTTECASTLE-Regular.eot');
    src: local(☺),url('../fonts/LOTTECASTLE-Regular.woff2') format('woff2'), url('../fonts/LOTTECASTLE-Regular.woff') format('woff'), url('../fonts/LOTTECASTLE-Regular.ttf') format('truetype');
    font-display: auto;
}

/* 20230825 메인 폰트 추가 */
@font-face {
    font-family: "ENBASKVL";
    font-style: normal;
    src: url("../fonts/ENBASKVL.TTF") format('woff'),
         url("../fonts/ENBASKVL.TTF") format('woff2');
}
@font-face {
    font-family: "SCDreamExlight";
    font-style: normal;
    src: url("../fonts/SCDreamExlight.otf") format('woff'),
         url("../fonts/SCDreamExlight.otf") format('woff2');
}
    

/* 공통 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

html, body {
  width: 100%;
  /*height:100%*/
}

html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  font-weight: 300;
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  letter-spacing: -1px;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

ul, ol, li {
  list-style: none;
}

img, fieldset {
  border: none;
  vertical-align: top;
}

legend, caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  width: 0px;
  height: 0px;
}

textarea, button {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: -1px;
}

input {
  padding: 5px 14px;
  line-height: 34px;
}

option {
  padding: 10px;
}

input[type="radio"], input[type="checkbox"] {
  border: 0;
  padding: 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="password"] {
  height: 40px;
  border: 1px solid #e1e1e1;
  color: #666;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"] {
  width: 100%;
  height: 46px;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"]:disabled {
  background: #f5f5f5;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"]::-ms-clear {
  display: none;
}

select {
  padding: 5px 35px 5px 14px;
  margin-left: 7px;
  width: 280px;
  height: 46px;
  color: #aaa;
  font-weight: 300;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  border: 1px solid #e1e1e1;
  background: url(../images/select-arrow.png) no-repeat center right 16px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  color: #aaa;
  background: url(../images/select-arrow.png) no-repeat center right 16px #f5f5f5;
  opacity: 1;
}

option {
  color: #333;
}

textarea {
  padding: 15px 15px 0px 15px;
  width: 100%;
  height: 186px;
  vertical-align: middle;
  background: #fff;
  border: none;
  color: #333;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  font-size: 18px;
  letter-spacing: -1px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  resize: none;
}

textarea:disabled {
  color: #666;
  background: #f5f5f5;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a, .paging span {
  text-decoration: none;
  color: #666;
}

a:hover, .paging span:hover, a:focus, .paging span:focus, a:active, .paging span:active {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
}

button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

textarea::-webkit-input-placeholder {
  color: #aaa;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  color: #aaa;
  line-height: 30px;
  font-weight: 300;
}

textarea:-ms-input-placeholder {
  color: #aaa;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  color: #aaa;
  line-height: 30px;
  font-weight: 300;
}

textarea::-ms-input-placeholder {
  color: #aaa;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  color: #aaa;
  line-height: 30px;
  font-weight: 300;
}

textarea::placeholder {
  color: #aaa;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  color: #aaa;
  line-height: 30px;
  font-weight: 300;
}

textarea:-ms-input-placeholder {
  color: #aaa;
}

textarea::-ms-input-placeholder {
  color: #aaa;
}

em {
  font-style: normal;
}

.icon_load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 100;
}

.icon_load .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
  width: 168px;
  height: 104px;
  overflow: hidden;
}

.icon_load .hover p {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-animation: ani-load 1.3s infinite;
          animation: ani-load 1.3s infinite;
}

.icon_load .hover .active {
  position: absolute;
  top: 0;
  left: 0;
  height: 104px;
}

.icon_load .hover > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102;
}

.icon_load .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
  z-index: 100;
}

@-webkit-keyframes ani-load {
  0% {
    height: 0;
  }
  100% {
    height: 104px;
  }
}

@keyframes ani-load {
  0% {
    height: 0;
  }
  100% {
    height: 104px;
  }
}

.wine_txt {
  color: #8b2332 !important;
}

.white_txt {
  color: #fff !important;
}

.color888 {
  color: #888 !important;
}

.font_weight {
  font-weight: bold;
}

.color333 {
  color: #333 !important;
}

.ta_c {
  text-align: center !important;
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

.onlyWeb {
  display: block;
}

@media all and (max-width: 768px) {
  .onlyWeb {
    display: none;
  }
}

.onlyMob {
  display: none;
}

@media all and (max-width: 768px) {
  .onlyMob {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .two_btn a, .two_btn .paging span, .paging .two_btn span {
    display: block;
    margin: 0 0 15px !important;
  }
  .two_btn a:last-child, .two_btn .paging span:last-child, .paging .two_btn span:last-child {
    margin: 0;
  }
}

@media all and (max-width: 768px) {
  select {
    height: 38px;
    font-size: 14px;
    background: url(../images/m-select-arrow.png) no-repeat center right 12px #fff;
    background-size: 13px auto;
  }
  select:disabled {
    background: url(../images/m-select-arrow.png) no-repeat center right 12px #f5f5f5;
    background-size: 13px auto;
  }
  textarea {
    font-size: 14px;
  }
  textarea::-webkit-input-placeholder {
    line-height: 20px;
  }
  textarea:-ms-input-placeholder {
    line-height: 20px;
  }
  textarea::-ms-input-placeholder {
    line-height: 20px;
  }
  textarea::placeholder {
    line-height: 20px;
  }
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 해더 */
#header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 136px;
  z-index: 20;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
}

#header.over {
  height: 514px !important;
  background: #fff;
}

#header.over.center {
  height: 600px !important;
}

#header.fixed {
  position: fixed;
}

#header h1 {
  position: absolute;
  top: 60px;
  left: 80px;
  width: auto;
  z-index: 1;
}

#header h1 a, #header h1 .paging span, .paging #header h1 span {
  display: block;
  width: 220px;
  height: 26px;
  background-size: 100%;
  -webkit-transition: color .5s;
  transition: color .5s;
}

#header h1 a span, #header h1 .paging span span, .paging #header h1 span span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: auto;
}

#header.center .left_menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 80px;
  width: 24px;
  height: 18px;
  background-size: 100%;
}

#header.center .left_menu span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: auto;
}

#header.center .left_menu p {
  position: absolute;
  top: auto;
  left: 0;
  width: 24px;
  background: #fff;
  height: 2px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#header.center .left_menu p.line1 {
  top: 0;
}

#header.center .left_menu p.line2 {
  top: 7px;
}

#header.center .left_menu p.line3 {
  top: 14px;
}

#header .left_menu {
  display: none;
}

/* 20211013 메뉴 추가 */
/* #header nav#gnb {
  width: auto;
  margin: auto;
  position: absolute;
  top: 61px;
  left: 50%;
  width: 420px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: table;
  text-align: center;
} */

#header nav#gnb {
    width: auto;
    margin: auto;
    position: absolute;
    top: 55px;
    left: 50%;
    width: 420px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: table;
    text-align: center;
}

#header nav#gnb .menu_box {
  position: relative;
  width: 100%;
}

#header nav#gnb .menu_box:after {
  content: "";
  display: block;
  clear: both;
}

#header nav#gnb .ap_info {
  display: none;
}
/* 20211013 메뉴 추가 */
/* #header nav#gnb .menu_div {
  position: relative;
  width: 140px;
  display: table-cell;
  text-align: center;
  padding: 0;
} */
/*s : 20211015 css수정*/
#header nav#gnb .menu_div {
    position: relative;
    width: 170px;
    display: table-cell;
    text-align: center;
    padding: 7px 0 0 0;
    vertical-align:top;
}
/*e : 20211015 css수정*/
#header nav#gnb .menu_div.last {
    padding-top:0;
}
#header nav#gnb .menu_div:after {
  content: "";
  display: block;
  clear: both;
}

#header nav#gnb .menu_div .one_d {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 80px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: color .5s;
  transition: color .5s;
}
#header nav#gnb .menu_div .one_d .menu_img{display:inline-block;width:91px;height:33px;background:url("../images/galleryL/gnb_pc_txt.png") no-repeat top center;}
#header nav#gnb .menu_div .one_d .menu_img em{display:inline-block;overflow:hidden;font-size:1px;line-height:0;clip:rect(1px 1px 1px 1px);}
#header.color_type nav#gnb .one_d .menu_img,
#header.white_type.over nav#gnb .one_d .menu_img{background:url("../images/galleryL/gnb_pc_txt_b.png") no-repeat center center;}

#header nav#gnb .menu_div .one_d:after {
  content: "";
  display: block;
  clear: both;
}

#header nav#gnb .menu_div .one_d .m_close {
  display: none;
}

#header nav#gnb .menu_div .two_d {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 500px;
  padding: 0 2px;
}

#header nav#gnb .menu_div .two_d a, #header nav#gnb .menu_div .two_d .paging span, .paging #header nav#gnb .menu_div .two_d span {
  display: block;
  height: 20px;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin-bottom: 17px;
}

#header nav#gnb .menu_div .two_d a:hover, #header nav#gnb .menu_div .two_d .paging span:hover, .paging #header nav#gnb .menu_div .two_d span:hover {
  color: #8b2332;
  text-decoration: underline;
}

#header nav#gnb .m_alarm {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 60px;
  background: #333;
}

#header nav#gnb .m_alarm .icon {
  position: absolute;
  top: 23px;
  left: 20px;
  width: 20px;
  height: 15px;
}

#header nav#gnb .m_alarm .icon img {
  width: 15px;
}

#header nav#gnb .m_alarm .icon span {
  position: absolute;
  top: 0;
  left: auto;
  width: 4px;
  right: 0;
  height: 4px;
  border-radius: 2px;
  background: #ff7186;
}

#header nav#gnb .m_alarm .swiper-container {
  width: calc(100% - 119px);
  margin: 0 60px;
  height: 38px;
  overflow: hidden;
}

#header nav#gnb .m_alarm .swiper-container .swiper-wrapper {
  width: 100%;
  height: 38px;
  padding-top: 22px;
}

#header nav#gnb .m_alarm .swiper-container .swiper-wrapper a, #header nav#gnb .m_alarm .swiper-container .swiper-wrapper .paging span, .paging #header nav#gnb .m_alarm .swiper-container .swiper-wrapper span {
  text-align: left;
  font-size: 14px;
  color: #fff;
  /* multiAbbr는 IE에서 사용금지 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#header nav#gnb .m_alarm .swiper-button-next {
  position: absolute;
  top: 25px;
  left: auto;
  width: 8px;
  right: 20px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: url(../images/m_alarm_right.png) no-repeat 0 0;
  background-size: 8px 12px;
}

#header nav#gnb .m_alarm .swiper-button-prev {
  position: absolute;
  top: 25px;
  left: auto;
  width: 8px;
  right: 42px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: url(../images/m_alarm_left.png) no-repeat 0 0;
  background-size: 8px 12px;
}

#header.ap {
  /*
        @include media1550{
            display:none;
        }

        @include media1280{
            height:150px;
            h1{
                top:30px;
            }
            nav#gnb{
                top:80px;
            }
            .util{
                top:30px;
            }
        }
        */
}

#header.ap.w_type.center h1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#header.ap.w_type.center nav#gnb {
  top: 120px;
}

#header.ap nav#gnb {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header.ap nav#gnb .menu_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header.ap nav#gnb .menu_div {
  display: inline-block;
}

#header.ap nav#gnb .ap_info {
  padding: 8px 5% 20px;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

#header.ap nav#gnb .ap_info a, #header.ap nav#gnb .ap_info .paging span, .paging #header.ap nav#gnb .ap_info span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

#header.ap nav#gnb .ap_info a.phone_num, #header.ap nav#gnb .ap_info .paging span.phone_num, .paging #header.ap nav#gnb .ap_info span.phone_num {
  padding-left: 20px;
  background: url(../images/apinfo_phone.png) no-repeat 0 center;
  background-size: 15px 15px;
}

#header.ap nav#gnb .ap_info a.go_castle, #header.ap nav#gnb .ap_info .paging span.go_castle, .paging #header.ap nav#gnb .ap_info span.go_castle {
  padding-left: 35px;
  background: url(../images/apinfo_simbol.png) no-repeat 0 center;
  background-size: 27px 15px;
}

#header.ap nav#gnb .ap_info span {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #ddd;
  margin: 0 12px;
}

#header.ap.w_type {
  height: 150px;
}

#header.ap.w_type h1 {
  top: 55px;
}

#header.ap.w_type nav#gnb {
  top: 60px;
}

#header.ap.w_type .util {
  top: 55px;
}

@media all and (max-width: 1500px) {
  #header.ap {
    height: 100px;
    -webkit-transition: 0s;
    transition: 0s;
    overflow: visible;
  }
  #header.ap h1 {
    top: 38px;
  }
  #header.ap nav#gnb {
    top: 100px;
    display: table;
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
    left: auto;
    right: -420px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    background: #fff;
  }
  #header.ap nav#gnb .ap_info {
    display: block;
  }
  #header.ap nav#gnb .menu_box {
    display: block;
  }
  #header.ap nav#gnb .menu_box {
    overflow-y: auto;
  }
  #header.ap nav#gnb .menu_div {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
  }
  #header.ap nav#gnb .menu_div:first-child {
    margin-top: 30px;
  }
  #header.ap nav#gnb .menu_div .one_d {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 5%;
  }
  #header.ap nav#gnb .menu_div .one_d .m_close {
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    width: 12px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: 5%;
    height: 12px;
  }
  #header.ap nav#gnb .menu_div .one_d .m_close span:nth-child(1), #header.ap nav#gnb .menu_div .one_d .m_close #footer .family > a span:nth-child(2), #footer .family > a #header.ap nav#gnb .menu_div .one_d .m_close span:nth-child(2), #header.ap nav#gnb .menu_div .one_d .m_close #footer .paging .family > span span:nth-child(2), #footer .paging .family > span #header.ap nav#gnb .menu_div .one_d .m_close span:nth-child(2), #header.ap nav#gnb .menu_div .one_d .m_close .paging #footer .family > span span:nth-child(2), .paging #footer .family > span #header.ap nav#gnb .menu_div .one_d .m_close span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
    background: #333;
  }
  #header.ap nav#gnb .menu_div .one_d .m_close span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 12px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    height: 2px;
    background: #333;
  }
  #header.ap nav#gnb .menu_div .two_d {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    height: auto;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  #header.ap nav#gnb .menu_div .two_d a, #header.ap nav#gnb .menu_div .two_d .paging span, .paging #header.ap nav#gnb .menu_div .two_d span {
    margin: 0 0 12px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #header.ap nav#gnb .menu_div .two_d a:last-child, #header.ap nav#gnb .menu_div .two_d .paging span:last-child, .paging #header.ap nav#gnb .menu_div .two_d span:last-child {
    margin: 0;
  }
  #header.ap nav#gnb .menu_div:last-child .two_d {
    border-bottom: 0;
  }
  #header.ap nav#gnb .m_alarm {
    display: block;
    bottom: 0px;
  }
  #header.ap .util {
    position: relative;
    width: 100%;
    position: absolute;
    top: 40px;
    left: auto;
    width: 108px;
    height: 20px;
    right: 5%;
  }
  #header.ap .util:after {
    content: "";
    display: block;
    clear: both;
  }
  #header.ap .util a, #header.ap .util .paging span, .paging #header.ap .util span {
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
  }
  #header.ap .util .util4 {
    display: none;
    width: 32px;
    height: 20px;
  }
  #header.ap .util .util5 {
    display: none;
    width: 32px;
    height: 20px;
  }
  #header.ap .util .util6 {
    width: 32px;
    height: 20px;
    right: 45px;
  }
  #header.ap .util a.m_menu, #header.ap .util .paging span.m_menu, .paging #header.ap .util span.m_menu {
    display: block;
    top: 1px;
    right: 0;
  }
  #header.ap .util a.util1, #header.ap .util .paging span.util1, .paging #header.ap .util span.util1 {
    width: 32px;
    right: 31px;
    display: none;
    opacity: 0;
  }
  #header.ap .util a.util2, #header.ap .util .paging span.util2, .paging #header.ap .util span.util2 {
    width: 32px;
    right: 31px;
    display: block;
  }
  #header.ap .util a.util3, #header.ap .util .paging span.util3, .paging #header.ap .util span.util3 {
    display: none;
  }
  #header.ap.w_type {
    height: 100px;
  }
  #header.ap.w_type h1 {
    top: 38px;
  }
  #header.ap.w_type nav#gnb {
    top: 100px;
  }
  #header.ap.w_type .util {
    top: 40px;
  }
  #header.ap.over {
    height: 100px !important;
  }
}

@media all and (max-width: 768px) {
  #header.ap h1 a, #header.ap h1 .paging span, .paging #header.ap h1 span {
    font-size: 20px !important;
  }
}

@media all and (max-width: 500px) {
  #header.ap {
    height: 68px;
  }
  #header.ap h1 {
    top: 27px;
  }
  #header.ap h1 a, #header.ap h1 .paging span, .paging #header.ap h1 span {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  #header.ap nav#gnb {
    top: 68px;
  }
  #header.ap nav#gnb .ap_info {
    padding: 6px 5% 15px;
    border-bottom: 1px solid #ddd;
  }
  #header.ap nav#gnb .ap_info a, #header.ap nav#gnb .ap_info .paging span, .paging #header.ap nav#gnb .ap_info span {
    font-size: 13px;
  }
  #header.ap nav#gnb .ap_info a.phone_num, #header.ap nav#gnb .ap_info .paging span.phone_num, .paging #header.ap nav#gnb .ap_info span.phone_num {
    padding-left: 17px;
    background: url(../images/apinfo_phone.png) no-repeat 0 center;
    background-size: 13px 13px;
  }
  #header.ap nav#gnb .ap_info a.go_castle, #header.ap nav#gnb .ap_info .paging span.go_castle, .paging #header.ap nav#gnb .ap_info span.go_castle {
    padding-left: 33px;
    background: url(../images/apinfo_simbol.png) no-repeat 0 center;
    background-size: 23px 13px;
  }
  #header.ap nav#gnb .ap_info span {
    height: 13px;
    margin: 0 10px;
  }
  #header.ap .util {
    top: 26px;
  }
  #header.ap.w_type {
    height: 68px;
  }
  #header.ap.w_type h1 {
    top: 23px;
  }
  #header.ap.w_type nav#gnb {
    top: 67px;
  }
  #header.ap.w_type .util {
    top: 26px;
  }
  #header.ap.over {
    height: 68px !important;
  }
}

#header .util {
  position: absolute;
  top: 60px;
  left: auto;
  width: auto;
  right: 80px;
  z-index: 1;
}

#header .util a, #header .util .paging span, .paging #header .util span {
  position: relative;
  width: 32px;
  display: inline-block;
  height: 20px;
  margin-left: 26px;
  background-size: 100%;
  vertical-align: middle;
}

#header .util a:after, #header .util .paging span:after, .paging #header .util span:after {
  content: "";
  display: block;
  clear: both;
}

#header .util a span, #header .util .paging span span, .paging #header .util span span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: auto;
}

#header .util .paging span .new,
.paging #header .util span .new {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  width: 5px;
  right: 0;
  height: 5px;
  border-radius: 50%;
  background: #ff7186;
}

#header .util a .new{top:-7px;right:-5px;left: auto;width:22px;height:22px;background:none;}

#header .util a.util5 .hover, #header .util .paging span.util5 .hover, .paging #header .util span.util5 .hover {
  position: absolute;
  top: -10px;
  left: auto;
  width: 60px;
  right: -14px;
  height: 40px;
  background: #000;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-property: width opacity;
  transition-property: width opacity;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

#header .util a.util5 .hover .phone, #header .util .paging span.util5 .hover .phone, .paging #header .util span.util5 .hover .phone {
  display: block;
  position: absolute;
  top: 10px;
  left: auto;
  width: 180px;
  height: 20px;
  right: 14px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-right: 36px;
  background: url("../images/util-bt5.png") no-repeat right 0;
}

#header .util a.util5:hover .hover, #header .util .paging span.util5:hover .hover, .paging #header .util span.util5:hover .hover {
  opacity: 1;
  width: 203px;
}

#header .util a.m_menu, #header .util .paging span.m_menu, .paging #header .util span.m_menu {
  display: none;
  width: 18px;
  height: 16px;
}

#header .util a.m_menu p, #header .util .paging span.m_menu p, .paging #header .util span.m_menu p {
  position: absolute;
  top: auto;
  left: 0;
  width: 18px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  height: 2px;
  background: #fff;
}

#header .util a.m_menu p.line1, #header .util .paging span.m_menu p.line1, .paging #header .util span.m_menu p.line1 {
  top: 0;
}

#header .util a.m_menu p.line2, #header .util .paging span.m_menu p.line2, .paging #header .util span.m_menu p.line2 {
  top: 7px;
}

#header .util a.m_menu p.line3, #header .util .paging span.m_menu p.line3, .paging #header .util span.m_menu p.line3 {
  top: 14px;
}

@media all and (max-width: 1500px) {
  #header.center .left_menu {
    display: none;
  }
  #header.ap.w_type.center nav#gnb {
    top: 68px;
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
  }
  #header.ap.w_type.center h1 {
    left: 80px;
    -webkit-transform: none;
            transform: none;
  }
}

@media all and (max-width: 1280px) {
  #header h1 {
    position: absolute;
    top: 60px;
    left: 5%;
    width: auto;
  }
  #header .util {
    right: 5%;
  }
  #header .util a, #header .util .paging span, .paging #header .util span {
    margin-left: 16px;
  }
  #header.ap.w_type.center h1 {
    left: 5%;
  }
}

@media all and (max-width: 1024px) {
  #header {
    -webkit-transition: 0s;
    transition: 0s;
    height: 100px;
    overflow: visible;
  }
  #header.over {
    height: 100px !important;
  }
  #header h1 {
    position: absolute;
    top: 38px;
    left: 5%;
    width: auto;
  }
  #header nav#gnb {
    display: block;
    top: 100px;
    height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh) * 100 - 100px);
    left: auto;
    right: -420px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    background: #fff;
  }
  #header nav#gnb .menu_box {
    overflow-y: auto;
  }
  #header nav#gnb .menu_div {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
  }
  #header nav#gnb .menu_div:first-child {
    margin-top: 30px;
  }
  #header nav#gnb .menu_div .one_d {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 5%;
  }
  #header nav#gnb .menu_div .one_d .m_close {
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    width: 12px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: 5%;
    height: 12px;
  }
  #header nav#gnb .menu_div .one_d .m_close span:nth-child(1), #header nav#gnb .menu_div .one_d .m_close #footer .family > a span:nth-child(2), #footer .family > a #header nav#gnb .menu_div .one_d .m_close span:nth-child(2), #header nav#gnb .menu_div .one_d .m_close #footer .paging .family > span span:nth-child(2), #footer .paging .family > span #header nav#gnb .menu_div .one_d .m_close span:nth-child(2), #header nav#gnb .menu_div .one_d .m_close .paging #footer .family > span span:nth-child(2), .paging #footer .family > span #header nav#gnb .menu_div .one_d .m_close span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
    background: #333;
  }
  #header nav#gnb .menu_div .one_d .m_close span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 12px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    height: 2px;
    background: #333;
  }
  #header nav#gnb .menu_div .two_d {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    height: auto;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  #header nav#gnb .menu_div .two_d a, #header nav#gnb .menu_div .two_d .paging span, .paging #header nav#gnb .menu_div .two_d span {
    margin: 0 0 12px;
    padding-left: 5%;
  }
  #header nav#gnb .menu_div .two_d a:last-child, #header nav#gnb .menu_div .two_d .paging span:last-child, .paging #header nav#gnb .menu_div .two_d span:last-child {
    margin: 0;
  }
  #header nav#gnb .menu_div:last-child .two_d {
    border-bottom: 0;
  }
  #header.white_type.over nav#gnb .one_d .menu_img{background:url("../images/galleryL/gnb_mo_txt.png") no-repeat center center;background-size:100% 100%;}
  #header nav#gnb .m_alarm {
    display: block;
  }
  #header.ap nav#gnb .menu_div {
    width: 100%;
  }
  #header.ap nav#gnb .menu_div .one_d {
    width: 100%;
    color:#333;
  }
  #header .util {
    position: relative;
    width: 100%;
    position: absolute;
    top: 40px;
    left: auto;
    width: 108px;
    height: 20px;
    right: 5%;
  }
  #header .util:after {
    content: "";
    display: block;
    clear: both;
  }
  #header .util a, #header .util .paging span, .paging #header .util span {
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
  }
  #header .util a.util1, #header .util .paging span.util1, .paging #header .util span.util1 {
    width: 32px;
    right: 31px;
    display: none;
    opacity: 0;
  }
  #header .util a.util2, #header .util .paging span.util2, .paging #header .util span.util2 {
    width: 32px;
    right: 31px;
    display: block;
  }
  #header .util a.util3, #header .util .paging span.util3, .paging #header .util span.util3 {
    display: none;
  }
  #header .util a.m_menu, #header .util .paging span.m_menu, .paging #header .util span.m_menu {
    display: block;
    top: 1px;
    right: 0;
  }

}

@media all and (max-width: 768px) {
  #header h1 {
    position: absolute;
    top: 38px;
    left: 5%;
    width: auto;
  }
  #header .util {
    right: 5%;
  }
}

@media all and (max-width: 500px) {
  #header {
    border-bottom: 0;
  }
  #header {
    height: 68px;
  }
  #header.over {
    height: 68px !important;
  }
  #header h1 {
    position: absolute;
    top: 29px;
    left: 5%;
    width: auto;
  }
  #header h1 a, #header h1 .paging span, .paging #header h1 span {
    width: 125px;
    height: 15px;
  }
  #header .util {
    position: absolute;
    top: 28px;
    left: auto;
    width: 108px;
    height: 15px;
    right: 5%;
  }
  #header .util a, #header .util .paging span, .paging #header .util span {
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
  }
  #header .util a.util1, #header .util .paging span.util1, .paging #header .util span.util1 {
    width: 32px;
    right: 31px;
    display: none;
    opacity: 0;
  }
  #header .util a.util2, #header .util .paging span.util2, .paging #header .util span.util2 {
    width: 21px;
    right: 31px;
    display: block;
  }
  #header .util a.util3, #header .util .paging span.util3, .paging #header .util span.util3 {
    display: none;
  }
  #header .util a.m_menu, #header .util .paging span.m_menu, .paging #header .util span.m_menu {
    display: block;
    top: 1px;
    right: 0;
  }
  #header nav#gnb {
    right: -500px;
    width: 100%;
    top: 68px;
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
  }
  #header.ap.w_type nav#gnb {
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
  }
}

#header.color_type h1 a, #header.color_type h1 .paging span, .paging #header.color_type h1 span {
  width: 204px;height: 26px;
  background: url("../images/logo-color.png") no-repeat 0 0;
  background-size: 100%;

}

@media all and (max-width: 500px) {
  #header.color_type h1 a, #header.color_type h1 .paging span, .paging #header.color_type h1 span {
    width: 125px;height: 15px;
    background: url("../images/m-logo-color.png") no-repeat 0 0;
    background-size: 125px 15px;
  }
}

#header.color_type.ap h1 a, #header.color_type.ap h1 .paging span, .paging #header.color_type.ap h1 span {
  width: auto;
  background: none;
  font-family: "LotteCastle";
  color: #8b2332;
  font-size: 24px;
  font-weight: 400;
}

.leel_color #header.color_type h1 a, .leel_color #header.color_type h1 .paging span, .paging .leel_color #header.color_type h1 span {
  color: #8d734a !important;
}

#header.color_type nav#gnb a, #header.color_type nav#gnb .paging span, .paging #header.color_type nav#gnb span {
  color: #333;
}

#header.color_type .util a.util1, #header.color_type .util .paging span.util1, .paging #header.color_type .util span.util1 {
  background: url("../images/util-bt1-color.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1024px) {
  #header.color_type .util a.util1, #header.color_type .util .paging span.util1, .paging #header.color_type .util span.util1 {
    background: url("../images/m-util-bt1-color.png") no-repeat 0 0;
    background-size: 18px auto;
  }
}

#header.color_type .util a.util2, #header.color_type .util .paging span.util2, .paging #header.color_type .util span.util2 {
  background: url("../images/util-bt2-color.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1024px) {
  #header.color_type .util a.util2, #header.color_type .util .paging span.util2, .paging #header.color_type .util span.util2 {
    top: 1px;
    right: 38px;
    width: 16px;
    background: url("../images/m-util-bt2-color.png") no-repeat 0 0;
    background-size: 16px auto;
  }
}

#header.color_type .util a.util3, #header.color_type .util .paging span.util3, .paging #header.color_type .util span.util3 {
  background: url("../images/util-bt3-color.png") no-repeat 0 0;
  background-size: 100%;
}

#header.color_type .util a.util4, #header.color_type .util .paging span.util4, .paging #header.color_type .util span.util4 {
  background: url("../images/util-bt4-color.png") no-repeat 0 0;
  background-size: 100%;
}

#header.color_type .util a.util5, #header.color_type .util .paging span.util5, .paging #header.color_type .util span.util5 {
  background: url("../images/util-bt5-color.png") no-repeat 0 0;
  background-size: 100%;
}

#header.color_type .util a.util6, #header.color_type .util .paging span.util6, .paging #header.color_type .util span.util6 {
  background: url("../images/util-bt6-color.png") no-repeat 0 0;
  background-size: 100%;
}

#header.color_type .util a.util6.on, #header.color_type .util .paging span.util6.on, .paging #header.color_type .util span.util6.on {
  background: url("../images/util-bt6-color-on.png") no-repeat 0 0;
}

@media all and (max-width: 1024px) {
  #header.color_type .util a.util6, #header.color_type .util .paging span.util6, .paging #header.color_type .util span.util6 {
    right: 39px;
    width: 19px;
    height: 16px;
    background: url("../images/m-util-bt6-color.png") no-repeat 0 0;
    background-size: 19px auto;
  }
}

#header.color_type .util a.m_menu p, #header.color_type .util .paging span.m_menu p, .paging #header.color_type .util span.m_menu p {
  background: #666;
}

@media all and (max-width: 500px) {
  #header.color_type .util a.util2, #header.color_type .util .paging span.util2, .paging #header.color_type .util span.util2 {
    top: 1px;
    right: 38px;
    width: 16px;
    background: url("../images/util-bt2-color-m.png") no-repeat 0 0;
    background-size: 16px auto;
  }
}

#header.white_type h1 a, #header.white_type h1 .paging span, .paging #header.white_type h1 span {
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 220px 26px;
}

@media all and (max-width: 500px) {
  #header.white_type h1 a, #header.white_type h1 .paging span, .paging #header.white_type h1 span {
    background: url("../images/m-logo.png") no-repeat 0 0;
    background-size: 125px 15px;
  }
}

#header.white_type.ap h1 a, #header.white_type.ap h1 .paging span, .paging #header.white_type.ap h1 span {
  width: auto;
  background: none;
  font-family: "LotteCastle";
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

#header.white_type nav#gnb a, #header.white_type nav#gnb .paging span, .paging #header.white_type nav#gnb span {
  color: #fff;
}

#header.white_type .util a.util1, #header.white_type .util .paging span.util1, .paging #header.white_type .util span.util1 {
  background: url("../images/util-bt1.png") no-repeat 0 0;
  background-size: 100%;
}

#header.white_type .util a.util2, #header.white_type .util .paging span.util2, .paging #header.white_type .util span.util2 {
  background: url("../images/util-bt2.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1024px) {
  #header.white_type .util a.util2, #header.white_type .util .paging span.util2, .paging #header.white_type .util span.util2 {
    top: 1px;
    right: 38px;
    width: 16px;
    background: url("../images/m-util-bt2.png") no-repeat 0 0;
    background-size: 16px auto;
  }
}

#header.white_type .util a.util3, #header.white_type .util .paging span.util3, .paging #header.white_type .util span.util3 {
  background: url("../images/util-bt3.png") no-repeat 0 0;
  background-size: 100%;
}

#header.white_type .util a.util4, #header.white_type .util .paging span.util4, .paging #header.white_type .util span.util4 {
  background: url("../images/util-bt4.png") no-repeat 0 0;
  background-size: 100%;
}

#header.white_type .util a.util5, #header.white_type .util .paging span.util5, .paging #header.white_type .util span.util5 {
  background: url("../images/util-bt5.png") no-repeat 0 0;
  background-size: 100%;
}

#header.white_type .util a.util6, #header.white_type .util .paging span.util6, .paging #header.white_type .util span.util6 {
  background: url("../images/util-bt6.png") no-repeat 0 0;
  background-size: 100%;
}

#header.white_type .util a.util6.on, #header.white_type .util .paging span.util6.on, .paging #header.white_type .util span.util6.on {
  background: url("../images/m-util-bt6-on.png") no-repeat 0 0;
  background-size: 19px auto;
}

@media all and (max-width: 1024px) {
  #header.white_type .util a.util6, #header.white_type .util .paging span.util6, .paging #header.white_type .util span.util6 {
    right: 39px;
    width: 19px;
    height: 16px;
    background: url("../images/m-util-bt6.png") no-repeat 0 0;
    background-size: 19px auto;
  }
}

#header.white_type .util a.m_menu p, #header.white_type .util .paging span.m_menu p, .paging #header.white_type .util span.m_menu p {
  background: #fff;
}

@media all and (max-width: 500px) {
  #header.white_type .util a.util2, #header.white_type .util .paging span.util2, .paging #header.white_type .util span.util2 {
    background: url("../images/util-bt2-m.png") no-repeat 0 0;
    background-size: contain;
  }
}

#header.white_type.over h1 a, #header.white_type.over h1 .paging span, .paging #header.white_type.over h1 span {
  background: url("../images/logo-color.png") no-repeat 0 0;
}

@media all and (max-width: 500px) {
  #header.white_type.over h1 a, #header.white_type.over h1 .paging span, .paging #header.white_type.over h1 span {
    background: url("../images/m-logo-color.png") no-repeat 0 0;
    background-size: 125px 15px;
  }
}

#header.white_type.over.ap h1 a, #header.white_type.over.ap h1 .paging span, .paging #header.white_type.over.ap h1 span {
  width: auto;
  background: none;
  font-family: "LotteCastle";
  color: #8b2332;
  font-size: 24px;
}

#header.white_type.over nav#gnb a, #header.white_type.over nav#gnb .paging span, .paging #header.white_type.over nav#gnb span {
  color: #333;
}

#header.white_type.over .util a.util1, #header.white_type.over .util .paging span.util1, .paging #header.white_type.over .util span.util1 {
  background: url("../images/util-bt1-color.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1024px) {
  #header.white_type.over .util a.util1, #header.white_type.over .util .paging span.util1, .paging #header.white_type.over .util span.util1 {
    background: url("../images/m-util-bt1-color.png") no-repeat 0 0;
    background-size: 18px auto;
  }
}

#header.white_type.over .util a.util2, #header.white_type.over .util .paging span.util2, .paging #header.white_type.over .util span.util2 {
  background: url("../images/util-bt2-color.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1024px) {
  #header.white_type.over .util a.util2, #header.white_type.over .util .paging span.util2, .paging #header.white_type.over .util span.util2 {
    top: 1px;
    right: 38px;
    width: 16px;
    background: url("../images/m-util-bt2-color.png") no-repeat 0 0;
    background-size: 16px auto;
  }
}

#header.white_type.over .util a.util3, #header.white_type.over .util .paging span.util3, .paging #header.white_type.over .util span.util3 {
  background: url("../images/util-bt3-color.png") no-repeat 0 0;
  background-size: 100%;
}

#header.white_type.over .util a.util4, #header.white_type.over .util .paging span.util4, .paging #header.white_type.over .util span.util4 {
  background: url("../images/util-bt4-color.png") no-repeat 0 0;
  background-size: 100%;
}

#header.white_type.over .util a.util5, #header.white_type.over .util .paging span.util5, .paging #header.white_type.over .util span.util5 {
  background: url("../images/util-bt5-color.png") no-repeat 0 0;
  background-size: 100%;
}

#header.white_type.over .util a.util6, #header.white_type.over .util .paging span.util6, .paging #header.white_type.over .util span.util6 {
  background: url("../images/util-bt6-color.png") no-repeat 0 0;
}

#header.white_type.over .util a.util6.on, #header.white_type.over .util .paging span.util6.on, .paging #header.white_type.over .util span.util6.on {
  background: url("../images/util-bt6-color-on.png") no-repeat 0 0;
}

@media all and (max-width: 1024px) {
  #header.white_type.over .util a.util6, #header.white_type.over .util .paging span.util6, .paging #header.white_type.over .util span.util6 {
    background: url("../images/m-util-bt6-color.png") no-repeat 0 0;
    background-size: 19px auto;
  }
  #header.white_type.over .util a.util6.on, #header.white_type.over .util .paging span.util6.on, .paging #header.white_type.over .util span.util6.on {
    background: url("../images/m-util-bt6-color-on.png") no-repeat 0 0;
    background-size: 19px auto;
  }
}

#header.white_type.over .util a.m_menu p, #header.white_type.over .util .paging span.m_menu p, .paging #header.white_type.over .util span.m_menu p {
  background: #333;
}

@media all and (max-width: 500px) {
  #header.white_type.over .util a.util2, #header.white_type.over .util .paging span.util2, .paging #header.white_type.over .util span.util2 {
    background: url("../images/util-bt2-color-m.png") no-repeat 0 0;
    background-size: contain;
  }
}

@media all and (max-width: 1500px) {
  #header.white_type.ap h1 a, #header.white_type.ap h1 .paging span, .paging #header.white_type.ap h1 span {
    font-weight: 600;
  }
}

.hDimd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 18;
}

.alarm_div {
  display: none;
  position: absolute;
  top: 100px;
  left: auto;
  width: 380px;
  right: 80px;
  padding: 55px 30px;
  border-radius: 10px;
  background: #fff;
  z-index: 25;
}

.alarm_div .no_date {
  text-align: center;
  font-size: 16px;
  color: #888;
  margin-bottom: 50px;
}

.alarm_div ul {
  max-height: 594px;
}

.alarm_div ul.customScroll .mCSB_scrollTools {
  right: 0px;
}

.alarm_div li {
  padding: 14px 0;
  border-bottom: 1px solid #e8e8e8;
}

.alarm_div li:last-child {
  border-bottom: 0px;
}

.alarm_div li a, .alarm_div li .paging span, .paging .alarm_div li span {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  word-break: keep-all;
}

.alarm_div li a .txt, .alarm_div li .paging span .txt, .paging .alarm_div li span .txt {
  font-size: 16px;
  color: #333;
  margin-top: 13px;
}

.alarm_div li a .date, .alarm_div li .paging span .date, .paging .alarm_div li span .date {
  margin-top: 7px;
  font-size: 15px;
  color: #666;
}

.alarm_div .xbt {
  display: block;
  position: absolute;
  top: 20px;
  left: auto;
  width: 10px;
  height: 10px;
  padding: 10px;
  right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* s : 20221026 알람팝업수정 */
.popCont.alarm {
  display: none;
}

.popCont.alarm .popBody .tit {
  padding: 0 50px 20px 0;
  word-wrap: break-word;
  word-break: keep-all;
  font-size: 26px;
}

.popCont.alarm.type1 {
  padding: 15px;
  height: auto;
  min-height: auto;
  max-height:650px;
  min-width: auto;
  max-width: 566px;
}

.popCont.alarm .view_area {
  position: relative;
  width: 536px;
  height: 300px;
  /* overflow: hidden; */
}
.popCont.alarm .popBody .popClose{
    top: 15px;
    right: 15px;
}
/* e : 20221026 알람팝업수정 */
.popCont.alarm .view_area:after {
  content: "";
  display: block;
  clear: both;
}

.popCont.alarm .view_area video {
  width: 100%;
  height: 100%;
}

.popCont.alarm .view_area img {
  width: 100%;
  height: 100%;
}

.popCont.alarm .view_area .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.popCont.alarm .view_area .vdimd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.popCont.alarm .text_area {
  margin-top: 32px;
  line-height: 30px;
  color: #666;
}

/* s : 20221026 알람팝업수정 */
@media all and (max-width: 768px) {
  .popCont.alarm.type1 {
      top:63px;
    padding: 30px 7px 26px 7px;
    max-width: 100%;
    width: 100%;
  }
  .popCont.alarm .popBody .tit{
      font-size: 23px;
      padding: 0 50px 25px 13px  ;
  }
  .popCont.alarm .popBody .popClose{
      width: 25px;
      height: 25px;
      top: 30px;
      right: 25px;
      background-size: contain;
  }
  .popCont.alarm .view_area {
    width: 100%;
    height: auto;
  }

  .popCont.alarm .text_area {
    font-size: 14px;
    line-height: 20px;
  }
}
/* e : 20221026 알람팝업수정 */

/*빠른단지찾기*/
.quick_srch_div {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 25;
}

.quick_srch_div .srch_area {
  position: relative;
  width: 100%;
  background: #fff;
}

.quick_srch_div .srch_area:after {
  content: "";
  display: block;
  clear: both;
}

.quick_srch_div .srch_area .inner {
  padding-bottom: 100px;
  width: 1160px;
  margin: auto;
}

.quick_srch_div .srch_area .inner .select_area {
  position: relative;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 60px;
  border-top: 1px solid #d9d9d9;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.quick_srch_div .srch_area .inner .select_area:after {
  content: "";
  display: block;
  clear: both;
}

.quick_srch_div .srch_area .inner .select_area .tit {
  width: 137px;
  height: 30px;
  float: left;
  padding-top: 3px;
  color: #333;
  font-weight: 400;
}

.quick_srch_div .srch_area .inner .select_area .selected_op {
  width: calc(100% - 137px);
  float: left;
}

.quick_srch_div .srch_area .inner .select_area .selected_op .add_area {
  max-width: calc(100% - 88px);
  float: left;
}

.quick_srch_div .srch_area .inner .select_area .selected_op .add_area p {
  position: relative;
  width: auto;
  display: inline-block;
  height: 30px;
  margin: 0 6px 10px 0;
  padding-right: 30px;
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
}

.quick_srch_div .srch_area .inner .select_area .selected_op .add_area p:after {
  content: "";
  display: block;
  clear: both;
}

.quick_srch_div .srch_area .inner .select_area .selected_op .add_area p span {
  display: inline-block;
  padding: 5px 0 0 10px;
}

.quick_srch_div .srch_area .inner .select_area .selected_op .add_area p .close {
  display: block;
  position: absolute;
  top: 8px;
  left: auto;
  width: 14px;
  right: 8px;
  height: 14px;
  background: url("../images/srch-sel-close.png") 0 0 no-repeat;
}

.quick_srch_div .srch_area .inner .select_area .selected_op .reset {
  display: inline-block;
  width: 82px;
  height: 30px;
  margin: 0 6px 10px 0;
  background: #888;
  text-align: center;
}

.quick_srch_div .srch_area .inner .select_area .selected_op .reset span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 5px 20px 5px 0px;
  background: url("../images/srch-sel-reset.png") right center no-repeat;
}

@media all and (max-width: 768px) {
  .quick_srch_div .srch_area .inner .select_area .selected_op {
    width: 100%;
    float: none;
  }
  .quick_srch_div .srch_area .inner .select_area .selected_op .add_area {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .quick_srch_div .srch_area .inner .select_area .selected_op .reset {
    background: #fff;
  }
  .quick_srch_div .srch_area .inner .select_area .selected_op .reset span {
    color: #333;
    background: url("../images/srch-sel-reset-m.png") right center no-repeat;
    background-size: 15px;
  }
}

.quick_srch_div .srch_area .inner .select_area .detail {
  display: none;
  position: absolute;
  top: 4px;
  left: auto;
  width: auto;
  right: 0;
  font-weight: 700;
  color: #666;
  padding-right: 34px;
}

.quick_srch_div .srch_area .inner .select_area .detail span {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 14px;
  height: 8px;
  background: url("../images/srch-open-arrow.png") 0 0 no-repeat;
}

.quick_srch_div .srch_area .inner .srch_input_area {
  padding: 80px 0 60px;
}

.quick_srch_div .srch_area .inner .srch_input_area .text_srch_div {
  position: relative;
  width: 480px;
  height: 70px;
  margin: 0 auto 60px;
  border-bottom: 4px solid #333;
}

.quick_srch_div .srch_area .inner .srch_input_area .text_srch_div:after {
  content: "";
  display: block;
  clear: both;
}

.quick_srch_div .srch_area .inner .srch_input_area .text_srch_div input {
  margin-top: 7px;
  width: calc(100% - 40px);
  font-size: 24px;
  font-weight: 300;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  padding: 0;
  border: 0;
}

.quick_srch_div .srch_area .inner .srch_input_area .text_srch_div a, .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div .paging span, .paging .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div span {
  display: block;
  position: absolute;
  top: 18px;
  left: auto;
  width: 34px;
  right: 0;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl:after {
  content: "";
  display: block;
  clear: both;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl:last-child {
  margin-bottom: 0;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dt {
  width: 88px;
  float: left;
  padding-top: 10px;
  font-size: 20px;
  color: #333;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd {
  position: relative;
  width: calc(100% - 88px);
  float: right;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span {
  display: table;
  position: relative;
  width: 134px;
  height: 42px;
  float: left;
  background: #fff;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a:after, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span:after, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span:after {
  content: "";
  display: block;
  clear: both;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a span, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span span, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span span {
  display: table-cell;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  z-index: 1;
  text-align: center;
  vertical-align: middle;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a:before, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span:before, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 133px;
  height: 41px;
  border: 1px solid #e1e1e1;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a:after, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span:after, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 134px;
  height: 42px;
  background: #8b2332;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a.on, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span.on, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span.on {
  z-index: 1;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a.on span, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span.on span, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span.on span {
  color: #fff;
}

.quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a.on:after, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span.on:after, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span.on:after {
  display: block;
}

@media all and (max-width: 1280px) {
  .quick_srch_div .srch_area .inner {
    width: 100%;
    padding: 0 5% 100px;
  }
}

@media all and (max-width: 1024px) {
  .quick_srch_div .srch_area .inner .select_area {
    display: none;
  }
  .quick_srch_div .srch_area .inner .srch_input_area {
    padding: 40px 0 30px;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div {
    width: 100%;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dt {
    position: relative;
    width: 100%;
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dt:after {
    content: "";
    display: block;
    clear: both;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dt:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    width: 14px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    height: 14px;
    background: url(../images/m-q-srch-openbt.png) no-repeat center center;
    background-size: 14px auto;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    width: 14px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    height: 14px;
    background: url(../images/m-q-srch-closebt.png) no-repeat 0 0;
    background-size: 14px auto;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dt.on::before {
    opacity: 0;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dt.on:after {
    opacity: 1;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd {
    display: none;
    width: 100%;
    float: none;
    padding-left: 1px;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl:last-child {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .quick_srch_div .srch_area .inner > .xbt {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div {
    height: 55px;
    margin: 0 auto 50px;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div input {
    font-size: 18px;
    width: 90%;
    margin-top: 0;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div a, .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div .paging span, .paging .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div span {
    top: 15px;
    width: 17px;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div a img, .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div .paging span img, .paging .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div span img {
    width: 100%;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dt {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span {
    width: 50%;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a::before, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span::before, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0px;
    left: -1px;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd a::after, .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd .paging span::after, .paging .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl dd span::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -1px;
    left: -1px;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
  }
  .quick_srch_div .srch_area .inner .srch_input_area .sel_srch_div dl:last-child {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .quick_srch_div .srch_area .inner .motionBt1 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.quick_srch_div .bts_m {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 50px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.quick_srch_div .bts_m:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 2px;
  height: 20px;
  background: #eee;
}

.quick_srch_div .bts_m a, .quick_srch_div .bts_m .paging span, .paging .quick_srch_div .bts_m span {
  display: block;
  width: 50%;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 49px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

@media all and (max-width: 1024px) {
  .quick_srch_div .bts_m {
    display: block;
    position: relative;
  }
}

.quick_srch_div .list_type2 {
  width: 100%;
  background: #f6f6f6;
  padding-top: 100px;
}

.quick_srch_div .list_type2 .list_area {
  width: 1160px;
  margin: auto;
}

@media all and (max-width: 1280px) {
  .quick_srch_div .list_type2 {
    width: 100%;
    padding: 100px 5% 200px;
  }
  .quick_srch_div .list_type2 .list_area {
    width: 100%;
  }
}

.quick_srch_div .xbt {
  display: block;
  position: absolute;
  top: 60px;
  left: auto;
  width: auto;
  right: 80px;
}

@media all and (max-width: 1024px) {
  .quick_srch_div {
    position: fixed;
    height: 100%;
  }
  .quick_srch_div.result {
    margin-top: 0;
  }
  .quick_srch_div .srch_area {
    height: calc(100% - 50px);
    overflow-y: scroll;
    background: #f6f6f6;
  }
  .quick_srch_div .srch_area .inner .srch_input_area .text_srch_div input {
    background: #f6f6f6;
  }
  .quick_srch_div .xbt {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .quick_srch_div .list_type2 .list_area {
    margin-bottom: 20px;
  }
}

#subCon .quick_srch_div {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  overflow-y: visible;
}

#subCon .quick_srch_div .srch_area {
  height: auto;
  overflow-y: visible;
}

#subCon .quick_srch_div .inner .select_area {
  display: block;
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
  border-top: 0px;
}

#subCon .quick_srch_div .inner .srch_input_area {
  padding: 70px 0 0px;
}

#subCon .quick_srch_div .inner .srch_input_area .sel_srch_div {
  margin-bottom: 40px;
}

@media all and (max-width: 1024px) {
  #subCon .quick_srch_div .inner {
    padding: 0 5%;
  }
  #subCon .quick_srch_div .inner .select_area {
    display: none;
    border-bottom: 0px;
    padding-bottom: 0;
  }
  #subCon .quick_srch_div .inner .srch_input_area {
    display: none;
  }
  #subCon .quick_srch_div .inner .ta_c {
    display: none;
  }
}

@media all and (max-width: 768px) {
  #subCon .quick_srch_div .inner .tit {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #subCon .quick_srch_div .inner .reset {
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
    right: 0;
  }
}

@media all and (max-width: 1024px) {
  #subCon .quick_srch_div .list_type2 {
    background: #fff;
  }
}

@media all and (max-width: 768px) {
  #subCon .quick_srch_div.result {
    margin-top: 0;
  }
  #subCon .quick_srch_div .list_type2 {
    padding: 50px 5% 100px;
  }
}

/*my castle*/
.mycastle_div {
  position: fixed;
  top: 0;
  right: -540px;
  width: 540px;
  height: 100vh;
  padding: 60px 0 60px 60px;
  background: #555555;
  z-index: 25;
  color: #fff;
}

.mycastle_div.type1 li.mycastle2 {
  padding-bottom: 0;
  margin-bottom: 25px;
}

.mycastle_div.type1 li.mycastle2::after {
  display: none;
}

.mycastle_div.type1 .mycastle_op2, .mycastle_div.type1 .mycastle_op3, .mycastle_div.type1 .before_login {
  display: none;
}

.mycastle_div.type2 li.mycastle2 {
  padding-bottom: 0;
  margin-bottom: 25px;
}

.mycastle_div.type2 li.mycastle2::after {
  display: none;
}

.mycastle_div.type2 .mycastle_op1, .mycastle_div.type2 .mycastle_op3, .mycastle_div.type2 .before_login {
  display: none;
}

.mycastle_div.type3 li.mycastle1 {
  padding-bottom: 0;
  margin-bottom: 25px;
}

.mycastle_div.type3 li.mycastle1::after {
  display: none;
}

.mycastle_div.type3 .mycastle_op1, .mycastle_div.type3 .mycastle_op2, .mycastle_div.type3 .before_login {
  display: none;
}

.mycastle_div.type3 .greeting {
  display: none;
}

.mycastle_div.type3 li.mycastle2 > .tit {
  display: none;
}

.mycastle_div.type3 .mycastle_op3 .greeting {
  display: block;
  margin-top: 0;
}

.mycastle_div.type4 .top_area .bts {
  display: none;
}

.mycastle_div.type4 .greeting {
  display: none;
}

.mycastle_div.type4 .customScroll {
  display: none;
}

.mycastle_div.type4 .before_login p {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 74px;
}

.mycastle_div.type4 .before_login .bts a.motionBt1, .mycastle_div.type4 .before_login .bts .paging span.motionBt1, .paging .mycastle_div.type4 .before_login .bts span.motionBt1 {
  width: 200px;
  color: #fff;
}

.mycastle_div.type4 .before_login .bts a.motionBt1 span:nth-child(3), .mycastle_div.type4 .before_login .bts .paging span.motionBt1 span:nth-child(3), .paging .mycastle_div.type4 .before_login .bts span.motionBt1 span:nth-child(3) {
  border: 1px solid #fff;
}

.mycastle_div .top_area {
  position: relative;
  width: 355px;
  height: 27px;
  margin-bottom: 54px;
}

.mycastle_div .top_area:after {
  content: "";
  display: block;
  clear: both;
}

.mycastle_div .top_area .tit {
  font-size: 14px;
  font-weight: 600;
  padding-top: 6px;
  letter-spacing: 1px;
}

.mycastle_div .top_area .bts {
  position: absolute;
  top: 0;
  left: auto;
  width: auto;
  right: 0;
  height: 27px;
}

.mycastle_div .top_area .bts a, .mycastle_div .top_area .bts .paging span, .paging .mycastle_div .top_area .bts span {
  display: inline-block;
  height: 27px;
  padding: 0 15px;
  margin-left: 6px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  vertical-align: top;
}

.mycastle_div .top_area .bts a.engNum, .mycastle_div .top_area .bts .paging span.engNum, .paging .mycastle_div .top_area .bts span.engNum {
  letter-spacing: 1px;
}

.mycastle_div .top_area .bts a:hover, .mycastle_div .top_area .bts .paging span:hover, .paging .mycastle_div .top_area .bts span:hover {
  background: #fff;
  color: #8b2332;
}

.mycastle_div .greeting {
  font-size: 38px;
}

.mycastle_div .customScroll {
  height: calc(100vh - 140px);
}

.mycastle_div .customScroll .mCSB_scrollTools {
  right: 10px;
}

.mycastle_div .customScroll .mCSB_scrollTools .mCSB_draggerRail {
  background: #555 !important;
}

.mycastle_div ul {
  margin-top: 33px;
}

.mycastle_div ul li {
  margin-bottom: 25px;
}

.mycastle_div ul li a, .mycastle_div ul li .paging span, .paging .mycastle_div ul li span {
  display: inline-block;
  position: relative;
  width: auto;
  padding-right: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.mycastle_div ul li a:after, .mycastle_div ul li .paging span:after, .paging .mycastle_div ul li span:after {
  content: "";
  display: block;
  clear: both;
}

.mycastle_div ul li a .new, .mycastle_div ul li .paging span .new, .paging .mycastle_div ul li span .new {
  display: block;
  position: absolute;
  top: 3px;
  left: auto;
  width: 5px;
  right: 0;
  height: 5px;
  border-radius: 50%;
  background: #fa6d81;
}

.mycastle_div ul li.mycastle1 {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.mycastle_div ul li.mycastle1:after {
  content: "";
  display: block;
  clear: both;
}

.mycastle_div ul li.mycastle1:after {
  position: absolute;
  top: auto;
  left: 0;
  width: 420px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.mycastle_div ul li.mycastle1 .tit {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.mycastle_div ul li.mycastle1 .mycastle_op1 {
  margin-top: 22px;
}

.mycastle_div ul li.mycastle1 .mycastle_op1 .no_data {
  font-size: 16px;
  line-height: 1.7;
}

.mycastle_div ul li.mycastle1 .mycastle_op1 .my_regi_bt {
  padding: 0;
  margin: 15px 0 0;
  width: 162px;
  height: 40px;
  font-size: 16px;
  text-align: center;
}

.mycastle_div ul li.mycastle1 .mycastle_op1 .my_regi_bt span {
  line-height: 40px;
}

.mycastle_div ul li.mycastle1 .mycastle_op1 .my_regi_bt span:nth-child(2) {
  color: #8b2332;
}

.mycastle_div ul li.mycastle1 .mycastle_op1 .my_regi_bt span:nth-child(4) {
  background: #fff;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 {
  margin-top: 30px;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper {
  height: 395px;
  padding-right: 60px;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide {
  width: 358px;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide:last-child {
  width: 82px;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .txt {
  margin-bottom: 18px;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .txt span {
  display: inline-block;
  width: 58px;
  height: 24px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 22px;
  margin-right: 1px;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .tit {
  font-size: 18px;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .img {
  width: 358px;
  height: 200px;
  margin-top: 20px;
  overflow: hidden;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .img img {
  width: 358px;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts {
  margin-top: 15px;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts a, .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts .paging span, .paging .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts span {
  display: inline-block;
  position: relative;
  width: auto;
  padding-right: 21px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 400;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts a:after, .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts .paging span:after, .paging .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts span:after {
  content: "";
  display: block;
  clear: both;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts a::after, .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts .paging span::after, .paging .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  width: 1px;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts a:last-child, .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts .paging span:last-child, .paging .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts a:last-child::after, .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts .paging span:last-child::after, .paging .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts span:last-child::after {
  display: none;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-button-next {
  width: 20px;
  height: 38px;
  background: url(../images/mycastle-rightbt.png) no-repeat 0 0;
  top: auto;
  bottom: 0px;
  right: 60px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-button-prev {
  width: 20px;
  height: 38px;
  background: url(../images/mycastle-leftbt.png) no-repeat 0 0;
  top: auto;
  bottom: 0px;
  left: auto;
  right: 120px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.mycastle_div ul li.mycastle1 .mycastle_op2 .more {
  position: absolute;
  top: auto;
  left: 0;
  width: auto;
  bottom: 0px;
}

.mycastle_div ul li.mycastle2 {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.mycastle_div ul li.mycastle2:after {
  content: "";
  display: block;
  clear: both;
}

.mycastle_div ul li.mycastle2:after {
  position: absolute;
  top: auto;
  left: 0;
  width: 420px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.mycastle_div ul li.mycastle2 .mycastle_op3 {
  width: 420px;
}

.mycastle_div ul li.mycastle2 .mycastle_op3.only .greeting select {
  display: none;
}

.mycastle_div ul li.mycastle2 .mycastle_op3.multi .greeting .one {
  display: none;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .greeting select {
  width: 420px;
  height: 40px;
  color: #fff;
  background: url(../images/mycastle-select-arrow.png) no-repeat right center #555;
  border: none;
  border-bottom: 1px solid #fff;
  margin-left: 0;
  padding: 0 0 8px;
  font-size: 24px;
  font-weight: 300;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .payment, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 34px;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .payment:after, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress:after {
  content: "";
  display: block;
  clear: both;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .payment .tit, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .tit {
  padding-top: 4px;
  font-size: 20px;
  font-weight: 500;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .payment .money, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .money {
  position: absolute;
  top: 0;
  left: auto;
  width: auto;
  right: 0;
  font-size: 18px;
  font-weight: 400;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .payment .money span, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .money span {
  font-size: 28px;
  font-weight: 600;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .payment .round, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .round {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.6;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .percent {
  position: absolute;
  top: 0;
  left: auto;
  width: auto;
  right: 0;
  font-size: 14px;
  font-weight: 400;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .percent span {
  display: inline-block;
  margin-left: 4px;
  font-size: 28px;
  font-weight: 600;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .gage {
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(148, 148, 148, 0.5);
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .gage:after {
  content: "";
  display: block;
  clear: both;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .gage span {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  display: block;
  height: 6px;
  background: #fff;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .swiper-container {
  width: 420px;
  height: 200px;
  overflow: hidden;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .swiper-container .swiper-button-prev {
  top: auto;
  left: auto;
  right: 40px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url("../images/cs-arrow-prev.png") no-repeat 0 0/40px 40px;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .swiper-container .swiper-button-next {
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url("../images/cs-arrow-next.png") no-repeat 0 0/40px 40px;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .swiper-container img {
  width: 100%;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .txt_pack {
  position: relative;
  width: 100%;
  margin-top: 28px;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .txt_pack:after {
  content: "";
  display: block;
  clear: both;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .txt_pack span {
  display: block;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .txt_pack .date {
  font-size: 18px;
  font-weight: 700;
}

.mycastle_div ul li.mycastle2 .mycastle_op3 .construct .txt_pack .txt {
  overflow: hidden;
  margin: 16px 0 20px;
  height: 46px;
  font-size: 14px;
  line-height: 1.7;
}

.mycastle_div ul li .more {
  position: relative;
  padding: 0 0 4px 0;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
}

.mycastle_div ul li .more span {
  padding-right: 20px;
  background: url(../images/icon-mycastle-more.png) no-repeat center right;
}

.mycastle_div ul li .more:hover:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.mycastle_div .xbt {
  display: block;
  position: absolute;
  top: 40px;
  left: auto;
  width: auto;
  right: 40px;
}

@media all and (max-width: 981px) {
  .mycastle_div {
    overflow-y: auto;
    padding: 40px 0 40px 40px;
    width: 490px;
  }
  .mycastle_div .top_area .bts {
    right: 20px;
  }
  .mycastle_div.type4 .before_login p {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 50px;
  }
  .mycastle_div.type4 .before_login .bts a.motionBt1, .mycastle_div.type4 .before_login .bts .paging span.motionBt1, .paging .mycastle_div.type4 .before_login .bts span.motionBt1 {
    width: auto;
  }
  .mycastle_div .greeting {
    font-size: 28px;
  }
  .mycastle_div ul li a, .mycastle_div ul li .paging span, .paging .mycastle_div ul li span {
    font-size: 17px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op1 .no_data {
    font-size: 15px;
    line-height: 21px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .greeting select {
    padding: 0 0 2px;
    height: 32px;
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .mycastle_div {
    padding: 25px 5% 0;
    width: 420px;
    height: 100%;
  }
  .mycastle_div.type1 li.mycastle2 {
    margin-bottom: 14px;
  }
  .mycastle_div.type2 {
    padding: 25px 0 0 5%;
  }
  .mycastle_div.type2 li.mycastle2 {
    margin-bottom: 14px;
  }
  .mycastle_div.type2 ul li.mycastle1:after {
    margin-right: 5%;
    width: 95%;
  }
  .mycastle_div.type3 li.mycastle1 {
    margin-bottom: 14px;
  }
  .mycastle_div.type4 .before_login p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 37px;
  }
  .mycastle_div.type4 .before_login .bts a.motionBt1, .mycastle_div.type4 .before_login .bts .paging span.motionBt1, .paging .mycastle_div.type4 .before_login .bts span.motionBt1 {
    width: auto;
  }
  .mycastle_div .top_area {
    position: static;
    margin-bottom: 37px;
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    height: auto;
  }
  .mycastle_div .top_area .tit {
    padding-top: 0px;
    font-size: 12px;
    line-height: 1;
  }
  .mycastle_div .top_area .bts {
    overflow: hidden;
    position: fixed;
    top: auto;
    bottom: 0px;
    right: -540px;
    width: 420px;
    height: 40px;
    background: #fff;
    z-index: 2;
  }
  .mycastle_div .top_area .bts a, .mycastle_div .top_area .bts .paging span, .paging .mycastle_div .top_area .bts span {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    width: 50%;
    height: 40px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    border: none;
  }
  .mycastle_div .top_area .bts a:first-child:after, .mycastle_div .top_area .bts .paging span:first-child:after, .paging .mycastle_div .top_area .bts span:first-child:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #ddd;
  }
  .mycastle_div .xbt {
    top: 21px;
    right: 5%;
    width: 18px;
  }
  .mycastle_div .xbt img {
    width: 100%;
  }
  .mycastle_div .greeting {
    font-size: 24px;
    line-height: 30px;
  }
  .mycastle_div ul {
    margin: 20px 0 55px;
  }
  .mycastle_div ul li {
    margin-bottom: 14px;
  }
  .mycastle_div ul li a, .mycastle_div ul li .paging span, .paging .mycastle_div ul li span {
    font-size: 15px;
  }
  .mycastle_div ul li.mycastle1 {
    margin-bottom: 14px;
    padding-bottom: 18px;
  }
  .mycastle_div ul li.mycastle1:after {
    width: 100%;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op1 {
    margin-top: 13px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op1 .no_data {
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op1 .my_regi_bt {
    width: 138px;
    height: 32px;
    font-size: 13px;
    border: 1px solid #fff;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op1 .my_regi_bt span {
    border: 0;
    line-height: 30px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 {
    margin-top: 17px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper {
    height: 325px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide {
    width: 308px;
    height: auto;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .txt {
    margin-bottom: 13px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .txt span {
    width: 53px;
    height: 25px;
    font-size: 12px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .tit {
    font-size: 14px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .img {
    margin-top: 15px;
    width: 308px;
    height: auto;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .img img {
    width: 308px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts {
    margin-top: 7px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts a, .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts .paging span, .paging .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts span {
    font-size: 13px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts a:after, .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts .paging span:after, .paging .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .bts span:after {
    height: 12px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-button-next {
    width: 15px;
    height: 27px;
    right: 5%;
    background: url("../images/m-mycastle-rightbt.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-button-prev {
    width: 15px;
    height: 27px;
    right: 65px;
    background: url("../images/m-mycastle-leftbt.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .mycastle_div ul li.mycastle2 {
    margin-bottom: 12px;
    padding-bottom: 18px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 {
    width: 100%;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .greeting select {
    padding: 0;
    width: 100%;
    height: 25px;
    font-size: 15px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .payment, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress {
    margin-top: 28px;
    height: 44px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .payment .tit, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .tit {
    padding-top: 0;
    font-size: 15px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .payment .money, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .money {
    font-size: 14px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .payment .money span, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .money span {
    font-size: 19px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .payment .round, .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .round {
    font-size: 12px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct {
    margin-top: 20px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .percent {
    font-size: 12px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .progress .percent span {
    font-size: 19px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .gage {
    height: 3px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .gage span {
    height: 3px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .swiper-container {
    width: 100%;
    height: auto;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .swiper-container img {
    height: 100%;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .txt_pack .date {
    font-size: 14px;
  }
  .mycastle_div ul li.mycastle2 .mycastle_op3 .construct .txt_pack .txt {
    margin: 12px 0 16px;
    height: 34px;
    font-size: 12px;
    line-height: 17px;
  }
  .mycastle_div ul li.mycastle2:after {
    width: 343px;
  }
  .mycastle_div ul li .more span {
    padding-right: 12px;
    font-size: 12px;
    background: url("../images/m-icon-mycastle-more.png") no-repeat top 6px right;
    background-size: 7px 7px;
  }
  /* 20220125 추가 */
  .mycastle_div .customScroll {
    height: auto;
  }
}

@media all and (max-width: 500px) {
  .mycastle_div {
    width: 100%;
  }
  .mycastle_div .top_area .bts {
    width: 100%;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide {
    width: 240px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .img {
    width: 240px;
  }
  .mycastle_div ul li.mycastle1 .mycastle_op2 .swiper-wrapper .swiper-slide .img img {
    width: 240px;
  }
  .mycastle_div ul li.mycastle2:after {
    width: 100%;
  }
}

/* 서브가이드 */
#subBody .subTop .inner {
  width: 1160px;
  margin: auto;
  padding: 224px 0 120px;
}

#subBody .subTop.srch {
  padding-bottom: 110px;
}

#subBody .subTop.white_type h2 {
  color: #fff;
}

#subBody .subTop.white_type .path {
  color: #fff;
}

#subBody .subTop h2 {
    font-weight: 300;
    font-size: 90px;
    color: #333;
    margin-left: -2px;
    letter-spacing: -6px;
    word-break:keep-all;
    word-wrap:break-word;
}

.privacy_policy .txt_area .tit{
    word-break:keep-all;
    word-wrap:break-word;
}

#subBody .subTop .path {
  margin-top: 28px;
  font-size: 14px;
  color: #888;
}

#subBody .subTop .path span {
  display: inline-block;
  padding-right: 20px;
  margin-right: 8px;
  font-weight: 400;
  background: url("../images/path-line.gif") no-repeat center right;
}

#subBody .subTop .path span:last-child {
  padding-right: 0px;
  margin-right: 0px;
  background: none;
}

@media all and (max-width: 1280px) {
  #subBody .subTop .inner {
    padding: 302px 5% 180px;
    width: 100%;
  }
  #subBody .subTop h2 {
    font-size: 80px;
  }
}

@media all and (max-width: 981px) {
  #subBody .subTop h2 {
    font-size: 60px;
  }
}

@media all and (max-width: 768px) {
  #subBody .subTop .inner {
    padding: 120px 5% 50px;
  }
  #subBody .subTop h2 {
    font-size: 36px;
    letter-spacing: -2px;
  }
  #subBody .subTop .path {
    margin-top: 18px;
    font-size: 11px;
  }
}

#subCon {
  width: 100%;
}

/* 영문 숫자일때 폰트 변화 */
.engNum {
  font-family: "Manrope", "Malgun Gothic", "sans-serif";
  letter-spacing: 0;
}

/* tab type */
.tab_type1 {
  width: 1160px;
  margin: auto;
  height: 54px;
  margin-bottom: 80px;
  background: url("../images/tabstyle1-line.gif") repeat-x 0 bottom;
}

.tab_type1 .swiper-container:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 4;
  width: 40px;
  height: 1px;
}

.tab_type1 .swiper-container.isEnd:after {
  display: block;
  opacity: .8;
  right: auto;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.tab_type1 .swiper-container.isBeginning:after {
  display: block;
  opacity: .8;
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.tab_type1 a.swiper-slide, .tab_type1 .paging span.swiper-slide, .paging .tab_type1 span.swiper-slide {
  width: auto;
  padding-bottom: 17px;
  font-size: 30px;
  font-weight: 400;
  color: #aaa;
}

.tab_type1 a.on.swiper-slide, .tab_type1 .paging span.on.swiper-slide, .paging .tab_type1 span.on.swiper-slide {
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #333;
}

.tab_type1 .inner.fixed {
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 5% 0;
  background: url("../images/tabstyle1-line.gif") repeat-x 0 bottom #fff;
  z-index: 15;
}

.tab_type1 .inner.fixed .swiper-container {
  width: 1160px;
  margin: auto;
}

@media all and (max-width: 1280px) {
  .tab_type1 {
    width: 90%;
  }
  .tab_type1 .inner {
    width: 100%;
  }
}

@media all and (max-width: 981px) {
  .tab_type1 {
    height: 41px;
    margin-bottom: 65px;
    background: url("../images/tabstyle1-line.gif") repeat-x 0 bottom;
  }
  .tab_type1 a.swiper-slide, .tab_type1 .paging span.swiper-slide, .paging .tab_type1 span.swiper-slide {
    padding-bottom: 10px;
    font-size: 25px;
  }
  .tab_type1 .inner.fixed {
    width: 100%;
    top: 0;
    left: 0;
    padding: 17px 5% 0;
  }
}

@media all and (max-width: 768px) {
  .tab_type1 {
    margin-bottom: 40px;
    height: 38px;
  }
  .tab_type1 a.swiper-slide, .tab_type1 .paging span.swiper-slide, .paging .tab_type1 span.swiper-slide {
    padding-bottom: 13px;
    font-size: 20px;
  }
}

@media all and (max-width: 500px) {
  .tab_type1 {
    margin-bottom: 30px;
    height: 30px;
  }
  .tab_type1 a.swiper-slide, .tab_type1 .paging span.swiper-slide, .paging .tab_type1 span.swiper-slide {
    padding-bottom: 10px;
    font-size: 16px;
  }
}

.tab_type2.swiper-container {
  width: 1160px;
  margin: auto;
  margin-bottom: 40px;
  padding: 20px 40px;
  background: #f6f6f6;
}

.tab_type2.swiper-container:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 4;
  width: 40px;
  height: 100%;
}

.tab_type2.swiper-container.isEnd:after {
  display: block;
  opacity: 1;
  right: auto;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
  background: linear-gradient(to left, rgba(246, 246, 246, 0), #f6f6f6);
}

.tab_type2.swiper-container.isBeginning:after {
  display: block;
  opacity: 1;
  left: auto;
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
  background: linear-gradient(to right, rgba(246, 246, 246, 0), #f6f6f6);
}

.tab_type2.swiper-container a.swiper-slide, .tab_type2.swiper-container .paging span.swiper-slide, .paging .tab_type2.swiper-container span.swiper-slide {
  width: auto;
  font-size: 18px;
  font-weight: 300;
  color: #888;
}

.tab_type2.swiper-container a.on.swiper-slide, .tab_type2.swiper-container .paging span.on.swiper-slide, .paging .tab_type2.swiper-container span.on.swiper-slide {
  font-weight: 700;
  color: #000;
}

@media all and (max-width: 1280px) {
  .tab_type2.swiper-container {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .tab_type2.swiper-container {
    padding: 13px 25px;
  }
  .tab_type2.swiper-container a.swiper-slide, .tab_type2.swiper-container .paging span.swiper-slide, .paging .tab_type2.swiper-container span.swiper-slide {
    font-size: 14px;
  }
}

/* paging */
.paging {
  width: 100%;
  text-align: center;
  font-weight: 400;
}

.paging a, .paging span {
  display: inline-block;
  padding: 4px 12px 0 13px;
  font-size: 16px;
  color: #aaa;
  vertical-align: middle;
}

.paging a img, .paging span img {
  vertical-align: middle;
}

.paging a.prv, .paging span.prv {
  padding-top: 0;
  margin-right: 52px;
}

.paging a.nxt, .paging span.nxt {
  padding-top: 0;
  margin-left: 53px;
}

.paging a.fir, .paging span.fir {
  padding-top: 0;
}

.paging a.end, .paging span.end {
  padding-top: 0;
}

.paging span {
  color: #333;
}

/* 버튼 */
.motionBt1 {
  position: relative;
  display: inline-block;
  height: 60px;
  padding: 0 60px;
  margin: 0 8px;
  font-size: 22px;
  overflow: hidden;
  color: #333;
  text-align: center;
}

.motionBt1.time {
  font-size: 18px;
  color: #333;
  min-width: 162px;
  height: 55px;
  margin: 0 4px;
  border: solid 1px #ddd;
  padding: 0 57px;
}

.motionBt1.time span {
  line-height: 55px;
}

.motionBt1.time span:nth-child(2) {
  color: #8b2332;
}

.motionBt1.time span:nth-child(3) {
  border: none;
}

.motionBt1.time span:nth-child(4) {
  background-color: #fff !important;
}

.motionBt1.time.on span {
  color: #fff;
}

.motionBt1.time.on span {
  background-color: #8b2332;
}

.motionBt1.date {
  margin: 0;
  padding: 0;
  font-size: 18px;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 54px;
  color: #666;
}

.motionBt1.date span {
  line-height: 55px;
}

.motionBt1.date span:nth-child(2) {
  color: #8b2332;
}

.motionBt1.date span:nth-child(3) {
  border: none;
}

.motionBt1.date span:nth-child(4) {
  background-color: #fff !important;
}

.motionBt1.date.on span {
  color: #fff;
}

.motionBt1.date.on span {
  background-color: #8b2332;
}

.motionBt1.white_txt span:nth-child(3) {
  border: 1px solid #fff;
}

.motionBt1 span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
}

.motionBt1 span em{
	font-size: 15px;
    color:  #aaa;	
}

.motionBt1 span:nth-child(1), .motionBt1 #footer .family > a span:nth-child(2), #footer .family > a .motionBt1 span:nth-child(2), .motionBt1 #footer .paging .family > span span:nth-child(2), #footer .paging .family > span .motionBt1 span:nth-child(2), .motionBt1 .paging #footer .family > span span:nth-child(2), .paging #footer .family > span .motionBt1 span:nth-child(2) {
  position: relative;
  z-index: 1;
}

.motionBt1 span:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  z-index: 1;
  top: 15px;
  opacity: 0;
}

.motionBt1 span:nth-child(3) {
  border: 1px solid #888;
}

.motionBt1 span:nth-child(4) {
  background-color: #8b2332;
  top: 60px;
}

.motionBt1.sub span:nth-child(4) {
  background-color: #888 !important;
  top: 60px;
}

.motionBt1.type2 {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  margin: 0;
}

.motionBt1.type2 span {
  line-height: 40px;
}

.motionBt1.type3 {
  height: 45px;
  padding: 0 20px;
  font-size: 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.motionBt1.type3 span {
  line-height: 45px;
}

.motionBt1.b2 {
  min-width: 130px;
  height: 45px;
  padding: 0 20px;
  font-size: 16px;
}

.motionBt1.b2 span {
  line-height: 45px;
}

.motionBt1.b3 {
  min-width: 130px;
  height: 45px;
  padding: 0 26px;
  font-size: 16px;
}

.motionBt1.b3 span {
  line-height: 45px;
}

@media all and (max-width: 1280px) {
  .motionBt1.time {
    width: calc((100% - 40px) / 4);
    width: -webkit-calc((100% - 40px) / 4);
    min-width: auto;
  }
}

@media all and (max-width: 981px) {
  .motionBt1.date span {
    line-height: 45px;
  }
  .motionBt1.time {
    margin: 0 6px;
    width: calc((100% - 42px) / 3);
    width: -webkit-calc((100% - 42px) / 3);
  }
}

@media all and (max-width: 768px) {
  .motionBt1 {
    padding: 0 40px;
    height: 48px;
    font-size: 16px;
  }
  .motionBt1 span {
    line-height: 48px;
  }
  .motionBt1.type3 {
    height: 38px;
    font-size: 13px;
  }
  .motionBt1.type3 span {
    line-height: 38px;
  }
  .motionBt1.time {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .motionBt1.time span {
    line-height: 40px;
  }
}

@media all and (max-width: 500px) {
  .motionBt1.date span {
    line-height: 35px;
  }
  .motionBt1.time {
    padding: 0 20px;
    width: calc((100% - 24px) / 2);
    width: -webkit-calc((100% - 24px) / 2);
  }
}

/* sns 공유하기 */
.sns_share {
  position: absolute;
  top: 0;
  left: auto;
  width: auto;
  right: 80px;
}

.sns_share .open {
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 29px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: url("../images/sns-sharebt.png") no-repeat 0 center;
}

.sns_share .sns_pack {
  display: none;
  position: relative;
  width: 170px;
  position: absolute;
  top: 2px;
  left: auto;
  width: 170px;
  right: -15px;
  opacity: 0;
}

.sns_share .sns_pack:after {
  content: "";
  display: block;
  clear: both;
}

.sns_share .sns_pack a, .sns_share .sns_pack .paging span, .paging .sns_share .sns_pack span {
  display: block;
  width: 22px;
  height: 21px;
  float: left;
  margin-left: 20px;
}

.sns_share .sns_pack a.link, .sns_share .sns_pack .paging span.link, .paging .sns_share .sns_pack span.link {
  background: url("../images/sns-url.png") no-repeat 0 0;
}

.sns_share .sns_pack a.kakao, .sns_share .sns_pack .paging span.kakao, .paging .sns_share .sns_pack span.kakao {
  background: url("../images/sns-kakao.png") no-repeat 0 0;
}

.sns_share .sns_pack a.face, .sns_share .sns_pack .paging span.face, .paging .sns_share .sns_pack span.face {
  background: url("../images/sns-face.png") no-repeat 0 0;
}

.sns_share .sns_pack a.xbt, .sns_share .sns_pack .paging span.xbt, .paging .sns_share .sns_pack span.xbt {
  position: absolute;
  top: 50%;
  left: auto;
  width: auto;
  width: 8px;
  height: 9px;
  background: url("../images/sns-xbt.png") no-repeat 0 0;
  float: none;
  margin: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* 토글스위치 */
.toggleSwitch {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  width: auto;
  padding-left: 50px;
  height: 24px;
  vertical-align: top;
}

.toggleSwitch:after {
  content: "";
  display: block;
  clear: both;
}

.toggleSwitch input {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 24px;
  opacity: 0;
  z-index: 1;
}

.toggleSwitch::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 24px;
  background: #ddd;
  border-radius: 12px;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.toggleSwitch label {
  margin-left: 10px;
  line-height: 24px;
}

.toggleSwitch span {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 12px;
  -webkit-transition: left .5s;
  transition: left .5s;
}

.toggleSwitch.click::before {
  background: #8b2332;
}

.toggleSwitch.click span {
  left: 29px;
}

.toggleSwitch.type2 {
  padding-left: 0;
  margin-right: 0;
}

.toggleSwitch.type2 input {
  left: auto;
  right: 100px;
}

.toggleSwitch.type2 label {
  left: auto;
  right: 100px;
  margin-left: 65px;
}

.toggleSwitch.type2 span {
  left: auto;
  right: 128px;
  -webkit-transition: right .5s;
  transition: right .5s;
}

.toggleSwitch.type2::before {
  left: auto;
  right: 100px;
}

.toggleSwitch.type2.click span {
  right: 105px;
}

@media all and (max-width: 768px) {
  .toggleSwitch {
    margin: 10px 15px 0 0;
    padding-left: 30px;
    height: 20px;
  }
  .toggleSwitch input {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 20px;
  }
  .toggleSwitch::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 20px;
    border-radius: 11px;
  }
  .toggleSwitch label {
    margin-left: 22px;
    line-height: 20px;
    font-size: 13px;
    vertical-align: top;
  }
  .toggleSwitch span {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
  }
  .toggleSwitch.click span {
    left: 24px;
  }
  .toggleSwitch.type2 input {
    left: auto;
    right: 100px;
  }
  .toggleSwitch.type2 label {
    left: auto;
    right: 100px;
    margin-left: 65px;
  }
  .toggleSwitch.type2 span {
    left: auto;
    right: 128px;
    -webkit-transition: right .5s;
    transition: right .5s;
  }
  .toggleSwitch.type2::before {
    left: auto;
    right: 100px;
  }
  .toggleSwitch.type2.click span {
    right: 105px;
  }
}

/* 링크 */
.link {
  color: #333;
}

.link a, .link .paging span, .paging .link span {
  color: #333;
}

.link a:hover, .link .paging span:hover, .paging .link span:hover {
  color: #8b2332;
  border-bottom: 1px solid #8b2332;
}

/* 푸터 */
#footer {
  position: relative;
  width: 100%;
  height: 310px !important;
  background: #3a3a3a;
  z-index: 6;
}

#footer:after {
  content: "";
  display: block;
  clear: both;
}

#footer .fp-tableCell {
  height: 310px !important;
}

#footer h2 {
  position: absolute;
  top: 80px;
  left: 80px;
  width: auto;
}

#footer .bts {
  position: absolute;
  top: 87px;
  left: auto;
  width: auto;
  right: 340px;
}

#footer .bts a, #footer .bts .paging span, .paging #footer .bts span {
  font-size: 16px;
  color: #fff;
}

#footer .bts a:last-child, #footer .bts .paging span:last-child, .paging #footer .bts span:last-child {
  padding-left: 17px;
  margin-left: 16px;
  opacity: 0.6;
  background: url("../images/footer-bar.png") no-repeat 0 5px;
}

#footer .bts a:last-child span, #footer .bts .paging span:last-child span, .paging #footer .bts span:last-child span {
  font-weight: 400;
}
/* 20230607 대곡 추가 */
#footer .DaegokTxt{position:absolute;top:121px;left:auto;width:auto;right:340px;font-size:0;}
#footer .DaegokTxt span:first-child{padding-left:0;margin-left:0;background:none;}
#footer .DaegokTxt span{
    padding-left:17px;
    margin-left:16px;
    font-size:17px;color:#b6b6b6;
    background:url(../images/footer-bar.png) no-repeat 0 5px;
}
@media (max-width: 1280px){
    #footer .DaegokTxt{right:300px;}
}
@media (max-width: 1024px){
    #footer .DaegokTxt{top:100px;right:220px;}
    #footer .DaegokTxt span{font-size:14px;}
}

@media (max-width: 768px){
    #footer .DaegokTxt{position: relative;top: 0;left: 0;right: 0;margin-top: 15px;}
    #footer .DaegokTxt span{font-size:13px;}
}
@media (max-width: 500px){
    #footer .DaegokTxt{margin-top:20px;position:relative;top:inherit;right:inherit;}
    #footer .DaegokTxt span{display:block;padding-left:0;margin-left:0;font-size:13px;line-height:22px;background:none;}
}
/*  // 20230607 대곡 추가 */
#footer .family {
  position: absolute;
  top: 80px;
  left: auto;
  width: auto;
  right: 80px;
  width: 180px;
}

#footer .family > a, #footer .paging .family > span, .paging #footer .family > span {
  display: block;
  width: 180px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: #3a3a3a;
}

#footer .family > a span:nth-child(1), #footer .paging .family > span span:nth-child(1), .paging #footer .family > span span:nth-child(1), #footer .family > a span:nth-child(2), #footer .paging .family > span span:nth-child(2), .paging #footer .paging .family > span span:nth-child(2), #footer .paging #footer .family > span span:nth-child(2), .paging #footer .family > span span:nth-child(2) {
  letter-spacing: 3px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
}

#footer .family > a span:nth-child(2), #footer .paging .family > span span:nth-child(2), .paging #footer .family > span span:nth-child(2) {
  color: white;
}

#footer .family > a span:nth-child(3), #footer .paging .family > span span:nth-child(3), .paging #footer .family > span span:nth-child(3) {
  border: 1px solid rgba(117, 117, 117, 0.3);
}

#footer .family > a span:nth-child(4), #footer .paging .family > span span:nth-child(4), .paging #footer .family > span span:nth-child(4) {
  background-color: #232323;
}

#footer .family .fam_pack {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0px;
  height: 390px;
  opacity: 0;
  padding: 27px 10px 28px 30px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
}

#footer .family .fam_pack .swiper-container {
  height: 100%;
}

#footer .family .fam_pack .swiper-wrapper {
  height: 100%;
}

#footer .family .fam_pack .swiper-slide {
  height: auto;
}

#footer .family .fam_pack .swiper-scrollbar {
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
}

#footer .family .fam_pack .swiper-scrollbar .swiper-scrollbar-drag {
  background: #333333;
}

#footer .family .fam_pack dt {
  padding-top: 20px;
  font-size: 16px;
}

#footer .family .fam_pack dt:first-child {
  margin-top: 0;
}

#footer .family .fam_pack dd {
  font-size: 14px;
  padding-top: 15px;
}

#footer .family .fam_pack dd a, #footer .family .fam_pack dd .paging span, .paging #footer .family .fam_pack dd span {
  position: relative;
  width: auto;
  padding-left: 10px;
}

#footer .family .fam_pack dd a:after, #footer .family .fam_pack dd .paging span:after, .paging #footer .family .fam_pack dd span:after {
  content: "";
  display: block;
  clear: both;
}

#footer .family .fam_pack dd a span, #footer .family .fam_pack dd .paging span span, .paging #footer .family .fam_pack dd span span {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#footer .family .fam_pack a, #footer .family .fam_pack .paging span, .paging #footer .family .fam_pack span {
  color: #888;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  word-break: keep-all;
}

#footer .family .fam_pack a:hover, #footer .family .fam_pack .paging span:hover, .paging #footer .family .fam_pack span:hover {
  color: #333;
}

#footer .contactus {
  position: absolute;
  top: 220px;
  left: auto;
  width: auto;
  right: 80px;
  font-size: 16px;
  color: #dcdcdc;
  letter-spacing: -1px;
}

#footer .banners {
  position: relative;
  width: 100%;
  position: absolute;
  top: auto;
  left: auto;
  width: auto;
  bottom: 60px;
  right: 80px;
}

#footer .banners:after {
  content: "";
  display: block;
  clear: both;
}

#footer .banners a, #footer .banners .paging span, .paging #footer .banners span {
  display: block;
  float: left;
  margin-left: 40px;
}

#footer .banners a img, #footer .banners .paging span img, .paging #footer .banners span img {
  height: 30px;
}

#footer .copyright {
  position: absolute;
  top: auto;
  left: 80px;
  width: auto;
  bottom: 60px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  opacity: 0.3;
  letter-spacing: 1px;
  word-break: keep-all;
}

#footer .bts.st2 a + a {
    padding-left: 17px;
    margin-left: 16px;
    background: url("../images/footer-bar.png") no-repeat 0 5px;
}

@media all and (max-width: 1280px) {
  #footer .bts {
    right: 300px;
  }
  #footer .banners a, #footer .banners .paging span, .paging #footer .banners span {
    margin-left: 20px;
  }
}

@media all and (max-width: 1024px) {
  #footer {
    height: 240px !important;
  }
  #footer h2 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: auto;
  }
  #footer h2 img {
    width: 100px;
  }
  #footer .bts {
    position: absolute;
    top: 45px;
    left: auto;
    width: auto;
    right: 220px;
  }
  #footer .bts a, #footer .bts .paging span, .paging #footer .bts span {
    font-size: 14px;
    color: #fff;
  }
  #footer .bts a:last-child, #footer .bts .paging span:last-child, .paging #footer .bts span:last-child {
    padding-left: 15px;
    margin-left: 14px;
  }
  #footer .family {
    position: absolute;
    top: 40px;
    left: auto;
    width: auto;
    right: 40px;
    width: 140px;
  }
  #footer .family > a, #footer .paging .family > span, .paging #footer .family > span {
    width: 140px;
  }
  #footer .family > a span:nth-child(1), #footer .paging .family > span span:nth-child(1), .paging #footer .family > span span:nth-child(1), #footer .family > a span:nth-child(2), #footer .paging .family > span span:nth-child(2), .paging #footer .paging .family > span span:nth-child(2), #footer .paging #footer .family > span span:nth-child(2), .paging #footer .family > span span:nth-child(2) {
    letter-spacing: 3px;
    font-size: 12px;
  }
  #footer .family .fam_pack {
    height: 300px;
    padding: 20px 5px 21px 20px;
  }
  #footer .family .fam_pack dt {
    padding-top: 15px;
    font-size: 14px;
  }
  #footer .family .fam_pack dd {
    font-size: 12px;
    padding-top: 12px;
  }
  #footer .banners {
    bottom: 80px;
    left: 40px;
    right: 0;
  }
  #footer .banners a, #footer .banners .paging span, .paging #footer .banners span {
    float: left;
    margin-left: 0px;
    margin-right: 30px;
  }
  #footer .banners a img, #footer .banners .paging span img, .paging #footer .banners span img {
    height: 25px;
  }
  #footer .copyright {
    position: absolute;
    top: auto;
    left: 40px;
    width: auto;
    bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  #footer {
    height: auto !important;
    padding: 50px 20px;
  }
  #footer h2 {
    position: relative;
    top: 0;
    left: 0;
  }
  #footer h2 img {
    width: 90px;
  }
  #footer .bts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
  }
  #footer .bts a, #footer .bts .paging span, .paging #footer .bts span {
    font-size: 13px;
    color: #fff;
  }
  #footer .bts a:last-child, #footer .bts .paging span:last-child, .paging #footer .bts span:last-child {
    padding-left: 14px;
    margin-left: 13px;
    background: url("../images/footer-bar.png") no-repeat 0 3px;
  }
  #footer .banners {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
    text-align: center;
  }
  #footer .banners a, #footer .banners .paging span, .paging #footer .banners span {
    margin-bottom: 10px;
  }
  #footer .banners a:last-child, #footer .banners .paging span:last-child, .paging #footer .banners span:last-child {
    margin-right: 0;
  }
  #footer .banners a img, #footer .banners .paging span img, .paging #footer .banners span img {
    height: 20px;
  }
  #footer .copyright {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
  }
  .privacy_policy .list .select_area select{
    display: inline-block;
    width: calc(100% - 80px);
    margin-left: 0px;
    }
}

@media all and (max-width: 500px) {
  #footer .bts {
    margin-top: 40px;
  }
  #footer .bts a, #footer .bts .paging span, .paging #footer .bts span {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
  }
  #footer .bts a:last-child, #footer .bts .paging span:last-child, .paging #footer .bts span:last-child {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0px;
    background: none;
  }
  #footer .family {
    position: relative;
    top: 0;
    left: 0;
    right: 0px;
    width: 100%;
    margin-top: 30px;
  }
  #footer .family > a, #footer .paging .family > span, .paging #footer .family > span {
    width: 100%;
  }
  #footer .family > a span:nth-child(1), #footer .paging .family > span span:nth-child(1), .paging #footer .family > span span:nth-child(1), #footer .family > a span:nth-child(2), #footer .paging .family > span span:nth-child(2), .paging #footer .paging .family > span span:nth-child(2), #footer .paging #footer .family > span span:nth-child(2), .paging #footer .family > span span:nth-child(2) {
    letter-spacing: 3px;
    font-size: 12px;
  }
  #footer .family .fam_pack {
    height: 240px;
    padding: 20px 5px 21px 20px;
  }
  #footer .family .fam_pack dt {
    padding-top: 15px;
    font-size: 14px;
  }
  #footer .family .fam_pack dd {
    font-size: 12px;
    padding-top: 12px;
  }
  #footer .bts.st2 a + a {
        padding-left:0;
        margin-left:0;
        background:none;
    }
}

/* dimd */
.dimd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 21;
}

/* 팝업 */
.popCont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  z-index: 99;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  width: 800px;
  padding: 54px 59px 60px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.popCont .popBody {
  width: 100%;
}

.popCont .popBody .tit {
  padding: 0 0 50px 0;
  color: #333;
  font-weight: 300;
  font-size: 36px;
}

.popCont .popBody .txt1 {
  margin: 0 0 70px 0;
  padding: 0 0 35px 0;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  font-size: 30px;
}

.popCont .popBody .popClose {
  position: absolute;
  top: 60px;
  left: auto;
  width: 30px;
  display: block;
  right: 60px;
  height: 30px;
  background: url("../images/pop-close-btn.png") no-repeat 0 0/30px 30px;
}

.popCont .popBody .popClose.color_w {
  background: url("../images/pop-close-btn-w.png") no-repeat 0 0/30px 30px;
}

.popCont.type2 {
  overflow: hidden;
}

.popCont.biPop {
  display: none;
}

.popCont.biPop.type1 {
  padding: 0;
}

.popCont.biPop .popBody .popClose {
  background: url(../images/white-pop-close-btn.png) no-repeat 0 0/30px 30px;
}

.popCont.biPop .eagle_div {
  padding: 150px 123px 120px;
  background: #1b1b1b;
}

.popCont.biPop .eagle_div .swiper-slide {
  background: #1b1b1b;
}

.popCont.biPop .eagle_div .icon_img {
  text-align: center;
}

.popCont.biPop .eagle_div .icon_img img {
  max-width: 100%;
  margin: auto;
}

.popCont.biPop .eagle_div .tit {
  margin-top: 60px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px 0;
}

.popCont.biPop .eagle_div .txt {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.popCont.biPop .eagle_div .bar_bg {
  margin-top: 100px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .2;
}

.popCont.biPop .eagle_div .pagination_div::after {
  display: block;
  content: "";
  clear: both;
}

.popCont.biPop .eagle_div .pagination_div a, .popCont.biPop .eagle_div .pagination_div .paging span, .paging .popCont.biPop .eagle_div .pagination_div span {
  display: block;
  float: left;
  margin-top: -1px;
  width: 25%;
}

.popCont.biPop .eagle_div .pagination_div a:last-child, .popCont.biPop .eagle_div .pagination_div .paging span:last-child, .paging .popCont.biPop .eagle_div .pagination_div span:last-child {
  margin-right: 0;
}

.popCont.biPop .eagle_div .pagination_div a.on .bar, .popCont.biPop .eagle_div .pagination_div .paging span.on .bar, .paging .popCont.biPop .eagle_div .pagination_div span.on .bar {
  display: block;
}

.popCont.biPop .eagle_div .pagination_div a.on .txt, .popCont.biPop .eagle_div .pagination_div .paging span.on .txt, .paging .popCont.biPop .eagle_div .pagination_div span.on .txt {
  opacity: 1;
}

.popCont.biPop .eagle_div .pagination_div .bar {
  display: none;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.popCont.biPop .eagle_div .pagination_div .txt {
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: .3;
}

.popCont.biPop .bi_con {
  overflow: hidden;
  padding: 60px 60px 50px;
}

.popCont.biPop .bi_con .con {
  float: left;
  margin-right: 30px;
  width: 47%;
}

.popCont.biPop .bi_con .con img {
  width: 100%;
  max-width: 100%;
}

.popCont.biPop .bi_con .con:last-child {
  margin-right: 0;
}

.popCont.biPop .bi_con .con .title {
  margin-bottom: 30px;
  line-height: 1;
}

@media all and (max-width: 768px) {
  .popCont.biPop .popBody .popClose {
    background: url(../images/white-pop-close-btn.png) no-repeat 0 0/15px 15px;
  }
  .popCont.biPop .eagle_div {
    padding: 90px 20px 100px;
  }
  .popCont.biPop .eagle_div .icon_img {
    width: 100%;
    text-align: center;
  }
  .popCont.biPop .eagle_div .icon_img img.mob {
    width: 200px;
  }
  .popCont.biPop .eagle_div .tit {
    font-size: 20px;
    margin-top: 40px;
    padding: 0 0 20px 0;
  }
  .popCont.biPop .eagle_div .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .popCont.biPop .eagle_div .bar_bg {
    height: 2px;
    margin-top: 60px;
  }
  .popCont.biPop .eagle_div .pagination_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .popCont.biPop .eagle_div .pagination_div .bar {
    height: 2px;
  }
  .popCont.biPop .eagle_div .pagination_div a, .popCont.biPop .eagle_div .pagination_div .paging span, .paging .popCont.biPop .eagle_div .pagination_div span {
    height: 2px;
    margin-top: -2px;
  }
  .popCont.biPop .eagle_div .pagination_div a .txt, .popCont.biPop .eagle_div .pagination_div .paging span .txt, .paging .popCont.biPop .eagle_div .pagination_div span .txt {
    padding-top: 10px;
  }
  .popCont.biPop .bi_con {
    padding: 35px 20px;
  }
  .popCont.biPop .bi_con .con {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .popCont.biPop .bi_con .con:last-child .title {
    margin-top: 40px;
  }
  .popCont.biPop .bi_con .con .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .popCont.biPop .motionBt1 {
    width: calc(100% - 40px);
  }
}

@media all and (max-width: 768px) {
  .popCont .popBody .tit {
    font-size: 25px;
  }
  .popCont .popBody .popClose {
    top: 38px;
    right: 5%;
    width: 15px;
    height: 15px;
    background: url("../images/m-pop-close-btn.png") no-repeat 0 0/15px 15px;
  }
  .popCont .popBody .popClose.color_w {
    background: url("../images/pop-close-btn-w-m.png") no-repeat 0 0/15px 15px;
  }
}

/* 체크박스*/
.chkBox {
  position: absolute;
  top: 50%;
  left: auto;
  width: auto;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  word-break: break-all;
}

.chkBox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 30px;
  opacity: .001;
}

.chkBox label {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-left: 32px;
  cursor: pointer;
  background: url("../images/check-off-btn.png") no-repeat 0 0/97% 97%;
}

.chkBox.checked label {
  background: url("../images/check-on-btn.png") no-repeat 0 0/97% 97%;
}

@media all and (max-width: 981px) {
  .chkBox {
    right: 30px;
  }
}

.cus_check {
  display: inline-block;
  overflow: hidden;
  margin-top: 20px;
  height: 46px;
  color: #888;
  font-size: 16px;
  line-height: 44px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.cus_check #saveId {
  width: 0;
  height: 0 !important;
}

.cus_check input[type="checkbox"] + label {
  display: block;
  float: left;
  padding: 0 20px 0 40px;
  width: 100%;
  border: none;
  background: url("../images/cust-info-check.png") no-repeat center left 18px;
}

.cus_check.on {
  color: #8b2332;
  border: 1px solid #8b2332;
}

.cus_check.on input[type="checkbox"] + label {
  background: url(../images/cust-info-check-on.png) no-repeat center left 18px;
}

@media all and (max-width: 981px) {
  .cus_check {
    height: 40px;
    font-size: 15px;
    line-height: 39px;
  }
}

@media all and (max-width: 768px) {
  .cus_check {
    height: 38px;
    font-size: 14px;
    line-height: 37px;
  }
  .cus_check.on input[type="checkbox"] + label {
    background: url(../images/m-cust-info-check-on.png) no-repeat center left 10px/14px auto;
  }
  .cus_check input[type="checkbox"] + label {
    padding: 0 12px 0 28px;
    width: 100%;
    border: none;
    background: url(../images/m-cust-info-check.png) no-repeat center left 10px/14px auto;
  }
}

/* 블라인드 텍스트 (접근성) */
.blind {
  position: absolute;
  top: -999px;
  left: -999px;
  width: auto;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

/* img 웹, 모바일 따로 */
img.web {
  display: block;
}

img.mob {
  display: none;
}

@media all and (max-width: 768px) {
  img.web {
    display: none;
  }
  img.mob {
    display: block;
  }
}

/* 약관 동의 */
.terms {
  width: 100%;
  margin-bottom: 20px;
}

.terms .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 15px 0;
}

.terms .txt_area .txt {
  display: inline-block;
  color: #333;
  font-size: 28px;
}

.terms .checkDiv {
  position: relative;
  border: solid 1px #ddd;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.terms .checkDiv .info_tit {
  position: relative;
  background: #f6f6f6;
  padding: 40px 120px 40px 60px;
  border-bottom: 1px solid #ddd;
}

.terms .checkDiv .info_tit .txt {
  display: inline-block;
  text-align: left;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}

.terms .checkDiv .info_txt .info_cont {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.terms .checkDiv .info_txt .content_btn {
  display: none;
}

.terms .checkDiv .info_txt .info_box {
  padding: 0;
  height: 150px;
  overflow: auto;
}

.terms .checkDiv .info_txt .info_box .con {
  padding: 20px 50px;
  line-height: 28px;
  font-size: 16px;
}

.terms .checkDiv:not(:last-child) {
  margin: 0 0 20px 0;
}

@media all and (max-width: 981px) {
  .terms .txt_area .txt {
    font-size: 25px;
  }
  .terms .checkDiv .info_tit {
    padding: 40px 100px 40px 30px;
  }
  .terms .checkDiv .info_txt .info_box .con {
    padding: 20px;
  }
}

@media all and (max-width: 768px) {
  .terms .txt_area .txt {
    font-size: 21px;
  }
  .terms .checkDiv .info_tit {
    padding: 15px 60px 15px 20px;
  }
  .terms .checkDiv .info_tit .txt {
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
  .terms .checkDiv .info_txt .content_btn {
    display: block;
    padding: 15px 0;
    font-size: 13px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
  }
  .terms .checkDiv .info_txt .content_btn .txt {
    position: relative;
    padding-right: 27px;
    line-height: 1;
    font-size: 13px;
  }
  .terms .checkDiv .info_txt .content_btn .txt img {
    position: absolute;
    top: 30%;
    right: 0;
    height: 7px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .terms .checkDiv .info_txt .content_btn.on img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .terms .checkDiv .info_txt .info_box .con {
    padding: 0 18px 0 0;
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  .terms .checkDiv .info_txt .content_btn + .info_cont {
    display: none;
    border-bottom: 1px solid #ddd;
  }
  .terms .chkBox {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 28px;
  }
  .terms .chkBox input[type="checkbox"] {
    width: 28px;
    height: 28px;
  }
  .terms .chkBox label {
    width: 28px;
    height: 28px;
    background: url("../images/m-check-off-btn.png") no-repeat 0 0/auto 100%;
  }
  .terms .chkBox.checked label {
    width: 28px;
    height: 28px;
    background: url("../images/m-check-on-btn.png") no-repeat 0 0/auto 100%;
  }
}

.customScroll .mCSB_scrollTools {
  width: 2px;
  opacity: 1;
}

.customScroll .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #333333;
}

.customScroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #333333;
}

.customScroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #333333;
}

.customScroll .mCSB_scrollTools .mCSB_draggerRail {
  background: #dddddd;
}

/* 상단 영역 bg */
.top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 1076px;
  background: #f6f6f6;
}

@media all and (max-width: 981px) {
  .top_bg {
    height: 80vh;
  }
}

@media all and (max-width: 768px) {
  .top_bg {
    height: 70vh;
  }
}

@media all and (max-width: 500px) {
  .top_bg {
    height: 80vh;
  }
}

/* table - type2(ex.AP-TEM-001-01_사업개요) */
.table-type2 {
  border-top: 1px solid #333;
}

table.type2 {
  table-layout: fixed;
}

table.type2 thead th {
  color: #666;
  font-weight: 600;
  padding: 15px 0;
  background: #f8f8f8;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

table.type2 thead th:not(:last-child) {
  border-right: 1px solid #ddd;
}

table.type2 tbody td {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

table.type2 tbody td:not(:last-child) {
  border-right: 1px solid #ddd;
}

table.type2 tbody .total {
  background: #f8f8f8;
}

table.type2 tbody .total td:first-child {
  font-weight: 500;
}

table .txtRed {
  color: #8b2332;
  font-weight: 600;
}

.leel_color.ap_main #header.color_type h1 a, .leel_color.ap_main #header.color_type h1 .paging span, .paging .leel_color.ap_main #header.color_type h1 span {
  color: #8d734a !important;
}

.leel_color table .txtRed {
  color: #8d734a !important;
}

.leel_color #header.white_type.over.ap h1 a, .leel_color #header.white_type.over.ap h1 .paging span, .paging .leel_color #header.white_type.over.ap h1 span {
  color: #8d734a !important;
}

.leel_color .view_map .vm_swipe .vm_thumbs .swiper-slide.on .img {
  border: 1px solid #8d734a !important;
}

.leel_color .view_map .vm_swipe .vm_thumbs .swiper-slide.on span {
  color: #8d734a !important;
}

.leel_color .motionBt1 span:nth-child(4) {
  background-color: #8d734a;
}

.leel_color .motionBt1.time span:nth-child(2) {
  color: #8d734a !important;
}

.leel_color .motionBt1.time.on span {
  background-color: #8d734a !important;
}

.leel_color .construction_status .progress_img .txt_div {
  color: #8d734a !important;
}

.leel_color .construction_status .progress_img .txt_div .bar {
  background: #8d734a !important;
}

.leel_color .list_type1 .total_result span {
  color: #8d734a !important;
}

.leel_color .list_type1 .list_area a:hover, .leel_color .list_type1 .list_area .paging span:hover, .paging .leel_color .list_type1 .list_area span:hover {
  border: 1px solid #8d734a !important;
}

.leel_color .modelH_page .visitDiv:hover {
  border: 1px solid #8d734a !important;
}

.leel_color .agree_btn.on {
  color: #8d734a !important;
  border: 1px solid #8d734a !important;
}

.leel_color .agree_btn.on input[type="checkbox"] + label {
  background: url("../images/leel-cust-info-check-on.png") no-repeat center left 18px;
}

.leel_color .chkBox.checked label {
  background: url("../images/leel-check-on-btn.png") no-repeat 0 0/97% 97%;
}

.leel_color .red_dot {
  background: #8d734a !important;
}

.leel_color .calendar .cal_area .day li a.on span, .leel_color .calendar .cal_area .day li .paging span.on span, .paging .leel_color .calendar .cal_area .day li span.on span {
  background: #8d734a !important;
}

.leel_color .calendar .cal_area .day li a.on:hover span, .leel_color .calendar .cal_area .day li .paging span.on:hover span, .paging .leel_color .calendar .cal_area .day li span.on:hover span {
  color: #fff !important;
}

.leel_color .calendar .cal_area .day li.on a:hover span, .leel_color .calendar .cal_area .day li.on .paging span:hover span, .paging .leel_color .calendar .cal_area .day li.on span:hover span {
  color: #8d734a !important;
}

.leel_color .calendar .cal_area .day li.on a span:nth-child(2), .leel_color .calendar .cal_area .day li.on .paging span span:nth-child(2), .paging .leel_color .calendar .cal_area .day li.on span span:nth-child(2) {
  color: #8d734a !important;
}

.leel_color .calendar .cal_area .day li.on a.on span, .leel_color .calendar .cal_area .day li.on .paging span.on span, .paging .leel_color .calendar .cal_area .day li.on span.on span {
  color: #fff !important;
}

.leel_color .input_area .input_div .select_area .reInput {
  color: #8d734a !important;
}

.leel_color .win_area.guide .win_div {
  background: url("../images/leel-modelH-guide-icon.png") no-repeat center 0;
}

.leel_color .win_area.book_done .win_div {
  background: url("../images/leel-modelH-bookDone-icon.png") no-repeat center 0;
}

.leel_color .floorPlan_div .tab a.on, .leel_color .floorPlan_div .tab .paging span.on, .paging .leel_color .floorPlan_div .tab span.on {
  background: #8d734a;
  border: 1px solid #8d734a;
}

@media all and (max-width: 768px) {
  .leel_color .win_area.guide .win_div {
    background: url("../images/leel-m-modelH-guide-icon.png") no-repeat center 0/47px auto;
  }
  .leel_color .win_area.book_done .win_div {
    padding: 57px 0 0;
    background: url("../images/leel-m-modelH-bookDone-icon.png") no-repeat center 0/39px auto;
  }
  .leel_color .agree_btn.on input[type="checkbox"] + label {
    background: url("../images/leel-m-cust-info-check-on.png") no-repeat center left 10px/14px auto;
  }
  .leel_color .chkBox.checked label {
    width: 28px;
    height: 28px;
    background: url("../images/leel-m-check-on-btn.png") no-repeat 0 0/auto 100%;
  }
}

/*탑버튼*/
.top_btn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
}

.top_btn.on {
  position: absolute;
  right: 0;
  z-index: 5;
}

.top_btn .web {
  display: inline;
}

.top_btn .mob {
  display: none;
}

@media all and (max-width: 1024px) {
  .top_btn .web {
    display: none;
  }
  .top_btn .mob {
    width: 55px;
    display: inline;
  }
}

/* 확대 버튼*/
.visual_enlargement {
  position: absolute;
  top: auto;
  left: auto;
  width: auto;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 2;
}

.visual_enlargement img {
  width: 40px;
  height: 40px;
}

@media all and (max-width: 768px) {
  .visual_enlargement {
    display: block;
  }
}

/* 약관에 필수 빨간색으로 지정 */
.colRed{color:red!important;}

/* 계약자 방문예약 버튼 간격 */
.reservation_div .ta_c.space{margin-top:80px;}
@media (max-width: 768px){
    .reservation_div .ta_c.space{margin-top:40px;}
}

/* 20221104 */
#header.white_type .util a.util4.ico-vl{background: url(../images/2022/util-bt4-vl.png) no-repeat 0 0;background-size: 100%;}
#header.white_type.over .util a.util4.ico-vl{background: url(../images/2022/util-bt4-vl-b.png) no-repeat 0 0;background-size: 100%;}
#header .util a.util4.ico-vl{background: url(../images/2022/util-bt4-vl-b.png) no-repeat 0 0;background-size: 100%;}
#header.ap nav#gnb .ap_info a.go_castle.ico-vl{padding-left: 35px;background: url(../images/2022/apinfo_simbol-vl.png) no-repeat 0 center;background-size: 27px 20px;}

/* 20221130 */
#header.ap nav#gnb .ap_info a.ico-lewest{vertical-align:middle;width:72px;height:9px;font-size:0;background:url(../images/2022/apinfo_simbol-lewest.png) no-repeat 0 0;background-size:100% 100%;}
#header .util a.ico-lewest{padding-bottom:1px;width:113px;height:14px;vertical-align:bottom;background:url(../images/2022/util-bt4-lewest.png) no-repeat 0 0;}
#header.white_type.over .util a.ico-lewest{background: url(../images/2022/util-bt4-lewest.png) no-repeat 0 0;}
#header.white_type .util a.ico-lewest{background:url(../images/2022/util-bt4-lewest-w.png) no-repeat 0 0;}
@media (max-width: 1500px){
    #header .util a.ico-lewest{display:none;}
}

/* 20221228 탭 스와이프 X */
.tab_type_no_swiper{width: 1160px;margin: auto;padding-bottom:12px;margin-bottom:99px;background: url(../images/tabstyle1-line.gif) repeat-x 0 bottom;}
.no-swiper-wrapper{display:flex;flex-wrap:wrap;}
.no-swiper-wrapper a{margin-bottom:10px;}
.no-swiper-wrapper a:nth-child(3n+1){flex-basis:36.5%;}
.no-swiper-wrapper a:nth-child(3n+2){flex-basis:34.2%;}
.no-swiper-wrapper a:nth-child(3n+3){flex-basis:29.3%;}
.no-swiper-wrapper a span{display:inline-block;font-family:"Noto sans KR", "Malgun Gothic", "sans-serif";font-size:26px;letter-spacing:-1.5px;font-weight:400;color:#aaa;}
.no-swiper-wrapper a.on span{font-weight: 500;color: #333;border-bottom: 1px solid #333;}
@media all and (max-width: 1280px) {
    .tab_type_no_swiper {
        width: 90%;
    }
    .tab_type_no_swiper .inner {
        width: 100%;
    }
}
@media all and (max-width: 1100px) {
    .tab_type_no_swiper .no-swiper-wrapper a span {
        font-size: 20px;
    }
}
@media all and (max-width: 981px) {
    .tab_type_no_swiper {
        margin-bottom: 65px;
        background: url(../images/tabstyle1-line.gif) repeat-x 0 bottom;
    }
    .tab_type_no_swiper .no-swiper-wrapper a{flex-basis:50%;}
    .tab_type_no_swiper .no-swiper-wrapper a span {
        padding-bottom: 10px;
        font-size: 25px;
    }
    .tab_type_no_swiper .inner.fixed {
        width: 100%;
        top: 0;
        left: 0;
        padding: 17px 5% 0;
    }
}
@media all and (max-width: 768px) {
    .tab_type_no_swiper{padding-bottom:10px;}
    .tab_type1 {
        margin-bottom: 45px;
    }
    .tab_type_no_swiper .no-swiper-wrapper a{margin-bottom:5px;}
    .tab_type_no_swiper .no-swiper-wrapper a span {
        padding-bottom:0;
        font-size: 14px;
    }
}
@media all and (max-width: 500px) {
    .tab_type_no_swiper .no-swiper-wrapper a span {
        font-size: 14px;
    }
}
/* 20230510 시흥 시그니처 페이지  */
#header .util.siheung .util6{display:none;}
#header .util.siheung .interestBtn {
    width:152px;height:34px;
    background: url(../images/2023/btn_interest_txt.png) no-repeat 0 0;background-size: 100%;
}
#header .util.siheung .interestBtn.on {
  width:152px;height:34px;
  background: url(../images/2023/btn_interest_txt_on.png) no-repeat 0 0;background-size: 100%;
}
@media (max-width: 1500px){
    #header .util.siheung .interestBtn{top:-7px;left:-130px;}
}
@media (max-width: 768px){
    #header .util.siheung .interestBtn{display:none;}
    #header .util.siheung .util6{display:block;}
}

/* 김해 구산 롯데캐슬 탭  */
.full_pc_tab .swiper-wrapper{justify-content: space-between;}
.full_pc_tab a.swiper-slide{margin-right:0!important;}
@media (max-width: 768px) {
    .full_pc_tab .swiper-wrapper{justify-content:normal;}
    .full_pc_tab a.swiper-slide{margin-right:30px!important;}
}

/* s : 20250908 가입 연령 제한 팝업 */
.ageCheckDimd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
}

.ageCheckPop {
    padding: 56px 40px 48px;
    overflow: hidden;
    width: 548px;
}

.ageCheckDimd,
.ageCheckPop {
    opacity: 1;
    transition: opacity 0.5s ease;
}

body.modal-open {
    overflow: hidden;
}

.ageCheckDimd.hidden,
.ageCheckPop.hidden {
    opacity: 0;
}

.ageCheckPop .popBody .tit {
    padding: 0 0 12px 0;
    color: #333;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
}

.ageCheckPop .popBody .txt {
    padding: 0 0 44px 0;
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.ageCheckPop .popBody .buttonWrap {
    display: flex;
    gap: 8px;
}

.ageCheckPop .popBody .buttonWrap button {
    /* border: 1px solid #888; */
    padding: 13px 16px;
    display: block;
    flex: 1;
    width: unset;
    height: unset;
    background: none;
}

.ageCheckPop .popBody .buttonWrap button span {
    /* color: #333; */
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.ageCheckPop .popBody .buttonWrap button.motionBt1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.ageCheckPop .popBody .buttonWrap button.motionBt1 span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ageCheckPop .popBody .buttonWrap button.motionBt1 span:nth-child(1) {
    position: relative;
    z-index: 1;
    color: #333;
}

.ageCheckPop .popBody .buttonWrap button.motionBt1 span:nth-child(2) {
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    z-index: 1;
    line-height: 50px;
    top: 0px;
    opacity: 0;
    transition: all 0.3s ease;
}

.ageCheckPop .popBody .buttonWrap button.motionBt1 span:nth-child(3) {
    border: 1px solid #888;
    z-index: 0;
}

.ageCheckPop .popBody .buttonWrap button.motionBt1 span:nth-child(4) {
    background-color: #8b2332;
    top: 100%;
    z-index: 0;
    transition: top 0.3s ease;
}

.ageCheckPop .popBody .buttonWrap button.motionBt1:hover span:nth-child(2) {
    top: 0;
    opacity: 1;
}

.ageCheckPop .popBody .buttonWrap button.motionBt1:hover span:nth-child(4) {
    top: 0;
}

@media (max-width: 1280px) {
    .ageCheckPop {
        padding: 40px 25px 24px;
        width: calc(100% - 32px);
        height: fit-content !important;
    }

    .ageCheckPop .popBody {
        margin-bottom: 0 !important;
    }

    .ageCheckPop .popBody .tit {
        padding: 0 0 8px 0;
        font-size: 16px;
    }

    .ageCheckPop .popBody .txt {
        padding: 0 0 40px 0; 
        font-size: 16px;
        color: #333;
    }

    .ageCheckPop .popBody .buttonWrap {
        flex-direction: column;
    }
}
/* e : 20250908 가입 연령 제한 팝업 */