@charset "UTF-8"; 

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500);
@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);
@import url(http://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css);
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap');
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(css/blank.css);


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: -0.01em;
    color: inherit;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    border: 0;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

html,
body {}

body {
    font-family: "SUIT Variable", "Pretendard", "Pretendard Variable", 'NotoSansKR', 'Noto Sans Korean', 'Noto Sans KR', 'Nanum Gothic', 'Roboto', sans-serif;
    color: #303030;
    margin: 0 auto;
}

div {
    display: block;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    line-height: 1.25
}

b {
    letter-spacing: inherit;
    font-weight: 800;
}

.inner {
    width: 1300px;
    margin: auto;
    clear: both;
    position: relative;
}

.inner2 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.inner3 {
    width: 1150px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.c_logo {
    color: #8ccec6 !important
}

.c_main {
    color: #df927e !important
}

.c_sub {
    color: #4cc3b4 !important
}

.c_bold {
    color: #4b4846 !important
}

.c_sky {
    color: #a3d1f2 !important
}

.c_navy {
    color: #161270 !important
}

.c_darknavy {
    color: #132a4c !important;
}

.c_lightgray {
    color: #cccccc !important
}

.c_gray {
    color: #808080 !important
}

.c_red {
    color: #c70000 !important
}

.c_white {
    color: #fff !important
}

.c_black {
    color: #303030 !important
}

h1 {
    font-size: 50px;
    line-height: 1.15
}

h2 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    line-height: 1.5
}

p {
    font-size: 20px;
    font-weight: 400;
    color: inherit;
    word-break: keep-all
}

.fz43 {
    font-size: 43px;
}

.small {
    font-size: 15px;
}

.loose {
    letter-spacing: 0.08em;
}

.roboto {
    font-family: 'Roboto';
}

.roman {
    font-family: "Times New Roman", Times, serif !important;
}

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

.marcellus {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}


.thin {
    font-weight: 200;
}

.italic {
    font-style: italic;
}

span {
    color: inherit
}

.float {
    float: left;
}

.float_r {
    float: right
}

.center {
    text-align: center !important
}

.t_right {
    text-align: right;
}

hr {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    border: 0;
}


/* 컬럼 설정 */

.col5 {
    width: 20%;
}

.col4 {
    width: 25%;
}

.col3 {
    width: 33.33%;
}

.half {
    width: 50% !important
}

.flex {
    display: flex;
}

.col {
    flex: 1;
}


/* 공통 */
#wrap {
    width: 100%;
    /* max-width: 1920px; */
    min-width: 1400px;
    overflow: hidden;
}

/* header */
a.logo {
    width: 173px;
    height: 44px;
    display: block;
    text-indent: -3333px;
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    background: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #e7e7e7;
    transition: all .3s;
}

#header.white {
    background: #fff;
	transition: all .3s;
}

#header>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

#header .nav > ul > li {
    position: relative;
    margin-right: 46px;
    display: inline-block;
}

#header .nav > ul > li:hover > .sub_menu {
    display: block;
}

#header .nav > ul > li > a {
    display: block;
    font-size: 20px;
    color: #424242;
    font-weight: 400;
    line-height: 100px;
}

#header .nav > ul > li > a.on {
    font-weight: 700;
}

#header .sub_menu { position: absolute; width: 250px; top: 100px; left: 50%; transform: translateX(-50%); background: #df927e; text-align: center; padding: 25px 30px; display: none;}
#header .sub_menu li:not(:first-child) {margin-top: 15px;}
#header .sub_menu > li > a {font-size: 18px; color: #fff;}

#header .sns ul {display: flex; gap: 20px;}



/* 공통 하단 */
#footer {
    width: 100%;
    padding: 50px 0;
    background: #df927e;
}

#footer .inner {
    display: flex;
    justify-content: space-between;
}


#footer .txt span {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 400;
    color: #fff;
}

#footer .link span {
    position: relative;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 400;
    color: #fff;
}

#footer .link span:after {
    content: "";
    position: absolute;
    top: 4px; right: -11px;
    width: 1px;
    height: 10px; background: #fff;
}

#footer .link a:last-child span:after {display: none;}

/* 퀵메뉴 */
#quick_menu {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 100;
}

#quick_menu ul li {
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.17);
}

#quick_menu ul li:first-child:after {
    content: "네이버 예약";
    position: absolute;
    text-align: right;
    top: 12px;
    left: -110px;
    padding: 7px 15px;
    background: #fff;
    color: #df927e;
    font-size: 16px;
    font-weight: 800;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.17);
    display: none;
}

#quick_menu ul li:nth-child(2):after {
    content: "카카오 예약";
    position: absolute;
    text-align: right;
    top: 12px;
    left: -110px;
    padding: 7px 15px;
    background: #fff;
    color: #df927e;
    font-size: 16px;
    font-weight: 800;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.17);
    display: none;
}

#quick_menu ul li:first-child:hover:after,
#quick_menu ul li:nth-child(2):hover:after {
    display: block;
}

#quick_menu ul li:not(:first-child) {
    margin-top: 10px;
}

#quick_menu ul li a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #f2c4b4;
    font-weight: 900;
    line-height: 60px;
}

#quick_menu ul li a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}




/* 메인 슬라이드 */
#main {
    width: 100%;
    min-width: 1300px;
}

#main .section {
    width: 100%;
    display: block;
}

#main .section:not(:first-child) {
    padding-top: 120px;
}


#main .main_slide .slide1 {
    position: relative;
    width: 100%;
    height: 800px;
    background: url(images/slide1.jpg) no-repeat center left;
}

#main .main_slide .slide1 .sl_tit {
    display: flex;
    height: 800px;
    gap: 50px;
    justify-content: center;
    align-items: center;
    color: #df927e;
}

#main .main_slide .slide1 .sl_tit h1 {
    font-size: 100px;
}

#main .main_slide .slide1 .sl_tit .line {
    width: 130px;
    height: 1px;
    background: #df927e;
}

h2.title {
    font-size: 50px;
    font-weight: 700;
}

/* section1 슬라이드 */
#main #section1 {width: 100%;}
#main #section1 .slider-for {position: relative;}
#main #section1 .slider-for:after {position: absolute; content: "Alice Clinic"; bottom: 163px; right: 467px; color: #efc5b9; opacity: .2; font-size: 30px; font-family: "Marcellus"; transform: rotate(90deg); letter-spacing: 15px;}
#main #section1 .slider-for .slide_flex {display: flex; justify-content: space-between;}
#main #section1 .slider-for .slide_flex .txt_box h6 {font-size: 26px; font-weight: 500;}
#main #section1 .slider-for .slide_flex .txt_box h1 {font-size: 100px; color: #df927e; margin: 30px 0;}
#main #section1 .slider-for .slide_flex .txt_box h1.s {font-size: 80px;}
#main #section1 .slider-for .slide_flex .txt_box a {display:block; width:fit-content; padding:10px 20px; font-size:18px; font-weight:600; border:1px solid #000; margin-top: 60px;}
#main #section1 .slider-for .slide_flex .img_box {position: relative; }


#main #section1 .slider-nav {position: absolute; left: 0; bottom: 0; width: 595px;}
#main #section1 .slider-nav img {width: 180px; height: 180px; display: block;}
#main #section1 .slider-nav .slick-slide {opacity: .3; transition: opacity .3s ease-in-out;}
#main #section1 .slider-nav .slick-slide.slick-current {opacity: 1; transition: opacity .3s ease-in-out;}

#main #section1 .sl_prev {display:block; position:absolute; top:85%; left:-40px; transform:translate(0,-50%); cursor: pointer;}
#main #section1 .sl_next {display:block; position:absolute; top:85%; left: 615px; transform:translate(0,-50%); cursor: pointer;}


/* section2 자연스러운 아름다움을 추구하다 */
#main #section2 {
    display: flex;
    align-items: center;
    gap: 80px;
}

#main #section2 .sec2_img {
    width: 923px;
    height: 569px;
    background: url(images/sec2_img.png) no-repeat center;
}

#main #section2 .sec2_txt {position: relative;}
#main #section2 .sec2_txt:after {content: url(images/sec2_bg.png); position: absolute; top: 0px; right: -75%;  width: 309px; height: 309px; animation: rotate_image 6s linear infinite; transform-origin: 50% 50%;}
@keyframes rotate_image{
    100% {
        transform: rotate(360deg);
    }
}
#main #section2 .sec2_txt h6 {font-size: 26px; font-weight: 500;}
#main #section2 .sec2_txt h1 {font-size: 80px; color: #df927e; margin: 30px 0;}



/* section3 */
#main #section3 {background: #fff4f1; padding: 115px 0; overflow: hidden; margin-top: 120px;}
#main #section3 h3 {font-size: 50px;}
#main #section3 img {display: block; padding: 40px 0;}
#main #section3 .sec3_cont {display: flex; justify-content: space-around;}
#main #section3 .sec3_cont .sec3_box {position: relative; text-align: center; height: 200px; margin-top: 30px;}
#main #section3 .sec3_cont .sec3_box:after {position: absolute; content: ""; top: -24px; right: -45px; width: 1px; height: 200px; background: #fbe6df;}
#main #section3 .sec3_cont .sec3_box:nth-child(1):before {content: "1"; position: absolute; left: 50%; bottom: -160px; transform: translate(-50%,0%); color: #f0cac0; font-family: "Marcellus"; font-size: 150px;}
#main #section3 .sec3_cont .sec3_box:nth-child(2):before {content: "2"; position: absolute; left: 50%; bottom: -160px; transform: translate(-50%,0%); color: #f0cac0; font-family: "Marcellus"; font-size: 150px;}
#main #section3 .sec3_cont .sec3_box:nth-child(3):before {content: "3"; position: absolute; left: 50%; bottom: -160px; transform: translate(-50%,0%); color: #f0cac0; font-family: "Marcellus"; font-size: 150px;}
#main #section3 .sec3_cont .sec3_box:last-child:after {display: none;}
#main #section3 .sec3_cont .sec3_box h4 {color: #df927e; font-size: 30px; font-weight: 700; margin-bottom: 30px; }
#main #section3 .sec3_cont .sec3_box p {font-size: 18px;}



/* section4 */
#main #section4 {position: relative; padding: 120px 0; background: url(images/sec4_bg.png) no-repeat right;}
#main #section4 .slick-slider {height: 500px;}
#main #section4 .product_flex {display: flex; justify-content: right;}
#main #section4 .product_flex a {width: 500px; height: 500px; border: 1px solid #e1e1e1; border-radius: 50px;}
#main #section4 .product_flex .tit_cont { width: 1111px; height: 500px; color: #fff;}
#main #section4 .product_flex .tit_cont .tit {margin-top: 130px; display: flex; align-items: flex-end; margin-left: 80px; gap: 30px;}
#main #section4 .product_flex .tit_cont .tit h2 {font-size: 50px; font-weight: bold;}
#main #section4 .product_flex .tit_cont .desc {margin-left: 80px; margin-top: 35px;}
#main #section4 .sl2_prev {width: 80px; height: 80px; position: absolute; top: 430px; right: 950px; cursor: pointer;}
#main #section4 .sl2_next {width: 80px; height: 80px; position: absolute; top: 430px; right: 850px; cursor: pointer;}

.SliderThum_BtnPage {position: absolute; bottom: 17px; left: 320px;}
.SliderThum_BtnPage li {display: inline-block;}
.SliderThum_BtnPage li.slick-active button {background: #e1e1e1;}
.SliderThum_BtnPage li button {width: 15px; height: 15px; border: 1px solid #e1e1e1; border-radius: 50%; font-size: 0; margin: 0 5px; background: none;}



/* section5 진료안내 */
#main #section5 {background: #fff2ee; padding: 50px 0;}
#main #section5 .inner {display: flex; align-items: center; gap: 140px;}
#main #section5 .info > div {margin-bottom: 30px;}
#main #section5 .info > div:last-child {margin-bottom: 0;}
#main #section5 .info .tit {color: #919191; font-weight: 500; margin-bottom: 10px;}
#main #section5 .info .num h2 {font-size: 40px; font-weight: 800; color: #df927e;}
#main #section5 .info .time .timetable {display: flex; gap: 25px;}
#main #section5 .info .time .timetable .column .day {text-align-last: justify;}
#main #section5 .info .time .timetable .column p {font-size: 16px;}





/* 서브 공통 */
#sub {width:100%; overflow: hidden;}

#sub .subtop {
    position: relative;
    width: 100%;
    height: 500px;
}
#sub .subtop .subtop_txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -20%); text-align: center; color: #fff;}
#sub .subtop .subtop_txt h1 {font-size: 40px; font-weight: 800; margin-top: 20px;}
#sub .subtop .subtop_txt p {letter-spacing: 13px;}

#sub .subtop01 {background: url(images/subtop01.jpg) no-repeat center;}
#sub .subtop02 {background: url(images/subtop02.jpg) no-repeat center;}
#sub .subtop03 {background: url(images/subtop03.jpg) no-repeat center;}

/* 서브 snb */
#sub .snb {width: 1300px; background-color: #fff; position: absolute; left: 50%; margin-left: -650px; bottom: -52px; overflow: hidden;}
#sub .snb.snb_single {bottom: 0;}
#sub .snb.snb_single ul li {width: auto; flex: 1;}
#sub .snb ul {display: flex; align-items: center; border: 1px solid #efefef;}
#sub .snb ul.snb_bottom {margin-top: -1px;}
#sub .snb ul li {width: 14.5%; text-align: center; margin-left: -1px; border-right: 1px solid #efefef;}
#sub .snb ul.snb_bottom li {width: 14.36%;}
#sub .snb ul li:nth-child(7) {border-right: none;}
#sub .snb ul li a {font-size: 17px; padding: 15px; display: block;}
#sub .snb ul li a.on {font-weight: 700; background: #df927e; color: #fff;}

#sub .sub_content, #sub .sub_content2 {width:100%; padding: 120px 0;}
#sub .sub_content:after, #sub .sub_content2:after {content: "Alice Clinic"; position: fixed; top: 400px; left: -200px; z-index: -1; transform: rotate(-90deg); opacity: .3; font-family: "Marcellus"; font-size: 150px; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #df927e;}
#sub .sub_content .inner {display: flex; gap: 37px;}
#sub .sub_content .tap_cont {width: 300px;}
#sub .sub_content .tap_cont .tab_nav li a {padding: 25px 20px; display: flex; justify-content: space-between; align-items: center; font-size: 16px; color: #d0d0d0; border-bottom: 1px solid #d0d0d0; transition: .3s ease-in-out;}
#sub .sub_content .tap_cont .tab_nav li a.active {font-size: 20px; font-weight: 800; color: #df927e; border-bottom: 1px solid #df927e; transition: .3s ease-in-out;}





/* 게시판 */
/* #sub #content .board_box {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    line-height: 1.7;
    min-height: 500px
} */



/* 241111 이벤트페이지 관련 */
.event {width: 960px;}
.event > div > img {width: 100%;}