@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------------

Template Name:      Cardiology | Free Bootstrap Responsive Website Templates
Version:            1.0.0
Last change:        17/12/2016 
#3FC535

------------------------------------------------------------------
[CSS Table of contents]
#008D36
1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.6 Bullets 
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4 Contact us
    ------------------------------------
10.Blog
    10.2 Blog 
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    11.2 Sidenav
    ------------------------------------
13. Media Queries   
------------------------------------------------------------------*/

/*-----스크롤바-start----------*/
html::-webkit-scrollbar {
    width: 7px;
}
html::-webkit-scrollbar-track { 
    background-color: #E7E7E7;
}
html::-webkit-scrollbar-thumb { 
    background-color: #00C3C9;
}
html::-webkit-scrollbar-button {
    display: none;
}

/* hover 효과 */
html::-webkit-scrollbar-thumb:hover {
    background-color: blue;
}

/* 코너에 라운드 효과 */
html::-webkit-scrollbar-track,
html::-webkit-scrollbar-thumb {
    border-radius: 0px;
}
/*-----스크롤바-end----------*/


body{ -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-size: 16px; background-color: #fff; font-family: 'Pretendard', sans-serif; color: #555;line-height: 1.6; font-weight: 400;}

form {
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6{font-family: 'Pretendard', serif; margin: 0; padding: 0; 
margin-bottom: 10px; color: #2e3433; font-weight: 600;}
h1 {font-size: 30px}
h2 {font-size: 20px;}
h3 {font-size: 18px; line-height: 35px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
p {margin: 0 0 20px;}
p:last-child{margin-bottom: 0px;}
ul, ol {margin: 0; }  
ul li, ol li {line-height: 1.9;}
a {color: #8d9393; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;
  transition: all 0.3s;}
a:focus, a:hover { text-decoration: none; color: #00C3C9;}
strong{ font-weight: 600;}
.listnone{list-style: none;}
.lead{font-family: 'Pretendard', serif; font-size: 21px; line-height: 31px; color: #484d55;}
.italic{font-style: italic;}
.small{font-size: 14px;}
*, *::before, *::after { transition: all .3s ease-in-out; }

.keepAll {word-break:keep-all;}
.agc {text-align:center !important;}
.agr {text-align:right !important;}
.agl {text-align:left !important;}

.vat {vertical-align:top;}
.vam {vertical-align:middle;}
.vab {vertical-align:bottom;}

.w100p {
	width: 100% !important;
}
.w97p {
	width: 97% !important;
}
.w95p {
	width: 95% !important;
}
.w93p {
	width: 93% !important;
}

input:focus {outline: none;}


.lh120 {line-height:120%}
.lh140 {line-height:140%}
.lh160 {line-height:160%}
.lh180 {line-height:180%}
.lh200 {line-height:200%}

/*
input[type=radio] {vertical-align:text-top} 
input[type=checkbox] {vertical-align:text-top}
*/


/*---------------- title class ------------*/
.title{color: #333333;}
.heading-title{color: #2f2f2f;}
.text-white{color: #fff;}

/*----------------- template button --------------*/
.btn{
	display: inline-block; padding: 12px 23px; margin-bottom: 0;
	font-size: 16px; font-weight: 600; border-radius: 4px; line-height: 1.42857143;
	text-align: center; border:none; text-transform: uppercase; letter-spacing: 1px;
}

/*--------- btn default --------*/
.btn-default {color: #fff; background-color: #00C3C9; cursor:pointer;}
.btn-default:hover {color: #fff; background-color: #00ACB0;} 
.btn-default.focus, .btn-default:focus {color: #fff; background-color: #00ACB0;}

/*--------- btn red --------*/
.btn-red {color: #fff; background-color: #E60022; cursor:pointer;}
.btn-red:hover {color: #fff; background-color: #CC001F;} 
.btn-red.focus, .btn-red:focus {color: #fff; background-color: #00ACB0;}

/*--------- btn blue --------*/
.btn-blue {color: #fff; background-color: #1144CC; cursor:pointer;}
.btn-blue:hover {color: #fff; background-color: #0C3192;} 
.btn-blue.focus, .btn-blue:focus {color: #fff; background-color: #0C3192;}


/*--------- btn LGreen --------*/
.btn-LGreen {color: #fff; background-color: #92C01F; cursor:pointer;}
.btn-LGreen:hover {color: #fff; background-color: #779B1A;} 
.btn-LGreen.focus, .btn-LGreen:focus {color: #fff; background-color: #779B1A;}

/*--------- btn LGreen --------*/
.btn-DGreen {color: #fff; background-color: #008D36; cursor:pointer;}
.btn-DGreen:hover {color: #fff; background-color: #006C28;} 
.btn-DGreen.focus, .btn-DGreen:focus {color: #fff; background-color: #006C28;}

/*--------- btn primary --------*/
.btn-primary {background-color: #00C0F0; color: #fff;}
.btn-primary:hover {background-color: #00A8D2; color: #fff;}
.btn-primary.focus, .btn-primary:focus {}



  /*--------- btn outline --------*/

.btn-outline {}
.btn-outline:hover {}
.btn-outline.focus, .btn-outline:focus {}

.btn-white {background-color: #fff; color: #006225; border: 3px solid #fff;}
.btn-white:hover {background-color: transparent; border: 3px solid #fff;
  color: #fff;}
.btn-white.focus, .btn-white:focus {background-color: transparent; 
  border: 3px solid #fff; color: #006225;}

  /*--------- btn link --------*/
.btn-link{color: #008D36; text-decoration: underline; text-transform: uppercase; font-size: 14px;}
.btn-link:hover{color: #006225; text-decoration: underline;}
/*--------- btn size --------*/
.btn-lg {font-size: 18px; padding: 20px 30px; cursor:pointer;}
.btn-sm  {font-size: 16px; padding: 10px 14px; cursor:pointer;}
.btn-xs {font-size: 12px;padding: 6px 8px; cursor:pointer;}

/*--------- selection --------*/
 ::selection {
    background: #FD0023;
    color: #fff;
}
/*-------------- Template Form Inputs ------------*/
.control-label{color: #666; text-transform: }
.form-control{
	width: 100%; height: 54px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #333;
	background-color: #fff; border: 2px solid #dfe2e5; background-image: none;
	border-radius: 0px; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075); margin-bottom: 10px;}
.form-control:focus {
	border-color: #66afe9; outline: 0; 
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); background-color: #eaeaea;}
.textarea.form-control{background-color: #fff; height: auto;}
.required{color: red}
.input-group-addon {color: #fff; text-align: center; background-color: #008D36;}
/*-----------------------------------
space css class
-----------------------------------*/
/*---------------
 Section Space
 
 * Section space help to create top bottom space. 
 *

-----------------*/
.section-space20{padding-top: 20px;padding-bottom: 20px;}
.section-space40{padding-top: 40px;padding-bottom: 40px;}
.section-space60{padding-top: 60px;padding-bottom: 60px;}
.section-space80{padding-top: 80px;padding-bottom: 80px;}
.section-space100{padding-top: 100px;padding-bottom: 100px;}

/*----------------
margin space
-----------------*/
.mb0{margin-bottom: 0px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}
.mb100{margin-bottom: 100px;}

.mr0{margin-right: 0px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr80{margin-right: 80px;}
.mr100{margin-right: 100px;}

.ml0{margin-left: 0px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml80{margin-left: 80px;}
.ml100{margin-left: 100px;}

.mt0{margin-top: 0px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt60{margin-top: 50px;}
.mt50{margin-top: 60px;}
.mt80{margin-top: 80px;}
.mt100{margin-top: 100px;}


.curhand {cursor:pointer;}
.fl {float:left;}
.fr {float:right;}

/*---------------
padding space
-----------------*/
.no-padding{padding-right: 0; padding-left: 0;}
.no-pdl{padding-left: 0;}
.no-pdr{padding-right: 0;}

.pinside10{padding: 10px;}
.pinside20{padding: 20px;}
.pinside30{padding: 30px;}
.pinside40{padding: 40px;}
.pinside50{padding: 50px;}
.pinside60{padding: 60px;}
.pinside80{padding: 80px;}

.pt10{padding-top: 20px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt60{padding-top: 60px;}
.pt80{padding-top: 80px;}

.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb60{padding-bottom: 60px;}
.pb80{padding-bottom: 80px;}

.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
.pl40{padding-left: 40px;}
.pl60{padding-left: 60px;}
.pl80{padding-left: 80px;}

.pr10{padding-right: 10px;}
.pr20{padding-right: 20px;}
.pr30{padding-right: 30px;}
.pr40{padding-right: 40px;}
.pr60{padding-right: 60px;}
.pr80{padding-right: 80px;}


/*-----------------------------------------
 background & block color 
------------------------------------------*/
.bg-light{background-color: #f5f5f5; }
.bg-primary{background-color: #006225;}
.bg-default{}
.bg-white{background-color: #fff;}
.bg-blue{background-color: #1144CC;}
.font-blue{color: #1144CC;}
.font-white{color: #fff;}
.outline{}
.section-title{}  
.content{padding-bottom: 70px;padding-top: 70px;}
.primary-sidebar{}
.secondary-sidebar{}

/*-------------- Bullet point -------------*/

.bullet{
	position: relative;
	padding-left: 10px;
	color: #3fb9ab;
	line-height: 32px;
}
.bullet > li > a {
	font-weight:600;
	font-size:16px !important;
	color:#777 !important;
}

.bullet > li > a:hover {
	color:#3fb9ab !important;
}
.bullet > li > a.lmOn {
	color:#3fb9ab !important;
	font-weight:700;
}
.bullet-angle-right li:before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome; display: block;
	left: 0px;
	width: 13px;
	font-size: 16px;
	color: #3fb9ab;
	*padding-top:3px;
}

 /*----------------- Image Hover Effect ---------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content:''; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f2a8";
font-family: "FontAwesome"; font-size: 36px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(39, 36, 36, .55); }
.imghover:hover::after { color: #FFFFFF; }

/*--------------- Features block class --------------*/

.feature{margin-bottom:50px;}
.feature-icon{font-size: 32px; color: #006225; margin-bottom: 20px;}

/*-------- feature icon left --------*/

.feature-left{}
.feature-left .feature-icon{float: left;}

.feature-left .feature-icon img {
	width:93px;
	height:150px;
}
.feature-left .feature-content{padding-left: 108px; padding-top:20px} 

@media screen and (max-width: 768px) { 
	.feature-left .feature-icon img {
		width:150px;
		height:240px;
	}
	.feature-left .feature-content{padding-left: 165px; padding-top:20px} 
	.feature{margin-bottom:150px;}
	/*.cta-call {margin-top:-50px;}*/
}


/*-------- feature inner padding --------*/

.feature-inner{}
.feature-outline{}

/*---------------- Thumbnail Block ------------*/

.thumbnail-block{}
.thumbnail-img{}
.thumbnail-content{}
.thumbnail-inner{}
.thumbnail-outline{}
.logo{font-family: 'Pretendard', sans-serif;}
/*------------------ top herder ----------------*/
.top-header{margin: 20px 0; font-family: 'Pretendard', sans-serif; font-weight: 600;
    color: #2e3433;}
.top-link{margin-top: 13px; text-align: right;}
.top-link i{
	margin-right: 12px; border: 1px solid #006225; width: 32px;
	height: 32px; border-radius: 100%; text-align: center; color: #006225;
    padding-top: 6px;
}
.top-link ul li a{}

.topMenu_right a {margin-right:20px;}
.topMenu_right a:last-child {
	margin-right:0;
}
.topMenu_right a:after {
	content: "|";
	position:absolute;
	font-family: 'Pretendard';
	padding-left:10px;
	font-weight:100;
	color:#ccc;
}
.topMenu_right .no_bar:after {
	content: "";
}
.topMenu_right a:last-child:after {
	content: "";
}


.tiny-header {
	background:#333;padding:7px;
}
.tiny-header div {
	color:#F6E901;font-size:16px; font-weight:600
}
.tiny-header .lang {
	float:right;
}
.tiny-header .lang a{
	margin-right:20px;
	color:#F6E901;font-size:14px; font-weight:600
}
.tiny-header .lang a:after {
	content: "|";
	position:absolute;
	font-family: 'Pretendard';
	padding-left:10px;
	font-weight:100;
	color:rgba(255,255,255, 0.5);
}
.tiny-header .lang a:last-child:after {
	content: "";
}
.tiny-header .tiny-heade-right a {
	color:#FFF;
}
.tiny-header .tiny-heade-right a:hover {
	color:#F6E901;
}
.tiny-header .lang a:hover {
	color:#fff;
}

/*------------------ Navigation ----------------*/

.header{
	background-color: #00C3C9; 
	*-webkit-transition: background-color .8s ease-out; 
	*-moz-transition: background-color .8s ease-out; 
	*-o-transition: background-color .8s ease-out; 
	*transition: background-color .8s ease-out;
	position: relative; 
	font-family: 'Pretendard', sans-serif; z-index: 9;
}
.navigation{ }

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
	margin: 0; padding: 0; border: 0; list-style: none;
	line-height: 1; display: block;
	position: relative; -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; box-sizing: border-box;
}
/*#navigation:after,
#navigation > ul:after {content: "."; display: block; clear: both;
visibility: hidden; line-height: 0; height: 0;}*/
#navigation #menu-button {display: none;}
#navigation {background: transparent;}
#navigation > ul > li {float: left;}
#navigation > ul > li:before {
	position: absolute; 
	color: rgba(255,255,255,0.5); 
	font-family: "Pretendard"; 
	content: "|"; 
	font-weight:200; 
	top:20px;
}
#navigation > ul > li:first-child:before{content: "";}

#navigation.align-center > ul {font-size: 0; text-align: center;}
#navigation.align-center > ul > li {display: inline-block; float: none;}
#navigation.align-center ul ul {text-align: left;}
#navigation.align-right > ul > li {float: right;}
#navigation > ul > li > a {
	padding: 18px 15px; font-size: 18px; font-weight: 600; text-decoration: none;
	color: #fff; text-transform: uppercase; letter-spacing: 1px;  
}
#navigation > ul > li > a:hover {color: #fff;   padding: 18px 15px;}
#navigation > ul > li.has-sub > a {padding-right: 30px;}
/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px; 
  display: block; background: #dddddd; content: '';}*/
#navigation > ul > li.has-sub > a:before {
	position: absolute; 
	right: 8px; 
	font-family: FontAwesome; 
	color:rgba(255,255,255, 0.5);
	content: "\f107";
	-webkit-transition: all .25s ease; 
	-moz-transition: all .25s ease; 
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease; 
	transition: all .25s ease;
}
#navigation > ul > li.has-sub > a:hover:before {
	color:rgba(255,255,255, 0.85);
	transform: rotate(360deg);
	-webkit-transition: all .25s ease; 
	-moz-transition: all .25s ease; 
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease; 
	transition: all .25s ease;
}



/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}*/
#navigation ul ul {position: absolute; left: -9999px; }
#navigation.align-right ul ul {text-align: right; }
#navigation ul ul li {
	height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; 
	-ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease;
}
#navigation li:hover > ul {left: auto;}
#navigation.align-right li:hover > ul {left: auto; right: 0;}
#navigation li:hover > ul > li {height: 44px;}
#navigation ul ul ul {margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul {margin-left: 0; margin-right: 100%; }
#navigation ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15); padding: 15px 15px; width: 200px; font-size: 15px; font-weight: 600 !important;
	text-decoration: none; color: #00C3C9; background: #f0f0f0; text-transform: uppercase;
}
#navigation ul ul li a:hover {color: #fff !important; background: #00C3C9;}
#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {border-bottom: 0;}
#navigation ul ul li:hover > a,
#navigation ul ul li a:hover {color: #ff5448;}
#navigation ul ul li.has-sub > a:after {
	position: absolute; top: 16px; right: 11px; width: 8px; height: 2px;
	display: block; background: #dddddd; content: '';
}
#navigation.align-right ul ul li.has-sub > a:after {right: auto; left: 11px;}
#navigation ul ul li.has-sub > a:before {position: absolute; top: 13px; right: 14px; display: block; width: 2px;
  height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;
  -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease;}
#navigation.align-right ul ul li.has-sub > a:before {right: auto; left: 14px;}
#navigation ul ul > li.has-sub:hover > a:before {top: 17px; height: 0;}
#navigation.small-screen {width: 100%;}
#navigation.small-screen ul {width: 100%; display: none;}
#navigation.small-screen.align-center > ul {text-align: left;}
#navigation.small-screen ul li {width: 100%; border-top: 1px solid rgba(120, 120, 120, 0.2);}
#navigation.small-screen ul ul li,
#navigation.small-screen li:hover > ul > li {height: auto;}
#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {width: 100%; border-bottom: 0;}
#navigation.small-screen > ul > li {float: none;}
#navigation.small-screen ul ul li a {padding-left: 25px;}
#navigation.small-screen ul ul ul li a {padding-left: 35px;}
#navigation.small-screen ul ul li a {color: #fff; background: none;}
#navigation.small-screen ul ul li:hover > a,
#navigation.small-screen ul ul li.active > a {color: #fff;}
#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {position: relative; left: 0; width: 100%; margin: 0; text-align: left;}
#navigation.small-screen > ul > li.has-sub > a:after,
#navigation.small-screen > ul > li.has-sub > a:before,
#navigation.small-screen ul ul > li.has-sub > a:after,
#navigation.small-screen ul ul > li.has-sub > a:before { display: none;}
#navigation.small-screen #menu-button {display: block; padding: 17px; color: #fff; cursor: pointer; font-size: 12px;
  text-transform: uppercase; font-weight: 700;}
#navigation.small-screen #menu-button:after {position: absolute; top: 22px; right: 17px; display: block; height: 8px;
  width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: '';}
#navigation.small-screen #menu-button:before {position: absolute; top: 16px; right: 17px; display: block; height: 2px;
  width: 20px; background: #fff; content: '';}
#navigation.small-screen #menu-button.menu-opened:after {top: 23px; border: 0; height: 2px; width: 15px; 
  background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); transform: rotate(45deg);}
#navigation.small-screen #menu-button.menu-opened:before {top: 23px; background: #fff; width: 15px; 
  -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); transform: rotate(-45deg);}
#navigation.small-screen .submenu-button {position: absolute; z-index: 99; right: 0; top: 0; display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2); height: 50px; width: 50px; cursor: pointer;}
#navigation.small-screen .submenu-button.submenu-opened {background: #00ACB0;}
#navigation.small-screen ul ul .submenu-button {height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after {position: absolute; top: 22px; right: 19px; width: 8px; height: 2px;
  display: block; background: #fff; content: '';}
#navigation.small-screen ul ul .submenu-button:after {top: 15px; right: 13px;}
#navigation.small-screen .submenu-button.submenu-opened:after {background: #fff; }
#navigation.small-screen .submenu-button:before {position: absolute; top: 19px; right: 22px; display: block;
  width: 2px; height: 8px; background: #fff; content: '';}
#navigation.small-screen ul ul .submenu-button:before {top: 12px; right: 16px;}
#navigation.small-screen .submenu-button.submenu-opened:before {display: none;}
#navigation.small-screen.select-list { padding: 5px;}

.navigation-search{}
.navigation-search i{color: #fff; margin-top: 17px; float: right;}

/*-------------- page header ------------*/
.page-header{
	*background: linear-gradient(rgba(128, 153, 151, 0.7), rgba(128, 153, 151, 0.7)), rgba(128, 153, 151, 0.7) url(/images/page-header.jpg) no-repeat center;
	background-size: cover;
	margin: 0;
}
.page-caption{padding: 80px 0;}
.page-title{color: #fff;}
.page-containt{font-size: 14px; color: #fff;}

/*-------------- breadcrumb ------------*/
.breadcrumb{}
.breadcrumb>.active {}
/*-------------- slider ------------*/
.intro-section{
	background:linear-gradient(rgba(128, 153, 151, 0.7), rgba(128, 153, 151, 0.7), rgba(128, 153, 151, 0.7)),url(/images/hero-img.jpg) no-repeat center;
	background-size: cover; 
}
.intro-caption{color: #fff; padding-top: 100px; padding-bottom: 100px; font-size: 18px;}
.intro-title{font-size: 52px; color: #fff; line-height: 58px; font-weight:600;}
/*-------------- cta ------------*/
.cta{}
.cta-text{ font-size: 24px;}

/*-------------- footer ------------*/
.footer{background-color: #222626;}
.footer{}
.footer-title{margin-bottom: 25px; color: #fff; text-transform: uppercase;}
.footer-widget{color: #7f8685;}
.contact{padding-left: 0px;}
.footer-widget .contact ul{}
.footer-widget .contact li {position: relative; padding-left: 30px;
  margin-bottom: 20px;}
.footer-widget .contact li i {display: block; position: absolute; top: 2px;
  left: 0; width: 30px; font-size: 18px; text-align: center; color: #9BEC37; }
.footer-widget p{color: #7f8685;}
.footer-widget address{display: flex;}
.footer-call{margin-bottom: 5px;}
.footer-email{}
.footer-link{color: #7f8685; font-size: 14px;}
.footer-widget i{font-size: 16px; color: #9BEC37; padding-right: 10px;
  padding-top: 4px;}
.footer-widget .form-control {height: 44px; color: #161818; background-color: #474e4e;
border: 0px solid;}  
/*-------------- tiny footer ------------*/
.tiny-footer{background-color: #222626; padding-top: 20px; padding-bottom: 20px;
  font-size: 14px; color: rgba(255,255,255, 0.3); }
   /*-------------Contact Us-------------*/

.contact-info{}
.contact-info-title{font-size: 18px; color: #333;}
.contact-info ul{padding-left: 0px;}
.contact-info li {position: relative; padding-left: 30px; margin-bottom: 30px;}
.contact-info li i {display: block; position: absolute; top: 3px; left: 0; width: 30px; font-size: 18px; text-align: center;
color: #90d7d6; }  
.map {height: 400px;}

/*-------------- align ------------*/


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter {display: block; margin: 5px auto 5px auto;}
.alignright {float:right; margin: 0px 0 20px 20px;}
.alignleft {float: left; margin: 0px 20px 20px 0;}
a img.alignright {float: right; margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption {background: #fff; border: 1px solid #f0f0f0;  max-width: 96%;
 /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}
.contant{}
.sidebar{margin-bottom: 50px;}
/*-------------- blog css  ------------*/
/*-----blog post listing-----*/

.post-block{}
.post-holder{}
.post-header{position: relative;}
.post-title{}
.post-img{}
		
.post-img-bg {
	border-radius: 5px;
	background:rgba(255,255,255, 0.9);	
}
.post-img-bg img{
	border-radius: 5px;
	text-align:center !important;
}
.post-img-bg a img{
	border-radius: 5px;
	text-align:center !important;
}

.post-sticky {background: url(/images/sticky-sign.png) no-repeat;
 position: absolute; right: 30px; top: 15px; width: 30px; height: 30px;}
.post-meta{
	font-size: 12px; line-height: 1.4; text-transform: uppercase;
	font-weight: 500; color: #a3aca9;
}
.post-meta i{color: #006225; font-size: 12px; margin-right: 7px}
.meta-date{color: #a3aca9;}
.meta-author{}
.meta-comment{}
.meta-cat{color: #a3aca9;}
.meta-date, .meta-author, .meta-comment, .meta-cat{display: inline-block;}
.meta-link{color: #909090;}
.meta-tags{}
.post-content{}
.post-meta span {margin-right: 0px;}
.post-meta span:after {margin-left: 5px; margin-right: 15px; color: #b0b0b0; content: "-";}
.post-meta span:last-child:after {margin-left: 0px; margin-right: 0px;
  content: "";}
.meta-doctor{color: #006225;}
blockquote{font-size: 18px; padding-left: 0px; font-style: italic;
  color: #2e3433; border-left: 6px solid #008D36; padding: 35px 40px;}
blockquote p{}
.name{color: #333; font-size: 18px;}
.related-post{}
/*----- prev-next-----*/

.post-navigation{ border-bottom: 1px solid #f0f6f6; padding-bottom: 40px; margin-bottom: 39px;}
.nav-links{}
.nav-previous{}
.prev-link {margin-bottom: 10px; display: block; color: #666; text-decoration: none; font-size: 14px; font-weight: 500;}
.nav-next{}
.next-link{margin-bottom: 10px; display: block; color: #666; text-decoration: none; font-size: 14px; font-weight: 500;} 


.news-holder{}
.news-block{}
.news-header{position: relative;}
.news-title{
	line-height:130%;
	height:70px;
	*border:1px solid #ff0000;
	overflow:hidden;
}
.news-title-sm {
	line-height:130%;
	height:20px;
	*border:1px solid #ff0000;
	overflow:hidden;
}
.news-img{
	height:100px;
	overflow:hidden;
	*box-shadow: 0 0 0 1px #ccc inset;
	border:1px solid #ccc;
}
		
.news-img-bg {
	border-radius: 5px;
	background:rgba(255,255,255, 0.9);	
}
.news-img-bg img{
	border-radius: 5px;
	text-align:center !important;
}
.news-img-bg a img{
	border-radius: 5px;
	text-align:center !important;
}

.ctt-bg {
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.95)), url("/images/메인_캐똑배경01.jpg") center center;;
	background-size:cover;
}
.btn-hover-white:hover
{
	color:#FFF !important;
}
.ellTxt {overflow:hidden; white-space:nowrap; text-overflow:ellipsis !important;}


/*-------------- sidebar csss ------------*/
      /*----- widget -----*/
.widget{padding: 30px; background-color: #f3f6f6; margin-bottom: 50px;}
.widget ul li a {
	padding-left: 15px;
	line-height: 14px;
	color: #333;
	font-size: 14px;
}
.widget-title{
	font-weight:700;
}
.widget-search{}
.widget-categories{}
.widget-categories ul{}
.widget-categories ul li{}
.widget-categories ul li a{}
.post-list{margin-bottom: 30px;}
.widget-link{}
.widget-link:hover{ }
.post-image{}
.post-containt{}
.widget-recent-post{}
.widget-recent-post ul{padding-left: 0px;}
.widget-recent-post ul li{}
.widget-recent-post ul li a{}
.recent-block {}
.recent-title {font-size: 16px; line-height: 24px;}
.related-title{font-size: 16px; line-height: 20px}
.widget-tags {}
.widget-tags a {
	text-transform: uppercase; padding: 7px 18px;
	display: inline-block; margin-bottom: 5px; font-weight: 700; font-size: 12px;
	line-height: 12px; color: #fff; background-color: #c6caca; border-radius: 4px;
}
.widget-tags a:hover { background-color: #008D36; color: #fff;}
.widget-text{}
.widget-follwus{}
.widget-contact{}
/*----- Author Post -----*/

.author-post{ border-bottom: 1px solid #f0f6f6; padding-bottom: 40px; margin-bottom: 39px;}
.author-img{}
.author-img img{width: 150px; margin: 0 auto;}
.author-bio{}
.author-meta{font-size: 12px; color: #006225;}
.author-name{}
.author-header{float: left;}
.author-content{}
.author-social{text-align: right;}
.author-link{}

/*----- Comment Post -----*/

.comments-area{}
.comments-title{}
.comment-list{}
  .comment{}
  .comment-body{margin-top: 20px;}
  .comment-author{}
  .comment-author img{float: left;}
  .comment-info{padding-left: 150px;}
  .comment-header{}
  .user-title{}
  .comment-meta{}
  .comment-meta-date{text-transform: uppercase; color: #bbc2c3; font-size: 13px;}
  .comment-content{}
.reply{}
.childern{padding-left: 100px;}

/*----- Leave Reply -----*/

.leave-comments{}
/********** Extra Plugin CSS - Back to top **********/

.cd-top {display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px;
  overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(236, 96, 81, 100) 
  url(/images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; 
  -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
 -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s;
 transition: opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1;}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;}
.no-touch .cd-top:hover {background-color: #006225; opacity: 1;}




/* service section */
.service-block {position: relative;}
.service-img {
	border-radius:5px;
	background:linear-gradient(rgba(235, 246, 245, 0.9), rgba(235, 246, 245, 0.9)), rgba(235, 246, 245, 0.9)  
}
.service-caption {background-color: #90d7d6; padding-left: 10px; position: absolute; width: 100%; bottom: 0px;
 padding: 12px;}
.service-title{font-size: 18px; color: #fff; margin-bottom: 0px;}

/* testimonial section */
.testimonial-info{padding-left: 60px; padding-bottom: 25px; font-weight:600}
.testimonial-icon{font-size: 25px; color: #008D36; float: left;}
.testimonial-content{font-family: 'Pretendard', serif; font-size: 20px; color: #2e3433;}
.testimonial-img{}
.testimonial-text{font-family: 'Pretendard', sans-serif; color: #006225;}
.testimonial-meta{text-transform: uppercase; color: #a4a8ab; font-size: 12px;
  font-weight: 400;}

/*-------------Pagination-------------*/

.st-pagination { }
.st-pagination .pagination>li>a, .pagination>li>span {position: relative; float: left; margin-left: -1px; 
  line-height: 1.42857143; color: #fff; text-decoration: none; font-size:12px; border: 2px solid transparent;
  background-color: #c8c8c8; font-weight: 700; border-radius: 4px; text-transform:uppercase; margin-right: 5px; margin-bottom: 5px;}
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, 
.st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover {z-index: 2; color: #fff; 
  background-color: #008D36; border-color: transparent; border-radius: 4px;}
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span {margin-left: 0; 
  border-radius: 4px;}
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span {border-radius:  4px;}
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, 
.st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, 
.st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover {z-index: 3; color: #fff;
 cursor: default; background-color: #008D36;  border-radius: 4px; }




/*-------------- other css ------------*/
hr{border-bottom: #eee; margin-bottom: 30px; margin-top: 30px;}
/*-------------- home page css ------------*/
.cta-call{border-radius: 4px;}
.cta-call i{
	float: left; font-size: 40px; color: #fff; border: 3px solid #fff;
	width: 100px; height: 100px; border-radius: 100%; margin-right: 30px;
	text-align: center; padding-top: 30px;
}
.cta-title{ font-size: 24px; margin-top: 6px;}
.cta-num{font-size: 20px; margin-bottom: 0;}
.cta-btn{margin-top: 20px; text-align: right;}
.doctor-img{}
.doctor-img img{border-bottom: 3px solid #006225;}
.doctor-bio{}
.doctor-bio i{color: #006225; font-size: 8px;}

/*-------------- side nav css ------------*/
.sidenav{}
.sidenav ul{}
.sidenav ul li{background-color: #008D36; padding: 26px 15px;
line-height: 1; border-bottom: 1px solid #da5547;}
.sidenav ul li:hover{background-color: #da5547; border-bottom: 1px solid #da5547;}
.sidenav ul li.active{background-color: #da5547; border-bottom: 1px solid #da5547;}
.sidenav ul li a{font-size: 14px; font-weight: 700; color: #fff;}
.sidenav ul li a:before{font-family: FontAwesome; color: #fff; float: right;
content: "\f105"; width: 13px; font-size: 18px;}
.opening-time{line-height: 30px;}

/*-------------- contact us css -------------*/
.widget-contact li {position: relative; padding-left: 30px; margin-bottom: 20px;}
.widget-contact li i {
	padding-right: 10px; padding-top: 4px; display: block;
	position: absolute; top: 2px; left: 0;
	width: 30px; font-size: 18px; text-align: center; color: #1144CC;
}
.widget-contact address {display: flex;}
.widget-contact address i{margin-right: 17px; margin-top: 5px; color: #1144CC;}
.solcial-link{font-size: 22px;}


/*-------------- mobile media css ------------*/
@media screen and (max-width: 320px) {

  #navigation.small-screen ul li {border-top: 1px solid transparent;}
  #navigation > ul > li:before {content: "";}
  /*----- intro section -----*/
  .intro-caption {padding-top: 80px; padding-bottom: 80px;}
  .intro-title {font-size: 32px;}
  .navbar-brand {float: none;}
  /*----- cta -----*/
  .cta-text{margin-bottom: 30px; text-align: center;}
  /*----- footer -----*/
  .footer-widget {margin-bottom: 30px;}
  .childern {padding-left: 0px;}
}
/* Custom sizes (768px to 1024px) */

@media screen and (max-width: 768px) { 
  #navigation.small-screen ul li {border-top: 1px solid transparent;}
  #navigation > ul > li:before {content: "";}

	.navbar-brand {float: none;}
	.childern {padding-left: 0px;}
	#navigation.small-screen .submenu-button {height: 50px; width: 46px;}
	.widget-tags a {padding: 7px 7px; font-size: 10px; line-height: 8px;}
}




/*----------------USER--------------*/

#pageTabSet {
	width:100%;
	height:auto; 
	overflow:hidden;
	border-bottom:1px solid #1144CC;
	margin-bottom:30px;
}
#pageTabSet > ul
{
	padding:0;
	list-style: none;
	display: block;
	position: relative;
	font-size:16px;
	font-weight:500;
}
#pageTabSet > ul > li {
	float: left;
	padding:10px 30px;
	border:1px solid #1144CC;
	border-bottom:none;
	border-left:none;
	background:#fff;
	color:#555;
	cursor:pointer;
}
#pageTabSet > ul > li:first-child {
	border-left:1px solid #1144CC;
}
#pageTabSet > ul > li:nth-child {
	border-left:none;
}
#pageTabSet > ul > li:last-child {
	border-right:1px solid #1144CC;
}
#pageTabSet > ul > li.on{
	background:#1144CC;
	color:#fff !important;
}
#pageTabSet > ul > li:hover{
	background:#1144CC;
	color:#fff !important;
}

@media screen and (max-width: 745px) {
	#pageTabSet {
		width:100%;
	}
	#pageTabSet > ul
	{
		padding:0;
		list-style: none;
		display: block;
		position: relative;
		font-size:16px;
		font-weight:500;
	}
	#pageTabSet > ul > li {
		width:100%;
		padding:10px 30px;
		border:1px solid #1144CC;
		border-bottom:none;
		background:#fff;
		color:#555;
		cursor:pointer;
	}
	#pageTabSet > ul > li:first-child {
		border-left:1px solid #1144CC;
	}
	#pageTabSet > ul > li:nth-child {
		border-left:1px solid #1144CC;
	}
	#pageTabSet > ul > li:last-child {
		*border-right:1px solid #1144CC;
	}
	#pageTabSet > ul > li.on{
		*background:#1144CC;
		color:#fff !important;
	}
	#pageTabSet > ul > li:hover{
		*background:#1144CC;
		color:#fff !important;
	}
}
.circleBox {
	border:1px solid #ccc; text-align:center; border-radius:20px; padding-bottom:30px;
	margin-top:80px;
	margin-bottom:30px;
}
.circleBox .icon {
	width:150px; height:150px; 
	background-color:#f3f3f3; 
	border-radius:50%; 
	border:1px solid #bbb; 
	margin: -80px auto 20px auto; 
	text-align:center;
	box-shadow: 0 5px 10px rgba(138,138,138, 0.25);
}
.circleBox .icon i {
	font-size:60px; margin-top:30%;
	color:#1144CC;
}
.circleBox p {
	font-size:16px;
	font-weight:600;
	color:#333;
}


/* 테이블 입력및상세보기 */
.tbl_view {width:100%; border-collapse:collapse; table-layout:fixed;border-bottom:1px solid #ccc; border-top:1px solid #ccc;}
.tbl_view thead th {padding:12px 0px; border-bottom:1px solid #eee; border-left:1px solid #eee; background:#F5F5F5; text-align:center; line-height:150%;}
.tbl_view thead th.first {border-left:none;}
.tbl_view tbody tr:first-child th, .tbl_view tbody tr:first-child td {border-top:none;}
.tbl_view tbody th {padding:12px 7px; border-top:1px solid #eee; background:#F5F5F5; text-align:center;font-weight:500 !important; line-height:150%;}
.tbl_view tbody td {padding:12px 7px; border-top:1px solid #eee; line-height:130%;}
.tbl_view tbody td.first {border-left:none;}

.blt-dot > ul {   
	padding:0 
}
.blt-dot > ul > li{
	line-height:150%;
	padding-bottom:10px;
	list-style: none;
	position: relative;
	margin-left:10px;
}
.blt-dot > ul > li:last-child{
	padding-bottom:0px;
}
.blt-dot > ul > li:before {
	position: absolute;
	content : "·";
	font-weight:900;
	margin-left:-10px;
	color:#000;
}

.arrow-right {
	height:auto; 
	overflow:hidden;
}

.arrow-right > ul {   
	padding:0 
}
.arrow-right > ul > li{
	line-height:150%;
	list-style: none;
	margin-right:30px;
	float:left;
}
.arrow-right > ul > li:after {
	position: absolute;
	content : "\f061";
	font-family:FontAwesome;
	font-weight:900;
	padding-left:10px;
	color:#ccc;
}
.arrow-right > ul > li:last-child:after {
	position: absolute;
	content : "";
}

.sub2dep-box {
	width:100%; padding:0 0 5px 0px; border-bottom:1px solid #ccc;
}
.sub2dep-box span {
	padding: 10px 15px 9px 15px; background:#f3f3f3; border:1px solid #ccc; border-bottom:1px solid #f5f5f5; font-weight:600; color:#000;
}

.contract-content {
	font-size:14px;
	line-height:120%;
} 
.contract-content .title {
	font-weight:600;
} 

input[type="radio"], input[type="checkbox"] {
	box-shadow: none !important;
}
.contract-content .subBox {
	width:100%; 
	padding:10px 15px; 
	border:1px solid #ccc; 
	border-radius:5px; 
	overflow-y: auto; 
	background:#f3f3f3;
	word-break:keep-all;
}
.contract-content .subBox.h80 {
	height:80px; 
}
.contract-content .subBox.h150 {
	height:150px; 
}

.contract-dtview-arrow {
	cursor:pointer;
}

.ico-slash:before {
	font-family : "Pretendard";
	content : "/";
	padding: 0 10px;
	color:#ccc;
	font-weight:100;
}


/*스크롤바있는박스-start*/
.box-contract {
	border:1px solid #ddd; padding:20px; line-height:150%; font-size:16px; height:300px; overflow-y: auto; background:#f3f3f3;
}
.box-contract::-webkit-scrollbar {
    width: 7px;
}
.box-contract::-webkit-scrollbar-track { 
    background-color: #E7E7E7;
}
.box-contract::-webkit-scrollbar-thumb { 
    background-color: #00C3C9;
}
.box-contract::-webkit-scrollbar-button {
    display: none;
}

/* hover 효과 */
.box-contract::-webkit-scrollbar-thumb:hover {
    background-color: blue;
    transition: all 0.2s; /* 작동 안 됨 */
}

/* 코너에 라운드 효과 */
.box-contract::-webkit-scrollbar-track,
.box-contract::-webkit-scrollbar-thumb {
    border-radius: 0px;
}
/*스크롤바있는박스-end*/


/* 우측 파이프 아이콘 -시작*/
.pipe-right {
	height:auto; 
	overflow:hidden;
}

.pipe-right > ul {   
	padding:0 
}
.pipe-right > ul > li{
	line-height:150%;
	list-style: none;
	margin-right:30px;
	float:left;
}
.pipe-right > ul > li a{
	color:#fff;
	font-weight:600;
}
.pipe-right > ul > li:after {
	position: absolute;
	content : "|";
	font-weight:100;
	padding-left:10px;
	color:rgba(255,255,255, 0.5);
}
.pipe-right > ul > li:last-child:after {
	position: absolute;
	content : "";
}



.pipe-right2 {
	height:auto; 
	overflow:hidden;
}

.pipe-right2 > ul {   
	padding:0 
}
.pipe-right2 > ul > li{
	line-height:150%;
	list-style: none;
	margin-right:30px;
	float:left;
}
.pipe-right2 > ul > li a{
	color:#fff;
	font-weight:600;
}
.pipe-right2 > ul > li:after {
	position: absolute;
	content : "|";
	font-weight:100;
	padding-left:10px;
	color:rgba(0,0,0, 0.6);
}
.pipe-right2 > ul > li:last-child:after {
	position: absolute;
	content : "";
}
/* 우측 파이프 아이콘 -끝*/