@charset "UTF-8";
@import url("//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");
.program-box {
  position: relative;
}

@media only screen and (max-width: 1025px) {
  .program-box + .program-box {
    margin-top: -1px;
  }
}

.program-body__btn {
  overflow: hidden;
  position: absolute;
  bottom: -147px;
  left: 0;
  right: 0;
  display: block;
  width: 298px;
  height: 294px;
  margin: 0 auto;
  z-index: 10;
  text-indent: -9999px;
  font-size: 0;
  transition: all 0.4s;
  transform: scale(1);
}

.program-body__btn.is-hover {
  transform: scale(1.1);
}

.program-body__wrap {
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
}

.program-body__img1, .program-body__img2, .program-body__img3, .program-body__txt {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}

.program-body__img1 {
  background: url("../images/program/body_190410/btn_bg_1.png") no-repeat center center/cover;
  z-index: 30;
}

.program-body__img2 {
  background: url("../images/program/body_190410/btn_bg_2.png") no-repeat center center/cover;
  z-index: 40;
}

.program-body__img3 {
  background: url("../images/program/body_190410/btn_shadow_1.png") no-repeat center center/cover;
  z-index: 20;
}

.program-body__txt {
  background: url("../images/program/body_190410/btn_txt_1.png") no-repeat center center/cover;
  z-index: 50;
}

@media only screen and (max-width: 680px) {
  .program-body__btn {
    bottom: -73px;
    display: block;
    width: 149px;
    height: 147px;
  }
}

.bottom-counsel {
  position: fixed;
  left: 0;
  bottom: -100%;
  right: 0;
  font-family: "Nanum Square", "Dotum", "돋움", sans-serif;
  z-index: 75;
  transition: bottom 0.5s;
}

.bottom-counsel.is-hide {
  bottom: -100% !important;
  transition: bottom 2s;
}

.bottom-counsel.is-active {
  bottom: 0 !important;
}

.bottom-counsel.is-active .bottom-tag__wrap:after {
  position: absolute;
  top: 13px;
  bottom: 0;
  right: 24px;
  margin: auto 0;
  display: block;
  height: 0;
  border-left: 9px solid transparent;
  border-top: 14px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  content: '';
}

.bottom-counsel__top {
  border-bottom: 12px solid #ff4a2e;
}

.bottom-counsel__bottom {
  padding: 25px 0 35px;
  background-color: #282828;
  text-align: center;
  box-sizing: border-box;
}

.bottom-counsel__tit {
  margin: 0;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

.bottom-counsel__tit strong {
  font-weight: 600;
  font-size: 34px;
}

.bottom-counsel__list {
  margin: 0 0 0 -8px;
  padding: 0;
}

.bottom-counsel__list:after {
  display: block;
  clear: both;
  content: '';
}

.bottom-counsel__item {
  float: left;
  padding-left: 8px;
  box-sizing: border-box;
  list-style: none;
}

.bottom-counsel__item.type-select {
  width: 24%;
}

.bottom-counsel__item.type-input {
  width: 30.75%;
}

.bottom-counsel__item.type-btn {
  width: 14.5%;
}

.bottom-counsel__btn {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 26px;
  font-weight: 600;
  background-color: #27cdce;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
}

.bottom-counsel__btn.nth-1 {
  background-color: #27cdce;
}

.bottom-counsel__btn.nth-2 {
  background-color: #128cba;
}

.bottom-counsel__btn.nth-3 {
  background-color: #006ccc;
}

.bottom-counsel__btn.nth-4 {
  background-color: #008b9b;
}

.bottom-counsel__btn.nth-5 {
  background-color: #00519b;
}

.bottom-counsel__btn.nth-6 {
  background-color: #00396d;
}

.bottom-counsel__wrap {
  position: relative;
  bottom: -1px;
}

.bottom-counsel__area {
  margin-top: 20px;
}

.bottom-counsel__check {
  margin: 14px 0 0 -6px;
  font-size: 12px;
  color: #fff;
  text-align: left;
}

.bottom-counsel__link {
  margin-left: 6px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
}

.bottom-counsel__box {
  display: inline-block;
  margin: 6px 0 0 6px;
}

.bottom-counsel label.error {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: yellow;
}

@media only screen and (max-width: 1025px) {
  .bottom-counsel__list {
    margin-left: 0;
  }
  .bottom-counsel__item {
    width: 100% !important;
    padding-left: 0;
  }
  .bottom-counsel__item + .bottom-counsel__item {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .bottom-counsel {
    z-index: 100;
  }
  .bottom-counsel.is-active .bottom-tag__wrap:after {
    top: 7px;
    right: 9px;
    border-left-width: 6px;
    border-top-width: 9px;
    border-right-width: 6px;
    border-bottom-width: 6px;
  }
  .bottom-counsel__top {
    border-bottom-width: 6px;
  }
  .bottom-counsel__tit {
    font-size: 1.8rem;
  }
  .bottom-counsel__tit strong {
    font-size: 2rem;
  }
  .bottom-counsel__area {
    margin-top: 14px;
  }
  .bottom-counsel__bottom {
    padding: 20px 0 34px;
  }
  .bottom-counsel__item + .bottom-counsel__item {
    margin-top: 10px;
  }
  .bottom-counsel__btn {
    height: 34px;
    line-height: 34px;
    font-size: 1.6rem;
  }
  .bottom-counsel__check {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .bottom-counsel__link {
    font-size: 1.2rem;
  }
  .bottom-counsel label.error {
    font-size: 1.2rem;
  }
}

.input2 {
  width: 100%;
  height: 48px;
  padding: 0px 18px;
  line-height: 48px;
  background-color: #fff;
  border: none;
  outline: 0;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 300;
  box-sizing: border-box;
}

.input2:-ms-input-placeholder {
  color: #4a4a4a;
}

.input2::-webkit-input-placeholder {
  color: #4a4a4a;
}

.input2::-moz-placeholder {
  color: #4a4a4a;
}

.input2::-moz-placeholder {
  color: #4a4a4a;
}

@media only screen and (max-width: 680px) {
  .input2 {
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    font-size: 1.4rem;
  }
}

.bottom-select {
  position: relative;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  font-size: 16px;
  color: #282828;
  text-align: left;
}

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

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

.bottom-select.is-active .bottom-select__list {
  border: 1px solid #282828;
}

.bottom-select.is-active .bottom-select__tit:after {
  top: 5px;
  transform: rotate(0deg);
}

.bottom-select__tit {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 18px;
  color: #282828;
  font-size: 20px;
  border: 1px solid #282828;
  transition: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.bottom-select__tit:after {
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 18px;
  margin: auto 0;
  display: block;
  height: 0;
  border-left: 9px solid transparent;
  border-top: 14px solid #ff4a2e;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: rotate(180deg);
  content: '';
}

.bottom-select__tit.is-active {
  font-weight: 600;
}

.bottom-select__list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  overflow: auto;
  display: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 10;
}

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

.bottom-select__wrap {
  position: relative;
}

.bottom-select__item {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0 18px;
  border-top: 0;
  color: #282828;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 400;
}

.bottom-select__item.is-hover {
  background-color: #dfdfdf;
}

@media only screen and (max-width: 1025px) {
  .bottom-select.is-active {
    border-bottom: none;
  }
  .bottom-select.is-active .bottom-select__tit:after {
    top: -10px;
    transform: rotate(180deg);
  }
  .bottom-select__list {
    top: 48px;
    bottom: auto;
  }
  .bottom-select__tit:after {
    top: 5px;
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 680px) {
  .bottom-select {
    height: 34px;
    line-height: 34px;
  }
  .bottom-select__tit {
    padding: 0 12px;
    font-size: 1.4rem;
  }
  .bottom-select__tit:after {
    top: -5px;
    right: 9px;
    border-left-width: 4px;
    border-top-width: 7px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
  .bottom-select__list {
    top: 34px;
  }
  .bottom-select__item {
    font-size: 1.4rem;
  }
}

.bottom-tag {
  display: block;
  width: 202px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background: #ff4a2e;
  border-radius: 20px 20px 0 0;
  text-decoration: none;
}

.bottom-tag__wrap {
  position: relative;
  display: block;
  padding: 12px 24px 7px 70px;
  box-sizing: border-box;
}

.bottom-tag__wrap:before {
  position: absolute;
  top: -14px;
  left: -14px;
  display: block;
  width: 76px;
  height: 66px;
  background: url("../images/program/body_190410/pick_icon.png") no-repeat center center/contain;
  content: '';
}

.bottom-tag__wrap:after {
  display: none;
}

@media only screen and (max-width: 680px) {
  .bottom-tag {
    width: 120px;
    font-size: 2rem;
    border-radius: 10px 10px 0 0;
  }
  .bottom-tag__wrap {
    padding: 7px 10px 5px 36px;
  }
  .bottom-tag__wrap:before {
    top: -7px;
    left: -7px;
    width: 38px;
    height: 33px;
  }
}

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

.checkbox03 + label {
  position: relative;
  height: 16px;
  line-height: 16px;
  color: #fff;
  margin-left: 0;
  padding-left: 22px;
  font-size: 16px;
  cursor: pointer;
}

.checkbox03 + label:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: #ff4a2e;
  content: '';
  cursor: pointer;
}

.checkbox03:checked + label:after {
  position: absolute;
  top: -3px;
  left: 3px;
  bottom: 0;
  width: 8px;
  height: 4px;
  margin: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  transform: rotate(-48deg);
  background-repeat: no-repeat;
  cursor: pointer;
  content: '';
}

@media only screen and (max-width: 680px) {
  .checkbox03 + label {
    font-size: 1.2rem;
  }
  .checkbox03:checked + label:after {
    left: 3px;
    width: 8px;
    height: 3px;
  }
}

.is-rotate {
  animation-name: objRotate;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -ms-animation-name: objRotate;
  -ms-animation-duration: 1500ms;
  -ms-animation-timing-function: linear;
  -webkit-animation-name: objRotate;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-timing-function: linear;
}

@keyframes objRotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes objRotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@-ms-keyframes objRotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

.content {
  padding-top: 50px;
  box-sizing: border-box;
}

.content__sea {
  padding: 200px 0;
  background: url("../images/program/chest_190610/program_chest_bg.jpg?ver=191029") no-repeat center center / cover;
  box-sizing: border-box;
}


  .content__sea {
    padding: 130px 55px;
    background: url("../images/program/chest_190610/program_chest_bg_m.jpg?ver=191029") no-repeat center center / cover;
  }


.plan-calendar {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 80px 80px;
  background-color: #fff;
  box-sizing: border-box;
}

.plan-calendar:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 2.678%;
  background: url("../images/program/chest_190610/program_dot.jpg?ver=191029") no-repeat center center / cover;
  box-sizing: border-box;
  content: '';
}

.plan-calendar:after {
  display: block;
  clear: both;
  content: '';
}

.plan-calendar__box {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.plan-calendar__box.type-left {
  padding-right: 5%;
}

.plan-calendar__box.type-right {
  padding-left: 5%;
}

.plan-calendar__box.type-right .plan-calendar__list:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: not-allowed;
  content: '';
}

.plan-calendar__area {
  position: relative;
  margin-top: 40px;
}

.plan-calendar__area:after {
  display: block;
  clear: both;
  content: '';
}

.plan-calendar__prev, .plan-calendar__next {
  position: absolute;
  top: 11px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

.plan-calendar__prev {
  left: 0;
}

.plan-calendar__prev:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url("../images/program/chest_190610/program_chest_prev.png?ver=191029") no-repeat center center / contain;
  content: '';
}

.plan-calendar__next {
  right: 0;
}

.plan-calendar__next:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 0px 0 5px;
  vertical-align: middle;
  background: url("../images/program/chest_190610/program_chest_next.png?ver=191029") no-repeat center center / contain;
  content: '';
}

.plan-calendar__wrap {
  text-align: center;
}

.plan-calendar__month {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.plan-calendar__list, .plan-calendar__week {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}

.plan-calendar__list:after, .plan-calendar__week:after {
  display: block;
  clear: both;
  content: '';
}

.plan-calendar__week {
  border-bottom: 2px solid #fff;
}

.plan-calendar__info {
  padding-top: 10px;
}

.plan-calendar__day {
  height: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
}

.plan-calendar__item {
  display: inline-block;
  width: 14.28%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  box-sizing: border-box;
}

.plan-calendar__item + .plan-calendar__item {
  border-left: 1px solid #fff;
}

.plan-calendar__item:first-child {
  background-color: #ff7660;
  color: #fff;
}

.plan-calendar__item:last-child {
  background-color: #00aeef;
  color: #fff;
}

.plan-calendar__day {
  position: relative;
  display: inline-block;
  width: 14.28%;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #d7d7d7;
  border-top: none;
  border-right: none;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: top;
}

.plan-calendar__day.type-start {
  background-color: #2995f2;
}

.plan-calendar__day.type-start:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 16px;
  background-color: #2995f2;
  color: #fff;
  content: '수술일!';
  box-sizing: border-box;
}

.plan-calendar__day.type-first:after {
  position: absolute;
  bottom: -1px;
  left: -700%;
  display: block;
  width: 700%;
  border-bottom: 1px solid #d7d7d7;
  content: '';
}

.plan-calendar__day.type-departure {
  background-color: #ff7660;
}

.plan-calendar__day.type-departure:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  z-index: 1;
  font-size: 16px;
  line-height: 1.2;
  background-color: #ff7660;
  color: #fff;
  content: '가슴볼륨완성!';
  word-break: break-all;
  box-sizing: border-box;
}

.plan-calendar__day.type-holi {
  color: red;
}

.plan-calendar__day.type-saturday {
  color: blue;
}

.plan-calendar__day.type-week1 {
  background-color: #b0f4be;
}

.plan-calendar__day.type-week2 {
  background-color: #bde0ff;
}

.plan-calendar__day.type-week3 {
  background-color: #ffeec4;
}

.plan-calendar__day.type-week4 {
  background-color: #ffcdc4;
}

.plan-calendar__day:nth-child(7n+1) {
  color: red;
  border-left: none;
}

.plan-calendar__day:nth-child(7n+7) {
  color: blue;
}

.plan-calendar__inner {
  overflow: hidden;
  height:auto;
  background-color: #fcfcfc;
  border: 1px solid #d7d7d7;
  border-bottom: none;
}

.plan-calendar__bag, .plan-calendar__girl {
  position: absolute;
}

.plan-calendar__bag {
  width: 27.32%;
  left: -13.56%;
  bottom: -106px;
}

.plan-calendar__girl {
  width: 29.9%;
  right: -14.95%;
  bottom: -120px;
  animation: keyMove 3s linear 0s infinite normal forwards;
  transform-origin: 20px 65px;
}

/*mobile*/
  .plan-calendar {
    padding: 50px 60px; 
  }
  .plan-calendar:before {
    padding-bottom: 3.548%;
    background: url("../images/program/chest_190610/program_dot_m.jpg?ver=191029") no-repeat center center / cover;
  }
  .plan-calendar__box {
    width: 100%;
  }
  .plan-calendar__box.type-left {
    padding-right: 0;
  }
  .plan-calendar__box.type-right {
    padding-left: 0;
  }
  .plan-calendar__box + .plan-calendar__box {
    margin-top: 20px;
  }
  .plan-calendar__info {
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
  }
  .plan-calendar__month {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
  .plan-calendar__prev, .plan-calendar__next {
    top: 6px;
    font-size: 1.7rem;
  }
  .plan-calendar__prev {
    left: 0;
  }
  .plan-calendar__prev:before {
    width: 5px;
    height: 5px;
    margin: -1px 3px 0 0;
    vertical-align: middle;
    background: url("../images/program/chest_190610/program_chest_prev.png?ver=191029") no-repeat center center / contain;
    content: '';
  }
  .plan-calendar__next {
    right: 0;
  }
  .plan-calendar__next:after {
    width: 9px;
    height: 9px;
    margin: -2px 0px 0 3px;
    vertical-align: middle;
    background: url("../images/program/chest_190610/program_chest_next.png?ver=191029") no-repeat center center / contain;
    content: '';
  }
  .plan-calendar__item {
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
  }
  .plan-calendar__day {
    height: 60px;
    line-height: 60px;
    font-size: 2.2rem;
  }
  .plan-calendar__day.type-departure {
    background-color: #ff7660;
  }
  .plan-calendar__day.type-departure:before {
    padding-top: 0px;
    font-size: 1.2rem;
    line-height:60px!important;
  }
  .plan-calendar__day.type-start:before {
    font-size: 1.2rem;
      line-height: 60px;
  }
  .plan-calendar__inner {
    height: auto;
  }
  .plan-calendar__bag {
    left: -25px;
    bottom: -5%;
    width: 90px;
  }
  .plan-calendar__girl {
    right: -25px;
    bottom: -5%;
    width: 98px;
  }
  .plan-calendar__area {
    margin-top: 20px;
  }


/*mobile*/
  .plan-calendar__day.type-departure {
    background-color: #ff7660;
  }
  .plan-calendar__day.type-departure:before {
    padding-top: 2px;
    line-height: 1.2;
  }


.program-banner {
  margin: 60px auto 0;
  text-align: center;
}

.program-banner a {
  display: inline-block;
}

@media only screen and (max-width: 680px) {
  .program-banner {
    margin-top: 30px;
  }
}

@keyframes keyMove {
  00.00% {
    transform: rotate(0deg) translateX(0px);
  }
  33.00% {
    transform: rotate(5deg) translateX(-12px);
  }
  66.00% {
    transform: rotate(-5deg) translateX(5px);
  }
  100.00% {
    transform: rotate(0deg) translateX(0px);
  }
}

.content {
  padding-top: 50px;
  box-sizing: border-box;
}

.content__calendar {
  padding-bottom: 8.125%;
  background: url("../images/program/contour_1909/contour1909_bg.jpg?ver=191029") no-repeat center bottom / cover;
  box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
  .content__calendar {
    padding: 0px 25px 65px;
  }
}

.plan-calendar2 {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}

.plan-calendar2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 2.678%;
}

.plan-calendar2:after {
  display: block;
  clear: both;
  content: '';
}

.plan-calendar2__box {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.plan-calendar2__box.type-left {
  padding-right: 5%;
}

.plan-calendar2__box.type-left .plan-calendar2__list:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: not-allowed;
  content: '';
}

.plan-calendar2__box.type-right {
  padding-left: 5%;
}

.plan-calendar2__box.type-right .plan-calendar2__inner {
  position: relative;
}

.plan-calendar2__box.type-right .plan-calendar2__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: not-allowed;
  content: '';
}

.plan-calendar2__box .js-alert {
  cursor: pointer;
}

.plan-calendar2__area {
  position: relative;
  border: 8px solid #cfcfcf;
  padding: 0 5.55%;
  box-sizing: border-box;
}

.plan-calendar2__area:after {
  display: block;
  clear: both;
  content: '';
}

.plan-calendar2__relative {
  position: relative;
}

.plan-calendar2__prev, .plan-calendar2__next {
  position: absolute;
  top: 11px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

.plan-calendar2__prev {
  left: 0;
}

.plan-calendar2__prev:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url("../images/program/chest_190610/program_chest_prev.png?ver=191029") no-repeat center center / contain;
  content: '';
}

.plan-calendar2__next {
  right: 0;
}

.plan-calendar2__next:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 0px 0 5px;
  vertical-align: middle;
  background: url("../images/program/chest_190610/program_chest_next.png?ver=191029") no-repeat center center / contain;
  content: '';
}

.plan-calendar2__wrap {
  text-align: center;
}

.plan-calendar2__month {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  font-weight: 400;
}

.plan-calendar2__list, .plan-calendar2__week {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}

.plan-calendar2__list:after, .plan-calendar2__week:after {
  display: block;
  clear: both;
  content: '';
}

.plan-calendar2__info {
  padding-top: 10px;
}

.plan-calendar2__day {
  position: relative;
  margin: 0;
}

.plan-calendar2__day.type-start:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4868a9;
  border-radius: 22px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -1px;
  content: '수술일';
}

.plan-calendar2__day.type-departure:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px 10%;
  line-height: 1.1;
  background-color: #ff7660;
  border-radius: 22px;
  color: #fff;
  letter-spacing: -1px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: -1px;
  content: 'V라인 완성';
}

.plan-calendar2__day.type-week1 {
  background-color: #cbe1f4;
}

.plan-calendar2__day.type-week2 {
  background-color: #c4ead6;
}

.plan-calendar2__day.type-week3 {
  background-color: #fddeda;
}

.plan-calendar2__day.type-first {
  border-radius: 22px 0 0 22px;
}

.plan-calendar2__day.type-end {
  border-radius: 0 22px 22px 0;
}

.plan-calendar2__week {
  margin-bottom: 6px;
  font-size: 0;
}

.plan-calendar2__item {
  overflow: hidden;
  display: inline-block;
  width: 14.2857%;
  height: 45px;
  line-height: 45px;
  margin: 3px 0;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
}

.plan-calendar2__item:nth-child(7n+1) {
  color: #d03645;
  border-radius: 22px 0 0 22px;
}

.plan-calendar2__item:nth-child(7n+7) {
  color: #2d5bb7;
  border-radius: 0 22px 22px 0;
}

.plan-calendar2__item.type-holi {
  color: #d03645;
}

.plan-calendar2__item2 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 14.2857%;
  padding: 0 1px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.plan-calendar2__item2:first-child {
  border-radius: 15px;
}

.plan-calendar2__item2:first-child .plan-calendar2__day2 {
  border-radius: 15px;
  background-color: #fa9384;
  color: #fff;
}

.plan-calendar2__item2:last-child .plan-calendar2__day2 {
  border-radius: 15px;
  background-color: #4868a9;
  color: #fff;
}

.plan-calendar2__item2:nth-child(2) .plan-calendar2__day2 {
  border-radius: 15px 0 0 15px;
}

.plan-calendar2__item2:nth-child(6) .plan-calendar2__day2 {
  border-radius: 0 15px 15px 0;
}

.plan-calendar2__day2 {
  margin: 0;
  background-color: #e1e1e1;
}

.plan-calendar2__point {
  color: #d03645;
}

.plan-calendar2__inner {
  overflow: hidden;
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 1025px) {
  .plan-calendar2 {
    padding: 25px;
  }
  .plan-calendar2__box {
    width: 100%;
  }
  .plan-calendar2__box.type-left {
    padding-right: 0;
  }
  .plan-calendar2__box.type-right {
    padding-left: 0;
  }
  .plan-calendar2__box + .plan-calendar2__box {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .plan-calendar2 {
    padding: 5px;
  }
  .plan-calendar2__month {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .plan-calendar2__area {
    border-width: 4px;
  }
  .plan-calendar2__week {
    margin-bottom: 3px;
  }
  .plan-calendar2__item {
    height: 28px;
    line-height: 28px;
    margin: 2px 0;
    font-size: 1.2rem;
  }
  .plan-calendar2__item:nth-child(7n+1) {
    color: #d03645;
    border-radius: 14px 0 0 14px;
  }
  .plan-calendar2__item:nth-child(7n+7) {
    color: #2d5bb7;
    border-radius: 0 14px 14px 0;
  }
  .plan-calendar2__day {
    position: relative;
    margin: 0;
  }
  .plan-calendar2__day.type-start:before {
    border-radius: 14px;
    font-size: 2.2rem;
      line-height: 2.2rem;
    letter-spacing: -1px;
  }
  .plan-calendar2__day.type-departure:before {
    padding: 1px 10%;
    line-height: 1.1;
    border-radius: 14px;
    font-size: 1.2rem;
  }
  .plan-calendar2__day.type-first {
    border-radius: 14px 0 0 14px;
  }
  .plan-calendar2__day.type-end {
    border-radius: 0 14px 14px 0;
  }
  .plan-calendar2__item2 {
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
  .plan-calendar2__item2:first-child {
    border-radius: 10px;
  }
  .plan-calendar2__item2:first-child .plan-calendar2__day2 {
    border-radius: 10px;
  }
  .plan-calendar2__item2:last-child .plan-calendar2__day2 {
    border-radius: 10px;
  }
  .plan-calendar2__item2:nth-child(2) .plan-calendar2__day2 {
    border-radius: 10px 0 0 10px;
  }
  .plan-calendar2__item2:nth-child(6) .plan-calendar2__day2 {
    border-radius: 0 10px 10px 0;
  }
  .plan-calendar2__day2 {
    margin: 0;
    background-color: #e1e1e1;
  }
  .plan-calendar2__prev, .plan-calendar2__next {
    top: 11px;
    font-size: 1rem;
  }
}

.program-banner {
  margin: 60px auto 0;
  text-align: center;
}

.program-banner a {
  display: inline-block;
}

@media only screen and (max-width: 680px) {
  .program-banner {
    margin-top: 30px;
  }
}

.plan-video {
  padding: 145px 0;
  background: url("../images/program/contour_1909/contour1909_bg_2.jpg?ver=191029") no-repeat center bottom / cover;
}

.plan-video__wrap {
  max-width: 1112px;
  margin: 0 auto;
  padding: 0 8px;
  box-sizing: border-box;
}

.plan-video__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.plan-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1025px) {
  .plan-video {
    padding: 44px 25px;
    background: url("../images/program/contour_1909/contour1909_bg_2_m.jpg?ver=191029") no-repeat center top / cover;
  }
  .plan-video__wrap {
    padding: 0;
  }
}

@keyframes keyMove {
  00.00% {
    transform: rotate(0deg) translateX(0px);
  }
  33.00% {
    transform: rotate(5deg) translateX(-12px);
  }
  66.00% {
    transform: rotate(-5deg) translateX(5px);
  }
  100.00% {
    transform: rotate(0deg) translateX(0px);
  }
}

.content {
  padding-top: 50px;
  box-sizing: border-box;
}

.contour-all__area {
  position: relative;
}

.contour-all__area.nth-2 {
  padding-bottom: 35.66%;
}

.contour-all__area.nth-2 .contour-all__outer {
  padding: 0 18.2291%;
  background: url("../images/program/contour_190613/contour_all_06.jpg?ver=191029") no-repeat center center / cover;
  box-sizing: border-box;
}

.contour-all__area.nth-3 {
  padding-bottom: 50.31%;
}

.contour-all__area.nth-3 .contour-all__outer {
  background: url("../images/program/contour_190613/contour_all_08.jpg?ver=191029") no-repeat center center / cover;
  box-sizing: border-box;
}

.contour-all__outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contour-all__inner {
  padding: 0 18.2291%;
}

.contour-all__inner2 {
  position: relative;
  margin-top: 2.63%;
  padding: 0 15.416%;
}

.contour-all__inner2 ul {
  margin: 0 0 0 -1.2%;
  padding: 0;
}

.contour-all__inner2 ul:after {
  display: block;
  clear: both;
  content: '';
}

.contour-all__inner2 li {
  float: left;
  width: 25%;
  padding-left: 1.2%;
  list-style: none;
  box-sizing: border-box;
}

.contour-all__inner2 a {
  display: block;
}

.contour-all__wrap {
  width: 100%;
  max-width: 1466px;
  margin: 5.04% auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.contour-all__big {
  position: relative;
  padding-bottom: 56.25%;
}

.contour-all__big iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1025px) {
  .contour-all__area {
    position: relative;
  }
  .contour-all__area.nth-2 {
    padding-bottom: 45.3125%;
  }
  .contour-all__area.nth-2 .contour-all__outer {
    padding: 0 10.31%;
    background: url("../images/program/contour_190613/contour_all_07_m.jpg?ver=191029") no-repeat center center / cover;
    box-sizing: border-box;
  }
  .contour-all__area.nth-3 {
    padding-bottom: 63.28%;
  }
  .contour-all__area.nth-3 .contour-all__outer {
    background: url("../images/program/contour_190613/contour_all_09_m.jpg?ver=191029") no-repeat center center / cover;
    box-sizing: border-box;
  }
  .contour-all__inner {
    padding: 0 10.31%;
  }
  .contour-all__inner2 {
    position: relative;
    margin-top: 2.63%;
    padding: 0 7.812%;
  }
  .contour-all__inner2 ul {
    margin: 0 0 0 -1.2%;
    padding: 0;
  }
  .contour-all__inner2 ul:after {
    display: block;
    clear: both;
    content: '';
  }
  .contour-all__inner2 li {
    float: left;
    width: 25%;
    padding-left: 1.2%;
    list-style: none;
    box-sizing: border-box;
  }
  .contour-all__inner2 a {
    display: block;
  }
}

.contour-all-tab {
  margin: 0 0 0 -18px;
  padding: 0;
}

.contour-all-tab:after {
  display: block;
  clear: both;
  content: '';
}

.contour-all-tab li {
  float: left;
  width: 25%;
  padding-left: 18px;
  list-style: none;
  box-sizing: border-box;
}

.contour-all-tab a {
  display: block;
}

@media only screen and (max-width: 1025px) {
  .contour-all-tab {
    margin-left: -15px;
    font-size: 0;
  }
  .contour-all-tab li {
    float: none;
    display: inline-block;
    width: 50%;
    padding-left: 15px;
  }
  .contour-all-tab li:nth-child(2) ~ li {
    margin-top: 10px;
  }
}

.contour-slider {
  position: relative;
}

.contour-slider__list {
  height: inherit;
  margin: 0;
  padding: 0;
}

.contour-slider__item {
  list-style: none;
}

.contour-slider__box {
  position: relative;
  list-style: none;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.contour-slider__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contour-slider__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 35px;
  height: 66px;
  margin: auto 0;
}

.contour-slider__btn.type-prev {
  left: -16%;
  background: url("../images/program/contour_190613/contour_all_prev.png?ver=191029") no-repeat center center / contain;
}

.contour-slider__btn.type-next {
  right: -16%;
  background: url("../images/program/contour_190613/contour_all_next.png?ver=191029") no-repeat center center / contain;
}

.contour-slider__dot {
  display: none;
  margin-top: 3%;
}

.contour-slider__dot li.slick-active button {
  background-color: #ffd384;
}

.contour-slider__dot li button {
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 1025px) {
  .contour-slider__btn {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 20px;
    margin: auto 0;
  }
  .contour-slider__btn.type-prev {
    left: -8%;
  }
  .contour-slider__btn.type-next {
    right: -8%;
  }
  .contour-slider__dot li button {
    width: 8px;
    height: 8px;
  }
}

.longweek__wrap {
  padding: 0 21.14%;
  background: url("../images/program/longweek_190903/longweek_img_2.jpg?ver=191029") no-repeat center center / cover;
}

.longweek__box {
  border-left: 6px solid #711f86;
  border-right: 6px solid #711f86;
}

.longweek__box + .longweek__box {
  margin-top: 7.2%;
}

.longweek__btn {
  display: block;
  width: 100%;
  padding: 1.3% 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background: #711f86;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 1025px) {
  .longweek__wrap {
    padding: 0 6.944%;
  }
  .longweek__box {
    border-width: 5px;
  }
  .longweek__box + .longweek__box {
    margin-top: 10%;
  }
  .longweek__btn {
    padding: 3.4% 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 680px) {
  .longweek__box {
    border-width: 3px;
  }
  .longweek__btn {
    font-size: 1.5rem;
  }
}

.vlifting-1909 {
  background-color: #f37086;
  padding: 0 18.75%;
  box-sizing: border-box;
}

.vlifting-1909__wrap {
  background-color: #fff;
}

.vlifting-1909__area {
  padding: 0 30px;
  box-sizing: border-box;
}

.vlifting-1909__list {
  margin: 0 0 0 -30px;
  padding: 0;
  font-size: 0;
}

.vlifting-1909__item {
  display: inline-block;
  display: inline-block;
  width: 33.33%;
  padding-left: 30px;
  list-style: none;
  vertical-align: top;
  box-sizing: border-box;
}

.vlifting-1909__item.nth-1 .vlifting-1909__bg {
  background: url("../images/program/vlifting_1909/vlifting1909_before_1.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__item.nth-1 .vlifting-1909__outer {
  background: url("../images/program/vlifting_1909/vlifting1909_before_1.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__item.nth-2 .vlifting-1909__bg {
  background: url("../images/program/vlifting_1909/vlifting1909_before_2.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__item.nth-2 .vlifting-1909__outer {
  background: url("../images/program/vlifting_1909/vlifting1909_before_2.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__item.nth-3 .vlifting-1909__bg {
  background: url("../images/program/vlifting_1909/vlifting1909_before_3.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__item.nth-3 .vlifting-1909__outer {
  background: url("../images/program/vlifting_1909/vlifting1909_before_3.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__item.is-active .vlifting-1909__tit {
  height: 60px;
  line-height: 60px;
}

.vlifting-1909__item.is-active.nth-1 .vlifting-1909__outer {
  background: url("../images/program/vlifting_1909/vlifting1909_after_1.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__item.is-active.nth-2 .vlifting-1909__outer {
  background: url("../images/program/vlifting_1909/vlifting1909_after_2.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__item.is-active.nth-3 .vlifting-1909__outer {
  background: url("../images/program/vlifting_1909/vlifting1909_after_3.jpg?ver=191029") no-repeat center center / cover;
}

.vlifting-1909__outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 85.71%;
  transition: all 0.5s;
}

.vlifting-1909__box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.vlifting-1909__tit {
  height: 40px;
  margin: 0;
  line-height: 40px;
  font-size: 25px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: all 0.5s;
}

.vlifting-1909__txt {
  margin: 20px 0 0 0;
  font-size: 14px;
  text-align: center;
}

.vlifting-1909__info {
  display: block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #000;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1025px) {
  .vlifting-1909 {
    padding: 0 3.125%;
  }
  .vlifting-1909__area {
    padding: 0 20px;
  }
  .vlifting-1909__list {
    margin-left: -20px;
  }
  .vlifting-1909__item {
    padding-left: 20px;
  }
  .vlifting-1909__item.is-active .vlifting-1909__tit {
    height: 30px;
    line-height: 30px;
  }
  .vlifting-1909__tit {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .vlifting-1909__area {
    padding: 0 10px;
  }
  .vlifting-1909__list {
    margin-left: -10px;
  }
  .vlifting-1909__item {
    padding-left: 10px;
  }
  .vlifting-1909__item.is-active .vlifting-1909__tit {
    height: 18px;
    line-height: 18px;
  }
  .vlifting-1909__info {
    width: 40px;
    height: 14px;
    line-height: 14px;
    font-size: 1rem;
  }
  .vlifting-1909__tit {
    height: 18px;
    line-height: 18px;
    font-size: 1.2rem;
  }
  .vlifting-1909__txt {
    margin: 10px 0 0 0;
    font-size: 1rem;
  }
}

.program__visual {
  font-size: 0;
}

.program__visual img {
  width: 100%;
  border: 0;
}

.program__area {
  padding: 0 16px;
  box-sizing: border-box;
}

.program__list {
  margin: 60px 0 0 -10px;
  padding: 0;
}

.program__list:after {
  display: block;
  clear: both;
  content: '';
}

.program__item {
  float: left;
  width: 33.33%;
  margin-top: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  list-style: none;
}

.program__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.program__wrap img {
  border: 0;
}

.program__link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-decoration: none;
}

.program__link:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 15;
}

.program__link:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/program/plus.png") no-repeat center center;
  content: '';
  z-index: 20;
}

.program__exam {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 100px;
  height: 100px;
  background: url("../images/program/exam2019_pick.png") 0 0/cover;
  text-indent: -999px;
  overflow: hidden;
}

.program__view {
  padding-top: 50px;
  font-size: 0;
  box-sizing: border-box;
}

.program__view img {
  width: 100%;
}

.program__tel {
  display: block;
}

.program__box {
  position: relative;
}

.program__caption {
  height: 130px;
  padding: 0 80px;
  border: 1px solid #e1e1e1;
  border-top: 0;
  background-color: #fff;
  text-align: center;
  letter-spacing: -2px;
  box-sizing: border-box;
}

.program__vertical {
  display: table-cell;
  width: 1%;
  height: inherit;
  vertical-align: middle;
}

.program__txt {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.program__price {
  margin-top: 6px;
  font-size: 20px;
}

.program__default {
  font-weight: 300;
  color: #999;
  text-decoration: line-through;
}

.program__sale {
  margin-left: 8px;
  color: #b916a4;
  font-weight: 600;
}

@media only screen and (max-width: 1025px) {
  .program__list {
    margin-top: 30px;
  }
  .program__area {
    padding: 0 18px;
  }
  .program__item {
    width: 50%;
  }
  .program__view {
    padding-top: 60px;
  }
  .program__caption {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 680px) {
  .program__list {
    margin-top: 10px;
  }
  .program__view {
    padding-top: 50px;
  }
  .program__exam {
    top: 8px;
    right: 8px;
    width: 50px;
    height: 50px;
  }
  .program__caption {
    height: 80px;
    padding: 0 15px;
    letter-spacing: -1px;
  }
  .program__txt {
    font-size: 1.2rem;
  }
  .program__price {
    margin-top: 3px;
    font-size: 1.3rem;
  }
  .program__sale {
    margin-left: 4px;
  }
}

.quick-menu {
  display: none;
}

.quick {
  position: fixed;
  bottom: 60px;
  right: 8.5%;
  list-style: none;
  z-index: 80;
}

.quick__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick__item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

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

.quick__item.type-counsel {
  background-color: #ff3904;
  color: #fff;
  border: 1px solid #ff3904;
}

.quick__item.type-counsel .quick__wrap:before {
  display: block;
  width: 27px;
  height: 18px;
  margin: 0px auto 6px;
  box-sizing: border-box;
  background: url("../images/program/quick_counsel.png");
  content: '';
}

.quick__item.type-list {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.quick__item.type-list .quick__wrap:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0px auto 6px;
  box-sizing: border-box;
  background: url("../images/program/quick_list.png");
  content: '';
}

.quick__item.type-top {
  background-color: #fff;
  border: 1px solid #b7b6b6;
  color: #333;
}

.quick__item.type-top .quick__wrap:before {
  display: block;
  width: 19px;
  height: 10px;
  margin: 0px auto 6px;
  box-sizing: border-box;
  background: url("../images/program/top.png");
  content: '';
}

.quick__wrap {
  position: relative;
  color: inherit;
}

.quick__link {
  display: table-cell;
  width: 1%;
  height: 80px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  text-align: center;
  vertical-align: middle;
}

.quick__link:hover {
  color: inherit;
}

@media only screen and (max-width: 1025px) {
  .quick {
    bottom: 50px;
    right: 30px;
  }
  .quick__item {
    width: 72px;
    height: 72px;
  }
  .quick__link {
    height: 72px;
  }
}

@media only screen and (max-width: 680px) {
  .quick {
    bottom: 68px;
    right: 16px;
  }
  .quick__item {
    width: 50px;
    height: 50px;
  }
  .quick__item.type-counsel {
    background-color: #ff3904;
    color: #fff;
    border: 1px solid #ff3904;
  }
  .quick__item.type-counsel .quick__wrap:before {
    display: block;
    width: 20px;
    height: 13px;
    margin-bottom: 3px;
    background: url("../images/program/quick_counsel_m.png") no-repeat center center/20px 13px;
    content: '';
  }
  .quick__item.type-list .quick__wrap:before {
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 3px;
    background: url("../images/program/quick_list_m.png") no-repeat center center/14px 14px;
    content: '';
  }
  .quick__item.type-top .quick__wrap:before {
    display: block;
    width: 12px;
    height: 7px;
    margin-bottom: 3px;
    background: url("../images/program/top_m.png") no-repeat center center/12px 7px;
    content: '';
  }
  .quick__link {
    height: 50px;
    font-size: 1.2rem;
  }
}

.visual {
  position: relative;
  text-align: center;
}

.visual__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visual__item {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 27.08%;
  font-size: 0;
  text-indent: -9999px;
}

.visual__pager {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  z-index: 100;
}

.visual__bull {
  overflow: hidden;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
}

.visual__bull.is-active {
  background: transparent;
}

.visual__bull + .visual__bull {
  margin-left: 12px;
}

@media only screen and (max-width: 1025px) {
  .visual__item {
    padding-bottom: 65.25%;
  }
  .visual__pager {
    bottom: 8px;
  }
  .visual__bull {
    width: 7px;
    height: 7px;
  }
  .visual__bull + .visual__bull {
    margin-left: 5px;
  }
}

.program-view {
  margin-top: 50px;
  font-size: 0;
}

.program-view.type-breast .program-view__pc {
  width: 100%;
  background: url(../program/images/e_breast02/b_pattern.gif) 0 0 repeat;
}

.program-view.type-breast .program-view__box {
  max-width: 1200px;
  margin: 0 auto;
}

.program-view.type-breast .program-view__box.cont02 {
  background: #fff;
  text-align: center;
  padding: 66px 0 0 0;
}

.program-view.type-breast .program-view__box.cont02 img {
  width: auto;
}

.program-view.type-breast .program-view__bg {
  width: 100%;
  background: url(../program/images/e_breast02/b2_bg02.png) center 0 no-repeat;
}

.program-view__pc {
  font-size: 0;
  box-sizing: border-box;
}

.program-view__pc img {
  width: 100%;
}

.program-view__box {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
}

.program-view__box img.changeImg {
  width: 21%;
  min-width: 0;
  max-width: 350px;
  margin-left: 11px;
  margin-right: 11px;
}

.program-view__box.type-another img.changeImg {
  width: 25%;
  min-width: 300px;
  max-width: 410px;
}

.program-view__box.type-lift img.changeImg {
  width: 33.33%;
  max-width: 472px;
  margin: 0;
  padding: 0 11px;
  box-sizing: border-box;
}

.program-view__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.program-view__item {
  display: inline-block;
  box-sizing: border-box;
  list-style: none;
}

.program-view__link {
  text-decoration: none;
}

.program-view__m img {
  width: 100%;
}

.program-view__area {
  margin: 40px 0 140px;
  text-align: center;
}

.program-view__area img {
  width: auto;
}

.program-view__box {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
}

.program-view__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.program-view__item {
  display: inline-block;
  box-sizing: border-box;
  list-style: none;
}

@media only screen and (max-width: 1180px) {
  .program-view.type-breast .program-view__box.cont02 img {
    width: 100%;
  }
  .program-view__area img {
    width: 100%;
  }
}

@media only screen and (max-width: 1025px) {
  .program-view__box {
    padding: 0px 5%;
  }
  .program-view__box img.changeImg {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0;
  }
  .program-view__box.type-another .program-view__list {
    margin-left: -2%;
  }
  .program-view__box.type-another .program-view__item {
    width: 33.333%;
    padding-left: 2%;
  }
  .program-view__box.type-lift .program-view__list {
    margin: 0;
  }
  .program-view__box.type-lift .program-view__item {
    width: 100%;
    padding: 0;
  }
  .program-view__box.type-lift .program-view__item + .program-view__item {
    margin-top: 24px;
  }
  .program-view__box.type-lift img.changeImg {
    padding: 0;
  }
  .program-view__area img {
    width: 30%;
  }
  .program-view__list {
    font-size: 0;
    margin: -5% 0 0 -5%;
    padding: 0;
  }
  .program-view__item {
    width: 50%;
    padding-left: 5%;
    padding-top: 5%;
  }
  .program-view__item img {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .program-view__box.type-lift .program-view__item + .program-view__item {
    margin-top: 12px;
  }
}

.review__tit {
  margin-bottom: 50px;
}

.review__tit img {
  margin-top: 50px;
}

.review__box + .review__box {
  padding-bottom: 97px;
}

.review__box img + .review__box img {
  margin-top: 80px;
}

.program-bottom {
  position: relative;
  padding: 115px 0;
  background-color: #fff;
  text-align: center;
}

.program-bottom__box {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: 300px;
}

.program-bottom__wrap {
  display: inline-table;
  height: inherit;
}

.program-bottom__inner {
  display: table-cell;
  vertical-align: middle;
}

.program-bottom__img {
  max-width: 90%;
}

@media only screen and (max-width: 1025px) {
  .program-bottom {
    position: static;
  }
  .program-bottom__box {
    position: static;
    margin-top: 30px;
    margin-left: 0;
  }
  .program-bottom__link {
    display: inline-block;
  }
}

@media only screen and (max-width: 680px) {
  .program-bottom {
    padding: 30px 0;
  }
  .program-bottom__img {
    max-width: 50%;
  }
}

.program-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.program-video__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.program-video__btn {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  background: url("../images/program/play_btn.png?ver=191029") no-repeat center center / contain;
  text-indent: -9999px;
  z-index: 15;
}

@media only screen and (max-width: 680px) {
  .program-video__btn {
    width: 50px;
    height: 50px;
  }
}

.program-before {
  padding-bottom: 120px;
  background-color: #f3eaf8;
}

.program-before.type-nosefirst .program-before__item2.is-active .program-before__wrap:before {
  border: 10px solid #612292;
}

.program-before__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 20px;
  z-index: 999999;
}

.program-before__outer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 146px;
  box-sizing: border-box;
}

.program-before__main {
  position: relative;
}

.program-before__list {
  margin: 0;
  padding: 0;
}

.program-before__item {
  list-style: none;
}

.program-before__txt {
  width: 100%;
  margin: 0;
  padding: 14px 0;
  background-color: #2e2e2e;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.program-before__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  margin: auto 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/img_up/shop_pds/banobagi/design/images/sub/eye_festival_arrow_1.png) center center/contain no-repeat;
}

.program-before__btn.type-prev {
  left: -118px;
}

.program-before__btn.type-next {
  right: -118px;
  transform: rotate(180deg);
}

.program-before__thum {
  margin-top: 48px;
}

.program-before__list2 {
  margin: 0 0 0 -20px;
  padding: 0;
  font-size: 0;
}

.program-before__list2.nth-1, .program-before__list2.nth-2, .program-before__list2.nth-3, .program-before__list2.nth-4, .program-before__list2.nth-5, .program-before__list2.nth-6 {
  display: none;
}

.program-before__list2.is-active {
  display: block;
}

.program-before__item2 {
  position: relative;
  display: inline-block;
  width: 33.33%;
  padding-left: 20px;
  list-style: none;
  box-sizing: border-box;
  cursor: pointer;
}

.program-before__item2.is-active .program-before__wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #1e8fe5;
  border-style: solid;
  border-image: linear-gradient(to right, #e62776 0%, #8830bf 100%);
  border-image-slice: 1;
}

.program-before__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.program-before__dots {
  margin: 50px 0 0 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.program-before__dots li {
  display: inline-block;
  list-style: none;
}

.program-before__dots li + li {
  margin-left: 20px;
}

.program-before__link {
  font-size: 18px;
  color: #2e2e2e;
  cursor: pointer;
}

.program-before__link.is-active {
  color: #e62776;
  font-weight: 600;
}

.program-before__noti {
  margin: 34px 0 0;
  font-size: 12px;
  color: #8a8a8a;
  text-align: center;
  line-height: 1.7;
}

@media only screen and (max-width: 1025px) {
  .program-before {
    padding-bottom: 100px;
  }
  .program-before.type-nosefirst .program-before__item2.is-active .program-before__wrap:before {
    border-width: 6px;
  }
  .program-before__outer {
    padding: 0 30px;
  }
  .program-before__btn {
    top: -62px;
    background: url(../../images/program/eye_festival/eye_festival_arrow_2.png) center center/contain no-repeat;
  }
  .program-before__btn.type-prev {
    left: 34px;
  }
  .program-before__btn.type-next {
    right: 34px;
  }
  .program-before__thum {
    margin-top: 40px;
  }
  .program-before__list2 {
    margin-left: -16px;
  }
  .program-before__item2 {
    padding-left: 16px;
  }
  .program-before__item2.is-active .program-before__wrap:before {
    border-width: 6px;
  }
  .program-before__txt {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 680px) {
  .program-before {
    padding-bottom: 50px;
  }
  .program-before.type-nosefirst .program-before__item2.is-active .program-before__wrap:before {
    border-width: 3px;
  }
  .program-before__outer {
    padding: 0 14px;
  }
  .program-before__btn {
    top: -32px;
    width: 16px;
    height: 16px;
  }
  .program-before__btn.type-prev {
    left: 16px;
  }
  .program-before__btn.type-next {
    right: 16px;
  }
  .program-before__thum {
    margin-top: 20px;
  }
  .program-before__list2 {
    margin-left: -8px;
  }
  .program-before__item2 {
    padding-left: 8px;
  }
  .program-before__item2.is-active .program-before__wrap:before {
    border-width: 3px;
  }
  .program-before__dots {
    margin-top: 20px;
  }
  .program-before__dots li + li {
    margin-left: 10px;
  }
  .program-before__link {
    font-size: 1.0rem;
  }
  .program-before__txt {
    padding: 10px 0;
    font-size: 1.1rem;
  }
  .program-before__noti {
    margin-top: 17px;
    font-size: 1.2rem;
  }
}

.program-tv {
  text-align: center;
  padding: 100px 0;
}

.program-tv__tit {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-left: 86px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -2px;
}

.program-tv__tit:before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 72px;
  height: 65px;
  background: url("../../images/program/video_icon.png") no-repeat center center/contain;
}

.program-tv__outer {
  max-width: 1216px;
  margin: 50px auto 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.program-tv__inner {
  position: relative;
}

.program-tv__area {
  padding-right: 41.67%;
}

.program-tv__video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 50;
}

.program-tv__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.program-tv__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 58.33%;
  box-sizing: border-box;
  overflow-y: scroll;
}

.program-tv__box {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  box-sizing: border-box;
}

.program-tv__list {
  margin: 0;
  padding: 0;
}

.program-tv__item {
  list-style: none;
  height: 130px;
  box-sizing: border-box;
}

.program-tv__item + .program-tv__item {
  margin-top: 4px;
}

.program-tv__item.is-active .program-tv__link {
  background-color: #ff4592;
}

.program-tv__item.is-active .program-tv__txt {
  font-weight: 500;
  color: #fff;
}

.program-tv__link {
  display: block;
  position: relative;
  height: inherit;
  padding: 14px;
  background-color: #ebebeb;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.program-tv__thum {
  width: 178px;
  height: 100px;
}

.program-tv__txt {
  position: absolute;
  top: 50%;
  padding-left: 200px;
  padding-right: 10px;
  font-size: 20px;
  color: #2e2e2e;
  letter-spacing: -2px;
  transform: translateY(-50%);
}

.program-tv__btn {
  display: inline-block;
  width: 192px;
  margin-top: 60px;
  padding: 12px 0;
  background-color: #2e2e2e;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
}

.program-tv__span {
  position: relative;
  padding-right: 24px;
  font-size: 16px;
}

.program-tv__span:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 7px;
  height: 10px;
  background: url("../../images/program/video_btn.png") no-repeat center center/contain;
}

@media only screen and (max-width: 1480px) {
  .program-tv__txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1025px) {
  .program-tv {
    padding: 80px 0 100px;
  }
  .program-tv__outer {
    padding: 0 30px;
  }
  .program-tv__area {
    padding-right: 0;
  }
  .program-tv__wrap {
    position: static;
    margin-top: 20px;
    padding-left: 0;
  }
  .program-tv__box {
    padding-left: 0;
    height: 320px;
  }
}

@media only screen and (max-width: 680px) {
  .program-tv {
    padding: 40px 0 50px;
  }
  .program-tv__tit {
    padding-left: 50px;
    font-size: 2.1rem;
    letter-spacing: -1px;
  }
  .program-tv__tit:before {
    top: -16px;
    width: 43px;
    height: 39px;
  }
  .program-tv__outer {
    margin-top: 20px;
    padding: 0 15px;
  }
  .program-tv__wrap {
    margin-top: 15px;
  }
  .program-tv__box {
    height: 170px;
  }
  .program-tv__item {
    height: 65px;
  }
  .program-tv__link {
    padding: 7px;
  }
  .program-tv__thum {
    width: 89px;
    height: 50px;
  }
  .program-tv__txt {
    padding-left: 104px;
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  .program-tv__btn {
    width: 110px;
    margin-top: 24px;
    padding: 6px 0;
  }
  .program-tv__span {
    padding-right: 16px;
    font-size: 1.3rem;
  }
  .program-tv__span:after {
    top: 6px;
    width: 5px;
    height: 7px;
    background: url("../../images/program/video_btn_m.png") no-repeat center center/contain;
  }
}
