@import url("https://use.typekit.net/tcu4irh.css");
@import url("https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");

body {
  font-family: nunito-sans, "Noto Sans KR", sans-serif;
  box-sizing: border-box;
  word-break: keep-all;
  letter-spacing: -.5px;
}

img {
  width: 100%;
}

::selection {
  background: rgba(236,102,143,.1);
}

/* 폼 css 커스텀 */
.sp-form-control {
  border: none;
  border-radius: 0;
}

textarea.sp-form-control {
  height: 8.5rem;
}

.sp-form-check {
  font-size: .8rem;
}

/* 슬라이더 css 여기서 잡기vs따로빼기 which one  */
.swiper-container.sp-slide{
  width: 100%;
  height: 100%;
}

.swiper-slide.sp-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 50vh;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sp-visual .swiper-button-prev, .sp-visual .swiper-button-next {
  width: 47px;
  height: 64px;
  background-size: 47px 64px;
}

.sp-visual .swiper-button-prev:hover, .sp-visual .swiper-button-next:hover {
  filter: drop-shadow(0 0 20px rgba(0,0,0,.5));
  transition: all .2s ease;
}
.swiper-pagination-bullet-active {
  background: #EC668F;
}

.swiper-button-prev {
  left: 3%;
  background-image:
    url(../img/arrow-left-white.svg),
    url(../img/arrow-left-white.svg);
  background-position:
    0 0,   /* 첫번째 이미지 위치 */
    0 0,   /* 두번째 이미지 위치 */
}

.swiper-button-next {
  right: 3%;
  background-image:
    url(../img/arrow-right-white.svg),
    url(../img/arrow-right-white.svg);
  background-position:
    0 0,   /* 첫번째 이미지 위치 */
    0 0;   /* 두번째 이미지 위치 */
}

.sp-visual .slide01 {
  background: url(../img/main/sp_main.jpg) center center / cover no-repeat;
}
.sp-visual .slide02 {
  background: url(../img/main/sp_main.jpg) center center / cover no-repeat;
}
.sp-visual .slide03 {
  background: url(../img/main/sp_main.jpg) center center / cover no-repeat;
}

.font-small {
  font-size: 85% !important;
  word-spacing: -1px;
}

.font-heavy {
  font-weight: 900;
}

.font-serif {
  font-family: 'Nanum Myeongjo', serif !important;
}

.font-sans {
  font-family: "Noto Sans KR", sans-serif !important;
}

.font-pink {
  color: #EC668F;
}

.font-brown {
  color: #693B49;
}

.font-grey {
  color: #DEDADA;
}

.text-wtb { /* white to black */
  color: #fff;
}

.text-sp-1 {
  letter-spacing: -1px;
}

.greybg {
  background-color: #FAFAFA;
}

.sc_title img {
  width: auto;
}

.sc_title .tit_bar {
  width: auto;
}

section span.sc-name + h2 {
  margin: 0;
}

.about-card {
  border: 1px solid #F5F5F5;
}

.about-card h3 {
  color: #693B49;
  margin-bottom: 10px !important;
}

.about-card img {
  height: 100%;
}

.about-text {
  background-color: #fff;
  padding: 15px;
}

.about-text h3 {
  color: #693B49;
}

.about-img01, .about-img02, .about-img03, .about-img04{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: auto;
  height: 30vh;
}

.about-img01 {
  background-image: url(../img/main/main-img01.jpg);
  background-position: center 20%;
}

.about-img02 {
  background-image: url(../img/main/main-img02.jpg);
  background-position: center 20%;
}

.about-img03 {
  background-image: url(../img/main/main-img03.jpg);
}

.about-img04 {
  background-image: url(../img/main/main-img04.png);
}

.surgery {
  background: url(../img/bg/surge-bg.jpg) center top / cover no-repeat;
}

.maps {
  height: 320px;
  background: url(../img/maps.jpg) center center / cover no-repeat;
}

.q-form {
  background: url(../img/bg/form-bg.jpg) center center / cover no-repeat;
}

.q-form h1 {
  letter-spacing: -1px;
}

.q-form div.submit {
  padding: 0 1.5rem;
}

.q-form div.submit button {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 90%;
  transition: .2s ease-in all;
  color: #fff;
  padding: 1.5rem 1rem !important;
}

.q-form div.submit button img {
  width: auto;
  margin-bottom: .5rem;
}

.q-form div.submit button span {
  display: block;
  font-size: 60%;
  font-weight: 900;
  color: #fff;
  word-break: break-all;
  margin: .1rem;
}

.q-form div.submit button div {
  font-weight: lighter;
  font-size: 1.5rem;
  width: 100%;
  word-break: break-all;
  }

.q-form div.submit button {
  background: #EC668F;
}

.q-form div.submit button:hover {
  background: #DC506D;
}


/* ------------ 서브 css ------------ */
.sp_sub {
  cursor: default;
}

.sp_sub section, section.sub-bottom, section.sub-form, section.sub-contact {
  padding: 4.5rem 0;
}

.sp_sub h1 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 60px;
}

.sub-title {
  font-family: 'Nanum Myeongjo', serif;
  letter-spacing: -1px;
}

.sub-title .tit-eng {
  color: #DEDADA;
  font-size: 28px;
}

.sub-title .tit-kor{
  color: #693B49;
}

/* subVisual */

.sub-visual .row {
  max-height: 450px;
}

.sub-visual .sub-visual-img {
  padding: 0;
}

.sub-visual .sub-visual-img img {
  height: 100%; /* 이미지파일 높이는 450px */
  width: auto;
}

.sub-visual .sub-visual-text {
  background: none;
}

.sub-visual .sub-visual-text span{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: -2px;
  line-height: 50px;
}

.sub-visual-opacity-md-hidden {
  opacity: 0;
}

/* subInfo */

.sub-info {
  padding: 4rem 0;
  background: url(../img/bg/sub_info_bg.jpg) 45% top / cover no-repeat;
}

.sub-info .info-img {
  overflow: hidden;
}

.sub-info .info-text {
  padding: 2.5rem;
}

.sub-info .info-text > span{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 50px;
  font-weight: lighter;
  letter-spacing: -2px;
  line-height: 50px;
}

.sub-info .info-text p {
  margin: 1.5rem 0;
  line-height: 1.8;
}

.sub-info .info-text p::first-line {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 32px;
}


/* recommend */

.recommend {
  background: url(../img/bg/recommend_bg.jpg) center center / cover no-repeat;
}

.recommend .rc-card {
  max-width: 350px;
  margin: 1.5rem auto;
  box-shadow: 0px 10px 30px rgba(0,0,0,.1);
  transition: all .1s ease-in-out;
}

.recommend .rc-card:hover {
  transform: scale(1.015);
}

.recommend .rc-card .rc-text {
  background-color: #fff;
  padding: 1.5rem 3rem;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  min-height: 150px;

  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.recommend .rc-card .rc-text::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FFC7D5;
  margin-bottom: 10px;
}

.recommend .rc-card .rc-text > div {
  width: 100%;
}


/* surgePoint */

.surge-point {
  background: url(../img/bg/surge_point_bg.jpg) 20% top / cover no-repeat;
}

.surge-point h1 {
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.surge-point div.row:first-child {
  position: relative;
}

.surge-point .step {
  padding: 1.5rem 1rem;
  z-index: 1;
}

.surge-point .step img {
  border-radius: 50%;
  max-width: 250px;
}

.surge-point .point-text {
  color: #fff;
  padding: 0 1.5rem;
}

.surge-point .point-text h5 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 1rem;
}

.surge-point .dotted-line {
  background-image: linear-gradient(to right, white 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  width: 90%;
  height: 1px;
  margin: 0 3rem;
  position: absolute;
  top: 38%;
  left: 0;
  z-index: 0;
}

.surge-point .point-box {
  color: #fff;
  background-color: #FF719C;
  max-width: 250px;
  padding: .8rem 0;
  margin: .5rem auto;
  font-size: 20px;
  border-top: 5px solid #FF719C;
  border-bottom: 5px solid #FF719C;
  cursor: default;
  transition: border .2s ease;
}

.surge-point .point-box:hover {
  border-color: #fff;
}

.surge-point .howto {
  background-color: #FF719C;
}

.surge-point .howto h4 {
  background: #fff;
  display: inline-block;
  color: #FF719C;
  padding: .2rem .5rem;
}

.surge-point .anti-img {
  height: 100%;
  overflow: hidden;
}

.surge-point .anti-img img {
  width: auto;
}

.surge-point .anti-text {
  background: #fff;
}

.surge-point .anti-text h3 {
  display: inline-block;
  background: rgba(236,102,143,.1);
  padding: .2rem .5rem;
}

.surge-point .anti-text p {
  font-size: 18px;
}

/* surgeInfo */

.surge-info {
  background: url(../img/bg/surge_info_bg.jpg) center center / cover no-repeat;
}

.surge-info .ico-info {
  margin: 1rem;
}

.surge-info .ico-info h5 {
  color: #693B49;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
  margin: 1rem 0;
}

.surge-info .ico-info span {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}

.surge-info .ico-info span.font-small {
  font-size: 24px !important;
}

.surge-info .ico-img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.surge-info .only-sp {
  background-color: #984A62;
  color: #fff;
  font-size: 18px;
  letter-spacing: 10px;
}


/* selfcare */

.selfcare {
  background-image: linear-gradient(to top, #FFFAFA 95%, #FFEBF2 5%);
  background-position: center;
  background-size: 100% 1%;
  background-repeat: repeat-y;
}

.selfcare .care-card {
  padding: 1rem;
  position: relative;
  width: 245px;
  top: 0;
  cursor: default;
  transition: top .2s ease-out;
}

.selfcare .care-card:hover {
  top: -15px;
}

.selfcare .care-card .ico-care {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,.15);
  position: absolute;
  top: 95px;
  left: 91px;
}

.selfcare .care-card .care-box {
  box-shadow: 0px 3px 10px rgba(0,0,0,.1);
}

.selfcare .care-card .care-box .img-care {
  width: 100%;
  height: 225px;
}

.selfcare .care-card .care-text {
  background-color: #fff;
  width: 100%;
  height: 130px;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ------------ body pages & class ------------ */

.recommend.body {
  background: url(../img/bg/skn_bg02.jpg) center center / cover no-repeat;
}

.surge-info.body {
  background: url(../img/bg/skn_bg03.jpg) center center / cover no-repeat;
}

.skinnyfat {
  background: url(../img/bg/skn_bg04.jpg) center center / cover no-repeat;
}
/*
.skinnyfat div, .fatbottle div {
  border: 1px dotted pink;
}
*/
.skinnyfat .sub-title h1 {
  border-bottom: 10px solid #FFD3D3;
  line-height: 1rem;
  margin: 20px 0;
}

.skn_tit {
  padding-left: 10rem;
}

 /* 테이블 설정 */

.skinnyfat .fat-table {
  padding: 3rem;
  position: relative;
}

.skinnyfat .fat-table table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 15px;
  width: 100%;
  letter-spacing: -1px;
  line-height: normal;
}

.skinnyfat .fat-table .tb-left,
.skinnyfat .fat-table .tb-right {
  width: 50%;
  border-width: 12px;
  border-style: solid;
  font-size: 1.2rem;
}

.skinnyfat .fat-table .tb-left {
  border-color: #EAEAEA;
  color: #939393;
  font-weight: lighter;
}

.skinnyfat .fat-table .tb-right {
  border-color: #FED3D3;
  color: #5A5A5A;
}

.fat-table th {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 2rem;
  color: #fff;
  border-radius: 150px;
  height: 70px;
}

.fat-table .tb-left th {
  background-color: #C7C7C7;
  font-size: 1.5rem;
  font-weight: lighter;
}

.fat-table .tb-right th {
  background-color: #EC6666;
}

.skinnyfat .fat-table td {
  padding: 1rem;
  height: 65px;
  border: 1px solid #BFBFBF;
  border-radius: 100px;
  background-color: #fff;
}

.skinnyfat .fat-table .tb-center {
  position: absolute;
  width: 200px;
  top: calc(3rem + 12px);
  left: calc(50% - 100px);
  font-size: 1.2rem;
}

.skinnyfat .fat-table .tb-center th {
  font-family: inherit;
  background: #fff;
  color: #5A5A5A;
}

.skinnyfat .fat-table .tb-center td {
  background: #C7C7C7;
  color: #fff;
  font-weight: bolder;
}

.fatbottle .img-bottle {
  overflow: hidden;
  border-radius: 100%;
}

.fatbottle .fat-title {
  margin: 2rem 1rem;
}

.fatbottle .fat-title h1 {
  font-size: 7rem;
  color: #EC668F;
  background-color: #FDE9EF;
  line-height: 7rem;
}

.fatbottle .fat-title span {
  margin-right: 0;
  letter-spacing: 10px;
  color: #BFBFBF;
}

.fatbottle .fat-text {
  margin: 2rem 1rem;
}

.fatbottle .fat-text span {
  background-color: #FDE9EF;
  font-size: 1.2rem;
}

 /* 제로 */

.sub-visual.zero {
  background: #FFB1B1;
  overflow: hidden;
}

.sub-visual.zero .sub-visual-img img {
  margin-left: -4rem;
  margin-top: -3rem;
}

.sub-visual.zero .sub-visual-text {
  margin-top: -1rem;
}

.sub-visual.zero .sub-visual-text .zero-tit {
  padding-bottom: 1rem;
  border-bottom : 1px solid #fff;
}

.sub-visual.zero .sub-visual-text .zero-tit p {
  width: 300px;
  padding: 1rem;
  background: #fff;
}

.sub-visual.zero .sub-visual-text .zero-tit span {
  font-size: 70px;
  letter-spacing: -4px;
  line-height: 75px;
}

.sub-info.zero {
  background: url(../img/bg/zero_bg02.jpg) center center / cover no-repeat;
  background-color: #D8C7F9;
}

.recommend.zero {
  background: url(../img/bg/zero_bg03.jpg) center center / cover no-repeat;
}

.info-img.zero {
  overflow: visible;
}

.info-img.zero img {
  width: auto;
  height: 100%;
}

.zero-text > div {
  border: 3px solid white;
}

.zero-text img {
  width: 70px;
}

.zero-text h1 {
  font-size: 6rem;
  letter-spacing: -.5rem;
  line-height: 6.5rem;
  text-shadow: 0px 3px 6px rgba(0,0,0,.15);
}

.zero-text .zero-box {
  background: #fff;
}

.zero-text .zero-0 {
  color: #fff;
  opacity: .1 ;
  font-size: 16rem;
  font-weight: 100;
  line-height: 1.5;
  position: absolute;
  left: 4rem;
  border: none;
}

 /* checkpoint */

.check-point {
  background: linear-gradient(-45deg, #FFF2F4 50%, #fff 50%);
}

.check-point .check-title {
  max-width: 800px;
  margin: 0 auto;
}

.check-point .check-title > div:first-child {
  margin-bottom: -20px;
}

.check-point .tit-img img{
  width: 150px;
  height: 100%;
  border-radius: 150px;
  box-shadow: 0 3px 20px rgba(0,0,0,.1);
}

.check-point .tit-txt {
  background: #EC668F;
  color: #fff;
  border-radius: 0 0 30px 30px;
}

.check-point .tit-txt span {
  width: 50%;
  letter-spacing: .6rem;
  font-weight: 100;
}

.check-point .tit-txt > div span:first-child {
  text-align: left;
}

.check-point .tit-txt > div span + span {
  padding-right: -.6rem;
  text-align: right;
}

.check-point .tit-txt > div + div {
  background: #693B49;
  border-radius: 0 0 30px 30px;
}

.check-point .tit-hover {
  margin: 0 auto;
  background: #FACD2F;
  border-radius: 150px;
  width: 75%;
  position: relative;
}

.check-point .check-title div.tit-txt + .tit-hover > img {
  width: 30px;
  height: auto;
  position: absolute;
  top: -5%;
  right: 20%;
  border-radius: 0;
  box-shadow: none;
}

.check-point .check-title .tit-arr img {
  width: 15px;
  height: auto;
}

.check-img .btn-check {
  background: #EC668F;
  width: 200px;
  padding: 15px;
  margin: 0 20px;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}

/* Modal css */
.modal-open {
  padding-right: 0px !important;
  overflow-y: scroll;
}

.modal-backdrop {
  opacity: 0.3 !important;
  background-color: #fff !important;
}

.check-img .btn-check .modal {
  padding-right: 0px !important;
  position: absolute;
  width: 450px;
  height: auto;
  left: -125px;
}

.check-img .btn-check .modal .modal-dialog {
  margin: 0;
}

.check-img .btn-check .modal .modal-content {
  background: none;
  border: none !important;
  border-radius: 0 !important;
}

.check-img .btn-check .modal .modal-body {
  padding-top: 0;
}

.check-img .btn-check .modal .sp-modal-open-head{
  background: #693B49;
  padding: 15px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 200px;
  color: #fff;
  position: relative;
}

.check-img .btn-check .modal .sp-modal-open-content {
  color: #000;
  background: #fff;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: normal;
  border: solid #EC668F;
  border-width: 5px 0;
  padding: 2rem;
  margin-top: -25px;
  box-shadow: 0 3px 20px rgba(0,0,0,.15);
}

.check-img .btn-check .sp-modal-open-content span::before {
  content: "";
  display: block;
  margin: 1rem auto;
  background: #EC668F;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

/* Modal css end */

.check-point .check-img {
  position: relative;
  margin-top: 1rem;
}

.check-point .check-img .face-img {
  border: 20px solid #FFECB1;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
  position: relative;
}

.check-point.zero-part .check-img .btn-check {
  position: absolute;
  left: 8rem;
}

.check-point.zero-part .check-img .btn-check:first-child {
  top: 25%;
}

.check-point.zero-part .check-img .btn-check:first-child .dotted-point {
  width: 30vw;
  max-width: 420px;
}

.check-point.zero-part .check-img .btn-check:nth-child(2) {
  top: 37%;
}

.check-point.zero-part .check-img .btn-check:nth-child(2) .dotted-point {
  width: 35vw;
  max-width: 500px;
}

.check-point.zero-part .check-img .btn-check:nth-child(3) {
  top: 50%;
}

.check-point.zero-part .check-img .btn-check:nth-child(3) .dotted-point {
  width: 30vw;
  max-width: 420px;
}

.check-point .check-img .btn-check .dotted-point {
  background-image: linear-gradient(to right, #EC668F 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  width: 300%;
  height: 1px;
  position: absolute;
  margin-top: -10px;
  left: 180px;
}

.check-point .dotted-point::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #EC668F;
  position: absolute;
  top: -10px;
  right: 0;
}

.check-point .check-img .body-img img {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: 8rem;
}

.check-point .check-img .face-img .face-hover {
  /*border: 1px solid red;*/
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transition: all .4s ease;
}

.check-point .check-img .face-img .face-hover:hover {
  opacity: 1;
}

.check-point .face-img .hv01 {
  width: 200px;
  height: 120px;
  top: 25%;
  left: 32%;
}

.check-point .face-img .hv01:hover {
  background: url(../img/face_hover_01.svg) 0 0 / contain no-repeat;
}

.check-point .face-img .hv02 {
  width: 55px;
  height: 45px;
  top: 46%;
  left: 45%;
  z-index: 4;
}

.check-point .face-img .hv02:hover {
  background: url(../img/face_hover_02.svg) 0 0 / contain no-repeat;
}

.check-point .face-img .hv03 {
  width: 275px;
  height: 70px;
  top: 46%;
  left: 25%;
  z-index: 2;
}

.check-point .face-img .hv03:hover {
  background: url(../img/face_hover_03.svg) 0 0 / contain no-repeat;
}

.check-point .face-img .hv04 {
  width: 180px;
  height: 70px;
  top: 63%;
  left: 34%;
}

.check-point .face-img .hv04:hover {
  background: url(../img/face_hover_04.svg) 0 0 / contain no-repeat;
}

.check-point .face-img .hv05 {
  width: 95px;
  height: 50px;
  top: 82%;
  left: 42%;
}

.check-point .face-img .hv05:hover {
  background: url(../img/face_hover_05.svg) 0 0 / contain no-repeat;
}


/* ------------ subBottom php ------------ */
.sub-bottom {
  background: url(../img/bg/surge-bg.jpg) center center / cover no-repeat;
}

.sub-bottom .sub-title img {
  width: 40px;
  height: auto;
}

.sub-bottom .sub-title hr {
  height: 5px;
  width: 25px;
  margin: 1.5rem auto;
  border: none;
  background-color: #E2E2E2;
}

.sub-bottom .sp-beauty {
  padding: 1rem;
}

.sub-bottom .sp-beauty .bullet-gold {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -3px;
  left: calc(50% - 19px);
}

.sub-bottom .sp-beauty .beauty-img {
  width: auto;
  height: 30vh;
}

.sub-bottom .sp-beauty .beauty-text {
  letter-spacing: -.5px;
}

.sub-bottom .sp-beauty .beauty-text h4{
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.sub-bottom .sp-beauty .beauty-text h4::before, .sub-bottom .sp-beauty .beauty-text h4::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FACD2F;
  margin: 0 15px 6px;
}

.beauty-img01 {
  background: url(../img/img_beauty01.jpg) center center / cover no-repeat;
}

.beauty-img02 {
  background: url(../img/img_beauty02.jpg) center center / cover no-repeat;
}

.beauty-img03 {
  background: url(../img/img_beauty03.jpg) center center / cover no-repeat;
}

.beauty-img04 {
  background: url(../img/img_beauty04.jpg) center center / cover no-repeat;
}

.sub-bottom .sp-beauty .beauty-text {
  background-color: #fff;
  padding: 1rem;
}

section.sub-form {
  padding-bottom: 2rem;
  background: linear-gradient(45deg, #fff0f1, #ffe0e1);
}

.sub-form .sp-form-text {
  color: #454545;
}

.sub-form .sp-form-text hr {
  display: inline-block;
  width: 150px;
  border: none;
  height: 10px;
  background-color: #ff5771;/*#FACD2F*/
  margin: 0;
  margin-bottom: 1rem;
}

.sub-form .sp-form-text small {
  letter-spacing: .5px;
}

.sub-form .sp-form-text div.font-serif {
  line-height: 2;
}

.sub-form form .col-md-5{
  padding-left: 0;
  padding-right: 15px;
}

.sub-form form textarea.sp-form-control {
  height: 7rem;
}

.sub-form .sp-sub-submit {
  color: #fff !important;
  height: 100% !important;
  padding: 0 !important;
/*  border: 2px solid #fff; */
  border: none !important;
  border-radius: 0 !important;
  padding: 1.5rem 1rem !important;
  background: #ff5771 !important;
  transition: all .2s ease !important;
}

.sub-form .sp-sub-submit:hover {
  background: #ff798d !important;
}

.sub-form button img {
  width: auto;
  margin-bottom: .5rem;
}

.sub-form button span {
  display: block;
  font-size: 60%;
  font-weight: 900;
  color: #fff;
  word-break: break-all;
  margin: .1rem;
}

.sub-form button div {
  font-weight: lighter;
  font-size: 1.5rem;
  width: 100%;
  word-break: break-all;
}

.sub-contact .sub-park div.row > div {
  background-color: #F5F5F5;
}

.sub-contact .sub-park div.row > div + div {
  background-color: #F8F8F8;
}

/* ------- 소프라노는 ------*/
.sp-about .about-visual {
  background: url(../img/bg/bg_about.jpg) center center / cover no-repeat;
  padding: 0;
}

.sp-about .about-visual .container-xl {
  height: 450px;
}

.sp-about .about-visual-box {
  width: 100%;
  padding: 2.5rem 0;
  background: #fff;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  margin: 0 -20rem;
}

.sp-about .about-visual-box p {
  position: relative;
  margin: 1rem 0;
}

.sp-about .about-visual-box p::before, .sp-about .about-visual-box p::after{
  display: block;
  font-size: 3rem;
  line-height: 1rem;
  font-family: nunito-sans, sans-serif;
  color: #DDDDDD;
  position: absolute;
}

.sp-about .about-visual-box p::before {
  content: "\201C";
  top: 0;
  left: -20px;
}

.sp-about .about-visual-box p::after {
  content: "\201D";
  top: 0;
  right: -20px;
}

.sp-about .about-visual-box p span {
  background-image: linear-gradient(transparent 70%, #FFF2C6 30%);
}

.sp-about .img-about {
  position: absolute;
  left: 0;
}

.sp-about .img-about img {
  width: 450px;
}

.about-visual .about-left, .about-visual .about-right {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 5;
}

.about-visual .about-left {
  margin-left: -15rem;
}

.about-visual .about-right {
  margin-right: -10rem;
}

.sp-about .doctor {
  background: #FFFAFA;
/*  background: url(../img/bg/bg_doctor.jpg) 80% center /cover no-repeat;*/
}

.sp-about .doctor .dr-img {
  overflow: visible;
  margin-top: 3rem;
}

.sp-about .doctor .dr-img img {
  height: 100%;
  width: auto;
}

.sp-about .doctor .dr-sign {
  position: absolute;
  bottom: 3rem;
}

.sp-about .doctor .dr-sign img{
  width: 240px;
}

.sp-about .doctor .dr-txt {
  padding: 1.5rem;
}

.sp-about .doctor p {
  margin: 1rem 0;
}

.sp-about .doctor .y-bar {
  position: relative;
}

.sp-about .doctor .y-bar p{
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
  background: #FACD2F;
  position: relative;
}

.sp-about .doctor .y-bar img{
  height: 80px;
  width: auto;
  position: absolute;
  right: 2rem;
  top: calc(50% - 40px);
}

.sp-about .doctor .dr-txt p:nth-child(5) {
  font-size: 1.5rem;
}

.sp-about .doctor .dr-txt p:nth-child(5) span {
  font-size: 2.5rem;
}

.sp-about .sp-history {
  background: url(../img/bg/bg_timeline.jpg) 80% center / cover no-repeat;
}

.sp-about .timeline {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0;
  border-bottom: 5px solid #EC668F;
  overflow: visible;
}

.sp-about .timeline .event01, .sp-about .timeline .event02, .sp-about .timeline .event03 {
  margin: 0 1rem;
}

.sp-about .timeline .event-txt {
  padding-bottom: .5rem;
  border-bottom: 2px solid #EC668F;
}

.sp-about .timeline .event-dotted-line {
  display: block;
  height: 50px;
  width: auto;
  border-left: 2px dotted #EC668F;
  position: relative;
}

.sp-about .timeline .event-dotted-line::after {
  content:"";
  display:block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 6px solid #EC668F;
  box-sizing: border-box;
  border-radius: 30px;
  position: absolute;
  bottom: -18px;
  left: -16px;
}

/* - */
/* 탭 */
/* - */

.sp-inside .tab-container {
  width: 100%;
  margin: 2rem auto;
}

.sp-inside ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sp-inside ul.tabs li {
  display: block;
  background: #fff;
  width: calc(70vw/3);
  max-width: 180px;
  line-height: 4rem;
  cursor: pointer;
  border: 1px solid #D7D7D7;
  border-bottom: 5px solid #D7D7D7;
  transition: background-color .2s ease;
}

.sp-inside ul.tabs li:hover {
  background: #EC668F;
  color: #fff;
  border-bottom: 5px solid #EC668F;
}

.sp-inside ul.tabs li.current {
  border-bottom: 5px solid #EC668F;
}

.sp-inside .tab-content {
  display: none;
  /*opacity: 0;*/
}

.sp-inside .tab-content.current {
  display: inherit;
  /*opacity: 1;*/
}

/* sp-inside Swiper css */
.sp-about .sp-inside .swiper-container {
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.sp-about .sp-inside .swiper-wrapper {
  cursor: grab;
}

.sp-about .sp-inside .swiper-slide {
  background-size: cover;
  background-position: center;
}

.sp-about .sp-inside .gallery-top {
  height: 70%;
  width: 100%;
}

.sp-about .sp-inside .gallery-thumbs {
  /* height: 20%; */
  width: 75%;
  box-sizing: border-box;
}

.sp-about .sp-inside .gallery-thumbs .swiper-slide {
  height: auto;
  opacity: 0.4;
}

.sp-about .sp-inside .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.sp-about .sp-inside .swiper-button-prev,
.sp-about .sp-inside .swiper-button-next {
  top: 50%;
}

.sp-about .sp-inside .swiper-button-prev {
  left: 5%;
  background-image: url(../img/arrow-left.svg);
}

.sp-about .sp-inside .swiper-button-next {
  right: 5%;
  background-image: url(../img/arrow-right.svg);
}

/* -------- */
/* 리스트 css */
/* -------- */

#list-tab ul.list-nav {
  margin-bottom: 70px;
  border-bottom: none;
}

#list-tab ul.list-nav li {
  display: block;
  background: #fff;
  width: calc(100%/6);
  line-height: 4rem;
  cursor: pointer;
  border: 1px solid #D7D7D7;
  border-bottom: 5px solid #D7D7D7;
  transition: background-color .2s ease;
}

#list-tab  ul.tabs li:hover {
  background: #EC668F;
  color: #fff;
  border-bottom: 5px solid #EC668F;
}

#list-tab  ul.tabs li.active {
  border-bottom: 5px solid #EC668F; /* 이거 스크립트로 먹여야됨 */
}

#list-tab ul li a {
  display: block;
  text-align: center;
}

.board-list a:hover {
  opacity: .7;
  transition: all .2s ease;
}

.thumb-list .table td,
.thumb-list .table th {
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}

.thumb-list .table td img {
  width: auto;
  height: auto;
}

.video-main {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.video-list {
  border-top: 1px solid #D7D7D7;
  padding-top: 70px;
}

.video-list > div.row > div,
.real-list > div.row > div {
  margin: 1rem 0;
}

.video-list-item:hover, .real-list-item:hover {
  opacity: 0.9;
  background: #eeeeee;
  transition: all .2s ease;
}

.video-list-title, .real-list-title {
  border: 1px solid #D7D7D7;
  padding: 1rem;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

section.realmodel-view-form .board-content img {
  width: auto;
}

nav ul.pagination {
  margin-top: 70px;
}

/* 0804 상담완료 / 약관페이지 */

.bottom-hr {
  margin:0;
  margin-top: 70px;
  border: none;
  border-top: 1px solid #D7D7D7;
}

.finish {
  background-color: #fdfdfd;
  box-shadow: 0 0 10px rgba(0,0,0,.13);
  width: 800px;
  padding-top: 85px;
  padding-bottom: 85px;
}

.terms-navbar {
  margin-bottom: 60px;
}

ul.terms-nav {
  list-style: none
}

.terms-nav-items {
  margin: 10px;
}

.terms-nav-items a {
  padding: 15px;
  display: block;
  text-align: center;
  width: 160px;
  border-bottom: 5px solid #fff;
  transition: border .2s ease;
}

.terms-nav-items a:hover {
  border-bottom: 5px solid #EC668F;
}

.terms-group {
  margin: 20px auto;
}

.terms-group:target:before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

.terms-group .terms-title {
  font-weight: bolder;
}

/* 0805 modal  */
.sp-terms-modal .modal-dialog {
  max-width: inherit;
}

.sp-terms-modal .modal-content {
  border: none;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.sp-terms-modal .modal-header {
  border: none;
}

.sp-terms-modal .modal-body {
  border: 1px solid #D7D7D7;
}

.sp-terms-body {
  max-height: 200px;
  overflow: scroll;
}

.btn-goback {
  width: auto;
  padding: 23px 60px;
}

/* 0827 pill */
.info-pill-01 {
  background: url(../img/bg/bg_pill_01.jpg) center center / cover no-repeat;
}

.info-pill-02 {
  background: url(../img/bg/bg_pill_02.jpg) center center / cover no-repeat;
}

.info-pill-03 {
  background: url(../img/bg/bg_pill_03.jpg) center center / cover no-repeat;
}

.info-pill-box {
  width: 70%;
  background: #fff;
  opacity: .9;
}

.info-pill-03 .ico-img {
  margin-bottom: 1rem;
}

.info-pill-03 .ico-info span {
  font-size: 1.5rem;
  line-height: 1.25;
}

.info-pill-box .ico-care {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,.15);
}


/* -----------미디어쿼리------------ */
@media (max-width: 575.98px) {
  .btn-goback {
    width: 100%;
  }
}

@media (max-width: 767px){
  .text-wtb { /* white to black */
    color: inherit;
  }

  .sc_title .tit_bar {
    width: 10%;
  }

  .sp_sub section {
    padding: 2.5rem 0;
  }

  .sub-visual .row {
    max-height: inherit;
  }

  .sub-visual .sub-visual-img img {
    width: 100%;
  }

  .sub-visual .sub-visual-text {
    background: #fff;
  }

  .sub-visual-opacity-md-hidden {
    opacity: 1;
  }

  .sp_sub h1 {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 45px;
  }

  .sub-title .tit-eng {
    font-size: 24px;
  }

  .selfcare .care-card:hover {
    top: 0;
  }

  .selfcare .care-card .ico-care {
    top: -30px;
  }

  .surge-point .anti-img img {
    width: 100%;
  }

  section.sub-form {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sub-form form .col-md-5{
    padding: inherit;
  }

  .skn_tit {
    padding-left: 0;
  }

  .skinnyfat .fat-table {
    padding: 0;
  }

  .skinnyfat .fat-table th{
  font-size: 1.2rem;
  }

  .skinnyfat .fat-table td{
    font-size: 1rem;
    height: 85px;
  }

  .skinnyfat .fat-table .tb-center {
    width: 120px;
    top: 12px;
    left: calc(50% - 60px);
  }

  .sub-visual.zero .sub-visual-img img {
    width: 120%;
    margin-left: -3rem;
    margin-top: inherit;
  }

  .sub-visual.zero .sub-visual-text {
    background: none;
    margin-top: inherit;
  }

  .sub-visual.zero .sub-visual-text .zero-tit p {
    width: auto;
  }

  .sub-visual.zero .sub-visual-text .zero-tit span {
    font-size: 60px;
    letter-spacing: -6px;
    line-height: 65px;
  }

  .info-img.zero img {
    height: auto;
    max-width: 300px;
  }

  .zero-text h1 {
    font-size: 5rem;
    letter-spacing: -.5rem;
    line-height: 5.5rem;
  }

  .zero-text .zero-0 {
    line-height: 28rem;
    left: calc(50% - 5rem);
  }

  .check-point .check-title > div:first-child {
    margin-bottom: -10px;
  }

  .check-point .tit-img img{
    width: 75px;
  }

  .check-point .tit-txt span {
    font-size: 50%;
    letter-spacing: 3px;
  }

  .check-point .tit-txt h1 {
    font-size: 30px;
  }

  .check-point .tit-hover {
    width: 100%;
  }

  .check-img {
    width: 100%;
  }

  .check-img .btn-check {
    display: block;
    width: 60%;
    margin: 15px 0;
    right: inherit;
  }

  /* Modal css */
  .check-img .btn-check .modal {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: visible;
  }

  .check-img .btn-check .modal .modal-body {
    padding: 0;
  }

  .check-img .btn-check .modal .sp-modal-open-head{
    padding: 15px;
    width: 100%;
    position: relative;
  }

  .check-img .btn-check .modal .sp-modal-open-content {
    padding: 2rem;
    margin-top: -25px;
    width: 140%;
    margin-left: -20%;
  }

  .check-img .btn-check .sp-modal-open-content span::before {
    content: "";
    display: block;
    margin: 1rem auto;
    background: #EC668F;
    border-radius: 100%;
    width: 5px;
    height: 5px;
  }

  /* Modal css end */

  .check-point.zero-part .check-img .btn-check {
    width: 40%;
    left: 2rem;
  }

  .check-point.zero-part .check-img .btn-check:first-child {
    top: 15%;
  }

  .check-point.zero-part .check-img .btn-check:nth-child(2) {
    top: 30%;
  }

  .check-point.zero-part .check-img .btn-check:nth-child(3) {
    top: 45%;
  }

  .check-point .check-img .body-img {
    overflow: hidden;
    height: 500px;
  }

  .check-point .check-img .body-img img {
    height: 650px;
    width: auto;
    margin-right: -10%;
  }

  .check-point .check-img .face-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .check-point .check-img .face-img img {
    width: 120%;
    height: auto;
    margin-top: -20%;
    margin-left: -10%;
  }

  /* 소프라노는~ */
  .sp-about .about-visual-box {
    width: 90%;
    padding: 2.5rem 3rem;
    margin: 0 auto;
  }

  .sp-about .doctor .dr-img {
    overflow: hidden;
  }

  .sp-about .doctor .dr-img img {
    height: auto;
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  .sp-about .doctor .y-bar p{
    padding-left: .5rem;
    margin: 1.5rem 0;
    font-size: .8rem;
  }

  .sp-about .doctor .y-bar img{
    height: 40px;
    right: 2%;
    top: calc(50% - 20px);
  }

  .sp-about .doctor .dr-sign {
    position: inherit;
    margin-bottom: 3rem;
  }

  .sp-about .doctor .dr-sign img {
    width: 180px;
  }

  .sp-about .timeline {
    border-bottom: none;
    border-left: 5px solid #EC668F;
    padding-left: 1.5rem;
    position: relative;
  }

  .sp-about .timeline::before, .sp-about .timeline::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #EC668F;
    position: absolute;
    left: -18px;
  }

  .sp-about .timeline::after {
    bottom: -18px;
  }

  .sp-about .timeline .event01, .sp-about .timeline .event02, .sp-about .timeline .event03 {
    margin: 0;
  }

  .sp-about .timeline .event-txt {
    padding: .5rem;
    margin-top: .5rem;
    min-width: 140px;
    text-align: left;
  }

  .sp-inside ul.tabs > div {
    width: 100%;
  }

  .sp-inside ul.tabs li {
    width: 33.33333%;
    max-width: inherit;
  }

  /* 스와이퍼 md */
  .sp-about .sp-inside .gallery-top > div > .swiper-slide {
    height: 350px;
  }

  .sp-about .sp-inside .swiper-container.gallery-thumbs { /*ㅁㄴㅇㄹ*/
    height: 150px;
  }

  .sp-about .sp-inside .gallery-thumbs {
    width: 100%;
  }

  .sp-about .sp-inside .swiper-button-prev {
    left: 0;
  }
  .sp-about .sp-inside .swiper-button-next {
    right: 0;
  }

  /* -------- */
  /* 리스트 css */
  /* -------- */

  #list-tab ul.list-nav {
    margin-bottom: 20px;
  }

  #list-tab ul.list-nav li {
    width: calc(100%/3);
  }


  /*0724 새 테스트 */
  .thumb-list .table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .thumb-list .table td img{
    width: 100%;
    height: 100%;
    display: block;
  }

  /* 0804 md  */

  .finish {
    width: auto;
  }

  .terms-navbar {
    margin-bottom: 20px;
  }

  .terms-group:target:before {
    height: 120px;
    margin-top: -120px;
  }

  .sub-form .modal-header button img {
    width: 50%;
  }

  .sp-terms-body {
    max-height: 400px;
  }

  /* 0828 pill */
  .info-pill-box {
    width: 100%;
  }

  section.realmodel-view-form .board-content img {
    width: 100%;
  }

}

@media (min-width: 768px) and (max-width: 1199px) {
  .sc_title .tit_bar {
    width: 15%;
  }

  .skn_tit {
    padding-left: 0;
  }

  .check-point .tit-txt span {
    font-size: 80%;
  }

  .sp-about .about-visual-box {
    width: 90%;
    padding: 2.5rem 3rem;
    margin: 0 auto;
  }

  .sp-about .doctor .dr-img {
    overflow: hidden;
    height: 450px;
  }

  .sp-about .doctor .dr-img img {
    height: auto;
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  .sp-about .doctor .dr-sign {
    position: inherit;
    margin-bottom: 3rem;
  }

  .sp-about .doctor .y-bar img{
    height: 60px;
    right: 5%;
    top: calc(50% - 30px);
  }
}

@media (max-width: 991.98px) {
  .video-main {
    margin-bottom: 20px;
  }

  .video-list {
    padding-top: 20px;
  }

  nav ul.pagination {
    margin-top: 30px;
  }
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: none;
  }
}

@media (min-width: 1300px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1240px;
  }
}
