@charset "UTF-8";
/*new상담신청*/
.popup-c {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  text-align: center;
}

.popup-c.is-active {
  display: block;
}

.popup-c:before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
}

.popup-c:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.popup-c.type-event {
  z-index: 120;
}

.popup-c.type-event .popup-c__tit {
  padding-top: 30px;
}

.popup-c.type-event .popup-c__close {
  top: 0;
}

.popup-c.type-event .popup-content {
  padding-top: 26px;
}

.popup-c.type-event .popup-content__box {
  width: 100%;
}

.popup-c.type-event .popup-content__box.type-check {
  text-align: left;
}

.popup-c.type-event .popup-content__tit2 {
  text-align: center;
}

.popup-c.type-event .popup-input1 {
  height: 40px;
  font-size: 14px;
}

.popup-c.type-event .popup-select {
  line-height: 40px;
  font-size: 14px;
}

.popup-c.type-event .popup-textarea {
  height: 120px;
  margin-top: 20px;
  font-size: 14px;
}

.popup-c.type-event .popup-content__btn {
  margin-top: 18px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.popup-c.type-event .popup-select__item {
  font-size: 14px;
}

.popup-c.type-event .popup-select__tit, .popup-c.type-event .popup-select2__subject {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.popup-c.type-event .apply-radio + label {
  font-size: 14px;
}

.popup-c.type-event .popup-select:first-child {
  margin-top: 0;
}

.popup-c.type-event .popup-content__check {
  margin-left: 8px;
}

.popup-c.type-event .popup-content__check + label.error {
  margin-left: 8px;
}

.popup-c.type-exam .popup-content__tit2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.popup-c.type-exam .popup-c__close {
  top: 0;
}

.popup-c__wrap {
  position: relative;
  display: inline-block;
  width: 770px;
  vertical-align: middle;
  background-color: #fff;
}

.popup-c__box {
  position: relative;
}

.popup-c__footer {
  padding: 0 50px;
  text-align: left;
}

.popup-c__footer:after {
  display: block;
  clear: both;
  content: '';
}

.popup-c__dl {
  position: relative;
  font-size: 0;
}

.popup-c__dl + .popup-c__dl {
  margin-top: 6px;
}

.popup-c__dt {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 56px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.popup-c__dt span:first-child {
  float: left;
}

.popup-c__dt span:last-child {
  float: right;
}

.popup-c__dt:after {
  display: block;
  clear: both;
  content: '';
}

.popup-c__dd {
  position: relative;
  display: inline-block;
  margin-left: 64px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 300;
}

.popup-c__dd:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 0;
  height: 13px;
  margin: auto 0;
  border-left: 1px solid #ddd;
  content: '';
}

.popup-c__number {
  font-family: 'Roboto', sans-serif;
}

.popup-c__terms {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: all 0.3s;
}

.popup-c__terms.is-active {
  display: block;
  opacity: 1;
  z-index: 10;
}

.popup-c__info {
  display: block;
  width: 100%;
  padding: 24px 0 30px;
  border-top: 1px solid #ddd;
}

.popup-c__info:after {
  display: block;
  clear: both;
  content: '';
}

.popup-c__close {
  position: absolute;
  top: 74px;
  right: -44px;
  overflow: hidden;
  display: block;
  width: 44px;
  height: 44px;
  background: url("../images/common/consultaion/popup_close.gif");
  text-indent: -9999px;
}

.popup-c .invisible {
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.popup-c__tit {
  font-size: 32px;
  font-weight: 500;
}

.popup-c__detail {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center;
}

@media only screen and (max-width: 1025px) {
  .popup-c__tit {
    font-size: 2.4rem;
  }
  .popup-c.type-event .popup-c__tit {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 10;
    background-color: #fff;
  }
  .popup-c.type-event .popup-c__scroll {
    padding-top: 0;
  }
  .popup-c.type-event .popup-c__box {
    padding-top: 60px;
  }
  .popup-c.type-event .popup-c__close {
    top: auto;
  }
  .popup-c.type-event .popup-input1 {
    font-size: 1.4rem;
  }
  .popup-c.type-event .popup-select {
    font-size: 1.4rem;
  }
  .popup-c.type-event .popup-textarea {
    font-size: 1.4rem;
  }
  .popup-c.type-event .popup-content {
    padding-top: 0px;
  }
  .popup-c.type-event .popup-content__btn {
    margin-top: 14px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
  }
  .popup-c.type-event .apply-radio + label {
    font-size: 1.4rem;
  }
  .popup-c.type-event .popup-select__tit, .popup-c.type-event .popup-select2__subject {
    font-size: 1.4rem;
  }
  .popup-c.type-event .popup-select__item {
    font-size: 1.4rem;
  }
  .popup-c.type-exam .popup-content__tit2 {
    font-size: 24px;
  }
  .popup-c.type-exam .popup-c__close {
    top: auto;
  }
  .popup-c__footer {
    padding: 0;
  }
  .popup-c__wrap {
    width: 100%;
    height: 100%;
  }
  .popup-c__box {
    padding: 0 30px;
    height: 100%;
  }
  .popup-c__terms {
    display: none;
    position: fixed;
    top: 74px;
    height: calc(100% - 74px);
  }
  .popup-c__close {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 110;
    width: 100%;
    height: 74px;
    line-height: 74px;
    background-image: none;
    background-color: #666;
    font-size: 17px;
    color: #fff;
    text-indent: 0;
    text-decoration: none;
  }
  .popup-c__dl {
    float: none;
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 680px) {
  .popup-c.type-event .popup-textarea {
    margin-top: 10px;
  }
  .popup-c.type-exam .popup-content {
    padding-top: 20px;
  }
  .popup-c.type-exam .popup-content__tit2 {
    font-size: 2rem;
  }
  .popup-c.type-exam .popup-c__scroll {
    padding-top: 0;
  }
  .popup-c__scroll {
    height: 100%;
    padding: 50px 0 45px;
    box-sizing: border-box;
  }
  .popup-c__box {
    position: static;
    overflow: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .popup-c__box.no-scroll {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .popup-c__dt {
    width: 50px;
    font-size: 1.3rem;
  }
  .popup-c__dd {
    margin-left: 58px;
    font-size: 1.3rem;
  }
  .popup-c__terms {
    top: 50px;
    height: calc(100% - 50px);
  }
  .popup-c__close {
    height: 45px;
    line-height: 45px;
  }
  .popup-c__info {
    padding: 20px 0;
  }
}

.popup-radio {
  margin-top: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.popup-radio__wrap {
  padding: 0 0 0 110px;
  text-align: left;
}

.popup-radio__tit {
  float: left;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}

@media only screen and (max-width: 680px) {
  .popup-radio {
    margin-top: 10px;
    padding: 0 12px;
  }
  .popup-radio.type-age .popup-radio__wrap {
    margin-left: -10px;
  }
  .popup-radio.type-age .apply-radio + label {
    margin-left: 10px;
  }
  .popup-radio.type-age .apply-radio + label + .apply-radio + label {
    margin-top: 5px;
  }
  .popup-radio__tit {
    font-size: 1.4rem;
  }
}

.popup-content {
  display: none;
  padding: 40px 50px 24px;
}

.popup-content.is-active {
  display: block;
}

.popup-content__txt {
  margin: 18px 0 0 0;
  font-size: 16px;
  color: #404040;
}

.popup-content__tit {
  margin: 15px 0 0 0;
  font-size: 28px;
  color: #333;
  font-weight: 300;
}

.popup-content__tit.type-another {
  margin-top: 20px;
}

.popup-content__tit2 {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.popup-content__tit2 strong {
  font-weight: 500;
}

.popup-content__icon {
  width: 150px;
  height: 150px;
}

.popup-content__time {
  display: inline-block;
  height: 26px;
  margin: 12px 0 0 0;
  padding: 0 18px;
  line-height: 26px;
  border-radius: 13px;
  font-size: 15px;
  color: #fff;
  background: #474747;
}

.popup-content__btn {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 24px;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  background-color: #333;
  border: none;
  text-decoration: none;
}

.popup-content__btn.type-katalk {
  background-color: #ffe800;
  color: #391f1f;
}

.popup-content__btn.type-online {
  background-color: #18b3a4;
  color: #ffffff;
}

.popup-content__btn.type-cost {
  background-color: #2d3f5e;
  color: #fff;
}

.popup-content__btn2 {
  color: #666;
  text-decoration: none;
}

.popup-content__info {
  margin: 40px 0 0 0;
  font-size: 15px;
  color: #666;
}

.popup-content__wrap {
  margin-top: 30px;
  margin-left: -80px;
  box-sizing: border-box;
}

.popup-content__wrap:after {
  display: block;
  clear: both;
  content: '';
}

.popup-content__wrap + .popup-content__wrap {
  margin-top: 10px;
}

.popup-content__box {
  float: left;
  width: 50%;
  padding-left: 80px;
  box-sizing: border-box;
  text-align: left;
}

.popup-content__box.type-right {
  float: right;
}

.popup-content__box.type-check {
  margin-left: -8px;
}

.popup-content__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.popup-content__subtit {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 20px;
  text-decoration: none;
  color: inherit;
}

.popup-content__subtit span {
  vertical-align: middle;
}

.popup-content__arrow {
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url("../images/program/popup_arrow.png") no-repeat center center/contain;
  text-indent: -999px;
  transition: transform 0.3s;
}

.popup-content__arrow.is-active {
  transform: rotate(180deg);
}

.popup-content__list {
  margin: 0 0 0 -10px;
  padding: 0;
}

.popup-content__list:after {
  display: block;
  clear: both;
  content: '';
}

.popup-content__item {
  float: left;
  width: 50%;
  padding-left: 10px;
  list-style: none;
  box-sizing: border-box;
}

.popup-content__hide {
  display: none;
}

.popup-content__noti {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.popup-content__check {
  display: inline-block;
  margin-top: 8px;
  text-align: left;
}

@media only screen and (max-width: 1025px) {
  .popup-content {
    padding: 80px 0 18px;
  }
  .popup-content__wrap {
    margin-top: 15px;
    margin-left: 0;
  }
  .popup-content__box {
    width: 100%;
    padding-left: 0;
  }
  .popup-content__box + .popup-content__box {
    margin-top: 15px;
  }
  .popup-content__icon {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 680px) {
  .popup-content {
    padding-top: 30px;
  }
  .popup-content__icon {
    margin-top: 20px;
    width: 100px;
    height: 100px;
  }
  .popup-content__time {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 28px;
    border-radius: 14px;
  }
  .popup-content__info {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .popup-content__txt {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .popup-content__tit {
    font-size: 2.4rem;
  }
  .popup-content__tit2 {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .popup-content__tit2 strong {
    font-weight: 400;
  }
  .popup-content__btn {
    height: 45px;
    margin-top: 20px;
    line-height: 45px;
    font-size: 1.4rem;
  }
  .popup-content__btn2 {
    font-size: 1.3rem;
  }
  .popup-content__subtit {
    font-size: 1.6rem;
  }
  .popup-content__arrow {
    width: 16px;
    height: 16px;
    background: url("../images/program/popup_arrow_m.png") no-repeat center center/contain;
  }
  .popup-content__noti {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .popup-content label.error {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}

.popup-tab__list {
  margin: 0;
  padding: 0;
  height: 74px;
}

.popup-tab__item {
  display: table-cell;
  width: 1%;
  height: inherit;
  vertical-align: middle;
  background-color: #282828;
}

.popup-tab__item.is-active {
  background-color: #fff;
}

.popup-tab__item.is-active .popup-tab__link {
  color: #333;
}

.popup-tab__item.is-active.live .popup-tab__wrap {
  padding-left: 30px;
}

.popup-tab__item.is-active.live .popup-tab__wrap:before {
  width: 24px;
  height: 22x;
  background: url("../images/common/consultaion/naver_icon.png") no-repeat center center/contain;
}

.popup-tab__item.is-active.katalk .popup-tab__wrap {
  padding-left: 30px;
}

.popup-tab__item.is-active.katalk .popup-tab__wrap:before {
  width: 24px;
  height: 22px;
  background: url("../images/common/consultaion/katalk_icon.png") no-repeat center center/contain;
}

.popup-tab__item.is-active.cost .popup-tab__wrap {
  padding-left: 30px;
}

.popup-tab__item.is-active.cost .popup-tab__wrap:before {
  width: 24px;
  height: 22x;
  background: url("../images/common/consultaion/cost_icon.png") no-repeat center center/contain;
}

.popup-tab__link {
  display: block;
  line-height: 74px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.popup-tab__wrap {
  position: relative;
}

.popup-tab__wrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  content: '';
}

@media only screen and (max-width: 680px) {
  .popup-tab {
    position: fixed;
    z-index: 50;
  }
  .popup-tab__list {
    height: 50px;
  }
  .popup-tab__item {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
    background-color: #333;
  }
  .popup-tab__item.is-active {
    background-color: #fff;
  }
  .popup-tab__item.is-active .popup-tab__link {
    color: #333;
  }
  .popup-tab__item.is-active.live .popup-tab__wrap {
    padding-left: 20px;
  }
  .popup-tab__item.is-active.live .popup-tab__wrap:before {
    width: 18px;
    height: 16px;
    background: url("../images/common/consultaion/naver_icon.png") no-repeat center center/contain;
  }
  .popup-tab__item.is-active.katalk .popup-tab__wrap {
    padding-left: 20px;
  }
  .popup-tab__item.is-active.katalk .popup-tab__wrap:before {
    width: 16px;
    height: 16px;
    background: url("../images/common/consultaion/katalk_icon.png") no-repeat center center/contain;
  }
  .popup-tab__item.is-active.cost .popup-tab__wrap {
    padding-left: 20px;
  }
  .popup-tab__item.is-active.cost .popup-tab__wrap:before {
    width: 11px;
    height: 17px;
    background: url("../images/common/consultaion/cost_icon.png") no-repeat center center/contain;
  }
  .popup-tab__link {
    line-height: 50px;
    font-size: 1.3rem;
  }
}

.popup-input1 {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #666;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "돋음, Dotum", "Helvetica Neue", "Helvetica, Arial", "serif";
}

@media only screen and (max-width: 680px) {
  .popup-input1 {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
}

.popup-input1::-ms-clear {
  display: none;
}

.input1__box {
  position: relative;
}

.input1__box + .input1__box {
  margin-top: 10px;
}

.input1__clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  display: block;
  width: 26px;
  height: 26px;
  margin: auto 0;
  background: url("../images/common/consultaion/clear_icon.png");
  border: none;
}

@media only screen and (max-width: 680px) {
  .input1__box:first-child {
    margin-top: 0;
  }
  .input1__box + .input1__box {
    margin-top: 15px;
  }
  .input1__clear {
    width: 25px;
    height: 25px;
    background: url("../images/common/consultaion/clear_icon_m.png") no-repeat center center/contain;
  }
}

.popup-textarea {
  width: 100%;
  height: 170px;
  padding: 12px 15px;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #666;
  border: none;
  text-align: left;
  box-sizing: border-box;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "돋음, Dotum", "Helvetica Neue", "Helvetica, Arial", "serif";
}

.popup-textarea.type-another {
  margin-top: 10px;
  height: 110px;
}

@media only screen and (max-width: 680px) {
  .popup-textarea {
    font-size: 1.4rem;
    padding: 12px;
    height: 120px;
  }
}

.popup-select {
  position: relative;
  margin-top: 10px;
  line-height: 50px;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #666;
  text-align: left;
}

.popup-select.type-another {
  margin-top: 0px;
}

.popup-select.is-active {
  border-bottom: none;
}

.popup-select.is-active .popup-select__list {
  border: 1px solid #d5d5d5;
  border-top: none;
}

.popup-select__tit {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 15px;
  color: #666;
  font-size: 16px;
  border: 1px solid #f2f2f2;
  transition: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.popup-select__tit:after {
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 18px;
  margin: auto 0;
  display: block;
  height: 5px;
  border-left: 5px solid transparent;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}

.popup-select__box {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  background: #f2f2f2;
  z-index: 5;
}

.popup-select__list {
  overflow: auto;
  display: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
}

.popup-select__list.is-active {
  display: block;
}

.popup-select__item {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0 15px;
  border-top: 0;
  color: #666;
  font-size: 16px;
  white-space: nowrap;
}

.popup-select__item.is-hover {
  background-color: #636363;
  color: #fff;
}

.popup-select__item:first-child:after {
  display: block;
}

.popup-select__item.select {
  font-weight: 500;
  color: #333;
}

@media only screen and (max-width: 680px) {
  .popup-select {
    margin-top: 15px;
    line-height: 40px;
  }
  .popup-select__tit {
    padding: 0 12px;
    font-size: 1.4rem;
  }
  .popup-select__item {
    font-size: 1.4rem;
  }
  .popup-select__list {
    max-height: 150px;
  }
}

.popup-select2__list {
  padding: 0;
}

.popup-select2__tit, .popup-select2__subject {
  cursor: default;
  padding: 0 15px;
  border-top: 0;
  color: #666;
  line-height: 50px;
  font-size: 16px;
  font-weight: 100;
}

.popup-select2__subject {
  position: relative;
  display: none;
  margin: 0;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  color: #2a59aa;
  font-weight: 400;
  cursor: pointer;
}

.popup-select2__subject:after {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 18px;
  margin: auto 0;
  display: block;
  height: 5px;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #666;
  content: '';
}

.popup-select2__subject.is-active {
  display: block;
}

.popup-select2__subject.type-another {
  color: #666;
  font-weight: 500;
}

.popup-select2__tit {
  margin: 0;
  background-color: #d0d0d0;
  color: #333;
  font-weight: 400;
}

@media only screen and (max-width: 680px) {
  .popup-select2 {
    line-height: 40px;
  }
  .popup-select2__tit, .popup-select2__subject {
    padding: 0 12px;
    font-size: 1.4rem;
    line-height: 40px;
  }
}

.checkbox02 + label {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
}

@media only screen {
  .checkbox02 {
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }
  .checkbox02 + label {
    position: relative;
    margin-left: 0;
    padding-left: 24px;
    cursor: pointer;
    font-size: 12px;
    color: #666666;
    font-weight: 300;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 668px) {
  .checkbox02 + label {
    font-size: 1.3rem;
  }
}

@media only screen {
  .checkbox02 + label:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #c1c1c1;
    content: '';
    cursor: pointer;
  }
  .checkbox02:checked + label:before {
    border: none;
    background: url("../images/common/consultaion/check_on1.gif");
  }
  .checkbox02.type-cost:checked + label:before {
    border: none;
    background: url("../images/common/consultaion/check_on2.gif");
  }
}

@media only screen and (max-width: 680px) {
  .checkbox02 + label:before {
    top: 1px;
    width: 15px;
    height: 15px;
  }
  .checkbox02:checked + label:before {
    border: none;
    background: url("../images/common/consultaion/check_on1_m.gif");
    background-size: 15px 15px;
  }
  .checkbox02.type-cost:checked + label:before {
    border: none;
    background: url("../images/common/consultaion/check_on2_m.gif");
    background-size: 15px 15px;
  }
}

.terms-c {
  position: relative;
  padding: 35px 50px;
  text-align: left;
  box-sizing: border-box;
}

.terms-c__box + .terms-c__box {
  margin-top: 28px;
}

.terms-c__tit {
  margin: 0;
  font-size: 17px;
  color: #333;
  font-weight: 500;
}

.terms-c__area {
  overflow: auto;
  height: 90px;
  margin-top: 15px;
  padding: 18px 20px;
  background-color: #f2f2f2;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  box-sizing: border-box;
}

.terms-c__area p {
  margin: 0;
}

.terms-c__btn {
  overflow: hidden;
  position: absolute;
  top: 18px;
  right: 16px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/common/consultaion/terms_close.png");
  text-indent: -9999px;
}

@media only screen and (max-width: 1025px) {
  .terms-c__area {
    height: 190px;
  }
}

@media only screen and (max-width: 680px) {
  .terms-c {
    padding: 50px 15px;
  }
  .terms-c__box + .terms-c__box {
    margin-top: 10px;
  }
  .terms-c__tit {
    font-size: 1.6rem;
  }
  .terms-c__area {
    height: 95px;
    margin-top: 10px;
    padding: 5px;
    font-size: 1.3rem;
  }
  .terms-c__btn {
    background: url("../images/common/consultaion/terms_close_m.png") no-repeat center center/contain;
  }
}

.popup-check {
  margin: 0 0 0 -10px;
  padding: 0;
  text-align: left;
}

.popup-check:after {
  display: block;
  clear: both;
  content: '';
}

.popup-check__item {
  float: left;
  width: 50%;
  padding-left: 10px;
  margin-top: 5px;
  box-sizing: border-box;
  list-style: none;
}

.popup-check__wrap {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 6px;
  line-height: 24px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.popup-check__close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: url("../images/common/consultaion/clear_icon_small.png");
  text-indent: -9999px;
}

@media only screen and (max-width: 680px) {
  .popup-check__close {
    background: url("../images/common/consultaion/clear_icon_m.png") no-repeat center center/contain;
  }
}

/*팝업 bottom*/
.popup-t {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  text-align: center;
  font-family: "Nanum Square", "Dotum", "돋움", sans-serif;
}

.popup-t.is-active {
  display: block;
}

.popup-t:before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
}

.popup-t:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.popup-t__wrap {
  position: relative;
  display: inline-block;
  width: 480px;
  padding: 60px 40px 50px;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.popup-t__box + .popup-t__box {
  margin-top: 20px;
}

.popup-t__tit {
  margin: 0;
  font-size: 20px;
  text-align: left;
}

.popup-t__scroll {
  overflow: auto;
  height: 190px;
  margin-top: 10px;
  padding: 18px 0px 18px 18px;
  border: 1px solid #ddd;
  background: #fcfcfc;
  font-size: 14px;
  line-height: 1.7;
  box-sizing: border-box;
  text-align: left;
}

.popup-t__scroll h1, .popup-t__scroll h2, .popup-t__scroll h3, .popup-t__scroll h4, .popup-t__scroll h5, .popup-t__scroll p {
  margin: 0;
}

.popup-t__btn {
  display: inline-block;
  width: 180px;
  color: #fff;
  height: 60px;
  margin-top: 20px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  background: #ff4a2e;
  text-decoration: none;
}

.popup-t__btn:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.popup-t__btn span {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 680px) {
  .popup-t__wrap {
    width: 90vw;
    padding: 30px 20px 20px;
  }
  .popup-t__tit {
    font-size: 1.6rem;
  }
  .popup-t__scroll {
    height: 150px;
    margin-top: 10px;
    padding: 10px 0px 10px 10px;
    font-size: 1.3rem;
  }
  .popup-t__btn {
    display: block;
    width: auto;
    margin-top: 10px;
  }
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ff4a2e;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ff4a2e;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ff4a2e;
}

.popup-m {
  position: absolute;
  top: 7.4%;
  left: 155px;
  z-index: 105;
  font-size: 0;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}

.popup-m.type-first {
  left: 155px;
}

.popup-m.type-second {
  left: 700px;
}

.popup-m.type-bellagel .popup-m__bottom {
  padding: 0;
  font-size: 0;
}

.popup-m.type-bellagel .popup-m__more {
  display: inline-block;
  width: 35.66%;
  background-color: #262626;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.popup-m.type-bellagel .popup-m__span2 {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}

.popup-m.type-bellagel .popup-m__span2:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 6px;
  height: 12px;
  background: url("../images/common/popup/popup_bellagel_arrow.png") no-repeat 0 0/contain;
}

.popup-m.type-bellagel .popup-m__area {
  display: inline-block;
  width: 64.34%;
  padding: 0 18px;
  background-color: #434343;
  vertical-align: middle;
  box-sizing: border-box;
}

.popup-m.type-bellagel .popup-m__close {
  font-size: 14px;
}

.popup-m.is-active {
  display: block;
  opacity: 1;
  vertical-align: middle;
}

.popup-m.is-active .popup-m__img {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.popup-m.is-active .popup-m__bottom {
  max-width: 500px;
}

.popup-m.is-active .popup-m__bottom2 {
  max-width: 500px;
}

.popup-m__img {
  position: relative;
  max-width: 0;
  width: 100%;
  transition: all 0.5s;
  background-color: #dca199;
}

.popup-m__wrap {
  text-align: center;
}

.popup-m__box {
  position: relative;
}

.popup-m__link {
  position: absolute;
  top: 0;
  right: 8.5%;
  width: 48.25%;
  height: 100%;
}

.popup-m__close {
  position: relative;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.popup-m__close.type-left {
  float: left;
}

.popup-m__close.type-right {
  float: right;
  padding-right: 14px;
}

.popup-m__close.type-right:before, .popup-m__close.type-right:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  content: '';
}

.popup-m__close.type-right:before {
  right: 5px;
  width: 0;
  height: 11px;
  border-left: 1px solid #fff;
}

.popup-m__close.type-right:after {
  width: 11px;
  height: 0;
  border-top: 1px solid #fff;
}

.popup-m__close2 {
  position: relative;
  line-height: 40px;
  font-size: 12px;
  color: #1b1b1b;
  text-decoration: none;
}

.popup-m__close2.type-left {
  float: left;
}

.popup-m__close2.type-right {
  float: right;
  padding-right: 14px;
}

.popup-m__close2.type-right:before, .popup-m__close2.type-right:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  content: '';
}

.popup-m__close2.type-right:before {
  right: 5px;
  width: 0;
  height: 11px;
  border-left: 1px solid #1b1b1b;
}

.popup-m__close2.type-right:after {
  width: 11px;
  height: 0;
  border-top: 1px solid #1b1b1b;
}

.popup-m__bottom {
  overflow: hidden;
  display: block;
  max-width: 0;
  height: 40px;
  margin: 0 auto;
  padding: 0 20px;
  background: #262626;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s;
}

.popup-m__bottom2 {
  overflow: hidden;
  display: block;
  max-width: 0;
  height: 40px;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s;
  font-weight: 600;
}

.popup-m__btn {
  display: inline-block;
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 140px;
  padding: 6px 0;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.popup-m__btn2 {
  display: inline-block;
  position: absolute;
  right: 26px;
  bottom: 30px;
  width: 444px;
  padding: 15px 0;
  border-radius: 30px;
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.popup-m__span {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 18px;
  box-sizing: border-box;
}

.popup-m__span:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(-45deg);
}

.popup-m__span2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 18px;
  box-sizing: border-box;
}

.popup-m__span2:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  right: -46px;
  width: 49px;
  border-width: 0 1px 1px 0;
  padding: 3px;
  background: url("../images/common/popup/arrow_new_type.png") no-repeat 0 0/contain;
}

@media only screen and (max-width: 1025px) {
  .popup-m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    background: rgba(0, 0, 0, 0.6);
  }
  .popup-m.type-first {
    left: 0;
  }
  .popup-m.type-second {
    left: 0;
    z-index: 110;
  }
  .popup-m__wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 10.9%;
    box-sizing: border-box;
  }
  .popup-m__box {
    margin: -1px 0;
  }
}

@media only screen and (max-width: 680px) {
  .popup-m {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .popup-m.type-bellagel .popup-m__more {
    font-size: 1.0rem;
  }
  .popup-m.type-bellagel .popup-m__span2 {
    padding-right: 12px;
  }
  .popup-m.type-bellagel .popup-m__span2:after {
    top: 3px;
    right: 0;
    width: 4px;
    height: 8px;
  }
  .popup-m.type-bellagel .popup-m__area {
    padding: 0 8px;
  }
  .popup-m.type-bellagel .popup-m__close {
    font-size: 1.0rem;
  }
  .popup-m.type-bellagel .popup-m__wrap {
    padding: 0 8.9%;
  }
  .popup-m__bottom {
    height: 34px;
    padding: 0 10px;
  }
  .popup-m__link {
    right: 7%;
    width: 50%;
  }
  .popup-m__close {
    line-height: 34px;
    font-size: 1.1rem;
  }
  .popup-m__close.type-right:before {
    right: 4px;
    height: 9px;
  }
  .popup-m__close.type-right:after {
    width: 9px;
  }
  .popup-m__btn {
    right: 12px;
    bottom: 12px;
    width: 90px;
    padding: 4px 0;
    font-size: 1.1rem;
  }
  .popup-m__btn2 {
    right: 12px;
    bottom: 30px;
    width: 92%;
    padding: 4px 0;
    font-size: 1.1rem;
  }
  .popup-m__span {
    padding-right: 14px;
  }
  .popup-m__span:before {
    top: 6px;
    padding: 2px;
  }
  .popup-m__span2 {
    padding-right: 14px;
  }
  .popup-m__span2:before {
    top: 3px;
    padding: 2px;
  }
}

.chset-tag {
  position: fixed;
  top: 50%;
  left: 0;
  display: block;
  z-index: 104;
  transform: translateY(-50%);
}

@media only screen and (max-width: 680px) {
  .chset-tag img {
    width: 26px;
  }
}

.chest-popup {
  position: fixed;
  top: 50%;
  left: -405px;
  width: 405px;
  z-index: 105;
  transform: translateY(-50%);
  transition: left 0.5s;
}

.chest-popup.is-active {
  left: 0;
}

.chest-popup__wrap {
  position: relative;
}

.chest-popup__btn {
  position: absolute;
  top: 0;
  right: 8.39%;
  display: block;
  overflow: hidden;
  width: 47.9%;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
  z-index: 10;
}

.chest-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-size: 0;
  z-index: 10;
}

.chest-popup__over {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.chest-popup__over.is-active {
  opacity: 1;
}

@media only screen and (max-width: 680px) {
  .chest-popup {
    margin-top: 25px;
    width: 100%;
    left: -100%;
    padding-right: 10%;
    box-sizing: border-box;
  }
  .chest-popup__btn {
    width: 50%;
    right: 7.4%;
  }
  .chest-popup__close {
    padding-right: 10%;
  }
}

.chest-db {
  display: none;
  position: absolute;
  top: 0;
  width: 494px;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  z-index: 20;
}

.chest-db .invisible {
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.chest-db.is-active {
  display: block;
}

.chest-db__wrap {
  overflow: hidden;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
}

.chest-db__close {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url("../images/common/popup/popup_chest_close.png") #370487 no-repeat center center;
}

.chest-db__tit {
  margin: 0;
  font-size: 28px;
  color: #370487;
  font-weight: 800;
}

.chest-db__txt {
  margin: 10px 0 20px 0;
  color: #2d2d2d;
  letter-spacing: -1px;
}

.chest-db__box {
  position: relative;
  height: 40px;
  margin-top: 16px;
  border: 1px solid #370487;
  box-sizing: border-box;
}

.chest-db__box:first-child {
  margin-top: 0;
}

.chest-db__box.type-radio {
  border: none;
}

.chest-db__box.type-radio .chest-db__header {
  border: 1px solid #370487;
}

.chest-db__box.type-radio .chest-db__header:after {
  display: none;
}

.chest-db__box.type-radio .chest-db__body {
  padding-left: 114px;
  padding-right: 0;
}

.chest-db__header {
  overflow: hidden;
  position: absolute;
  width: 104px;
  height: inherit;
  line-height: 38px;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
  color: #370487;
  font-weight: 500;
}

.chest-db__header:before {
  position: absolute;
  top: -28px;
  left: -28px;
  width: 40px;
  height: 40px;
  background-color: #370487;
  transform: rotate(45deg);
  content: '';
}

.chest-db__header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 20px;
  margin: auto 0;
  background: #370487;
  content: '';
}

.chest-db__radio {
  display: inline-block;
  width: 50%;
}

.chest-db__check + .chest-db__check {
  margin-top: 6px;
}

.chest-db__rel {
  position: relative;
  width: 100%;
  height: 100%;
}

.chest-db__body {
  position: relative;
  height: inherit;
  line-height: 40px;
  padding-left: 124px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 0;
}

.chest-db__input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
}

.chest-db__input:-ms-input-placeholder {
  color: #9c9c9c;
}

.chest-db__input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.chest-db__input::-moz-placeholder {
  color: #9c9c9c;
}

.chest-db__input::-moz-placeholder {
  color: #9c9c9c;
}

.chest-db__bottom {
  margin-top: 30px;
  text-align: left;
  color: #666;
}

.chest-db__terms {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.chest-db__btn {
  width: 100%;
  height: 44px;
  margin-top: 15px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  outline: 0;
  border: none;
  cursor: pointer;
}

.chest-db__btn.is-active {
  background-color: #370487;
}

.chest-db__check {
  margin-top: 2px;
}

@media only screen and (max-width: 680px) {
  .chest-db {
    width: 100%;
    font-size: 12px;
  }
  .chest-db label.error {
    font-size: 11px;
  }
  .chest-db__area {
    padding-right: 6.25%;
    box-sizing: border-box;
  }
  .chest-db__tit {
    font-size: 17px;
  }
  .chest-db__txt {
    margin: 6px 0 10px;
    font-size: 12px;
  }
  .chest-db__input {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
  }
  .chest-db__body {
    padding-left: 78px;
    padding-right: 10px;
    line-height: 30px;
  }
  .chest-db__header {
    width: 70px;
    padding-left: 10px;
    line-height: 30px;
  }
  .chest-db__header:before {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 40px;
    height: 40px;
    background-color: #370487;
    transform: rotate(45deg);
    content: '';
  }
  .chest-db__box {
    height: 32px;
    margin-top: 12px;
  }
  .chest-db__box.type-radio {
    border: none;
  }
  .chest-db__box.type-radio .chest-db__header:after {
    display: none;
  }
  .chest-db__box.type-radio .chest-db__body {
    padding-left: 75px;
  }
  .chest-db__wrap {
    padding: 20px 25px;
  }
  .chest-db__bottom {
    margin-top: 34px;
    text-align: left;
    color: #666;
  }
  .chest-db__terms {
    font-size: 11px;
  }
  .chest-db__btn {
    height: 32px;
    font-size: 13px;
    line-height: 28px;
  }
  .chest-db__close {
    width: 35px;
    height: 35px;
    background: url("../images/common/popup/popup_chest_close_m.png") #370487 no-repeat center center/35px 35px;
  }
}

@media only screen {
  .chest-radio {
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }
  .chest-radio + label {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #9c9c9c;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    cursor: pointer;
  }
  .chest-radio:checked + label {
    background-color: #370487;
    border-color: #370487;
    color: #fff;
  }
}

@media only screen and (max-width: 680px) {
  .chest-radio + label {
    height: 32px;
    font-size: 12px;
  }
}

.chest-radio + label + .chest-radio + label {
  margin-left: 10px;
}

@media only screen and (max-width: 680px) {
  .chest-radio + label:after {
    top: 6px;
  }
}

.chest-select {
  height: 100%;
}

.chest-select.is-active .chest-select__list {
  display: block;
}

.chest-select__wrap {
  position: relative;
  height: 100%;
}

.chest-select__wrap:after {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: block;
  height: 0;
  border-left: 4px solid transparent;
  border-top: 6px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
}

.chest-select__tit {
  display: block;
  font-size: 14px;
  color: #9c9c9c;
  text-align: left;
  text-decoration: none;
}

.chest-select__tit.is-select {
  color: #000;
}

.chest-select__list {
  display: none;
  position: absolute;
  top: 38px;
  left: -1px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #370487;
  border-top: none;
  z-index: 10;
}

.chest-select__list.is-active {
  display: block;
}

.chest-select__item {
  height: 30px;
  line-height: 30px;
  list-style: none;
  cursor: pointer;
}

.chest-select__item.is-active {
  background-color: #6d6d6d;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  .chest-select__tit {
    font-size: 12px;
  }
  .chest-select__list {
    top: 28px;
  }
  .chest-select__item {
    height: 28px;
    line-height: 28px;
  }
}

.chest-check + label {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
}

@media only screen {
  .chest-check {
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }
  .chest-check + label {
    position: relative;
    margin-left: 0;
    padding-left: 24px;
    cursor: pointer;
    font-size: 12px;
    color: #666666;
    font-weight: 300;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 668px) {
  .chest-check + label {
    font-size: 12px;
  }
}

@media only screen {
  .chest-check + label:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #c1c1c1;
    content: '';
    cursor: pointer;
  }
  .chest-check:checked + label:before {
    border: none;
    background: url("../images/common/popup/chest-popup_check.gif") no-repeat center center/cover;
  }
}

.chest-terms {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.chest-terms.is-active {
  display: block;
}

.chest-terms__tit {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #370487;
}

.chest-terms__box {
  margin-top: 12px;
  background: #ebebeb;
  border: 1px solid #370487;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}

.chest-terms__box + .chest-terms__tit {
  margin-top: 20px;
}

.chest-terms__area {
  overflow: hidden;
  height: 100%;
}

.chest-terms__body {
  overflow: auto;
  height: 100px;
  padding: 10px 5px;
  box-sizing: border-box;
}

.chest-terms__wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0 40px;
  border-radius: 0 15px 15px 0;
  background-color: #fff;
  box-sizing: border-box;
}

.chest-terms__outer {
  display: inline-table;
  width: 100%;
  height: 100%;
}

.chest-terms__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 680px) {
  .chest-terms__area {
    padding-right: 6.25%;
  }
  .chest-terms__tit {
    font-size: 14px;
  }
  .chest-terms__box {
    margin-top: 5px;
    font-size: 11px;
  }
  .chest-terms__box + .chest-terms__tit {
    margin-top: 10px;
  }
  .chest-terms__body {
    height: 90px;
    padding: 8px 5px;
  }
  .chest-terms__wrap {
    padding: 25px 20px;
  }
}

.apply {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  text-align: center;
}

.apply:before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
}

.apply:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.apply label.error {
  display: block;
  margin-top: 5px;
  text-align: left;
  color: #f61919;
  font-size: 13px;
}

.apply .invisible {
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.apply.is-active {
  display: block;
}

.apply__area {
  position: relative;
  display: inline-block;
  width: 530px;
  vertical-align: middle;
  background-color: #fff;
}

.apply__wrap {
  overflow: hidden;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
}

.apply__close {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url("../images/common/popup/popup_chest_close.png") #614d3b no-repeat center center;
}

.apply__tit {
  margin: 0;
  font-size: 28px;
  color: #614d3b;
  font-weight: 800;
}

.apply__txt {
  margin: 10px 0 20px 0;
  color: #2d2d2d;
  letter-spacing: -1px;
}

.apply__box {
  position: relative;
  height: 40px;
  margin-top: 16px;
  border: 1px solid #614d3b;
  box-sizing: border-box;
}

.apply__box:first-child {
  margin-top: 0;
}

.apply__box.type-radio {
  border: none;
}

.apply__box.type-radio .apply__header {
  border: 1px solid #614d3b;
}

.apply__box.type-radio .apply__header:after {
  display: none;
}

.apply__box.type-radio .apply__body {
  padding-left: 114px;
  padding-right: 0;
}

.apply__header {
  overflow: hidden;
  position: absolute;
  width: 104px;
  height: inherit;
  line-height: 38px;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
  color: #614d3b;
  font-weight: 500;
}

.apply__header:before {
  position: absolute;
  top: -28px;
  left: -28px;
  width: 40px;
  height: 40px;
  background-color: #614d3b;
  transform: rotate(45deg);
  content: '';
}

.apply__header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 20px;
  margin: auto 0;
  background: #614d3b;
  content: '';
}

.apply__radio {
  display: inline-block;
  width: 50%;
}

.apply__check + .apply__check {
  margin-top: 6px;
}

.apply__point {
  font-weight: 600;
}

.apply__rel {
  position: relative;
  width: 100%;
  height: 100%;
}

.apply__body {
  position: relative;
  height: inherit;
  line-height: 40px;
  padding-left: 124px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 0;
}

.apply__input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
}

.apply__input:-ms-input-placeholder {
  color: #9c9c9c;
}

.apply__input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.apply__input::-moz-placeholder {
  color: #9c9c9c;
}

.apply__input::-moz-placeholder {
  color: #9c9c9c;
}

.apply__bottom {
  margin-top: 30px;
  text-align: left;
  color: #666;
}

.apply__terms {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.apply__btn {
  width: 100%;
  height: 44px;
  margin-top: 15px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  outline: 0;
  border: none;
  cursor: pointer;
}

.apply__btn.is-active {
  background-color: #614d3b;
}

.apply__check {
  margin-top: 2px;
}

.apply__info {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid #9c9c9c;
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
}

.apply__dl {
  margin: 0;
  display: inline-block;
  font-size: 14px;
}

.apply__dl + .apply__dl {
  margin-top: 2px;
}

.apply__dt {
  display: inline;
  font-weight: 500;
  color: #000;
}

.apply__dd {
  margin: 0 0 0 6px;
  display: inline;
}

@media only screen and (max-width: 680px) {
  .apply {
    font-size: 1.2rem;
  }
  .apply label.error {
    font-size: 1.1rem;
  }
  .apply__area {
    width: 86.8%;
    box-sizing: border-box;
  }
  .apply__tit {
    font-size: 17px;
  }
  .apply__txt {
    margin: 6px 0 10px;
    font-size: 1.2rem;
  }
  .apply__input {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
  }
  .apply__body {
    padding-left: 78px;
    padding-right: 10px;
    line-height: 30px;
  }
  .apply__header {
    width: 70px;
    padding-left: 10px;
    line-height: 30px;
  }
  .apply__header:before {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 40px;
    height: 40px;
    background-color: #614d3b;
    transform: rotate(45deg);
    content: '';
  }
  .apply__box {
    height: 32px;
    margin-top: 12px;
  }
  .apply__box.type-radio {
    border: none;
  }
  .apply__box.type-radio .apply__header:after {
    display: none;
  }
  .apply__box.type-radio .apply__body {
    padding-left: 75px;
  }
  .apply__wrap {
    padding: 20px 25px;
  }
  .apply__bottom {
    margin-top: 34px;
    text-align: left;
    color: #666;
  }
  .apply__terms {
    font-size: 1.1rem;
  }
  .apply__btn {
    height: 32px;
    font-size: 1.3rem;
    line-height: 28px;
  }
  .apply__close {
    width: 35px;
    height: 35px;
    background: url("../images/common/popup/popup_chest_close_m.png") #614d3b no-repeat center center/35px 35px;
  }
  .apply__info {
    margin-top: 10px;
    padding-top: 10px;
  }
  .apply__dl {
    margin: 0;
    display: inline-block;
    font-size: 1.1rem;
  }
}

@media only screen {
  .apply-radio {
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }
  .apply-radio + label {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #9c9c9c;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    cursor: pointer;
  }
  .apply-radio:checked + label {
    background-color: #614d3b;
    border-color: #614d3b;
    color: #fff;
  }
}

@media only screen and (max-width: 680px) {
  .apply-radio + label {
    height: 32px;
    font-size: 12px;
  }
}

.apply-radio + label + .apply-radio + label {
  margin-left: 10px;
}

@media only screen and (max-width: 680px) {
  .apply-radio + label:after {
    top: 6px;
  }
}

.apply-select {
  height: 100%;
}

.apply-select.is-active .apply-select__list {
  display: block;
}

.apply-select__wrap {
  position: relative;
  height: 100%;
}

.apply-select__wrap:after {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: block;
  height: 0;
  border-left: 4px solid transparent;
  border-top: 6px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
}

.apply-select__tit {
  display: block;
  font-size: 14px;
  color: #9c9c9c;
  text-align: left;
  text-decoration: none;
}

.apply-select__tit.is-select {
  color: #000;
}

.apply-select__list {
  display: none;
  position: absolute;
  top: 38px;
  left: -1px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #614d3b;
  border-top: none;
  z-index: 10;
}

.apply-select__list.is-active {
  display: block;
}

.apply-select__item {
  height: 30px;
  line-height: 30px;
  list-style: none;
  cursor: pointer;
}

.apply-select__item.is-active {
  background-color: #998675;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  .apply-select__tit {
    font-size: 12px;
  }
  .apply-select__list {
    top: 28px;
  }
  .apply-select__item {
    height: 28px;
    line-height: 28px;
  }
}

.apply-check + label {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
}

@media only screen {
  .apply-check {
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }
  .apply-check + label {
    position: relative;
    margin-left: 0;
    padding-left: 24px;
    cursor: pointer;
    font-size: 12px;
    color: #666666;
    font-weight: 300;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 668px) {
  .apply-check + label {
    font-size: 12px;
  }
}

@media only screen {
  .apply-check + label:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #c1c1c1;
    content: '';
    cursor: pointer;
  }
  .apply-check:checked + label:before {
    border: none;
    background: url("../images/common/popup/apply-popup_check.gif") no-repeat center center/cover;
  }
}

.apply-terms {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.apply-terms.is-active {
  display: block;
}

.apply-terms__tit {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #614d3b;
}

.apply-terms__box {
  margin-top: 12px;
  background: #ebebeb;
  border: 1px solid #614d3b;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}

.apply-terms__box + .apply-terms__tit {
  margin-top: 20px;
}

.apply-terms__area {
  overflow: hidden;
  height: 100%;
}

.apply-terms__body {
  overflow: auto;
  height: 100px;
  padding: 10px 5px;
  box-sizing: border-box;
}

.apply-terms__wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0 40px;
  background-color: #fff;
  box-sizing: border-box;
}

.apply-terms__outer {
  display: inline-table;
  width: 100%;
  height: 100%;
}

.apply-terms__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 680px) {
  .apply-terms__tit {
    font-size: 14px;
  }
  .apply-terms__box {
    margin-top: 5px;
    font-size: 11px;
  }
  .apply-terms__box + .apply-terms__tit {
    margin-top: 10px;
  }
  .apply-terms__body {
    height: 90px;
    padding: 8px 5px;
  }
  .apply-terms__wrap {
    padding: 25px 20px;
  }
}
