@charset "UTF-8";
/* SCSS */
/* Sprites */
/* s: 230315 add */
/* SVG Icons */
/* Common */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
button,
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  display: block;
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img,
form,
fieldset,
svg,
li {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  margin: -1px;
}

/* fieldset issue https://bit.ly/2WjOzaI */
fieldset {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
}

input,
button,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  outline: none;
}

textarea {
  overflow: auto;
  border-style: none;
  border-color: transparent;
  outline: none;
  resize: none;
}

address,
caption,
em {
  font-style: normal;
}

a,
a:focus,
a:active,
a:hover {
  color: #666666;
  text-decoration: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

input::-ms-check {
  border: 0;
  display: none;
}

input::-ms-clear {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #bebebe;
}

::-moz-placeholder {
  color: #bebebe;
}

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

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

::placeholder {
  color: #bebebe;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}

/* Colors */
/* Font */
@font-face {
  font-family: "Noto Sans KR";
  src: url(/common/front/font/NotoSansKr-DemiLight.eot);
  src: url(/common/front/font/NotoSansKr-DemiLight.eot?#iefix) format("embedded-opentype"), url(/common/front/font/NotoSansKr-DemiLight.woff2) format("woff2"), url(/common/front/font/NotoSansKr-DemiLight.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url(/common/front/font/NotoSansKr-Medium.eot);
  src: url(/common/front/font/NotoSansKr-Medium.eot?#iefix) format("embedded-opentype"), url(/common/front/font/NotoSansKr-Medium.woff2) format("woff2"), url(/common/front/font/NotoSansKr-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url(/common/front/font/NotoSansKr-Bold.eot);
  src: url(/common/front/font/NotoSansKr-Bold.eot?#iefix) format("embedded-opentype"), url(/common/front/font/NotoSansKr-Bold.woff2) format("woff2"), url(/common/front/font/NotoSansKr-Bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Didot LT STD";
  src: url(/common/front/font/Didot-Bold.woff) format("woff"), url(/common/front/font/Didot-Bold.woff2) format("woff2"), url(/common/front/font/Didot-Bold.ttf) format("truetype");
}
/* Component */
.input__box {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-size: 0;
}
.input__box .lbl {
  font-size: 18px;
}
.input__box + .input__box {
  margin-top: 10px;
}
.input__box-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
}
.input__box-flex .input__text,
.input__box-flex .dropbox {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.input__box-flex--large {
  width: 548px;
}
.input__box--inner {
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.input__box-email .at {
  display: inline-block;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  background-color: #f6f6f6;
  vertical-align: middle;
}
.input__text {
  width: 100%;
  height: 52px;
  padding: 0 17px;
  vertical-align: top;
  color: #1a1a1a;
  background: #f6f6f6;
  border: 0;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.input__text::-webkit-input-placeholder {
  color: #bebebe;
}
.input__text::-moz-placeholder {
  color: #bebebe;
}
.input__text:-ms-input-placeholder {
  color: #bebebe;
}
.input__text::-ms-input-placeholder {
  color: #bebebe;
}
.input__text::placeholder {
  color: #bebebe;
}
.input__text + .input__text {
  margin-left: 10px;
}
.input__text:focus, .input__text.is-active {
  padding: 0 16px;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #1a1a1a;
}
.input__text:focus + .btn-del, .input__text.is-active + .btn-del {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 100%;
}
.input__text:focus + .btn-del::before, .input__text.is-active + .btn-del::before {
  display: inline-block;
  content: "";
  position: relative;
  vertical-align: middle;
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -448px -173px;
  width: 11px;
  height: 11px;
}
.input__text.is-data {
  color: #1a1a1a;
}
.input__text.is-error {
  border: solid 1px rgba(244, 0, 69, 0.2);
  background-color: #ffedf2;
  color: #1a1a1a;
}
.input-description {
  display: block;
  margin-top: 15px;
  color: #bebebe;
  font-size: 16px;
  line-height: 13px;
}
.input-description--error {
  color: #f40045;
}

.selectbox__list {
  width: 100%;
  padding-left: 16px;
  height: 52px;
  background: #f6f6f6;
  color: #666;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.dropbox {
  position: relative;
}
.dropbox__button {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-left: 17px;
  padding-right: 36px;
  height: 52px;
  background: #f6f6f6;
  color: #666;
  font-size: 18px;
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dropbox__button::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  margin: 0 auto;
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -448px -270px;
  width: 11px;
  height: 7px;
  -webkit-transition: all ease-in-out 0.6s 0s;
  transition: all ease-in-out 0.6s 0s;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropbox__list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
  padding: 13px 0;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dropbox__item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 18px;
  color: #666;
  text-align: left;
  text-decoration: underline;
}
.dropbox__item a:hover {
  color: #1a1a1a;
}
.dropbox.is-active .dropbox__button {
  color: #000;
  background: #fff;
  border: 1px solid #1a1a1a;
}
.dropbox.is-active .dropbox__button::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropbox.is-active .dropbox__list {
  display: block;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #1a1a1a;
  border-top: 0;
  z-index: 10;
}
.dropbox.is-data .dropbox__button {
  color: #000;
}
.dropbox.is-disabled .dropbox__button {
  color: #bebebe;
  cursor: default;
  pointer-events: none;
}
.dropbox.is-disabled .dropbox__button::after {
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -448px -270px;
  width: 11px;
  height: 7px;
  opacity: 0.1;
}

.rdo {
  font-size: 18px;
}
.rdo input {
  display: none;
}
.rdo input:checked + .rdo__button::before {
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -401px -28px;
  width: 24px;
  height: 24px;
}
.rdo input:disabled + .rdo__button {
  color: #cecece;
  cursor: default;
}
.rdo input:disabled + .rdo__button::before {
  border-radius: 50%;
  background: none;
  background-color: #f6f6f6;
}
.rdo__button {
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  cursor: pointer;
}
.rdo__button::before {
  display: inline-block;
  content: "";
  margin-right: 13px;
  vertical-align: -5px;
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -401px -56px;
  width: 24px;
  height: 24px;
}

.check {
  font-size: 18px;
}
.check input {
  display: none;
}
.check input:checked + .check__button::before {
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -401px -84px;
  width: 24px;
  height: 24px;
}
.check__button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.check__button::before {
  display: inline-block;
  content: "";
  margin-right: 9px;
  vertical-align: -5px;
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -401px -112px;
  width: 24px;
  height: 24px;
}

.attach {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.attach-file {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  height: 52px;
  padding: 0 17px;
  background: #f6f6f6;
  color: #bebebe;
  border: 0;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.attach-file input {
  width: 100%;
  height: 100%;
}
.attach-clicker {
  position: relative;
}
.attach-clicker label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.attach .msg {
  font-size: 18px;
}
.attach-selected {
  display: none;
  color: #1a1a1a;
}
.attach-files {
  display: none;
  margin-top: 10px;
  padding: 14px 12px 12px 22px;
  border-radius: 2px;
  background-color: #f6f6f6;
}
.attach-files__item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.attach-files em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.2;
  color: #666;
}
.attach-files span {
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3px;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}
.attach-files .btn-del {
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 31px;
  height: 31px;
  margin-left: auto;
  cursor: pointer;
}
.attach-files .btn-del::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -448px -158px;
  width: 11px;
  height: 11px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}

.file__button {
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 111px;
  height: 52px;
  cursor: pointer;
  background: #e5e5e5;
  color: #666;
  line-height: 52px;
  text-align: center;
  vertical-align: middle;
  border-radius: 1px;
}
.file__button.disabled {
  pointer-events: none;
  background-color: #e5e5e5;
}
.file__button:disabled {
  background-color: #e5e5e5;
}
.file__button + .file__button {
  margin-left: 9px;
  color: #fff;
  background: #aaabab;
}

.filter-year {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.filter-year__box {
  position: relative;
  width: 70px;
  height: 40px;
}
.filter-year__box:after {
  position: absolute;
  top: 50%;
  right: 0;
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -22px -426px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.filter-year__input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.filter-year__text {
  margin: 0 22px;
}
.filter-year__length {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  min-width: 39px;
  height: 27px;
  padding: 0 3px;
  margin-left: 18px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-menu {
  padding: 24px 20px 20px;
  border-radius: 0;
  border-color: #1a1a1a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu:before, .dropdown-menu:after {
  display: none;
}
.dropdown-menu .table-condensed th.prev:hover, .dropdown-menu .table-condensed th.next:hover {
  background: none;
}
.dropdown-menu .table-condensed th.datepicker-switch {
  padding-bottom: 20px;
  font-size: 18px;
  color: #1a1a1a;
  pointer-events: none;
}
.dropdown-menu .table-condensed th.datepicker-switch:hover {
  background: none;
}
.dropdown-menu .table-condensed th button {
  position: relative;
  width: 20px;
  height: 20px;
}
.dropdown-menu .table-condensed th button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -6px;
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -448px -270px;
  width: 11px;
  height: 7px;
  content: "";
}
.dropdown-menu .table-condensed th button.btn-prev:before {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.dropdown-menu .table-condensed th button.btn-next:before {
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.dropdown-menu .table-condensed td {
  width: 240px;
  padding: 0;
  border-radius: 0;
  background-color: #f1f1f1;
}
.dropdown-menu .table-condensed td span.year {
  width: 80px;
  height: 48px;
  margin: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 48px;
  color: #666;
}
.dropdown-menu .table-condensed td span.year.old, .dropdown-menu .table-condensed td span.year.new {
  color: #666;
}
.dropdown-menu .table-condensed td span.year:hover {
  background-color: #bebebe;
  color: #fff;
}
.dropdown-menu .table-condensed td span.focused, .dropdown-menu .table-condensed td span.active, .dropdown-menu .table-condensed td span.active:hover, .dropdown-menu .table-condensed td span.active.active, .dropdown-menu .table-condensed td span.active.active:hover {
  background: none;
  background-color: #bebebe;
  color: #fff;
  text-shadow: none;
}
.dropdown-menu + .file__button {
  margin-left: 9px;
}

.btn {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn__layer-search {
  width: 68px;
  height: 68px;
}
.btn__layer-search::before {
  display: block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -371px -261px;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.btn__layer-search.is-active {
  background: #000;
}
.btn__layer-search.is-active::before {
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -371px -232px;
  width: 25px;
  height: 25px;
}
.btn__layer-close {
  width: 68px;
  height: 68px;
}
.btn__layer-close::before {
  display: block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -401px -318px;
  width: 21px;
  height: 21px;
  margin: 0 auto;
}
.btn__top {
  width: 68px;
  height: 68px;
  border: 1px solid #e5e5e5;
}
.btn__top::before {
  display: block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -429px 0px;
  width: 15px;
  height: 22px;
  margin: 0 auto;
}
.btn__top.is-active {
  background: #000;
}
.btn__top.is-active::before {
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: 0px -400px;
  width: 15px;
  height: 22px;
}
.btn__favorite {
  width: 60px;
  height: 60px;
}
.btn__favorite::before {
  display: block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -70px -341px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.btn__favorite:hover, .btn__favorite.is-active {
  background-color: rgba(26, 26, 26, 0.65);
}
.btn__favorite:hover::before, .btn__favorite.is-active::before {
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -36px -341px;
  width: 30px;
  height: 30px;
}
.btn__menu::before {
  display: block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -401px -343px;
  width: 20px;
  height: 22px;
  margin: 0 auto;
}
.btn__prev {
  height: 22px;
}
.btn__prev::before {
  display: block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -19px -400px;
  width: 22px;
  height: 15px;
  margin: 0 auto;
}
.btn__next {
  height: 22px;
}
.btn__next::before {
  display: block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -45px -400px;
  width: 22px;
  height: 15px;
  margin: 0 auto;
}
.btn__check {
  height: 52px;
  padding: 0 23px;
  font-size: 18px;
  line-height: 13px;
  background: #aaabab;
  color: #fff;
  vertical-align: top;
}
.btn__check:hover,
.btn__check .is-active {
  background: #aaabab;
}
.btn__nav-top::before {
  display: block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: 0px -400px;
  width: 15px;
  height: 22px;
  margin: 0 auto;
}
.btn__line {
  width: 200px;
  height: 72px;
  border: 1px solid #000;
  color: #1a1a1a;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 0.6s 0s;
  transition: all ease-in-out 0.6s 0s;
}
.btn__line:hover, .btn__line.is-active {
  width: 200px;
  height: 72px;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}
.btn__line.is-disabled {
  background: #e5e5e5;
  width: 200px;
  height: 72px;
  border: 1px solid #e5e5e5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn__bg {
  width: 200px;
  height: 72px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  -webkit-transition: all ease-in-out 0.6s 0s;
  transition: all ease-in-out 0.6s 0s;
  border: 1px solid #1a1a1a;
}
.btn__bg:hover, .btn__bg.is-active {
  width: 200px;
  height: 72px;
  background: #484848;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  border-color: #484848;
}
.btn__bg.is-disabled {
  width: 200px;
  height: 72px;
  background: #e5e5e5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
}
.btn__bg-large {
  width: 260px;
  height: 72px;
  border: 1px solid #1a1a1a;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  -webkit-transition: all ease-in-out 0.6s 0s;
  transition: all ease-in-out 0.6s 0s;
}
.btn__pop-line {
  width: 200px;
  height: 60px;
  border: 1px solid #bebebe;
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn__pop-line:hover, .btn__pop-line.is-active {
  width: 200px;
  height: 60px;
  border: 1px solid #000;
  color: #1a1a1a;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn__pop-line.is-disabled {
  background: #e5e5e5;
  width: 200px;
  height: 60px;
  border: 1px solid #e5e5e5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn__pop-bg {
  width: 200px;
  height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
}
.btn__pop-bg:hover, .btn__pop-bg.is-active {
  width: 200px;
  height: 60px;
  background: rgba(26, 26, 26, 0.8);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
}
.btn__pop-bg.is-disabled {
  width: 200px;
  height: 60px;
  background: #e5e5e5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
}
.btn__download::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill=''%3E%3Cpath fill-rule='evenodd' d='M-.001 20v-7h2v5H20v2H-.001zm18-7.001h2v5h-2v-5zm-4-2.999h-1v1h-1v1h-1v1H9v-1H7.999v-1h-1v-1h-1V9h-1V7h2v1h1v1h1V-.001h2V9h1V8h1V7H15v2h-1.001v1z'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-map {
  display: inline-block;
  width: 16px;
  height: 20px;
}
.btn-map::before {
  display: inline-block;
  content: "";
  background-size: 464px 444px;
  background-image: url("/common/front/img/sprites/normal_v2.png");
  background-position: -448px -24px;
  width: 16px;
  height: 20px;
}
.btn__md {
  min-width: 106px;
  height: 42px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #666;
}

/* Pages */
/* 공통 */
.logo__img {
  height: 20px;
}
.logo__img img {
  height: 20px;
}

.ritzCounty .full-page:nth-child(1) .full-page__item:before {
  background-image: url("../img/main-complete/ritzCounty-img-1.jpg");
}
.ritzCounty .full-page:nth-child(2) .full-page__item:before {
  background-image: url("../img/main-complete/ritzCounty-img-2.jpg");
}

.js-tab-list-inner {
  position: relative;
}
.js-tab-list-inner .tab-wrap {
  position: unset;
}

.bg-box {
  position: relative;
}
.bg-box__notice {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
}

.layer .btn__line, .layer .btn__bg {
  width: 100%;
}
.layer .btn__line:hover, .layer .btn__bg:hover {
  width: 100%;
}

.top-banner {
  min-width: 1240px;
  position: relative;
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  z-index: 25;
}
.top-banner img {
  width: 100%;
  height: auto;
}
.top-banner__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-banner__link .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  height: 100%;
}
.top-banner__link .link-box__item {
  display: inline-block;
  height: 100%;
}
.top-banner__link .link-box__item:nth-child(1) {
  width: 66.5%;
}
.top-banner__link .link-box__item:nth-child(2) {
  width: 33.5%;
}
.top-banner__control {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.top-banner__control a {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  letter-spacing: -0.27px;
  padding: 0 20px;
}
.top-banner__control a.btn-close {
  border-left: 1px solid rgba(110, 96, 96, 0.5);
}

.note-txt {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 1.5;
  letter-spacing: -0.24px;
  text-align: left;
}

.apt-info {
  position: relative;
  z-index: 20;
  height: 60px;
  background-color: #000;
  font-size: 18px;
  color: #fff;
  -webkit-transition: bottom 0.3s ease-in;
  transition: bottom 0.3s ease-in;
}
.apt-info-inner.inner {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.apt-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 60px;
  text-align: left;
}
.apt-tit {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.apt-tit li {
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 70px;
  margin: 0 15px 0 10px;
}

.img-line {
  border: 1px solid #e5e5e5;
}

/* MAIN */
.main-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: url("../img/main-complete/ritzCounty-img-pc.jpg") no-repeat center;
  background-size: cover;
}
.main-bg .keyword-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 60px;
}
.main-bg .keyword-lst__item {
  margin: 0 15px 32px;
}
.main-bg .keyword-lst__item a {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.3px;
  -webkit-transition: color 1200ms;
  transition: color 1200ms;
  position: relative;
  text-shadow: 1px 1px #000;
}
.main-bg .keyword-lst__item a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background: currentColor;
}
.main-top {
  -ms-flex-item-align: center;
      align-self: center;
}
.main-top__title {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
}
.main-top .logo {
  display: block;
  width: 200px;
  margin: 0 auto 25px;
}
.main-top .logo img {
  display: block;
  width: 100%;
}
.main-top .subtit {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  letter-spacing: -0.6px;
  line-height: 1.25;
  margin-top: 25px;
}
.main-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  right: 6.6%;
  padding-right: 60px;
}
.main-number__txt {
  font-size: 23px;
  color: #fff;
  text-shadow: 1px 1px #000;
}
.main-number__txt strong {
  display: inline-block;
}
@media screen and (max-width: 1560px) {
  .main-number {
    padding-right: 0;
  }
}

/* 사업정보 */
.value-main .section:first-child .bg-box {
  height: 100%;
}
.value-main .section:first-child .bg-box__notice {
  left: 70px;
}
.value-main .section--last .tit-area + .info-area {
  margin-bottom: 70px;
}
.value-main .note-txt {
  margin-top: 15px;
}
.value-main .info-list li .tit, .value-main .info-list li p {
  cursor: default;
}
.value-main .swiper-wrapper {
  padding-bottom: 50px;
}
.value-main .swiper-slide {
  min-height: 320px;
}
.value-main .swiper-pagination {
  width: 100% !important;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.value-main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  -webkit-transition: 200ms left, 200ms, 200ms -webkit-transform;
  transition: 200ms left, 200ms, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left, 200ms;
  transition: 200ms transform, 200ms left, 200ms, 200ms -webkit-transform;
}
.value-main .swiper-pagination-bullet-active {
  background-color: #1a1a1a;
}
.value-main .swiper-scrollbar-drag {
  background: #1a1a1a;
}

/* 상품정보 */
.product-info__last {
  height: 500px !important;
}

.apartment-complex .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.33;
  text-align: left;
  position: relative;
}
.apartment-complex .desc[data-mark="*"] {
  padding-left: 13px;
}
.apartment-complex .desc[data-mark="*"]::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: 0;
}
.apartment-complex .desc[data-mark=circle] {
  padding-left: 10px;
}
.apartment-complex .desc[data-mark=circle]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
}
.apartment-complex .product-info__txtarea {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  margin: 0 60px;
  padding: 0 5%;
}
.apartment-complex .product-info__img-box .desc.inside {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 75px;
}
@media screen and (max-width: 1560px) {
  .apartment-complex .product-info__img-box .desc.inside {
    bottom: 42px;
  }
}
.apartment-complex .product-info__img-box.danji {
  margin: 0 60px;
  padding: 0 5%;
}
.apartment-complex .product-info__img-box.danji .desc {
  margin-top: 15px;
}
.apartment-complex .product-info__img-box.dongho {
  margin: 90px 60px 0;
  padding: 0 5%;
}
.apartment-complex .product-info__img-box.dongho[data-box="1"] .dongho-tit {
  width: 25%;
}
.apartment-complex .product-info__img-box.dongho[data-box="2"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.apartment-complex .product-info__img-box.dongho[data-box="2"] .dongho-tit {
  width: 50%;
}
.apartment-complex .product-info__img-box.dongho[data-box="2"] div {
  width: 48.5%;
}
.apartment-complex .product-info__img-box.dongho[data-box="2"] div img {
  width: 100%;
  margin-top: 0;
}
.apartment-complex .product-info__img-box.dongho .dongho-tit {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.apartment-complex .product-info__img-box.dongho .desc {
  margin-top: 5px;
}
.apartment-complex .product-info__img-box.dongho img + img {
  margin-top: 15px;
}

.content-plane .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.33;
  text-align: left;
  position: relative;
}
.content-plane .desc[data-mark="*"] {
  padding-left: 13px;
}
.content-plane .desc[data-mark="*"]::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: 0;
}
.content-plane .desc[data-mark=circle] {
  padding-left: 10px;
}
.content-plane .desc[data-mark=circle]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
}
.content-plane .content-area .plane-info {
  margin: 20px 0 70px 0;
}
.content-plane .content-area .plane-info .info-desc, .content-plane .content-area .plane-info .content-visit .info-desc02, .content-visit .content-plane .content-area .plane-info .info-desc02 {
  margin-top: 0;
}
.content-plane .content-area .plane-info + .btn-box {
  margin-bottom: 70px;
}
.content-plane .content-area .plane_layout__img {
  border: 1px solid #e5e5e5;
}
.content-plane .btn-toggle-checkbox {
  margin-top: 30px;
  position: relative;
}
.content-plane .btn-toggle-checkbox label {
  padding-right: 25px;
}
.content-plane .btn-toggle-checkbox input {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.content-plane .btn-toggle-checkbox .tooltip {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  right: 0;
}
.content-plane .btn-toggle-checkbox .tooltip .ico_question {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18' xml:space='preserve'%3E%3Cpath d='M11.375 7.086c0 .272-.042.513-.126.721s-.222.452-.414.732l-.984 1.416a1.257 1.257 0 0 0-.156.348c-.04.136-.06.252-.06.348v.469h-.864v-.481c0-.401.123-.777.368-1.13l.974-1.402c.145-.216.247-.39.308-.521.06-.133.09-.299.09-.498 0-.408-.13-.746-.39-1.014s-.59-.402-.99-.402c-.416 0-.752.141-1.008.42a1.437 1.437 0 0 0-.384 1.006h-.864c0-.624.214-1.146.642-1.565.428-.42.966-.631 1.614-.631.64 0 1.174.206 1.602.618.428.412.642.935.642 1.566zm-1.656 6.432H8.687V12.51h1.032v1.008z'/%3E%3Cpath d='M9 17.4C4.368 17.4.6 13.631.6 9S4.368.6 9 .6s8.4 3.768 8.4 8.4-3.768 8.4-8.4 8.4zm0-16C4.81 1.4 1.4 4.81 1.4 9s3.41 7.6 7.6 7.6 7.6-3.409 7.6-7.6S13.19 1.4 9 1.4z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.content-plane .btn-toggle-checkbox .tooltip_txt {
  visibility: hidden;
  width: 300px;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -249px;
  margin-left: -65px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.content-plane .btn-toggle-checkbox .tooltip_txt::after {
  content: "";
  position: absolute;
  top: -17px;
  right: 30px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
}
.content-plane .btn-toggle-checkbox .tooltip_txt::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 30px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 5;
}
.content-plane .btn-toggle-checkbox .tooltip:hover .tooltip_txt {
  visibility: visible;
  opacity: 1;
}
.content-plane .plane-cont__tit {
  display: none;
}
.content-plane .plane-cont__tit.isActive {
  display: block;
}
.content-plane .plane-cont__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
.content-plane .plane-cont-info {
  width: 60%;
}
.content-plane .plane-cont-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 30px 0;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-plane .plane-cont-info__list dt {
  width: 25%;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 2.4;
  letter-spacing: -0.5px;
  color: #000;
}
.content-plane .plane-cont-info__list dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(190, 190, 190, 0.5);
  margin-right: 8px;
}
.content-plane .plane-cont-info__list dd {
  width: 25%;
  font-size: 20px;
  text-align: right;
  line-height: 2.4;
  letter-spacing: -0.3px;
  color: #666;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-plane .plane-cont-info__img {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-plane .plane-cont-info__img img {
  width: 100%;
}
.content-plane .plane-cont-info .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-plane .plane-cont-info .title-area .plane-room {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 1.75;
  color: #666;
  margin-left: 50px;
}
.content-plane .plane-cont__gallery figure img {
  width: unset;
}
.content-plane .plane-cont__gallery figure figcaption {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1.2px;
  text-align: center;
  color: #1a1a1a;
}
.content-plane .plane-cont__gallery figure .option-tit .option-tit {
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.33;
  position: absolute;
  bottom: 120px;
  left: 0;
}
.content-plane .plane-cont__gallery figure .option-tit .option-tit small {
  display: block;
}
.content-plane .plane-cont__gallery[data-img="1"] {
  padding: 0;
}
.content-plane .plane-cont__gallery[data-img="1"] .plane-expansion {
  width: 100%;
}
.content-plane .plane-cont__gallery[data-img="1"] .plane-expansion-or-not {
  padding: 0;
}
.content-plane .plane-cont__gallery[data-img="2"] {
  padding: 0;
}
.content-plane .plane-cont__gallery[data-img="2"] .plane-expansion {
  width: 50%;
}
.content-plane .plane-cont__gallery[data-img="2"] .plane-expansion-or-not {
  padding: 40px 0 30px;
}
@media screen and (max-width: 1420px) {
  .content-plane .plane-cont__gallery[data-img="2"] .plane-expansion-or-not {
    display: block;
  }
  .content-plane .plane-cont__gallery[data-img="2"] .plane-expansion-or-not .plane-expansion {
    margin: 0 auto 50px;
  }
}
.content-plane .plane-cont__gallery[data-img="2"] .plane-expansion-or-not .plane-expansion img {
  width: unset;
}
.content-plane .plane-cont__gallery[data-img="3"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 70px 0 0;
}
.content-plane .plane-cont__gallery[data-img="3"] .plane-expansion__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.content-plane .plane-cont__gallery[data-img="3"] .plane-expansion__option .plane-expansion {
  width: 50%;
}
.content-plane .plane-cont__gallery[data-img="3"] .plane-expansion__option .plane-expansion figure img {
  width: unset;
}
.content-plane .plane-cont__gallery[data-img="3"] .plane-expansion__option .plane-expansion figure figcaption {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1.2px;
  text-align: center;
  color: #1a1a1a;
}
@media screen and (max-width: 1420px) {
  .content-plane .plane-cont__gallery[data-img="3"] .plane-expansion__option {
    display: block;
  }
  .content-plane .plane-cont__gallery[data-img="3"] .plane-expansion__option .plane-expansion {
    margin: 0 auto 50px;
  }
  .content-plane .plane-cont__gallery[data-img="3"] .plane-expansion__option .plane-expansion figure img {
    width: 100%;
  }
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider, .content-plane .plane-cont__gallery[data-img="3"] .option-img {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 70px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-button-next, .content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-button-prev, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-button-next, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: 0;
  bottom: 20px;
  right: 120px;
  top: unset;
  z-index: 5;
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-button-next::before, .content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-button-prev::before, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-button-next::before, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-button-prev::before {
  content: "";
  width: 10px;
  height: 18px;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' fill=''%3E%3Cpath fill-rule='evenodd' d='M10 9.997V10H9v1H8v1H7v1H6v1H5v1H4v1H3v1H2v1H0v-2h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1V8H6V7H5V6H4V5H3V4H2V3H1V2H0V0h2v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v.997h.011v1H10z' opacity='.2'/%3E%3C/svg%3E") no-repeat;
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-button-next::after, .content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-button-prev::after, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-button-next::after, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-button-prev::after {
  content: none;
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-button-prev, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-button-prev {
  right: auto;
  left: 120px;
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-button-prev::before, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-button-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-pagination, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-pagination {
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-pagination-bullet, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  margin-right: 5px;
}
.content-plane .plane-cont__gallery[data-img="3"] .option_slider .swiper-pagination-bullet-active, .content-plane .plane-cont__gallery[data-img="3"] .option-img .swiper-pagination-bullet-active {
  background: #1a1a1a;
}
@media screen and (max-width: 1420px) {
  .content-plane .plane-cont__gallery[data-img="3"] .option_slider figure img, .content-plane .plane-cont__gallery[data-img="3"] .option-img figure img {
    width: 100%;
  }
}
.content-plane .plane-cont__gallery[data-img="4"] .plane-expansion__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 1420px) {
  .content-plane .plane-cont__gallery[data-img="4"] .plane-expansion__option {
    display: block;
  }
  .content-plane .plane-cont__gallery[data-img="4"] .plane-expansion__option .plane-expansion {
    margin: 0 auto 50px;
  }
}
.content-plane .plane-cont__gallery[data-img="4"] .plane-expansion__option .plane-expansion {
  width: 50%;
}
.content-plane .plane-cont__gallery[data-img="4"] .plane-expansion__option .plane-expansion:not(:nth-child(1), :nth-child(2)) {
  margin-top: 30px;
}
@media screen and (max-width: 1420px) {
  .content-plane .plane-cont__gallery[data-img="4"] .plane-expansion__option .plane-expansion figure {
    width: 100%;
  }
}

.content-community .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.33;
  text-align: left;
  position: relative;
}
.content-community .desc-wrap {
  margin-top: 10px;
}
.content-community .desc[data-mark="*"] {
  padding-left: 13px;
}
.content-community .desc[data-mark="*"]::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: 0;
}
.content-community .desc[data-mark=circle] {
  padding-left: 10px;
}
.content-community .desc[data-mark=circle]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
}
.content-community .community-img-txt {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 19px;
}
.content-community .community-img-txt small {
  display: block;
  font-weight: 300;
  margin-top: 10px;
}
.content-community .community-img-txt02 {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 20px;
}
.content-community .community-img-txt02 + .desc-wrap {
  margin-top: 30px;
}
.content-community .content-img-boxarea + .desc-wrap {
  margin-top: 80px;
}
.content-community .content-img-boxarea .community-iso {
  margin-top: 120px;
}
.content-community .content-img-boxarea .community-iso img + img {
  margin-top: 20px;
}
.content-community .content-img-boxarea .community-iso img + img:not(:last-child) {
  margin-top: 120px;
}
.content-community .content-img-boxarea .img-product-info-txt02 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 19px;
}
.content-community .content-img-boxarea .img-product-info-subtxt {
  font-size: 22px;
  font-weight: 300;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 15px;
}
.content-community .content-img-boxarea .img-product-info-txt {
  font-size: 22px;
  font-weight: 700;
}
.content-community .info-section:first-child {
  border-top: 0;
  padding-top: 0;
}
.content-community .info-section.no-line {
  border-top: 0;
}
.content-community .info-section.img-only {
  padding-top: 0;
}
.content-community .info-section .product-img-only {
  margin-bottom: 60px;
}
.content-community .product-info.full {
  padding-top: 0;
  margin-top: -146px;
}
.content-community .product-info.full:last-child {
  margin-bottom: 60px;
}
.content-community .product-info.full .community-img-box {
  padding: 0 150px;
}
.content-community .product-info.full .img-box {
  padding: 80px 150px 0;
}
.content-community .product-info.full img {
  width: 100%;
}
.content-community .product-info.full .product-info__txtarea {
  text-align: left;
  padding: 40px 0 0 150px;
}
.content-community .product-info.full .product-info__txtarea.sub .product-info-txt {
  margin-top: 20px;
  font-size: 22px;
}
.content-community .product-info__txtarea {
  margin: 0 auto;
  text-align: center;
}
.content-community .product-info .product-leftright-layout--type2 {
  margin-top: 100px;
}
.content-community .product-info .product-leftright-layout--type2 .product-info__txtarea {
  -ms-flex-item-align: center;
      align-self: center;
  word-break: keep-all;
  padding: 28px 5% 0 10px;
}
.content-community .product-info .product-leftright-layout--type2 .product-info__img-box {
  text-align: left;
}

.content-smart-system .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.33;
  text-align: left;
  position: relative;
}
.content-smart-system .desc[data-mark="*"] {
  padding-left: 13px;
}
.content-smart-system .desc[data-mark="*"]::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: 0;
}
.content-smart-system .desc[data-mark=circle] {
  padding-left: 10px;
}
.content-smart-system .desc[data-mark=circle]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
}
.content-smart-system .info-section:first-child {
  border-top: 1px solid #e5e5e5;
  padding-top: 145px;
}
.content-smart-system .product-img-only .inner {
  max-width: unset;
  margin: 0 60px;
}
.content-smart-system .product-img-list .inner {
  max-width: unset;
  margin: 0 60px;
}
.content-smart-system .product-img-list .product-info-tit {
  margin: 0 0 78px;
}
.content-smart-system .product-img-list .product-info__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-smart-system .product-img-list .product-info__list .list-item:not(:nth-child(-n+3)) {
  margin-top: 94px;
}
.content-smart-system .product-img-list .list-img-box {
  border: 1px solid #e5e5e5;
}

/* 분양정보 */
.sub-information .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.33;
  text-align: left;
  position: relative;
}
.sub-information .desc-wrap {
  max-width: 1260px;
  margin: 10px auto 0;
}
.sub-information .desc.more_big {
  font-size: 20px;
  color: #1a1a1a;
  word-break: keep-all;
}
.sub-information .desc[data-mark="*"] {
  padding-left: 13px;
}
.sub-information .desc[data-mark="*"]::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: 0;
}
.sub-information .desc[data-mark=※] {
  padding-left: 15px;
}
.sub-information .desc[data-mark=※]::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.sub-information .desc[data-mark=circle] {
  padding-left: 10px;
}
.sub-information .desc[data-mark=circle]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
}
.sub-information .summary__img-box .bg-box__notice {
  left: 73px;
}
.sub-information .provision__tbl-box {
  margin-bottom: 40px;
}
.sub-information .provision__tbl-box table span {
  display: block;
}
.sub-information .provision .btn-box--flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 60px;
}
.sub-information .provision .btn-box--flex[data-count=even] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sub-information .provision .btn-box--flex[data-count=even] .btn:nth-child(3n-1) {
  margin-left: 70px;
  margin-right: 70px;
}
@media (max-width: 1500px) {
  .sub-information .provision .btn-box--flex[data-count=even] .btn:nth-child(3n-1) {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.sub-information .provision .btn-box--flex[data-count=odd] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sub-information .provision .btn-box--flex[data-count=center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-information .provision .btn-box--flex[data-count=center] .btn + .btn {
  margin-left: 80px;
}
.sub-information .provision .btn-box--flex.wide {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.sub-information .provision .btn-box--flex.wide .btn {
  width: 450px;
}
.sub-information .provision .btn-box--flex.wide .btn:nth-child(n+3) {
  margin-top: 30px;
}
.sub-information .provision .btn-box--flex .btn {
  width: 370px;
  margin: 0;
}
.sub-information .provision .btn-box--flex .btn:nth-child(n+4) {
  margin-top: 30px;
}
.sub-information .tbl.txt-center th, .sub-information .tbl.txt-center td {
  text-align: center;
}
.sub-information .tbl.txt-center.last-left td:last-child {
  text-align: left;
}
.sub-information .tbl.txt-center.last-left td.txt-c {
  text-align: center !important;
}
.sub-information .tbl th.center, .sub-information .tbl td.center {
  text-align: center;
}
.sub-information .tbl th.bold, .sub-information .tbl td.bold {
  font-weight: 500;
}
.sub-information .tbl + .table__item--desc {
  font-size: 16px;
  margin-top: 15px;
}
.sub-information .tbl.type5 th:not(:last-child), .sub-information .tbl.type5 td:not(:last-child) {
  border-right: 1px solid #e5e5e5;
  word-break: keep-all;
}
.sub-information .tbl.type5 th.border-r, .sub-information .tbl.type5 td.border-r {
  border-right: 1px solid #e5e5e5;
}
.sub-information .tbl.type5 th.border-b-b, .sub-information .tbl.type5 td.border-b-b {
  border-bottom: 1px solid #bebebe;
}
.sub-information .tbl.type5 td:last-child {
  text-align: left;
  word-break: keep-all;
}
.sub-information .h-tit-noti p {
  padding-left: 50px;
  position: relative;
}
.sub-information .h-tit-noti p::before {
  position: absolute;
  left: 0;
}
.sub-information .h-tit-noti p .noti-txt {
  line-height: 1.3;
  padding-left: 13px;
  text-indent: -13px;
}
.sub-information .h-tit-noti p .noti-txt + .noti-txt {
  margin-top: 5px;
}
.sub-information .sub-scription-history .btn-box--flex,
.sub-information .contract .btn-box--flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 117px;
}
.sub-information .sub-scription-history .btn-box--flex[data-count=even],
.sub-information .contract .btn-box--flex[data-count=even] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sub-information .sub-scription-history .btn-box--flex[data-count=even] .btn:nth-child(3n-1),
.sub-information .contract .btn-box--flex[data-count=even] .btn:nth-child(3n-1) {
  margin-left: 70px;
  margin-right: 70px;
}
@media (max-width: 1500px) {
  .sub-information .sub-scription-history .btn-box--flex[data-count=even] .btn:nth-child(3n-1),
.sub-information .contract .btn-box--flex[data-count=even] .btn:nth-child(3n-1) {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.sub-information .sub-scription-history .btn-box--flex[data-count=odd],
.sub-information .contract .btn-box--flex[data-count=odd] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sub-information .sub-scription-history .btn-box--flex[data-count=center],
.sub-information .contract .btn-box--flex[data-count=center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-information .sub-scription-history .btn-box--flex[data-count=center] .btn + .btn,
.sub-information .contract .btn-box--flex[data-count=center] .btn + .btn {
  margin-left: 80px;
}
.sub-information .sub-scription-history .btn-box--flex.wide,
.sub-information .contract .btn-box--flex.wide {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.sub-information .sub-scription-history .btn-box--flex.wide .btn,
.sub-information .contract .btn-box--flex.wide .btn {
  width: 450px;
}
.sub-information .sub-scription-history .btn-box--flex.wide .btn:nth-child(n+3),
.sub-information .contract .btn-box--flex.wide .btn:nth-child(n+3) {
  margin-top: 30px;
}
.sub-information .sub-scription-history .btn,
.sub-information .contract .btn {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  width: 370px;
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: -0.45px;
  text-align: center;
  border: solid 1px #e5e5e5;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-information .sub-scription-history .btn.black,
.sub-information .contract .btn.black {
  background-color: #000;
  color: #fff;
  border: 0;
}
.sub-information .sub-scription-history .btn:before,
.sub-information .contract .btn:before {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill-rule='evenodd' d='M-.001 20v-7h2v5H20v2H-.001zm18-7.001h2v5h-2v-5zm-4-2.999h-1v1h-1v1h-1v1H9v-1H7.999v-1h-1v-1h-1V9h-1V7h2v1h1v1h1V-.001h2V9h1V8h1V7H15v2h-1.001v1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}
.sub-information .sub-scription-history .btn:nth-child(n+4),
.sub-information .contract .btn:nth-child(n+4) {
  margin-top: 30px;
}
.sub-information .sub-scription-history .btn span,
.sub-information .contract .btn span {
  vertical-align: middle;
}
.sub-information .betwwen_txt {
  margin: 20px auto;
  text-align: left;
  word-break: keep-all;
  line-height: 1.2;
}

.location-info .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.33;
  text-align: left;
  position: relative;
}
.location-info .desc[data-mark="*"] {
  padding-left: 13px;
}
.location-info .desc[data-mark="*"]::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: 0;
}
.location-info .desc[data-mark=circle] {
  padding-left: 10px;
}
.location-info .desc[data-mark=circle]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
}
.location-info .apt-map {
  z-index: 0;
}
.location-info .map-marker, .location-info .map-marker-black {
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url("/jsp/front/po/190197/static/img/ico-marker-brown.png") no-repeat;
  background-size: 16px 20px;
  margin-right: 5px;
}
.location-info .map-marker-black {
  background: url("/jsp/front/po/190197/static/img/ico-marker-black.png") no-repeat;
  background-size: 16px 20px;
}

/* 사이버 주택전시관 */
.content-housing-exhibition-hall .product-gallery__title {
  margin-bottom: 80px;
}
.content-housing-exhibition-hall .product-gallery__title h3 {
  font-size: 36px;
}
.content-housing-exhibition-hall .product-gallery__title p {
  margin-top: 40px;
  font-size: 24px;
}
.content-housing-exhibition-hall .product-gallery .btn-box a {
  cursor: pointer;
}

/* 소식 > 단지 이벤트 */
.event-list__info {
  width: 51.2%;
}

/* 사전방문예약 */
.content-visit .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.33;
  text-align: left;
  position: relative;
}
.content-visit .desc[data-mark="*"] {
  padding-left: 13px;
}
.content-visit .desc[data-mark="*"]::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: 0;
}
.content-visit .desc[data-mark=circle] {
  padding-left: 10px;
}
.content-visit .desc[data-mark=circle]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
}
.content-visit .visit-confirm-btn .btn__bg.is-disabled {
  border-color: #e5e5e5;
  cursor: default;
}
.content-visit .reservation-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.content-visit .reservation-list li:nth-child(n+3) {
  margin-top: 30px;
}
.content-visit .desc {
  position: relative;
}
.content-visit .desc.mt-1 {
  margin-top: 1px;
}
.content-visit .desc.mt-2 {
  margin-top: 2px;
}
.content-visit .desc.mt-3 {
  margin-top: 3px;
}
.content-visit .desc.mt-4 {
  margin-top: 4px;
}
.content-visit .desc.mt-5 {
  margin-top: 5px;
}
.content-visit .desc.mt-6 {
  margin-top: 6px;
}
.content-visit .desc.mt-7 {
  margin-top: 7px;
}
.content-visit .desc.mt-8 {
  margin-top: 8px;
}
.content-visit .desc.mt-9 {
  margin-top: 9px;
}
.content-visit .desc.mt-10 {
  margin-top: 10px;
}
.content-visit .desc.mt-11 {
  margin-top: 11px;
}
.content-visit .desc.mt-12 {
  margin-top: 12px;
}
.content-visit .desc.mt-13 {
  margin-top: 13px;
}
.content-visit .desc.mt-14 {
  margin-top: 14px;
}
.content-visit .desc.mt-15 {
  margin-top: 15px;
}
.content-visit .desc.mt-16 {
  margin-top: 16px;
}
.content-visit .desc.mt-17 {
  margin-top: 17px;
}
.content-visit .desc.mt-18 {
  margin-top: 18px;
}
.content-visit .desc.mt-19 {
  margin-top: 19px;
}
.content-visit .desc.mt-20 {
  margin-top: 20px;
}
.content-visit .desc.mt-21 {
  margin-top: 21px;
}
.content-visit .desc.mt-22 {
  margin-top: 22px;
}
.content-visit .desc.mt-23 {
  margin-top: 23px;
}
.content-visit .desc.mt-24 {
  margin-top: 24px;
}
.content-visit .desc.mt-25 {
  margin-top: 25px;
}
.content-visit .desc.mt-26 {
  margin-top: 26px;
}
.content-visit .desc.mt-27 {
  margin-top: 27px;
}
.content-visit .desc.mt-28 {
  margin-top: 28px;
}
.content-visit .desc.mt-29 {
  margin-top: 29px;
}
.content-visit .desc.mt-30 {
  margin-top: 30px;
}
.content-visit .desc.mt-31 {
  margin-top: 31px;
}
.content-visit .desc.mt-32 {
  margin-top: 32px;
}
.content-visit .desc.mt-33 {
  margin-top: 33px;
}
.content-visit .desc.mt-34 {
  margin-top: 34px;
}
.content-visit .desc.mt-35 {
  margin-top: 35px;
}
.content-visit .desc.mt-36 {
  margin-top: 36px;
}
.content-visit .desc.mt-37 {
  margin-top: 37px;
}
.content-visit .desc.mt-38 {
  margin-top: 38px;
}
.content-visit .desc.mt-39 {
  margin-top: 39px;
}
.content-visit .desc.mt-40 {
  margin-top: 40px;
}
.content-visit .desc.mt-41 {
  margin-top: 41px;
}
.content-visit .desc.mt-42 {
  margin-top: 42px;
}
.content-visit .desc.mt-43 {
  margin-top: 43px;
}
.content-visit .desc.mt-44 {
  margin-top: 44px;
}
.content-visit .desc.mt-45 {
  margin-top: 45px;
}
.content-visit .desc.mt-46 {
  margin-top: 46px;
}
.content-visit .desc.mt-47 {
  margin-top: 47px;
}
.content-visit .desc.mt-48 {
  margin-top: 48px;
}
.content-visit .desc.mt-49 {
  margin-top: 49px;
}
.content-visit .desc.mt-50 {
  margin-top: 50px;
}
.content-visit .desc.mt-51 {
  margin-top: 51px;
}
.content-visit .desc.mt-52 {
  margin-top: 52px;
}
.content-visit .desc.mt-53 {
  margin-top: 53px;
}
.content-visit .desc.mt-54 {
  margin-top: 54px;
}
.content-visit .desc.mt-55 {
  margin-top: 55px;
}
.content-visit .desc.mt-56 {
  margin-top: 56px;
}
.content-visit .desc.mt-57 {
  margin-top: 57px;
}
.content-visit .desc.mt-58 {
  margin-top: 58px;
}
.content-visit .desc.mt-59 {
  margin-top: 59px;
}
.content-visit .desc.mt-60 {
  margin-top: 60px;
}
.content-visit .desc.mt-61 {
  margin-top: 61px;
}
.content-visit .desc.mt-62 {
  margin-top: 62px;
}
.content-visit .desc.mt-63 {
  margin-top: 63px;
}
.content-visit .desc.mt-64 {
  margin-top: 64px;
}
.content-visit .desc.mt-65 {
  margin-top: 65px;
}
.content-visit .desc.mt-66 {
  margin-top: 66px;
}
.content-visit .desc.mt-67 {
  margin-top: 67px;
}
.content-visit .desc.mt-68 {
  margin-top: 68px;
}
.content-visit .desc.mt-69 {
  margin-top: 69px;
}
.content-visit .desc.mt-70 {
  margin-top: 70px;
}
.content-visit .desc.mt-71 {
  margin-top: 71px;
}
.content-visit .desc.mt-72 {
  margin-top: 72px;
}
.content-visit .desc.mt-73 {
  margin-top: 73px;
}
.content-visit .desc.mt-74 {
  margin-top: 74px;
}
.content-visit .desc.mt-75 {
  margin-top: 75px;
}
.content-visit .desc.mt-76 {
  margin-top: 76px;
}
.content-visit .desc.mt-77 {
  margin-top: 77px;
}
.content-visit .desc.mt-78 {
  margin-top: 78px;
}
.content-visit .desc.mt-79 {
  margin-top: 79px;
}
.content-visit .desc.mt-80 {
  margin-top: 80px;
}
.content-visit .desc.mt-81 {
  margin-top: 81px;
}
.content-visit .desc.mt-82 {
  margin-top: 82px;
}
.content-visit .desc.mt-83 {
  margin-top: 83px;
}
.content-visit .desc.mt-84 {
  margin-top: 84px;
}
.content-visit .desc.mt-85 {
  margin-top: 85px;
}
.content-visit .desc.mt-86 {
  margin-top: 86px;
}
.content-visit .desc.mt-87 {
  margin-top: 87px;
}
.content-visit .desc.mt-88 {
  margin-top: 88px;
}
.content-visit .desc.mt-89 {
  margin-top: 89px;
}
.content-visit .desc.mt-90 {
  margin-top: 90px;
}
.content-visit .desc.mt-91 {
  margin-top: 91px;
}
.content-visit .desc.mt-92 {
  margin-top: 92px;
}
.content-visit .desc.mt-93 {
  margin-top: 93px;
}
.content-visit .desc.mt-94 {
  margin-top: 94px;
}
.content-visit .desc.mt-95 {
  margin-top: 95px;
}
.content-visit .desc.mt-96 {
  margin-top: 96px;
}
.content-visit .desc.mt-97 {
  margin-top: 97px;
}
.content-visit .desc.mt-98 {
  margin-top: 98px;
}
.content-visit .desc.mt-99 {
  margin-top: 99px;
}
.content-visit .desc.mt-100 {
  margin-top: 100px;
}
.content-visit .desc.mt-101 {
  margin-top: 101px;
}
.content-visit .desc.mt-102 {
  margin-top: 102px;
}
.content-visit .desc.mt-103 {
  margin-top: 103px;
}
.content-visit .desc.mt-104 {
  margin-top: 104px;
}
.content-visit .desc.mt-105 {
  margin-top: 105px;
}
.content-visit .desc.mt-106 {
  margin-top: 106px;
}
.content-visit .desc.mt-107 {
  margin-top: 107px;
}
.content-visit .desc.mt-108 {
  margin-top: 108px;
}
.content-visit .desc.mt-109 {
  margin-top: 109px;
}
.content-visit .desc.mt-110 {
  margin-top: 110px;
}
.content-visit .desc.mt-111 {
  margin-top: 111px;
}
.content-visit .desc.mt-112 {
  margin-top: 112px;
}
.content-visit .desc.mt-113 {
  margin-top: 113px;
}
.content-visit .desc.mt-114 {
  margin-top: 114px;
}
.content-visit .desc.mt-115 {
  margin-top: 115px;
}
.content-visit .desc.mt-116 {
  margin-top: 116px;
}
.content-visit .desc.mt-117 {
  margin-top: 117px;
}
.content-visit .desc.mt-118 {
  margin-top: 118px;
}
.content-visit .desc.mt-119 {
  margin-top: 119px;
}
.content-visit .desc[data-mark=※] {
  padding-left: 20px;
}
.content-visit .desc[data-mark=※]::before {
  content: "※";
  display: block;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.content-visit .desc[data-mark="*"] {
  padding-left: 15px;
}
.content-visit .desc[data-mark="*"]::before {
  content: "*";
  display: block;
  font-size: inherit;
  position: absolute;
  top: 5px;
  left: 0;
}
.content-visit .desc[data-mark=circle] {
  padding-left: 10px;
}
.content-visit .desc[data-mark=circle]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
}
.content-visit .info-desc, .content-visit .info-desc02 {
  text-align: left;
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  line-height: 1.33;
}
.content-visit .info-desc02 {
  max-width: 1260px;
  width: 100%;
  margin: 15px auto 0;
}
.content-visit .info-desc.community-info, .content-visit .community-info.info-desc02 {
  margin-top: 120px;
}
.content-visit-calender .visit-calender-box .calender-area .calender-swiper .swiper-slide .calender-tb {
  height: 100%;
}
.content-visit-calender .visit-calender-box option:disabled {
  color: #bebebe;
}
.content-visit-calender .visit-calender-noti {
  border-left: 0;
  border-right: 0;
}
.content-visit-calender .visit-calender-btn {
  border: 0;
}
.content-visit-reservation .reservation-box-info-detail dl dd {
  text-align: left;
}
.content-visit-reservation .reservation-box-info-detail dl dt:nth-child(n+3), .content-visit-reservation .reservation-box-info-detail dl dd:nth-child(n+3) {
  margin-top: 20px;
}

.visit-select__tit {
  line-height: 1.25;
  word-break: break-all;
}
.visit-confirm-btn .btn__bg.is-disabled {
  border-color: #e5e5e5;
  cursor: default;
}
.visit-layer-content {
  font-weight: 500;
  line-height: 1.5;
}
.visit-layer-list {
  background-color: #f6f6f6;
  line-height: 1.5;
  margin-top: 30px;
  padding: 20px;
}
.visit-reservation-complete-btn.txt-no {
  margin-top: 40px;
}

/* 사전방문예약 > 상담사 선택 */
.layer.layer-counsel .layer-tit {
  height: unset;
  min-height: 90px;
  text-overflow: unset;
  white-space: unset;
  line-height: 1.25;
  padding: 25px 70px 25px 40px;
  overflow: unset;
}
.layer.layer-counsel .layer-tit::before {
  content: none;
}

/* 계약자 메뉴 */
.contractor-top {
  padding: 300px 0 117px;
}
.contractor__tit {
  font-size: 80px;
  font-weight: 700;
  font-family: "Didot LT STD";
}
.contractor__subtit {
  font-size: 32px;
  font-weight: 500;
  margin-top: 45px;
}
.contractor-btn {
  margin-top: 65px;
}
.contractor-btn a {
  cursor: pointer;
}
.contractor-bottom {
  margin-top: 90px;
  margin-bottom: 180px;
}
.contractor-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e5e5e5;
}
.contractor-info__item {
  width: 33.3%;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contractor-info__item:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
.contractor-info .item__tit {
  font-size: 24px;
  font-weight: 700;
}
.contractor-info .item__txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  word-break: keep-all;
  margin-top: 20px;
}
.contractor-info .item__icon {
  display: block;
  margin-top: 60px;
}
.contractor-info .item__icon.icon01 {
  width: 56px;
  height: 51px;
  background: url("/jsp/front/po/190197/static/img/contractor-icon01.png") no-repeat 0 0;
}
.contractor-info .item__icon.icon02 {
  width: 62px;
  height: 50px;
  background: url("/jsp/front/po/190197/static/img/contractor-icon02.png") no-repeat 0 0;
}
.contractor-info .item__icon.icon03 {
  width: 53px;
  height: 53px;
  background: url("/jsp/front/po/190197/static/img/contractor-icon03.png") no-repeat 0 0;
}