/* subtop */
#subtop {
    position: relative;
}
#subtop .c_wrp {
    height: 850px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 450px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 350px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}
/* scroll_ani */
.scroll_ani {
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    color: #fff; 
    z-index: 3; 
    height: 100px;
}
.scroll_ani > span {
    display: block; 
    transform: rotate(90deg); 
    font-size: 12px;
    letter-spacing: 2px;
}
.scroll_ani > .bg {
    position: relative; height:100%; 
    width:1px; 
    margin: 30px auto 0; 
    background: rgba(255,255,255,0.2);
}
.scroll_ani > .bg .animation {
    width: 100%; 
    background: rgba(255,255,255,1); 
    animation-name: updown;animation-iteration-count: infinite;animation-duration:3s;animation-timing-function:ease-in-out;
}
@keyframes updown { 
    0% {height:0%} 100% {height:100%} 
}


/* site */
.site {
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
    width: 220px;
    border-radius: 50px;
    margin: 0 auto;
}
.site .home {
    text-decoration: none;
    display: flex;
    gap: 3px;
    line-height: 4rem;
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    align-items: center;
}
.site .home.home2 {
    width: auto;
    position: relative;
}
.site .home.home3 {
    width: auto;
    position: relative;
}
.site .home.home2:after,
.site .home.home3:after {
    content: "\ea6e";
    font-family: remixicon !important;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 2rem;
    height: 100%;
    text-align: center;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.site .home.home1 {
    width: auto;
    text-align: center;
}
.site .home > .site_toggle {
    display: block;
    padding: 0px 0rem 0px 2rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.site .home > .site_toggle i,
.site .home > .site_toggle span {
    display: inline-block;
    vertical-align: middle;
}
.site .home > .site_toggle i {
    line-height: 1.3rem;
    width: 1.5rem;
    border-radius: 50%;
    background-color: #dbdbdb;
    color: #fff;
    text-align: center;
    margin-left: .5rem;
    padding-top: .2rem;
    font-size: 1.4rem;
}
.site .home.act > .site_toggle i {
    transform: rotate(180deg);
    background-color: #555;
}
@media (max-width:992px) {
    .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    .site {
        width: 170px;
    }
    .site .home {
        line-height: 21px;
        font-size: 12px;
    }
    .site .home.home1 img {
        width: 11px;
    }
    .site .home.home2:after,
    .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    .site .home > span {
        padding: 0px 15px;
    }
}
@media (max-width:500px) {
    .site .home > .site_toggle {
        padding: 0px 0rem 0px 1.2rem;
    }
}

/* imgBorderRadius */
.imgBorderRadius {
    border-radius: 2.5rem;
}
@media (max-width:500px) {
    .imgBorderRadius {
        border-radius: 1rem;
    }
}

/* topTitDeco */
.topTitDeco {
    color: #9596a7;
    overflow: hidden;
}
.topTitDeco span {
    position: relative;
    z-index: 3;
}
.topTitDeco span:after {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #9596a7;
}

/* bx_list */
.bx_list .icon {
    position: relative;
    background-color: #faf9f5;
}
.bx_list .icon .num {
    width: 46px;
    height: 46px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    background-color: #b6a679;
    border-radius: 50%;
}
@media (max-width:768px) {
    .bx_list .icon .num {
        width: 29px;
        height: 29px;
        top: 8px;
        left: 8px;
    }
}
/* num_list */
.num_list .img img {
    border: 1px solid #ddd;
}
.num_list .num {
    display: flex;
    gap: 10px;
}
.num_list .num .n {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    background-color: #b6a679;
}
.num_list .num .d {
    font-weight: 500;
    color: #c39a68;
    width: 25px;
}
@media (max-width:768px) {
    .num_list .num .n {
        width: 21px;
        height: 21px;
    }
}
/* num-flex */
.num-flex {
    display: flex;
    gap: 10px;
}
.num-flex .num {
    background-color: #c39a68;
    font-size: .7em;
    font-weight: 600;color: #fff;
    padding: 0 10px;
}
/* tx_list */
.tx_list:not(.noLine) > li {
    border-bottom: 1px dashed #ddd;
}
.tx_list > li {
    padding: 25px 0;
}
.tx_list.tx_list_mini > li {
    padding: 15px 0;
}
.tx_list.tx_list_xs > li {
    padding: 5px 0;
}
@media (min-width:767px) {
    .tg_list {
        position: relative;
    }
    .tg_list:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #ddd;
    }
}
@media (max-width:768px) {
    .tx_list > li {
        padding: 15px 0;
    }
    .tx_list.tx_list_mini > li {
        padding: 10px 0;
    }
    .tx_list.tx_list_xs > li {
        padding: 3px 0;
    }
    .tg_list .fbox > div {
        width: 100%;
    }
    .tg_list .fbox .img {
        order: 2;
    }
    .tg_list .fbox .txt {
        order: 1;
    }
}
/* border1 */
.border1 {
    border: 1px solid #ddd;
}
/* tg_list */
.tg_list .tags {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}
.tg_list .tags span {
    display: inline-block;
    line-height: 1em;
    padding: 6px 15px;
    border-radius: 50px;
    background-color: #b6a679;
    color: #fff;
}
/* wan_list */
.wan_list {
    margin: 0 -10px;
}
.wan_list > li {
    padding: 10px;
}
@media (max-width:768px) {
    .wan_list > li {
        padding: 5px 10px;
    }
}
/* wanItem */
.wanItem {
    min-height: 85px;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.wanItem .wanTxt {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width:768px) {
    .wanItem {
        padding: 15px;
    }
}

/* gdLinedBox */
.gdLinedBox {
    border: 1px solid #b6a679;
    padding: 6rem;
}
.gdList {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.gdList > li {
    flex-basis: calc(20% - 8px);
    flex-grow: 1;
    flex-flow: 1;
}
.gdList.col-6 > li {
    flex-basis: calc(50% - 8px);
}
.gdList .gdItem {
    border: 1px dashed #b6a679;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 10px;
    text-align: center;
}
@media (max-width:768px) {
    .gdLinedBox {
        padding: 3rem 2rem;
    }
    .gdList {
        flex-wrap: wrap;
        width: 100%;
    }
    .gdList > li {
        flex-basis: 30%;
    }
    .gdList.col-6 > li {
        flex-basis: calc(50% - 8px);
    }
    .gdList .gdItem {
        height: 70px;
        border-radius: 5px;
    }
}
/* laser1 */
@media (max-width:768px) {
    #laser1 .fbox > div {
        width: 100%;
    }
}

/* careProgramList */
.careProgramList li:first-child {
    border-top: 1px dashed #ddd;
}
.careProgramList li {
    padding: 20px 15px;
    border-bottom: 1px dashed #ddd;
}
.careProgramList li .ef {
    display: flex;
    gap: 10px;
    align-items: center;
}
.careProgramList li .ef strong {
    background-color: #f5f2eb;
    padding: 1px 15px;
    border-radius: 60px;
}
@media (max-width:768px) {
    .careProgramList li {
        padding: 15px;
    }
    .careProgramList li .ef strong {
        padding: 3px 7px;
    }
}

/* rrList */
.rrList > li {
    margin: 15px 0;
}
@media (min-width:767px) {
    .rrList > li {
        display: flex;
    }
    .rrList > li .t {
        width: 110px;
        padding: 2px 0;
    }
    .rrList > li .c {
        width: calc(100% - 110px);
    }
}
@media (max-width:768px) {
    .rrList > li .c {
        margin-top: 8px;
    }
}
/* dvdLine */
.dvdLine {
    margin: 6rem 0;
    border-top: 1px solid #ddd;
}
@media (max-width:768px) {
    .dvdLine {
        margin: 3rem 0;
    }
}

/* contBoxs */
.contBoxs .item {
    background-color: #faf8fb;
    display: flex;
    align-items: center;
    padding: 30px;
	height: 220px;
}
.contBoxs .item.kakao {
    background-color: rgba(250, 234, 98, 0.2);
}
.contBoxs .item .icon {
    font-weight: 100;
    width: 80px;
}
.contBoxs .item .txt {
    width: calc(100% - 80px);
    padding-left: 20px;
}
@media (max-width:768px) {
    .contBoxs .item {
        padding: 20px;
		height: auto;
    }
    .contBoxs .item .icon {
        font-size: 40px;
        width: 40px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 40px);
    }
}


/* fboxList */
.fboxList .tit a {
    text-decoration: none;
    display: block;
}
.fboxList .tit a p {
    line-height: 1em;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #888;
    color: #888;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.fboxList .tit a:hover p {
    border-color: #111;
    color: #111;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.fboxList .tit a p i,
.fboxList .tit a p span {
    display: inline-block;
    vertical-align: middle;
}
.fboxList .tit .fbox > .rt a {
    cursor: pointer;
}

@media (max-width:768px) {
    .fboxList .tit .fbox > div {
        width: 100%;
        text-align: center;
    }
    .fboxList .tit .fbox > .rt a {
        margin-top: 15px;
    }
}
/* clList */
.clList li:first-child {
    border-top: 1px dashed #ddd;
}
.clList li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 15px;
    border-bottom: 1px dashed #ddd;
}
.clList li .logoItem {
    width: 110px;
}
.clList li .txtItem {
    width: calc(100% - 130px);
}
@media (max-width:768px){
    .clList li .logoItem {
        width: 50px;
    }
    .clList li .txtItem {
        width: calc(100% - 70px);
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}


/* btnWrp */
.btnWrp .btnItem {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 400;
    line-height: 45px;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    border-radius: 5px;
    background-color: #000;
}
.btnWrp .btnItem:hover {
    color: #fff;
    box-shadow: 10px 23px 40px rgba(226, 195, 141, 0.2)
}
.btnWrp .btnItem.w {
    border-color: #fff;
    color: #fff;
}
.btnWrp .btnItem.w:hover {
    color: #111;
    border-color: #fff;
}
.btnWrp .btnItem strong,
.btnWrp .btnItem i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.btnWrp .btnItem span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #a6ce38;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -0;
}


/* slider-interior */
.slider-interior-nav {
    margin: 0 -5px;
}
.slider-interior .slick-slide,
.slider-interior-nav .slick-slide {
    padding: 0 5px;
}
.slider-interior-nav .slick-slide {
    cursor: pointer;
}
.slider-interior .slick-slide .item {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.slider-interior-nav .slick-slide .item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.slider-interior-nav .slick-slide .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #472065;
    opacity: 0;
    border-radius: 10px;
}
.slider-interior-nav .slick-slide .item img {
    filter: grayscale(1);
}
.slider-interior-nav .slick-slide.slick-current .item img {
    filter: grayscale(0);
}
.slider-interior-nav .slick-slide.slick-current .item:after {
    opacity: 1;
}
@media (max-width:500px) {
    .slider-interior .slick-slide {
        padding: 0;
    }
    .slider-interior .slick-slide .item {
        border-radius: 10px;
    }
    .slider-interior-nav .slick-slide .item {
        border-radius: 3px;
    }
}

/* clinic4 */
#clinic4 .tg_list .tags span {
    display: inline-block;
    line-height: 1em;
    padding: 6px 15px;
    border-radius: 50px;
    background-color: #f0eaf5 ;
    color: #472065 ;
}
@media (min-width:768px) {
    #clinic4 ul li:nth-child(odd) .img {
        transform: translateX(1px);
    }
}

/* pTit */
.pTit .sm {
    font-size: .7em;
}
.p_sTit {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.p_sTit span {
    width: calc(100% - 38px);
}
.p_sTit .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background-color: #472065;
    color: #fff;
    font-size: .7em;
}
@media (max-width:768px) {
    .p_sTit .num {
        width: 25px;
        height: 25px;
    }
    .p_sTit span {
        width: calc(100% - 30px);
    }
}

/* priceWrp */
.priceWrp > li {
    border-top: 1px solid #aaa;
    padding: 0 30px;
    padding-top: 50px;
}
.priceWrp > li + li {
    margin-top: 50px;
}
.priceWrp .priceItem  {
    margin-top: 50px;
}
.priceWrp li.narrow .priceItem  {
    margin-top: 30px;
}
.priceWrp .priceItem .costExWrp {
    justify-content: flex-end;
    column-gap: 15px;
    row-gap: 5px;
}
.priceWrp .priceItem .costEx {
    gap: 5px;
}
.priceWrp .priceItem .costEx .hd p {
    display: inline-block;
    padding: 7px 10px;
    line-height: 1em;
    background-color: rgba(255, 255, 255, 0.7);
}
.priceWrp .priceItem .price {
    column-gap: 25px;
}
.priceWrp .priceItem .price .cnt {
    position: relative;
    flex-basis: auto;
    flex-grow: 1;
}
.priceWrp .priceItem .price .cnt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #aaa;
}
.priceWrp .priceItem .btTxt {
    text-align: right;
}
@media (max-width:768px) {
    .priceWrp > li {
        padding: 0;
        padding-top: 30px;
    }
    .priceWrp > li + li {
        margin-top: 30px;
    }
    .priceWrp .priceItem  {
        margin-top: 30px;
    }
    .priceWrp li.narrow .priceItem  {
        margin-top: 20px;
    }
    .priceWrp .priceItem .costExWrp,
    .priceWrp .priceItem .price {
        column-gap: 15px;
    }
    .priceWrp .priceItem .price:not(.noMobile) {
        margin: 15px 0;
    }
    .priceWrp .priceItem .price:not(.noMobile) .lft {
        width: 100%;
        margin-bottom: 5px;
    }
    .priceWrp .priceItem .price:not(.noMobile) .rt {
        width: 100%;
        margin-top: 5px;
        justify-content: flex-start;
    }
    .priceWrp .priceItem .price.noMobile .lft {
        width: calc(100% - 145px);
    }
    .priceWrp .priceItem .price.noMobile .rt {
        width: 130px;
        text-align: right;
        justify-content: flex-end;
    }
    .priceWrp .priceItem .price .cnt {
        display: none;
    }
    .priceWrp .priceItem .price.noMobile .rt .costEx {
        justify-content: end;
    }
    .priceWrp .priceItem .costEx .hd p {
        padding: 3px 6px;
    }
    .priceWrp .priceItem .btTxt {
        text-align: left;
    }
    .priceWrp .priceItem .price.noMobile .rt .btTxt {
        text-align: right;
    }
}