@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
    background-color: #fff;
    margin: 0;
    border: none;
}

.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
	margin-top:0;
}

@media screen and (min-width: 768px) {
    .navbar-inverse{
        position: static;
        text-align: center;
    }
    .navbar-inverse .container{
        width:1400px;
        max-width: 100%;
		/* padding:0; */
    }
    .navbar-inverse .navbar-header{
        display: none;
    }
    .navbar-inverse .navbar-nav{
        width:100%;
    }
    .navbar-inverse .navbar-nav > li:not(.divider-vertical){
        display: inline-block;
        float:none;
    }
    .navbar-inverse .navbar-nav .divider-vertical + li,
    .navbar-inverse .navbar-nav .divider-vertical + li + li{
        display: none;
    }
	.navbar-inverse .navbar-nav > li > a {
		margin: 0 10px;
		padding: 15px 10px;
		font-size: 16px;
		font-weight: 500;
		color: #222;
		-webkit-text-shadow: none;
		text-shadow: none;
		letter-spacing: -0.02em;
	}
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #00a88e;
  	}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		width: 100%;
		left: 0;
		right: auto;
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInDown;
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: rgba(30, 30, 30, 0.9);
		border: none;
		box-shadow: none;
		padding: 15px 0;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
	padding: 6px 25px;
	font-size: 15px;
	color: #bbb;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: rgba(0,0,0,0);
	color: #fff;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #00a88e;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #00a88e;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* personal setting 0.62v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #00a88e;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #00a88e;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#00a88e;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#00a88e;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote, 
p.quote {
    margin: 30px 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    color: #333;
}
.greet .small-quote{
    margin:20px 0;
    font-size:18px;
    line-height: 1.2;
    font-weight:600;
}
p.quote span{
	/* font-weight:500; */
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #00a88e;
	border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th { color: #222; background:#f5f5f5; padding:10px 15px;}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #00a88e;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#00a88e;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #00a88e;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.62v end */
/* navigation setting */
.menu-top {
    background: #fff;
	border-bottom: 1px solid #ddd;
}
.menu-top > .container{
    position: relative;
    text-align: center;
}
.menu-top .logo {
    margin: 20px 0 22px;
    display: inline-block;
}
.menu-top .logo a {
    display: block;
    line-height: 0;
}
.menu-top ul{
	margin:0;
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.menu-top ul li{
	float:left;
}
.menu-top ul li a{
     font-size: 13px;
    background: #00a88e;
    padding: 6px 10px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    border: 1px solid #00a88e;
}
.menu-top ul li.direction a{
    border: 1px solid #ddd;
    color: #555;
	background: #fff;
}
.menu-top ul li a:hover {
    text-decoration: none;
	background: #3f3e45;
	border-color:#3f3e45;
}
.menu-top ul li.direction a:hover{
	color:#fff;
	border-color:#3f3e45;
}
.login-li .admin{
    display: none;
}
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height:570px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    /* top: 50%; */
    bottom: 15%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1140px;
    text-align: left;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 40px rgba(0,0,0,0.5);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
    word-spacing: -0.03em;
    line-height: 1.3;
}
.carousel-caption h1 small {
    display: inline-block;
    margin: 0px 0 18px;
    font-size: 21px;
    color: #07e9c6;
    font-weight: 600;
}
.carousel-control{
	display:none;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 5px;
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin:0 4px;
	width: 10px;
	height: 10px;
	border: none;
	background: #fff;
	opacity: 0.5;
}
.carousel-indicators li.active {
    background: #07e7c4;
    opacity: 1;
}
.main-content{
    padding:50px 0;
    /* background:#f5f5f5 */
}
.main-content .container{
    /* width:1000px; */
    max-width: 100%;
}
.main-content .container > .row {
    margin: 0;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.1); */
    background: #f3f3f3;
}
.main-content .main-banner{
    padding:0;
}
.main-content .main-info {
    padding: 30px 50px;
}
.main-info .info-mark {
    font-size: 26px;
    text-align: center;
    color: #00a88e;
    display: inline-block;
    margin-right: 5px;
}
/* .main-info .info-mark:after{
    content:'';
    display: block;
    position:absolute;
    left:0;
    top:100%;
    width:50px;
    height:20px;
    border-top:15px solid #00a88e;
    border-right:25px solid transparent;
    border-left:25px solid transparent;
} */
.main-info h4 {
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}
.main-info h5 {
    font-size: 18px;
    border-top: 2px solid #444;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 600;
    padding: 13px 2px 13px;
    margin: 15px 0 12px;
}
/* .main-info h5:before{
    content:'';
    display:inline-block;
    width:8px;
    height:8px;
    vertical-align: middle;
    margin-top:-2px;
    margin-right:10px;
    background:#00a88e;
} */
.main-info li {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}
.main-info .li-dot li {
    margin-left: 0;
    padding-left: 10px;
}
.main-info .li-dot li:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 3px;
    top: 10px;
}
.main-time li span{
    display: inline-block;
    min-width:50px;
    margin-right:10px;
    font-weight:600;
}
.main-location li i {
    margin: 0px 5px 0 0;
    color: #00a88e;
    font-size: 13px;
    width: 14px;
    text-align: center;
}
@media(max-width:767px){
	
}
/* footer setting */
.foot-logo {
    max-width: 250px;
    margin-top: 15px;
    opacity: 1;
}
.footer_copy > div{
	padding:30px 0 20px;
	background:#333;
	color:#bbb;
	font-size:13px;
}
.footer_copy ul {
    margin: 20px 0 3px;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy ul li {
    float: left;
    margin-right: 15px;
}
.footer_copy .copy {
    display: block;
    opacity: 0.7;
}
.footer_copy li strong{
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:250px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
}
.breadcrumb{
	margin:10px 0 0;
	padding:0;
	background:transparent;
	font-size:13px;
    text-align: right;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top:60px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	/* color:#00a88e; */
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content .row > section:last-child {
    padding-bottom: 0;
}
.subpage-content section h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
}
.li-dash > li:before,
.li-dot > li:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #888;
    position: absolute;
    left: 0;
    top: 10px;
}

.li-dash > li, 
.li-dot > li {
    padding-left: 8px;
    color: #666;
    font-size: 15px;
}

/*subpage about*/
.greet .quote {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.greet .small-quote {
    margin: 20px 0 45px;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.03em;
    position: relative;
}
.greet .small-quote .emp {
    font-size: 38px;
    line-height: 1.8;
    background: #fff;
    padding-right: 25px;
	
    color: #00a88e;
}
.greet .small-quote:before {
    content: "";
    width: 100%;
    height: 6px;
    background: #ebf3f2;
    position: absolute;
    top: 32px;
    z-index: -1;
}

.greet p {
    margin: 20px 0;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.01em;
}

.greet .name {
    margin-top: 40px;
    /* text-align: right; */
    font-size: 22px;
    font-weight: 500;
    color: #444;
}
.greet .name small {
    margin-right: 6px;
    font-size: 100%;
    font-weight: 500;
}
.greet .tel {
    font-size: 30px;
    font-weight: 600;
    color: #00a88e;
    background: #f8f8f8;
    padding: 16px 20px;
    margin: 50px 0 0;
    line-height: 1;
}
.greet .tel span {
    color: #555;
    font-weight: 600;
    font-size: 20px;
    line-height: 44px;
}
/*subpage history*/
#history section h5 {
    background: #f8f8f8;
    padding: 10px;
}
#history ul.li-dash {
    margin-left: 15px;
	margin-bottom:30px;
}

.history-wrap .doctor-name {
    font-size: 38px;
    line-height: 1.8;
    margin: 0;
}
.history-wrap .doctor-name span {
    background: #fff;
    padding-right: 25px;
}
.history-wrap .doctor-name:after {
    content: "";
    width: 100%;
    height: 6px;
    background: #ebf3f2;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: -1;
}
.history-wrap p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.8;
    margin: 0 0 40px;
}
.history-wrap .right-con{
    padding-left:30px;
}
.history-wrap h5:first-of-type{
    margin-top:0;
}
.history-wrap h5:before{
    content: '\f621';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 7px;
    font-weight: 900;
    color: #00a88e;
}
/*subpage certificate*/
.certi-wrap {
    margin: 0 auto;
    padding: 60px 100px;
    background: #f8f8f8 url(/skin/img/sub/certi-bg.jpg) no-repeat center / cover;
}
.certi-wrap .left-con{
    text-align: center;
}
.certi-wrap i {
    margin-bottom: 30px;
    font-size: 140px;
    color: #00a88e;
    margin-top: 50px;
}
.certi-wrap p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}
.certi-wrap img {
    box-shadow: 16px 16px 25px rgba(0,0,0,0.2);
}
/*subpage thesis*/
.thesis-wrap .quote {
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.4;
}
.thesis-wrap p:not(.quote) {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    letter-spacing: -0.02em;
	margin: 20px 0;
}
.thesis-wrap p .emp {
    color: #00a88e;
}

/*subpage do.tctor*/
.doctor-wrap .inner {
    border-top: 3px solid #00a88e;
    background: #f8f8f8;
    padding: 40px 40px;
}
.doctor-wrap h4{
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
}
.doctor-wrap h4 i {
    margin: 0 10px;
    color: #00a88e;
    display: none;
}
.doctor-wrap h4 small{
    margin-left:4px;
}
.doctor-wrap h5:before {
    content: '\f621';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 7px;
    font-weight: 900;
    color: #00a88e;
}
.doctor-wrap li{
    font-size:15px;
}
#oneday .title {
    text-align: center;
    margin-bottom: 40px;
}
#oneday .title h3 {
    font-size: 36px;
    margin: 0 0 10px;
    color: #222;
}
#oneday .title p {
    font-size: 17px;
    color: #888;
    margin: 0;
}
.oneday-wrap{
    margin:15px 0;
    text-align: center;
    background:#f1f2f6;
}
.oneday-wrap .left-con{
    padding:0;
}
.oneday-wrap .right-con {
    padding: 83px 100px;
    background: #00a88e;
    min-height: 573px;
}
.oneday-wrap ul{
	margin-left:18%;
}
.oneday-wrap li {
    margin-bottom: 8px;
    font-size: 18px;
    text-align: left;
    letter-spacing: -0.02em;
    color: #fff;
}
.oneday-wrap li strong {
    font-weight: 500;
    color: #fff49c;
}
.oneday-wrap li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 10px;
    font-weight: 900;
    background: #ffffff;
    color: #00a88e;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}
.oneday-wrap .quote {
    margin: 40px 0 8px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.015em;
    color: #fff49c;
}
.oneday-wrap .des {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #e2e6c5;
}
.oneday-wrap .tel {
    margin: 35px 0 0;
    padding: 35px 0 0;
    font-size: 18px;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.oneday-wrap .tel p {
    line-height: 1.7;
    margin: 0;
}
.oneday-wrap .tel span {
    display: inline-block;
    margin-top: -10px;
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
}
/*subpage lesson*/
.img-wrap{
    margin:10px -5px;
}
.img-wrap > div{
    padding:5px;
}
.img-wrap .img-box{
    height:400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media(max-width:767px){
    .body-layout{
        padding-top:53px;
    }
    .menu-top{
        display:none;
    }
    .navbar-brand img{
        width:200px;
    }
    .navbar-toggle{
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        top:5px;
        background:#00a88e!important;
    }
    .navbar-inverse .navbar-nav>li>a {
        color:#555;
    }
    .container_slide > .fill, .carousel-inner .item .fill{
        height:340px;
    }
    .carousel-caption h1{
        font-size:24px;
    }
    .foot-logo{
        width:200px;
    }
    .main-content .main-info{
        padding:20px 25px;
    }
    .pageheader{
        height:180px;
    }
    .pageheader h2{
        width:80%;
        font-size:32px;
        text-align: center;
    }
    .history-wrap .doctor-name span,
    .greet .small-quote .emp{
        display:inline-block;
        margin-bottom:15px;
        font-size:25px;
    }
    .certi-wrap{
        padding:20px;
    }
    .certi-wrap i{
        margin-top:20px;
    }
    .certi-wrap p{
        margin-bottom:40px;
        font-size:20px;
    }
    .greet .quote, p.quote{
        font-size:24px;
    }
    .doctor-wrap .inner{
        margin-bottom:10px;
    }
    .subpage-content section h4{
        font-size:22px;
    }
}
