@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

*,
.notosanskr {font-family: 'Noto Sans KR', sans-serif;} 

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans KR', sans-serif;
}
.web{
    display: block !important;
}
.mobile{
    display: none !important;
}
.img img{
    width: 100%;
}
.sr_only{
    display: none;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* head */
.header-logo a{
    display: inline-block;
}
.header-logo img,
.footer-logo img {
	width: 192px !important;
}
.sticky-header-active #header .header-logo img{
    width: 100px !important;    
}
#header{
    min-height: 140px;
}
#header .header-row {
    display: block;
}
#header .header-column{
    background-color: #fff;
}
#header .header-top-dark .header-column{
    background-color: transparent;
}
#header .header-logo {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
#header .header-nav {
	display: block;
	width: 100%;
	background: #000;
}
#header .header-nav .nav {
	display: block;
}
#header .header-nav .nav li[class*='item'] {
	display: block;
	float: left;
}
#header .header-nav .nav li[class*='menu_r'] {
	float: right;
}
#header .header-nav .nav .item_notice a,
#header .header-nav .nav .item_information a {
	font-size: .875rem;
}

#header .header-nav .nav .d1_a {
	padding-top: 0;
	padding-bottom: 0;
	color: #dadada;
	line-height: 3.25rem;
}

.header-index {
	position: relative !important;
}
.header-row .header-logo{
    position: relative;
}
.nav_web .nav-link{
    text-align: center;
    padding: 0.5em 0.75em;
}
.nav_web .nav-link::before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../../img/drphysio/top_login.png);
    background-size: 60px auto;
    margin: 0 auto;
}
.nav_icon_00::before{
    background-position:  0 -60px;
}
.nav_icon_01::before{
    background-position: -30px 0 ;
}
.nav_icon_01_::before{
    background-position: 0 0;
}
.nav_icon_02::before{
    background-position: -30px -30px;
}
.nav_icon_02_::before{
    background-position:  0 -30px;
}
.header-row .header-column .nav_web{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 300;
}
.header-row .header-column .nav_web li{
    float: left;
}
.header-row .header-column .nav_web li a{
    line-height: 1;
    color: #4d4d4d;
}
.learn-more:hover span {
	margin-left: 8px;
}

.learn-more span {
	margin-left: 3px;
	-webkit-transition: ease margin-left 300ms;
	transition: ease margin-left 300ms;
}

/* footer */
#footer {
    background: transparent;
    border-top: 1px solid #000;
}
#footer > .container > .row{
    padding-top: 40px;
    padding-bottom: 50px;
}
.footer-logo div{
    margin-bottom: 10px;
}
.footer-logo p{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
}
.footer-logo ul{
    margin-top: 20px;
}
.footer-logo ul li a{
    color: #000;
    font-size: 30px;
}
.footer-logo ul li a:hover{
    color: #000 !important;
}
.footer-logo ul li+li a{
    padding-left: 15px;
}
.footer-logo ul li .fa-facebook-f{
    font-size: 24px;
    vertical-align: top;
}
.footer-logo ul li, .footer-info ul li{
    display: inline-block;
}
.footer-info{
    text-align: right;
    margin-top: 0;
}
.footer-info ul{
    margin-bottom: 10px;
}
.footer-info p, .footer-info li a{
    color: #4d4d4d;
    font-size: 14px;
}
.footer-info li a{
    font-weight: 700;
}
.footer-info li+li{
    margin-left: 20px;
}
.footer-info li a:hover{
    color: #4d4d4d !important;
}
.footer-info p{
    margin-bottom: 3px;
    font-weight: 300;
    line-height: 1.4;
}
html .scroll-to-top{    
    right: 20px;
}
html .scroll-to-top:hover{
    color: #fff !important;
}
#header .header-top{
    display: none;
}
.kakao{
    position: fixed; bottom: 50px;right: 10px;
    z-index: 1000;
}
.kakao a{
    width:60px; display:inline-block; border-radius: 50%; width: 60px; height: 60px; text-align:center; overflow:hidden;
}
.kakao a img{
    width: 100%;
}
@media screen and (max-width: 1023px) {

    /* head */
    .header-logo img,
    .footer-logo img {
        width: 144px !important;
    }

}
@media (max-width: 991px){
    #header .container{
        position: static;
    }
    #header .header-btn-collapse-nav{
        position: absolute;
        top: 5px;
        right: 0;
    }
    .footer-logo p{
        font-size: 16px;
    }
    .footer-info{
        margin-top: 0;
    }
    .footer-info p, .footer-info li a{
        font-size: 13px;
    }
    .nav_web {
        display: none;
    }
    #header .header-top{
        display: block;
    }
    .sticky-header-active #header .header-logo img{
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .sticky-header-active #header .header-btn-collapse-nav{
        top: 0;
        margin: 5px 0;
    }
    #header{
        min-height: 116px;
    }
}
@media (max-width: 767px){
    .web{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .header-logo img, .footer-logo img{
        width: 100px !important;
    }
    #header .header-btn-collapse-nav{
        top: 0;
        width: 24px;
    }
    .footer-logo p{
        font-size: 15px;
    }
    .footer-info{
        text-align: left;
        border-top: 1px solid #dadada;
        padding-top: 10px;
    }
    .footer-info p, .footer-info li a{
        font-size: 12px;
    }
    #footer > .container > .row{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #header .header-top .nav-link{
        padding: .5rem;
    }
    #header{
        min-height: 103px;
    }
}
    