/* web font ======================================================== */

/* ==== Google font ==== */
/*@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');*/
/* ±¸±Û³ª´®À¥ÆùÆ® */
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/

@font-face{
	font-family:'Nanum Gothic';
	src:url('../fonts/NanumGothic.eot');
	src:url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/NanumGothic.woff') format('woff'),
	url('../fonts/NanumGothic.ttf') format('truetype');
	url('../fonts/NanumGothic.svg#NanumGothic') format('svg')
	src:local(¡Ø), url('../fonts/NanumGothic.woff') format('woff');
}

/* === fontawesome === */
/*@import url('font-awesome.css');*/

/* ==== overwrite bootstrap standard ==== */
/*@import url('overwrite.css');
@import url('animate.css');*/


/* Global properties ======================================================== */
body {
	font-family: ³ª´®°íµñ, 'Nanum Gothic', Dotum, Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#000;
	background-color:#f6f6f6;
}


a:hover {
	text-decoration:none;	
}



/* navigation ======================================================== */
/* --- navbar --- */
.navbar {
	padding:5px 0;
	background-color:#fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
	
}

.navbar-brand {
  height: 10%;
  padding: 0 15px;
  /*font-size: 18px;*/
  /*line-height: 1em;*/
}

	.navbar-brand .logo {
		display: inline-block;
	}


	    .navbar-brand .logo img {
		    padding-right: 5px;
            padding-bottom:2px;
	    }
	

	.navbar-brand h1{	
		display: inline-block;
		color: #625951;
	  	font-size: 0.875em;
	  	/*line-height: 10px;
		font-weight: 700;*/
	}

	
	.navbar-brand:focus {
	    outline: 0;
	}	
	
	.nav.navbar-nav {
	    background-color: rgba(255,255,255,.4);
	}


	
.navbar-home {
	float : right;
  	padding-top: 10px;
}

.home{
	color:#fff;
	font-size:20px;
	line-height:40px;
	background-color: #ffba00;
}
.home:hover{
	color:#fff;
}

/* --- nav --- */
.nav {
	margin-top:20px;
}
	.nav > li > a {
	 	color:#00a8b2;
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
	  	text-decoration: none;
	  	background-color: #f6f6f6;
	}

/* --- align-center --- */
.align-center {
	text-align:center;
	background-color:#fff;
	color:#666;
	padding:5px;
	margin-top:;
	margin-bottom:15px;
	border: 1px solid transparent;
	border-color:#dfdfdf;
	}
	
	.align-center  p {
		margin-top:10px;
		margin-bottom:30px;
	}
	
	.icon {
		margin-top:25px;
		margin-bottom:10px;
		color:#ffcc00;
	}
	
	.icon1 {
		margin-top:25px;
		margin-bottom:10px;
	}	
				
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #fcb96e;
	border-radius: 6px;
	border: 0;
	color: #ffffff; 
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 3em;
   	width: 100%;
	line-height: 3em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

	.button:hover {
		background-color: #ffcc00;
		color: #000 
	}

	.button.special {
		background-color: #ffba00;
		color: #000 !important;
	}

		.button.special:hover {
			background-color: #ffcc00;
		}
		

.ficon a {
	color:#fff;
	font-size:14px;
	margin-left: 20px;
}


.btn-group {
    width: 100%;
}

.btn-group h3 {
    width: 100%;
    margin-top:25px;
    text-align: center;
    font-size:1.125em;
	color:#000; 
    font-weight:bold;
	}

.btn-group button {
    width: 50%;
	height:100px;
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    outline: none; /* button Å¬¸¯ÇßÀ» ¶§ ÆÄ¶õ ¼± ¾ø¾Ö±â */
}


.btn-group button.box1 {
    background-color: #ffd5da;
    color: #000; 
    border: 1px solid #fff;
}

    /* Add a background color on hover */
    .btn-group button.box1:hover {
        background-color: #febec6;
    }

.btn-group button.box2 {
    background-color: #fbc964;
    color: #000; 
    border: 1px solid #fff;
}

    .btn-group button.box2:hover {
        background-color: #fbb324;
    }

.btn-group button.box3 {
    background-color: #a1e2ec;
    color: #000; 
    border: 1px solid #fff;
}

    .btn-group button.box3:hover {
        background-color: #79d7e5;
    }

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}


.color_0 { 
	color:#5e4bb5;
}
.color_1 { 
	color:#10c6bb;
}
.color_2 { 
	color:#9b848c;
}
.color_3 { 
	color:#697c99;
}
.color_4 { 
	color:#f8815c;
}
.color_5 { 
	color:#901860;
}
.color_6 { 
	color:#999;
}


.bg_color_1 { 
	background-color: #ffdf01;
}
.bg_color_2 { 
	background-color: #79626c;
}
.bg_color_3 { 
	background-color: #4d627f;
}
.bg_color_4 { 
	background-color: #f8815c;
}
.bg_color_5 { 
	background-color: #902b69;
}



/* content ======================================================== */
#content {
	width:100%; 
	font-weight: normal;
	padding-bottom:50px;
}

/* --- content-main --- */
.content-main {
	width: 100%;
	margin: 1.250em 0;
	padding: 0em 0 1.875em 0;
  	background-color: #e9e9e9;
	border: 1px solid #cecece;
}
	.content-main a {
	 	color:#000;
	}
	.content-main a:hover,
	.content-main a:focus {
	  	text-decoration: none;
	}
		



.content-main .h_row_1 {
  	position: relative;
  	margin: 0.938em 1em; 
  	border: 1px solid #eee;
  	border-top: 1px dotted #999;
  	box-shadow: inset 0 0 1px rgba(108, 108, 108, 0.7);
  	background-color: #fff;
  	padding: 15px 11px 10px 15px;
    
}
	
	.content-main .h_row_1:after {
	    content: '';
	    display: block;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    height: 18px;
	    left: 0;
	    background: url(../images/tablet-shadow-min.png) no-repeat 50% 0; 
	}


	.content-main .h_row_1 > div {
        min-height:290px; 
        padding:80px 0; 
        padding-right:40%; 
        box-sizing:border-box;
        
        padding-top:0; padding-bottom:0;
	}

    .content-main .h_row_1 p {
        margin-top:10px;
        font-size:1.571em;
        font-size:1.375em;
    }

	.content-main .h_row_1 h1 {
        margin-top:0;
        /*padding-right:50px;*/
		color:#826de2; 
        font-size:2em;
        font-weight:bold;
	}

	.content-main .h_row_1 .img {        
        position:absolute; 
        top:45px; 
        right:0px; 
        width:36%; 
        margin-right:30px; 
        overflow:hidden;
        margin-top:80px;
	}

	    .content-main .h_row_1 .img:after {
            content:''; 
            position:absolute; 
            top:0px; 
            right:0px; 
            width:100%; 
            height:100%; 
            background:url(../images/img_card_light.png) no-repeat 0 0; 
            background-size:100% auto; 
	    }

	    .content-main .h_row_1 .img img {
            width:100% !important; 
            height:auto; 
            border-radius:15px;
	    }


	.content-main .h_row_1 ul {   
        margin-top:40px;
        padding-left:24px; 
        padding-right:50px;
	}

	    .content-main .h_row_1 li {
            margin-top:10px; 
            padding-left:0; 
		    line-height: 1.429em;
            font-size:1.5em;        
	    }

	    .content-main .h_row_1 li.memo {
            margin-top:20px;
            background:none; 
            font-size:1em;   
            list-style:none;
	    }

	.content-main .h_row_1 .list1 {
	 	padding: 5px 10px 15px 25px;
        background-color:#7361c5;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	 } 

	    .content-main .h_row_1 .list1 li {
		    line-height: 1.5em;
	  	    font-size: 1.25em;
	  	    color: #fff; 
	     } 
	

.content-main .h_row_2 {
	padding:0em 1em 0 1em;
}
	
	.content-main .h_row_2 h3 {
		color: #000;
	  	/*background-color: #5ad1ca;*/
	  	padding:0.5em 0.750em;
	 	margin-bottom: 0.313em;
		line-height: 1.25em;
	  	font-size: 1.5em;
	}
	
	.content-main .h_row_2 h4 {
		margin-top: 1.25em;
		color: #fff;
	  	background-color: #5ad1ca;
	  	padding:0.5em 0.750em;
	 	margin-bottom: 0.313em;
		line-height: 1.25em;
	  	font-size: 1.25em;
	}
		
		.content-main .h_row_2 p.small {
			margin-top:0.75em;
	  		font-size: 0.688em;
			line-height: 1.125em;
			color: #eff1da; 
		}
		


.content-main .h_row_3 {
  	margin: 0.938em 2em; 
  	border: 2px solid #00a8b2;
    background-color: #fff;
  	position: relative;
  	padding: 0px 0px 0px 0px;
}	  
	 	 
    .content-main .h_row_3 p {
	  	margin-top: 20px; 
        margin-left: 15px;
		font-size: 1em;
		line-height: 1.5em;
		font-weight:normal;
    }	
		  
    .content-main .h_row_3 h3 {
	  	margin-top: 10px; 
        margin-left: 15px;
        font-size: 1.5em;
        font-weight:bold;
		color: #00a8b2; 
    }

	.content-main .h_row_3 .list1 {
		list-style: decimal;
	  	margin-top: 5px; 
	 	padding: 10px 5px;
		line-height: 1.875em;
	  	font-size: 1em;
	 }  		
	
		 		
.content-main .h_row_4 {
  	margin: 0.938em 2em; 
    background-color: #fff;
  	position: relative;
  	padding: 0px 0px 0px 0px;
}	 

	.content-main .h_row_4 .list1 {
	  	margin-top: 0x; 
	 	padding: 15px 15px 20px 25px;
		line-height: 1.5em;
	  	font-size: 1.125em;
	  	color: #fff; 
        background-color:#7361c5;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	 }

	
.content-main .h_row_5 {
	margin-top: 1em;
	padding: 1.5em 2em;
  	background-color: #e9e9e9;
}
	.content-main .h_row_5 h4 a {
        font-weight:bold;
	}
			
	.content-main .h_row_5 .list1 {
	 	padding: 0px 15px 0 19px;
		line-height: 1.75em;
	  	font-size: 0.875em;
	  	color: #666; 
	 } 	
	 
	.content-main .h_row_5 .list1 li {
	 	margin: 0.625em 0;
	 } 	
	 
		.content-main .h_row_5 .list1 li.title{
			list-style: none;
		  	margin-top: 15px; 
		  	margin-left: -9px; 
		  	font-size: 1em;
		  	color: #666; 
			font-weight: bold;
		 } 
		 
		.content-main .h_row_5 .list1 li.bold{
		  	/* color: #000; */
			font-weight:bold;
		  	font-size: 1.125em;
		 } 

		.content-main .h_row_5 .list1 li.margin1{
		  	margin-bottom: 40px; 
		 } 
		 
	.content-main .h_row_5 .list2 {
	 	padding: 0px 15px 0 19px;
		line-height: 1.75em;
	  	font-size: 0.875em;
	  	color: #999; 
	 } 	
	 	 

.content-main .h_row_6 {
  	margin: 0.938em 1em; 
  	border: 1px dotted #999;
  	background-color: #fff6e1;
  	position: relative;
  	padding: 15px 11px 10px 15px;
}  
			
	.content-main .h_row_6 .title {
	 	margin: 0em 0.25em 0.25em 0em;
	 	padding:0.313em 0.313em 0.313em 1em;
	  	font-size: 1.38462em;
	  	color: #fff; 
		line-height: 1.25em;
  		background: #fdbb30;
	 }	 
		.content-main .h_row_6 .title p.small {
	  		margin-top:0.75em;
	 		padding-top:0.75em;
			border-top:1px dotted #f68f1e;
			font-size: 0.75em;
	  		color: #000; 
		}			
			
	.content-main .h_row_6 .list1 {
		list-style: decimal;
	  	margin-top: 5px; 
	 	padding: 0.938em 0.938em 0.5em 1.875em;
		line-height: 1.875em;
	  	font-size: 1.125em;
	  	color: #000; 
		border-top:1px dotted #f68f1e;
	 }  	 
	 
		.content-main .h_row_6 .list1 li {
			border-bottom:1px dotted #ddd;
		 }  	 
		 
	.content-main .h_row_6 .list2 {
		list-style: none;
	 	margin: 0em 0.25em 0.25em 0em;
	 	padding: 0.625em 0.625em 0.625em 0.875em;
		line-height: 1.625em;
	  	font-size: 1em;
	  	color: #000; 
  		background: #ffde53;
	 } 
	 
	
.content-main #image div { 
	display:none;
}

.content-main img {
	margin-bottom:10px;	
}

.content-main #button {
	width: 100%;
  	padding:0 35px 15px 35px;
	color:#000;
}

	.content-main #button h4 {
		display: inline-block;
		width: 35%;
		color:#50c0e9;
	}		
		.content-main  #button h4 a {
			color:#fff;
			text-decoration: none;
	}
	.content-main #button .txt {
		float:none;
		padding-left:20px;
		font-size:14px;
		color:#000;
	}
	.content-main #button .tel {
		float:none;
		padding-left:20px;
		font-size:14px;
		font-weight:bold;
		color:#000;
	}
	.content-main #button .txt-small {
		float:none;
		font-size:12px;
		color:#666;
	}

.content-main .guide {
	width: 90%;
	margin: auto;
  	padding:10px 0;
	color:#000;
}

	.content-main .guide .text {
		width: 100%;
	  	padding:0 35px;
		color:#000;
	}
	
		.content-main .guide .text h5 {
			display: inline-block;
			width: 35%;
			color:#00a8b2;
		}		
		.content-main .guide .text .txt {
			float:none;
			color:#3bc4d2;
		}
			.content-main .guide .text .txt a {
				color:#3bc4d2;
				text-decoration: none;
			}
		.content-main .guide .text .tel {
			float:none;
			color:#3bc4d2;
		}
		

/* --- content-main --- */

.speech_bubble {
  	background: #fff;
  	border: 1px solid #ffdf01;
  	border-radius: 10px;
  	padding: 10px 18px 8px;
  	position: relative; 
  	margin-bottom: 12px; 
 }
  
  .speech_bubble:after {
    	transform: rotate(45deg);
   		-ms-transform: rotate(45deg);
    	-webkit-transform: rotate(45deg);
    	content: '';
    	border-width: 10px;
    	border-style: solid;
    	border-color: transparent #fff transparent transparent;
    	position: absolute;
    	bottom: -10px;
    	left: auto;
    	right: 30px; 
	}
  .speech_bubble:before {
    	transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
    	-webkit-transform: rotate(45deg);
    	content: '';
    	border-width: 11px;
    	border-style: solid;
    	border-color: transparent #e3e3e3 transparent transparent;
    	position: absolute;
    	bottom: -12px;
    	left: auto;
    	right: 30px; 
	}


/* --- content-sub --- */
.content-sub {
	width: 100%;
	margin: 20px 0;
  	/*background-color: #fff;*/
  	background-color: #fef4f2;
	border: 1px solid #cecece;
}

	.content-sub h4 {
	  	font-size: 1.38462em;
		color: #fff;
	  	background-color: #7361c5;
	  	padding:10px 0 10px 20px;
	 	margin-bottom:10px;
	}
	
	/*.content-sub h4.special {
	  	background-color: #2ec9d9;
	  	font-size: 0.92308em;		
		  background: #fff4bb;
		  border: 1px solid #ffcc66; 
	}*/	
	
	.content-sub h4.tel {
	  	padding:5px 0 5px 20px;
	  	background-color: #7ddbe5;
	}	
	
	.content-sub h4 .more {
		float : right;
	  	padding:0px 10px 0 0;
		/*color: #fff;*/
	}	
	
	
.content-sub .h_row_1 {
	margin: auto;
	padding:0 1.4em;
}
					 
	.content-sub .h_row_1 .list {
	  	margin-top: 5px; 
	 	padding: 0.938em 0.625em 2.5em 0.938em;
		line-height: 1.75em;
	  	font-size: 1em;
	  	color: #000; 
	 } 		
	 	 
	.content-sub .h_row_1 .list li{
	  	margin-top: 9px; 
	 } 
	

.content-sub .h_row_2 {
	padding:0.75em 1em 1.25em 1em;
}
	
	.content-sub .h_row_2 h3 {
		color: #fff;
	  	background-color: #5ad1ca;
	  	padding:0.625em 0.75em;
	 	margin-bottom: 0.313em;
		line-height: 1.625em;
	  	font-size: 1.5em;
	}
			
		.content-sub .h_row_2 h4.special {
		 	background-color: #fff4bb;
			border: 1px solid #ffcc66; 
			font-weight:500;
	  		padding:0.625em 0em 0.625em 0.75em;
	  		font-size: 1em;
			color:#000; 
		}		
		
		.content-sub .h_row_2 h4 span.more {
			float : right;
			color: #666;
		}		
		
	.content-sub .h_row_2 .img {
		padding:0.75em 1em 0 1em;
		
	}
		 
	.content-sub .h_row_2 .list {
	  	margin-top: 5px; 
	 	padding: 1em 0.563em 0.938em 1.25em;
		line-height: 1.75em;
	  	font-size: 1em;
	  	color: #000; 
	 } 				 	 
		.content-sub .h_row_2 .list li{
		  	margin-top: 9px; 
		 } 
		 
		.content-sub .h_row_2 .list li.title {
			list-style:none;
			font-weight:700;
	  		font-size: 1.250em;
			line-height: 1.75em;
		}
		

.content-sub .guide {
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
  	padding:10px 0 25px 0;
	color:#7f5e40;
	}	
	
	.content-sub .guide h5 {
		color:#000;
		margin-top: 30px;
		line-height: 20px;
	}
	
	.content-sub .guide .txt a {
		color:#000;
	}
		
	.content-sub .guide .btn a {
		background:#55a601;
		color:#fff;
		padding:5px 10px;
		font-size:16px;
	}
		.content-sub .guide .btn a:hover {	
			background:#50c0e9;
	}	
		
	.content-sub .guide .txt-small {
		color:#919db2;
		font-size:12px;
	}
	.content-sub .guide .txt-small a {
		color:#000;
	}	
	
	.content-sub .guide ul.list {
		/*list-style:none;*/
		margin:0;
		margin-left: 9px;
		padding-left:9px;
		
	}
	.content-sub .guide ul.list li {
		margin:0 5px 5px 0;
		/*color:#919db2;*/
		/*display:inline-block;*/
	}
		.content-sub .guide li.color {
			color:#2ec9d9;
		}



/* box ======================================================== */	

.service_box {
	position:relative;
	padding:0 15px 35px 15px;
}		
	.service_box .first_title {
		display:block;
		color:#00a8b2;
		font-weight:bold;
		line-height:19px;
		text-indent:14px;
		padding-bottom:2px;
		margin-top:40px;
		margin-bottom:10px;
		border-bottom:1px dotted #2ec9d9;
	}
	
	.service_box .title {
		display:block;
		color:#000000;
		font-weight:bold;
		line-height:19px;
		background:url(../images/marker_1.png) 0 4px no-repeat;
		text-indent:14px;
		padding-bottom:2px;
		margin-top:40px;
		margin-bottom:10px;
		border-bottom:1px dotted #ff5a34;
	}
	
	.service_box .title.special {
		color:#000000;
		background:url(../images/marker_2.png) 0 4px no-repeat;
		border-bottom:1px dotted #2ec9d9;
	}
		
	.service_box .last_title {
		display:block;
		color:#666;
		font-weight:bold;
		line-height:19px;
		text-indent:14px;
		padding-bottom:2px;
		margin-top:40px;
	}


	.service_box .small_txt {	
		font-size:12px; 	
		color:#666;
		line-height:1.8em;
	}	
	
	.service_box .first_txt {
		color:#7f5e40;
		margin:0px 28px;	
		line-height:19px;
	}		
	
	.service_box .txt {	
		margin:0px 28px;	
		line-height:19px;
	}			
	
	.service_box .list li {
		line-height:2em;
		/*display:inline-block;*/
	}	 	
	
	.service_box .smaii_list li {
		font-size:12px; 	
		line-height:1.8em;
		color:#666;
	}	 
	  
.event_box {
  border: 2px solid #1bb4c4;
  border-top: 3px solid #1bb4c4;
  box-shadow: inset 0 0 1px rgba(108, 108, 108, 0.7);
  background-color: #fff;
  position: relative;
  padding: 15px 11px 10px 15px;
  margin: 25px 20px 20px 20px; }
  
  .event_box:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    left: 0;
    background: url(../images/tablet-shadow-min.png) no-repeat 50% 0; }
		
.event_box .title {
  	margin: 0 0 9px; 
  	font-size: 1.38462em;
	font-weight:bold;
  	color: #1bb4c4; 
 }
  
.event_box .date {
  	font-size: 16px;
  	color: #3bc4d2; 
 }
  
.event_box .txt {
  	font-size: 14px;
  	color: #7f5e40; 
 }
	 
	.event_box .txt .color {
	  	color: #f68f1e; 
	 } 
	 
.event_box .list {
  	margin-top: 5px; 
  	font-size: 12px;
 	padding: 5px 15px 0 19px;
	line-height:19px;
  	color: #626262; 
	border-top:1px dotted #f68f1e;
 } 
 
.event_box .btn_big {
  	margin-top: 20px; 
 }
  
 	.event_box .btn_big a {
		display: inline-block;
		background:#2ec9d9;
		color:#fff;
		font-size:18px;
		font-weight: 400;
	   	width: 100%;
		line-height: 1.6em;
		padding: 1em;
		text-align: center;
		text-decoration: none;		
	}		
	
	.event_box .btn_big a:hover {
		background-color: #15b2c2;
	}

	.event_box .btn_big a h4 {
		color: #f7f7e6;
		line-height: 1.4em; 		
	}	

	.event_box .btn_big a h5 {
		display: inline-block;
	}
 
 

/* table ======================================================== */	
#table1 {
	width:100%; 
	margin:0 0 10px 0; 
	line-height:1.75em;
}
	/*#table1 caption {
		font-size:12px; 
		color:#919db2;
		font-weight:bold; 	
		padding:0 10px; 
		border-top:2px solid #919db2; 
		border-bottom:1px solid #919db2; 
		background:#feede6; 
	}  */
		
	
	#table1 th {
		text-align:center;
		font-size:0.875em;
		color:#666;
		border-top:1px solid #919db2; 
		border-left:1px solid #919db2; 
		background:#eee;
		padding: 0.25em 0.25em;
	} 
		#table1 th.first {border-left:none;}
		#table1 th.bg_color {background:#f4f4e1;}			
		
	#table1 td {
		text-align:center;
		font-size:0.875em;
		border-top:1px solid #919db2;  
		border-left:1px solid #919db2;
		border-bottom:1px solid #919db2; 
		background:#fff;
		color:#666;
		line-height:1.625em;
		padding: 1em 0.25em;
	} 	
		#table1 td.first {border-left:none;}	
		#table1 td.bg_color {background:#f4f4e1;}	
		#table1 td.t_left {text-align:left;}	
		
	
	

/* form ======================================================== */	
	
/* footer ======================================================== */
#footer {
}

	#footer p{
		margin:0;
		padding:0;
	}	
	
	#sub-footer{
		text-shadow:none;
		/*color:#000;*/
		padding:10px;
		background-color:#fff;
	    border-top: 1px solid #dbdbdb;
		}
		
		
		#sub-footer ul {
		 	margin :  1em 0.375em; 
		 }  	 
		 
		#sub-footer .list {
		 	padding: 0.938em 0.938em 0 2em;
			line-height: 1.875em;
		  	font-size: 0.875em;
		  	color: #999; 
		 }  	 
		#sub-footer .list .bold {
		  	color: #000; 
			font-weight:bold;
		  	font-size: 1.125em;
		 }  	 
		
		.copyright {
			text-align:left;
		  	margin-left:15px;
			font-size:12px;
			color:#c5ede5;
			line-height: 1.25em;
		}


/* Media queries ======================================================== */
@media (min-width: 1200px) {
  	.container {
   		width: 970px;
  	}
	
	.content-sub {
		min-height : 692px;
	}
	
	#sub-footer{
		padding:20px 20px 65px 20px;
	}
	
    .content-main .card_image {
		    margin-top: 1em;
	} 		

}



@media (max-width:1024px){
    
    .content-main .h_row_1 {
        padding:30px 20px;
    }
	.content-main .h_row_1 > div {
        padding-right:0%;
    } 
	.content-main .h_row_1 h1 {
        padding-right:0;
        font-size:2em;
    }
    
    .content-main .h_row_1 ul {
        width:100%; 
        padding-right:0; 
    }

    .content-main .h_row_1 li {
        font-size:1.5em; 
    }
    
    .content-main .h_row_1 li.memo {
        font-size:1.143em; 
    }
    
	.content-main .h_row_1 .img {
        position:relative; 
        top:0; 
        left:0px;
        margin-top:30px;
    }	
    
	    .content-main .h_row_1 .img img {
            margin-top:0px;
    }	            
        
    
	.content-main .h_row_1 .img {
        width:100%; 
        max-width:440px;
    }
    
    .content-main .h_row_3 .list1  {
        border-top:1px dotted #00a8b2; 
	 	padding: 15px 15px 10px 35px;
    } 
    
    
    .content-main #button > div {
   		width: 100%;
    } 
    
    .content-main #button { 
        min-height:135px;     
    }
    
    .content-main #button .button {
        width: 100%;
    }
    
    .content-main #button p {
        width: 100%;
        padding: 0 25px;
    }
    
    .content-main #button ul.guide {
        margin-left:15px;
        padding: 0 25px;
    }



/* only tablets */
@media (min-width:768px) and (max-width:987px){
	
	.content-main .h_row_1 h1,
    .content-main .h_row_1 ul {
        padding-right:60px;
    } 
}



@media (max-width: 790px) {
    
    	
	.content-main #button {
		padding:0 25px;
	}		
		.content-main #button h4 {
			width: 100%;
			display: block;
		}		
		.content-main #button .txt {
			float: none;
			padding-left:0px;
			font-size:12px;
		}
		.content-main #button .tel {
			float: none;
			padding-left:0px;
			font-size:12px;
		}

	.content-main .guide .text {
	  	padding:0 15px;
	}
	
		.content-main .guide .text h5 {
			width: 100%;
			display: block;
		}		
		.content-main .guide .text .txt {
			float:none;
			font-size:12px;
		}
		.content-main .guide .text .tel {
			float:none;
			font-size:12px;
		}
    
}

@media (min-width: 600px) {    
  	.content-main #image .card_image1 {
		display:block;
	} 		
	
}

@media (max-width: 600px) {     
  	.content-main #image .card_image2 {
		display:block;
	} 	
	
	.service_box {
		padding:0 15px 35px 0px;
	}	
		
		.service_box .list li {
	  		font-size: 0.875em;
		}
    
	
    .content-main .h_row_2 h3 {
            font-size:16px;
    }    
    
    .content-main .h_row_3 h3 {
            font-size:18px;
    }
    
    .content-main .h_row_3 .list1 {
			font-size:14px;
    }
	
    
	.content-main .h_row_5 .position {
		    margin-top: 0;
	}
    
}

    

@media (max-width: 480px) {
    
	.content-main .h_row_1 p {
        font-size:16px;
    }
    
	.content-main .h_row_1 h1 {
        font-size:22px;
    }    
    
	.content-main .h_row_1 .img {
        width:100%; 
        max-width:320px;
    }    
    
    .content-main .h_row_1 li {
        font-size:16px;
    }

    .content-main .h_row_1 li.memo {
        font-size:14px;
    }
    
    .content-main .h_row_1 .list1 li {
        font-size:14px;
    }
    
    .content-main .h_row_4 .list1 li {
        font-size:14px;
    }

	.content-main #button {
	  	padding:0 25px;
	}	
		.content-main #button h4 {
			width: 100%;
			display: block;
		}		
		.content-main #button .txt {
			float: none;
			padding-left:0px;
			font-size:12px;
		}
		.content-main #button .tel {
			float: none;
			padding-left:0px;
			font-size:12px;
		}
		

	.content-main .guide .text {
	  	padding:0 15px;
	}
	
		.content-main .guide .text h5 {
			width: 100%;
			display: block;
			font-size:12px;
		}		
		.content-main .guide .text .txt {
			float:none;
			font-size:12px;
		}
		.content-main .guide .text .tel {
			float:none;
			font-size:12px;
		}	
		
	
}
    

