﻿@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@charset "utf-8";

/* 초기화 */
html {
	overflow-y:scroll;
	height:100%;
	min-width:320px;
}


body {
	margin:0;
	padding:0;
	font-size:0.813em;
	height:100%;
	font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
	word-break:keep-all !important;
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin:0;
	padding:0;
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

legend {
	position:absolute;
	font-size:0;
	line-height:0;
	text-indent:-9999em;
	overflow:hidden;
}

input, button {
	margin:0;
	padding:0;
	font-size:1em;
	font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
}

button, input[type=submit] {
	cursor:pointer;
}

input[type=text], input[type=password], input[type=image], button {
	font-size:1em;
	-webkit-appearance:none;
}

textarea, select, button {
	font-size:1em;
	font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
}

textarea {
	border-radius:0;
	-webkit-appearance:none;
}

select {
	margin:0;
	background:none;
}

p {
	margin:0;
	padding:0;
	word-break:keep-all;
}

hr {
	display:none;
}

pre {
	overflow-x:scroll;
	font-size:1.1em;
}

a {
	color:#000;
	text-decoration:none;
}

ul, li, dl, dt, dd{
	padding:0;
	margin:0;
}

ul{
	list-style:none;
}

img{
	vertical-align:top;
	max-width:100%;
	height:auto;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bo_top_img{
	display: none !important;
}

/* 상단 레이아웃 */
#hd{
	
	width:100%;
	z-index:9990;
	position: fixed;
	top:0;
	/* border-bottom: 3px solid #ED6E01; */
	background: rgba(255,255,255,1);
	padding: 15px 0;
}

@media(max-width:1000px){
	#hd{
		padding: 5px 0;
	}
}

#hd:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

#hd_h1 {
	position:absolute;
	font-size:0;
	text-indent:-9999em;
	line-height:0;
	overflow:hidden;
}

#hd_wrapper{
	margin:0 auto;
	max-width:1800px;
}

#hd_wrapper:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

#logo {
	float:left;
	padding:23px 10px 10px 118px;
}

@media(max-width:1000px){
	#logo{padding: 12px 10px 10px 10px;}
}

#logo img{
	vertical-align:middle;
	max-height:100%;
	width:auto;
}

#gnb_empty {
	padding:20px 0;
	color:#fff;
	text-align:center;
	line-height:2em;
}

#gnb_empty a {
	display:inline;
	text-decoration:underline;
}

#gnb {
	display:block;
	float:left;
	margin-left: 30px;
}

#gnb .gnb_1dul:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

.gnb_wr{
	max-width:1200px;
	padding-right:200px;
	margin:0 auto;
	position:relative;
}

#gnb a {
	display:block;
}

.gnb_1dli{
	position:relative;
	float:left;
	line-height:40px;
}

.gnb_1dli:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

.gnb_1dli button{
	display:none;
}

.gnb_1da {
	float:left;
	padding:0 20px;
	color:#222;
	line-height:80px;
	font-size:16px;
	font-weight:500;
}

.gnb_2dul {
	display:none;
	position:absolute;
	top:80px;
	left:0;
	background:#202228;
	min-width:100%;
	z-index:99;
	text-align: center;
}

.gnb_1dli:hover .gnb_2dul {
	display:block;
}

.gnb_1dli:hover:before{
	/* background:#fa5064; */
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	content:'';
}

.gnb_1dli:hover .gnb_1da{
	/* color:#fa5064; */
	color:#9a9a9a;
}

.gnb_2da {
	color:#a8a6b0;
	padding:0 15px;
	font-weight:normal;
	white-space: nowrap;
	border-top:1px solid #121418;
}

.gnb_2da:hover{
	color:#fff;
}


/*네비게이션*/
#gnb ul{
	overflow:visible;
	float:right;
}

#gnb ul:after{
	content:"";
	clear:both;
	display:block;
}

#gnb .depth {
	display: block;
}

#gnb .depth li {
	display: block;
	position:relative;
}

#gnb .depth .depth_li{
	float:left;
	width:180px;
}

@media(max-width:1700px){
	#gnb .depth .depth_li{width: 170px;}
}

@media(max-width:1560px){
	#gnb .depth .depth_li{width: 140px;}
	#logo { float: left;  padding: 23px 10px 10px 36px;}
}

@media(max-width:1400px){
	#gnb .depth .depth_li{width: 130px;}
}



#gnb .depth .mm{
	display: block;
	height: 70px;
	line-height: 94px;
	font-size:18px;
	color:#000;
	font-weight:bold;
	letter-spacing: -1px;
	text-align: center;
	transform: scale(1);
	transition: all 0.3s;
}

@media(max-width:1560px){
	#gnb .depth .depth_li .mm{font-size: 16px;}
}

@media(max-width:1400px){
	#gnb .depth .depth_li .mm{font-size: 14px;}
}


#gnb .depth .mm:hover {
	/* color:#6096c5; */
}
#gnb .depth .subnav{
	display: none;
	position:absolute;
	z-index:9992;
	left:0;
	top:123px;
}

#gnb .depth .sm06{
	border-right: 1px solid #ddd;
}

#gnb .depth .subnav li{
	text-align: center;
	line-height: 35px;
	position: relative;
}

#gnb .depth .subnav li a{
	color:#000;
	font-size: 15px;
	width:180px;
	line-height: 35px;
	font-weight:bold;
}

@media(max-width:1700px){
	#gnb .depth .subnav li a{width: 170px;}
}

@media(max-width:1560px){
	#gnb .depth .subnav li a{width: 141px;}
}




#gnb .depth .subnav li:hover a{
	text-decoration:none;
	color:#333;
}
#gnb .depth .depth_li:hover .mm {
	transform: scale(1.1);
}
.bgGnb{
	display:none;
	background: rgba(255,255,255,0.9);
	height: 208px;
	width:100%;
	position:absolute;
	top:110px;
	left:0;
	z-index:8888;
	box-shadow: 0px 3px 2px 1px rgb(0 0 0 / 10%);
	border-top: 1px solid #999;
}

@media (max-width: 1214px){
	#gnb .depth .depth_li {
		width:136px;
	}
}


#tnb{
	background:#090a0c;
	line-height:40px;
}

#tnb ul {
	max-width:1200px;
	margin:0 auto;
}

#tnb ul:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

#tnb li{
	float:left;
}

#tnb .right{
	float:right;
}

#tnb li a{
	color:#b8b8b8;
	display:block;
	padding: 0 13px;
}

#tnb li a:hover{
	background:#1b1e24;
}

#tnb .tnb_res a{
	background:#ed6e01;
	color:#fff;
	padding:0 20px;
	font-weight:600;
}

#tnb .tnb_res a:hover{
	background:#ff2f48;
}

#tnb .tnb_res i{
	margin-right:5px;
}

#tnb .tnb_sns i{
	color:#ed6e01;
	margin-right:5px;
}



.left_util{
	float:right;
	width:63px;
	border:0;
	background:0;
	height:80px;
	line-height:80px;
	color:#ccc;
	font-size:18px;
	text-align: center;
	display: block;
}

.top_txt{
	font-size:12px;
	color:#999;
	padding:0 10px 0 5px;
}

#hd_sch{
	z-index:10;
	display:none;
	position:absolute;
	top:40px;
	left:0;
	background:#121418;
	width:100%;
}

#hd_sch .sch_wr{
	margin:0 auto;
	max-width:1200px;
	position:relative;
}

#hd_sch #sch_stx {
	background:none;
	border:0;
	width:100%;
	height:80px;
	padding:0 50px;
	color:#fff;
	font-size:1.385em;
}

#hd_sch #sch_stx:focus{
	outline:0;
	border-bottom:2px solid #ea185f;
}

#hd_sch #sch_submit{
	background:none;
	border:0;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	height:80px;
	width:50px;
	font-size:18px;
}

#hd_sch .btn_close{
	background:none;
	border:0;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:80px;
	color:#aaa;
	font-size:18px;
}

#hd_sch .btn_close:hover{
	color:#fff;
}

#gnb_open{
	float: right;
	width: 50px;
	border: 0;
	background: 0;
	height: 80px;
	color: #333;
	font-size: 18px;
	vertical-align:top;
	position:relative;
}
#gnb_open span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
#gnb_open span:nth-of-type(1) {
    top: 8px;
}
#gnb2 {
	display:none;
	position:fixed;
	top:0;
	right:0;
	height:100%;
	background:#fff;
	z-index:99993;
	width:40%;
	min-width:300px;
	box-shadow: 0px 3px 2px 3px rgb(0 0 0 / 20%);
}

#gnb2 .btn_close {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:40px;
	border:0;
	background:none;
	color:#555;
}

#gnb2 .gnb_tnb{
	padding:0 10px;
	margin-bottom: 50px;
}

#gnb2 .gnb_tnb li{
	display:inline-block;
	line-height:40px;
}

#gnb2 .gnb_tnb li a{
	color:#000;
	display:block;
	padding:0 10px;
}

/*#gnb2_1dul{margin:20px 0}*/
#gnb2_1dul .gnb2_1dli{
	position:relative;
	float:left;
    width: 23%;
    margin-left: 10%;
}

#gnb2_1dul .gnb2_1dli button{
	position:absolute;
	top:0;
	right:0;
	border:0;
	background:none;
	height:40px;
	width:40px;
	text-indent:-999px;
	overflow:hidden;
	background: url('./img/gnb_bg2.png') no-repeat 50% 50%;
	background-size:10px;
	border:1px solid red;
	display:none;
}

#gnb2_1dul .gnb2_1da{
	display:block;
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	position:relative;
	text-decoration:none;
}
#gnb2_1dul .gnb2_1da:hover {
	color:red;
}
#gnb2_1dul .gnb2_1da::after {
	content: '';
    position: absolute;
    left: 0;
    top: 48px;
    width: 30px;
    height: 2px;
    background: #000;
}
/* #gnb2_1dul .gnb2_2dul {
	display:none;
} */
ul.gnb2_2dul {margin-top:30px;}

#gnb2_1dul .gnb2_2da {
	color:#000;
	font-size:16px;
	font-weight:normal;
	white-space: nowrap;
	line-height:35px;
	text-decoration:none;
}
#gnb2_1dul .gnb2_2da:hover {
	font-weight:bold;
}
@media (max-width: 1300px){
	#gnb {display:none;}
}
@media (max-width: 969px){
	#logo img{
		height: 35px !important;
	}
    .pc_view{
	    display:none !important;
    }
	.left_util{
		display: none;
	}
    #logo {
	    padding:11px 10px;
    }
	#btn-menu-m {
		top: 14px !important;
	}
    .m_view{
	    display:none !important;
    }
    .hd_sch_btn, #gnb_open{
	    height:60px;
    }
    #hd_sch {
	    top:0;
    }
    #hd_sch #sch_submit, #hd_sch .btn_close, #hd_sch #sch_stx{
	    height:60px;
    }
}

@media(max-width:500px){
	#logo img{
		height: 30px !important;
	}
}



/* 중간 레이아웃 */
#wrapper {

}

#wrapper:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

#container {
	position:relative;
	min-height:800px;
}

#container:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

#container_title {
	position:relative;
	font-weight:bold;
	background:url('/skin/layouts/cnp/img/sub_bg.png');
	color:#fff;
	text-align:center;
	z-index:9;
	height: 300px;
    line-height: 300px;
	padding-top:50px;
	font-size: 35px;
}
.ins01 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins01_1 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins01_2 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins02 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins02_1 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins03 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins03_1 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins03_2 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins03_3 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins04 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
.ins04_1 {
	background:url('/skin/layouts/cnp/img/sub_bg02.jpg') !important;
}
#container>p{
	display:none;
}

.con_tit {
	text-align:center;
	font-size:24px;
	margin:30px 0;
}

/*메인서비스소개*/
.idx_service{
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px 10px;
}

.idx_service:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

.idx_service a{
	display: block;
	float:left;
	width:25%;
	margin-top: 33px;
	text-align: center;
	border-right:1px solid #eee;
}

.idx_svc_01{
	border-left:1px solid #eee;
}

.idx_svc_tit{
	font-size: 18px;
	font-weight:400;
	color:#333;
	padding:10px 0 20px;
}

.idx_svc_txt{
	font-size: 15px;
	color:#999;
}

@media (max-width:720px){
	 .idx_svc_tit{
		 font-size: 14px;
		 letter-spacing: -1px;
		 padding:10px 0px 0px;
	 }
	 .idx_service {
		 padding:20px 0 40px;
	 }
	 .idx_service img{
		 width:80px;
	 }
	 .idx_svc_txt{
		 display: none;
	 }
	 .idx_service a{
		 border:none;
	 }
	 .idx_svc_01{
		 border:none;
	 }
}


/*메인게시판추출영역*/
.idx_bbs{
	width:100%;
	background:#f7f7f7;
	padding: 100px 0;
	margin-top: 50px;
}


.idx_bbs .main_box_middle{
	max-width: 1500px;
	margin: 0 auto;
}

.idx_bbs .main_box_middle ul:after{
	content: '';
	display: block;
	clear: both;
}

.idx_bbs .main_box_middle ul li{
	width: 25%;
	float: left;
	text-align: center;
}

@media(max-width:1200px){
	.idx_bbs .main_box_middle ul li{width: 50%; }
}

@media(max-width:690px){
	.idx_bbs .main_box_middle ul li{width: 80%; float: none; margin: 30px auto;}
}

.idx_bbs .main_box_middle ul li h4{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
	color: #000;
	transition: all 0.3s;
}

.idx_bbs .main_box_middle ul li a:hover h4{
	color: #f08509;
}

.idx_bbs .main_box_middle ul li img{
	display: block;
	margin: 0 auto 30px auto;
}



.idx_bbs .main_box_middle ul li p{
	font-size: 15px;
	line-height: 25px;
}



.main_notice {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.notice_left {
	width:30%;
	float:left;
	position:relative;
}
.main_notice h2 {
	font-size: 55px;
    font-weight: 800;
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
}
.main_notice span {
	color:#334c68;
	margin-left:50px;
}
/*메인갤러리*/
.gallery_bg {
	width:100%;
	background:#f9f9f9;
	margin-top:60px;
}

.idx_gallery{
	max-width:1200px;
	margin: 0 auto;
	padding:50px 0;
}

@media (max-width:720px){
	.gallery_bg {
		margin-top:30px;
	}
	.idx_gallery {
		padding:20px 0;
	}
}

.idx_con{
	margin: 0 auto;
	max-width:1200px;
	text-align:center;
}

.idx_con ul:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

.idx_con li{
	float:left;
	width:33.333%;
	padding:7% 20px;
}

.idx_con li h2 i{
	font-size:25px;
	background:#a8a8a8;
	color:#fff;
	width:70px;
	line-height:70px;
	border-radius:50px;
	margin-bottom:5px;
}

.idx_con li:hover i{
	background:#ea185f;
}

.idx_con li h2 span{
	display:block;
	font-size:1.385em;
}

.idx_con li:hover span{
	color:#ea185f;
}

.idx_con li p{
	margin:20px 0;
	color:#494949;
	font-size:1.154em;
}

.idx_con li a{
	display:inline-block;
	color:#a9a9a9;
	text-decoration:underline;
}

.idx_lt{
	background:#f6f6f6;
	padding:80px 0;
}

.idx_lt_wr{
	margin:0 auto;
	max-width:1200px;
}

.idx_lt_wr:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

.idx_lt_wr .lt{
	float:left;
	width:33.333%;
}

@media (max-width: 969px){
    .idx_con{
	    padding:50px 0;
    }
    .idx_con li{
	    width:100%;
	    padding:20px;
    }
    .idx_con li h2 i{
	    width:50px;
	    line-height:50px;
	    font-size:20px;
    }
    .idx_lt_wr .lt{
	    width:100%;
    }
    .idx_lt{
	    padding:30px 0;
    }
 }


/*메인마지막*/
.idx_last{
	width:100%;
	background: #f6f6f6;
	padding:60px 0;
}

.idx_last_inner{
	max-width:1200px;
	margin: 0 auto;
}

.idx_last_inner div{
	float:left;
}

.idx_last_inner:after{
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

.idx_last_icon{
	margin-right: 20px;
}

.idx_last_num{
	float:left;
}

.idx_last_num:after{
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

.idx_last_num h2{
	font-size:18px;
}

.idx_last_link{
	float:right !important;
}

.idx_last_link:after{
	display: block;
	clear: both; content:'';
}

.idx_last_link ul{
	margin-top: 20px;
}

.idx_last_link ul li{
	float:left;
}

.c_orange{
	color:#ED6E01;
}

.phnum{
	font-size:30px;
	font-weight: bold;
	letter-spacing: -1px;
}

.mnun{
	font-size:18px;
	color:#666;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.idx_last_link_ctr{
	margin: 0 20px;
}

@media (max-width: 969px){
	.idx_last{
		padding:20px 0;
	}
	.idx_last_num{
		clear: both;
		width:100%;
		padding:30px;
	}
	.idx_last_link{
		clear: both;
		width:100%;
		padding:30px;
		border-top:1px solid #ddd;
	}
	.idx_last_link ul li{
		float:left;
		width:30%;
	}
	.idx_last_link_ctr{
		margin: 0 5px;
	}
	.idx_last_icon img{
		width:80px;
	}
}




/* 하단 레이아웃 */
#ft {
	background:#none;
}

.ft_wr{
	background:#515050;
	color:#fff;
	padding: 40px 20px;
	
}

.ft_wr:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

#ft h1 {
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

#ft p {
	margin:0;
	padding:10px 0;
	line-height:1.8em;
	color:#fff;
	font-size:14px;
}
.ft_logo {
	width:30%;
	float:left;
	margin-top:107px;
}
#ft_copy{
	max-width: 1200px;
	margin:0 auto;
}

.ft_copy_left{
	float:left;
	width:70%;
}

.ft_copy_right{
	float:right;
}

.ft_info{
	width:70%;
	float:left;
}
.more {
	position: absolute;
    top: 188px;
    left: 194px;
}
.ico_arrow a{
	font-size: 20px;
    display: block;
    width: 80px;
    height: 80px;
}
.ico_arrow:hover a {
	color:#7ead27;
}
.ft_info:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

.ft_info .lt{
	float:left;
	width:49.9%;
}

#ft_contact{
	float:left;
	width:50%;
	padding:20px;
	color:#fff;
}

#ft_contact h2{
	font-size: 1.154em;
	margin-bottom:20px;
}

#ft_contact i{
	width:25px;
	color:#ed6e01;
	line-height:30px;
	background:#222;
	position:relative;
	z-index:2;
}

#ft_contact li:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

#ft_contact .time{
	position:relative;
}

#ft_contact .time:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:1px;
	background-image: linear-gradient(90deg, #666 25%, #222222 25%, #222222 50%, #666 50%, #666 75%, #222222 75%, #222222 100%);
	background-size: 8.00px 8.00px;
	z-index:0;
}

#ft_contact .text{
	background:#222;
	padding-right:10px;
	z-index:2;
	display:inline-block;
	line-height:30px;
	position:relative;
}

#ft_contact .num{
	background:#222;
	float:right;
	padding-left:10px;
	z-index:2;
	display:inline-block;
	line-height:30px;
	position:relative;
}

#ft_contact  a{
	display:block;
	text-align:center;
	background: #ed6e01;
	color: #fff;
	margin-top:20px;
	line-height:45px;
	font-weight: 600;
}

.line {
	width: 1px;
	background: #eee;
	display: inline-block;
	height: 20px;
	float: left;
	margin: 22px 0;
}

#top_btn{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	background:#121418;
	border:0;
	z-index:999;
	color:#fff;
	transition: opacity 0.2s ease-out;
	opacity:0;
}

#top_btn.show {
	opacity: 1;
}

@media (max-width: 969px){
     .ft_info .lt,#ft_contact{
	     width:100%;
	     padding:5px 10px;
     }
     .ft_info {
	     padding:15px 0;
     }
	 .lt li a {
		 font-size:12px;
	 }
	 .line {
		 display:none;
	 }
}

/* 체크박스 */
.all_chk,.bo_chk {
	position:relative;
}

.all_chk label .chk_img, .bo_chk label .chk_img{
	margin-top:2px;
	display:inline-block;
	height:15px;
	text-indent:-9999px;
	width:15px;
	background:#fff;
	border:1px solid #aab3c1;
	border-radius:3px;
	vertical-align:top;
	-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
	-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
	box-shadow:inset 5px 5px 3px #f0f0f3;
}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{
	background:url('./img/input_chk.png') 50% 50% no-repeat #ea185f;
	border-color:#ea185f;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.bo_chk input, .all_chk input {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:1px;
	opacity:0;
	outline:0;
	z-index:9;
}

/* 게시물 선택복사 선택이동 */
#copymove {

}

.copymove_current {
	float:right;
	color:#ff3061;
}

.copymove_currentbg {
	background:#f4f4f4;
}

#copymove .tbl_head01{
	margin-top:10px;
}

#copymove td{
	background:#fff;
}

#copymove .win_btn{
	margin:10px;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	overflow:hidden;
}

.msg_sound_only, .sound_only {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	margin:0 !important;
	padding:0 !important;
	width:1px !important;
	height:1px !important;
	font-size:0 !important;
	line-height:0 !important;
	overflow:hidden;
}

/* 본문 바로가기 */
.to_content a {
	z-index:100000;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

/* 이미지 등비율 리사이징 */
.img_fix {
	width:100%;
	height:auto;
}

/* 버튼 */
.btn{
	display:inline-block;
	padding:0 5px;
	height:40px;
	line-height:40px;
	padding: 0 15px;
}

a.btn01 {
	display:inline-block;
	background:#eee;
	color:#444;
	text-decoration:none;
	vertical-align:middle;
}

a.btn01:focus, a.btn01:hover {
	text-decoration:none;
}

button.btn01 {
	display:inline-block;
	margin:0;
	padding:7px;
	border:1px solid #ccc;
	background:#fafafa;
	color:#000;
	text-decoration:none;
}

a.btn02 {
	display:inline-block;
	border:1px solid #3b3c3f;
	background:#4b545e;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
}

a.btn02:focus, .btn02:hover {
	text-decoration:none;
}

button.btn02 {
	display:inline-block;
	margin:0;
	padding:7px;
	border:1px solid #3b3c3f;
	background:#4b545e;
	color:#fff;
	text-decoration:none;
}

.btn_confirm {
	text-align:center;
}

.btn_submit {
	border:0;
	background:#f08509;
	color:#fff;
	cursor:pointer;
}

.btn_submit:hover{
	background:#f08509;
}

a.btn_cancel {
	display:inline-block;
	background:#ddd;
	color:#444;
	text-decoration:none;
	vertical-align:middle;
}

button.btn_cancel {
	display:inline-block;
	border:1px solid #ccc;
	background:#fafafa;
	color:#000;
	vertical-align:top;
	text-decoration:none;
}

a.btn_frmline, button.btn_frmline {
	display:inline-block;
	padding:0 5px;
	border:0;
	background:#333;
	color:#fff;
	letter-spacing:-0.1em;
	text-decoration:none;
	vertical-align:top;
}

button.btn_frmline {
	font-size:1em;
}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {
	display:inline-block;
	background:#eee;
	border:0;
	color:#6b6b6b;
	text-decoration:none;
	vertical-align:middle;
}

.btn_b01:hover, .btn_b01:hover {
	background:#f8f8f8;
	color:#000;
}

a.btn_b02, .btn_b02{
	display:inline-block;
	background:#f08509;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
	border:0;
}

a.btn_b02:hover, .btn_b02:hover {
	background:#f08509;
}

a.btn_b03, .btn_b03 {
	display:inline-block;
	line-height:28px;
	border:1px solid #ed6478;
	color:#ed6478;
	background:none;
	text-decoration:none;
	vertical-align:middle;
}

a.btn_b03:hover, .btn_b03:hover {

}

a.btn_admin {
	display:inline-block;
	background:#ff0000;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	vertical-align:middle;
	line-height:40px;
	width:40px;
	text-align:center;
} /* 관리자 전용 버튼 */

a.btn_admin:focus, a.btn_admin:hover  {
	color:#fff;
}

/* 기본테이블 */
.tbl_wrap {
	margin:0 10px 10px;
}

.tbl_wrap table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

.tbl_wrap caption {
	padding:10px 0;
	color:#4b8b99;
	font-weight:bold;
	text-align:left;
}

.tbl_head01 {

}

.tbl_head01 caption {
	padding:0 0 10px;
	color:#777;
	text-align:left;
}

.tbl_head01 thead th {
	padding:12px 0;
	border:1px solid #cacaca;
	background:#d9d9da;
	color:#383838;
	font-size:0.95em;
	text-align:center;
	letter-spacing:-0.1em;
}

.tbl_head01 thead a {
	color:#383838;
}

.tbl_head01 thead th input {
	vertical-align:top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head01 tfoot th {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background:#484848;
	color:#fff;
}

.tbl_head01 tfoot td {
	border-color:#e3e3e5;
	background:#484848;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.tbl_head01 tbody th {
	padding:5px 0;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

.tbl_head01 td {
	padding:5px;
	border:1px solid #e3e3e5;
	line-height:1.5em;
	word-break:break-all;
}

.tbl_head02 {

}

.tbl_head02 caption {
	padding:0 0 10px;
	color:#777;
	text-align:left;
}

.tbl_head02 thead th {
	padding:5px 0;
	border-top:1px solid #d1dee2;
	border-bottom:1px solid #d1dee2;
	background:#e5ecef;
	color:#383838;
	font-size:0.95em;
	text-align:center;
	letter-spacing:-0.1em;
}

.tbl_head02 thead a {
	color:#383838;
}

.tbl_head02 thead th input {
	vertical-align:top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head02 tfoot th {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background:#484848;
	color:#fff;
}

.tbl_head02 tfoot td {
	background:#484848;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.tbl_head02 tbody th {
	padding:5px 0;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

.tbl_head02 td {
	padding:5px 3px;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	line-height:1.4em;
	word-break:break-all;
}

/* 기본리스트 */
.list_01{
	padding:0 10px;
}

.list_01 li{
	background:#fff;
	border-radius:3px;
	padding:10px 0px;
	border-bottom:1px solid #eee;
}

/* 기본폼 */
.form_01{
	margin:10px;
}

.form_01 .write_div{
	margin:5px 0;
	position:relative;
}

.form_01 li{
	margin:5px 0;
	position:relative;
	list-style:none;
}

textarea, .frm_input {
	border:1px solid #d7d7d7;
	background:#fff;
	color:#000;
	vertical-align:middle;
	padding:0 10px;
	height:40px;
}

textarea {
	width:100%;
	height:200px;
	padding:10px;
}

textarea:focus, .frm_input:focus{
	outline:none;
	border:1px solid #ea185f;
}

.frm_input {
	height:40px;
}

.full_input{
	width:100%;
}

.form_01 .frm_file {
	display:block;
	margin-bottom:5px;
	width:100%;
}

.form_01 select{
	height:40px;
	border-radius:3px;
	background-color:#fff;
}

.form_01 .frm_info{
	font-size:0.92em;
	color:#4162ff;
	text-align:left;
	margin:3px 0 10px;
	display:block;
	line-height:1.3em;
}

/* 자료 없는 목록 */
.empty_table {
	padding:100px 0 !important;
	color:#777;
	text-align:center;
}

.empty_list {
	padding:20px 0 !important;
	text-align:center;
}

/* 필수입력 */
.required, textarea.required {
	background-image:url('./img/require.png') !important;
	background-repeat:no-repeat !important;
	background-position:right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
	width:120px;
	text-align:center;
}

.td_category {
	width:80px;
	text-align:center;
}

.td_chk {
	width:30px;
	text-align:center;
}

.td_date {
	width:60px;
	text-align:center;
}

.td_datetime {
	width:150px;
	text-align:center;
}

.td_group {
	width:100px;
	text-align:center;
}

.td_mb_id {
	width:100px;
	text-align:center;
}

.td_mng {
	width:80px;
	text-align:center;
}

.td_name {
	width:100px;
	text-align:left;
}

.td_nick {
	width:100px;
	text-align:center;
}

.td_num {
	width:50px;
	text-align:center;
}

.td_numbig {
	width:80px;
	text-align:center;
}

.td_stat {
	width:60px;
	text-align:center;
}

.txt_active {
	color:#5d910b;
}

.txt_done {
	color:#e8180c;
}

.txt_expired {
	color:#999;
}

.txt_rdy {
	color:#8abc2a;
}

/* 새창 기본 스타일 */
.new_win {

}

.new_win #win_title {
	font-size: 1.2em;
	font-weight: bold;
	height: 50px;
	padding: 10px;
	line-height: 30px;
	-webkit-box-shadow:  2px 2px 5px #eee;
	-moz-box-shadow:  2px 2px 5px #eee;
	box-shadow: 2px 2px 5px #eee
}

.new_win #win_title .sv {
	font-size:0.75em;
	line-height:1.2em;
}

.new_win_con{
	margin:20px;
}

.new_win .win_ul {
	margin:20px;
}

.new_win .win_ul li {
	display:inline-block;
}

.new_win .win_ul li a {
	display: block;
	line-height: 24px;
	padding: 0 10px;
}

.new_win .win_ul li .selected {
	background: #4162ff;
	color: #fff;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
	-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
	box-shadow: 0 0 8px rgba(65,98,255,0.8);
}

.new_win .win_desc {
	margin:5px 0;
	font-size:0.92em;
	color:#4162ff;
}

.new_win .win_btn {
	clear:both;
	margin:10px 0;
	text-align:center;
}

.new_win .win_btn a {
	display:inline-block;
	height:40px;
	line-height:40px;
	font-weight:bold;
}

.new_win .win_btn .btn_close {
	display:inline-block;
	padding:0 10px;
	border:0;
	background:#c6c6d2;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	height:40px;
	margin:10px 0;
}

.new_win .win_btn .btn_submit {
	width:100%;
	height:40px;
	line-height:40px;
	margin:0 0 20px;
	display:inline-block;
	font-weight:bold;
}

/* 검색결과 색상 */
.sch_word {
	color:#00c4ac;
}

/* 사이드뷰 */
.sv_wrap {
	display:inline-block;
	position:relative;
	font-weight:normal;
	line-height:20px;
}

.sv_wrap .sv {
	z-index:1000;
	width:100px;
	display:none;
	margin:5px 0 0;
	font-size:0.92em;
	background:#333;
	text-align:left;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}

.sv_wrap .sv:before{
	content: "";
	position: absolute;
	top: -6px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #333 transparent;
}

.sv_wrap .sv a {
	display:inline-block;
	width:100px;
	margin:0;
	padding:0  10px;
	line-height:30px;
	font-weight:normal;
	color:#bbb;
}

.sv_wrap .sv a:hover{
	background:#000;
	color:#fff;
}

.sv_member{
	color:#333;
	font-weight:300;
	margin-right:10px;
}

.sv_on {
	display:block !important;
	position:absolute;
	top:23px;
	left:0px;
	width:auto;
	height:auto;
}

.sv_nojs .sv {
	display:block;
}

/* 페이징 */
.pg_wrap {
	clear:both;
	margin:30px 0;
	text-align:center;
}

.pg {
	display:inline-block;
}

.pg_page, .pg_current {
	display:inline-block;
	padding:0 13px;
	height:35px;
	color:#959595;
	line-height:35px;
	vertical-align:middle;
}

.pg a:focus, .pg a:hover {
	text-decoration:none;
	background-color:#f8f8f8;
}

.pg_page {
	background:#eee;
}

.pg_start {
	background:url(./img/btn_first.gif) no-repeat 50% 50% #eee;
	width:35px;
	height:35px;
	text-indent:-999px;
	overflow:hidden;
}

.pg_prev {
	background:url(./img/btn_prev.gif) no-repeat 50% 50% #eee;
	width:35px;
	height:35px;
	text-indent:-999px;
	overflow:hidden;
}

.pg_next {
	background:url(./img/btn_next.gif) no-repeat 50% 50% #eee;
	width:35px;
	height:35px;
	text-indent:-999px;
	overflow:hidden;
}

.pg_end {
	background:url(./img/btn_end.gif) no-repeat 50% 50% #eee;
	width:35px;
	height:35px;
	text-indent:-999px;
	overflow:hidden;
}

.pg_current {
	display:inline-block;
	background:#494949;
	color:#fff;
	font-weight:normal;
	line-height:35px;
}

/*sub*/
.blank_40{
	height: 40px;
}

#sub_warp{
	max-width: 960px;
	margin:0 auto;
	padding:80px 0 90px;
}

#sub_warp img{
	width:100%;
	height: auto;
}

.sub_tit{
	font-weight: bold;
	font-size:32px;
	padding:30px 0 50px;
	color:#333;
	text-align: center;
}



.sub_tit_en{
	font-size:12px;
	color:#999;
	letter-spacing: 3px;
}

.sub_lnb{
	width:100%;
	text-align: center;
	margin-bottom: 30px;
}

.sub_lnb:after{
	display: block;
	clear: both;
	content: '';
}

.sub_lnb ul{
	width:100%;
}

.sub_lnb ul li{
	float:left;
	display: block;
	height: 50px;
}

.sub_lnb .sub_lnb_50 li{
	width:50%;
}

.sub_lnb .sub_lnb_33 li{
	width:33.33%;
}

.sub_lnb .sub_lnb_25 li{
	width:25%;
}

.sub_lnb ul li a{
	background: #ede9e6;
	height: 50px;
	line-height: 50px;
	color:#999;
	width:100%;
	display: block;
	font-size: 14px;
	letter-spacing: -1px;
}

.sub_lnb ul li .active{
	border-width:1px 1px 0 1px;
	border-color:#ddd;
	border-style: solid;
	background: #fff;
	color:#333;
	font-weight: bold;
}

.sub_lnb .sub_lnb_33 li a {
	border-right:1px solid #ddd;
}

.sub_lnb .sub_lnb_33 li:last-child a {
	border-right:0 none;
}

.sub_lnb .sub_lnb_33 .active {
	border-left:0 none;
}

#sub_warp .sub_lnb .sub_lnb_33 .tab_0201 {
	border-left:1px solid #ddd;
}

#sub_warp .sub_lnb .sub_lnb_33 .tab_0203 {
	border-right:1px solid #ddd;
}

/*일반텍스트*/
.sub_tit02{
	font-size: 20px;
	padding-left: 30px;
	background: url('http://hyoju.korwn.biz/img/h2_blt.gif') no-repeat 0px center;
	height: 30px;
	line-height: 30px;
	margin:24px 0 18px;
}

.cmmn_box{
	width:100%;
	background: #f9f9f9;
	box-sizing: border-box;
	padding:30px;
	margin:20px 0;
}

.cmmn_box .about_sign{
	color:#000;
	font-size: 14px !important;
	letter-spacing: 2px;
	line-height: 1.6em;
}

.cmmn_box .cmmn_txt{
	font-size:16px;
	color:#333;
	line-height: 1.6em;
	letter-spacing: -1px;
}

.cmmn_table{
	border-spacing: 0px;
	width:100%;
	border-left:1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 1.6em;
	letter-spacing: -1px;
}

.cmmn_table th{
	background: #f3f3f3;
	padding:12px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:100px;
}

.cmmn_table td{
	background: #fff;
	padding:12px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.tdliketh{
	background: #f3f3f3 !important;
	padding:12px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:150px;
}

.cmmn_table .silver_th{
	font-size: 20px;
}

.cost_table{
	border-spacing: 0px;
	width:100%;
	border-left:1px solid #dfd9cd;
	border-top: 1px solid #dfd9cd;
	line-height: 1.6em;
	letter-spacing: -1px;
	font-size: 14px;
	margin-bottom: 10px;
}

.cost_table th{
	background: #f1eee8;
	padding:10px;
	border-right:1px solid #dfd9cd;
	border-bottom:1px solid #dfd9cd;
	color:#543e21;
}

.cost_table td{
	background: #fff;
	padding:10px;
	border-right:1px solid #dfd9cd;
	border-bottom:1px solid #dfd9cd;
	color:#666;
	text-align: center;
}

.txt_lft{
	text-align: left !important;
}

@media (max-width: 960px){

	#sub_warp{
		width: 100%;
		padding:80px 20px 60px 20px;
		box-sizing: border-box;
	}

}

.snbtip_btn{
	position: absolute;
	z-index:9996;
	display: block;
	width:20px !important;
	height: 20px !important;
	right:0;
	top:12px;
	background: url('http://bomnal.korwn.net/img/snbttip.gif') no-repeat center center;
}

.snbtip_btn:hover{
	background: url('http://bomnal.korwn.net/img/snbttip.gif') no-repeat center center;
}

.snbtip_hide{
	display: none;
	position: absolute;
	top:25px;
	z-index: 9997;
	background: url('http://bomnal.korwn.net/img/snbtip.png') no-repeat center center;
	width:140px;
	height: 86px;
	color:#fff;
	padding:30px 8px 0;
	box-sizing: border;
	line-height: 1.5em !important;
}

.snbtip_show{
	display:block !important;
	position: absolute;
	top:30px;
	z-index: 9997;
	background: url('http://bomnal.korwn.net/img/snbtip.png') no-repeat center center;
	width:140px;
	height: 86px;
	color:#fff;
	padding:30px 8px 0;
	box-sizing: border;
	line-height: 1.5em !important;
}

/* 서브페이지 */
.con_bg {
	background-image:url(http://hyoju.korwn.biz/img/about.jpg);
	width:100%;
	height:409px;
	padding:300px 0 0 2%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.con_txt {
	color:#fff;
	font-size:2.3em;
}

@media (max-width: 652px){
	.con_bg {
		padding:310px 0 0 2%;
		font-size:0.7em;
	}
}

#cont_inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1200px){
    #cont_inner {
        width: 100%;
    }
    #cont_inner iframe{
        width: 100%;
    }
}

@media (max-width:912px){
	#cont_inner iframe{
		height: 600px; 
	}
}

/* 인사말 */
.intro_wrap {
	width:100%;
	margin-bottom:50px;
}
.intro_images {
	margin-bottom:30px;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.intros {
	width: 60%;
    font-size: 16px;
	padding:0 0px 0 110px; 
    line-height: 34px;
	word-break:keep-all;
}
.intros strong {
	font-size:25px;
	font-weight:bold;
	color:#334c68;
	font-family: 'Pretendard-Regular';
}
.intros span {
	font-size:20px;
	font-weight:bold;
	color:#f08509;
	font-family: 'Pretendard-Regular';
}
/* 오시는길 */
.map_wrap {
	width:100%;
	margin-bottom:50px;
}
.maps {
	width:1200px;
	margin:0 auto;
	padding: 0 20px;
}
.map_head {
	font-size:30px;
	font-weight:bold;
	margin-top:50px;
	padding:0 15px;
	color:#f08509;
	font-family: 'Pretendard-Regular';
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.map_text h2 {
	font-weight:bold;
	font-size:25px;
	padding:15px;
	border-bottom:1px solid #ddd;
	font-family: 'Pretendard-Regular';
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.map_text p {
	font-size:20px;
	line-height:30px;
	padding:15px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}


@media(max-width:690px){
	.map_head{font-size: 26px;}
	.map_text h2{font-size: 22px;}
	.map_text p {font-size: 16px;}
}


.charts {
	width:1200px;
	margin:0 auto;
}
.ins_wrap {
	width:1200px;
	margin:0 auto;
}
.ins_wrap h2 {
	font-size:35px;
	color:#000;
	margin:30px 0;
	font-family: 'Pretendard-Regular';
}
.ins_box_wrap {
	display:flex;
	margin-top:50px;
	flex-wrap:wrap;
}
.ins_left {
	width:48%;
	margin-right:2%
}
.ins_left img {width:100%;}
.ins_left h4 span {
	color:#c90606;
	font-weight:bold;
	font-size:35px;
}
.ins_left h4 {
	line-height:40px;
	font-size:25px;
	font-weight:bold;
}
.ins_head {
	background:#c90606;
	color:#fff;
	font-size:15px;
	padding:10px;
}
.ins_right {
	width:48%;
	margin-left:2%;
}
.ins_right img {width:100%;}
.ins_right h4 {
	background:#c90606;
	line-height:40px;
	color:#fff;
	width:30%;
	text-align:center;
}
.ins_text {
	font-size:15px;
	line-height:30px;
	word-break:keep-all;
	margin-top:30px;
}
/* tabs */
.tabs {
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
	border-bottom:1px solid #ddd;
}
.tabs ul {
	width:1200px;
	margin:0 auto;
}
.tabs ul li {
	width:33.333%;
	float:left;
	line-height:55px;
	text-align:center;
}
.tabs ul li a {
	color:#000;
	font-size:16px;
	text-decoration:none;
	display:block;
}
.tabs ul li.on {
	border-bottom:2px solid #f08509;
}
.tabs ul li.on a {
	color:#334c68;
	font-weight:bold;
}
.tabs ul li:hover a {
	color:#f08509;
}
/* tabs\25 */
.tab25 ul li {
	width:50%;
	float:left;
}
/* 연혁 */
.history_wrap {
	width:100%;
	margin-bottom:50px;
}
.sub_history_wrap {
	width:1200px;
	margin:0 auto;
}
.sub_overTItle {
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #3d3d3d;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
}
.sub_history_year {
    width: 180px;
    height: 180px;
    background: #2758a3;
    border-radius: 180px;
    text-align: center;
    margin: 50px auto 0px auto;
}
.sub_history_year p {
    display: table;
    height: 100%;
    width: 100%;
}
.sub_history_year p span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 37px;
}
.sub_history_style01_ul {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top: 70px;
    z-index: 100;
    padding-bottom: 100px;
}
.sub_history_style01_ul li {
    position: relative;
    width: 47%;
    text-align: right;
    padding-right: 3%;
}
.sub01_greeting dl {
    margin-top: 55px;
}
.sub_history_style01_ul dl dd {
    margin: 0px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.sub_history_style01_ul dl dt {
    position: relative;
    font-size: 25px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #2758a3;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0px;
}
.sub_history_style01_ul li:nth-child(2n) {
    width: 43%;
    margin-left: 57%;
    text-align: left;
}
.sub_history_dot_span {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #2758a3;
    border-radius: 10px;
    z-index: 100;
    top: 50%;
    margin-top: -5px;
}
.sub_history_style01_ul li dt span.sub_history_dot_span {
    right: -77px;
}
.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
    left: -88px;
}
.sub_history_style01_ul li dl dt:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    border-top: 1px dashed #d5d5d5;
    top: 50%;
    right: -47px;
}
.sub_history_style01_ul li:nth-child(2n) dl dt:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    border-top: 1px dashed #d5d5d5;
    top: 50%;
    left: -52px;
}
.sub_history_style01_ul:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 1px dashed #d5d5d5;
    left: 50%;
    top: 0px;
    z-index: 0;
}
.sub_overview_wrap {
    margin-top: 20px;
}
.sub_overTItle {
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #3d3d3d;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
}
.sub_overview_option_text {
    margin-top: 30px;
	margin-bottom: 90px;
    padding-left: 30px;
}
.sub_overview_option_text p {
    position: relative;
    margin-bottom: 15px;
    color: #3d3d3d;
    padding-left: 110px;
    line-height: 24px;
	font-size: 15px;
}
.sub_overview_dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #3d3d3d;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 12px;
}
.sub_overview_option_title {
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    color: #3d3d3d;
    font-size: 15px;
    margin-right: 10px;
    width: 100px;
    font-weight: 500;
    position: absolute;
    left: 10px;
    top: 2px;
}

/* bit */
.bit_wrap {width:100%;	margin-bottom:50px;}
.bits {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.bits_btn {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

.btn33 ul li{
	width:33.333% !important;
}
.btn25 ul li{
	width:25% !important;
}
.bits_btn ul li {
	width:50%;
	float:left;
	line-height:50px;
	border:1px solid #ddd;
}
.bits_btn ul li:hover {
	background:#334c68;
}
.bits_btn ul li a {
	color:#000;
	font-size:15px;
	display:block;
}
.bits_btn ul li:hover a {
	color:#fff;
}
.bits_btn ul li.on {
	background:#334c68;
}
.bits_btn ul li.on a {color:#fff;}
.tib_text_wrap {
	margin-top:50px;
}
.tib_left {
	width:70%;
	float:left;
}
.tib_text_wrap h2 {
	font-weight:bold;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:28px;
	font-weight:600;
	position:relative;
	margin-bottom:50px;
}
.tib_text_wrap h2::after {
	content:'';
	position:absolute;
	left:0;
	top:50px;
	width:40px;
	height:5px;
	background:#ddd;
}
.tib_text_wrap h4 {
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.tib_text_wrap p {
	font-size:15px;
	line-height:30px;
	margin-top:30px;
	margin-bottom:30px;
}
.bit_right {
	float:left;
	width:30%;
	margin-top:200px;
}
.bit_images02  {
	text-align:center;
}

/* 분해도 */
.bit_wrap02 {width:100%; margin-bottom:50px;}
.bits02 {
	width:1200px;
	margin:0 auto;
}
.bit_images01 {
	width:100%;
	margin-top:50px;
	text-align:center;
	border:1px solid #ddd;
}
.tib_text_wrap table {
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
}
.tib_text_wrap table th {
    padding: 20px 0px;
    background: #f9f9f9;
    font-size: 17px;
    color: #000;
	border: 1px solid #dfdfdf;
	border-top:1px solid #000;
    border-collapse: collapse;
	text-align:center;
}
.tib_text_wrap table td {
    padding: 15px;
    font-size: 17px;
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    color: #767676;
    text-align: center;
}

/* main_busniess */

.business_wrap {
	width:100%; 
	margin-bottom: 100px;
	overflow:hidden;
}
.business {
	width:1200px;
	margin:0 auto;
}
.b_top {
	width:600px;
	margin-top:100px;
}
.b_top h2 {
	font-size:55px;
	font-weight:800;
	font-family: 'Noto Sans KR', sans-serif;
	margin-bottom: 30px;
}
.b_top p {
	font-size:18px;
	font-weight:400;
	line-height:35px;
	letter-spacing: -1px;
	word-break:keep-all;
}
.bus_wrap {
	width:1600px;
	overflow:hidden;
		margin-top:120px;
}
.b_left {
	width:50%;
	float:left;
	height:500px;
}
.b_right {
	width:50%;
	height:500px;
	float:left;
}

/* main_solution */
.main_solution {
	background:url('/skin/layouts/cnp/img/bit08.jpg');
	width:100%;
	padding:50px;
	margin-top:100px;
}
.solutions {
	width:1600px;
	margin:0 auto;
	padding:100px 0;
}
.solutions h2 {
	color:#fff;
	font-size:45px;
	font-weight:700;
	text-align:center;
}
.solution_text {
	text-align:Center;
	color:#fff;
	font-size:20px;
	margin-top:30px;
	margin-bottom:80px;
	word-break:keep-all;
}
.s_icon_wrap {
	width:1200px;
	margin: 0 auto ;
	overflow:hidden;
}
.s_icon_box {
	width:28%;
	float:left;
	height:336px;
	margin-left:4%;
	position:relative;
	border-radius: 50%;
	 border-style:dashed;
	 border: 3px solid #fff;
	 color:#fff;
}
.s_icon_box::after {
	content: "";
    position: absolute;
    left: 32px;
    top: 31px;
    width: 80%;
    height: 264px;
    border-radius: 50%;
    border: 5px solid #b1ec42;
	 border-style:dashed;
		 transition: all 8s linear;
}
.s_icon_wrap:hover .s_icon_box::after {
	 transform: rotate( 720deg );
}
.s_icon {
	width:100%;
	height:200px;
}
.s_text {
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:700;
}
.s_icon {
	text-align:center;
	padding-top:50px;
}

/* media_wrap */
.media_wrap {
	width:100%;
	margin-top:100px;
	margin-bottom:100px;
}
.medias {
	width:1600px;
	margin:0 auto;
	overflow:hidden;
}
.medias h2 {
	font-size: 55px;
    font-weight: 800;
    font-family: 'Noto Sans KR', sans-serif;
	margin-bottom:50px;
	color:#000;
}
.medias h2 a {
	display:block;
}
.medias span {
	font-size:27px;
	margin-left:50px;
}
.medias span:hover {
	color:#8cb147;
}
.me_left {
	width:47%;
	float:left;
	margin-right:6%;
	height:450px;
	z-index:999;
}
.me_right {
	width:47%;
	float:left;
	height:450px;
	border:1px solid #000;
}

/* main_bottom_wrap */
.main_bottom2_wrap {
	width:100%;
	padding:80px 0;
	overflow: hidden;
}
.main_bottom2 {
	max-width:1400px;
	margin:0 auto;	
}

.main_bottom2:after{
	content: '';
	display: block;
	clear: both;
}

.main_bottom2 .main_latest{
	width: 50%;
	float: left;
	padding: 0 30px;
}

@media(max-width:690px){
	.main_bottom2 .main_latest{
		width: 80%;
		margin: 50px auto;
		float: none;
	}
}

@media(max-width:450px){
	.main_bottom2 .main_latest{
		width: 100%;
		margin: 50px auto;
		float: none;
	}
}

.card-header{
	width: 100%;
	font-size: 2em;
	border-bottom: 1px solid #999;

}

.card-header:after{
	content: '';
	display: block;
	clear: both;
}
.card-header .la_tit{
	width: 90%;
	float: left;
}

.card-header .la_icon{
	width: 10%;
	float: right;
	text-align: center;
	transition: all 0.3s;
	transform: rotate(0deg);
}

.card-header .la_icon:hover{
	transform: rotate(90deg);
}


.main_bottom span {
	font-size:40px;
	font-weight:bold;
}
.bottom_btn {
	width:300px;
	border:1px solid #fff;
	text-align:center;
	margin:50px auto 0;
	border-radius:30px;
}
.bottom_btn a {
	color:#fff;
	line-height:60px;
	display:block;
}
.bottom_btn:hover {
	background:rgba(255,255,255,0.5);
}
.bottom_btn:hover a {
	color:#fff;
	font-weight:bold;
}

.ico_arrow{
  width:80px;
  height:80px;
  position:relative;
  text-indent:-9999px;
  background:none;
  border:none;

}
.ico_arrow:before{
  content:'';
  width:30px;
  height:30px;
  position:absolute;
  left:50%;
  top:50%;
  border-left:2px solid #000;
  border-top:2px solid #000;
  transform:translate(-50%,-50%) rotate(135deg);
}
.ico_arrow:after{
  content:'';
  width:42px;
  height:2px;
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  background:#000
}

.main_bottoms {
	width:100%;
	/* padding:100px; */
	background:url('/skin/layouts/cnp/img/main_bottom.jpg') no-repeat center center;
	overflow: hidden;
	background-size: cover;
}

.main_bottoms .main_b_box{
	max-width: 1200px;
	margin:89px auto 0 auto;
	text-align: center;
}

.main_bottoms .main_b_box .main_b_txt h2{
	font-size: 3em;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

.main_bottoms .main_b_box .main_b_txt p{
	font-size: 1.25em;
	color: #fff;
	font-weight: 600;
}

.main_bottoms .main_b_box .main_b_num{
	width: 100%;
	margin: 60px auto;
}

.main_bottoms .main_b_box .main_b_num:after{
	content: '';
	display: block;
	clear: both;
}

.main_bottoms .main_b_box .main_b_num .b_num{
	width: 33.333%;
	float: left;
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
}

@media(max-width:690px){
	.main_bottoms .main_b_box .main_b_num .b_num{
		width: 80%;
		margin: 20px auto 50px auto;
		float: none;
	}

	.main_bottoms .main_b_box .main_b_txt h2{
		font-size: 2.5em;
	}
}

@media(max-width:500px){
	.main_bottoms .main_b_box .main_b_txt h2{
		font-size: 2.2em;
	}
}

.main_bottoms .main_b_box .main_b_num .b_num p i{
	font-size: 2.5em;
	display: block;
	margin-bottom: 20px;
	color: #1faae1;
}

.main_bottoms .main_b_box .main_b_num .b_num .counter{
	font-size: 5em;
	padding-right: 20px;
}

@media(max-width:500px){
	.main_bottoms .main_b_box .main_b_num .b_num .counter{
	font-size: 4em;
	padding-right: 20px;
	}
}






.main_p_box {
	width:24%;
	margin-left:1%;
}
.p_images {
	width:100%;
	height:288px;
	overflow: hidden;  
}
.p_images img{
   height:100%;
   width: 100%;
   object-fit:cover;
   transform:scale(1.0);
   transition: transform .5s; 
}
.p_images img:hover {
	transform:scale(1.1);            /* 이미지 확대 */
   transition: transform .5s; 	/*  시간 설정  */
}
.p_text {
	text-align:center;
	background:#334c68;
	line-height:35px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
}
.main_p_box a {
	display:block;
}
.noti01 {
	width:45%;
	height:130px;
	float:left;
	padding: 39px 42px;
	margin-left:3%;
	background:#fff;
	display:block;
	position: relative;
}
.left_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    transition: 0.5s all;
    background: #6096c5;
}
.right_top {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 3px;
    transition: 0.5s all;
    background: #6096c5;
}
.right_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3px;
    height: 0;
    transition: 0.5s all;
    background: #6096c5;
}
.left_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 3px;
    transition: 0.5s all;
    background: #6096c5;
}
.noti01:hover .left_top{
    height: 100%;
}
.noti01:hover .right_top{
    width: 100%;
}
.noti01:hover .right_bottom{
    height: 100%;
}
.noti01:hover .left_bottom{
    width: 100%;
}
.main_notice a {display:block;}

.noti01:nth-child(1) {margin-bottom:30px;}
.noti01:nth-child(2) {margin-bottom:30px;}

.left_text01 {
	float:left;
	width:30%;
	font-size:25px;
	font-weight:bold;
	margin-top:10px;
}
.right_text01 {
	width:70%;
	float:left;
	font-size:16px;
	text-align:right;
}
.right_text01 strong {
	font-size:25px;
}
.intros_wrap {
	width:1200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	padding: 0 15px;
}
.intro_images {width:40%;margin-bottom:30px;}
.gang_wrap {
	width:1200px;
	margin-bottom: 50px;
}
.gang_wrap ul{
	display: flex;
    margin-top: 50px;
}
.gang_wrap ul li {
	flex:1;
}
.gang_wrap ul li p.gangs {
	text-align:center;
	border:1px solid #ddd;
	margin-top:0px;
	margin-bottom:0px;
}

.gangs_text {
	font-size:16px;
	line-height:35px;
	margin-left:10%;
}
.gangs_text h4 {
	font-weight:bold;
	line-height:40px;
	background:#334c68;
	color:#fff;
	text-align:center;
	font-size:20px;
}
p.g_tit {
	padding:15px 30px;
}
.main_top_wrap {
	width:100%;
	padding:15px 0;
	background: #333;
	border-bottom: 1px solid #fff;
}



.main_top_wrap h2{
	color: #fff;
	text-align: center;
	transform: scale(0.8);
	transition: all 0.3s;
}

.main_top_wrap h2:hover{
	transform: scale(1);
}

.main_top_wrap2 {
	width:100%;
	padding:15px 0;
	background: #3c3f45;
	margin-bottom: 100px;
}



.main_top_wrap2 h2{
	color: #fff;
	text-align: center;
	transform: scale(0.8);
	transition: all 0.3s;
}

.main_top_wrap2 h2:hover{
	transform: scale(1);
}





.mains {
	width:1200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
.main_top {
	
	max-width: 1200px;
	margin:0 auto;
	padding: 30px 0;
}

.main_top2 {
	
	max-width: 1200px;
	margin:0 auto;
	padding: 30px 0;
}

.main_icons {
	width:1000px;
	margin:0 auto;
}
.main_icon {
	width:20%;
	float:left;
	border-radius:50%;
	background:#6096c5;
	text-align:center;
}
.main_imgs {
	width:100%;
}
.sns_wrap {
	width:100%;
	overflow:hidden;
}
.sns_btn {
	float:left;
	margin-right:1%;
	border:1px solid #444;
	border-radius:100%;
	padding:5px;
}
.sns_btn a {display:block;}
.sns_btn:hover a {
	color:red;
}
.sec02_wrap {
	width:100%;
}

@media(max-width:450px){
	.sec02_wrap{display: none;}
}
.sec02s {
	max-width: 1400px;
	margin:0 auto;
}
.sec02s:after{
	content: '';
	display: block;
	clear: both;
}


.sec02_box {
	width:33.33%;
	height:476px;
	position: relative;
	float: left;
	padding: 0 20px;
	text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
.sec02_box img {
  text-align: center;
}
.sec02_box:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, .3);
}
.title {
  position: absolute;
  width:100%;
  left: 0;
  top: 38%;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-shadow: 1px 1px 5px #111;
  z-index: 1;
  transition: top .5s ease;
}

.title2 {
  position: absolute;
  width:100%;
  left: 0;
  bottom: 41%;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-shadow: 1px 1px 5px #111;
  z-index: 1;
  transition: bottom .5s ease;
}

.sec02_box:hover .title {
  top: 140px;
}
.sec02_box:hover .title2 {
  bottom: 180px;
}

.buttons {
  position: absolute;
  width: 100%;
  left:0;
  top: 210px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

@media(max-width:1300px){
	.title{
		top: 34%;
	}
	.title2{
		bottom: 46%;
	}
	.sec02_box:hover .title{
		top: 120px;
	}
	.sec02_box:hover .title2{
		bottom: 200px;
	}
	.buttons{top: 190px;}
}

@media(max-width:1200px){
	.title{
		top: 31%;
	}
	.title2{
		bottom: 49%;
	}
	.sec02_box:hover .title{
		top: 90px;
	}
	.sec02_box:hover .title2{
		bottom: 220px;
	}
	.buttons{top: 160px;}
}


@media(max-width:1100px){
	.title{
		top: 28%;
		font-size: 20px;
	}
	.title2{
		bottom: 52%;
		font-size: 20px;
	}
	.sec02_box:hover .title{
		top: 90px;
	}
	.sec02_box:hover .title2{
		bottom: 220px;
	}
	.buttons{top: 160px;}
}



@media(max-width:1000px){
	.title{
		top: 25%;
	}
	.title2{
		bottom: 55%;
	}
	.sec02_box:hover .title{
		top: 70px;
	}
	.sec02_box:hover .title2{
		bottom: 220px;
	}
	.buttons{top: 150px;}
}



@media(max-width:969px){
	.title{
		top: 35%;
	}
	.title2{
		bottom: 45%;
	}
	.sec02_box:hover .title{
		top: 140px;
	}
	.sec02_box:hover .title2{
		bottom: 190px;
	}
	.buttons{top: 200px;}
}

@media(max-width:830px){
	.title{
		top: 32%;
	}
	.title2{
		bottom: 48%;
	}
	.sec02_box:hover .title{
		top: 110px;
	}
	.sec02_box:hover .title2{
		bottom: 220px;
	}
	.buttons{top: 170px;}
}

@media(max-width:690px){
	.title{
		top: 38%;
	}
	.title2{
		bottom: 42%;
	}
	.sec02_box:hover .title{
		top: 110px;
	}
	.sec02_box:hover .title2{
		bottom: 120px;
	}
	.buttons{top: 220px;}
}

@media(max-width:460px){
	.title{
		top: 35%;
	}
	.title2{
		bottom: 45%;
	}
	.sec02_box:hover .title{
		top: 140px;
	}
	.sec02_box:hover .title2{
		bottom: 150px;
	}
	.buttons{top: 220px;}
}





.buttons a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  border-radius: 25px;
  z-index: 1;
}

.sec02_box:hover .buttons {
  opacity: 1;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.page01_wrap {
	width:100%;
	padding:100px 0;
}
.page02 {
	padding:0px 0px 100px;
}
.page01s {
	width:100%;
	margin:0 auto;
	margin-bottom:50px;
	text-align: center;
}
.page01s h2 {
	font-size:30px;
	font-weight:bold;
	margin-bottom:30px;
	 font-family: 'Pretendard-Regular';
}
.page_head {
	font-size:18px;
	padding-bottom:30px;
	line-height:35px;
	border-bottom:1px solid #ddd;
	word-break:keep-all;
}
.page01_box_wrap {
	width:100%;
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
}
.page01_box {
	width:32%;
	margin-left:1%;
	margin-bottom:30px;
}
.page02_box {
	width:24%;
}
.page01_imgaes {
	width:100%;
}
.page01_imgaes img {
	width:100%;
}
.page01_tit {
	font-size:16px;
	line-height:35px;
	font-weight:bold;
	text-align:center;
}
/* Social Widget */
#social {
  position:fixed;
  top:40%;
  right:0;
  z-index: 2;
  width:80px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#social-toggle {
  background:black;
  color:white;
  text-align: center;
  font-size: 18px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px;
  line-height: 25px;
  font-weight: bold;

  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#social img {
  margin: 6px;
  height: 58px;
  width: 58px;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#social img:hover {
  border-radius: 100%;
}

#social-button-container {
  position: absolute;
  left: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#social-toggle:hover, #social:hover #social-toggle{
  border-bottom-left-radius: 0;
}

#social-button-container:hover, #social:hover #social-button-container{
  left: 0;
  background:black;
  text-align:center;
  border-bottom-left-radius: 10px;
}

#facebook {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px dashed rgb(65, 105, 255); /*RoyalBlue*/
}

#twitter {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px dashed rgb(0, 191, 255); /*DeepSkyBlue*/
}

#google-plus {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px dashed rgb(255, 99, 71); /*Tomato*/
}
#come_map {
 -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px dashed rgb(255, 180, 0); /*Tomato*/	
}
#facebook:hover {
  border: 1px solid black;
  background-color: rgb(65, 105, 255); /*RoyalBlue*/
}

#twitter:hover {
  border: 1px solid black;
  background-color: rgb(0, 191, 255); /*DeepSkyBlue*/
}

#google-plus:hover {
  border: 1px solid black;
  background-color: rgb(255, 99, 71); /*Tomato*/
}
#come_map:hover {
  border: 1px solid black;
  background-color: rgb(255, 180, 0); /*DeepSkyBlue*/	
}
/* End of Social Widget */
@media (max-width:1600px){
	#hd_wrapper {max-width:100%; width:100%; padding:17px 0;}
	.to_content {width:100%;}
	.business {width:100%;}
	.b_top {width:95%; margin:120px auto;}
	.b_top p {margin-bottom:80px;}
	.bus_wrap {width:95%; margin:0 auto;}
	.solutions {width:100%;}
	.main_top {width:100%; padding: 0 10px;}
}

@media (max-width:1200px){
	.main_notice {width:100%; padding:0 50px;}
	.main_noticess {width:100%;}
	.s_icon_wrap {width:100%;}
	.s_icon_box {width:32%; margin-left: 1%;}
	.intro_images {width:100%;}

	/* 인사말 */
	.intros {width:100%; padding:0 20px;}
	.tabs ul {width:100%;}
	.intros_wrap {width:100%; padding: 0 25px;}
	.intro_images img {width:100%;}

}

	/* 연혁 */
	.sub_history_wrap {width:100%;}

	/* 오시는길 */
	.maps {width:100%;}

	.main_icons {width:100%;}

	/* 비트 */
	.bits {width:100%;}
	.bits02 {width:100%;}
	.tib_left {width:100%; float:none; padding:0px 10px;}
	.bit_right {width:100%; float:none; margin-top:0px;}
	.gang_wrap {width:100%;}
	.gang_wrap ul {display:block;}
	.gangs_text {margin-left: 0;}
	.tib_text_wrap {width:100%; padding: 0 10px;}
	.page01s {width:100%;}
	.ins_wrap {width:100%;}
	.charts {width:100%;}
	.mains {width:100%;}
	.main_bottom {width:100%;}
}
@media (max-width:969px){
	.b_left {width:98%; float:none; margin-bottom:30px; margin-top: 50px;}
	.b_right {width:98%; float:none;}
	.s_icon_box {border-radius:0%;  width:50%; float:none; height:280px; margin:0 auto; margin-bottom:20px;}
	.s_icon_box::after {display:none;}
	.main_solution {background-size:cover;}
	.notice_left {width:100%; float:none;}
	.ft_info {width:100%; float:none;}  
	.more {position:unset;}
	.noti01 {width:100%; float:none;}
	.b_top p {margin-bottom:0px;}
	.b_top h2 {font-size:35px;}
	.b_top p {font-size:16px;}
	.solutions h2 {font-size:35px;}
	.solution_text {font-size:18px;}
	.s_text {font-size:15px;}
	.main_notice h2 {font-size:35px;}
	.noti01 {margin-left:0px;}
	.main_noticess {width:100%;}
	.main_bottoms {padding:20px;}
	.left_text01 {font-size:22px;}
	.right_text01 strong {font-size:22px;}
	.right_text01 {font-size:15px;}
	.ft_copy_left {width:100%; float:none;}
	.ft_logo {width:100%; float:none; text-align:left; margin-top:0px;}
	#gnb2_1dul .gnb2_1dli {width:100%; float:none; margin-bottom: 30px;}
	#gnb2_1dul .gnb2_1da::after {width:77%;}
	.main_imgs {width:100%;}
	.main_imgs img {width:100%;}
	.main_right {width:100%;}
	.main_right img {width:100%;}
	.main_bottom_wrap {padding:50px;}

	#container_title {
		height: 200px;
		line-height: 164px;
		font-size: 23px;
		background-size:cover;
	}

	/* 인사말 */
	.intros strong {font-size:20px;}
	.intros {font-size:15px;}
	.intro_images {width:100%;}

	/* 연혁 */
	.sub_overview_option_text {padding:0 15px;}
	.sub_history_style01_ul {width:98%; margin:0 auto;}
	.sub_overTItle {font-size:22px;}
	.sub_history_year p span {font-size:22px;}

	.main_top h2 {font-size:25px;}
	.main_top p {font-size:25px;}
	.main_icon {width:50%;}

	/* 비트 */
	.tib_text_wrap h2 {font-size:20px;}
	.tib_text_wrap h4 {font-size:18px;}

	.btn25 ul li {width:50% !important;}
	.sub_history_style01_ul:after {display:none;}
	.main_notice {padding:0 10px;}
	.page01_box {width:50%; margin-left:0px;}
	.page01_wrap {padding:100px 10px;}
	.ins_wrap {padding:0px 10px;}
	.ins_left {width:100%;margin-right:0px;}
	.ins_right {width:100%; margin-top:50px; margin-left:0px;}
	.tab25 ul li {width:50%;}
	.tabs ul li.on {border-bottom:none; background:#f08509;}
	.tabs ul li.on a {color:#fff;}
	.sec02_box {width:50%;}
	.main_p_box {width:49%; margin-bottom:20px;}
	.tab25 ul li:nth-child(1),.tab25 ul li:nth-child(2) {border-bottom:1px solid #ddd;}
	.tab25 ul li:nth-child(1),.tab25 ul li:nth-child(3) {border-right:1px solid #ddd;}
	#social {display:none;}
}

@media(max-width:969px){
	.sec02_box{
		width: 80%;
		float: none;
		margin: 20px auto;
	}
}

@media (max-width:600px){
	.left_text01 {width:100%; float:none;}
	.right_text01 {width:100%; float:none; text-align:left; margin-top:20px;}
	.noti01 {height:200px;}
	.s_icon_box {width:100%;}
	.business_wrap {margin-bottom:0px;}
	.main_solution {margin-top:0px;}s
	.tib_text_wrap table.tab01 {width:100%;}
	.tib_text_wrap table.tab01 td {padding:1px;}
	.tabs ul li a {font-size:15px;}
	.lt_hy {padding:20px 10px !important; }
	.page01_box {width:100%; margin-left:0px;}
	.page_head {font-size:16px;}
	.page01s h2 {font-size:25px;}
	.tabs ul li a {font-size:12px;}
	.ins_wrap h2 {font-size:25px;}
	.ins_left h4 {font-size:20px;}
	.ins_left h4 span {font-size:25px;}
	.ins_right h4 {width:100%;}
	.main_bottom span {font-size:30px;}
	.main_bottom {font-size:17px;}
	.sec02_box {width:100%;}
	.main_top p {font-size:20px;}
	.main_p_box {width:100%; margin-bottom:20px; margin-left:0px;}
	.bottom_btn {width:200px;}
}

/*기본 css*/
.menu1,
.menu1 span {
display : inline-block;
transition : all 0.4s;
box-sizing : border-box;
}
.menu1 {
position: fixed;
    width: 30px;
    height: 40px;
    top: 35px;
    right: 20px;
    z-index: 9999;
    display: inline-block;
}
.menu1 span {
position : absolute;
left : 0;
width : 100%;
height : 2px;
background-color : #000;
border-radius : 4px;
}
.menu11 span:nth-child(1) {
	top : 8px;
 }
.menu1 span:nth-child(2) {
    top: 14px;
    width: 25px;
}
.menu1 span:nth-child(3) {
bottom: 13px;
}
            
/*마우스를 올렸을 때 움직임 관련 css*/
.menu1.actives span:nth-child(1) {
-webkit-transform : translateY(16px) rotate(-45deg);
transform : translateY(16px) rotate(-45deg); //y축으로 20px 이동하고 -45도 돌린다
}
.menu1.actives span:nth-child(2) {
opacity : 0; //2번째 줄에 마우스를 올렸을 때 투명해져라
}
.menu1.actives span:nth-child(3) {
-webkit-transform : translateY(-23px) rotate(45deg);
transform : translateY(-23px) rotate(45deg); //y축으로 -20px 이동하고 45도 돌린다
}


.page1_box{
	max-width: 1400px;
	margin: 80px auto;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}

@media(max-width:690px){
	.page1_box{padding: 0;}
}

.page1_box .box_page{
	width: 100%;
	margin: 0 auto;
}

.page1_box .box_page:after{
	content: '';
	display: block;
	clear: both;
}

.page1_box .box_page .page_icon1{
	width: 30%;
	float: left;
	background: #f08509;
	padding: 43px 0;
	margin-bottom: 50px;
}
.page1_box .box_page .page_icon2{
	width: 30%;
	float: left;
	background: #eca047;
	padding: 43px 0;
	margin-bottom: 50px;
}
.page1_box .box_page .page_icon3{
	width: 30%;
	float: left;
	background: #eaba81;
	padding: 43px 0;
	margin-bottom: 50px;
}


.page1_box .box_page .page_icon1 i{
	display: block;
	font-size: 5em;
	color: #fff;
}
.page1_box .box_page .page_icon1 em{
	display: block;
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.page1_box .box_page .page_icon2 i{
	display: block;
	font-size: 5em;
	color: #fff;
}
.page1_box .box_page .page_icon2 em{
	display: block;
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.page1_box .box_page .page_icon3 i{
	display: block;
	font-size: 5em;
	color: #fff;
}
.page1_box .box_page .page_icon3 em{
	display: block;
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

@media(max-width:690px){
	.page1_box .box_page .page_icon1 i{font-size: 3em;}
	.page1_box .box_page .page_icon1 em{font-size:1.4em;}

	.page1_box .box_page .page_icon2 i{font-size: 3em;}
	.page1_box .box_page .page_icon2 em{font-size:1.4em;}

	.page1_box .box_page .page_icon3 i{font-size: 3em;}
	.page1_box .box_page .page_icon3 em{font-size:1.4em;}
}

.page1_box .box_page .page_txt{
	width: 70%;
	float: left;
	height: 220px;
	padding: 46px 10px;
	text-align: left;
	border: 1px solid #ddd;
	background: #eee;
}

.page1_box .box_page .page_txt p{
	-ms-word-break: keep-all;
	word-break: keep-all;	
}


@media(max-width:605px){
	.lt_bn .bn_txt {width:100% !important;}
}

@media(max-width:500px){
	#hd_wrapper {padding: 22px 0;}
	.main_top_wrap2 h2 {font-size:21px;}
   
}

@media(max-width:363px){	
	.lt_bn li .bn_tit {
		font-size: 1.8em !important;
		text-align: center;
	}
	.lt_bn .bn_txt {
		display: table;
		height: 100%;
		width: 60%;
		text-align: center;
	}
	.lt_bn .txt_wr {
    padding: 0 21px !important;
}

}



@media(max-width:969px){
	
	.page1_box .box_page .page_icon1{
		width: 80%;
		margin:0 auto;
		float: none;
	}

	.page1_box .box_page .page_icon2{
		width: 80%;
		margin:0 auto;
		float: none;
	}

	.page1_box .box_page .page_icon3{
		width: 80%;
		margin:0 auto;
		float: none;
	}

	.page1_box .box_page .page_txt{
		width: 80%;
		margin: 0 auto;
		float: none;
		height: auto;
	}

	.page1_box .box_page{
		margin-bottom: 50px;
	}
}

@media(max-width:690px){
	.page1_box .box_page .page_txt{text-align: center;}
}












.page1_box2{
	max-width: 1400px;
	margin: 80px auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}

.page1_box2 h2{
	font-size: 2.5em;
	font-weight: 600;
}
.page1_box2 h2 span{
	color: #f08509;
}
.page1_box2 h2:after{
	content: "";
    clear: both;
    display: block;
    width: 30px;
    margin: 10px auto;
    border: 1px solid #000;
}

.page1_box2 .box2_table{
	margin-top: 50px;
}

.page1_box2 .box2_table table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}	

.page1_box2 .box2_table table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page1_box2 .box2_table table th:nth-child(1){
	border-right: 1px solid #eee;
	width: 20%;
}
.page1_box2 .box2_table table th:nth-child(2){
	width: 80%;
}

.page1_box2 .box2_table table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page1_box2 .box2_table table td:nth-child(1){
	border-right: 1px solid #eee;
	width: 20%;
}
.page1_box2 .box2_table table td:nth-child(2){
	width: 80%;
}



.page1_box3{
	max-width: 1400px;
	margin: 80px auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}
.page1_box3 h2{
	font-size: 2.5em;
	font-weight: 600;
}
.page1_box3 h2 span{
	color: #f08509;
}
.page1_box3 h2:after{
	content: "";
    clear: both;
    display: block;
    width: 30px;
    margin: 10px auto;
    border: 1px solid #000;
}







.page1_box4{
	max-width: 1400px;
	margin: 80px auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}
.page1_box4 h2{
	font-size: 2.5em;
	font-weight: 600;
}
.page1_box4 h2 span{
	color: #f08509;
}
.page1_box4 h2:after{
	content: "";
    clear: both;
    display: block;
    width: 30px;
    margin: 10px auto;
    border: 1px solid #000;
}

.page1_box4 .box2_table{
	margin-top: 50px;
}

.page1_box4 .box2_table table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}	

.page1_box4 .box2_table table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page1_box4 .box2_table table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table th:nth-child(2){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table th:nth-child(3){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table th:nth-child(4){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table th:nth-child(5){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table th:nth-child(6){
	border-right: 1px solid #eee;
}


.page1_box4 .box2_table table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page1_box4 .box2_table table td:nth-child(1){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table td:nth-child(2){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table td:nth-child(3){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table td:nth-child(4){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table td:nth-child(5){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table table td:nth-child(6){
	border-right: 1px solid #eee;
}



.page1_box4 .box2_table2{
	margin-top: 50px;
	display: none;
}

.page1_box4 .box2_table2 table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}	

.page1_box4 .box2_table2 table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page1_box4 .box2_table2 table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table2 table th:nth-child(2){
	border-right: 1px solid #eee;
}



.page1_box4 .box2_table2 table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page1_box4 .box2_table2 table td:nth-child(1){
	border-right: 1px solid #eee;
}
.page1_box4 .box2_table2 table td:nth-child(2){
	border-right: 1px solid #eee;
}



.page1_box4 .box2_table3{
	margin-top: 50px;
	display: none;
}

.page1_box4 .box2_table3 table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}	

.page1_box4 .box2_table3 table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page1_box4 .box2_table3 table th:nth-child(1){
	border-right: 1px solid #eee;
}


.page1_box4 .box2_table3 table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page1_box4 .box2_table3 table td:nth-child(1){
	border-right: 1px solid #eee;
}



@media(max-width:900px){
	.page1_box4 .box2_table{display: none;}
	.page1_box4 .box2_table2{display: block;}
}

@media(max-width:690px){
	.page1_box4 .box2_table{display: none;}
	.page1_box4 .box2_table2{display: none;}
	.page1_box4 .box2_table3{display: block;}
}








.page1_box5{
	max-width: 1400px;
	margin: 80px auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}
.page1_box5 h2{
	font-size: 2.5em;
	font-weight: 600;
}
.page1_box5 h2 span{
	color: #f08509;
}
.page1_box5 h2:after{
	content: "";
    clear: both;
    display: block;
    width: 30px;
    margin: 10px auto;
    border: 1px solid #000;
}

.page1_box5 .mo_img{
	display: none;
}

.page1_box5 .pc_img{
	margin-bottom: 30px;
}

@media(max-width:690px){
	.page1_box5 .mo_img{display: block;}
	.page1_box5 .pc_img{display: none;}

	.page1_box2 h2{font-size: 2em;}
	.page1_box3 h2{font-size: 2em;}
	.page1_box4 h2{font-size: 2em;}
	.page1_box5 h2{font-size: 2em;}
}

@media(max-width:500px){
	.page1_box2 h2{font-size: 1.5em;}
	.page1_box3 h2{font-size: 1.5em;}
	.page1_box4 h2{font-size: 1.5em;}
	.page1_box5 h2{font-size: 1.5em;}
}














/* 재가방문요양케어 */
.page2_box1{
	max-width: 1400px;
	margin: 80px auto;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}

.page2_box1 .box_page{
	width: 100%;
	margin: 0 auto;
}

.page2_box1 .page2_table{
	margin-top: 50px;
}

.page2_box1 .page2_table table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
	margin-bottom: 20px;
}	

.page2_box1 .page2_table table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box1 .page2_table table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box1 .page2_table table th:nth-child(2){
}

.page2_box1 .page2_table table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box1 .page2_table table td:nth-child(1){
	border-right: 1px solid #eee;
	width: 20%;
}
.page2_box1 .page2_table table td:nth-child(2){
	width: 80%;
}









.page2_box2{
	max-width: 1400px;
	margin: 80px auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}

.page2_box2 h2{
	font-size: 2.5em;
	font-weight: 600;
}
.page2_box2 h2 span{
	color: #f08509;
}
.page2_box2 h2:after{
	content: "";
    clear: both;
    display: block;
    width: 30px;
    margin: 10px auto;
    border: 1px solid #000;
}

.page2_box2 .page2_table{
	margin-top: 50px;
}

.page2_box2 .page2_table table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}



.page2_box2 .page2_table table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box2 .page2_table table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table th:nth-child(2){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table th:nth-child(3){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table th:nth-child(4){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table th:nth-child(5){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table th:nth-child(6){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table th:nth-child(7){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table th:nth-child(8){
	border-right: 1px solid #eee;
}

.page2_box2 .page2_table table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box2 .page2_table table td:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table td:nth-child(2){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table td:nth-child(3){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table td:nth-child(4){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table td:nth-child(5){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table td:nth-child(6){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table td:nth-child(7){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table table td:nth-child(8){
	border-right: 1px solid #eee;
}



.page2_box2 .page2_table2{
	margin-top: 50px;
	display: none;
}

.page2_box2 .page2_table2 table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}



.page2_box2 .page2_table2 table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box2 .page2_table2 table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table2 table th:nth-child(2){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table2 table th:nth-child(3){
	border-right: 1px solid #eee;
}


.page2_box2 .page2_table2 table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box2 .page2_table2 table td:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table2 table td:nth-child(2){
	border-right: 1px solid #eee;
}
.page2_box2 .page2_table2 table td:nth-child(3){
	border-right: 1px solid #eee;
}




.page2_box2 .page2_table3{
	margin-top: 50px;
	display: none;
}

.page2_box2 .page2_table3 table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}



.page2_box2 .page2_table3 table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box2 .page2_table3 table th:nth-child(1){
	border-right: 1px solid #eee;
}

.page2_box2 .page2_table3 table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box2 .page2_table3 table td:nth-child(1){
	border-right: 1px solid #eee;
}



@media(max-width:900px){
	.page2_box2 .page2_table2{display: block;}
	.page2_box2 .page2_table{display: none;}
}

@media(max-width:500px){
	.page2_box2 .page2_table2{display: none;}
	.page2_box2 .page2_table3{display: block;}
}


.page2_box3{
	max-width: 1400px;
	margin: 80px auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}
.page2_box3 h2{
	font-size: 2.5em;
	font-weight: 600;
}
.page2_box3 h2 span{
	color: #f08509;
}
.page2_box3 h2:after{
	content: "";
    clear: both;
    display: block;
    width: 30px;
    margin: 10px auto;
    border: 1px solid #000;
}

.page2_box3 .page2_table{
	margin-top: 50px;
}

.page2_box3 .page2_table table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
	margin-bottom: 20px;
}	

.page2_box3 .page2_table table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box3 .page2_table table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box3 .page2_table table th:nth-child(2){
}

.page2_box3 .page2_table table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box3 .page2_table table td:nth-child(1){
	border-right: 1px solid #eee;
	width: 20%;
}
.page2_box3 .page2_table table td:nth-child(2){
	width: 80%;
}







.page2_box4{
	max-width: 1400px;
	margin: 80px auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}
.page2_box4 h2{
	font-size: 2.5em;
	font-weight: 600;
}
.page2_box4 h2 span{
	color: #f08509;
}
.page2_box4 h2:after{
	content: "";
    clear: both;
    display: block;
    width: 30px;
    margin: 10px auto;
    border: 1px solid #000;
}

.page2_box4 .page2_table{
	margin-top: 50px;
}

.page2_box4 .page2_table table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
	margin-bottom: 20px;
}	

.page2_box4 .page2_table table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box4 .page2_table table th:nth-child(1){
	border-right: 1px solid #eee;
}

.page2_box4 .page2_table table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box4 .page2_table table td:nth-child(1){
	border-right: 1px solid #eee;
}



.page2_box4 .page2_table2{
	margin-top: 50px;
	display: none;
}

.page2_box4 .page2_table2 table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}	

.page2_box4 .page2_table2 table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box4 .page2_table2 table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box4 .page2_table2 table th:nth-child(2){
	border-right: 1px solid #eee;
}



.page2_box4 .page2_table2 table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box4 .page2_table2 table td:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box4 .page2_table2 table td:nth-child(2){
	border-right: 1px solid #eee;
}



.page2_box4 .page2_table3{
	margin-top: 50px;
	display: none;
}

.page2_box4 .page2_table3 table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
}	

.page2_box4 .page2_table3 table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box4 .page2_table3 table th:nth-child(1){
	border-right: 1px solid #eee;
}


.page2_box4 .page2_table3 table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box4 .page2_table3 table td:nth-child(1){
	border-right: 1px solid #eee;
}






.page2_box5{
	max-width: 1400px;
	margin: 80px auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}
.page2_box5 h2{
	font-size: 2.5em;
	font-weight: 600;
}
.page2_box5 h2 span{
	color: #f08509;
}
.page2_box5 h2:after{
	content: "";
    clear: both;
    display: block;
    width: 30px;
    margin: 10px auto;
    border: 1px solid #000;
}

.page2_box5 .page2_table{
	margin-top: 50px;
}

.page2_box5 .page2_table table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
	margin-bottom: 20px;
}	

.page2_box5 .page2_table table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box5 .page2_table table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box5 .page2_table table th:nth-child(2){
	border-right: 1px solid #eee;
}
.page2_box5 .page2_table table th:nth-child(3){
	border-right: 1px solid #eee;
}

.page2_box5 .page2_table table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box5 .page2_table table td:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box5 .page2_table table td:nth-child(2){
	border-right: 1px solid #eee;
}
.page2_box5 .page2_table table td:nth-child(3){
	border-right: 1px solid #eee;
}

.page2_box5 .page2_table2{
	margin-top: 50px;
	display: none;
}

.page2_box5 .page2_table2 table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
	margin-bottom: 20px;
}	

.page2_box5 .page2_table2 table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page2_box5 .page2_table2 table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box5 .page2_table2 table th:nth-child(2){
	border-right: 1px solid #eee;
}
.page2_box5 .page2_table2 table th:nth-child(3){
	border-right: 1px solid #eee;
}

.page2_box5 .page2_table2 table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page2_box5 .page2_table2 table td:nth-child(1){
	border-right: 1px solid #eee;
}
.page2_box5 .page2_table2 table td:nth-child(2){
	border-right: 1px solid #eee;
}
.page2_box5 .page2_table2 table td:nth-child(3){
	border-right: 1px solid #eee;
}


@media(max-width:690px){
	.page2_box5 .page2_table2{display: block;}
	.page2_box5 .page2_table{display: none;}
}


@media(max-width:690px){

	.page2_box2 h2{font-size: 2em;}
	.page2_box3 h2{font-size: 2em;}
	.page2_box4 h2{font-size: 2em;}
	.page2_box5 h2{font-size: 2em;}
}

@media(max-width:500px){
	.page2_box2 h2{font-size: 1.5em;}
	.page2_box3 h2{font-size: 1.5em;}
	.page2_box4 h2{font-size: 1.5em;}
	.page2_box5 h2{font-size: 1.5em;}
}


.page03_box1{
	max-width: 1400px;
	margin: 80px auto;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 20px;
}

.page03_box1 div{
	margin-bottom: 50px;
}

.page03_box1 div h4{
	font-size: 1.6em;
	font-weight: 600;
}

@media(max-width:690px){
	.page03_box1 div h4{font-size: 1.4em;}
}

.page03_box1 div h4 span{
	color: #f08509;
}

.page03_box1 .box_page{
	width: 100%;
	margin: 0 auto;
}

.page03_box1 .page2_table{
	margin-top: 50px;
}

.page03_box1 .page2_table table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
	margin-bottom: 20px;
}	

.page03_box1 .page2_table table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page03_box1 .page2_table table th:nth-child(1){
	border-right: 1px solid #eee;
}
.page03_box1 .page2_table table th:nth-child(2){
	border-right: 1px solid #eee;
}
.page03_box1 .page2_table table th:nth-child(3){
	border-right: 1px solid #eee;
}

.page03_box1 .page2_table table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page03_box1 .page2_table table td:nth-child(1){
	border-right: 1px solid #eee;
}
.page03_box1 .page2_table table td:nth-child(2){
	border-right: 1px solid #eee;
}

.page03_box1 .page2_table table td:nth-child(3){
	border-right: 1px solid #eee;
}


.page03_box1 .page2_table2{
	margin-top: 50px;
	display: none;
}

.page03_box1 .page2_table2 table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #f08509;
	margin-bottom: 20px;
}	

.page03_box1 .page2_table2 table th{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.page03_box1 .page2_table2 table th:nth-child(1){
	border-right: 1px solid #eee;
}


.page03_box1 .page2_table2 table td{
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}	

.page03_box1 .page2_table2 table td:nth-child(1){
	border-right: 1px solid #eee;
}

@media(max-width:690px){
	.page03_box1 .page2_table2{display: block;}
	.page03_box1 .page2_table{display: none;}
}
