

/*******************************
* 폰트
*******************************/
@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');


/*******************************
* wrap
*******************************/

.wrap{
  width:100%;
  overflow: hidden;
  padding-top:100px;
}
.wrap .container{
  width:1200px;
  margin:0 auto;
}
.red__color{
  color:#7c1d08!important;
  font-family: 'GmarketSansMedium'!important;
  
}


.mt-120{
  margin-top:120px;
}

.mb-100{
  margin-bottom:120px;
}

/*******************************
*헤더
*******************************/
header{
  width:100%;
  background:#fff;
  height:100px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
  box-sizing: border-box;  
}
.header__wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.header__wrap .logo{}
.header__wrap .logo a{
  display: block;
  width:100%;  
}


.header__wrap .gnb__wrap{  
  padding-left:54px;
  font-size:0px;
  letter-spacing: 0px;
}
.header__wrap .gnb__wrap li{  
  display: inline-block;
  /* padding:0 62px; */
  width:115px;
  max-width:115px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.header__wrap .gnb__wrap li:nth-of-type(5){
  max-width:80px;
}
.header__wrap .gnb__wrap > ul > li > a{
  font-size:18px;
  font-family: 'GmarketSansMedium';
  color:#222;  
  height:100px;
  line-height: 100px;
  position: relative;
  z-index: 1;
}
.header__wrap .gnb__wrap .t__cate button{
  display:none;
}
.header__wrap .gnb__wrap > ul > li > ul{
  display:none;
  position: absolute;
  top:100px;
  left:0px;
  z-index: 1;  
}
.header__wrap .gnb__wrap > ul > li > ul:after{
  content:'';
  display: block;
  position: fixed;
  top:100px;
  left:0px;
  z-index: -1;
  width:100%;
  height:230px;
  background:#fff;
  border-top:1px solid #ddd;
  box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.15);
}

.header__wrap .gnb__wrap > ul > li > ul >li{
  padding-top:35px;
}
.header__wrap .gnb__wrap > ul > li > ul >li > a{  
  display: block;    
  font-size: 16px;
  line-height: 1.2;
  margin-bottom:15px;
  font-family: 'GmarketSansMedium';
  text-align: left;
  color:#222;
  white-space: nowrap;
}

/*.header__wrap .gnb__wrap > ul > li:nth-of-type(6) > ul >li,
.header__wrap .gnb__wrap > ul > li:nth-of-type(5) > ul >li{
    text-indent:36px;
}
.header__wrap .gnb__wrap > ul > li:nth-of-type(4) > ul >li{
  text-indent:54px;
}
.header__wrap .gnb__wrap > ul > li:nth-of-type(3) > ul >li{
  text-indent:36px;
}
.header__wrap .gnb__wrap > ul > li:nth-of-type(2) > ul >li{
    text-indent:42px;
}
.header__wrap .gnb__wrap > ul > li:nth-of-type(1) > ul >li{
    text-indent:42px;
}*/


.header__wrap .gnb__wrap > ul > li:hover ul{
  display: block;
}
.header__wrap .gnb__wrap > ul > li a:hover{
  color:#7c1d08;
}
.header__wrap .gnb__wrap > ul > li > a:hover:after{ 
  border-bottom:1px solid #7c1d08;  
  content:'';
  display:block;
  width:100%;
  height:1px;
  background:#7c1d08;
  position: absolute;
  top:50%;
  margin-top:10px;
}

header .all__menu__wrap{
  position: absolute;
  top:100px;
  left:0px;
  width:100%;  
  background-color: #fff;
  border-top:1px solid #ddd;
  padding-top:25px;
  padding-bottom:25px;
  display:none;
}

header .all__menu__wrap ul{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  font-size:0px;
  letter-spacing: 0px;
  padding-left:387px;
}

header .all__menu__wrap ul li{
  width:175px;
  display: inline-block;  
  font-size:14px;
  text-align: center;
}

header .all__menu__wrap ul li a{
  display: block;
  font-size:14px;
  margin-bottom:15px;  
}

/** 햄버그 메뉴 **/
#line-wrapper {
  cursor:pointer;
  width:45px;
  height:45px;  
  border:1px solid #ddd;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:0px;
  z-index: 9;
}

/* 추가된 부분 */
.init {
  animation:none !important;
}

.line {
  background:#333333;
  margin-top:1.5px;
  margin-bottom:1.5px;
  width:20px;
  height:2px;  
  position:relative;
}

/* 추가된 부분 */
.line-top {
  animation:line-top .5s forwards ease-out,
            line-top-rotate .3s .5s forwards ease-out;
}

.line-mid {
  animation:line-mid .5s forwards ease-out;
}

/* 추가된 부분 */
.line-bot {
  animation:line-bot .5s forwards ease-out,
            line-bot-rotate .3s .5s forwards ease-out;
}

@keyframes line-top {
  0% {transform:translateY(0px)}
  100% {transform:translateY(5px)}
}

/* 추가된 부분 */
@keyframes line-top-rotate {
  0% {transform:translateY(5px) rotateZ(0deg)}
  100% {transform:translateY(5px) rotateZ(45deg)}
}

@keyframes line-mid {
  0% {transform:scale(1)}
  100% {transform:scale(0)}
}

@keyframes line-bot {
  0% {transform:translateY(0px)}
  100% {transform:translateY(-5px)}
}

/* 추가된 부분 */
@keyframes line-bot-rotate {
  0% {transform:translateY(-5px) rotateZ(0deg)}
  100% {transform:translateY(-5px) rotateZ(135deg)}
}

/*******************************
*메인
*******************************/


/** 메인 슬라이드 **/
.main__slide__wrap{
  width:100%;
  overflow:hidden;
  height:800px;
  position:relative;
  z-index: 1;
}
.main__slide__wrap .main__slide{
  position: absolute;
  top:0px;
  left:50%;
  width:1930px;
  height:800px;
  margin-left:-50%;
}

/** 메인 이벤트 **/
.main__event {
  padding-top:100px;
}
.main__event .title__area > h2{
  font-family: 'GmarketSansMedium';
  font-size:35px;
  color:#333;
  text-align:center;
  line-height: 1.2;
}

.main__event .title__area > h2 i{
  font-family: 'GmarketSansMedium';
  font-style: normal;
  font-size:25px;
}

.main__event .title__area > h2 span{
  font-family: 'GmarketSansMedium';
  font-size:35px;
  color:#7c1d08
}

/** 2021-03-02 : S **/
.main__event .title__area > h2 span.svg__size img{
  width:159px;  
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .main__event .title__area > h2 span.svg__size img{
    height:35.5px;
    vertical-align: middle;
  }

  .evt__dailog .swiper-slide{
    background:#fff;
    overflow:hidden;
  }
}

/** 2021-03-02 : E **/

.main__event .title__area button{  
  width:160px;
  height:45px;
  border:1px solid #ddd;
  font-size:16px;
  color:#888;
  text-align:center;
  margin:0 auto;
  margin-top:30px;
  display: block;
  background:#fff;
  box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
}

.main__event .title__area .fractions{
  display: none;
}

.main__event .event__list__wrap{
  margin-top:50px;
  /* overflow: hidden; */
}
.main__event .event__list__wrap > div{
  width:277px;
  max-width:277px;
  height:370px;
  display: block;
  /* float:left; */
  /* margin-right:30px; */
  text-align:center;  
  overflow:hidden;
}

.main__event .event__list__wrap > div:nth-of-type(1){ background:url(../img/evt_ban01.png) no-repeat center; }
.main__event .event__list__wrap > div:nth-of-type(2){ background:url(../img/evt_ban02.png) no-repeat center; }
.main__event .event__list__wrap > div:nth-of-type(3){ background:url(../img/evt_ban03.png) no-repeat center; }
.main__event .event__list__wrap > div:nth-of-type(4){ background:url(../img/evt_ban04.png) no-repeat center; }


.main__event .event__list__wrap > div:last-child{
  margin-right:0px;
}

.main__event .event__list__wrap > div h2{
  font-family: 'GmarketSansMedium';
  font-size:20px;
  color:222;  
  margin-top:234px;
  line-height: 1.2;
}
.main__event .event__list__wrap > div p{
  font-family: 'GmarketSansLight';
  font-size:17px;
  color:#333;
  padding:0px;
  margin:0px;
  margin-top:12px;
  line-height: 1.2;
}
.main__event .event__list__wrap > div a{
  font-family: 'GmarketSansMedium';
  font-size:12px;
  color:#111;
  border:1px solid #767370;
  height:30px;
  line-height: 2.5;
  width:85px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-top:22px;
}

.main__btm__ban{
  width:100%;
  margin-top:120px;
  background: url(../img/btm_ban_bg.jpg) no-repeat center;  
}

.main__btm__ban .main__btn__ban__inner{
  width:100%;
  max-width:1325px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;  
}

.main__btm__ban .main__btn__ban__inner .doctor__thumb{
  margin-right:100px;
  margin-top:30px;
}
.main__btm__ban .main__btn__ban__inner .captions{
  display: flex;
  flex-direction: column;
}

.main__btm__ban .main__btn__ban__inner .captions h2{  
  font-family: 'GmarketSansMedium';
  font-size:35px;
  color:#333;    
  line-height: 1.2;
  }

.main__btm__ban .main__btn__ban__inner .captions h2 span{
  font-family: 'GmarketSansMedium';
  font-size:35px;
  color:#7c1d08  
}
.main__btm__ban .main__btn__ban__inner .captions p{  
  font-family: 'GmarketSansLight';
  font-size:20px;
  color:#333;
  line-height: 2.1;
  margin-top:50px;
}
.main__btm__ban .main__btn__ban__inner .captions .doctor__name{
  font-family: 'GmarketSansLight';
  font-size:20px;
  color:#222;
  margin-top:80px;
}
.main__btm__ban .main__btn__ban__inner .captions .doctor__name span{
  font-family: 'GmarketSansMedium';
  font-size:20px;
  color:#222;
}
.page__nations__main{
  position: absolute;
  bottom:20px;
  left:0px;
  z-index: 9;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__nations__main .swiper-pagination-bullet{
  outline: 0px;
  width:15px;
  height:15px;
  background:transparent;
  margin:0 5px;
  border:2px solid #fff;
  opacity: 1;
}
.page__nations__main .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#fff;
}


/*******************************
*푸터
*******************************/
.footer{
  width:100%;
  background-color: #343434;
}

.footer .footer__menu__wrpper{
  border-bottom:1px solid #494949;
  height:59px;
}
.footer .footer__menu__wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer__menu__wrap a:hover{
  opacity: .5;
}

.footer .footer__menu__wrap .ft__menu{
  font-size: 0px;
  letter-spacing: 0px;  
}

.footer .footer__menu__wrap .ft__menu a{
  font-family: 'GmarketSansLight';
  color:#fff;
  font-size:15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding:0 19px;
}

.footer .footer__menu__wrap .ft__menu a:first-child{
  padding-left:0px;
}

.footer .footer__menu__wrap .ft__menu a:last-child{
  padding-right:0px;
}


.footer .footer__menu__wrap .ft__menu a:after{
  content:'';
  width:1px;
  height:14px;
  display: block;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:0px;
  margin-top:-1px;
  background:#9a9a9a;
}

.footer .footer__menu__wrap .ft__menu a:last-child:after{
  display: none;
}

.footer .footer__menu__wrap .sns{}
.footer .footer__menu__wrap .sns a{
  display: inline-block;
  width:54px;
  height:59px;  
}

.footer .footer__menu__wrap .sns a:nth-of-type(1){background:url(../img/sns_icon01.png) no-repeat center;}
.footer .footer__menu__wrap .sns a:nth-of-type(2){background:url(../img/sns_icon02.png) no-repeat center;}
.footer .footer__menu__wrap .sns a:nth-of-type(3){background:url(../img/sns_icon03.png) no-repeat center;}
.footer .footer__menu__wrap .sns a:nth-of-type(4){background:url(../img/sns_icon04.png) no-repeat center;}
.footer .footer__menu__wrap .sns a:nth-of-type(5){background:url(../img/sns_icon05.png) no-repeat center;}


.footer .copy__info__wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:255px;
}

.footer .copy__info__wrap .copy__text__wrap h2{
  font-family: 'GmarketSansMedium';
  color:#c2c2c2;
  font-size:15px;
  margin-bottom:10px;
  line-height: 1.2;
}
.footer .copy__info__wrap .copy__text__wrap >p{
  font-family: 'GmarketSansMedium';
  color:#c2c2c2;
  font-size:25px;  
}
.footer .copy__info__wrap .copy__text__wrap >p.copy__text{
  font-family: 'GmarketSansLight';
  font-size:15px;
  color:#aaa;
  margin-top:25px;
  line-height: 2.1;
}





/*******************************
*서브
*******************************/

.sub__top{
  height:350px;
  background:url(../img/sub_top_ban.jpg) no-repeat center;
}
.sub__top.ty2{  
  background:url(../img/sub_top_ban2.jpg) no-repeat center;
}
.sub__top.ty3{  
  background:url(../img/sub_top_ban3.jpg) no-repeat center;
}
.sub__top.ty4{  
  background:url(../img/sub_top_ban4.jpg) no-repeat center;
}
.sub__top.ty5{  
  background:url(../img/sub_top_ban5.jpg) no-repeat center;
}
.sub__top.ty6{  
  height:200px;  
  background:url(../img/sub_top_ban6.jpg) no-repeat center;
}
.sub__top.ty7{    
  height:450px;
  background:url(../img/sub_top_ban7.jpg) no-repeat center;
}

.sub__top.ty8{
    background:url(../img/sub_top_ban8.jpg) no-repeat center;
}
.sub__top.ty9{
  background:url(../img/sub_top_ban9.jpg) no-repeat center;
}


.sub__top .sub__top__title{
  height:350px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sub__top.ty7 .sub__top__title{
  height:450px;
}

.sub__top .sub__top__title > h2{
  font-family: 'GmarketSansMedium';
  font-size:36px;
  color:#333;
  text-align:center;
  line-height: 1.2;
  margin-top:-20px;
}

.sub__top .sub__top__title > h2 span{
  font-family: 'GmarketSansMedium';
  font-size:36px;
  color:#7c1d08
}

.sub__top .sub__top__title > p{
  font-family: 'GmarketSansLight';
  font-size:21px;
  color:#555;
  margin-top:10px;
}




.tab__items{ 
  font-size:0px;
  letter-spacing: 0px;  
  width:100%;
  max-width:1200px;
  margin:0 auto;
  margin-top:-30px;
  display: flex;
  justify-content: center;
}
.tab__items a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:17px;
  font-family: 'GmarketSansMedium';
  color:#555;
  height:60px;  
  width:25%;
  text-align: center;
  border:1px solid #e5e5e5;
  box-sizing: border-box;
  margin-right:-1px;
  background:#fff;
}

.tab__items.ty2 a{
  width:100%;
}
.tab__items.ty3 a{
  width:20%;
}

.tab__items.ty4 a{
  width:100%;
}

.tab__items.ty5{
  margin-top:0px;
}
.tab__items.ty5 a{
  width:33.33333%;
}

.tab__items a:last-child{
  margin-right:0px;
}

.tab__items a:hover,
.tab__items a.actv{
  color:#fff;
  background-color:#7c1d08;
  border-color:#7c1d08;
}


.sub__content .swiper__inner__content{
  display: flex;
  align-items: center;  
}
.sub__content .swiper__inner__content .thumb{
  margin-right:59px;
}
.sub__content .swiper__inner__content .desc__wrap p:nth-of-type(1){
  font-size:45px;
  font-family: 'GmarketSansLight';
  color:#222;
  line-height: 1.2;
}
.sub__content .swiper__inner__content .desc__wrap.mdinf{
  height:356px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.sub__content .swiper__inner__content .desc__wrap p:nth-of-type(1) span{
  font-family: 'GmarketSansMedium';
  font-size:45px;
  color:#7c1d08
}

.sub__content .swiper__inner__content .desc__wrap p:nth-of-type(2){
  font-family: 'GmarketSansLight';
  font-size:16px;
  color:#666;
  margin-top:34px;
}

.sub__content .title{
  text-align:center;
  margin-top:100px;
  margin-bottom:90px;
  font-family: 'GmarketSansMedium';
}

.sub__content .title p{
  font-size:15px;
  color:#888;
  font-family: 'GmarketSansLight';
  text-transform: uppercase;
}
.sub__content .title h2{
  font-family: 'GmarketSansMedium';
  color:#222;
  font-size:36px;
  margin-top:15px;
  line-height: 1.2;
}
.sub__desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:150px;
  margin-bottom:150px;
}
.sub__desc > div{
  width:260px;
  height:150px;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sub__desc > div:nth-of-type(1){
  align-items: flex-end;
}
.sub__desc > div:nth-of-type(2){
  background:url(../img/sub_bg_01.png) no-repeat center;
}
.sub__desc > div:nth-of-type(3){
  background:url(../img/sub_bg_02.png) no-repeat center;
}
.sub__desc > div:nth-of-type(4){
  background:url(../img/sub_bg_03.png) no-repeat center;
}

.sub__desc > div:nth-of-type(2) p,
.sub__desc > div:nth-of-type(3) p,
.sub__desc > div:nth-of-type(4) p{
  font-size:16px;
  color:#fff;
  font-family: 'GmarketSansLight';
  margin-top:15px;
}

.sub__desc > div:nth-of-type(1) h2{
  font-size:30px;
  color:#222;
  font-family: 'GmarketSansLight';
  line-height: 1.2;
  margin-top: 10px;
}
.sub__desc > div:nth-of-type(1) h2 span{
  font-size:30px;
  color:#222;
  font-family: 'GmarketSansMedium';
}

.sub__desc > div:nth-of-type(1) p:nth-of-type(1){
  font-family: 'GmarketSansLight';
  font-size:17px;
  color:#888888;
}



/**********
* 상담예약
**********/
.form__wrap{
  border-top:2px solid #7c1d08;
}
.form__wrap table{
  width:100%;
  border-collapse: collapse;
}

.form__wrap table td,
.form__wrap table th{
  border:1px solid #ddd;
  vertical-align: middle;
}



.form__wrap table th{
  padding-left:30px;
  font-size:15px;
  font-family: 'GmarketSansMedium';
  color:#333;
  width:247px;
  height:53px;
  border-left:0px;
}


.form__wrap table td{
  border-right:0px;
  padding-left:25px;
}
.form__wrap table td select,
.form__wrap table td input{
  outline: 0px;
  padding:0px;
  margin:0px!important;
}
.form__wrap table td input,
.form__wrap table td select{
  box-sizing: border-box;
  height:35px;
  line-height: 35px;
  font-size:12px;
  color:#333;
  font-family: 'GmarketSansLight';
  padding:0 15px!important;
}
.form__wrap table td .selection__wrap input,
.form__wrap table td .selection__wrap select{
  width:81px;
}

.form__wrap table td .selection__wrap.ty2 select{
  width: 269px;
}

.privacy__wrap .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.privacy__wrap .title .ftc{
  font-size:15px;
  color:#333333;
  font-family: 'GmarketSansMedium';
}
.privacy__wrap .title .ftc span{
  font-size:15px;
  color:#7c1d08;
  font-family: 'GmarketSansMedium';
}

.privacy__wrap .title .check__form{}
.privacy__wrap .title .check__form label{
  font-size:13px;
  color:#333333;
  font-family: 'GmarketSansLight';
  cursor: pointer;
}

.privacy__wrap .title .check__form label span{
  font-size:13px;
  color:#7c1d08;
  font-family: 'GmarketSansLight';
}

.privacy__wrap .privacy__text__wrap{
  border:1px solid #e5e8ea;
  box-sizing: border-box;
  width:100%;
  min-height:300px;
  padding:28px 25px;
  font-size:13px;
  color:#444;
  font-family: 'GmarketSansLight';
  overflow-y: auto;
}


.form__button__wrap{width:100%; text-align:center; padding-top:50px; padding-bottom:150px;}
.form__button__wrap button{
  cursor: pointer;
  outline: 0px!important;
  width:200px;
  height:60px;
  line-height: 60px;
  font-family: 'GmarketSansMedium';
  font-size:16px;
  color:#fff;
  border:0px;
  border-radius: 5px;
  background-color: #7c1d08;
  box-shadow: unset!important;
}


/********
* 상안검
********/
.up__eye__wrap{}
.up__eye__wrap.ty2{
  margin-bottom:100px;
}

.up__eye__wrap .basic__inner__content{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.up__eye__wrap .basic__inner__content > .thumb{
  margin-right:70px;
}

.up__eye__wrap .basic__inner__content > .thumb.rtl{
  margin-right:0px;
  margin-left:70px;
}

.up__eye__wrap .basic__inner__content .desc__info{
  min-width:596px;
}

.up__eye__wrap .basic__inner__content .desc__info.ty2{
  min-width:656px;
}
.up__eye__wrap .basic__inner__content .desc__info.ty3{
  min-width:676px;
}


.up__eye__wrap .basic__inner__content .desc__info.rtl{
  text-align:right!important;
  margin-left:-70px;
}

.up__eye__wrap .basic__inner__content .desc__info .circle__title{
  border:1px solid #7c1d08;
  border-radius: 50px;
  height:45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size:17px;
  color:#7c1d08;
  font-family: 'GmarketSansLight';
  padding:0 22px;
  margin-top:10px;
}


.up__eye__wrap .basic__inner__content .desc__info h3{
  font-size:45px;
  color:#222222;
  font-family: 'GmarketSansLight';
  line-height: 130%;
  margin-top:35px;
}

.up__eye__wrap .basic__inner__content .desc__info h3 span{
  font-family: 'GmarketSansMedium';
  font-size:45px;
  color:#7c1d08;
}


.up__eye__wrap .basic__inner__content .desc__info > p{
  margin-top:25px;
  font-size:16px;
  color:#666;
  font-family: 'GmarketSansLight';
}
.up__eye__wrap .basic__inner__content .desc__info.ty3 > p{
  line-height:2.1;
}
.up__eye__wrap .basic__inner__content .desc__info.ty2 > p{
  line-height: 1.9;
}


.up__eye__wrap .basic__inner__content .desc__info .step__info{
  min-height:295px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f8f3f2;
  padding:35px;
  border-radius: 15px;
  margin-top:70px;
  box-sizing: border-box;
}

.up__eye__wrap .basic__inner__content .desc__info .step__info.dn__type{
  margin-top:50px;
}

.up__eye__wrap .basic__inner__content .desc__info .step__info > div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width:33.33333%;
}
.up__eye__wrap .basic__inner__content .desc__info .step__info > div .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width:50px;
  height:50px;  
  border-radius: 50px;
  margin-bottom:10px;
}

.up__eye__wrap .basic__inner__content .desc__info .step__info > div p{
  font-size:16px;
  color:#222;
  font-family: 'GmarketSansMedium';
}

.up__eye__wrap .basic__inner__content .desc__info .step__info > div p span{
  font-family: 'GmarketSansLight';
  color:#666;
  font-size:13px;
}

.up__eye__wrap .basic__inner__content .desc__info .step__info > div:nth-of-type(1) .icon{ background:#fff url(../img/ic_step_01.png) no-repeat center;}
.up__eye__wrap .basic__inner__content .desc__info .step__info > div:nth-of-type(2) .icon{ background:#fff url(../img/ic_step_02.png) no-repeat center;}
.up__eye__wrap .basic__inner__content .desc__info .step__info > div:nth-of-type(3) .icon{ background:#fff url(../img/ic_step_03.png) no-repeat center;}
.up__eye__wrap .basic__inner__content .desc__info .step__info > div:nth-of-type(4) .icon{ background:#fff url(../img/ic_step_04.png) no-repeat center;}
.up__eye__wrap .basic__inner__content .desc__info .step__info > div:nth-of-type(5) .icon{ background:#fff url(../img/ic_step_05.png) no-repeat center;}




/*** 2021-01-18 add : S ***/
.up__eye__wrap .basic__inner__content__type2 .step__info{
  border-radius: 20px;
  background:#f8f3f2;
  display: flex;
  justify-content: center;
  padding:35px 0px;
  margin-top:50px;
}
.up__eye__wrap .basic__inner__content__type2 .step__info > div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width:33.33333%;
}
.up__eye__wrap .basic__inner__content__type2 .step__info > div .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width:50px;
  height:50px;  
  border-radius: 50px;
  margin-bottom:10px;
}

.up__eye__wrap .basic__inner__content__type2 .step__info > div p{
  font-size:16px;
  color:#222;
  font-family: 'GmarketSansMedium';
}

.up__eye__wrap .basic__inner__content__type2 .step__info > div p span{
  font-family: 'GmarketSansLight';
  color:#666;
  font-size:13px;
}

.up__eye__wrap .basic__inner__content__type2 .step__info > div:nth-of-type(1) .icon{ background:#fff url(../img/ic_step_01.png) no-repeat center;}
.up__eye__wrap .basic__inner__content__type2 .step__info > div:nth-of-type(2) .icon{ background:#fff url(../img/ic_step_02.png) no-repeat center;}
.up__eye__wrap .basic__inner__content__type2 .step__info > div:nth-of-type(3) .icon{ background:#fff url(../img/ic_step_03.png) no-repeat center;}
.up__eye__wrap .basic__inner__content__type2 .step__info > div:nth-of-type(4) .icon{ background:#fff url(../img/ic_step_04.png) no-repeat center;}
.up__eye__wrap .basic__inner__content__type2 .step__info > div:nth-of-type(5) .icon{ background:#fff url(../img/ic_step_05.png) no-repeat center;}

/*** 2021-01-18 add : E ***/



.full__wrap{
  width:100%;
}

.full__wrap.sect_01{
  height:600px;
  background:url(../img/up_bg01.jpg) no-repeat center;
  display:flex;
  align-items: center;
  overflow:hidden;
  margin-top:150px;
}

.full__wrap.sect_02{
  height:790px;
  background:url(../img/up_bg02.jpg) no-repeat center;
  display:flex;
  align-items: center;
  overflow:hidden;
  margin-top:60px;
}


.full__wrap.sect_02.ty2{
  background:url(../img/dn_bg02.jpg) no-repeat center;
  height:604px;
}



.full__wrap > div{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items: center;
  justify-content: space-between;
}

.full__wrap > div .left__sect{

}

.full__wrap > div .left__sect h2{
  font-size:45px;
  font-family: 'GmarketSansMedium';
  margin-bottom:20px;
}
.full__wrap > div .left__sect h2 span{
  font-size:45px;
  font-family: 'GmarketSansLight';
}

.full__wrap > div .left__sect p{
  font-size:18px;
  color:#666;
  line-height: 2.1;
  font-family: 'GmarketSansLight';
}

.full__wrap > div .left__sect p:nth-of-type(2){
  font-size:30px;
  color:#7c1d08;
  margin-top:25px;
  font-family: 'GmarketSansLight';
}


.full__wrap > div .right__sect{

}

.full__wrap > div .right__sect ul {}
.full__wrap > div .right__sect ul li{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom:30px;
}
.full__wrap > div .right__sect ul li:last-child{
  margin-bottom:0px;
}

.full__wrap > div .right__sect ul li .thumb{

}

.full__wrap > div .right__sect ul li> div:nth-of-type(2){
  background:#fff;
  border-radius: 15px;
  min-width:300px;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:29px;
}

.full__wrap > div .right__sect ul li> div:nth-of-type(2) p{
  color:#333333;
  font-size:15px;
  font-family: 'GmarketSansLight';
}

.full__wrap > div .right__sect ul li> div:nth-of-type(2) p span{
  color:#7c1d08;
  font-size:15px;
  font-family: 'GmarketSansLight';
}


.container .black__title__wrap{
  text-align:center;
  margin-top:145px;
}
.container .black__title__wrap > span{
  margin-bottom:15px;
  font-size:18px;
  color:#666;
  font-family: 'GmarketSansLight';
  text-align:center;
}
.container .black__title__wrap.ty2{
    margin-top:0px;
}
.container .black__title__wrap h2{
  font-size:45px;
  color:#222;
  font-family: 'GmarketSansLight';
}

.container .black__title__wrap h2 span{
  font-family: 'GmarketSansMedium';  
}

.container .black__title__wrap h2 span.ty2{
    color:#7c1d08;
}

.container .black__title__wrap p{
  margin-top:25px;
  font-size:18px;
  color:#666;
  font-family: 'GmarketSansLight';
  text-align:center;
  line-height: 2.1;
}

.container .black__title__wrap p.sect_02{
  margin-top:0px;
}

.container .black__title__wrap.ty2 p{
  margin-top:20px;
}
.container .black__title__wrap.ty2 p span{
  background:#7c1d08;
  display: inline-flex;
  border-radius: 20px;
  color:#fff;
  line-height: 100%;
  font-size:18px;  
  font-family: 'GmarketSansLight';
  text-align:center;  
  padding:5px 5px 3px;
}

.vert__roll__wrap{
  margin-top:80px;
}
.vert__roll{
  position:relative;
  z-index: 1;
}
.vert__roll .vert__pagination{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:50%;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left:-64px;
  height:100%;
}

.vert__roll .vert__pagination > span{
  width:14px;
  height:14px;
  margin:6px 0px!important;
  transition: all .8s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  border-radius: 14px;
}
.vert__roll .vert__pagination > span.swiper-pagination-bullet{
  background:#fff;
}
.vert__roll .vert__pagination > span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  height:60px;
  background:#c1c4c6;
  border-radius: 14px;
}
.vert__roll .swiper-slide > div{
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
}
.vert__roll .swiper-slide > div > div{
  width:50%;
}
.vert__roll .swiper-slide > div > div:nth-of-type(1) img{
  width:100%;  
}

.vert__roll .swiper-slide > div > div:nth-of-type(2){
  padding-left:100px;
  box-sizing: border-box;
}

.vert__roll .swiper-slide > div > div:nth-of-type(2) .num{
  color:#070000;
  font-family: 'GmarketSansBold';
  font-size:35px;
  display: inline-flex;
  padding-bottom:10px;
  border-bottom:1px solid #070000;
  line-height: 100%;
}
.vert__roll .swiper-slide > div > div:nth-of-type(2) .title{
  font-family: 'GmarketSansLight';
  font-size:40px;
  color:#070000;
  margin-top:65px;
}
.vert__roll .swiper-slide > div > div:nth-of-type(2) .text__desc{
  font-size:20px;
  color:#777;
  margin-top:30px;
}


.desc__info__wrap{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top:75px;
}
.desc__info__wrap > div{
  width:30%;
  border:1px solid #ddd;
  border-radius: 30px;
  padding:35px;
  box-sizing: border-box;
}
.desc__info__wrap > div .circle__title{
  border:1px solid #7c1d08;
  border-radius: 50px;
  height:38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size:17px;
  color:#7c1d08;
  font-family: 'GmarketSansLight';
  padding:0 22px;  
  width:100%;
  box-sizing: border-box;
  margin-bottom:23px;
}

.desc__info__wrap > div ul li{
  font-size:15px;
  color:#777;
  padding-left:45px;
  position: relative;
  z-index: 1;
  margin-bottom:10px;
}
.desc__info__wrap > div ul li:last-child{
  margin-bottom:0px;
}

.desc__info__wrap > div ul li:after{
  content:'';
  display: block;
  width:4px;
  height:4px;
  background:#7c1d08;
  border-radius: 4px;
  position: absolute;;
  top:9px;
  left:26px;
}


.color__box{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;  
  margin-top:40px;
}
.color__box.ty_org > div{
  width:calc(50% - 20px);
  flex-direction: row;
  height:250px;
}
.color__box > div{  
  width:373px;
  height:370px;
  display:flex;
  align-items: center;
  justify-content: center;  
  padding:37px 0px;
  box-sizing: border-box;
  border-radius: 30px;
  flex-direction: column;
}
.color__box.ty3{
  margin-top:88px;
  margin-bottom:100px;
}
.color__box.ty3 > div{
  align-items: center;
  justify-content: flex-start;
  height:450px;
}



.color__box > div:nth-of-type(1){background: #f8f3f2; margin-bottom:40px;}
.color__box > div:nth-of-type(2){background: #fbf7f3; margin-bottom:40px;}
.color__box > div:nth-of-type(3){background: #eff6f7;}
.color__box > div:nth-of-type(4){background: #faf5f9;}


.color__box.ty3 > div.under_eye_thumb01{ background: url(../img/under_eye_thumb01.png) no-repeat center;}
.color__box.ty3 > div.under_eye_thumb02{ background: url(../img/under_eye_thumb02.png) no-repeat center;}
.color__box.ty3 > div.under_eye_thumb03{ background: url(../img/under_eye_thumb03.png) no-repeat center;}


.color__box div .thumb{
  width:130px;
  height:130px;
}
.color__box div .captions{
  margin-left:45px;
}
.color__box.ty2 div .captions{
  margin-top:30px;
  margin-left:0px;
  text-align: center;
}


.color__box.ty3 div .captions{  
  margin-left:0px;
  text-align: center;
}




.color__box div .captions h2{
  font-size:20px;
  font-family: 'GmarketSansMedium';
  color:#333;
}
.color__box div .captions h2 span{
  color:#7c1d08;
  font-size:20px;
  font-family: 'GmarketSansMedium';
}



.color__box div .captions p{
  margin-top:15px;
  font-size:15px;
  color:#777;
  font-family: 'GmarketSansLight';
  line-height: 2.1;
}
.color__box.ty3 > div .captions p{
  line-height: 1.6;
}

.tk__box__wrap{
  margin-top:90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tk__box__wrap .circle__box{
  width:727px;
  height:485px;
  position: relative;
  z-index: 1;
}

.tk__box__wrap .circle__box > div{  
  display: flex;
  align-items: center;
  justify-content: center;  
  position: absolute;
}
.tk__box__wrap .circle__box > div >p{
  font-family: 'GmarketSansMedium';
  font-size:22px;
  color:#fff;
  text-align: center;
}
.tk__box__wrap .circle__box > div:nth-of-type(1){
  width:301px;
  height:300px;
  background:url(../img/c_bg01.png) no-repeat center;
  left:0px;
  bottom:0px;
  z-index: 1;
}
.tk__box__wrap .circle__box > div:nth-of-type(2){
  width:350px;
  height:350px;
  background:url(../img/c_bg02.png) no-repeat center;
  top:0px;
  left:50%;
  margin-left:-175px;
  z-index: 2;
}
.tk__box__wrap .circle__box > div:nth-of-type(3){
  width:301px;
  height:300px;
  background:url(../img/c_bg03.png) no-repeat center;
  right:0px;
  bottom: 0px;
  z-index: 3;
}

.tk__box__wrap .text__box{

}
.tk__box__wrap .text__box h2{
  font-size:30px;
  color:#333333;
  font-family: 'GmarketSansLight';
}
.tk__box__wrap .text__box h2 span{
  font-family: 'GmarketSansMedium';
  color: #7c1d08;
}
.tk__box__wrap .text__box  ul{
  margin-top:65px;
}
.tk__box__wrap .text__box  ul li{
  font-size:16px;
  color:#666;
  font-family: 'GmarketSansLight';
  height:25px;  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom:20px;
}

.tk__box__wrap .text__box  ul li:last-child{
  margin-bottom:0px;
}

.tk__box__wrap .text__box  ul li:before{
  content:'';
  display: inline-flex;
  width:25px;
  height:25px;
  color:#7c1d08;
  border:1px solid #7c1d08;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  font-size:11px;
  font-family: 'GmarketSansBold';
  margin-right:15px;
}

.tk__box__wrap .text__box  ul li:nth-of-type(1):before{content:'01'}
.tk__box__wrap .text__box  ul li:nth-of-type(2):before{content:'02'}
.tk__box__wrap .text__box  ul li:nth-of-type(3):before{content:'03'}
.tk__box__wrap .text__box  ul li:nth-of-type(4):before{content:'04'}
.tk__box__wrap .text__box  ul li:nth-of-type(5):before{content:'05'}
.tk__box__wrap .text__box  ul li:nth-of-type(6):before{content:'06'}


.btm__caustions{
  margin-top:90px;
  border-radius: 15px;
  background:#eee;
  font-size:16px;
  color:#777;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:19px 0px;
}

.btm__caustions.ty2{
  letter-spacing: -1px;
}

.btm__caustions.ty2 p{
  font-size:16px;
  color:#777;
  padding-left:20px;
  position: relative;
  z-index: 1;
}
.btm__caustions.ty2 p:before{
  content:'※';
  font-size:16px;
  color:#777;
  display: flex;
  position: absolute;
  top:0px;
  left:0px;
}


/*** 상안검 스텝 이미지 : S ***/
.setp__img{
  margin-top:60px;
}
/*** 상안검 스텝 이미지 : E ***/
.empty__title.sect01{
  margin-top:120px;
}
.empty__title{
  display: flex;
  align-items: center;
  justify-content: center;  
  flex-direction: column;
  margin-top:65px;
}
.empty__title h2{
  color:#333;
  font-size:18px;
  font-family: 'GmarketSansMedium';
  height:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #ddd;
  border-radius: 50px;
  padding:0 50px;
  line-height: 100%;
}
.empty__title h2 span{
  color:#7c1d08;
  font-size:18px;
  display: flex;
  align-items: center;
  font-family: 'GmarketSansMedium';
}

.empty__title p{
  margin-top:25px;
  font-size:17px;
  color:#777;
  font-family: 'GmarketSansLight';
  text-align: center;
  line-height: 2.1;
}


.box__eye__01{
  margin-top:40px;
  display:flex;
  justify-content: space-between;  
}

.box__eye__01.ty2{
  justify-content: center;    
}
.box__eye__01.ty3{
  justify-content: center;  
  flex-direction: column;
}


.box__eye__01.ty2 > div{
  margin:0 20px;
}

.box__eye__01 >div{
  text-align:center;
}

.box__eye__01 .desc h2{
  margin-top:24px;
  font-size:18px;
  color:#333;
  font-family: 'GmarketSansMedium';
}

.box__eye__01 .desc.ty2 h2 span{
  background:#eee2df;
  font-size:18px;
  color:#333;
  font-family: 'GmarketSansMedium';
  padding:0 2px;
}

.box__eye__01 .desc p{
  margin-top:10px;
  font-size:15px;
  color:#777;
  font-family: 'GmarketSansLight';
}

.thumb__oldhm{
  margin-top:45px;
}


.full__wrap.sect_02 .info__text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding-left:489px;
  box-sizing: border-box;
}

.full__wrap.sect_02 .info__text > h2{
  background:#a87d6f;
  height:43px;
  display:flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  font-size:20px;
  font-family: 'GmarketSansLight';
  border-radius: 45px;
  padding:0 25px;  
}
.full__wrap.sect_02 .info__text > h2 span{
  color:#fff;
  font-size:20px;    
  font-family: 'GmarketSansMedium';    
}
.full__wrap.sect_02 .info__text > p{
  color:#a87d6f;
  font-size:18px;
  font-family: 'GmarketSansMedium';
  margin-top:30px;
  margin-bottom:25px;
}

.full__wrap.sect_02 .info__text ul li{
  font-size:15px;
  color:#666;
  font-family: 'GmarketSansLight';
  padding-left:33px;
  position: relative;
  z-index: 1;
  margin-bottom:10px;
}
.full__wrap.sect_02 .info__text ul li:last-child{
  margin-bottom:0px;
}

.full__wrap.sect_02 .info__text ul li:before{
  content:'';
  display: inline-flex;
  width:18px;
  height:18px;
  border-radius: 18px;
  color:#876458;
  background: #e5d2cd;
  font-size:10px;
  font-family: 'GmarketSansBold';
  position: absolute;
  top:4px;
  left:0px;
  align-items: center;
  justify-content: center;
}
.full__wrap.sect_02 .info__text ul li:nth-of-type(1):before{
  content:'1'
}
.full__wrap.sect_02 .info__text ul li:nth-of-type(2):before{
  content:'2'
}
.full__wrap.sect_02 .info__text ul li:nth-of-type(3):before{
  content:'3'
}

.white__box__item {
  max-width:715px;
  width:100%;
  display:flex;
  align-items: stretch;
  justify-content: space-between;  
  margin:30px 0px;
}
.white__box__item > div{
  background:#fff;
  border-radius: 15px;
  padding:25px;
}
.white__box__item p{
  color:#a27a64;
  font-size:12px;
  font-family: 'GmarketSansLight';
}

.desc__sub__box{} 
.desc__sub__box h2{
  font-size:16px;
  color:#986352;
  font-family: 'GmarketSansMedium';
}

.desc__sub__box p{
  color:#666;
  font-size:15px; 
  margin-top:10px;
  font-family: 'GmarketSansLight';
}



.gy__box__wrap{
  display: flex;
  justify-content: space-between;
  margin-top:150px;
}

.gy__box__wrap.ty2{
  margin-bottom:150px;
}

.gy__box__wrap_01{
  height:380px;
  width:100%;
  max-width:580px;  
  padding:50px 45px;  
  box-sizing: border-box;
  background:url(../img/gy_bg01.png) no-repeat center;
  margin-bottom:40px;
  border-radius: 30px;
}

.gy__box__wrap_01_1{
  height: 904px;
  width:100%;
  max-width:580px;  
  padding:50px 45px;  
  box-sizing: border-box;
  background:url(../img/gy_bg02-1.png) no-repeat center;  
  background-size:cover;
  border-radius: 30px;
}

.gy__box__wrap_01 h2{
  font-size:35px;  
  display: flex;
  align-items: center;
  line-height: 35px;
}
.gy__box__wrap_01 h2 span{
  color:#222222;
  font-family: 'GmarketSansMedium';
}
.gy__box__wrap_01 h2 span > span{
  color:#7c1d08!important;
  font-family: 'GmarketSansMedium';
}
.gy__box__wrap_01 h2 span.ltc{
  color:#222222;
  font-family: 'GmarketSansLight';  
}
.gy__box__wrap_01 ul {
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top:30px;
}
.gy__box__wrap_01 ul li{
  font-size: 15px;
  color:#666;
  font-family: 'GmarketSansLight';  
  margin-bottom:25px;
  position: relative;
  z-index: 1;
  padding-left:25px;
  letter-spacing: -.4px;
}

.gy__box__wrap_01 ul li:last-child{
  margin-bottom:0px;
}

.gy__box__wrap_01 ul li:before{
  content:'';
  display: inline-flex;
  width:20px;
  height:20px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  background:#ded1ca;
  color:#8c776c;
  font-size:10px;
  font-family: 'GmarketSansBold';
  position: absolute;
  top:2px;
  left:0px;
}

.gy__box__wrap_01 ul li:nth-of-type(1):before{content:'1'}
.gy__box__wrap_01 ul li:nth-of-type(2):before{content:'2'}
.gy__box__wrap_01 ul li:nth-of-type(3):before{content:'3'}






.gy__box__wrap_02{
  height:665px;
  width:100%;
  max-width:580px;  
  padding:50px 45px;  
  box-sizing: border-box;
  background:url(../img/gy_bg03.png) no-repeat center;
}


.gy__box__wrap_02.ty2{
  height:auto;
  background:url(../img/gy_bg03-1.png) no-repeat center;
  background-size:cover;
  border-radius: 30px;
}

.gy__box__wrap_02 h2{
  font-size:35px;  
  display: flex;
  align-items: center;
  line-height: 35px;
}
.gy__box__wrap_02 h2 span{
  color:#222222;
  font-family: 'GmarketSansMedium';
}
.gy__box__wrap_02 h2 span > span{
  color:#7c1d08!important;
  font-family: 'GmarketSansMedium';
}
.gy__box__wrap_02 h2 span.ltc{
  color:#222222;
  font-family: 'GmarketSansLight';  
}
.gy__box__wrap_02 ul {
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top:30px;
}
.gy__box__wrap_02 ul li{
  font-size: 15px;
  color:#666;
  font-family: 'GmarketSansLight';  
  margin-bottom:25px;
  position: relative;
  z-index: 1;
  padding-left:25px;
  letter-spacing: -.4px;
}

.gy__box__wrap_02 ul li:last-child{
  margin-bottom:0px;
}

.gy__box__wrap_02 ul li:before{
  content:'';
  display: inline-flex;
  width:20px;
  height:20px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  background:#e9cbd5;
  color:#a47484;
  font-size:10px;
  font-family: 'GmarketSansBold';
  position: absolute;
  top:2px;
  left:0px;
}

.gy__box__wrap_02 ul li:nth-of-type(1):before{content:'1'}
.gy__box__wrap_02 ul li:nth-of-type(2):before{content:'2'}
.gy__box__wrap_02 ul li:nth-of-type(3):before{content:'3'}
.gy__box__wrap_02 ul li:nth-of-type(4):before{content:'4'}
.gy__box__wrap_02 ul li:nth-of-type(5):before{content:'5'}
.gy__box__wrap_02 ul li:nth-of-type(6):before{content:'6'}
.gy__box__wrap_02 ul li:nth-of-type(7):before{content:'7'}
.gy__box__wrap_02 ul li:nth-of-type(8):before{content:'8'}


.gy__box__wrap_03_1{
  height: 904px;
  width:100%;
  max-width:580px;  
  padding:50px 45px;  
  box-sizing: border-box;
  background:url(../img/gy_bg04-1.png) no-repeat center;  
  background-size:cover;
  border-radius: 30px;
}

.gy__box__wrap_03_1 ul {
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top:30px;
}
.gy__box__wrap_03_1 ul li{  
  font-size: 15px;
  color:#666;
  font-family: 'GmarketSansLight';  
  margin-bottom:25px;
  position: relative;
  z-index: 1;
  padding-left:25px;
  letter-spacing: -1px;
}

.gy__box__wrap_03_1 ul li:last-child{
  margin-bottom:0px;
}

.gy__box__wrap_03_1 ul li:before{
  content:'*';
  display: inline-flex;  
  font-size:15px;
  font-family: 'GmarketSansLight';
  position: absolute;
  top:6px;
  left:0px;
}

.gy__box__wrap_03 {
  width:580px;
  height:224px;
  padding:0px 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background:url(../img/gy_bg04.png) no-repeat center;
}
.gy__box__wrap_03 ul {
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top:30px;
}
.gy__box__wrap_03 ul li{  
  font-size: 15px;
  color:#666;
  font-family: 'GmarketSansLight';  
  margin-bottom:25px;
  position: relative;
  z-index: 1;
  padding-left:25px;
  letter-spacing: -1px;
}

.gy__box__wrap_03 ul li:last-child{
  margin-bottom:0px;
}

.gy__box__wrap_03 ul li:before{
  content:'*';
  display: inline-flex;  
  font-size:15px;
  font-family: 'GmarketSansLight';
  position: absolute;
  top:6px;
  left:0px;
}


.blank__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:65px;
}
.blank__wrap >div{
  background:#eee1da;
  width:225px;
  height:150px;
  border-radius: 15px;;
}

.blank__wrap >div:nth-of-type(1){background:url(../img/blank__wrap_01.png) no-repeat center;}
.blank__wrap >div:nth-of-type(2){background:url(../img/blank__wrap_02.png) no-repeat center;}
.blank__wrap >div:nth-of-type(3){background:url(../img/blank__wrap_03.png) no-repeat center;}
.blank__wrap >div:nth-of-type(4){background:url(../img/blank__wrap_04.png) no-repeat center;}
.blank__wrap >div:nth-of-type(5){background:url(../img/blank__wrap_05.png) no-repeat center;}


.multi__box__wrap{
  margin-top:68px;
  width:100%;
  background:url(../img/ez_symb.png) no-repeat center 32px;
  margin-bottom:150px;
}
.multi__box__wrap > div{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  
}
.multi__box__wrap > div > div{
  border:1px solid #ddd;
  border-radius: 30px;
  width:100%;
  max-width:418px;
  min-height:130px;
  max-height:130px;
  padding:25px;
  box-sizing: border-box;
  margin-bottom:45px;
}


.multi__box__wrap > div > div h2{
  font-size:18px;
  color:#222;
  font-family: 'GmarketSansMedium';
}
.multi__box__wrap > div > div p{
  margin-top:10px;
  font-size:15px;
  color:#555;
  font-family: 'GmarketSansLight';
  letter-spacing: -.7px;
}


.multi__box__wrap > div.ltc{
  flex-direction: column;
  margin:0 auto;
  align-items: center;  
  text-align: left;
  border:1px solid #ddd;
  border-radius: 30px;
  width:100%;
  max-width:418px;
  min-height:130px;
  max-height:130px;
  padding:25px;
  box-sizing: border-box;  
}
.multi__box__wrap > div.ltc h2{
  width:100%;
  font-size:18px;
  color:#222;
  font-family: 'GmarketSansMedium';
}
.multi__box__wrap > div.ltc p{
  width:100%;
  margin-top:10px;
  font-size:15px;
  color:#555;
  font-family: 'GmarketSansLight';
  letter-spacing: -.7px;
}





/***********************
*하안 검
***********************/

.full__wrap.sect_02.ty2{}
.full__wrap.sect_02.ty2 .white__box__item{
  flex-wrap: wrap;
}
.full__wrap.sect_02.ty2 .white__box__item > div{
  width:calc(50% - 17.5px);
  box-sizing: border-box;
  margin-bottom:25px;
}

.full__wrap.sect_02.ty2 .white__box__item > div h2{
  font-size:18px;
  color:#333;
  font-family: 'GmarketSansMedium';
}

.full__wrap.sect_02.ty2 .white__box__item > div p{
  margin-top:10px;
  font-size:15px;
  color:#777;
  font-family: 'GmarketSansLight';
  letter-spacing:-.5px;
}


/** 서브롤링 페이저 **/
.sub__roll_pager{
  position: absolute;
  top:35px;
  left:50%;
  margin-left:20px;
  z-index: 99999;
}
.sub__roll_pager span{
  width:5px;
  height:5px;
  background:#fff;
  border:4px solid #d1cac9;
  margin-right:9px;
}


.sub__roll_pager span.swiper-pagination-bullet-active{
  width:5px;
  height:5px;
  border:4px solid #222222;
  background:#222;
}
.pp__btn{
  position: absolute;
  top:36px;
  left:50%;
  width:12px;
  display: inline-flex;
  z-index: 99999;
}
.pp__btn .pause_btn{position: relative; width:12px;height:12px; cursor: pointer;}
.pp__btn .pause_btn:after{
  content:'';
  display:block;
  width:4px;
  height:12px;
  background:#777;
  position: absolute;
  top:0px;
  right:0px;
}
.pp__btn .pause_btn:before{
  content:'';
  display:block;
  width:4px;
  height:12px;
  background:#777;
  top:0px;
  left:0px;
}
.play_btn{
  cursor: pointer;
  display:none;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #777;
}




/***************************
* 2020-12-28 오시는 길
***************************/
.cs__menu__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:50px;
  margin-bottom:150px;
}
.cs__menu__wrap > div{
  width:312px;
  height:140px;
  border:1px solid #ddd;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left:33px;
  box-sizing: border-box;
}

.cs__menu__wrap > div:nth-of-type(2){
  width:373px;
}

.cs__menu__wrap > div:nth-of-type(3){
  width:435px;
}


.cs__menu__wrap > div > div{
  display: flex;
  align-items: center;  
}


.cs__menu__wrap > div h2{
  font-size:16px;
  color:#222;
  font-family: 'GmarketSansMedium';
}

.cs__menu__wrap > div .pnumb{
  font-size:27px;
  color:#222;
  font-family: 'GmarketSansBold';
}

.cs__menu__wrap > div .desc__address{
  font-size:15px;
  color:#888;
  font-family: 'GmarketSansLight';
}

.cs__menu__wrap > div .icon{
  width:80px;
  height:80px;
  border-radius: 80px;  
  margin-right:35px;
}
.cs__menu__wrap > div .icon.subw{  
  background:#f7f7f7 url(../img/ic_about_01.png) no-repeat center;
}
.cs__menu__wrap > div .icon.bus{  
  background:#f7f7f7 url(../img/ic_about_02.png) no-repeat center;
}

.cs__menu__wrap > div .circle__icon{
  width:17px;
  min-width:17px;
  height:17px;  
  min-height:17px;
  border-radius: 17px;
  color:#fff;
  font-size:10px;
  font-family: 'GmarketSansMedium';
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:5px;
  padding-top: 2px;
  box-sizing: border-box;
  position: relative;
  top:2px;
}

.cs__menu__wrap > div .circle__icon:nth-of-type(1){
  background:#bd9a31;
}
.cs__menu__wrap > div .circle__icon:nth-of-type(2){
  background: #893bb6;
}
.cs__menu__wrap > div .desc__wrap{ 
  display: flex;
  white-space: normal;
  word-break: keep-all;
  flex-direction: column;
  width:calc(100% - 166px);
}
.cs__menu__wrap > div .desc__wrap > h2{
  margin-bottom:7px;
}
.cs__menu__wrap > div .desc__wrap .inner__desc{
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
  width:100%;
}
.cs__menu__wrap > div .desc__wrap .inner__desc{  
  font-family: 'GmarketSansLight';
  font-size:15px;
  color:#888;  
  line-height: 22px;  
}

.cs__menu__wrap > div .desc__wrap .inner__desc .cautions{  
  font-family: 'GmarketSansMedium';
  font-size:15px;
  color:#333;
  margin-left:6px;  
}

.cs__menu__wrap > div .desc__wrap .bus__numb{
  font-size:15px;
  color:#888;
  font-family: 'GmarketSansLight';
  position: relative;
  z-index: 1;
  padding-left:25px;
  margin-bottom:7px;
}
.cs__menu__wrap > div .desc__wrap .bus__numb:after{
  content:'';
  display: block;
  width:12px;
  height:15px;
  position: absolute;
  top:50%;
  left:0px;
  transform: translateY(-50%);
}
.cs__menu__wrap > div .desc__wrap .bus__numb:nth-of-type(1):after{  
  background:url(../img/ic_about_small_01.png) no-repeat center;
}
.cs__menu__wrap > div .desc__wrap .bus__numb:nth-of-type(2):after{
  margin-bottom:0px;
  background:url(../img/ic_about_small_02.png) no-repeat center;
}


/*******************************
* 모발이식
*******************************/
.sub__hair__transplant{
  display: flex;
  justify-content: space-between;
}
.sub__hair__transplant .circle__title {
  border: 1px solid #7c1d08;
  border-radius: 50px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #7c1d08;
  font-family: 'GmarketSansLight';
  padding: 0 22px;
  margin-top: 10px;
}
.sub__hair__transplant .info .sub__l__title{
  font-family: 'GmarketSansLight';
  font-size:45px;
  color:#222; 
  line-height: 1.5;
  margin-top:30px;
}

.sub__hair__transplant .info .sub__l__title span{
  font-family: 'GmarketSansMedium';
  font-size:45px;
  color:#7c1d08;
}
.sub__hair__transplant .info .info__text{
  margin-top:15px;
  font-family: 'GmarketSansLight';
  font-size:16px;
  color:#666;
  line-height: 1.8;
  letter-spacing: -.8px;
}
.sub__hair__transplant .info .detail__info{
  margin-top:30px;
}
.sub__hair__transplant .info .detail__info ul{
  width:600px;
  display: flex;
  align-items: stretch;
  height:250px;
  justify-content: space-between;
}
.sub__hair__transplant .info .detail__info li{
  background: #f8f3f2;
  width:100%;
  max-width:104px;
  height:100%;
  border-radius: 20px;
  padding:0 15px;
  box-sizing: border-box;
  padding-top:35px;
}
.sub__hair__transplant .info .detail__info li .icon{
  width:50px;
  height:50px;
  border-radius: 50px;  
  margin-bottom:25px;
}

.sub__hair__transplant .info .detail__info li h2{
  font-size:16px;
  color:#222;
  font-family: 'GmarketSansMedium';
  margin-bottom:8px;  
  letter-spacing: -1px;
}

.sub__hair__transplant .info .detail__info li p{
  font-size:13px;
  color:#888;
  font-family: 'GmarketSansLight';
  word-break: break-all;
}

.sub__hair__transplant .info .detail__info li:nth-of-type(1) .icon{
  background:#fff url(../img/ic_ht01.png) no-repeat center;
}
.sub__hair__transplant .info .detail__info li:nth-of-type(2) .icon{
  background:#fff url(../img/ic_ht02.png) no-repeat center;
}
.sub__hair__transplant .info .detail__info li:nth-of-type(3) .icon{
  background:#fff url(../img/ic_ht03.png) no-repeat center;
}
.sub__hair__transplant .info .detail__info li:nth-of-type(4) .icon{
  background:#fff url(../img/ic_ht04.png) no-repeat center;
}
.sub__hair__transplant .info .detail__info li:nth-of-type(5) .icon{
  background:#fff url(../img/ic_ht05.png) no-repeat center;
}


.ht__step{
  display: flex;
  justify-content: space-between;
  margin-top:40px;
}

.ht__step .desc{
  font-size:15px; 
  color:#777;
  line-height: 1.6;
  text-align: center;
  margin-top:13px;
}


.end__content{
  background:#eeeeee;
  height:480px;
  border-radius: 15px;
  padding-top:66px;
  box-sizing: border-box;
  margin-top:57px;
  margin-bottom:150px;
}
.end__content .black__title__wrap{
  margin-top:0px;
}
.end__content .black__title__wrap h2{
  font-size:30px;
}

.circle__info__wrap{
  margin-top: 58px;
  display:flex;
  justify-content: center;
}
.circle__info__wrap > div{
  margin:0 20px;
  width:210px;
  height:210px;
  position: relative;
  z-index: 1;
}

.circle__info__wrap > div .thumb{
  height:135px;
  width:100%;
  position: relative;
  z-index: 1;
}

.circle__info__wrap > div .thumb img{
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}

.circle__info__wrap > div .desc{
  height:75px;
  width:100%;
  position: relative;
  z-index: 1;
  font-size:15px;
  color:#555;
  text-align: center;
  font-family: 'GmarketSansLight';
}

.circle__info__wrap > div:after{
  content:"";
  width:210px;
  height:210px;
  border-radius: 210px;  
  position: absolute;
  top:0px;
  left:0px;
  z-index: -1;
  background:#fff;
}


/*******************************
* 게시판
*******************************/
.board__list__wrap{

}

.top__search__wrap{}
.top__search__wrap form{
  display: flex;
  align-items: center;  
  justify-content: flex-end;
}
.top__search__wrap .sch__form{
  display: flex;
  align-items: center;
  margin-left:10px;
}
.top__search__wrap select{
  height:35px;
  border:1px solid #ddd;
  border-radius: 5px;
  padding:0 10px 0 10px!important;
  box-sizing: border-box;
}

.top__search__wrap input{
  box-sizing: border-box;
  height:35px;
  border:1px solid #ddd;
  border-radius: 5px;
  padding:0px 10px!important;
  min-width:250px;
  margin:0px;
}
.top__search__wrap .btn{
  width:70px;
  height:35px;
  outline: 0px;
  border:0px;
  margin:0px;
  border-radius: 5px;
  background:#7c1d08;
  text-align: center;
  line-height: 35px;
  font-size:12px;
  color:#fff;
  font-family: 'GmarketSansLight';
  margin-left:7px;
}
.board__list__table{
  margin-top:20px;
}
.board__list__table table{
  width:100%;
  border-collapse: collapse;  
}
.board__list__table table thead th{
  font-size:15px;
  color:#333;
  font-family: 'GmarketSansMedium';
  text-align: center;
  border-top:2px solid #333;
  height:50px;
  padding:0px 10px;
  line-height: 50px;
}
.board__list__table table tbody tr:hover td{
  background:#f1f1f1;
}
.board__list__table table tbody td{
  height:50px;
  text-align: center;
  font-size:13px;
  color:#333;
  font-family: 'GmarketSansLight';
  border-top:1px solid #e5e8ea;
  border-bottom:1px solid #e5e8ea;
  padding:0px 10px;
  line-height: 50px;
}
.board__list__table table tbody td img{
  vertical-align: middle;
  margin-top:-3px;
}

.board__list__table ul.gallery__list__wrap{
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-start;
}
.board__list__table ul li{
  cursor:pointer;
  max-width:268px;
  border:1px solid #eee;
  margin-bottom:40px;
  margin-right:40px;
  overflow:hidden;
}
.board__list__table ul li:nth-child(4n+0){
  margin-right:0px;
}

.board__list__table ul li .thumb img{
  opacity: 0;
}
.board__list__table ul li .captions{  
  padding:25px;
}
.board__list__table ul li .captions p{
  padding:0px;
  margin:0px;
  text-align:left;
}
.board__list__table ul li .captions p.title{
  font-family: 'GmarketSansMedium';
  font-size:18px;
  color:#222;
  overflow: hidden;
  white-space: normal;
  line-height: 1.2;     
  word-wrap: break-word;
  display: -webkit-box; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.board__list__table ul li .captions p.date{
  margin-top:20px;
  font-family: 'GmarketSansLight';
  font-size:14px;
  color:#777;
}

.pagenations__wrap{
  display: flex;
  width:100%;
  justify-content: center;
  margin-top:50px;
  margin-bottom:150px;
}
.pagenations__wrap a{
  display: inline-flex;
  height:50px;
  width:50px;  
  align-items: center;
  justify-content: center;  
  color:#777;
  font-size:11px;
  font-family: 'GmarketSansMedium';
  border:1px solid #e5e8ea;
  position: relative;
  z-index: 1;
  margin:0px;
  margin-right:-1px;
}
.pagenations__wrap a:hover,
.pagenations__wrap a.actv{
  z-index:2;
  border-color:#7c1d08;
  background-color:#7c1d08;
  color:#fff;
}

.board__list__table.list{
  margin-bottom:150px;
}
.board__list__table.list th,
.board__list__table.list td{ 
  text-align:left;
  padding:30px 22px;
}
.board__list__table.list td{
  padding:0px;
  border-bottom:0px;
}
.board__list__table.list td .contents{
  padding:30px 22px;
  line-height: 1.6;
  font-size: 14px;
  font-family: 'GmarketSansLight';
  color:#444;
}

.board__list__table.list td .answer{
  padding:30px  0;
  background:#f9f9f8;
}
.board__list__table.list td .answer .write__info{  
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 15px;  
  padding-left:77px;
}
.board__list__table.list td .answer .write__info > span{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height:20px;
}
.board__list__table.list td .answer .write__info .write{
  color:#222;
  font-size:14px;
  font-family: 'GmarketSansMedium';
  margin-right:5px;
  line-height: 1.2;  
  position: relative;
  z-index: 1;
}
.board__list__table.list td .answer .write__info .write:after{
  content:'';
  width:35px;
  height:35px;
  background:url(../img/master_icon.png) no-repeat center;
  display: block;
  position: absolute;
  top:-5px;
  left:-45px;
}
.board__list__table.list td .answer .write__info .date{
  color:#777;
  font-size:11px;
  margin-right:5px;
  line-height: 1.2;
  font-family: 'GmarketSansLight';
}
.board__list__table.list td .answer .write__info .icon__text{
  background:#ff2e00;
  color:#fff;
  border-radius: 5px; 
  font-size:10px;
  font-family: 'GmarketSansLight';
  width:30px;
  height:15px;   
  text-align: center;
  box-sizing: border-box;
  padding-top:2px;
  line-height: 1.2;
}

.board__list__table.list td .answer__text{  
  padding-left:77px;
  line-height: 1.6;
  font-size: 14px;
  font-family: 'GmarketSansLight';
  color:#444;
}

.board__list__table.list tr td{
  background: #fff!important;
}

.board__list__table.list th h2,
.board__list__table.list th p{
  padding:0px;
  margin:0px;
  line-height: 1.2;
}


.board__list__table.list th h2{
  font-size:20px;
  color:#333;
  font-family: 'GmarketSansMedium';
}

.board__list__table.list th p{
  font-size:13px;
  color:#666;
  font-family: 'GmarketSansLight';
  margin-top:8px;
}



/** 진료안내 **/
.medinfo__data{
  margin-left:37px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.medinfo__data h2:nth-child(1){
  margin-top:15px;
}
.medinfo__data h2{
  color:#7c1d08;
  font-size:17px;
  font-family: 'GmarketSansMedium';
  margin-top:35px;
}
.medinfo__data h2.ty2{
  margin-top:20px;
}

.medinfo__data .p__numb{
  font-size:25px!important;
  font-family: 'GmarketSansBold'!important;
  font-weight: 900;
  color:#000;
  margin-top:17px;
}

.medinfo__data .work__time{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top:17px;
}
.medinfo__data .add__text{
  margin-top:17px!important;
  font-size:17px;
  font-family: 'GmarketSansLight';
  color:#777;
}
.medinfo__data .work__time > span{
  display: flex;
  flex-wrap: wrap;
  width:50%;
  max-width:50%;
  font-size:17px;
  font-family: 'GmarketSansLight';
  color:#777;
}


/*** 2021-01-19 ***/
aside{
  position: fixed;
  top:-200%;
  left:0px;
  z-index: 9;
  width:100%;
  background-color: #fff;  
  border-top:1px solid #ddd;
  padding-top:35px;
  padding-bottom:25px;
  box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.15);
}
aside.actv{
  display: block;
}

aside .aside__list{  
  position: relative;
  top:-20px;
  opacity: 0;
}

aside .aside__list > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width:880px;
  margin:0 auto;
}

aside .aside__list > ul > li{
  width:135px;
  max-width:135px;
}


/*
aside .aside__list > ul > li:nth-of-type(3){
  position: relative;
  left:-7px;
}

aside .aside__list > ul > li:nth-of-type(4){
  position: relative;
  left:-7px;
}
aside .aside__list > ul > li:last-child{
  position: relative;
  left:-7px;
}*/

aside .aside__list > ul > li > a{
  display: none;
  font-size: 16px;
  font-family: 'GmarketSansMedium';
}

aside .aside__list > ul > li > ul >li{
  display: flex;  
  flex-direction: column;
  align-items: stretch;  
  position: relative;
  z-index: 1;
  height:100%;
}

aside .aside__list > ul > li > ul >li > a{
  font-size: 16px;
  font-family: 'GmarketSansMedium';
  display: flex;
  align-items: center;  
  line-height: 1.2;
  margin-bottom:15px;
}
aside .aside__list > ul > li > ul >li > a:hover{
  color:#7c1d08;
}

.mask{
  width:100%;
  height:100%;
  position: fixed;
  top:0px;
  z-index: 8;
  background:rgba(0,0,0,0.75);
  display: none;
}


/**** 오시는 길 ****/
.root_daum_roughmap,
.map__area__wrap{
  width:100%!important;
  max-width:1198px;
  margin:0px auto;
}



/**********************************
* 2021-01-25 약관
**********************************/
.terms__basic__wrap{
  margin-top:70px;  
  padding-bottom:45px;
  overflow-y:auto;
  max-height:400px;
  margin-bottom:150px;
}

.terms__basic__wrap.ty2{
  margin:0px;
  border:1px solid #eee;
  padding:30px;
  max-height:250px;
}

.terms__basic__wrap h2{
  font-size:17px;
  color:#222;
  font-family: 'GmarketSansMedium';
  margin-bottom:20px;
}

.terms__basic__wrap p{
  font-size:14px;
  color:#555;
  font-family: 'GmarketSansLight';
  line-height: 2.1;
}


/** 로그인 **/
.member__wrap{
  padding-bottom:150px;
}
.member__wrap .login__forms{
  width:100%;
  max-width:1200px;
  -webkit-box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.25);
  background: #fff;
  position: relative;    
  top:-140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top:50px;
  padding-bottom:110px;
}
.member__wrap .login__forms form{
  width:100%;
  max-width:350px;
}
.member__wrap .login__forms .login__forms__content{
  max-width:350px;
  width:100%;
  margin-top:40px;
}

.member__wrap .login__forms .login__logo{}
.member__wrap .login__forms .login__forms__content{}
.member__wrap .login__forms .login__forms__content input{
  font-family: 'GmarketSansLight';
  width:100%;
  max-width:100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height:48px;  
  border:1px solid #ddd;
  font-size:13px;
  color:#333;  
  padding-left:19px;
  box-sizing: border-box;
  display: flex;
  align-items: center;  
  justify-content: flex-start;
  margin:0px;
  margin-bottom:10px;
}
.member__wrap .login__forms .login__forms__content input:nth-of-type(2){
  margin-bottom:20px;
}
.member__wrap .login__forms .login__forms__content .login__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;  
  font-size:15px;
  font-family: 'GmarketSansMedium';
  background: #7c1d09;
  height:48px;
  color:#fff;  
  overflow: hidden;  
}
.member__wrap .login__forms .login__forms__content .login__sub__btn__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:30px;
}
.member__wrap .login__forms .login__forms__content .login__sub__btn__wrap a{
  display: flex;
  align-items: center;
  justify-content: center;
  height:48px;
  line-height: 1.2;
  box-sizing: border-box;
  border:1px solid #ddd;
  font-size:13px;
  font-family: 'GmarketSansLight';
  width:100%;
  max-width:calc(50% - 8px);
}

.member__wrap .login__forms .login__forms__content .login__sub__btn__wrap a.actv{
  border:1px solid #bd8e84;
  color:#7c1d09;
}


.agree__wrapper{
  margin-top:65px;
}
.agree__wrapper .agree__checkbox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:15px;
}
.agree__wrapper .agree__checkbox label{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size:13px;
  color:#222;
  font-family: 'GmarketSansLight';
}
.agree__wrapper .agree__checkbox label input{
  margin-top:-4px;
  margin-right:10px;  
}


.common__btn__wraps{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.common__btn__wraps a{
  height:55px;
  max-width:180px;
  width:100%;
  font-size:15px;
  font-family: 'GmarketSansMedium';
  display: flex;
  background: #e7e7e7;
  color:#555;
  align-items: center;
  justify-content: center;
}

.common__btn__wraps a.actv{
  background:#7c1d09;
  color:#fff;
}


/* 회원가입 폼 */
.signin__wrapper{}
.signin__wrapper .m__title{
  font-family: 'GmarketSansMedium';
  font-size:16px;
  color:#222;
  margin-top:65px;
  margin-bottom:15px;
}


.signin__wrapper .signin__content table{
  width:100%;
}
.signin__wrapper .signin__content table th{
  font-size:13px;
  color:#333;
  font-family: 'GmarketSansMedium';
  background: #f6f6f6;  
  padding-left:30px;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
  height:50px;
  line-height: 50px;
  box-sizing: border-box;
}
.signin__wrapper .signin__content table td{
  font-size:13px;
  color:#333;
  font-family: 'GmarketSansMedium';  
  height:50px;
  line-height: 50px;
  padding-left:20px;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
}

.signin__wrapper .signin__content label{
  cursor: pointer;
}
.signin__wrapper .signin__content input{
  padding-left:10px;
}
.signin__wrapper .signin__content input[type="radio"],
.signin__wrapper .signin__content input[type="radio"]:checked{
  appearance: none;  
  border-radius: 100%;
  width:14px;
  height:14px;
  outline: none;
  margin-right:10px;
  margin-top:-2px;
}

.signin__wrapper .signin__content input[type="radio"]{
  background-color: #fff;
  border: 1px solid #bbb;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.signin__wrapper .signin__content input[type="radio"]:checked{
  border-color:#7c1d09;
}
.signin__wrapper .signin__content input[type="radio"]:checked:after{
  content:'';
  display: flex;
  width:8px;
  height:8px;
  border:2px solid #fff;
  background: #7c1d09;  
  border-radius: 8px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.signin__wrapper .signin__content input[type="text"],
.signin__wrapper .signin__content input[type="password"]{
  height:32px;
  border:1px solid #ddd;
  box-sizing: border-box;
  width:100%;
  max-width:250px;
}
.signin__wrapper .signin__content .phone__numb__wrap select,
.signin__wrapper .signin__content .phone__numb__wrap input{
  width:100%;
  max-width:80px;
  height:32px;
  box-sizing: border-box;
  margin:0px;
  margin:0px 5px;
  padding-left:10px;
}

.signin__wrapper .signin__content .phone__numb__wrap select{
  margin-left:0px;
  text-indent:10px;
}

.signin__wrapper .signin__content .email__wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.signin__wrapper .signin__content .email__wrap select,
.signin__wrapper .signin__content .email__wrap input{
  max-width:160px;
  width:100%;
  height:32px;
  box-sizing: border-box;
  margin:0px 5px;
  padding-left:10px;
} 
.signin__wrapper .signin__content .email__wrap select{
  text-indent:10px;
}
.signin__wrapper .signin__content .email__wrap input:nth-of-type(1){
  margin-left:0px;
}

.signin__wrapper .signin__content .id__wrap a{
  background:#222;
  color:#fff;
  font-family: 'GmarketSansMedium';  
  font-size:12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height:32px;
  width:100px;
  margin-right:20px;
}

.signin__wrapper .signin__content .pw__wrap input{margin-right:20px;}

.cautions__text{
  font-size:12px;
  font-family: 'GmarketSansLight';
  color:#333;
  margin-top:20px;
}

.find__idpw{}
.find__idpw .find__content{
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;  
}

.find__idpw .find__content .find__pw,
.find__idpw .find__content .find__id{
  width:100%;
  max-width:580px;
  -webkit-box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.25);
  background: #fff;
  position: relative;    
  top:-140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top:79px;
  padding-bottom:85px;
}

.find__idpw .find__content  > div .title{
  font-size:22px;
  color:#222;
  font-family: 'GmarketSansMedium';
  margin:0px;
  margin-bottom:20px;
  line-height: 1.2;
}
.find__idpw .find__content  > div .captions{
  font-size:14px;
  color:#666;
  font-family: 'GmarketSansLight'; 
  text-align:center;
  line-height: 1.6;
}
.find__idpw .find__content  > div .find__inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width:100%;
  max-width:350px;
  margin:0 auto;
  margin-top:60px;
}
.find__idpw .find__content  > div .find__inner input{
  width:100%;
  max-width:350px;
  height:50px;
  border:1px solid #ddd;
  box-sizing: border-box;
  margin:0px;
  margin-bottom:10px;
  padding-left:20px;
  font-size:13px;
  font-family: 'GmarketSansLight'; 
}
.find__idpw .find__content  > div .find__inner input.ltc{
  margin-bottom:20px!important;
}
.find__idpw .find__content  > div .find__inner a{
  height:50px;
  width:100%;
  max-width:350px;
  font-family: 'GmarketSansMedium';
  font-size:15px;
  color:#fff;
  background:#222;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** 2021-01-27 **/
.log__account{
  display: flex;
  /*margin-left:25px;*/
}
.log__account a{
  display: flex;
  padding:10.5px;
}
.log__account a:hover{
  opacity: .7;
}



/** 2021-02-05 게시판 뷰페이지 버튼 **/
.board__view__btnactions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom:100px;
  margin-top:45px;
}
.board__view__btnactions.write__wrap{
  justify-content: flex-end;
}
.board__view__btnactions a{
  display: flex;  
  justify-content: center;
  width: 100%;
  max-width:128px;  
  height:48px;
  line-height: 50px;
  font-family: 'GmarketSansMedium';
  font-size:14px;
  color:#888;
  border:1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
}

.board__view__btnactions a:nth-of-type(1){
  background:url(../img/btn_icon_l.png) no-repeat 25px center;
  padding-left:40px;
}
.board__view__btnactions a.write__btn,
.board__view__btnactions a:nth-of-type(2){
  background:#7c1d08;
  border-color:#7c1d08;
  color:#fff;
}
.write__btn.ty2{
  margin-right:10px;
}

.board__view__btnactions a:nth-of-type(3){
  background:url(../img/btn_icon_r.png) no-repeat 99px center;
  padding-right:40px;
}
.board__view__btnactions a.not_list:hover{
  cursor: not-allowed;
}

.board__view__btnactions a.write__btn{
  padding-left:0px;
}
.board__view__btnactions a.list__btn{
  padding-left:0px;  
  background:#fff;
  border-color:#7c1d08;
  color:#7c1d08;
}


.board__list__table.write table{
  width:100%;
}
.board__list__table.write table th{
  font-size:13px;
  color:#333;
  font-family: 'GmarketSansMedium';
  background: #f6f6f6;  
  padding-left:30px;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
  height:50px;
  line-height: 50px;
  box-sizing: border-box;
}
.board__list__table.write table td{
  font-size:13px;
  color:#333;
  font-family: 'GmarketSansMedium';    
  
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
  padding:10px 0px;
  padding-left:20px;
}

.board__list__table.write label{
  cursor: pointer;
}
.board__list__table.write input{
  padding-left:10px;
}



.board__list__table.write input[type="text"],
.board__list__table.write input[type="password"]{  
  border:1px solid #ddd;
  box-sizing: border-box;
  width:100%;
  max-width: 100%;
  width:calc(100% - 15px);
  
  /* max-width:250px; */
}
.board__list__table.write textarea{
  border:1px solid #ddd;
  width:calc(100% - 15px);
  padding:15px;
  box-sizing: border-box;
  margin:0px;
}


/** 팝업 닫기 영역 **/
.pop__wrapper{
  height:auto!important;  
}

.pop__wrapper input{
  border:0px!important;
}
.pop__wrapper .pop__close__area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:#fff;
  width:100%;
  padding:5px 10px;
  box-sizing: border-box;
}

.pop__wrapper .pop__close__area span{
  cursor: pointer!important;
}
.pop__wrapper .pop__close__area span input{
  cursor: pointer!important;
}


@media (max-width:760px){
  .pop__wrapper{
    top:0px!important;
    width:100%!important;
    left:50%!important;
    transform: translateX(-50%)!important;
  }

  .pop__wrapper img{
    max-width:100%!important;
    width:100%!important;
    height:auto!important;
  }

  .cs__menu__wrap > div .desc__wrap{     
    width:100%;
  }
}


/********************************
 * 2021-02-16
********************************/

.circle__title__solo {
  border: 1px solid #7c1d08;
  border-radius: 50px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #7c1d08;
  font-family: 'GmarketSansMedium';
  padding: 0 22px;  
  margin-bottom:20px;
}
.med__staff__wrap{
  max-width:1200px;
  width:100%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom:150px;
}
.med__staff__wrap .med__staff__info{
  padding-left:60px;
}
.med__staff__wrap .med__staff__info p{
  font-size:16px; 
  color:#555;
  font-family: 'GmarketSansLight';
  line-height: 2.5;
}
.med__staff__wrap .med__staff__info .sign__wrap{
  margin-top:35px;
}
.med__staff__wrap .med__staff__info .sign__wrap img{
  margin-right:15px;
}


.ezeye__introd{}
.ezeye__introd .ezeye__introd__content{
  max-width:1200px;
  width:100%;
  display: flex;    
  padding-bottom:160px;
  align-items: center;
}
.ezeye__introd .ezeye__introd__content > div{
  min-width:540px;
}
.ezeye__introd .ezeye__introd__content .ezeye__introd__desc{
  padding-left:60px;  
}
.ezeye__introd .ezeye__introd__content .ezeye__introd__desc h2{
  font-size:45px;
  font-family: 'GmarketSansLight';
  color:#222;
  margin-bottom:35px;
  line-height: 1.2;
}

.ezeye__introd .ezeye__introd__content .ezeye__introd__desc h2 span{
  font-family: 'GmarketSansMedium';
  color:#7c1d08;
}

.ezeye__introd .ezeye__introd__content .ezeye__introd__desc p{
  font-size:15px;
  color:#444;
  font-family: 'GmarketSansLight';
  line-height: 2.5;
}




/**********************
* 이벤트 팝업 2021-02-23
**********************/
.evt__dailog.hide{
  display:none
}
.evt__dailog{
  position: fixed;
  top:0px;
  left:0px;
  z-index: 99999;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);  
}
.evt__dailog .evt__pop__swiper{
  width:100%;
  max-width:898px;
  margin:0 auto;
}
.evt__dailog .dailog__content{
  width:100%;
  max-width:1200px;
  min-height:704px;
  background:#fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.evt__dailog .dailog__content .slide__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;  
}
.evt__dailog .dailog__content .slide__content > div{
  display: flex;
  align-items: flex-start;  
}
.evt__dailog .dailog__content .slide__content > div > a{
  height:280px;
  width:220px;
  border:1px solid #ddd;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin:0 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.evt__dailog .dailog__content .slide__content > div > a:after{
  content:'';
  display: flex;
  width:130px;
  height:130px;
  transform: rotate(135deg);
  position: absolute;
  bottom:-78px;
  left:-78px;
  background:#9432ff;
}

.evt__dailog .dailog__content .slide__content > div > a > div:nth-of-type(1){
  width:202px;
  height:42px;
  background: #892812;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 900;
  color:#fff;
  margin-top:30px;
  letter-spacing: -.25px;
}
.evt__dailog .dailog__content .slide__content > div > a > div:nth-of-type(2){
  margin-top:10px;
  height:21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans KR', sans-serif;
  font-size:16px;
  font-weight: 400;
  color:#898989; 
}
.evt__dailog .dailog__content .slide__content > div > a > div:nth-of-type(3){
  width:100%;
  margin:0 auto;
  max-width:155px;
  text-align: left;
  font-size:25px;
  font-family: 'Noto Sans KR', sans-serif;
  color:#636363;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.evt__dailog .dailog__content .slide__content > div > a > div:nth-of-type(3):after{
  content:'';
  position: absolute;
  top:50%;
  transform: translateY(-40%);
  left:0px;
  z-index: 1;
  width:100%;
  height:17px;
  background:url(../img/arrow_pop.png) no-repeat left center;
}

.evt__dailog .dailog__content .slide__content > div > a > div:nth-of-type(4){
  font-size:70px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 900;
  color:#892812;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 100%;
}

.evt__dailog .dailog__content .slide__content > div > a > div:nth-of-type(4) span{
  font-size:30px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 900;
  color:#892812;
  position: relative;
  top:12px;
}

.evt__dailog .dailog__content .slide__content > div > a > div:nth-of-type(5){
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 5px;
}

.evt__dailog .dailog__content .slide__content > div > a > div:nth-of-type(6){
  color:#fff;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 900;
  font-size:23px;
  position: absolute;
  bottom: 7px;
  left:7px;
  z-index: 2;
}
.evt__dailog .dailog__content .slide__content > div > a > div.s__captions{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align:center;
  color:#898989;
  margin-top:15px;
  font-size:13px;
  letter-spacing: -2px;
}
.evt__dailog .dailog__content .slide__content > div > a > div.s__captions span{
  color:#ff5161;
}

.evt__dailog .dailog__content .logo{
  width:86px;
  height:81px;
  margin:0 auto;
  background:url(../img/evt_pop_log.png) no-repeat center;
  margin-top:23px;
  margin-bottom:15px;
}

.evt__dailog .dailog__content .m__title{
  font-size:40px;
  font-family: 500;
  color:#313131;
  font-family: 'Noto Sans KR', sans-serif;
  width:100%;
  text-align: center;
}
.evt__dailog .dailog__content .s__title{
  width:100%;
  max-width:898px;
  margin:0 auto;
  text-align: right;
  margin-bottom:10px;
  margin-top:65px;
}

.evt__dailog .dailog__content .evt__more{
  display: flex;
  align-items: center;
  justify-content: center;
  width:220px;
  height:36px;
  color:#fff;
  font-size:20px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  background:#333333;
  border-radius: 50px;
  margin:0 auto;
  margin-top:40px;
}

.evt__dailog .dailog__content .close__btn{
  width:30px;
  height:30px;
  position: absolute;
  top:35px;
  right:35px;
  z-index: 9;
  cursor: pointer;
  background:url(../img/close_pop.png) no-repeat center;
}

.evt__dailog .dailog__content .close__day{
  cursor:pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:29px;
}
.evt__dailog .dailog__content .close__day:before{
  content:'';
  display:inline-flex;
  width:20px;
  height:20px;
  background:url(../img/close_day.png) no-repeat center;
  margin-right:8px;
}

.evt-prev,
.evt-next{
  position: absolute;
  top:50%;  
  z-index: 9;
  cursor: pointer;
  margin-top:50px;
  outline: none;
}

.evt-prev{
  width:24px;
  height:36px;
  background:url(../img/prev_pop.png) no-repeat center;    
  left:50px;
}
.evt-next{
  width:24px;
  height:36px;
  background:url(../img/next_pop.png) no-repeat center;  
  right:50px;
}

.page__nations__evtpop {
  position: absolute;
  bottom:135px!important;
  left:50%!important;  
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page__nations__evtpop span{
  width:10px;
  height:10px;
  background:#575757;
  border-radius: 10px;
  outline: none;
  margin:0 5px;
  transition: all .4s;
}
.page__nations__evtpop span.swiper-pagination-bullet-active{
  background:#ff172d;
  width:20px;  
}



/** 2021-03-02 : 메인화면 유튜브 추가**/
.movie__wrapper{
  display: flex;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  margin-top:45px;
}

.movie__wrapper .movie__container{
  position: relative;
  z-index: 1;
  width:calc(100% - 450px);
  height:100%;
  padding-bottom:35%;
}
.movie__wrapper .movie__container iframe{
  width:100%; 
  height:100%;
  position: absolute; 
  top:0px;
  left:0px;
}

.movie__wrapper .desc{
  width:350px;
  display: flex;
  align-items: flex-start;
  padding-left:40px;
  flex-direction: column;
  justify-content: center;
}
.movie__wrapper .desc p{
  color:#333!important;
  opacity: .9;
  font-size:24px;
  line-height: 1.5;
  font-family: 'GmarketSansMedium';
  font-weight: 900;
  margin-top:35px;
}

.main__more__btn{  
  width:160px;
  height:45px;
  border:1px solid #ddd;
  font-size:16px;
  color:#888;
  text-align:center;  
  margin-top:30px;
  display: block;
  background:#fff;
  box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
}


/*****************************
 * 2021-03-03 주의사항 추가
*****************************/
.cautions__wrap{

}
.cautions__wrap > div h2{
  font-size: 35px;
  color: #222222;
  font-family: 'GmarketSansMedium';
}
.cautions__wrap > div h2 span{
  font-size: 35px;
  font-family: 'GmarketSansLight';
  
}
.cautions__wrap > div h2 i{
  font-style: normal;
  color:#7c1d08!important;
  font-family: 'GmarketSansMedium';
}

.cautions__wrap .cautions__content:nth-of-type(1){
  background:url(../img/cautions_re_bg01.png) no-repeat center;
}
.cautions__wrap .cautions__content:nth-of-type(2){
  background:url(../img/cautions_re_bg02.png) no-repeat center;
}
.cautions__wrap .cautions__content:nth-of-type(3){
  background:url(../img/cautions_re_bg03.png) no-repeat center;
}
.cautions__wrap .cautions__content{
  background-size:cover!important;
  border-radius: 30px;
  padding: 50px 45px;
  margin-bottom:40px;
}


.cautions__wrap .cautions__content ul{
  margin-top:35px;
}
.cautions__wrap .cautions__content ul li{  
  font-size: 15px;
  color: #666;
  font-family: 'GmarketSansLight';
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  letter-spacing: -.4px;
}
.cautions__wrap .cautions__content ul li:before {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  background: #ded1ca;
  color: #8c776c;
  font-size: 10px;
  font-family: 'GmarketSansBold';
  position: absolute;
  top: 2px;
  left: 0px;
}

.cautions__wrap .cautions__content:nth-of-type(1) ul li:before{
  background:#ded1ca;
  color:#8c776c;
}
.cautions__wrap .cautions__content:nth-of-type(2) ul li:before{
  background:#e9cbd5;
  color:#a47484;
}
.cautions__wrap .cautions__content:nth-of-type(3) ul li:before{
  background:#e9c2ab;
  color:#c1805b;
}

.cautions__wrap .cautions__content ul li:nth-of-type(1):before{content:'1';}
.cautions__wrap .cautions__content ul li:nth-of-type(2):before{content:'2';}
.cautions__wrap .cautions__content ul li:nth-of-type(3):before{content:'3';}
.cautions__wrap .cautions__content ul li:nth-of-type(4):before{content:'4';}
.cautions__wrap .cautions__content ul li:nth-of-type(5):before{content:'5';}
.cautions__wrap .cautions__content ul li:nth-of-type(6):before{content:'6';}
.cautions__wrap .cautions__content ul li:nth-of-type(7):before{content:'7';}
.cautions__wrap .cautions__content ul li:nth-of-type(8):before{content:'8';}

.gy__box__content__re{
  margin-bottom:35px;
}
.gy__box__content__re:last-child{
  margin-bottom:0px;
}

.gy__box__content__re > h2{
  font-size:20px;
  font-family: 'GmarketSansMedium';
  color:#222;
}

.gy__box__content__re > div{
  height:60px;
  width:100%;  
  display: flex;  
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left:75px;
  margin-top:15px;
}

.gy__box__content__re > div h3{
  font-size:15px;
  font-family: 'GmarketSansMedium';
  color:#7c1d08;
}
.gy__box__content__re > div p{
  font-size:14px;
  font-family: 'GmarketSansMedium';
  color:#666;
}
.gy__box__content__re:nth-of-type(1){
  margin-top:25px;
}
.gy__box__content__re:nth-of-type(1) > div{background:url(../img/caution_title_bg01.png) no-repeat left center;}
.gy__box__content__re:nth-of-type(2) > div{background:url(../img/caution_title_bg02.png) no-repeat left center;}
.gy__box__content__re:nth-of-type(3) > div{background:url(../img/caution_title_bg03.png) no-repeat left center;}
.gy__box__content__re:nth-of-type(4) > div{background:url(../img/caution_title_bg04.png) no-repeat left center;}


.gy__box__content__re > p{
  font-size:14px;
  color:#666;
  font-family: 'GmarketSansLight';
  margin-top:15px;
}

.gy__box__content__re > p.ty2{
  font-size:12px;
  color:#7c1d08;
  margin-top:15px;
}
.gy__box__content__re > p.ty3{
  padding-left:10px;
  position: relative;
  z-index: 1;
}
.gy__box__content__re > p.ty3:before{
  content: '·';
  display: block; 
  position: absolute;
  top:3px;
  left:0px;  
  
}



/************************************
* 파뷰
 */
.derma__step{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:45px;
}
.derma__step > div{
    width:100%;
    max-width:207px;
    border:1px solid #eee;
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:33px;
    box-sizing: border-box;
}
.derma__step > div .thumb{
    width:110px;
    height:110px;
    border-radius: 110px;
}

.derma__step > div:nth-of-type(1) .thumb{ background:#eeeeee url(../img/derma_step01.png) no-repeat center;}
.derma__step > div:nth-of-type(2) .thumb{ background:#eeeeee url(../img/derma_step02.png) no-repeat center;}
.derma__step > div:nth-of-type(3) .thumb{ background:#eeeeee url(../img/derma_step03.png) no-repeat center;}
.derma__step > div:nth-of-type(4) .thumb{ background:#eeeeee url(../img/derma_step04.png) no-repeat center;}
.derma__step > div:nth-of-type(5) .thumb{ background:#eeeeee url(../img/derma_step05.png) no-repeat center;}


.derma__step > div .desc{}
.derma__step > div .desc p:nth-of-type(1){
    font-size:12px;
    color:#666;
    font-family: 'GmarketSansLight';
    text-transform: uppercase;
    margin-top:15px;
    margin-bottom:0px;
}
.derma__step > div .desc p:nth-of-type(2){
    font-size:18px;
    font-family: 'GmarketSansMedium';
    color:#222;
    margin-top:10px;
}


.derma__grid{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top:120px;
}

.derma__grid .derma__middle{}

.derma__grid .derma__middle__content{
    width:100%;
    max-width:620px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.derma__grid.ty2 .derma__middle__content{
    align-items: flex-end;
    justify-content: flex-end;
}
.derma__grid.ty2 .derma__middle__content .subject__wrap{
    text-align: right;
}
.subject__wrap{
    font-size:17px;
    color:#777;
    font-family: 'GmarketSansLight';
    line-height: 2.1;
    width:100%;
    white-space: normal;
    word-break: break-word;
}
.derma__grid .derma__middle__content i{
    font-size:17px;
    color:#777;
    font-family: 'GmarketSansMedium';
    line-height: 2.1;
    font-style: normal;
    color:#7c1d08;
}
.derma__grid .derma__middle__content .desc .point__title{
    display: flex;
    align-items: center;
    justify-content: center;
    height:50px;
    overflow: hidden;
    margin-bottom:45px;
}
.derma__grid .derma__middle__content .desc .point__title > div:nth-of-type(1){
    font-size:13px;
    color:#fff;
    font-family: 'GmarketSansMedium';
    background:#7c1d08;
    width:100%;
    min-width:125px;
    max-width:125px;
    height:100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 0px 0px 50px;
}
.derma__grid .derma__middle__content .desc .point__title > div:nth-of-type(2){
    font-size:18px;
    padding-right:19px;
    color:#333;
    font-family: 'GmarketSansMedium';
    height:100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:19px;
    border:1px solid #ddd;
    box-sizing: border-box;
    border-left:0px;
    white-space: nowrap;
    border-radius: 0px 50px 50px 0px;
}


.derma__ltstep{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:50px;
}

.derma__ltstep > div{
    width:100%;
    max-width:380px;
}

.derma__ltstep > div > div{
    border:1px solid #efefef;
    border-radius: 20px;
}
.derma__ltstep > div .thumb,
.derma__ltstep > div .desc{
    width:100%;
    text-align: center;
}


.derma__ltstep > div .thumb{
    height:190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.derma__ltstep > div .desc{
    height:60px;
    color:#555;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#efefef;
    font-family: 'GmarketSansMedium';
    border-radius: 0px 0px 20px 20px;
}

.derma__ltstep > div:last-child .desc{
    background:#7c1d08;
    color:#fff;
}


.derma__ltstep .desc__btm{
    margin-top:50px;
    height:60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0px;
    background:url(../img/desc_bg.gif) center;
    font-size:17px;
    font-family: 'GmarketSansMedium';
    color:#444;
}
.derma__ltstep > div:last-child .desc__btm{
    color:#fff;
    background:url(../img/desc_bg2.gif) center;
}


.hand__content{
    border:1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top:40px;
    border-radius: 30px;
    margin-top:40px;
    margin-bottom:120px;
}
.hand__content .hand__ban{
    padding:40px 0px;
}


.ban__text__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:150px;
}


.h__skin__title{
    color:#7c1d08;
    margin-top:45px;
}

.h__skin__title p{
    margin-top:22px;
    font-size: 16px;
    color: #666;
    font-family: 'GmarketSansLight';
}

.h__skin__step__ban{
    margin-top:104px;
    margin-bottom:50px;
}


.beforeAfter{
    width:100%;
    height:500px;
    max-width:500px;
}

.bf--button--wrap{
    display: flex;
}
.bf--button--wrap .bf-button-prev,
.bf--button--wrap .bf-button-next{
    width:44px;
    height:44px;
    border-radius: 44px;
    cursor:pointer;
}

.bf--button--wrap .bf-button-prev{
    background:url(../img/bf_button_prev.png) no-repeat center;
}
.bf--button--wrap .bf-button-next{
    margin-left:20px;
    background:url(../img/bf_button_next.png) no-repeat center;
}

.bf--content--wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:115px;
    margin-bottom:115px;
}
.bf--content--wrap > div:nth-of-type(1){width:500px;}
.bf--content--wrap > div:nth-of-type(2){
    width:calc(100% - 500px);
    box-sizing: border-box;
    padding-left:145px;
}
.bf--content--wrap > div:nth-of-type(2) h2{
    border: 1px solid #7c1d08;
    border-radius: 50px;
    width:278px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #7c1d08;
    font-family: 'GmarketSansBold';
    padding: 0 22px;
    margin-top: 10px;
}

.bf--content--wrap > div:nth-of-type(2) p{
    font-family: 'GmarketSansMedium';
    color:#888;
    font-size:20px;
    margin-top:35px;
    margin-bottom:45px;
}

/* 2022-08-04 */
.no--price{visibility:hidden;}


/* 2022-08-12*/
.caution--text--wrap{
  height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction: column;
  width:100%;
}
.caution--text--wrap h2{
  margin-bottom:15px;
  width:100%;
  text-align: center;
  font-size:25px;
}
.caution--text--wrap p{
  width:100%;
  text-align: center;
  font-size:35px;
  color:#ff172d;
  font-weight:bold;
}




/* 2023-06-08 */
.nw--wrapper20230608{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-top:45px;
}
.nw--wrapper20230608 > div{
  overflow: hidden;
  border-radius: 20px;
  padding:50px 60px 60px;
  background:#f6f7f8;
}

.nw--wrapper20230608 > div > h2{
  font-size:23px;
  font-family: 'GmarketSansLight';
  color:#333;
  text-align: center;
}
.nw--wrapper20230608 > div > p{
  max-width:460px;
  font-size:16px;
  font-family: 'GmarketSansLight';
  color:#666;
  text-align: center;
  margin-top:15px;
  margin-bottom:35px;
}

/* 2024-11-05 */
.nw--wrapper2024{
  display:flex;
  align-items: stretch;
  justify-content:space-between;
  gap:40px;
  margin-top:45px;
  margin-bottom: 120px;
}
.nw--wrapper2024 .step{
  overflow: hidden;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px 20px;
  border: 1px solid #eeeeee;
  display: flex;
  width: 20%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.nw--wrapper2024 .step .step__ico{
  width: 110px;
  height: 110px;
  background-color: #f4f4f4;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nw--wrapper2024 .step:nth-child(1) .step__ico{
  background-image: url(/assets/img/step_ico1.png);
}
.nw--wrapper2024 .step:nth-child(2) .step__ico{
  background-image: url(/assets/img/step_ico2.png);
}
.nw--wrapper2024 .step:nth-child(3) .step__ico{
  background-image: url(/assets/img/step_ico3.png);
}
.nw--wrapper2024 .step:nth-child(4) .step__ico{
  background-image: url(/assets/img/step_ico4.png);
}
.nw--wrapper2024 .step:nth-child(5) .step__ico{
  background-image: url(/assets/img/step_ico5.png);
}
.nw--wrapper2024 .step .step__plan{
  font-size:17px;
  font-family: 'GmarketSansMedium';
  color:#222222;
  text-align: center;
}
.nw--wrapper2024 .step .step__desc{
  font-size:13px;
  font-family: 'GmarketSansLight';
  color:#666666;
  text-align: center;
  line-height: 1.7;
}
.nw--img--wrapper2024{
  margin-bottom: 120px;
  position: relative;
}
.nw--img--wrapper2024 .text--wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.nw--img--wrapper2024 .text--wrapper .text--r{
  position: absolute;
  right: 15px;
  width: 35%;
  word-break: keep-all;
  top: 10%;
}
.nw--img--wrapper2024 .text--wrapper .text--l{
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 15px;
  width: 26%;
  bottom: 20%;
}
.nw--img--wrapper2024 .text--wrapper .text--l > p{
  background-color: #444444;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  font-family: 'GmarketSansMedium';
  padding: 8px 15px;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 15px;
}
.nw--img--wrapper2024 .text--wrapper .text--l > span{
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'GmarketSansLight';
}
.nw--img--wrapper2024 .text--wrapper .text--r{
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'GmarketSansLight';
}
.circle--title--wrap{
  margin-bottom: 40px;
  text-align: center;
}
.circle--title--wrap h2{
  border-radius: 25px;
  border: 1px solid #dddddd;
  font-size: 18px;
  padding: 15px 25px;
  display: inline-block;
  font-family: 'GmarketSansLight';
}
.circle--title--wrap span{
  font-family: 'GmarketSansMedium';
  color: #7c1d08;
  font-size: 18px;
}
.nw--wrapper2024--2{
  margin-bottom: 120px;
}
.nw--wrapper2024--2 .surg--step--wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  gap: 40px;
  align-items: stretch;
}
.nw--wrapper2024--2 .surg--step{
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nw--wrapper2024--2 .surg--step:nth-child(1) .surg--img::after{content: '01'}
.nw--wrapper2024--2 .surg--step:nth-child(2) .surg--img::after{content: '02'}
.nw--wrapper2024--2 .surg--step:nth-child(3) .surg--img::after{content: '03'}
.nw--wrapper2024--2 .surg--step:nth-child(4) .surg--img::after{content: '04'}
.nw--wrapper2024--2 .surg--step:nth-child(5) .surg--img::after{content: '05'}
.nw--wrapper2024--2 .surg--step:nth-child(6) .surg--img::after{content: '06'}
.nw--wrapper2024--2 .surg--step .surg--img{
  width: 100%;
  position: relative;
}
.nw--wrapper2024--2 .surg--step .surg--img > img{
  width: 100%;
}
.nw--wrapper2024--2 .surg--step .surg--img::after{
  content: '';
  width: 35px;
  height: 35px;
  font-size: 13px;
  text-align: center;
  background-color: #f6e5d5;
  line-height: 37px;
  font-family: 'GmarketSansBold';
  color: #973019;
  position: absolute;
  top: 15px;
  border: 1px solid #7c1d08;
  right: 15px;
  border-radius: 50%;
}
.nw--wrapper2024--2 .surg--step .surg--desc{
  text-align: center;
  color: #333333;
  font-family: 'GmarketSansMedium';
  word-break: keep-all;
  font-size: 16px;
  line-height: 1.7;
}
.nw--wrapper2024--2 .surg--info--wrap{
  display: flex;
  justify-content: space-between;
}
.nw--wrapper2024--2 .surg--info{
  width: 14%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  gap: 15px;
  box-sizing: border-box;
  padding: 25px 10px;
  justify-content: stretch;
}
.nw--wrapper2024--2 .surg--info .ico{
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #f4f4f4;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nw--wrapper2024--2 .surg--info:nth-child(1) .ico{background-image: url(/assets/img/surg_ico1.png);}
.nw--wrapper2024--2 .surg--info:nth-child(2) .ico{background-image: url(/assets/img/surg_ico2.png);}
.nw--wrapper2024--2 .surg--info:nth-child(3) .ico{background-image: url(/assets/img/surg_ico3.png);}
.nw--wrapper2024--2 .surg--info:nth-child(4) .ico{background-image: url(/assets/img/surg_ico4.png);}
.nw--wrapper2024--2 .surg--info:nth-child(5) .ico{background-image: url(/assets/img/surg_ico5.png);}
.nw--wrapper2024--2 .surg--info:nth-child(6) .ico{background-image: url(/assets/img/surg_ico6.png);}
.nw--wrapper2024--2 .surg--info > p{
  color: #222222;
  font-size: 16px;
  font-family: 'GmarketSansMedium';
}
.nw--wrapper2024--2 .surg--info > span{
  color: #7c1d08;
  font-size: 13px;
  font-family: 'GmarketSansLight';
}
.nw--wrapper2024--2 .surg--ef--wrap{
  display: flex;
  gap: 2%;
  justify-content: space-between;
}
.nw--wrapper2024--2 .surg--ef{
  width: 24%;
  background-color: #f4f4f4;
  border-radius: 30px;
  gap: 20px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 50px;
}
.nw--wrapper2024--2 .surg--ef .ef--num{
  background-color: #ffffff;
  border-radius: 25px;
  padding: 10px 15px 5px 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.nw--wrapper2024--2 .surg--ef .ef--num > span:nth-child(1){
  color: #333333;
  font-size: 11px;
  font-family: 'GmarketSansLight';
}
.nw--wrapper2024--2 .surg--ef .ef--num > span:nth-child(2){
  color: #7c1d08;
  font-size: 20px;
  font-family: 'GmarketSansBold';
}
.nw--wrapper2024--2 .surg--ef > p{
  text-align: center;
  color: #222222;
  font-size: 16px;
  font-family: 'GmarketSansMedium';
  line-height: 1.7;
  word-break: keep-all;
}
.nw--wrapper2024--2 .surg--ef > span{
  color: #444444;
  font-size: 14px;
  text-align: center;
  font-family: 'GmarketSansLight';
  word-break: keep-all;
  line-height: 1.7;
}
@media(max-width: 1220px){
  .nw--wrapper2024{
	padding: 0 15px;
	gap: 15px;	
  }
  .nw--wrapper2024 .step{
	padding: 20px 10px;
  }
  .nw--wrapper2024--2{
	padding: 0 15px;
  }
  .nw--wrapper2024--2 .surg--step--wrap{
	justify-content: space-between;
  }
  .nw--wrapper2024--2 .surg--step{
    width: calc(30%);
  }
  .nw--wrapper2024--2 .surg--ef--wrap{
    flex-wrap: wrap;
	row-gap: 10px;
  }
  .nw--wrapper2024--2 .surg--ef{
    width: 49%;
	padding: 30px 30px;
  }
}
@media(max-width: 960px){
  .nw--wrapper2024{
	flex-wrap: wrap;
	height: auto;
	align-items: stretch;
  }
  .nw--wrapper2024 .step{
	width: calc(50% - 15px);
	gap: 10px;
  }
  .nw--wrapper2024 .step:last-child{
	width: 100%;
  }
  .nw--wrapper2024--2 .surg--step--wrap{
    column-gap: 1%;
  }
  .nw--wrapper2024--2 .surg--step{
    width: 49%;
  }
  .nw--wrapper2024--2 .surg--info--wrap{
    flex-wrap: wrap;
	gap: 10px;
  }
  .nw--wrapper2024--2 .surg--info{
    width: 30%;
  }
  .nw--wrapper2024--2 .surg--ef{
    width: 100%;
  }
  .nw--img--wrapper2024 .text--wrapper{
    position: static;
	margin-top: 30px;
	padding: 0px 15px;
	box-sizing: border-box;
  }
  .nw--img--wrapper2024 .text--wrapper .text--r{
    position: static;
    width: 100%;
  }
  .nw--img--wrapper2024 .text--wrapper .text--l{
    position: static;
	width: 100%;
	align-items: center;
  }
}