@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
}
.clearfix {
    display:block;
    clear:both;
}
.background {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.site-map{
    position: fixed;
    top:50%;transform: translateY(-50%);
    right: 0;
    z-index: 99999999;
    width:180px;
}
.site-map ul{
    width:100%;
    display: flex;flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}
.site-map ul li{
    width:100%;
}
.site-map ul li:not(:nth-of-type(1)){
    margin-top:20px;
}
.site-map ul li a{
    width:100%;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    color:#ddd;
    justify-content: flex-end;
}
.site-map ul .on a{
    color:#b7815a;
}
.site-map ul li i{
    opacity: 0;
}
.site-map ul .on i{
    opacity: 1;
}
.site-map .on .line{
    background-color: #b7815a;
}
.site-map .line{
    width:50px;height: 2px;background-color:#ddd;
    margin-left:10px;
}
#main {
    width:100%;
    overflow:hidden;
    margin-top:100px;
}
.sec {
    width:100%;
    position:relative;
}
.slick-arrow{
    cursor: pointer;
}
.slick-list,
.slick-track{
    width:100%;height: 100%;
}
.slick-slide{
    position: relative;
}


#main .banner {
    width:100%;height:995px;
    position:relative;
}
#main .banner div {
    width:100%;height:100%;
}
#main .banner .bn {
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
#main .banner .bn::before {
    content:'';
    position:absolute;
    top:0;left:0; background-color:rgba(0, 0, 0, 0.3);
    width:100%;height:100%;
    z-index:1;
}
#main .banner .bn01 {
    background-image:url('../img/main/slide1_bg.png');
}
#main .banner .bn02 {
    background-image:url('../img/main/slide2_bg.png');
}
#main .banner .bn03 {
    background-image:url('../img/main_slide_banner3.jpg');
}
#main .banner .textBox {
    width:80%;
    height:100%;
    margin:0 auto;
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
	align-items:center;
}
@keyframes mainActive01 {
    0% {transform:translateY(-30px);}
    100% {transform:translateY(0px);}
}
@keyframes mainActive02 {
    0% {transform:translateY(30px);}
    100% {transform:translateY(0px);}
}

#main .banner .textBox .imgBox {margin:20px;}
#main .banner .textBox h1 {
    font-family: 'Noto Sans KR';
    font-size:2.5em;
    font-weight:700;
    line-height:1.1;
    color:#fff;
    overflow:hidden;
}
#main .banner .slick-active h1 {
    animation-name:mainActive01;
    animation-duration:0.6s;
}
#main .banner .textBox p {
    margin:20px 0 20px 0;
    font-family: 'Noto Sans KR';
    font-size:1.875em;
    font-weight:400;
    line-height:1.1;
    color:#fff;
    opacity: 0.5;
    overflow:hidden;
}
#main .banner .slick-active .textBox p {
    animation-name:mainActive02;
    animation-duration:0.6s;
}
#main .banner .textBox a {
    display:block;
    width:200px;
    height:50px; line-height:50px;
    border:1px solid #fff;
    background-color:transparent;
    box-sizing:border-box;
    text-align:center;
    font-size:16px;
    font-weight:500;color:#fff;
    transition:all 0.6s;
}
#main .banner .textBox a:hover {
    box-shadow: 0 80px 0 0 rgba(0, 0, 0, 0.25) inset, 0 -80px 0 0 rgba(0, 66, 191, 0.747) inset;
    color: #fff;
    border: 1px solid transparent;
}
#main .banner .mainArrow {
    width:auto;
    height: auto;
    position:absolute;
    top: auto;
    bottom: 0%;
    left:50%; transform:translateX(-50%);
}
#main .banner .arrowBox {
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:10px;
}
#main .banner .arrowBox li:nth-child(1) {
    margin-right:10px;
}
#main .banner .arrowBox .bnArrow{
    display: block;
    width:50px;
    height:50px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height:50px;
    cursor: pointer;
    transition:all 0.6s;
}
#main .banner .arrowBox .bnArrow:hover {
    background-color:rgba(5, 11, 90, 0.5);
    border:none;
}
#main .banner .arrowBox .bnArrow i {
    font-size:1.6em;
    color:#fff;
}
#main .banner .slides-numbers {
    width:90px;
    margin-top:10px;
    text-align:center;
    font-size:1.2em;
    font-weight:400;color:#fff;
    display:inline-block;
}
#main .banner .slides-numbers .total {
    opacity:0.8;
}

#main .banner .footerBox {
	
    width:100%;
    height:auto;
    margin:0 auto;
    position:absolute;
	bottom:10%;
    z-index:1;
    display:flex;
    flex-direction:row;
    justify-content:center;
	align-items:center;

}


#main .banner .footerBox h1 {
	font-size:3.75em; color:#fff; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-weight:100;}
#main .banner .footerBox .line { width:50%; height:1px; background:#fff; margin:0 50px 0 50px; }



.main-title dd{
    color:#fff;
    font-size: 20px;
    opacity: 0;
}
.main-controll{
    width:200px;height: 50px;
    margin-top:50px;
    position: absolute;
    top:55%;;left:50%;transform: translate(-50%,-50%);
    display: flex;align-items: center;
    justify-content: space-between;
}
.main-controll .slick-arrow{
    color:#fff;
    font-size: 40px;;
}
.main-dots{
    position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);
    display: flex;
    width:65px;
    align-items: center;
    justify-content: space-around;
}
.main-controll button{
    border:none;
    font-size: 0;
    background-color: #ddd;
    width:23px;height: 8px;
    border-radius: 10px;
}
.main-controll .slick-active button{
    background-color: #fff;
}
.sec2{
    padding:12em 0; 
	/*background:#d9d9d9;*/
}
.sec2-inner{
    width:1500px;
    margin:0 auto;
    display: flex;
    flex-direction: column;
	align-content: center;
}

.sec2-tit {text-align:center; margin-bottom:50px;}
.sec2-tit h3{
    font-size: 2.5em;
    line-height: 1.2;
    position: relative;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.sec2-tit p{
    font-size: 2.5em;
    color: #050b5a;
    font-weight: 600;
	
}

.sec2-contents{
    width:100%;
}
.sec2-contents ul{
    width:100%;
    display: flex;align-items: center;
    justify-content: space-between;
}

.sec2-con{
    width: 25%;
    height: 415px;
    position: relative;
    background: #2b2b2b;
	display: flex;
	justify-content: center;
	align-items: center;
}

 
.sec2-con a{
     
    display: inline-block;
    position: relative;
}

.sec2-con:hover{
	background:#050b5a;
}
.sec2-con dl{
    text-align: center;
	color:#fff;
}
.sec2-con dt{
    font-size: 1.875em;
    line-height: 1.1;
	color:#fff;
}
.cha-num2{
    color:#b7815a;
}
.sec2-con dd{
    font-size: 18px;
    padding-top: 5px;
    font-weight: 300;
}
.sec2-con p{ text-align: center; margin-bottom:30px; line-height:110px;}

.sec3{
    background-color: #000;
}
.sec3-inner{
    width:100%;
}
.sec3-inner h3{
    font-size: 40px;
    color:#fff;
}
.sec3-inner ul{
    width:100%;
    display: flex;align-items: center;justify-content: space-between;

}
.sec3-inner ul li{
    width:50%;
    height:800px;
    display: flex;align-items: center;justify-content: space-around;
}

.sec3-inner ul li:nth-child(1) {
    background:url('../img/main/special1_bg.png') right top;
    background-size:cover;
}
.sec3-inner ul li:nth-child(2) {
    background:url('../img/main/special2_bg.png') left top;
    background-size:cover;
}
.sec3-inner dl{
    color:#fff;
    text-align: left;
    padding-top:25px;
}
.sec3-inner dt{
    position: relative;
    font-size: 2.5em;
    display: inline-block;
    letter-spacing: -0.05em;
}
.sec3-inner .num {font-size:3.75em;}
.sec3-inner dd{
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.3;
    margin-top:15px;
    letter-spacing: -0.05em;
    color:rgba rgba(255, 255, 255, 0.5);
}



.sec4{
    padding-bottom: 12em;
    padding-top: 4em;
}
.sec4-inner{
    width:1400px;
    height:500px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* sec04 : start */
#treatment .titleTxt p{font-size:1.111rem; padding-top:30px;  }
#treatment  article {width:1400px;margin:0 auto;padding:100px 0;}

#treatment  .swiper { width: 100%;  height: 100%;    }
#treatment  .swiper-slide { display:flex; justify-content: space-around; align-items: center;}
#treatment  .swiper-slide img {  display: block;  }
#treatment .swiper-button-next, #treatment .swiper-button-prev {color:#403d3c ; padding:20px; border:1px solid #403d3c; border-radius:20px;}
#treatment .swiper-button-next::after , #treatment .swiper-button-prev::after {font-size:25px;}

#treatment .swiper-slide .txtBox h2,
#treatment .swiper-slide .txtBox p
{font-size:1.56em; color:#585858; font-weight:400; margin-bottom:10px;}
#treatment .swiper-slide .txtBox h1 {font-size:3.125em; color:#050b5a; font-weight:600; margin-bottom:20px; letter-spacing: -2px;}



mo_br{
    display: none;
}
@media screen and (max-width:1500px) {
    .main-title{
        width:100%;
    }
    .sec2-inner{
        width:95%;
    }
    .sec6-inner{
        width:95%;
    }

    .sec3-rt{
        padding-left:70px;
    }

    .sec6-inner{
        align-items: flex-end;
    }
}
@media screen and (max-width:1240px) {
    .site-map{
        display: none;
    }
    #main .banner {
        height:600px;
    }
    #main .banner .bn {
        padding:0 20px;
    }
    #main .banner .mainArrow {
        width:100%;
        left:0px;
        transform:none;
        top:70%;
    }
    #main .banner .arrowBox {
        top:0;
        left:0px;
        right:0;
        transform:none;
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items:center;
    }
    #main .banner .arrowBox li {
        float:left;
    }
    #main .banner .arrowBox li:nth-child(1) {
        margin-bottom:0;
        margin-right:10px;
    }
    #main .banner .arrowBox li:nth-child(2) {
        margin-bottom:0;
    }
    #main .banner .slides-numbers {
        text-align:center;
        margin:0 auto;
    }
    #main .banner .textBox {
        width:100%;
        align-items:center;
    }
    #main .banner .textBox h1 {
        font-size:2.5em;
        text-align:center;
    }
    #main .banner .textBox p {
        font-size:1.2em;
    }
    #main .banner .arrowBox .bnArrow {
        width:55px;
        height:55px;
        line-height:50px;
    }
    #main .banner .textBox a {
        width:180px;height:45px; line-height:45px;
    }

    .sec2-con dl{
        bottom: -50px;
    }
    .sec2-inner{
        flex-flow: row wrap;
        align-content: center;
    }
    .sec2-tit{
        width:100%;
    }
    .sec2-tit h3 br{
        display: none;
    }
    .sec2-tit h3 .mo_br{
        display: block;
    }
    .sec2-tit h3::after{
        font-size: 16px;
        left: 0;
    }
    
    #treatment article {width:100%;}
    #treatment .swiper-slide {width:100%;}
    
    .sec2-contents{
        width:100%;
        margin-top:30px
    }
    .sec3-rt{
        padding-left: 30px;
    }
    .sec3-rt h3::after{
        font-size: 16px;
        left: 0;
    }
    .sec3-rt .circle{
        left:-150px;
        width:60px;height: 60px;
    }
    .sec3-rt .dot-button::before{
        left:-120px;
    }
    .sec3-rt .slick-active .dot-button::before{
        width:110px
    }
    .sec3-rt ul{
        margin-top:60px
    }
    .sec3-rt ul li{
        margin-top:15px;
        color:#bdbdbd;
    }

    .sec4-inner ul li{
        width:23.5%;
    }


    .sec6-rt .date{
        margin:0px 20px
    }

    .sec6-rt .date span{
        white-space: nowrap;
    }
    .sec6-rt li{
        padding:20px 0px;
    }
    .sec6-lt .sec6-wrap{
        height: 330px;
    }
}
@media screen and (max-width:900px) {
    .sec2-con{
        width:31.5%;
        height: 285px;
    }

    .sec2-con i{
        color:#fff;
    }

    .sec3-inner ul li {width:100%;}
    .sec3-inner ul {flex-direction: column;}
    .sec4{
        padding:8em 0;
    }
    
    #treatment article {width:100%}
    #treatment .swiper-slide {flex-direction: column;}
    #treatment .swiper-slide img { display: none;}
    #treatment .swiper-slide .txtBox {width:80%; margin: 0 auto;}
    .sec3-rt ul{
        margin-top:20px
    }

    .sec3-rt .circle{
        width:45px;height: 45px;
    }
    .sec3-rt .circle::after{
        width:6px;height: 6px;
        top:-3px
    }
    .sec4-inner ul li{
        margin:0px 10px;
    }
    /*
    .sec4-inner dl{
        opacity: 0;
    }
    .sec4-inner .slick-current dl{
        opacity: 1;
    }
    */
    .mo-con{
        display: flex;
    }
    .mo-con .slick-arrow:nth-of-type(2){
        margin-left:10px
    }

    .sec6-inner{
        flex-flow: row wrap;
    }
    .sec6-lt{
        width:100%;
    }
    .sec6-rt{
        width:100%;
        margin-top:45px;
    }
    .sec6-rt .date{
        margin:0px 40px
    }
}

@media screen and (max-width:600px) {
    .main-title dt{
        word-break: keep-all;
    }


    .sec4-inner h3{
        width: 80%;
        margin: 0 auto;
        display: flex;align-items: center;
        justify-content: space-between;
    }
    .sec2-inner{
        width:90%;
    }
    .sec2-contents ul{
        flex-flow: row wrap;
    }
    .sec2-con{
        height: 245px;
        width:48%;
        margin-bottom:10px;
        background-image: inherit;
    }
    .sec2-con i{
        color:#000;
    }

    .sec3-inner ul li {height:500px;}

 
    .sec3-lt{
        width:100%;
        margin-top:30px;
    }
    .sec3-lt .slick-slide p{
        font-size: 16px;
    }
    .sec3-rt{
        width:100%;
        padding-left: 0;
    }
    .sec3-rt h3 br{
        display: none;
    }
    .sec3-rt ul li{
        margin-top:10px
    }
    .sec3-rt>ul{
        padding-left:20px;
    }
    .sec4-inner{
        width: 100%;
    }
 
    .sec6{
        padding:10em 0;
    }
    .sec6-inner{
        width:90%;
    }
    .slick-current .sec6-con p{
        transform: translateY(0);
    }
    .sec6-rt li a{
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .sec6-rt .date{
        margin:0;
    }

    .sec6-rt dl{
        width:100%;
    }
    .sec2{
        padding: 60px 0;
    }
}
