/*Font: Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*Common :: 공통*/
.body {
	font-family: 'Noto Sans KR',"맑은고딕", Arial, sans-serif;
}
img {
	max-width: 100%;
}
@media (max-width:992px){
	.m-pn {
		padding: 0px !important;
	}
}
/*s007 Header-top*/
html #header .header-top.header-top-dark {
    background: #282828;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a{
	padding: 0px 10px;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover, html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover, html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus, html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
    background: transparent;
    color: #fff;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a.master{
	color: #b89c43;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a.master:hover{
	color: #ffca1e;
}
#header .header-top {
    position: initial; 
}
#header .header-top.header-top-style-4 {
    margin-bottom: 0px;
}
#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
	 padding: 6px 0px;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    font-size: 12px;
	font-weight: 300;
    color: #888785;
}
@media (max-width:992px){
	#header .header-top.header-top-style-4 .container .header-nav-top-wrap,
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
    	width: 100%;
	}
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
    	text-align: left;
	}
}
@media (max-width:496px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 0px 3px;
		font-size: 0.9em !important;
	}
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
		 padding-top: 0px;
	}
	#header .header-top .header-nav-top-text-wrap strong {
		font-size: 0.9em ;
	}
}
/*s007 Header-top-search*/
#header .header-search{
	margin: 7px 0 0px 5px;
}
#header .header-top p {
    line-height: inherit;
}
#header .header-search .search-toggle {
	display: inline-block;
    font-size: 13px;
    line-height: 22px;
    min-width: 25px;
    margin: 0;
    text-align: center;
    border: 1px solid #92d557;
    background: linear-gradient(#a7dd77,#92d557);
    cursor: pointer;
    color: #fff;
}
@media (max-width: 992px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 3px 5px 3px 0px;
	}
	#header .header-top .header-nav-top {
		margin-right: 0px;
		margin-top: 5px;
	}
	#header .header-search {
		margin: 5px 2px;
	}
	#header .header-search .search-toggle {
		background-color: #222222;
		color: #fff;
    	line-height: 23px;
		padding: 4px 11px !important;
    	font-size: 14px !important;
	}
}
/*search 모달*/
.s007-modal .modal-dialog {
    width: 100%;
    margin: 0;
}
.s007-modal .modal-content{
	border-radius: 0px;
}
#header-search-modal .mobile-search-form input[type="text"]{
	vertical-align: top;
}

#header-search-modal .search-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    min-width: 26px;
    height: 35px;
    margin: 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color: #ef6a11;
    border: none;
	vertical-align: top;
}
#header-search-modal .mobile-search-form input[type="text"]{
	padding: 4px 5px;
    border-color: transparent;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 50%;
}
@media (max-width: 992px){
	#header-search-modal .mobile-search-form input[type="text"]{
		width: 80%;	
	}
}
/*s007 callnum*/
#header .header-col-2 .callnum {
	float: right;
    text-decoration: none;
    display: inline-block;
    padding: 17px 20px;
    font-size: 25px;
    color: #fff;
    background-color: #33a6af;
    line-height: 31px;
	font-weight: 600;
}
@media (max-width: 992px){
	#header .header-col-2 .callnum {
		float: left;
	}
	#header .header-col-2 .callnum {
		padding: 12px 15px;
		background-color: transparent;
		color: #28a1aa;
	}
}
@media (max-width: 479px){
	#header .header-col-2 .callnum {
		font-size: 15px;
		font-weight: 600;
	}
}
/*s007 - Logo*/
#header.header-narrow .header-logo {
	display: inline-block;
	float: none;
}
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (max-width:992px){
	#header.header-narrow .header-logo {
		margin-top: 10px;
	}
	#header .header-logo img {
		width: 170px;
	}
}
/*h_timtable*/
#header .h_timtable_tit {
	font-weight: 500;
    font-size: 18px;
}
#header .h_timtable_sub {
	font-size: 12px;
    color: #33a6af;
    line-height: 1.1em;
    margin-bottom: 5px;
}
#header .h_timtable li {
	font-size: 12px;
    line-height: 16px;
    position: relative;
    padding-left: 70px;
    color: #333;
}
#header .h_timtable li span {
	position: absolute;
    width: 67px;
    left: 0;
    top: 0;
    font-weight: 500;
}
#header .h_timtable li span:after {
	content: "";
    position: absolute;
    height: 10px;
    border-right: 1px solid #33a9ef;
    right: 7px;
    top: 5px;
}
/*s007 - Header*/
#header .header-column{
	width: 100%;
	display: block;
	width: 100%;
}
#header .header-column.header-col-2{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
}
#header .header-nav-main {
    margin: 0;
	float: none;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 19px;
    font-weight: 400;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    background-color: #f4f4f4;
    border-bottom: 3px solid #004b93;
    border-top: 0px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 17px;
    color: #333;
    border-color: #666;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #004b93;
	background-color: transparent;
}
#header .header-nav-main > nav > ul > li > a{
	color: #000000 !important;
    padding: 20px 50px !important;
    line-height: 25px;
    border-radius: 0px;
}
#header .header-nav-main > nav > ul > li > a.home{
	background-color: #004b93;
    color: #fff !important;
    font-size: 28px;
    padding: 18px 20px !important;
    line-height: 28px;
}
#header .header-nav-main > nav > ul > li.open > a.home,
#header .header-nav-main > nav > ul > li:hover > a.home,
#header .header-nav-main > nav > ul > li:hover > a.home:hover {
	background-color: #004b93;
    color: #fff !important;
    font-size: 28px;
    padding: 18px 20px !important;
    line-height: 28px;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main > nav > ul > li > a:hover{
	color: #eee;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	color: #33a6af !important;
    background: rgba(255, 255, 255, 0.8);
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: rgba(255,255,255,0.8) !important;
		background-color: transparent;
		color: #000 !important;
	}
    #header .header-nav-main nav > ul > li > a{
        line-height: inherit;
		color: #555 !important;
        padding: 7px 8px 3px 8px !important;
		border-left: 0px !important;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media (max-width: 1200px) and (min-width: 992px) {
	#header .header-nav-main > nav > ul > li > a{
		padding: 20px 35px !important;
	}
}
@media (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}

/*s007 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 5px 2px;
	background-color: #222222;
	color: #fff;
	padding: 4px 11px !important;
    line-height: 23px !important;
    font-size: 14px !important;
}
/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
	height: auto;
	text-align: center;
	padding: 6px 12px;
	float: right;
	font-size: 13px;
    line-height: 20px;
    min-width: 25px;
	vertical-align: middle;
	color: #fff;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
@media (max-width: 991px) {
	.mmenu-toggle-btn {
		margin-top: 10px;
	}
}
.mmenu-toggle-btn:hover, .mmenu-toggle-btn:focus {
	color: #fff;
	text-decoration: none;
}
/*모바일버전 네비게이션 mobile-nav*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -250px;
	z-index: 999;
	width: 250px;
	height: 100%;
	overflow-y: scroll;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #151515;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/40px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}

#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}
/*Mobile Navigation*/
.mobile-nav {
	background-color: #fcfcfc;
}
.mobile-side-menu li a {
    font-size: 12px;
	color: #57576f;
    font-weight: 600;
}
.mobile-side-menu > li > a {
	border-bottom: 1px solid #ddd;
}
.mobile-side-menu > li:last-child > a {
	border-bottom: 0px;
}
.mobile-side-menu li .mmenu-toggle {
	color: #57576f;
}
.mobile-side-menu li ul li a {
    font-size: 12px;
	color: #444;
}
/*#s008 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin-top: 6px;
    padding: 6px 12px !important;
    background-color: transparent;
    color: #3c3d3c;
    font-size: 28px !important;
    font-weight: 400 !important;
}
/*slider*/
#s008 .slider-container .tp-caption.btn{
	background-color: transparent!important;
    border: 1px solid #535353 !important;
    color: #535353;
    padding: 6px 30px 2px 30px !important;
    border-radius: 2px;
}
#s008 .slider-container .tp-caption.btn:hover{
	background-color: #535353 !important;
	color: #fff;
}
@media (min-width:992px){
	#s008 .slider-container .tp-bgimg {
		background-size: auto !important;
	}
	#s008 .slider-container .tparrows {
		background-color: transparent;
		visibility: visible !important;
	}
	#s008 .slider-container .tparrows:before {
		font-size: 70px;
		opacity: 0.3;
	}
	#s008 .slider-container .tparrows:hover:before{
		opacity: 0.7;
	}
}
/*subtitle 서브페이지 타이틀*/
#s008 .page-header.parallax {
    padding: 0;
}
#s008 .page-header.parallax .container{
	position: relative;
	padding: 80px 15px;
}
#s008 .page-header h1{
	display: inline-block;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
#s008 .page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
#s008 .page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
#s008 .page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
#s008 .page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
@media (max-width:992px){
	#s008 .page-header.parallax .container{
		padding: 60px 15px;
	}
}
/*sub_tab 서브페이지 타이틀 하단 탭*/
#tap_wrp.tab_company {
	width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
#tap_wrp.tab_company a {
	color: #666;
	text-decoration: none;
    padding: 7px 15px;
    margin: 0px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: -1px;
}
#tap_wrp.tab_company li:last-child a {
	border-right: 0px;
}
#tap_wrp.tab_company a.active {
	border-color: #004b93;
    color: #fff;
    background-color: #004b93;
}
@media (min-width: 768px){
    #tap_wrp.tab_company {
        width: 100%;
        height: 50px;
    }
}
@media (max-width: 992px){
	#tap_wrp.tab_company a{
		padding: 2px 5px;
    	font-size: 11px;
		margin-bottom: 5px;
	}
}
/*sec01*/
#sec01 ul {
	border-radius: 10px 10px 0 0;
}
#sec01 ul li.sec01_btn a {
	text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
#sec01 ul li.sec01_btn a:hover {
	opacity: 0.8;
}
#sec01 ul li.sec01_btn a p {
	color: #fff;
    font-size: 18px;
    padding-top: 10px;
}
@media (min-width:992px) {
	#sec01 {
		height: 172px;
		margin-top: -172px;
		position: relative;
    	z-index: 3;
		background-color: rgba(9, 36, 62, 0.9);
	}
	#sec01 ul li.sec01_btn a {
		padding-top: 40px;
	}
}
@media (max-width:992px) {
	#sec01 {
		margin-top: -50px;
	}	
	#sec01 ul {		
		background-color: transparent;
	}
	#sec01 ul li.sec01_btn {
		background-color: #157abe;
		border-radius: 10px 0 10px 0;
	}
	#sec01 ul li.sec01_btn a {
		padding: 10px 0;
	}
	#sec01 ul li.sec01_btn a p {
		font-size: 13px;
	}
	#sec01 ul li.sec01_btn a img {
		width: 40px;
	}
}
@media (max-width:768px) {
	#sec01 {
		padding: 15px 0 0 0;
	}
	#sec01 ul li.sec01_btn a p {
		font-size: 11px;
		padding-top: 5px;
	}
	#sec01 ul li.sec01_btn a img {
		width: 30px;
	}
}
/*sec02*/
#sec02 {
	padding-top: 30px;
}
#sec02 #all-banner-wrp {
    position: relative;
}
#sec02 .mainbanner.mainbanner01 {
	background: url(../img/main_slide2.jpg) no-repeat 90% 80%;
}
#sec02 .mainbanner.mainbanner02 {
	background: url(../img/main_slide1.jpg) no-repeat 90% 80%;
}
#sec02 .mainbanner.mainbanner03 {
	background: url(../img/main_slide2.jpg) no-repeat 90% 80%;
}
#sec02 .mainbanner a {
	display: block;
	width: 100%;
	text-decoration: none;
	min-height: 220px;
	border: 1px solid #ddd;
	padding: 20px 0 0 20px;
}
#sec02 .mainbanner a {
	display: block;
	width: 100%;
	text-decoration: none;
	min-height: 170px;
	border: 1px solid #ddd;
	padding: 30px 0 0 20px;
}
#sec02 .mainbanner a:before{
	content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px;
    color: #003486;
    z-index: 3;
    width: 28px;
    height: 28px;
    background: url(../img/rotate.png) no-repeat center center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sec02 .mainbanner a:hover:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#sec02 .mainbanner a .bannerwrp {
    position: relative;
	z-index: 3;
}
#sec02 .mainbanner a .black-out {
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
}
#sec02 h3 {
    text-transform: none;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #003486;
}
#sec02 .mainbanner a h5 {
	color: #ffd585;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
#sec02 .mainbanner a p {
	color: #fff;
}
@media (max-width:768px){	
	#sec02 {
		padding-top: 10px;
	}
}
/*sec02 :: owl-dots*/
#sec02 .owl-theme .owl-dots {
	margin: 0px;
}
#sec02 .owl-theme .owl-dots .owl-dot span{
	border: 2px solid #292929;
	background-color: transparent;
	width: 10px;
	height: 10px;
}
#sec02 .owl-theme .owl-dots .owl-dot.active span{
	border: 2px solid #292929;
	background-color: #292929;
}
/*content*/
#sec03 {
	padding: 30px 0;
}
#sec03 .mainbanner{
	min-height: 220px;
}
@media (max-width:768px) {
	#sec03 {
		padding: 15px 0;
	}
}
/*clinic-banner-left*/
 #sec03 .clinic-banner-left{
	background-color: #004b93;
}
 #sec03 .clinic-banner-left:after{
	content: '';
    border-style: solid;
    display: block;
    position: absolute;
    border-width: 15px;
    border-color: transparent transparent transparent #004b93;
    right: -29px;
    top: 43%;
    z-index: 10;
}
#sec03 .clinic-banner-left h2 {
	letter-spacing: 0.15rem;
}
#sec03 .clinic-banner-left p span{
	display: block;
	min-height: 50px;
	font-size: 13px;
}
#sec03 .clinic-banner-left .btn{
	background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
#sec03 .clinic-banner-left .btn:hover{
	background-color: #fff;
    color: #004b93;
}
@media (max-width:992px){
	 #sec03 .clinic-banner-left:after{
		top: initial;
		right: 49%;
		bottom: -30px;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}
/*clinic-banner01*/
#sec03 .clinic-banner01{
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
}
#sec03 .clinic-banner01 .main-subbanner{
	position: absolute;
	height: 50%;
	width: 100%;
}
#sec03 .clinic-banner01 .main-subbanner01{
	background: url(../img/mainbanner_01.png) no-repeat 90% center;
	background-color: #f5f5f5;
	top: 0;
}
#sec03 .clinic-banner01 .main-subbanner02{
	top: 50%;
	border-top: 1px solid #ddd;
	background: url(../img/mainbanner_03.png) no-repeat 90% center;
	background-color: #fff;
}
#sec03 .clinic-banner01 .main-subbanner a{
	text-decoration: none;
    color: #333;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 15px;
}
#sec03 .clinic-banner01 .main-subbanner a img{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
}
/*clinic-banner01*/
#sec03 .clinic-banner02{
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
}
#sec03 .clinic-banner02 .main-subbanner{
	position: absolute;
	height: 50%;
	width: 100%;
	background-color: #f5f5f5;
}
#sec03 .clinic-banner02 .main-subbanner01{
	background: url(../img/mainbanner_02.png) no-repeat 90% center;
	background-color: #fff;
	top: 0;
}
#sec03 .clinic-banner02 .main-subbanner02{
	top: 50%;
	border-top: 1px solid #ddd;
	background: url(../img/mainbanner_04.png) no-repeat 90% center;
	background-color: #f5f5f5;
}
#sec03 .clinic-banner02 .main-subbanner a{
	text-decoration: none;
    color: #333;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 15px;
}
#sec03 .clinic-banner02 .main-subbanner a img{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
}
@media (min-width:992px){
	#sec03 .clinic-banner02{
		border-left: 0px;
	}
}
@media (max-width:992px){
	#sec03 .clinic-banner02{
		border-bottom: 0px;
    	border-top: 0px;
	}
}
/*clinic-banner03*/
#sec03 .clinic-banner03{
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
}
#sec03 .clinic-banner03 .main-subbanner{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #f5f5f5;
}
#sec03 .clinic-banner03 .main-subbanner02{
	top: 0;
	background: url(../img/mainbanner_05.png) no-repeat 80% 80%;
	background-color: #fff;
}
#sec03 .clinic-banner03 .main-subbanner a{
	text-decoration: none;
    color: #333;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 15px;
}
#sec03 .clinic-banner03 .main-subbanner a img{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
}
@media (min-width:992px){
	#sec03 .clinic-banner03{
		border-left: 0px;
	}
}
@media (max-width:992px){
	#sec03 .clinic-banner03{
		min-height: 110px;
	}
	#sec03 .clinic-banner03 .main-subbanner02{
		background: url(../img/mainbanner_05_m.png) no-repeat 90% center;
		background-color: #fff;
	}
}
/*sec04*/
#sec04{
	padding-bottom: 30px;
}
#sec04 h1 {
	color: #333;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#sec04 h1 a {
	text-decoration: none;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    border: 1px solid rgba(221, 221, 221, 0.8);
    line-height: 20px;
    padding: 2px 10px 0px 10px;
}
#sec04 h1 a:hover {
	background-color: #33a6af;
    color: #fff;
    border-color: #33a6af;
}
#sec04 p {
	font-size: 15px;
    line-height: 32px;
    color: #333;
    padding: 10px 0 15px 0;
}
#sec04 p span {
	font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
    display: inline-block;
    position: relative;
    padding-left: 13px;
}
#sec04 p span:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f3b919;
    top: 12px;
    left: 0;
}
/*sec05*/
#sec05{
	padding: 110px 0;
	position: relative;
}
#sec05 .sec05-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/sec05_bg_pt.png);
}
#sec05 h1{
	position: relative;
    z-index: 3;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 50px;
}
#sec05 p{
	color: #e6e6e6;
    border: 1px dashed rgba(221, 221, 221, 0.26);
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    background-color: rgba(51, 51, 51, 0.5);
}
#sec05 strong{
	color: #eec983;
}
#sec05 span{
	font-weight: 700;
    color: #4de0d5;
}
@media (max-width:768px){
    #sec05{
        padding: 50px 0;
    }    
    #sec05 h1{
        font-size: 13px;
        line-height: 20px;
		margin-top: 10px;
    }
	#sec05 p{
		width: 100%;
	}
    #sec05 img.t_logo{
        max-width: 200px;
    }
}
/*footer*/
#footer {
	padding: 50px 0 !important;
	background-color: rgba(9, 36, 62, 1);
	border-top: 0px;
}
#footer a.btn {
    background-color: rgba(238, 238, 238, 0.15);
}
#footer p{
	color: #fff;
	font-size: 16px;
}
@media (max-width:992px){
	 #footer .logo_wrp a img{
		width: 100px;
		margin-bottom: 10px;
	}
}
@media (max-width:768px){	 
	#footer p{
		font-size: 13px;
		line-height: 20px;
	}
}
/*siteconfig*/
.siteconfig{
	width: 100%;
    height: 35px;
    bottom: 0;
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.siteconfig .home_box{
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.siteconfig .home_box2,
.siteconfig .home_box3{
	display: inline-block;
    color: #777;
    font-size: 13px !important;
}
.siteconfig .home_box2::after {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.siteconfig .home_box a{
	text-decoration: none;
	color: #777;
	display: block;
	padding: 5px 15px;
	font-size: 13px;
}
/*subcontent*/
#subcontent {
	padding: 30px 0;
}
/*allcon-wrp*/
#allcon-wrp h1 {    
    font-size: 28px;
    font-weight: 600;
}
#allcon-wrp p.top_tit{
	color: #aaa;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    padding-bottom: 10px;
    position: relative;
}
#allcon-wrp p.top_tit span{    
    position: relative;
    display: inline-block;
    background-color: #fff;
    z-index: 3;
    padding-right: 20px;
}
#allcon-wrp p.top_tit:after{
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    left: 0;
    top: 10px;
}