@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*공통*/
.text_org{color: #7AD2FF; font-family: 'ONE-Mobile-Title';}
.text_bold{font-weight: 500;}
.text_short{letter-spacing: 0em}
.text-center{ text-align: center !important}

.inner{
    max-width: 1200px;
    margin: 0 auto;
	position: relative;
}


/*메인*/
 .section{
     padding: 100px 0;
 }


#fp-nav.fp-right{right: auto; left:17px;}
#fp-nav ul li a span,
.fp-slidesNav ul li a span{background:#fff; opacity: 0.5;}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span{
    /*display: none;*/
    opacity: 1;
}

#fp-nav ul li, .fp-slidesNav ul li{height: 20px!important;}
#fp-nav ul li a, .fp-slidesNav ul li a{height: 14px;}
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active{display: block; text-align: center; vertical-align: middle; /*height: 30px;*/}
/*#fp-nav ul li a.active:before,
.fp-slidesNav ul li a.active:before{content: "\f043";font-family: "Font Awesome 5 Pro"; color:#fff; display: block; font-weight: 600;}*/

/* .fp-overflow{margin-top:-60px;}*/

.s1{position: relative;
    padding: 0 !important;}
.s1 .s1_visual,
.s1 .s1_visual .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.s1 .s1_visual .swiper-slide{
    position: relative;
    height: 850px;
}
.s1 .s1_visual .swiper-slide::after{
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.s1 .s1_visual .swiper-pagination{
    bottom: 10vw !important;
}
.s1 .s1_1{background-image: url("../img/new_main/mvisual_bg01.png");background-size: cover}
.s1 .s1_2{background-image: url("../img/new_main/mvisual_bg02.png");background-size: cover}
.s1 .s1_3{background-image: url("../img/new_main/mvisual_bg03.png");background-size: cover}
.s1 .slogan{
    position: absolute;
    top: 300px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
}



/* 공통 */
.slogan{
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
}
.slogan h2{font-size: 2.6em; line-height: 1.4em; font-family: 'ONE-Mobile-Title';}
.slogan h2 p:nth-child(1){
    font-size: 0.7em;
    line-height: 1.5;
    font-weight: 500;
	font-family: 'ONE-Mobile-Title';
}
.slogan h2 p:nth-child(3){
    font-family: 'Montserrat', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', 'AppleGothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: .43em;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 17px;
}
.slogan img{height: 60px; margin-bottom: 10px;}
.slogan a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 120px;
    margin-top: 50px;
    cursor: pointer;
}
.btn_design1 {
    position: relative;
    display: inline-block;
    border: none;
    box-shadow: inset 0 0 0 1px #fff;
    letter-spacing: 1px;
    background: none;
    color: #fff !important;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    transition: .4s ease-in-out;
    z-index: 0;
    border-radius: 50px;
    margin-top: 2em;
    cursor: pointer;
}
.btn_design1:hover{
	color: #fff !important;
	box-shadow: inset 0 0 0 1px #7AD2FF !important;
}
.btn_design1::after{
	content: '';
	position: absolute;
	background: #7AD2FF;
	opacity: 0;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 50%;
	transform: translate(-50%, -50%) rotate(-135deg);
	transition: opacity .2s ease-in-out, height .3s ease-in-out;
}
.btn_design1:hover::after{
	height: 350%;
	opacity: 1;
}
.btn_design1.btn_design2{
	border-radius: 0;
	background: #46AEE3;
}

/* boxMenu */
.boxMenu{
    max-width: 1200px;
    margin: 0 auto;
}
.boxMenu ul{
    display: grid;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
}
.boxMenu li{
    position: relative;
    background: 0% 0% / cover rgb(255, 255, 255);
}
.boxMenu li.item01{
    background-image: url(../img/new_main/img_mainbg01.png);
    color: rgb(255, 255, 255);
}
.boxMenu li.item03{
    background-image: url(../img/new_main/img_mainbg03.png);
    color: rgb(255, 255, 255);
}
.boxMenu li.item05{
    background-image: url(../img/new_main/img_mainbg05.png);
    color: rgb(255, 255, 255);
}
.boxMenu li.item01 strong,
.boxMenu li.item03 strong,
.boxMenu li.item03 p,
.boxMenu li.item05 strong,
.boxMenu li.item05 p{color: #fff;}
.boxMenu li.item01 p{font-size: 20px;
    font-weight: 600;color: #fff;}
.boxMenu li a{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-style: normal;
    padding: 6em 0rem;
}
.boxMenu li a::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.boxMenu li a:hover::before{opacity: 1;}
.boxMenu li img{height: 100px;}
.boxMenu li strong{
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}
.boxMenu li p{font-size: 18px;min-height: 42px; padding: 0 20px;
    line-height: 1.4;}
.boxMenu li p b i{}






.doctorInfo{}
.doctorInfo.doctorInfoLeft{
   max-width: 1200px;
    margin: 0 auto;
}
.doctorInfo h4{    font-size: 1.9em;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 40px;}
.doctorInfo h4 img{display: none;}
.doctorInfo h5{margin-top: 20px;
    font-family: 'GowunBatang';
    font-size: 1.4em;
    margin-bottom: 10px;
    display: inline-block;
    color: #B8B1AA;}
.doctorInfo .profile{ }
.doctorInfo .profile > div{
    display: flex;
    flex-wrap: wrap;
}
.doctorInfo .tabWrap > div{
    display: inline-block;
    color: #46AEE3 ;
    border: 1px solid #46AEE3;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 120px;
    margin-right: 4px;
    font-size: 16px;
    cursor: pointer;
}
.doctorInfo .tabWrap > div:hover,
.doctorInfo .tabWrap > div.on{
    background: #46AEE3;
    color: #fff;
}
.doctorInfo .tabContWrap{
    min-height: 173px;
}
.doctorInfo .tabContWrap > div{
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    margin-top: 20px;
}
.doctorInfo .tabContWrap .left{}
.doctorInfo .tabContWrap .right{
    width: 40%;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}
.doctorInfo .tabContWrap .right img{
    width: 100%;}
.doctorInfo .profile ul{max-width: 50%;}
.doctorInfo .profile ul:first-child{
    margin-right: 50px;    }
.doctorInfo .profile li{padding: 6px 0; position: relative;}
.doctorInfo .profile li:before{content: ""; display: inline-block; vertical-align: middle; width: 6px; height: 6px; background: #46AEE3; border-radius: 50%; margin-right: 6px; margin-top:-1px; opacity: 0.6; }



.s4{
    background: url(../img/new_main/s4_bg.png) no-repeat;
    background-size: cover;
}
.s4 .inner{
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s4 .slogan{color: #fff;}
.s4 .slogan p{
    margin-top: 17px; line-height: 1.6; font-size: 18px;}
.s4 .btnBox{}
.s4 .btnBox ul{}
.s4 .btnBox li{
    margin: 30px 0;
}
.s4 .btnBox li a{
    position: relative;
    width: 550px;
    display: block;
    border: 1px solid #fff;
    padding: 50px 0 50px 50px;
    text-align: left;
    color: #2b2b2b;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.s4 .btnBox li:nth-child(1) a{
    background: #fff url(/img/main/section02_banner_bg01.png) no-repeat right -10% bottom -30px;
}
.s4 .btnBox li:nth-child(2) a{
    background: rgb(255, 255, 255, 0.15);
    border-color: rgb(255, 255, 255, 0.3);
    color: #fff;
}
.s4 .btnBox li h3{
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 500;
	font-family: 'ONE-Mobile-Title';
}
.s4 .btnBox li p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
.s4 button{
    border: 0;
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    float: right;
    margin-right: 26px;
    margin-top: -10px;
}
.s4 button i{}
.s4 .btnBox li:hover button{
    background: #46AEE3;color: #fff;border-color: #46AEE3}




.s7{
    background: #F7F9FA;
}
.s7 h2 span{
    font-family: 'GowunBatang';
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
    color: #B8B1AA;
    line-height: normal;
}
.s7 h2 p:nth-child(1) {
    font-size: 0.7em;
    line-height: 1.5;
    font-weight: 600;

}
.s7 h2 p:nth-child(2){
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}
.s7 .gallWrap{margin-top: 30px;}
.s7 .gallWrap .gallerySwiper{overflow: hidden}
.s7 .swiper-slide{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 0;
    padding-bottom: calc((78% - 40px) / 3);
}
.s7 .swiper-slide a{display: block}
.s7 .swiper-slide a img{
    width: 100%;
    height: 100%;object-fit: cover}
.s7 .swiper-slide .text{
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 10;
    text-align: left;
    width: calc(100% - 60px);
    color: #fff;
}
.s7 .swiper-slide .text a{
    font-size: 20px;
    letter-spacing: -.1px;
    color: #fff;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.s7 .swiper-button-prev,
.s7 .swiper-button-next{
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #fff;
    background: #7AD2FF;
    justify-content: center;
    opacity: 0.8;
    transition: 0.3s all;
	position: absolute;
}
.s7 .swiper-button-prev:hover,
.s7 .swiper-button-next:hover{opacity: 1;}
.s7 .swiper-button-prev{
    left: -20px;
    transform: translateX(-100%);
}
.s7 .swiper-button-next{
    right: -20px;
    transform: translateX(100%);
}



.s8{}
.s8 .inner{
    display: flex;
    justify-content: space-between;
}
.s8 .inner>div{width: 48%;}
.s8 .noticeWrap{

}
.s8 .noticeWrap h2{
    line-height: normal;
    margin-bottom: 20px;
}
.s8 .noticeWrap h2 > span{
    font-family: 'GowunBatang';
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
    color: #B8B1AA;
    line-height: normal;
}
.s8 .noticeWrap h2 > p{
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}
.s8 .news_text{display: none}
.s8 .elseWrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.s8 .elseWrap>div{
    position: relative;
    width: 49%;
    height: 0;
    padding-bottom: 49%;
    border-radius: 20px 0 20px 0;
    cursor: pointer;
}
.s8 .elseWrap>div:nth-child(1){
    background: #E5F3FA;}
.s8 .elseWrap>div:nth-child(2){
    background: #E5EBF0;}
.s8 .elseWrap>div .txts{
    position: absolute;
    left: 30px;
    top: 30px;
}
.s8 .elseWrap>div h3{
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 15px;
}
.s8 .elseWrap>div p{
    font-size: 14px;
    line-height: 1.6;
}
.s8 .elseWrap>div span{
    position: absolute;
    right: 20px;
    bottom: 20px;
}



.mLocation { padding: 0 4%; position: relative; display: table; table-layout: fixed; max-width: 1450px; margin: 0 auto; color: #222; }
.mLocation > div { display: table-cell; vertical-align: top; }
.mLocation .loca-info { width: 40%; padding-top: 1%;  }
.mLocation .loca-info h3 { font-size: 4rem; font-family: 'GowunBatang'; line-height: 1.3em; letter-spacing: -0.04em; }
.mLocation .loca-info dl { display: inline-block; }
.mLocation .loca-info dl dt { font-size: 2.4rem; font-weight: 500; margin-top: 30px;  margin-bottom: 0.2em; color: #222;}
.mLocation .loca-info dl dd { font-size: 1.8rem;  }
.mLocation .loca-info dl.hour dd p { margin: 0.4em 0; font-weight: 300;}
.mLocation .loca-info dl.hour dd p span { width: 120px; display: inline-block; }
.mLocation .miniTxt{
    font-size: 0.9em;
    font-weight: 300;
}
.mLocation .loca-info dl.tel { padding-right: 90px; background: url("/images/common/ico_tel2.png") no-repeat right bottom; }
.mLocation .loca-info dl.tel dt { line-height: 1.0em; }
.mLocation .loca-info dl.tel dd { font-size: 3rem; color:#46AEE3; font-weight: 800; line-height: 1.0em;     display: block;
    margin-top: 10px;}


.mLocation .loca-map {position: relative; text-align: center; vertical-align: middle;cursor: pointer}
.mLocation .loca-map .add {  font-size: 1.8rem; margin-top: 1.5em; }
.mLocation .loca-map .add::before { content:''; display: inline-block; vertical-align: middle; width: 20px; height: 20px; margin-right: 5px;
    background: url("/images/common/ico_map.png") no-repeat; }
.mLocation .loca-map::after{
    content: '카카오맵 보기';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    color: #fff;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.mLocation .loca-map:hover::after{
    opacity: 1;
}
.mLocation .loca-map img{width: 100%;}

.mLocation .root_daum_roughmap .wrap_map  { height: 500px !important; }
.wrap_controllers  { display: none; }
.map_border {  display: none; }


.s6{
    background: #F7F9FA;
}
.s6 .bus{
    margin-top: 30px;
    margin-bottom: 20px;
}
.s6 .bus > div:nth-child(1),
.s6 .car > div:nth-child(1){
    display: flex;
    align-items: center;
}
.s6 .bus .ico,
.s6 .car .ico{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #46AEE3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s6 .bus i,
.s6 .car i{
    font-size: 30px;
    color: #222;
}
.s6 .bus .textBox,
.s6 .car .textBox{
    margin-left: 10px;
}
.s6 .bus .tit,
.s6 .car .tit{
    font-weight: 600;
    font-size: 20px;
}
.s6 .bus .textBox p,
.s6 .car .textBox p{
    font-size: 1.2em;
    font-weight: 300;
}
.s6 .root_daum_roughmap{height: 400px;}
.s6 .root_daum_roughmap .cont{
    display: none;
}
.s6 .btn_design1{
    background: #46AEE3;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 1.2em;
    min-width: 160px;
    text-align: center;
}

@media all and (max-width:1380px) {
	.s7 .swiper-button-prev{
		left: 100px;
		transform: translateX(-100%);
	}
	.s7 .swiper-button-next{
		right: 100px;
		transform: translateX(100%);
	}
}

@media all and (max-width:1280px) {
    .mLocation .loca-info { width: 45%; padding-right: 3%;  }
}

@media all and (max-width:976px) {
	.s4 .inner{
		max-width: 1200px;
		margin: 0 auto;
        flex-direction: column;
	}
    #mSection7 { padding: 10% 0 5%; }
    .mLocation ,
    .mLocation > div { display: block; }
    .mLocation .loca-info { width: 100%; padding: 4% 0; }
    .mLocation .loca-info dl { vertical-align: top; min-width: 48%; }
    .mLocation .loca-info dl.tel {  padding-right: 65px; background-size: 60px auto;  }

    .mLocation .root_daum_roughmap .wrap_map  { height: 36vw !important; }
	.s6 .root_daum_roughmap{height: auto;}
}

@media all and (max-width:767px) {
    .mLocation .root_daum_roughmap .wrap_map  { height: 50vw !important; }
    .mLocation .loca-info dl.hour { width: 100%; }
    .mLocation .loca-info dl.hour dd p span { width: 100px; }

	.boxMenu ul{
		display: grid;
		justify-content: center;
		align-items: stretch;
		text-align: center;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.s7 .swiper-button-prev{
		left: 40px;
		top:70% !important;
		transform: translateX(-100%);
	}
	.s7 .swiper-button-next{
		right: 40px;
		top:70% !important;
		transform: translateX(100%);
	}
    .s6 .bus .ico,
    .s6 .car .ico{
        width: 46px;
        height: 46px;
    }
    .s6 .bus i,
    .s6 .car i{
        font-size: 20px;
    }
    .s6 .bus .tit,.s6 .car .tit{
        font-size: 1em;
    }
    .s6 .bus p,
    .s6 .car p{
        font-size: 0.82em;
    }
	.s4 .btnBox li a{
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #fff;
    padding: 20px;
    text-align: left;
    color: #2b2b2b;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    } 
	.s4 .slogan {
    color: #fff;
    padding: 0 20px;
}
}

@media all and (max-width:480px) {

    .mLocation .loca-info { padding: 7% 0; }
    .mLocation .loca-info h3 { font-size: 3.4rem;  }
    .mLocation .loca-info dl  { width: 100%; }
    .mLocation .loca-info dl dt { font-size: 2.8rem; }
    .mLocation .loca-info dl dd { font-size: 1.8rem;  }
    .mLocation .loca-info dl.tel { width: auto; padding-right: 50px; background-size: 40px auto;  }
    .mLocation .loca-info dl.tel dd { font-size: 3.5rem; }

    .mLocation .loca-map .add::before { width: 15px; height: 15px; background-size: auto 100%; }
}



.scrolldown{display: none;}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1200px) {
     .s1 .slogan{
        width: 640px;
        margin-left: -350px;
        top: 245px;
    }
     .slogan h2 {
        font-size: 2.6em;
    }



    .doctorInfo .profile ul {
        margin-right: 30px;
        width: 50%;

    .doctorInfo.doctorInfoLeft{
    }




    .mLocation .loca-info h3{
        font-size: 4rem;
    }
    .mLocation .loca-info dl dt{
        font-size: 2rem;
        margin-top: 20px;
    }
    .mLocation .loca-info dl dd {
        font-size: 17px;
    }
    .mLocation .loca-info dl.hour dd p {
        margin: 0.3em 0;
    }
    .mLocation .loca-info dl.tel dd {
        font-size: 2.4rem;
    }
    .s6 .bus .ico, .s6 .car .ico {
        width: 50px;
        height: 50px;
    }
    .s6 .bus .tit, .s6 .car .tit{
        font-size: 18px;
    }
    .s6 .bus i, .s6 .car i {
        font-size: 24px;
    }




}
@media screen and (max-width: 900px) {
    .s7, .s8, .s6{
        width: 100%;
        padding: 100px 15px;
    }

     .slogan .list{display: block; font-size: 1em;}
     .slogan .list p{width: 100%; margin: 4px 0; padding: 8px 10px;}


    .doctorInfo h4{font-size: 2em}
    .doctorInfo h5{font-size: 18px;
        margin-bottom: 30px;
        padding-bottom: 15px;}


     .slogan h2 {
        font-size: 2em;
    }



    .doctorInfo .profile .tabContWrap > div{
        font-size: 14px;
    }
    .doctorInfo .profile .tabWrap > div{
        font-size: 15px;
    }




    .doctorInfo.doctorInfoLeft {
    }
    .doctorInfo .profile ul{
        margin-right: 15px;
    }
    .doctorInfo .profile ul:last-child{
        margin-right: 0;
    }
    .doctorInfo .profile li {
        padding: 2px 0;
    }


     .slogan a{
        font-size: 14px;
    }






}
@media screen and (max-width: 768px) {
    /*공통*/
    .s1{
    }
    .s1 .slogan
    {
        position: absolute;
        width: 90%;
        margin-left: 0;
        top: 50vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .s1 .slogan h2 p:nth-child(3){
        font-size: 15px;
    }
    .doctorInfo h4{
        font-size: 1.8em;
        letter-spacing: -0.06em;
    }

	.s7, .s8, .s6{
        width: 100%;
        padding: 50px 15px;
    }

    /* s1 */
    .s1 .s1_visual .swiper-slide{
        background-position: center;
    }
    .s1 .slogan a{
        margin-top: 30px;
    }
    .s1 .slogan h2 p:nth-child(2){
        font-size: 32px;
    }
    .s1 .s1_visual .swiper-pagination{
        display: none;
    }
    .s1 .fixBox{display: none}








    /* s7 */
    .s7 h2 span{
        font-size: 18px;
    }
    .s7 h2 p:nth-child(2){
        font-size: 0.7em;
        line-height: 1.5;
        font-weight: 600;
    }
    .slogan h2 p:nth-child(3),
    .s7 li .txtBox p{
        font-size: 15px;}
    .s7 ul{
        display: block;
    }
    .s7 li{
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 70%;
    }
    .s7 li a{
        padding-bottom: 70%;
    }
    .s7 li .txtBox strong {
        font-size: 21px;
    }



    /* s8 */
    .s8 .noticeWrap h2 > span{
        font-size: 18px;
    }
    .s8 .noticeWrap h2 > p{
        font-size: 0.7em;
        line-height: 1.5;
        font-weight: 600;
    }
    .s8 .inner{
        display: block;
    }
    .s8 .inner>div{
        width: 100%;
    }
    .s8 .noticeWrap{
        margin-bottom: 10px;
    }
    .lt li {
        padding: 15px 0;
    }
    .lt li a strong{
        font-size: 15px;
    }
    .s8 .elseWrap>div{
        padding: 20px 20px 50px;
    }
    .s8 .elseWrap>div h3{
        font-size: 20px;
    }
    .s8 .elseWrap>div p{
        font-size: 15px;
    }



    /* s6 */
    .mLocation{
        padding: 0;
    }
    .mLocation .loca-info {
        padding: 0 0 20px;
    }
    .mLocation .loca-info h3{
        font-size: 3rem;
    }
    .mLocation .loca-info dl dt,
    .s6 .bus .tit, .s6 .car .tit{
        font-size: 18px;
        font-weight: 600;
    }
    .mLocation .loca-info dl dd,
    .s6 .bus .textBox p, .s6 .car .textBox p{
        font-size: 15px;
    }
    .s6 .bus {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .s6 .bus .ico, .s6 .car .ico {
        width: 40px;
        height: 40px;
    }
    .s6 .bus i, .s6 .car i {
        font-size: 20px;
    }
    .mLocation .loca-info dl.tel dd {
        font-size: 20px;
    }
    .mLocation .root_daum_roughmap .wrap_map {
        max-height: 150px;
    }
    .s6 .btn_design1{
        font-size: 15px;
        width: 100%;
    }




}
@media screen and (max-width: 500px) {

    .scrolldown {
        display: block;;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        z-index: 52;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }
    .scrolldown a {
        position: relative;
        display: block;
        height: 100%;
        position: relative;
        box-sizing: border-box;
    }
    .scrolldown .icon {
        position: absolute;
        top: 17%;
        left: 50%;
        display: inline-block;
        width: 20px;
        height: 30px;
        border: 2px #fff solid;
        border-radius: 30px;
        transform: translateX(-50%);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .scrolldown .icon::after {
        content: "";
        position: absolute;
        top: 7px;
        left: 50%;
        margin-left: -2px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #fff;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation: scrollDownPointer 1.5s infinite;
        animation: scrollDownPointer 1.5s infinite;
    }
    .scrolldown a > i.txt {
        position: relative;
        display: inline-block;
        padding-top: 50px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .scrolldown a > i.txt:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -10px;
        background: url("../img/common/icon_scroll_arrow.svg") no-repeat center;
        width: 9px;
        height: 9px;
        background-size: cover;
        transform: translateX(-50%);
    }
}



@-webkit-keyframes scrollDownPointer {
    60% {-webkit-transform: translate(0, 200%); transform: translate(0, 200%);}
    70% {opacity: 0;}
    100% {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
}
@keyframes scrollDownPointer {
    60% {-webkit-transform: translate(0, 200%); transform: translate(0, 200%);}
    70% {opacity: 0;}
    100% {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
}

@keyframes imagescale {
    0% {
        transform: scale(1)  rotate(.001deg);;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.3)  rotate(.001deg);;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
}