@charset "utf-8";

@media (min-width: 1200px) {

    #wrap{}
    #wrap .wrap{
		margin: 0 auto;
		width: 1200px;
		}
    
    #header{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 101;
		transition:all 0.5s; 
		background:#f2f2f2;
		border-bottom:0px #86bd24 solid;
		}
    
	.menubar {
		position: absolute;
		top:55px;
		left:0;
		width:100%;
		height:75px;
		background:#00a23f;
	}	
    #header .wrap{
		display: flex;
		align-items: center;
		height: 130px;
		border:0px #ff0000 solid;
		/* width: 1200px !important; */
		}
		
    /*메뉴복구용 #header .logo{margin: 0 80px 0 0;position: relative;z-index: 4;} */
	/*메뉴복구용 2 #header .logo{margin: 0 170px 0 0;position: relative;z-index: 4;} */
	#header .logo{margin: 0 24px 0 0;position: relative;z-index: 4;}
    #header .logo a{}
    #header .menu{
		position:relative;
		z-index:4; 
		border:0px #ff0000 solid;
		margin-top:62px;
		
		}
    #header .menu .dp1{
		display:flex;
		align-items:center;
		justify-content: space-between; 
		overflow:hidden; 
		 width:896px; 
		/*width:1000px;*/
		border:0px #0000ff solid;
		}
    #header .menu .dp1 .dl1{
		position:relative;
		padding:0 10px 0 0px; 
		border-right:1px #cccccc solid;
		}
	#header .menu .dp1 .dl1:last-child{
		padding-right:0px;		
		border-right:0px #cccccc solid;
		}
    #header .menu .dp1 .dl1 .da1{
		line-height: 12px;
		font-size: 17px;
		font-weight: normal;
		color: #ffffff;
		letter-spacing:-1px;
		}
    #header .menu .dp2{
		position:absolute;
		top:100%;
		left:50%;
		padding: 20px 10px;
		transform:translate(-50%,-10px);
		width: 200px;
		height:0px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		overflow:hidden
		}
    #header .menu .dp2 .dl2{position:relative;z-index:2;}
    #header .menu .dp2 .dl2 .da2{
		display:flex;
		line-height: 30px;
		font-size: 16px;
		font-weight: 500;
		color:#000000;
		text-align:center;
		justify-content: center;
		}
	
    #header .tool{
		position: absolute;
		top:0;
		left:50%;
		z-index: 4;
		border:0px #ff0000 solid;
		width:1200px;
		margin-left:-600px;
		text-align:right;
		}
    #header .tool ul{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		}
    #header .tool li{padding-top:16px}
    #header .tool li + li{margin: 0 0 0 0px;}
    #header .tool li a{
		/* display: flex;
		align-items: center;
		justify-content: center; */
		padding: 0px 14px 0px 14px;
		height: 14px;
		font-size: 14px;
		font-weight: 500;
		color: #000000;
		border: 0px solid #ff0000;
		}
	
	
	#header .tool li:nth-child(4) a {
		padding-right: 40px;
	}
	#header .tool li:nth-child(6) a {
		border-left: 1px solid #b5b5b5;
		border-right: 1px solid #b5b5b5;
	}
	
	#header .tool li:first-child a {
		border-left:none;
	}
	#header .tool li:last-child a {
		/* border-left:none;
		display:inline-block;
		width:40px;
		background:#86bd24;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 0 0px 0;
		text-align:center;
		color:#ffffff;
		border-radius:4px; */
		padding-right:0;
	}
	
    #header .allmenu{display:none;position: relative;z-index: 4;}
    #header .category{display:none;}
    #header .bg{
		position:absolute;
		z-index: -1;
		top:0;
		left:0;
		width:100%;
		height:0px;
		background:#f2f2f2;
		transition:all 0.5s;
		/* opacity:0.95; */
		}

    #header.fixed{position:fixed;z-index:101;background:#f2f2f2}
    
    #header.active{
		background:#f2f2f2;		
		border: 0px solid #0000ff;
		}
    #header.active .menu .dp1 .dl1 .dp2{
		height:510px;
		opacity:1;
		visibility:visible;
		transform:translate(-100%,0);
		/* transition: all 0.5s; */
		border-bottom:0px #ff0000 solid;
		border: 0px solid #ff0000;
		z-index:12;
		}
		
	.bg{
		height:0; 
		overflow:hidden;  
		margin-top:130px;
		}	
    #header.active .bg{		
		transition: all 0.5s;
		min-height:300px;
		height:auto; 
		background:#f2f2f2;	
		border-bottom:0px #86bd24 solid;
		border: 0px solid #ff0000;
		margin-top:130px;
		}
	.header_prod_list {
		display:none;
	}		
		
    #header.active .bg .header_prod_list {
		display:block;
		margin: 0 auto;
		width: 1200px;
		min-height:300px;    /** #header.active .bg 와 동일하게 **/
		padding:40px 0px 40px 0px;
		border:0px #ff0000 solid;
	}
	
	
	.header_prodcat_title {
		font-size:24px;
		font-weight: bold;
		color:#004ea2;
	}
	
	.header_prod_box {
		padding-top:20px;
		border:0px #0000ff solid;
		display:none;
	}
	.header_prod_box.on {
		display:block;
	}
	.header_prodcat_title {
		display:none;
	}
	
	.header_cat2_item_box {
		display:inline-block;
		width:134px;
		margin-right:10px;
		cursor:pointer;
		vertical-align:top;
	}
	.header_cat2_item_box:last-child {
		margin-right:0px;
	}
	
	.header_cat2_item {
		height:120px;
		border-radius:6px;
		border:1px #cccccc solid;
		background-color:#ffffff;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:contain;
	}
	.header_cat2_item_title {
		display:inline-block;
		width:134px;
		font-size:16px;
		color:#333333;
		margin-top:6px;
		text-align:center;
		word-break:keep-all;
		margin-bottom:14px;
	}
	
	
	/********/
	
	
	
    
    #container{}
    
    /* #container .visual{position: relative;height: 727px;background:url("../images/visual_bg-.png") no-repeat 50% 50% / cover} */
	#container .visual{
		position: relative;
		height: 850px; 
		border-bottom:0px #86bd24 solid; 
		margin-top:120px;
		
		}
		
	.visual_inner_box {
		position: relative;
		height:100vh;
		max-height: 850px; 
		border-bottom:0px #86bd24 solid; 
		border:0px #ff0000 solid; 
		overflow:hidden;
	}		
		
		
    #container .visual .slider{
		position: relative;
		z-index: 0;
		height:815px;
		overflow: hidden;
		}
    #container .visual .slider .swiper-slide{background-color:#ffffff; border:0px #ff0000 solid}
	
	
	
	#container .visual .slider .swiper-slide{
		background-position:center -50px; 
		background-repeat:no-repeat;	
		background-size: cover;
		/* animation: grow 10s linear infinite; */
		}
	
	
	
    #container .visual .slider .swiper-slide img{opacity:0;transition:all 0.5s}
    #container .visual .slider .swiper-slide-active img{opacity:1} 
	
	
    #container .visual .slider .swiper-dots{
		margin: 40px 0 0 0;
		bottom: unset;
		height: 25px;
		border:1px #ff0000 solid;
		}
    #container .visual .slider .swiper-dots span{text-indent: -9999em;width: 11px;height: 11px;border-radius: 11px;background: #b7b7b7;opacity: 1;}
    #container .visual .slider .swiper-dots span.swiper-pagination-bullet-active{background:#405bfb;}
    #container .visual .slider .swiper-prev{
		position:absolute;
		z-index: 99;
		top:50%;
		right: 100%;
		margin: -25px 25px 0 0;
		transform:translateY(-50%);
		width:50px;
		height:50px;
		background:url("../images_ico/icon_arrow_left.png") no-repeat 50% 50% / 100% auto;
		opacity: 0.5;}
    #container .visual .slider .swiper-next{position:absolute;z-index: 5;top:50%;left: 100%;margin: -25px 0 0 25px;transform:translateY(-50%);width:50px;height:50px;background:url("../images_ico/icon_arrow_right.png") no-repeat 50% 50% / 100% auto;opacity: 0.5;}
	
	
    /* #container .visual .wrap{
		display:flex;
		flex-direction:column;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		z-index: 2;
		transform: translateX(-50%);
		
		} 
	
	.main_host {
		position: absolute;
		top:530px;
		left:10px;
	}*/
		
    #container .visual .main_visual_txtbox{
		position: absolute;
		top:130px;
		left:50%;
		/* width: 530px; */
		width: 630px;
		/* margin:0 50px;
		width: 540px;*/
		margin-left:-540px;
		border:0px #ff0000 solid; 
		}
		
	.main_visual_txt_1 {
		font-size:58px;
		line-height:64px;
		color:#000000;
		letter-spacing: -1px;
	}
		
	.main_visual_txt_1_2 {
		font-size:58px;
		line-height:64px;
		color:#ffffff;
		letter-spacing: -1px;
	}
	
	.main_visual_txt_2 {
		margin-top:42px;
		font-size:26px;
		line-height:32px;
		color:#000000;
		letter-spacing: -1px;
		font-weight:bold;
	}
    .main_visual_txt_2 p {
		color:#084095;
		
	}
	.main_visual_txt_2 img{
		margin-left:10px;
	}
    
	.main_visual_txt_2_2 {
		margin-top:42px;
		font-size:26px;
		line-height:32px;
		color:#ffffff;
		letter-spacing: -1px;
		font-weight:bold;
	}
    .main_visual_txt_2_2 p {
		color:#00cc4f;
		
	}
	.main_visual_txt_2_2 img {
		margin-left:10px;
	}
	
	.main_visual_txt_3 {
		margin-top:18px;
		font-size:18px;
		line-height:24px;
		color:#000000;
		letter-spacing: -1px;
	}
	
	.main_visual_txt_3_2 {
		margin-top:18px;
		font-size:18px;
		line-height:24px;
		color:#ffffff;
		letter-spacing: -1px;
	}
	
	.main_visual_txt_button {
		margin-top:100px;
		width:134px;
		text-align: center;
		background:#084095;
		font-size:14px;
		color:#ffffff !important;
		padding:12px 0 12px 0;
		border-radius:60px;
		cursor:pointer;
	}
	.main_visual_txt_button a {
		color:#ffffff !important;
	}
	
	.main_button_find {
		position: absolute;
		bottom:0px;
		left:50%;
		margin-left: -75px;
		z-index:10;
	}
	
	
	/****/
	
.main_sec_title {
	font-size:26px; color:#084095;
	text-align:center;
	margin-bottom:30px;
}
.main_sec_title_2 {
	font-size:26px; color:#084095;
	text-align:center;
	margin-bottom:30px;
}
.main_sec_title_3 {
	font-size:35px; 
	color:#00a23f; 
	font-weight:bold;
	text-align:left;
	margin:34px 0 16px 0;
}
.main_sec_title_3_desc {
	font-size:18px; 
	color:#4d4d4d;
	line-height:26px;
}

	
.main_sec_newprod {
	padding:94px 0 94px 0;
	text-align:center;
	
}


.main_newprod_img {
	display:inline-block;
	width:260px; height:240px; 
	margin:0 auto 0 auto;
	background-position:center center; 
	background-repeat:no-repeat; 
	background-size:cover;
	vertical-align: top;
	border:1px #cccccc solid;
	cursor:pointer;
}
.main_newprod_name {
	font-size:22px; color:#333333;
	text-align:center;	
	width:260px; 
	margin:22px auto 0 auto;
	border:0px #ff0000 solid;
	cursor:pointer;
}
.main_newprod_desc {
	font-size:14px; color:#333333;	
	text-align:left;	
	word-break:keep-all;	
	width:260px; 
	margin:4px auto 0 auto;
	border:0px #ff0000 solid;
	cursor:pointer;
}


.main_sec_prod_sel_box {
	border-top:2px #084095 solid;
	margin-top:0px; 
	padding-top:16px; 
	padding-bottom:16px; 
	text-align:center;
	
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
}
.main_sec_prod_sel_tab {
	/* display:inline-block;  */
	width:12%;
}

.main_sec_prod_tab_button {
	/* display:inline-block; 
	width:80%; */
	padding:6px 0 8px 0; 
	cursor:pointer;
	font-size:18px; 
	border-radius:2px;
}

.main_sec_prod_tab_button_on {	
	/* display:inline-block; 
	width:80%; */
	padding:6px 0 8px 0; 
	cursor:pointer;
	font-size:18px; 
	border-radius:2px;
	background:#084095;
	color:#ffffff;
}

.main_sec_prod {
	height:380px;
	background:#f2f2f2;
	padding-top:40px;
	text-align:left;
}


.main_mainprod_img {
	display:inline-block;
	width:500px; height:300px; 
	margin:0 auto 0 auto;
	/* background-color:#ffffff; */
	background-position:center center; 
	background-repeat:no-repeat; 
	background-size:contain;
	vertical-align: top;
	border:0px #cccccc solid;
	cursor:pointer;
}

.main_mainprod_cat2 {
	margin-top:20px; padding-left:10px;
	font-size:12px; color:#333333;
	text-align:center;	
}
.main_mainprod_name {
	margin-top:6px; 
	padding-left:0px;
	font-size:28px; 
	font-weight:bold;
	color:#333333;
	text-align:center;	
	cursor:pointer;
}
.main_mainprod_desc {
	margin-top:14px; 
	padding-left:0px;
	font-size:16px; color:#333333;	
	text-align:left;	
	word-break:keep-all;
	cursor:pointer;
}


.main_sec_notice {
	padding:94px 0 100px 0;
	text-align:center;
	/* background:#f2f2f2; */
	border-top:1px #f2f2f2 solid;
}

.main_notice_item_box {	
	display:flex;
		align-items:center;
		justify-content: space-between; 
		overflow:hidden; 
	border:0px #ff0000 solid;
}

.main_notice_item {
	width:260px;
	margin:0 auto 0 auto;
}

.main_notice_img {
	display:inline-block;
	width:260px; height:240px; 
	margin:0 auto 0 auto;
	background-position:center top; background-repeat:no-repeat; background-size:cover;
	vertical-align: top;
}
.main_notice_title {
	margin-top:20px; 
	width:260px;
	margin:20px auto 0 auto;
	font-size:22px; color:#333333;
	text-align:left;	
}
.main_notice_date {
	margin-top:8px; 
	width:260px;
	margin:6px auto 0 auto;
	font-size:14px; color:#666666;	
	text-align:center;	
	word-break:keep-all;
}


.main_sec_service {
	padding:40px 0 40px 0;
	background:#f2f2f2;
	vertical-align:top;
}
.main_sec_service_cell_1 {
	display: inline-block;
	width:380px;
	text-align:left;
	vertical-align:top;
}

.main_sec_service_cell_2 {
	display: inline-block;
	width:814px;
}
.main_sec_service_cell_2_inner {
display:flex;
		align-items:center;
		justify-content: space-between; 
		overflow:hidden; 
	border:0px #ff0000 solid;
}

.main_sec_service_item {
	width:33%;
	text-align: center;
}
.main_sec_service_item img {
	display: block;
	margin:0 auto 0 auto;
}

.main_sec_service_button {
	display: inline-block;
	width:106px;
	border:1px #2db160 solid;
	border-radius:60px;
	text-align: center;
	padding:6px 0 6px 0;
	font-size:14px;
	color:#2db160;
	margin-top: 15px;
}
	
	
	
	/****/
	
	
	#container .organization{
		padding:60px 0;
		background:#ffffff;
		}
		
	.orga_box_1 {
		display: block;
		width:100%;
		vertical-align:top;
		text-align: left;
	}
	
	
	.orga_box_2 {
		display: inline-block;
		width:900px;
		vertical-align:top;
		text-align: left;
	}
	.orga_box_3 {
		vertical-align:top;
		margin-top:60px;
	}
	
	.orga_title {
		font-size:20px;
		display: inline-block;
		margin-right:10px;
	}
	.host_logo {
		margin-left:30px;
	}
	
    /* #footer{
		background:#0a3d04;
		padding: 30px 0;
		text-align: left; 
		border-top:0px #cccccc solid;
		}
    
	
	.footer_box_1 {
		
	}
	
	
	.footer_txt_1 {
		color:#ffffff;
		font-size:16px;
	}
	.footer_txt_2 {
		color:#cbcbcb;
		font-size:16px;
		margin-top:10px;
	}
	 */
	 
footer {
    padding: 44px 0 0 0;
    background: #00a23f;
	text-align:left;
	vertical-align:top;
}
.footer_cell_1 {display:inline-block; width:59.6%; vertical-align:top;}
.footer_cell_2 {display:inline-block; width:39.6%; vertical-align:top; text-align:right}
.footer_cell_3 {background:#017d31;  border-top:0px #494949 solid;
	padding:20px 0 20px 0; margin-top:30px;
}
.copyright {color:#ffffff; font-size:14px; text-align:left}

.footer_tel_box {
	display:inline-block;
	width:264px;
	padding-right:24px;
	border-right:1px #dedede solid;
}
.footer_tel_box_2 {
	display:inline-block;
	width:304px;
	padding-left:24px;
	border-right:0px #7b7b7b solid;
}

.footer_addr_box {
	padding-top:30px;
	color:#f3f3f3; font-size:14px; line-height:22px;
}


.footer_tel_title {
	color:#ffffff; font-size:24px; 
	font-weight:normal;
	text-align:left;
}
.footer_tel {
	color:#ffffff; font-size:30px;  line-height:34px;  font-weight:bold;
	text-align:left;
	padding-top:0px;
}

.footer_link_box_1 {
	font-size:14px; line-height:14px;	
	padding-top:6px;
}

.footer_link_box_2 {
	font-size:14px; line-height:14px;	
	margin-top:15px;
}
.footer_link_box_3 {
	margin-top:20px;
}
.footer_link_txt_1 { 
	display:inline-block;
	color:#ffffff; 
}
.footer_link_txt_2 { 
	display:inline-block;
	color:#fcee21; 
}

.footer_link_txt_3 { 
	display:inline-block;
	color:#ebebeb; 
}

.footer_link_box_1 span {
	border-right:1px #dedede solid;
	width:1px; height:14px;
	margin:-3px 8px 0 10px;
	display:inline-block;
	vertical-align:middle;
}

.footer_link_box_2 span {
	border-right:1px #dedede solid;
	width:1px; height:14px;
	margin:-3px 8px 0 10px;
	display:inline-block;
	vertical-align:middle;
}
	 
	 
	/****/
	 
	.search_win_inner {
		flex: 1;
		max-width: 100%;
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border: 0px solid #ff0000;
		margin-top:10px;
		margin-bottom:10px;
		}
    .search_win_inner .form{display:flex;}
    .search_win_inner .form input{
		flex:1;
		padding: 0 12px;
		width:100%;
		height:50px;
		border: 1px solid #babac8;
		font-size: 16px;
		font-weight: 300;
		border-radius:2px;
		}
    .search_win_inner .form input::placeholder{color:#666666}
    .search_win_inner .form button{
		margin-left: 8px;
		background: #004097;
		width: 114px;
		flex-shrink: 0;
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		}
	.footer_sch_bttn {
		display:inline-block;
		margin-left: 8px;
		background: #004097;
		width: 70px;
		flex-shrink: 0;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		text-align:center;
		line-height:50px;
		border-radius:2px;
	}		
		
	.footer_schtitle {
		font-size:18px;
		font-weight:bold;
		margin-bottom:10px;
	}
	 
	.footer_schtitle span {
		font-size:14px;
		color:#999999;
		font-weight:normal;
		margin-left:10px;
	}
	/****/
	
	
	
	.main_sec_1 {
		background-color:#ffffff;
		background-position: center center;
		background-repeat: no-repeat;	
		background-image:url("../images/main_qbox_line.png");
		padding:100px 0 100px 0;
		text-align:center;
	}
	
	
	
	.main_q_link_box {
		display: flex; 
		justify-content: space-between; 
		overflow:hidden; 
		width:100%;
	}
	.main_q_link {
		width: 230px;
		height: 230px;
		border-radius: 230px;
		background-color:#f6f6f6;
		background-position: center 50px;
		background-repeat: no-repeat;
		text-align: center; 
		cursor:pointer;
	}
	
	.main_q_link:nth-child(1) {
		background-image:url("../images/main_qicon_1.png");
	}
	.main_q_link:nth-child(2) {
		background-image:url("../images/main_qicon_2.png");
	}
	.main_q_link:nth-child(3) {
		background-image:url("../images/main_qicon_3.png");
	}
	.main_q_link:nth-child(4) {
		background-image:url("../images/main_qicon_4.png");
	}
	.main_q_link:nth-child(5) {
		background-image:url("../images/main_qicon_5.png");
	}
	
	.main_q_link_title {
		margin-top:150px;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		color:#000000;
	}
	
	
	.main_sec_2 {
		background-color:#f6f6f6;
	}
	
	.main_sec_2 .con_box_2_5 {
		padding:60px 0 60px 0;
		height:520px;
	}
	
	.main_loc {
		background-image:url("../images/main_bg_2.jpg");
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.main_notice_sec {
		width:630px;
		display:inline-block;
		border:0px #ff0000 solid;
		text-align: left;
	}
	
	.main_sec_2_title {
		font-size:42px;
		font-weight:bold;
		color:#000000;
	}
	
	.main_notice_list {
		height:100px;
		overflow:hidden;
		margin:20px 0 40px 0;
		border:0px #ff0000 solid;
	}
	.main_press_list {
		height:100px;
		overflow:hidden;
		margin:20px 0 0px 0;
		border:0px #ff0000 solid;
	}
	
	.main_notice_item {
		font-size:18px;
		margin-bottom:8px;
	}
	.main_notice_item a {
		display:inline-block;
		width:490px;
		white-space: nowrap; 
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align:top;
		border:0px #ff0000 solid;
	}
	.main_notice_item span {
		font-size:14px;
		border:0px #ff0000 solid;
		vertical-align:middle;
		margin-left:10px;
	}
	
	
	.main_loc_sec {
		padding-left:68px;
	}
	
	.main_loc .main_sec_2_title {
		color:#ffffff;
	}
		
	.main_loc_sec_txt {
		margin-top:40px;
		font-size:28px;
		color:#ffffff;
	}
	
	.main_loc_btn {
		width:204px;
		border:1px #ffffff solid;
		border-radius:2px;
		background:url('../images/main_icon_more.png') 170px center no-repeat;
		padding:15px 0 15px 20px;
		color:#ffffff;
		font-size:18px;
		margin-top:30px;
		cursor:pointer;
	}
	
	
	.main_sec_3 {
		background:#052c01;
		padding:40px 0 40px 0;
		text-align:center;
	}
	
	.main_nl_txt {
		font-size:28px;
		color:#ffffff;
		margin-bottom:24px;
	}
	
	.main_nl_txt span {
		font-size:36px;
		color:#1da90d;
		font-weight:bold;
	}
	
	
	.main_nl_input_box{
		padding:14px 14px 14px 14px;
		color:#333333;
		background-color:#ffffff;
		vertical-align:middle;
		border:1px solid #cccccc;
		-webkit-appearance: none;
		border-radius:2px;
		font-size:18px;
		width:630px;
		border-radius:6px 0 0 6px;
	}
	
	.main_nl_bttn {
		display:inline-block;
		background:#86bd24;
		width:240px;
		height:51px;
		line-height:50px;
		text-align:center;		
		border-radius:0 6px 6px 0;
		color:#ffffff;
		vertical-align:top;
		margin-left:-4px;
		font-size:20px;
		
	}
	
	
	
	/********/
	.sub_header_bg{background:#e9e0d6;}
	
.display-w {
    display: block;
}
.display-inline-w {
    display: inline-block;
}
.display-m {
    display: none;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
	
	.inner {
		position: relative;
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
	}
	
	
.pagetitle_box{
	text-align: center; 
	padding:70px 0 70px 0px;
	border-bottom:1px #d0d0d0 solid;
	
	}
.pagetitle {
	font-size:40px;	
	font-weight:bold;	
	color:#131313;	
	letter-spacing:-1px; 
}	

.page_rout {
	margin-top:10px;
	font-size:14px;	
	color:#808080;
	text-align: center; 
}
.page_rout img {
	margin-top:-3px;
	margin-right:4px;
}
	
.pagetitle_underline {
	display:block;
	width:40px;
	height: 4px;
	background:#004ea2;
	margin:70px auto 0 auto;
}



	.pagetitle_invisual {
		width:800px;
		position:absolute;
		top:46px;
		left:50%;
		margin-left:-400px;
		font-size:46px;	
		font-weight:bold;	
		color:#073883;	 
		text-align:center;
	}


	.sub__visual {
    margin-top:130px;
	height: 160px;
	background:#f4eee7 url('../images/sub_visual_bg_2.jpg') center bottom no-repeat;
	background-size:cover;
	border-top:0px #cccccc solid; 
	border-bottom:0px #cccccc solid;
	position:relative;
}
	.sub__visual .inner {
		height: 160px;
	}


.snb__list {
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:center;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
	
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	
	position:absolute;
	bottom:0;
	border:0px #ff0000 solid;
}

.snb__arrow {
    display: none;
}

.snb__item {
    border-right: 0px solid #d6d6d6;
    background-color: #cccccc;
}
.snb__item .depth2 {
    display: none;
}

.snb__item:nth-child(1) {
    border-left: 0px solid #d6d6d6;
}

.snb__item a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    /* height: 3rem; 
	line-height: 3rem;	 */
	padding:16px 0 14px 0;
    background-color: #cccccc;
	word-break:keep-all;
	color: #fff;
}

.snb__item.on a {
    background-color: #008254;
    color: #fff;
	font-weight:bold;
	height: auto;
}

	


	
.contents {
    padding: 60px 0 80px 0;
}

.section {
    margin-bottom: 110px;
}

.section:last-child {
    margin-bottom: 0px;
}

	/**/
	
.section__nth {
	margin-top:80px !important;
}

.preparing {
	width: 600px; border:8px #f9f9f9 solid; text-align: center; padding:80px 0 80px 0; font-size:50px; color:#cccccc; margin:0 auto 0 auto; border-radius:20px
}

.section__title {
    font-size: 34px;
    position: relative;
    /* padding-left: 0.6em; */
    padding-left: 0;
    border-bottom: 0px solid #aaaaaa;
    /* padding-bottom: .86666em; */
	padding-bottom: 0.5em;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom: 10px;
    font-weight:bold;
	word-break: keep-all;
	color:#000000;
}

.section__title:after {
    /* display: block; */
	display: none;
    content: "";
    width: 7px;
    height: 0.94em;
    background-color: #000000;
    position: absolute;
    top: 5px;
    left: 0;
}

/****/
	
	
.i1_sec_1 {	
	vertical-align: top;
}


.i1_catbox {
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-bottom:50px;
}

.i1_cat_item {
	width: 24.4%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:1px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}

.i1_cat_item:last-child {
	margin-right:0px;
}

.i1_cat_item.selon {
	background:#458ff4;
	color:#ffffff;
}


.i1_box_1 {
	position: relative;
	background:#fafafa;
}
.i1_box_1_inner_1 {
	display:inline-block;
	width:40%;
	vertical-align:top;
}
.i1_box_1_inner_1  img {
	width:100%;
}
.i1_box_1_inner_2 {
	display:inline-block;
	width:59%;
	vertical-align:top;
}

.i1_icon_box {	
	padding-left:90px;
	margin-top:70px;
}
.i1_icon_box img {	
	margin-right:10px;
}

.i1_txt_big {
	font-size:34px;
	color:#000000;
	padding-left:90px;
	margin-top:20px;
}
.i1_txt_normal {
	font-size:16px;
	color:#000000;
	margin-top:40px;
	padding-left:90px;
}


/****/


.i1_sec_2 {
	padding-top:80px;
	padding-bottom:40px;
	border:0px #ff0000 solid;
}


.i1_txt_big2 {
	font-size:34px;
	color:#000000;
	text-align:center;
}
.i1_txt_normal2 {
	font-size:16px;
	color:#000000;
	margin-top:30px;
	text-align:center;
}

.i1_gra {
	margin-top:40px;
	text-align:center;
}
.i1_gra_txt {
	width:420px;
	border:5px #f3f3f3 solid;
	padding:20px 0 20px 0;
	text-align:center;
	font-size:18px;
	margin:20px auto 0 auto;
	border-radius:80px;
}


	/**/


.i1_sec_3 {
	position:relative;
	padding-top:0px;
	padding-bottom:80px;
	border:0px #ff0000 solid;
	height:520px;
	background:url("../images/bg_company_value.jpg") center top no-repeat;
	background-size:cover;
}
.i1_sec_3_txtbox {	
	position:absolute;
	top:60px;
	left:50%;
	width:600px;
	height:360px;
	margin-left:0px;
	padding:70px 30px 70px 60px;
	background-color:rgba(255, 255, 255, 0.8);
	border-radius:2px;
}
.i1_sec_3_txtbox .i1_txt_big2 {
	text-align:left;
}
.i1_sec_3_txtbox .i1_txt_normal2 {
	margin-top:10px !important;
	text-align:left;
}

.i1_txt_big3 {
	margin-top:50px;
	font-size:20px
}

/****/

.i2_sec_1 {
	
}



.i2_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}

.i2_sec_1 .section_subtitle {
	margin-top:40px;
	margin-bottom:30px;
}


/****/
.history_wrap {
	margin-top:40px;
}

.history_wrap .tabs {
	border: 1px solid #e1e1e1;
}

.history_wrap .tabs::after {
	content: '';
	display: block;
	clear: both;
}

.history_wrap .tabs li {
	float: left;
	/* width: 33.3%; */
	width: 25%;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	color: #222;
	cursor: pointer;
}

.history_wrap .tabs li.active {
	background: #3362a8;
	color: #fff;
}

.history_cont {
	padding: 60px 0 120px;
}

.history_cont .detail {
	font-size: 0;
	position: relative;
}

.history_cont .detail:last-child::after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: #3362a8;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}



/**********/


/* @media screen and (max-width: 767px) {
	.history_cont .detail:last-child::after {
		transform: none;
		left: -4px;
	}
} */

.history_cont .detail .cont {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 33px;
	box-sizing: border-box;
	border-right: 1px dotted #3362a8;
	word-break: keep-all;
}

/* @media screen and (max-width: 767px) {
	.history_cont .detail .cont {
		width: 100%;
		border-right: 0;
		border-left: 1px dotted #3362a8;
	}
} */

.history_cont .detail.l_detail .cont {
	text-align: right;
}

/* @media screen and (max-width: 767px) {
	.history_cont .detail.l_detail .cont {
		text-align: left;
	}
} */

.history_cont .detail.r_detail .cont {
	border-right: 0;
	border-left: 1px dotted #3362a8;
}

.history_cont .detail.r_detail .img_box {
	text-align: right;
}

.history_cont .detail .cont h3 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.37px;
	color: #3362a8;
	margin-bottom: 50px;
	position: relative;
	margin-top: -3px;
}

.history_cont .detail .cont h3::after {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	background: url("../images/bg_year.jpg") no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -49px;
}

/* @media screen and (max-width: 767px) {
	.history_cont .detail .cont h3::after {
		right: auto;
		left:-49px;
	}
} */

.history_cont .detail.r_detail .cont h3::after {
	right: auto;
	left: -49px;
}

.history_cont .detail .cont ul li {
	margin-bottom: 25px;
}

.history_cont .detail .cont ul li:last-child {
	margin-bottom: 50px;
}

.history_cont .detail .cont ul li p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.1px;
	line-height: 1.5;
	color: #818181;
}

.history_cont .detail .cont ul li p.date {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.4px;
	color: #333;
	position: relative;
}

.history_cont .detail .cont ul li p.date::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #3362a8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -36px;
	border-radius: 50%;
}

/* @media screen and (max-width: 767px) {
	.history_cont .detail .cont ul li p.date::after {
		right: auto;
		left: -36px;
	}
} */

.history_cont .detail.r_detail .cont ul li p.date::after {
	right: auto;
	left: -36px;
}

.history_cont .detail .img_box {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
}

/* @media screen and (max-width: 767px) {
	.history_cont .detail .img_box {
		display: none;
	}
} */

.history_cont .detail .img_box img {
	max-width: 100%;
}

.history_cont .detail.bg_2018::before {
	content: '';
	display: block;
	width: 237px;
	height: 239px;
	background: url("../images/bg_history01.png") no-repeat;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: -1;
}

.history_cont .detail.bg_2015::before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	background: url("../images/bg_history02.png") no-repeat;
	position: absolute;
	bottom: -35px;
	left: 295px;
	z-index: -1;
}

.history_cont .detail.bg_2013::before {
	content: '';
	display: block;
	width: 237px;
	height: 239px;
	background: url("../images/bg_history01.png") no-repeat;
	position: absolute;
	top: -60px;
	left: 25px;
	z-index: -1;
}

.history_cont .detail.bg_2011::before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	background: url("../images/bg_history02.png") no-repeat;
	position: absolute;
	bottom: -26px;
	right: 83px;
	z-index: -1;
}

.history_cont .detail.bg_2010::before {
	content: '';
	display: block;
	width: 237px;
	height: 239px;
	background: url("../images/bg_history01.png") no-repeat;
	position: absolute;
	bottom: -120px;
	left: 220px;
	z-index: -1;
}

.history_cont .detail.bg_2007::before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	background: url("../images/bg_history02.png") no-repeat;
	position: absolute;
	bottom: -57px;
	left: 0;
	z-index: -1;
}

/* @media screen and (max-width: 767px) {
	.history_cont .detail::before {
		display: none !important;
	}
} */
/**********************************************************************************
	TABS
**********************************************************************************/
.tab-content {
	display:none;
	padding:10px;
}

.tab-content.active {
	display: inherit;
}	

ul.tabs {
	margin:0;
	padding:0;
}

.tabs-wrap .btn-open {
	display:none;
}

ul.tabs {
	width:100%;
}

ul.tabs:before, ul.tabs:after {
  display: table;
  content: " ";
}

ul.tabs:after {
  clear: both;
}
ul.tabs li.select {
		display:none;
	}

	ul.tabs li {
		float:left;
		display: inline-block;
		padding:10px 20px;
		text-align:center;
		cursor: pointer;
		background:#fafafa;
	}

	ul.tabs li.active {
		box-shadow: inset 0 3px #0ce0ce;
		background:#fff;
	}


/****/

.i3_sec_1 {
	
}



.i3_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}

.i3_sec_1 .section_subtitle {
	margin-top:40px;
	margin-bottom:30px;
}



.i3_pic_box_1 {
	text-align: center;
	background:#f9f9f9;
}
.i3_pic_box_2 {	
	text-align: center;
}
.i3_pic_box_2_item {
	display:inline-block;
	position:relative;
	width:520px;
	height:290px;
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 30px 40px 30px;
	vertical-align:top;
	border-radius:2px;
	border:0px #ff0000 solid;
}
.i3_pic_box_2_item_title {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	text-align:center;
	background-color:rgba(255, 255, 255, 0.8);
	padding:14px 0 14px 0;
	font-size:18px;
	color:#000000;
	border-radius: 0 0 2px 2px;
}

/****/

.i4_sec_1 {
	
}

.i4_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}
.section__title_desc {
	text-align: center;
}

.i4_map {
	width:100%;
	height:400px;
	border-radius:4px;
	margin-top:40px;
}

.i4_sec_2 {
	position:relative;
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-bottom:10px;
	padding-top:60px;
	border:0px #ff0000 solid;

}

.i4_sec_2_item {
	position:relative;
	width: 48.6%;
	margin-right:0px;
	text-align: left;
	padding:40px 20px 40px 40px;
	border:1px #cccccc solid;
	border-radius:4px;
}

.i4_sec_2_item:last-child {
	margin-right:0px;
}

.i4_sec_2_item .bonmun_txt:nth-child(2) {
	font-size:16px !important;
}
.i4_sec_2_item .bonmun_txt:last-child {
	font-size:16px !important;
}

.i4_loc_icon {
	position:absolute;
	top:-20px;
	left:40px;
}

/******/


.s1_sec_1 {	
	vertical-align: top;
}


.s1_catbox {
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-bottom:50px;
}

.s1_cat_item {
	width: 33%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:1px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}

.s1_cat_item:last-child {
	margin-right:0px;
}

.s1_cat_item.selon {
	background:#458ff4;
	color:#ffffff;
}

.s1_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}


.s1_conbox {
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-top:60px;
}

.s1_con_item {
	width: 25%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:0px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}


.s1_con_item2 {
	width: 46%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:0px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}

.s1_con_item_titlebox {
	padding-bottom:20px;
	border-bottom:1px #466083 solid;
}

.s1_con_item_title {
	font-size:20px;
	color:#3160ae;
	margin-top:40px;
	letter-spacing:-1px;
}

.s1_con_item:last-child {
	margin-right:0px;
}

.s1_con_item_desc_box {	
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-top:20px;	
	border:0px #ff0000 solid;
}

.s1_con_item_desc_box_inner {
	width:100%;
	background:#f6f6f6;
	border-radius:2px;
	padding:30px 10px 30px 10px;
	font-size:16px;
	color:#000000;
}


.s1_con_item_desc_box_inner2 {
	/* width:49%; */
	width:100%;
	background:#f6f6f6;
	border-radius:2px;
	padding:0px 0px 30px 0px;
	font-size:16px;
	color:#000000;
}

.s1_so {
	background:#7996c2;
	padding:14px 0 14px 0;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	margin-bottom:30px;
}

.s1_so_subttl {
	color:#2355a2;	
	font-weight:bold;
}

.s1_so_subttl_line {
	width:30px;
	margin:14px auto 24px auto;
	border-bottom:1px #cccccc solid;
}
.s1_contact {
	font-size:16px;
	margin-bottom:10px;
}

/****/



.s3_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}

/**/

.b_srch {
	text-align: right;
	margin-top:30px;
	margin-bottom:10px;
}

.b_srch .input_box {
	font-size:16px;
	padding:6px 10px 6px 10px;
}

.b_button_srch {
	display:inline-block;
	width:50px;
	height:32px;
	line-height:32px;
	text-align: center;
	font-size:14px;
	color:#ffffff;
	background:#333333;
	border-radius:2px;
}

.b_button_allview {
	display:inline-block;
	width:80px;
	height:32px;
	line-height:32px;
	text-align: center;
	font-size:14px;
	color:#ffffff;
	background:#999999;
	border-radius:2px;
}


/**/

/****/



.s4_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}

.s4_sec_1 .r_item_title_box {
	background:#ffffff;
}


/****/
.s5_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}

.s5_sec_1 .r_item_title_box {
	background:#ffffff;
}


/****/


.p1_catbox {
	display:flex;
	align-items:left;
	 justify-content: space-between;  
	/*justify-content: flex-start;*/
	overflow:hidden;
	flex-wrap: wrap;
}

.p1_cat_item {
	width: 24.4%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:1px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}

.p1_cat_item:last-child {
	margin-right:0px;
}

.p1_cat_item.selon {
	background:#458ff4;
	color:#ffffff;
}

.p1_catbox2 {	
	display:flex;
	align-items:left;
	/* justify-content: space-between;  */
	justify-content: flex-start;
	overflow:hidden;
	flex-wrap: wrap;
	
	margin-top: 10px;
	border:0px #cccccc solid;
	border-radius:4px;
	padding:20px;
	background:#f9f9f9;
}

.p1_cat_item2 {
	width: 20%;
	margin-right:0px;
	text-align: left;
	font-size:16px;
	color:#666666;
	padding:0px 0 0px 0;
	border:0px #285eb1 solid;
	border-radius:4px;
	margin-bottom:5px;
	cursor:pointer;
}

.p1_cat_item2:last-child {
	margin-right:0px;
}

.p1_cat_item2.selon2 {
	border:0px #285eb1 solid;
	background:none;
	color:#285eb1;
	font-weight:bold;
}

.p1_nowcat_box {
	margin-top: 40px;
	border-bottom:1px #cccccc solid;
	border-radius:0px;
	padding:10px 0 10px 20px;
	background:none;
}
.p1_nowcat_box img {
	margin:-2px 5px 0 5px;
}
.p1_nowcat_box span {
	font-weight:bold;
	color:#000000; 
}



.p1_sec_2 {
	display:flex;
	align-items:center;
	/*justify-content: space-between; */ 
	 justify-content: flex-start;
	overflow:hidden;
	flex-wrap: wrap;	
	margin-top: 30px;
	border:0px #ff0000 solid;
}




.p1_prodbox {
	width: 24%; 
	height:auto; 
	border:1px #cccccc solid; 
	margin-right:7px; 
	margin-left:5px; 
	margin-bottom:40px; 
	border-radius:4px 4px 4px 4px; 
	cursor:pointer;
	}
.p1_prodbox_inner {width: 90%;height:160px; margin:0 auto 0 auto;
	background-repeat:no-repeat; background-position:center center; background-size:contain;
	
	}
	
.p1_prodname {
	width:100%; background-color:#f9f9f9; text-align:center; 
	color:#00a23f; padding:16px 0 14px 0; line-height:18px;
	border-radius:0 0 4px 4px; font-size:18px; font-weight:bold; letter-spacing:-1px; word-break:keep-all;	
}
.p1_prodname_view {
	width:70px; margin:14px auto 4px auto; text-align:center; padding:2px 0 3px 0;
	font-size:12px; color:#ffffff; font-weight:normal;
	background-image:url('../images_ico/arrow_right_white-.png');
	background-repeat: no-repeat; 
	background-position: 74px center;
	background-color:#666666;
	border-radius:4px;
}


.p1_plist {width: 100%; height:auto; vertical-align:top;
	border:1px #cccccc solid; margin-bottom:40px; border-radius:4px 4px 4px 4px; padding:30px;
	cursor:pointer;
	}
.p1_plist_img {
	display:inline-block; vertical-align:top;
	width: 200px;height:160px; margin:0 auto 0 auto;
	background-repeat:no-repeat; background-position:center center; background-size:contain;
	border:0px #cccccc solid;
	}	
.p1_pdescbox {
	display:inline-block; vertical-align:top;
	width:860px; margin-left:40px;	
	border-radius:0 0 4px 4px;  word-break:keep-all;	
	border:0px #ff0000 solid;
}

.p1_p_name {
	color:#ff7e00; font-size:20px; font-weight:bold; letter-spacing:-1px;
}

.p1_p_desc {
	color:#333333; font-size:16px; font-weight:normal; 
	background:#f3f3f3;
	height:100px;
	margin-top:20px;
	overflow-y:hidden;
}


.p1_p_view {
	width:70px; text-align:center; padding:2px 0 3px 0;
	font-size:12px; color:#ffffff; font-weight:normal;
	background-image:url('../images_ico/arrow_right_white-.png');
	background-repeat: no-repeat; 
	background-position: 74px center;
	background-color:#666666;
	border-radius:4px;
	margin-top:20px;
	cursor:pointer;
}


/****/


.p1_view_nowcat_box {
	margin-top: 0px;
	border-bottom:1px #cccccc solid;
	border-radius:0px;
	padding:10px 0 10px 0px;
	background:none;
}
.p1_view_nowcat_box img {
	margin:-2px 5px 0 5px;
}
.p1_view_nowcat_box span {
	font-weight:bold;
	color:#000000; 
	cursor:pointer;
}


.p1_view_sec_1 {
	vertical-align : top;
	margin-top: 50px;
}

.p1_view_img {
	width:500px; height:450px;
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: contain;
	border:1px #cccccc solid;
	border-radius:4px;
}
.p1_view_img_selbox {
	width:500px; 
	margin-top:10px;
	text-align:center;	
	vertical-align:top;
}
.p1_view_img_sel {
	display:inline-block; 
	border:1px #f1f1f1 solid;
	width:80px; height:74px;
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: cover;
}
.p1_view_img_sel_3d {
	display:inline-block; 
	border:1px #cccccc dashed;
	width:80px; height:74px;
	background-repeat: no-repeat; 
	background-position: center center;
	
}
.p1_view_img_sel:hover {
	border:1px #084095 solid;
	cursor:pointer;
}

.p1_view_prodname {
	font-size:34px;
	color:#000000;
	font-weight:bold;
}
.p1_view_prodname2 {
	font-size:22px;
	color:#000000;
	font-weight:normal;
}
.p1_view_tag {
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
	color:#333333;
	font-weight:normal;
	display:none;
}

.p1_view_proddesc {
	margin-top:30px;
	border:0px #ff0000 solid;
}

.p1_view_sec_2 {
	vertical-align : top;
	margin-top: 30px;
}

.p1_view_sec_2 img {
	width:100% !important;
}



.p1_view_tab {
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:54px;
	padding:0;
	margin:50px 0 0px 0; 
	}
.p1_view_tab p {
	width: 33%; 
	text-align: center; 
	}
.p1_view_tab p a {
	display:block; 
	width:100%; 
	padding:0.9rem 0; 
	margin:0; 
	border:1px solid #333333; 
	border-radius:2px;
	box-sizing:border-box; 
	font-size:18px; 
	}
.p1_view_tab p a.on {
	border:1px solid #084095; 
	box-sizing:border-box; 
	color:#fff; 
	background-color:#084095;
	}
.p1_view_sec_2 div  {
	display:none;
}	
.p1_view_sec_2 div.on {
	display:block;
}
.p1_view_sec_2 div.on div{
	display:block;
}

.p1_view_downbox {
	display: inline-block !important;
	width:300px;
	height:130px;
	border:1px #cccccc solid;
	border-radius:2px;
	text-align:center;
	cursor:pointer;
	vertical-align:top;
	margin-left:6px;
	margin-right:6px;
}
.p1_view_downbox_title {
	background:#f3f3f3;
	color:#333333;
	padding-top:14px;
	padding-bottom:14px;
}
.p1_view_downbox_body {	
	padding-top:20px;
	padding-bottom:30px;
}


.p1_view_downbox_body img {
	width:32px !important;
	height:32px;
}


	/********/
    .b7_list_button {
		display: inline-block;
		width:80px;
		font-size:14px;
		text-align: center;
		padding:6px 0 6px 0;
		border:1px #21a642 solid;
		border-radius:4px;
	}
	
	/**/

/**/

.login_reglink {
	display: inline-block;
	background:#313131;
	width:150px;	
	text-align:center;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	margin-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:4px;
}

.login_input_box {display:inline-block; width:40%; margin-right:-3px; vertical-align:top}
.login_button_box {display:inline-block; width:20%; margin-right:-3px; vertical-align:top }

.login_login_input {font-size:16px; line-height:48px; padding-left:24px !important; width:97%}
.login_login_button {display:block; background:#011b70; color:#ffffff; font-size:16px; line-height:70px; text-align:center; 
border-radius:2px;} 

.login_send_box {margin-top:36px; border:1px #cccccc solid; background:#f7f7f7; padding: 40px 30px 40px 30px}
.login_send_txt {font-size:16px; color:#000000; margin-bottom:20px; }
.login_send_input_box {display:inline-block; width:80%; margin-right:-3px; vertical-align:top}
.login_send_button_box {display:inline-block; width:20%; margin-right:-3px; vertical-align:top}
.login_send_input {font-size:16px; line-height:32px; padding-left:24px !important; width:98%}
.login_send_button {display:block; background:#011b70; color:#ffffff; font-size:16px; line-height:54px; text-align:center; 
border-radius:2px;} 

/**/

/***/


	
	
.i2_sec_1 {	
	
}
.i2_tab {
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:54px;
	padding:0;
	margin:0 0 30px 0; 
	}
.i2_tab p {
	width: 19%; 
	text-align: center; 
	}
.i2_tab p a {
	display:block; 
	width:100%; 
	padding:0.9rem 0; 
	margin:0; 
	border:1px solid #333333; 
	border-radius:2px;
	box-sizing:border-box; 
	font-size:18px; 
	}
.i2_tab p a.on {
	border:1px solid #cc5bf1; 
	box-sizing:border-box; 
	color:#fff; 
	background-color:#cc5bf1;
	}
.i2_sec_2 div  {
	display:none;
}	
.i2_sec_2 div.on {
	display:block;
}

.i2_cell_color {
	background:#f6ebd4;
}


	/**/
	
	
.i3_sec_1 {	
	
}

.i3_conbox {	
	display: flex; 
	justify-content: space-between;
	height:450px;
}
	
.i3_pic {	
	display: inline-block;
	width:500px;
	height:450px;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	background-image:url('../images/i1_2.png');
	border-radius:2px;
}
	.i3_map {
		display: inline-block;
		width:750px;
		height:450px;
		border:1px #cccccc solid;
	border-radius:2px;
	}
		
.i3_sec_2 {	
	margin-top:60px;
}
		
.i3_sec_3 {	
	margin-top:60px;
}

.i3_section_subtitle {
	color:#000000; 
	font-size:24px; 
	font-weight:bold; 
	line-height:50px;
	}	
	
	.i3_section_subtitle img {
		margin-right:16px;
	}
	
	
.i3_sec_4 {	
	margin-top:60px;
}	
	
	/**/
	
.i4_sec_2 {}

.i4_sec_2 img {
	max-width:100%;
}
	
	/**/
	
.i5_sec_1 {}

.i5_top_txt {
	color:#0161ad;
	font-size:50px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align: center;
}

.i5_top_txt2 {
	color:#000000;
	font-size:24px;
	letter-spacing:-1px;
	text-align: center;
	line-height:38px;
	margin-top:60px;
}

.i5_txt_bar {
	/* width:740px;
	margin:60px auto 0 auto;
	background:#01b84e;
	text-align:center;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	padding:10px 0 10px 0;
	border-radius:60px; */
	
	color:#01b84e;
	font-size:32px;
	font-weight:bold;
	text-align: center;
	margin-top:40px;
	
}

.i5_why_box {
	display: flex; 
	justify-content: space-between; 
	margin:0 0 25px 0;
}
	
.i5_td_header_1 {
	background:#01b84e;
	text-align:center;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding:14px 0 14px 0;
	border-right:3px #ffffff solid;
	border-bottom:3px #ffffff solid;
}	
.i5_td_header_2 {
	background:#e4f8ed;
	text-align:center;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding:14px 0 14px 0;
	border-right:3px #ffffff solid;
	border-bottom:3px #ffffff solid;
}
	
.i5_td_item {
	background:#ececec;
	text-align:center;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding:14px 0 14px 0;
	border-right:3px #ffffff solid;
	border-bottom:3px #ffffff solid;
}
.i5_td_data {
	background:#f2f2f2;
	text-align:center;
	color:#000000;
	font-size:20px;
	padding:14px 0 14px 0;
	border-right:3px #ffffff solid;
	border-bottom:3px #ffffff solid;
}

.i5_kmed_box {
	width:33%;
	text-align: center;
	margin-top:20px;
}	
.i5_kmed_txt {
	font-size:18px;
	margin-top:20px;
}
.i5_kmed_txt span {
	color:#028154;
	font-weight:bold;
	
}
	
.i5_foot_txt {
	color:#01b84e;
	font-size:32px;
	font-weight:bold;
	text-align: center;
	margin-top:60px;
}	
	
	
	/**/
	
.c1_step_box_case {	
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
}

.c1_step_box {
	/* display: inline-block;
    position: relative;
    width: 23%;
    height: auto;    */
	width: 23%; 
	text-align: center; 
	border: 3px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #f4f6c5 0%,  #f4f6c5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	/* margin-right:30px;
	vertical-align: top; */
}

		
.c1_step_box_title {
	color:#00508f;
	font-size:20px;
	font-weight:normal;
	border-radius: 4px 4px 0 0;
    background:linear-gradient(to right, #f4f6c5 0%,  #f4f6c5 100%);
	padding:8px 0 8px 0;
}		


.c1_step_box:nth-child(2) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #eaf2da 0%,  #eaf2da 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.c1_step_box:nth-child(2) .c1_step_box_title {	
    background:linear-gradient(to right, #eaf2da 0%,  #eaf2da 100%);
	padding:8px 0 8px 0;
}	
.c1_step_box:nth-child(3) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.c1_step_box:nth-child(3) .c1_step_box_title {
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
}
.c1_step_box:nth-child(4) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #00a843 0%,  #00a843 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.c1_step_box:nth-child(4) .c1_step_box_title {
    background:linear-gradient(to right, #00a843 0%,  #00a843 100%);
	padding:8px 0 8px 0;
	color:#ffffff;
}
.c1_step_box:nth-child(5) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.c1_step_box:nth-child(5) .c1_step_box_title {
    background:linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
	padding:8px 0 8px 0;
}

.c1_step_desc {
	height:130px;	
	display:flex;	
	align-items:center; 
}
.c1_step_desc_txt {
	width:100%;
	text-align:center; 
	font-size:18px;
}

.c1_step_geja {
	margin:30px auto 0 auto;
	text-align: center;
	width:34%;
	padding:12px 0 10px 0;
	border-radius:4px;
	border:1px #cccccc dashed;
}


	/**/
	
	

.c2_tm_box { 
	height:300px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
	}
	

.c2_tot_box {
	border:2px #999999 solid;
	border-radius: 4px;
	padding:10px 40px 10px 40px;
	background:#f6f6f6;
	margin-top:70px;
}

.c2_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
}
.c2_tot_box .input_box {
	border: none;
	color:#ff0000;
	padding-bottom:14px;
}

	
	
	
	/****/
	
	
.r2_sec_1 {	
	vertical-align: top;
	width:800px;
	margin: 0 auto 0 auto;
}	

.r2_sec_2 {
	width:800px;
	margin: 80px auto 0 auto;
}
.r2_pp {
	height:300px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
}
.r2_cell_add_left {
	padding-left: 40px;
	border-left:1px #cccccc dashed;
}


.r2_reg_box {
	border:1px #cccccc solid;
	border-radius:2px;
	padding:40px;
}
.r2_reg_item_box {
	padding:10px 0 10px 0;
	font-size:18px;
	border-bottom:0px #e6e6e6 dashed;
}
.r2_reg_item_box_mypage {
	padding:20px 0 10px 0;
	font-size:18px;
	border-bottom:1px #e6e6e6 dashed;
}

.r2_reg_item_box_inner {
	font-size:18px;
	background:#f6f6f6
}

.r2_reg_item_box_inner:first-child {	
	padding:20px 0 10px 0;
	border-bottom:1px #e3e3e3 dashed;
	border-radius:2px 2px 0 0;
}
.r2_reg_item_box_inner:last-child {	
	padding:10px 0 20px 0;
	border-bottom:0px #e3e3e3 dashed;
	border-radius: 0 0 2px 2px;
}

.r2_reg_sv_title {
	padding:12px 10px 10px 20px;
	font-size:18px;
	font-weight:bold;
	background:#f6f6f6;
	border-radius:4px;
	margin-bottom:10px;
}



#off_alert {
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}
.off_alert_txt_1 {
	font-size:22px;
	font-weight:bold;
}
.off_alert_txt_2 {
	margin-top:10px;
	font-size:16px;
}

.off_alert_txt_3 {
	margin-top:20px;
	font-size:22px;
	font-weight:bold;
}


	/**/
	
.o1_img	 {
	text-align:center;
}
.o1_img img {
	border:16px #f6f6f6 solid;
	border-radius:6px;
}
	
	/**/
	
	
.p4_top_box {
	background:#fbfbfb;
	border:1px #999999 dashed;
	border-radius:6px;
	padding:40px 40px 20px 40px;
}

.p4_top_txt {
	text-align:center;
	font-size:20px;
	line-height:34px;
	word-break: keep-all;
}
.p4_top_txt_2 {
	margin-top:20px;
	text-align:center;
	font-size:20px;
	line-height:34px;
	word-break: keep-all;
}

	/**/
	
	
.c4_zone_box {
	display:inline-block; 
	width:45%; 	
	vertical-align: top;
	border-right:1px #cccccc dashed;
	margin-right:-3px;
	}
.c4_zone_title {
	padding-left:0px; 
	padding-bottom:10px; 
	border-bottom:1px #cccccc dashed;
	text-align:center;
}
.c4_zone {
	display:inline-block; 
	width:49.2%; 	
	vertical-align: top;
	margin-top:20px;
	font-size:16px;
	}
.c4_zone_box_padding {	
	padding:0 0 0 10px;
}

.c4_tot_box {
	border:2px #999999 solid;
	border-radius: 4px;
	padding:10px 40px 10px 40px;
	background:#f6f6f6;
	margin-top:70px;
}

.c4_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
}
.c4_tot_box .input_box {
	border: none;
	color:#ff0000;
	padding-bottom:14px;
}


.c4_jegong_open {
	display:block;
}
.c4_jegong_close {
	display:none;
}

.c4_btn_plus {
	cursor:pointer;
}

.c4_jegong_title {
	width:100%;
	background:#ffffff;
	border-bottom:1px #666666 solid;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-bottom:6px;
}
.c4_jegong_desc {
	font-size:16px;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	word-break: keep-all;
}

	/**/
	
	
.mypage_tot_box {
	border:2px #999999 solid;
	border-radius: 4px;
	padding:10px 40px 10px 40px;
	background:#f6f6f6;
	margin-top:0px;
}


.mypage_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
	border-bottom: 1px #cccccc dashed;
}

.mypage_tot_box .r_item_input_box_2 {
	border-bottom: 1px #cccccc dashed;
}

.mypage_tot_box .input_box {
	border:none;
	font-size:22px;
	font-weight:bold;
	color: #333333;
	padding-top:6px;
	
}


/**/
	
	
	/**/
	
.con_box_2_1 {display:inline-block; width:10%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_15 {display:inline-block; width:14.4%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_2 {display:inline-block; width:20%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_3 {display:inline-block; width:30%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_35 {display:inline-block; width:35%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_4 {display:inline-block; width:40%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_45 {display:inline-block; width:45%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_5 {display:inline-block; width:50%; margin:0 -3px 0 0px; vertical-align: top }
.con_box_2_55 {display:inline-block; width:55%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_6 {display:inline-block; width:60%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_65 {display:inline-block; width:65%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_7 {display:inline-block; width:70%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_8 {display:inline-block; width:80%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_9 {display:inline-block; width:90%; margin:0 -3px 0 0px; vertical-align: top}

.con_box_3 {display:inline-block; width:33%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_4 {display:inline-block; width:24.4%; margin:0 -3px 0 0px; vertical-align: top}

.con_box_2_incell {display:inline-block; width:49%; margin:0 0px 0 0px; vertical-align: top}
.con_box_3_incell {display:inline-block; width:32%; margin:0 0px 0 0px; vertical-align: top}
.con_box_4_incell {display:inline-block; width:24%; margin:0 0px 0 0px; vertical-align: top}
.con_box_6_incell {display:inline-block; width:15%; margin:0 0px 0 0px; vertical-align: top}

	/**/
}





@media all and (max-width: 1200px) {

    #wrap{}
    #wrap .wrap{}

    #header{
		position: fixed;
		top:0;left:0;
		width:100%;
		z-index: 101;
		transition: all 0.3s;		
		border-bottom:0px #86bd24 solid;
		background:#f2f2f2;
		}
    #header.fixed{position:fixed;background: #f2f2f2;}
    #header .wrap{display: flex;align-items: center;height: 70px;padding: 0 20px;}
    #header .wrap .logo{margin: 0 auto 0 0;}
    #header .wrap .logo a{}
    #header .wrap .logo img{display:block;width:auto;height:60px}
    #header .wrap .menu{display: none;}
    #header .wrap .menu .dp1{display:flex;align-items:center;}
    #header .wrap .menu .dp1 .dl1{margin:0 75px 0 0;}
    #header .wrap .menu .dp1 .dl1 .da1{line-height: 30px;font-size: 18px;font-weight: 600;color: #fff;}
	
	
	
    #header .wrap .tool{margin:0 0 0 auto;display: none;}
    #header .wrap .tool ul{
		width:200px;
		display: flex;
		align-items: center;
		flex-wrap:wrap;
		border: 0px solid #ff0000;
	}
    #header .wrap .tool li{}	
    #header .wrap .tool li + li{margin: 0 0 0 12px;}
    #header .wrap .tool li a{display: flex;align-items: center;justify-content: center;padding: 0 18px;height: 28px;font-size: 14px;font-weight: 500;color: #fff;border: 1px solid #fff;background: transparent;}
	
    #header .allmenu{}
    #header .allmenu button{width: 24px;height:17px;background:url("../images_ico/icon_allmenu.png") no-repeat 50% 50%;text-indent: -9999em;}
    #header .category{position:fixed;top:0;left:0;z-index:102;width: 100%;height: 100%;background: rgb(11 9 65 / 75%);opacity:0;visibility:hidden;transition: all 0.5s;display: flex;flex-direction: column;align-items: flex-end;}
    #header .category.active{opacity:1;visibility:visible}
    #header .category.active .inner{transform:translateX(0);}
    #header .category .inner{position:relative;width: 80%;background: #fff;height: 100%;padding: 60px 20px 60px;transform:translateX(100%);transition: all 0.5s;display: flex;flex-direction: column;overflow-y: auto;}
    #header .category .inner .menu{}
    #header .category .inner .menu .dmp1{}
    #header .category .inner .menu .dml1{}
    #header .category .inner .menu .dma1{
		display:flex;
		width: 100%;
		height:50px;
		align-items:center;
		font-size:20px;
		font-weight:500;
		color:#000000;
		background: transparent;
		}
    #header .category .inner .menu .dmp2{display: none;}
    #header .category .inner .menu .dml2{}
    #header .category .inner .menu .dma2{display:flex;height:30px;align-items:center;font-size:15px;font-weight:500;color: #303030;}
    #header .category .inner .tool{margin-top: auto;}
    #header .category .inner .tool ul{
		display: flex;
		align-items: center;
		flex-wrap:wrap;
		}
    #header .category .inner .tool li{
		margin-left:12px;
		margin-bottom:10px;
	}
	#header .category .inner .tool li:first-child{
		margin-left:0px;
	}
	
	#header .category .inner .tool li:nth-child(4){
		margin-left:0px;
	}
	
    /* #header .category .inner .tool li + li{margin: 0 0 0px 12px;} */
    #header .category .inner .tool li a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 16px;
		height: 26px;
		font-size: 13px;
		font-weight: 500;
		color: #fff;
		border: 1px solid #00a23f;
		border-radius:4px;
		background: #00a23f;
		}
    #header .category .close{position: absolute;top: 10px;right: 20px;width: 24px;height: 40px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
    
    #container{}

    
	
	#container .visual{
		position: relative;
		/* height: 816px; */ 
		height: 610px;
		border-bottom:0px #86bd24 solid; 
		margin-top:70px;
		}
    #container .visual .slider{
		position: relative;
		z-index: 1;
		/* height:815px; */ 
		height: 610px;
		overflow: hidden;}
    #container .visual .slider .swiper-slide{background-color:#ffffff; border:0px #ff0000 solid}
	
	
	
	#container .visual .slider .swiper-slide{
		background-position:center center; 
		background-repeat:no-repeat;	
		background-size: cover;
		/* animation: grow 10s linear infinite; */
		}
	
	
	
    #container .visual .slider .swiper-slide img{opacity:0;transition:all 0.5s}
    #container .visual .slider .swiper-slide-active img{opacity:1} 
	
	
	
	
    #container .visual .wrap{position:relative;z-index:2;display:flex;flex-direction:column;justify-content: center;}
    #container .visual .box{padding: 60px 20px;width: 100%;}
    
    #container .visual .box .act{display: flex;align-items: center;}
    #container .visual .box .act a{display:flex;flex: 1;align-items: center;justify-content: center;background: #405bfb;height: 48px;}
    #container .visual .box .act a img{margin: 0 6px 0 0;width: 15px;}
    #container .visual .box .act a p{line-height: 18px;font-size: 14px;font-weight:600;color:#fff}
    #container .visual .box .act a + a{margin: 0 0 0 10px;}
	
    
	
    #container .quick{padding: 20px;background:url("../images/quick_bg.jpg") no-repeat 50% 50% / cover;}
    #container .quick .wrap{}
    #container .quick ul{display:flex;flex-wrap: wrap;margin: -10px;}
    #container .quick li{width: 50%;padding: 10px;}
    #container .quick li a{display:flex;align-items:center;}
    #container .quick li a .ico{margin: 0 12px 0 0;width: 32px;height: 32px;border-radius:98px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink: 0;}
    #container .quick li a .ico img{width:20px;}
    #container .quick li a .con{}
    #container .quick li a .con strong{margin:0 0 8px 0;line-height: 18px;font-size: 14px;font-weight:600;color:#fff;}
    #container .quick li a .con p{line-height: 13px;font-size: 11px;font-weight:300;color:#fff;}
    #container .quick li + li{margin-left:auto}
    
	
    #container .newsletter{padding: 50px 20px;background: url("../images/newsletter_bg.png") no-repeat left center / cover;overflow: hidden;}
    #container .newsletter .wrap{}
    #container .newsletter .title{flex-shrink: 0;position: relative;z-index: 2;margin: 0 0 30px 0;}
    #container .newsletter .title .tit{margin: 0 0 12px 0;line-height: 24px;font-size: 20px;font-weight: bold;color: #405bfb;}
    #container .newsletter .title .txt{line-height: 16px;font-size: 14px;font-weight: 300;color: #2b2b3a;}
    #container .newsletter .cont{flex: 1;max-width: 862px;position: relative;z-index: 1;display: flex;flex-direction: column;justify-content: center;}
    #container .newsletter .cont .form{display:flex;}
    #container .newsletter .cont .form input{flex:1;padding: 0 12px;width:100%;height: 42px;border: 1px solid #babac8;font-size: 13px;font-weight: 300;}
    #container .newsletter .cont .form input::placeholder{color:#666666}
    #container .newsletter .cont .form button{margin-left: 8px;background: #405bfb;width: 92px;height: 42px;flex-shrink: 0;font-size: 14px;font-weight: 600;color: #fff;}
   
   
   	
    #container .visual .main_visual_txtbox{
		position: absolute;
		top:20px;
		left:50%;
		/* width: 530px; */
		width: 200px;
		/* margin:0 50px;
		width: 540px;*/
		margin-left:-184px;
		border:0px #ff0000 solid; 
		}
		
	.main_visual_txt_1 {
		font-size:20px;
		line-height:24px;
		color:#000000;
		letter-spacing: -1px;
	}
		
	.main_visual_txt_1_2 {
		font-size:20px;
		line-height:30px;
		color:#ffffff;
		letter-spacing: -2px;
	}
	
	.main_visual_txt_2 {
		margin-top:10px;
		font-size:15px;
		line-height:18px;
		color:#000000;
		letter-spacing: -1px;
		font-weight:bold;
	}
    .main_visual_txt_2 p {
		color:#084095;
		
	}
	.main_visual_txt_2 img{
		margin-left:10px;
		height:16px;
	}
    
	.main_visual_txt_2_2 {
		margin-top:6px;
		font-size:16px;
		line-height:22px;
		color:#ffffff;
		letter-spacing: -1px;
		font-weight:bold;
	}
    .main_visual_txt_2_2 p {
		color:#00cc4f;
		font-size:16px;
		letter-spacing: -1px;
	}
	.main_visual_txt_2_2 img {
		margin-left:10px;
		height:16px;
	}
	
	.main_visual_txt_3 {
		margin-top:10px;
		font-size:12px;
		line-height:18px;
		color:#000000;
		letter-spacing: -1px;
	}
	
	.main_visual_txt_3_2 {
		margin-top:6px;
		font-size:12px;
		line-height:14px;
		color:#ffffff;
		letter-spacing: -1px;
	}
	
	.main_visual_txt_button {
		margin-top:100px;
		width:134px;
		text-align: center;
		background:#084095;
		font-size:14px;
		color:#ffffff !important;
		padding:12px 0 12px 0;
		border-radius:60px;
		cursor:pointer;
	}
	.main_visual_txt_button a {
		color:#ffffff !important;
	}
	
	.main_button_find {
		position: absolute;
		bottom:0px;
		left:50%;
		margin-left: -75px;
		z-index:10;
	}
	
	
	/****/
	
.main_sec_title {
	font-size:26px; color:#084095;
	text-align:center;
	margin-bottom:20px;
}
.main_sec_title_2 {
	font-size:26px; color:#084095;
	text-align:center;
	margin-bottom:20px;
}
.main_sec_title_3 {
	font-size:26px; 
	color:#00a23f; 
	font-weight:bold;
	text-align:center;
	margin:0px 0 8px 0;
}
.main_sec_title_3_desc {
	font-size:16px; 
	color:#4d4d4d;
	line-height:20px;
}

	
.main_sec_newprod {
	padding:40px 0 40px 0;
	text-align:center;
	
}


.main_newprod_img {
	display:inline-block;
	width:260px; height:240px; 
	margin:0 auto 0 auto;
	background-position:center center; 
	background-repeat:no-repeat; 
	background-size:cover;
	vertical-align: top;
	border:1px #cccccc solid;
	cursor:pointer;
}
.main_newprod_name {
	font-size:22px; color:#333333;
	text-align:center;	
	width:260px; 
	margin:10px auto 0 auto;
	border:0px #ff0000 solid;
	cursor:pointer;
}
.main_newprod_desc {
	font-size:14px; color:#333333;	
	text-align:left;	
	word-break:keep-all;	
	width:260px; 
	margin:4px auto 0 auto;
	border:0px #ff0000 solid;
	cursor:pointer;
}


.main_sec_prod_sel_box {
	border-top:2px #084095 solid;
	margin-top:0px; 
	padding-top:16px; 
	padding-bottom:16px; 
	text-align:center;
	
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
}
.main_sec_prod_sel_tab {
	/* display:inline-block;  */
	width:12%;
}

.main_sec_prod_tab_button {
	/* display:inline-block; 
	width:80%; */
	padding:6px 0 8px 0; 
	cursor:pointer;
	font-size:18px; 
	border-radius:2px;
}

.main_sec_prod_tab_button_on {	
	/* display:inline-block; 
	width:80%; */
	padding:6px 0 8px 0; 
	cursor:pointer;
	font-size:18px; 
	border-radius:2px;
	background:#084095;
	color:#ffffff;
}

.main_sec_prod {
	height:380px;
	background:#f2f2f2;
	padding-top:40px;
	text-align:left;
}


.main_mainprod_img {
	display:inline-block;
	width:500px; height:300px; 
	margin:0 auto 0 auto;
	/* background-color:#ffffff; */
	background-position:center center; 
	background-repeat:no-repeat; 
	background-size:contain;
	vertical-align: top;
	border:0px #cccccc solid;
	cursor:pointer;
}

.main_mainprod_cat2 {
	margin-top:20px; padding-left:10px;
	font-size:12px; color:#333333;
	text-align:center;	
}
.main_mainprod_name {
	margin-top:6px; 
	padding-left:0px;
	font-size:28px; 
	font-weight:bold;
	color:#333333;
	text-align:center;	
	cursor:pointer;
}
.main_mainprod_desc {
	margin-top:14px; 
	padding-left:0px;
	font-size:16px; color:#333333;	
	text-align:left;	
	word-break:keep-all;
	cursor:pointer;
}


.main_sec_notice {
	padding:40px 20px 20px 20px;
	text-align:center;
	/* background:#f2f2f2; */
	border-top:1px #d6d6d6 solid;
}

.main_notice_item_box {	
	display:flex;
	align-items:center;
	justify-content: space-between; 
	overflow:hidden; 
	border:0px #ff0000 solid;
	flex-wrap:wrap;
}

.main_notice_item {
	width:160px;
	margin:0 auto 20px auto;
}

.main_notice_img {
	display:inline-block;
	width:160px; height:140px; 
	margin:0 auto 0 auto;
	background-position:center top; background-repeat:no-repeat; background-size:cover;
	vertical-align: top;
}
.main_notice_title {
	margin-top:20px; 
	width:160px;
	margin:10px auto 0 auto;
	font-size:18px; color:#333333;
	text-align:left;	
}
.main_notice_date {
	margin-top:4px; 
	width:160px;
	margin:4px auto 20px auto;
	font-size:14px; color:#666666;	
	text-align:center;	
	word-break:keep-all;
}


.main_sec_service {
	padding:40px 0 40px 0;
	background:#f2f2f2;
	vertical-align:top;
}
.main_sec_service_cell_1 {
	display: block;
	text-align:center;
	vertical-align:top;
}

.main_sec_service_cell_2 {
	display: block;
	width:100%;
	margin-top:20px;
}
.main_sec_service_cell_2_inner {
display:flex;
		align-items:center;
		justify-content: space-between; 
		overflow:hidden; 
	border:0px #ff0000 solid;
}

.main_sec_service_item {
	width:30%;
	text-align: center;
}
.main_sec_service_item img {
	display: block;
	margin:0 auto 0 auto;
	width:100%;
}

.main_sec_service_button {
	display: inline-block;
	width:106px;
	border:1px #2db160 solid;
	border-radius:60px;
	text-align: center;
	padding:6px 0 6px 0;
	font-size:14px;
	color:#2db160;
	margin-top: 15px;
}
	
	
footer {
    padding: 30px 0 0 0;
    background: #00a23f;
	text-align:left;
	vertical-align:top;
}
.footer_cell_1 {display:block; width:100%; vertical-align:top;}
.footer_cell_2 {display:block; width:100%; vertical-align:top; text-align:right}
.footer_cell_3 {background:#017d31;  border-top:0px #494949 solid;
	padding:20px 0 20px 0; margin-top:30px;
}
.copyright {color:#ffffff; font-size:14px; text-align:left}

.footer_tel_box {
	display:inline-block;
	width:49%;
	padding-right:18px;
	border-right:1px #dedede solid;
}
.footer_tel_box_2 {
	display:inline-block;
	width:49%;
	padding-left:18px;
	border-right:0px #7b7b7b solid;
}

.footer_addr_box {
	padding-top:10px;
	color:#f3f3f3; font-size:14px; line-height:22px;
}


.footer_tel_title {
	color:#ffffff; font-size:24px; 
	font-weight:normal;
	text-align:left;
}
.footer_tel {
	color:#ffffff !important; font-size:20px;  line-height:20px;  font-weight:bold;
	text-align:left;
	padding-top:0px;
}

.footer_link_box_1 {
	font-size:14px; line-height:14px;	
	padding-top:6px;
	display:none;
}

.footer_link_box_2 {
	font-size:14px; line-height:14px;	
	margin-top:15px;
	display:none;
}
.footer_link_box_3 {
	margin-top:20px;
	text-align:center;
}
.footer_link_txt_1 { 
	display:inline-block;
	color:#ffffff; 
}
.footer_link_txt_2 { 
	display:inline-block;
	color:#fcee21; 
}

.footer_link_txt_3 { 
	display:inline-block;
	color:#ebebeb; 
}

.footer_link_box_1 span {
	border-right:1px #dedede solid;
	width:1px; height:14px;
	margin:-3px 8px 0 10px;
	display:inline-block;
	vertical-align:middle;
}

.footer_link_box_2 span {
	border-right:1px #dedede solid;
	width:1px; height:14px;
	margin:-3px 8px 0 10px;
	display:inline-block;
	vertical-align:middle;
}
	 
	 
   
   
   
   
   
   
   
    #container .organization{padding: 50px 20px;}
    #container .organization .title{line-height: 24px;font-size: 20px;font-weight: bold;color: #0a0a0a;text-align: center;margin: 0 0 20px 0;}
    #container .organization .cont{}
    #container .organization .cont + .title{margin-top: 60px;}
    #container .organization .cont .desc{display: flex;flex-direction: column;align-items: center;}
    #container .organization .cont .desc + .desc{margin: 60px 0 0 0;}
    #container .organization .cont .desc .tit{margin: 0 auto 32px;display: flex;min-width: 150px;height: 28px;background: #fafafa;align-items: center;justify-content: center;border-radius: 12px 12px 0 0;line-height: 18px;font-size: 13px;font-weight: 500;color: #fff;}
    #container .organization .cont .desc .con{display:flex;flex-wrap: wrap;justify-content:center;align-items: center;}
    #container .organization .cont .desc .con img{display: block;width: auto;height: 36px;padding: 10px;}
    #container .organization .cont .desc .con img + img{}
    #container .organization .cont .desc01 .tit{background: #8363fa;}
    #container .organization .cont .desc02 .tit{background: #8f6f16;}
    #container .organization .cont .desc03 .tit{background: #868686;}
    #container .organization .cont .desc04 .tit{background: #803b15;}
    #container .organization .cont .desc05 .tit{background: #405bfb;}

    #footer{padding: 30px 20px;text-align: center;  border-top:1px #cccccc solid}
    #footer address{line-height: 18px;font-size: 13px;font-weight: 300;color: #666666;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
    #footer address p + p{margin-left:20px;}
	
	
	/******/
	
	
	
	.main_sec_1 {
		background-color:#ffffff;
		background-position: center center;
		background-repeat: no-repeat;	
		background-image:url("../images/main_qbox_line-.png");
		padding:40px 0 20px 0;
		text-align:center;
	}
	
	
	
	.main_q_link_box {
		display: flex; 
		justify-content: space-between; 
		overflow:hidden; 
		width:100%;
		flex-wrap:wrap;
	}
	.main_q_link {
		width: 130px;
		height: 130px;
		border-radius: 130px;
		background-color:#f6f6f6;
		background-position: center 20px;
		background-repeat: no-repeat;
		background-size:40%;
		text-align: center; 
		cursor:pointer;
		margin:0 20px 20px 20px;
	}
	
	.main_q_link:nth-child(1) {
		background-image:url("../images/main_qicon_1.png");
	}
	.main_q_link:nth-child(2) {
		background-image:url("../images/main_qicon_2.png");
	}
	.main_q_link:nth-child(3) {
		background-image:url("../images/main_qicon_3.png");
	}
	.main_q_link:nth-child(4) {
		background-image:url("../images/main_qicon_4.png");
	}
	.main_q_link:nth-child(5) {
		background-image:url("../images/main_qicon_5.png");
	}
	
	.main_q_link_title {
		margin-top:84px;
		text-align:center;
		font-size:16px;
		font-weight:bold;
		color:#000000;
	}
	
	
	.main_sec_2 {
		background-color:#f6f6f6;
	}
	
	.main_sec_2 .con_box_2_5 {
		padding:40px 20px 40px 20px;
		/* height:520px; */
		height:auto;
	}
	
	.main_loc {
		background-image:url("../images/main_bg_2.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size:cover;
	}
	
	.main_notice_sec {
		width:100%;
		display:inline-block;
		border:0px #ff0000 solid;
		text-align: left;
	}
	
	.main_sec_2_title {
		font-size:30px;
		font-weight:bold;
		color:#000000;
	}
	
	.main_notice_list {
		height:auto;
		overflow:hidden;
		margin:20px 0 40px 0;
		border:0px #ff0000 solid;
	}
	.main_press_list {
		height:auto;
		overflow:hidden;
		margin:20px 0 0px 0;
		border:0px #ff0000 solid;
	}
	
	.main_notice_item {
		font-size:18px;
		margin-bottom:8px;
	}
	.main_notice_item a {
		display:block;
		width:100%;
		white-space: nowrap; 
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align:top;
		border:0px #ff0000 solid;
	}
	.main_notice_item span {
		font-size:14px;
		border:0px #ff0000 solid;
		vertical-align:middle;
		margin-left:10px;
	}
	
	
	.main_loc_sec {
		padding-left:10px;
	}
	
	.main_loc .main_sec_2_title {
		color:#ffffff;
	}
		
	.main_loc_sec_txt {
		margin-top:20px;
		font-size:24px;
		color:#ffffff;
	}
	
	.main_loc_btn {
		width:204px;
		border:1px #ffffff solid;
		border-radius:2px;
		background:url('../images/main_icon_more.png') 170px center no-repeat;
		padding:15px 0 15px 20px;
		color:#ffffff;
		font-size:18px;
		margin-top:20px;
		cursor:pointer;
	}
	
	
	.main_sec_3 {
		background:#052c01;
		padding:40px 0 40px 0;
		text-align:center;
	}
	
	.main_nl_txt {
		font-size:24px;
		color:#ffffff;
		margin-bottom:24px;
	}
	
	.main_nl_txt span {
		font-size:24px;
		color:#1da90d;
		font-weight:bold;
	}
	
	
	.main_nl_input_box{
		padding:14px 14px 14px 14px;
		color:#333333;
		background-color:#ffffff;
		vertical-align:middle;
		border:1px solid #cccccc;
		-webkit-appearance: none;
		border-radius:2px;
		font-size:18px;
		width:320px;
		margin-bottom:10px;
		border-radius:6px 6px 6px 6px;
		vertical-align:top;
	}
	
	.main_nl_bttn {
		display:inline-block;
		background:#86bd24;
		width:320px;
		height:51px;
		line-height:50px;
		text-align:center;		
		border-radius:6px 6px 6px 6px;
		color:#ffffff;
		vertical-align:top;
		margin-left:0px;
		font-size:20px;
		vertical-align:top;
		
	}
	
	
	#container .organization{
		padding:30px 0;
		background:#ffffff;
		}
		
	.orga_box_1 {
		display: block;
		width:100%;
		vertical-align:top;
	}
	
	
	.orga_box_2 {
		display: inline-block;
		width:900px;
		vertical-align:top;
		text-align: left;
	}
	.orga_box_3 {
		vertical-align:top;
		margin-top:60px;
	}
	
	.orga_title {
		font-size:20px;
		display: block;
		margin-right:0px;
		margin-bottom:10px;
	}
	.host_logo {
		margin-left:0px;
		margin-right:20px;
		margin-bottom:0px;
		height:40px;
	}
	
	
	/********/
	.sub_header_bg{background:#ffffff;}
	.inner {
		width:100%;
		padding-left:10px;
		padding-right:10px;
		}
    .display-w {
        display: none;
    }
    .display-inline-w {
        display: none;
    }
    .display-m {
        display: block;
    }
    .web-br {
        display: none;
    }
	
	/* .sub__visual {
		height: 120px;
		background:#ffe100 url('../images/sub_title_bg.jpg') center bottom no-repeat;
		background-size:cover;
		border-top:0px #cccccc solid; 
		border-bottom:0px #cccccc solid;
	} */
		
.contents {
    padding: 40px 0 40px 0;
}
	
	.sub__visual {
		margin-top:60px;
		height: 100px;
		background:#f4eee7 url('../images/sub_visual_bg.jpg') center bottom no-repeat;
		background-size:cover;
		border-top:0px #cccccc solid; 
		border-bottom:0px #cccccc solid;
		position:relative;
	}
	.sub__visual .inner {
		height: 100px;
	}
	/* 
	.pagetitle{
		font-size:24px;	
		font-weight:bold;	
		color:#ffffff;	
		text-align: center; 
		letter-spacing:-1px; 
		padding:15px 0 0px 0px;
		border-bottom:0px #c0c0c0 solid;
		word-break: keep-all !important;
		}
	.pagetitle_underline {
		display:block;
		width:40px;
		height: 4px;
		background:#ffffff;
		margin:14px auto 0 auto;
	} */

.pagetitle_box{
	text-align: center; 
	padding:20px 0 20px 0px;
	border-bottom:1px #d0d0d0 solid;
	
	}
.pagetitle {
	font-size:30px;	
	font-weight:bold;	
	color:#131313;	
	letter-spacing:-1px; 
	
}	

.page_rout {
	margin-top:10px;
	font-size:14px;	
	color:#808080;
	text-align: center; 
}
.page_rout img {
	margin-top:-3px;
	margin-right:4px;
}
	
.pagetitle_underline {
	display:block;
	width:40px;
	height: 4px;
	background:#004ea2;
	margin:70px auto 0 auto;
}

	
	.pagetitle_invisual {
		width:100%;
		position:absolute;
		top:30px;
		left:50%;
		margin-left:-50%;
		font-size:30px;	
		font-weight:bold;	
		color:#073883;	 
		text-align:center;
		border:0px #ff0000 solid;
	}

	.snb__list {
		display:none;
	}
	
.section__nth {
	margin-top:40px;
}

.section__title {
    font-size: 24px;
    position: relative;
    /* padding-left: 0.6em; */
    padding-left: 0;
    border-bottom: 0px solid #aaaaaa;
    /* padding-bottom: .86666em; */
	padding-bottom: 0.2em;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom: 10px;
    font-weight:bold;
	word-break: keep-all;
	color:#000000;
}

.section__title:after {
    /* display: block; */
	display: none;
    content: "";
    width: 7px;
    height: 0.94em;
    background-color: #000000;
    position: absolute;
    top: 5px;
    left: 0;
}

.preparing {
	width: 90%; 
	border:8px #f9f9f9 solid; 
	text-align: center; 
	padding:40px 0 40px 0; 
	font-size:40px; 
	color:#cccccc; 
	margin:0 auto 0 auto; 
	border-radius:20px
}

	/********/
	/****/


.p1_catbox {
	display:flex;
	align-items:left;
	 justify-content: space-between;  
	/*justify-content: flex-start;*/
	overflow:hidden;
	flex-wrap: wrap;
}

.p1_cat_item {
	width: 49.6%;
	margin-right:0px;
	text-align: center;
	font-size:16px;
	color:#084095;
	padding:8px 0 8px 0;
	border:1px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}

.p1_cat_item:last-child {
	margin-right:0px;
}

.p1_cat_item.selon {
	background:#458ff4;
	color:#ffffff;
}

.p1_catbox2 {	
	display:flex;
	align-items:left;
	/* justify-content: space-between;  */
	justify-content: flex-start;
	overflow:hidden;
	flex-wrap: wrap;
	
	margin-top: 10px;
	border:0px #cccccc solid;
	border-radius:4px;
	padding:20px;
	background:#f9f9f9;
}

.p1_cat_item2 {
	width: 49.6%;
	margin-right:0px;
	text-align: left;
	font-size:16px;
	letter-spacing:-1px;
	color:#666666;
	padding:0px 0 0px 0;
	border:0px #285eb1 solid;
	border-radius:4px;
	margin-bottom:5px;
	cursor:pointer;
}

.p1_cat_item2:last-child {
	margin-right:0px;
}

.p1_cat_item2.selon2 {
	border:0px #285eb1 solid;
	background:none;
	color:#285eb1;
	font-weight:bold;
}

.p1_nowcat_box {
	margin-top: 40px;
	border-bottom:1px #cccccc solid;
	border-radius:0px;
	padding:10px 0 10px 20px;
	background:none;
}
.p1_nowcat_box img {
	margin:-2px 5px 0 5px;
}
.p1_nowcat_box span {
	font-weight:bold;
	color:#000000; 
	font-size:14px;
}



.p1_sec_2 {
	display:flex;
	align-items:center;
	/*justify-content: space-between; */ 
	 justify-content: flex-start;
	overflow:hidden;
	flex-wrap: wrap;	
	margin-top: 30px;
	border:0px #ff0000 solid;
}




.p1_prodbox {
	width: 46%; 
	height:auto; 
	border:1px #cccccc solid; 
	margin-right:7px; 
	margin-left:5px; 
	margin-bottom:40px; 
	border-radius:4px 4px 4px 4px; 
	cursor:pointer;
	vertical-align: top;
	}
.p1_prodbox_inner {width: 90%;height:130px; margin:0 auto 0 auto;
	background-repeat:no-repeat; background-position:center center; background-size:contain;
	
	}
	
.p1_prodname {
	width:100%; background-color:#f9f9f9; text-align:center; 
	color:#00a23f; 
	padding:16px 0 14px 0; 
	line-height:18px;
	border-radius:0 0 4px 4px; 
	font-size:16px; font-weight:bold; letter-spacing:-1px; word-break:keep-all;	
}
.p1_prodname_view {
	width:70px; margin:14px auto 4px auto; text-align:center; padding:2px 0 3px 0;
	font-size:14px; color:#ffffff; font-weight:normal;
	background-image:url('../images_ico/arrow_right_white-.png');
	background-repeat: no-repeat; 
	background-position: 74px center;
	background-color:#666666;
	border-radius:4px;
}


.p1_plist {width: 100%; height:auto; vertical-align:top;
	border:1px #cccccc solid; margin-bottom:40px; border-radius:4px 4px 4px 4px; padding:30px;
	cursor:pointer;
	}
.p1_plist_img {
	display:inline-block; vertical-align:top;
	width: 200px;height:160px; margin:0 auto 0 auto;
	background-repeat:no-repeat; background-position:center center; background-size:contain;
	border:0px #cccccc solid;
	}	
.p1_pdescbox {
	display:inline-block; vertical-align:top;
	width:860px; margin-left:40px;	
	border-radius:0 0 4px 4px;  word-break:keep-all;	
	border:0px #ff0000 solid;
}

.p1_p_name {
	color:#ff7e00; font-size:20px; font-weight:bold; letter-spacing:-1px;
}

.p1_p_desc {
	color:#333333; font-size:16px; font-weight:normal; 
	background:#f3f3f3;
	height:100px;
	margin-top:20px;
	overflow-y:hidden;
}


.p1_p_view {
	width:70px; text-align:center; padding:2px 0 3px 0;
	font-size:12px; color:#ffffff; font-weight:normal;
	background-image:url('../images_ico/arrow_right_white-.png');
	background-repeat: no-repeat; 
	background-position: 74px center;
	background-color:#666666;
	border-radius:4px;
	margin-top:20px;
	cursor:pointer;
}


/****/


.p1_view_nowcat_box {
	margin-top: 0px;
	border-bottom:1px #cccccc solid;
	border-radius:0px;
	padding:10px 0 10px 0px;
	background:none;
}
.p1_view_nowcat_box img {
	margin:-2px 5px 0 5px;
}
.p1_view_nowcat_box span {
	font-weight:bold;
	color:#000000; 
	cursor:pointer;
}


.p1_view_sec_1 {
	vertical-align : top;
	margin-top: 50px;
}

.p1_view_sec_1 .con_box_2_5 {
	margin-bottom:40px;
}

.p1_view_img {
	width:320px; height:300px;
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: contain;
	border:1px #cccccc solid;
	border-radius:4px;
	margin:0 auto 0 auto;
}
.p1_view_img_selbox {
	width:100%; 
	margin-top:10px;
	text-align:center;	
	vertical-align:top;
}
.p1_view_img_sel {
	display:inline-block; 
	border:1px #f1f1f1 solid;
	width:70px; height:64px;
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: cover;
}
.p1_view_img_sel_3d {
	display:inline-block; 
	border:1px #cccccc dashed;
	width:80px; height:74px;
	background-repeat: no-repeat; 
	background-position: center center;
	
}
.p1_view_img_sel:hover {
	border:1px #084095 solid;
	cursor:pointer;
}

.p1_view_prodname {
	font-size:30px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
.p1_view_prodname2 {
	font-size:22px;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
.p1_view_tag {
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
	color:#333333;
	font-weight:normal;
	display:none;
}

.p1_view_proddesc {
	margin-top:30px;
	border:0px #ff0000 solid;
}

.p1_view_sec_2 {
	vertical-align : top;
	margin-top: 30px;
}

.p1_view_sec_2 img {
	width:100% !important;
}



.p1_view_tab {
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:54px;
	padding:0;
	margin:50px 0 0px 0; 
	}
.p1_view_tab p {
	width: 33%; 
	text-align: center; 
	}
.p1_view_tab p a {
	display:block; 
	width:100%; 
	padding:0.9rem 0; 
	margin:0; 
	border:1px solid #333333; 
	border-radius:2px;
	box-sizing:border-box; 
	font-size:18px; 
	}
.p1_view_tab p a.on {
	border:1px solid #084095; 
	box-sizing:border-box; 
	color:#fff; 
	background-color:#084095;
	}
.p1_view_sec_2 div  {
	display:none;
}	
.p1_view_sec_2 div.on {
	display:block;
}
.p1_view_sec_2 div.on div{
	display:block;
}

.p1_view_downbox {
	display: inline-block !important;
	width:320px;
	height:130px;
	border:1px #cccccc solid;
	border-radius:2px;
	text-align:center;
	cursor:pointer;
	vertical-align:top;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}
.p1_view_downbox_title {
	background:#f3f3f3;
	color:#333333;
	padding-top:14px;
	padding-bottom:14px;
}
.p1_view_downbox_body {	
	padding-top:20px;
	padding-bottom:30px;
}


.p1_view_downbox_body img {
	width:32px !important;
	height:32px;
}


	/********/
    .b7_list_button {
		display: inline-block;
		width:80px;
		font-size:14px;
		text-align: center;
		padding:6px 0 6px 0;
		border:1px #21a642 solid;
		border-radius:4px;
	}
	

/****/
	
	
.i1_sec_1 {	
	vertical-align: top;
}


.i1_catbox {
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-bottom:50px;
}

.i1_cat_item {
	width: 24.4%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:1px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}

.i1_cat_item:last-child {
	margin-right:0px;
}

.i1_cat_item.selon {
	background:#458ff4;
	color:#ffffff;
}


.i1_box_1 {
	position: relative;
	background:#fafafa;
}
.i1_box_1_inner_1 {
	display:block;
	width:100%;
	vertical-align:top;
}
.i1_box_1_inner_1  img {
	width:100%;
}
.i1_box_1_inner_2 {
	display:block;
	width:100%;
	vertical-align:top;
	padding-bottom:20px;
}

.i1_icon_box {	
	padding-left:20px;
	margin-top:20px;
}
.i1_icon_box img {	
	margin-right:10px;
}

.i1_txt_big {
	font-size:28px;
	color:#000000;
	padding-left:20px;
	margin-top:20px;
}
.i1_txt_normal {
	font-size:16px;
	color:#000000;
	margin-top:20px;
	padding-left:20px;
}


/****/


.i1_sec_2 {
	padding-top:40px;
	padding-bottom:40px;
	border:0px #ff0000 solid;
}


.i1_txt_big2 {
	font-size:28px;
	color:#000000;
	text-align:center;
}
.i1_txt_normal2 {
	font-size:16px;
	color:#000000;
	margin-top:20px;
	text-align:center;
}

.i1_gra {
	margin-top:40px;
	text-align:center;
}
.i1_gra img {
	width:100%;
}
.i1_gra_txt {
	width:100%;
	border:5px #f3f3f3 solid;
	padding:20px 0 20px 0;
	text-align:center;
	font-size:16px;
	margin:20px auto 0 auto;
	border-radius:80px;
}


	/**/


.i1_sec_3 {
	position:relative;
	padding-top:0px;
	padding-bottom:80px;
	border:0px #ff0000 solid;
	height:390px;
	background:url("../images/bg_company_value.jpg") center top no-repeat;
	background-size:cover;
}
.i1_sec_3_txtbox {	
	position:absolute;
	top:40px;
	left:50%;
	width:320px;
	height:auto;
	margin-left:-160px;
	padding:30px 20px 30px 20px;
	background-color:rgba(255, 255, 255, 0.8);
	border-radius:2px;
}
.i1_sec_3_txtbox .i1_txt_big2 {
	text-align:left;
}
.i1_sec_3_txtbox .i1_txt_normal2 {
	margin-top:10px !important;
	text-align:left;
}

.i1_txt_big3 {
	margin-top:50px;
	font-size:20px
}
/**/

.b_srch {
	text-align: center;
	margin-top:30px;
	margin-bottom:10px;
}

.b_srch .input_box {
	font-size:16px;
	padding:6px 10px 6px 10px;
	width:40%;
}
.b_srch .input_box:first-child {
	width:20%;
}

.b_button_srch {
	display:inline-block;
	width:50px;
	height:32px;
	line-height:32px;
	text-align: center;
	font-size:14px;
	color:#ffffff;
	background:#333333;
	border-radius:2px;
}

.b_button_allview {
	display:inline-block;
	width:80px;
	height:32px;
	line-height:32px;
	text-align: center;
	font-size:14px;
	color:#ffffff;
	background:#999999;
	border-radius:2px;
}


/******/


.s1_sec_1 {	
	vertical-align: top;
}


.s1_catbox {
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-bottom:50px;
}

.s1_cat_item {
	width: 33%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:1px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}

.s1_cat_item:last-child {
	margin-right:0px;
}

.s1_cat_item.selon {
	background:#458ff4;
	color:#ffffff;
}

.s1_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}


.s1_conbox {
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-top:60px;
}

.s1_con_item {
	width: 100%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:0px #285eb1 solid;
	border-radius:4px;
	margin-bottom:40px;
	cursor:pointer;
}


.s1_con_item2 {
	width: 100%;
	margin-right:0px;
	text-align: center;
	font-size:18px;
	color:#084095;
	padding:8px 0 8px 0;
	border:0px #285eb1 solid;
	border-radius:4px;
	margin-bottom:10px;
	cursor:pointer;
}

.s1_con_item_titlebox {
	padding-bottom:20px;
	border-bottom:1px #466083 solid;
}
.s1_con_item_titlebox img {
	height:150px;
}

.s1_con_item_title {
	font-size:20px;
	color:#3160ae;
	margin-top:20px;
}

.s1_con_item:last-child {
	margin-right:0px;
}

.s1_con_item_desc_box {	
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-top:0px;	
}

.s1_con_item_desc_box_inner {
	width:100%;
	background:#f6f6f6;
	border-radius:2px;
	padding:30px 10px 30px 10px;
	font-size:16px;
	color:#000000;
}


.s1_con_item_desc_box_inner2 {
	width:49%;
	background:#f6f6f6;
	border-radius:2px;
	padding:0px 0px 30px 0px;
	font-size:16px;
	color:#000000;
}

.s1_so {
	background:#7996c2;
	padding:14px 0 14px 0;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	margin-bottom:30px;
}

.s1_so_subttl {
	color:#2355a2;	
	font-weight:bold;
}

.s1_so_subttl_line {
	width:30px;
	margin:14px auto 24px auto;
	border-bottom:1px #cccccc solid;
}
.s1_contact {
	font-size:16px;
	margin-bottom:10px;
}


/****/

.i2_sec_1 {
	
}



.i2_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}

.i2_sec_1 .section_subtitle {
	margin-top:40px;
	margin-bottom:30px;
}


/****/
.history_wrap {
	margin-top:40px;
}

.history_wrap .tabs {
	border: 1px solid #e1e1e1;
}

.history_wrap .tabs::after {
	content: '';
	display: block;
	clear: both;
}

.history_wrap .tabs li {
	float: left;
	/* width: 33.3%; */
	width: 25%;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	color: #222;
	cursor: pointer;
}

.history_wrap .tabs li.active {
	background: #3362a8;
	color: #fff;
}

.history_cont {
	padding: 60px 0 120px;
}

.history_cont .detail {
	font-size: 0;
	position: relative;
}

.history_cont .detail:last-child::after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: #3362a8;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.history_cont .detail .cont {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 33px;
	box-sizing: border-box;
	border-right: 1px dotted #3362a8;
	word-break: keep-all;
}
.history_cont .detail.l_detail .cont {
	text-align: right;
}
.history_cont .detail.r_detail .cont {
	border-right: 0;
	border-left: 1px dotted #3362a8;
}
.history_cont .detail.r_detail .img_box {
	text-align: right;
}

.history_cont .detail .cont h3 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.37px;
	color: #3362a8;
	margin-bottom: 50px;
	position: relative;
	margin-top: -3px;
}

.history_cont .detail .cont h3::after {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	background: url("../images/bg_year.jpg") no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -49px;
}
.history_cont .detail.r_detail .cont h3::after {
	right: auto;
	left: -49px;
}

.history_cont .detail .cont ul li {
	margin-bottom: 25px;
}

.history_cont .detail .cont ul li:last-child {
	margin-bottom: 50px;
}

.history_cont .detail .cont ul li p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.1px;
	line-height: 1.5;
	color: #818181;
}

.history_cont .detail .cont ul li p.date {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.4px;
	color: #333;
	position: relative;
}

.history_cont .detail .cont ul li p.date::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #3362a8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -36px;
	border-radius: 50%;
}
.history_cont .detail.r_detail .cont ul li p.date::after {
	right: auto;
	left: -36px;
}

.history_cont .detail .img_box {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
}
.history_cont .detail .img_box img {
	max-width: 100%;
}

.history_cont .detail.bg_2018::before {
	content: '';
	display: block;
	width: 237px;
	height: 239px;
	background: url("../images/bg_history01.png") no-repeat;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: -1;
}

.history_cont .detail.bg_2015::before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	background: url("../images/bg_history02.png") no-repeat;
	position: absolute;
	bottom: -35px;
	left: 295px;
	z-index: -1;
}

.history_cont .detail.bg_2013::before {
	content: '';
	display: block;
	width: 237px;
	height: 239px;
	background: url("../images/bg_history01.png") no-repeat;
	position: absolute;
	top: -60px;
	left: 25px;
	z-index: -1;
}

.history_cont .detail.bg_2011::before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	background: url("../images/bg_history02.png") no-repeat;
	position: absolute;
	bottom: -26px;
	right: 83px;
	z-index: -1;
}

.history_cont .detail.bg_2010::before {
	content: '';
	display: block;
	width: 237px;
	height: 239px;
	background: url("../images/bg_history01.png") no-repeat;
	position: absolute;
	bottom: -120px;
	left: 220px;
	z-index: -1;
}

.history_cont .detail.bg_2007::before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	background: url("../images/bg_history02.png") no-repeat;
	position: absolute;
	bottom: -57px;
	left: 0;
	z-index: -1;
}.tab-content {
	display:none;
	padding:10px;
}

.tab-content.active {
	display: inherit;
}	

ul.tabs {
	margin:0;
	padding:0;
}

.tabs-wrap .btn-open {
	display:none;
}

ul.tabs {
	width:100%;
}

ul.tabs:before, ul.tabs:after {
  display: table;
  content: " ";
}

ul.tabs:after {
  clear: both;
}
ul.tabs li.select {
		display:none;
	}

	ul.tabs li {
		float:left;
		display: inline-block;
		padding:10px 20px;
		text-align:center;
		cursor: pointer;
		background:#fafafa;
	}

	ul.tabs li.active {
		box-shadow: inset 0 3px #0ce0ce;
		background:#fff;
	}

/****/

.b5_map_box img {
	width:100%;
	margin-bottom:10px;
}

/****/

.i3_sec_1 {
	
}



.i3_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}

.i3_sec_1 .section_subtitle {
	margin-top:40px;
	margin-bottom:30px;
}



.i3_pic_box_1 {
	text-align: center;
	background:#f9f9f9;
}

.i3_pic_box_1 img {
	width:100%;
}


.i3_pic_box_2 {	
	text-align: center;
}
.i3_pic_box_2_item {
	display:inline-block;
	position:relative;
	width:520px;
	height:290px;
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 30px 40px 30px;
	vertical-align:top;
	border-radius:2px;
	border:0px #ff0000 solid;
}
.i3_pic_box_2_item_title {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	text-align:center;
	background-color:rgba(255, 255, 255, 0.8);
	padding:14px 0 14px 0;
	font-size:18px;
	color:#000000;
	border-radius: 0 0 2px 2px;
}

/****/

.i4_sec_1 {
	
}

.i4_sec_1 .section__title {
	display:block;
	text-align: center;
	padding-bottom:0;
	margin-bottom:10px;
}
.section__title_desc {
	text-align: center;
}

.i4_map {
	width:100%;
	height:400px;
	border-radius:4px;
	margin-top:40px;
}

.i4_sec_2 {
	position:relative;
	display:flex;
	align-items:left;
	 justify-content: space-between; 
	overflow:hidden;
	flex-wrap: wrap;
	margin-bottom:10px;
	padding-top:60px;
	border:0px #ff0000 solid;

}

.i4_sec_2_item {
	position:relative;
	width: 100%;
	margin-right:0px;
	margin-bottom:30px;
	text-align: left;
	padding:40px 20px 40px 40px;
	border:1px #cccccc solid;
	border-radius:4px;
}

.i4_sec_2_item:last-child {
	margin-right:0px;
}

.i4_sec_2_item .bonmun_txt:nth-child(2) {
	font-size:16px !important;
}
.i4_sec_2_item .bonmun_txt:last-child {
	font-size:16px !important;
}

.i4_loc_icon {
	position:absolute;
	top:-20px;
	left:40px;
}

/******/
	
	/**/
	
.i5_sec_1 {}

.i5_top_txt {
	color:#0161ad;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align: center;
	word-break: keep-all;
}

.i5_top_txt2 {
	color:#000000;
	font-size:20px;
	letter-spacing:-1px;
	text-align: center;
	line-height:32px;
	margin-top:40px;
	word-break: keep-all;
}

.i5_txt_bar {
	/* width:740px;
	margin:60px auto 0 auto;
	background:#01b84e;
	text-align:center;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	padding:10px 0 10px 0;
	border-radius:60px; */
	
	color:#01b84e;
	font-size:30px;
	font-weight:bold;
	text-align: center;
	margin-top:40px;
	word-break: keep-all;
	
}

.i5_why_box {
	/* display: flex; 
	justify-content: space-between; 
	margin:0 0 25px 0; */
	display: block; 
	margin:0 0 25px 0;
}
.i5_why_box img {
	display: block; 
	width:100%;
	margin-bottom:20px;
}
	
.i5_td_header_1 {
	background:#01b84e;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 0;
	border-right:3px #ffffff solid;
	border-bottom:3px #ffffff solid;
}	
.i5_td_header_2 {
	background:#e4f8ed;
	text-align:center;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 0;
	border-right:3px #ffffff solid;
	border-bottom:3px #ffffff solid;
}
	
.i5_td_item {
	background:#ececec;
	text-align:center;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 0;
	border-right:3px #ffffff solid;
	border-bottom:3px #ffffff solid;
}
.i5_td_data {
	background:#f2f2f2;
	text-align:center;
	color:#000000;
	font-size:14px;
	padding:10px 0 10px 0;
	border-right:3px #ffffff solid;
	border-bottom:3px #ffffff solid;
}

.i5_kmed_box {
	width:100%;
	text-align: center;
	margin-top:20px;
	margin-bottom:50px;
}	
.i5_kmed_box img {
	display: inline-block;
	width:200px;
}

.i5_kmed_txt {
	font-size:18px;
	margin-top:0px;
}
.i5_kmed_txt span {
	color:#028154;
	font-weight:bold;
	
}
	
.i5_foot_txt {
	color:#01b84e;
	font-size:30px;
	font-weight:bold;
	text-align: center;
	margin-top:60px;
	word-break: keep-all;
}	
	
	
	/**/
	
	
	/**/
	/**/
	
	.b6_sec_1 img {
		width:100% !important;
	}
	.b6_sec_2 img {
		width:100% !important;
	}
	
	
	
.c1_step_box_case {	
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
	flex-wrap:wrap;
}

.c1_step_box {
	/* display: inline-block;
    position: relative;
    width: 23%;
    height: auto;    */
	width: 100%; 
	text-align: center; 
	border: 3px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #f4f6c5 0%,  #f4f6c5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	/* margin-right:30px;
	vertical-align: top; */
	margin-bottom:10px;
}

		
.c1_step_box_title {
	color:#00508f;
	font-size:22px;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
    background:linear-gradient(to right, #f4f6c5 0%,  #f4f6c5 100%);
	padding:10px 0 10px 0;
}		


.c1_step_box:nth-child(2) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #eaf2da 0%,  #eaf2da 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.c1_step_box:nth-child(2) .c1_step_box_title {	
    background:linear-gradient(to right, #eaf2da 0%,  #eaf2da 100%);
	padding:8px 0 8px 0;
}	
.c1_step_box:nth-child(3) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.c1_step_box:nth-child(3) .c1_step_box_title {
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
}
.c1_step_box:nth-child(4) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #00a843 0%,  #00a843 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.c1_step_box:nth-child(4) .c1_step_box_title {
    background:linear-gradient(to right, #00a843 0%,  #00a843 100%);
	padding:8px 0 8px 0;
	color:#ffffff;
}
.c1_step_box:nth-child(5) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.c1_step_box:nth-child(5) .c1_step_box_title {
    background:linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
	padding:8px 0 8px 0;
}

.c1_step_desc {
	height:140px;	
	display:flex;	
	align-items:center; 
}
.c1_step_desc_txt {
	width:100%;
	text-align:center; 
	font-size:18px;
}


.c1_step_geja {
	margin:30px auto 0 auto;
	text-align: center;
	width:100%;
	padding:12px 0 10px 0;
	border-radius:4px;
	border:1px #cccccc dashed;
}


	/**/
	
	

.c2_tm_box { 
	height:140px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
	}
	

.c2_tot_box {
	border:2px #999999 solid;
	border-radius: 4px;
	padding:10px 40px 10px 40px;
	background:#f6f6f6;
	margin-top:70px;
}

.c2_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
}
.c2_tot_box .input_box {
	border: none;
	color:#ff0000;
	padding-bottom:14px;
}

	
	
	
	/****/
	
	
.r2_sec_1 {	
	vertical-align: top;
	width:800px;
	margin: 0 auto 0 auto;
}	

.r2_sec_2 {
	width:800px;
	margin: 80px auto 0 auto;
}
.r2_pp {
	height:140px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
}
.r2_cell_add_left {
	padding-left: 40px;
	border-left:1px #cccccc dashed;
}


.r2_reg_box {
	border:1px #cccccc solid;
	border-radius:2px;
	padding:40px;
}
.r2_reg_item_box {
	padding:10px 0 10px 0;
	font-size:18px;
	border-bottom:0px #e6e6e6 dashed;
}
.r2_reg_item_box_mypage {
	padding:20px 0 10px 0;
	font-size:18px;
	border-bottom:1px #e6e6e6 dashed;
}

.r2_reg_item_box_inner {
	font-size:18px;
	background:#f6f6f6
}

.r2_reg_item_box_inner:first-child {	
	padding:20px 0 10px 0;
	border-bottom:1px #e3e3e3 dashed;
	border-radius:2px 2px 0 0;
}
.r2_reg_item_box_inner:last-child {	
	padding:10px 0 20px 0;
	border-bottom:0px #e3e3e3 dashed;
	border-radius: 0 0 2px 2px;
}

.r2_reg_sv_title {
	padding:12px 10px 10px 20px;
	font-size:18px;
	font-weight:bold;
	background:#f6f6f6;
	border-radius:4px;
	margin-bottom:10px;
}

.comment_incell {
	display:block;
	font-size:14px; 
	margin-left:0px !important;
	margin-top:10px;
	}
	
	/**/
	
.login_reglink {
	display: block;
	background:#313131;
	width:200px;	
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	margin-left:0px;
	margin-top:20px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:4px;
}

.login_input_box {display:block; width:100%; margin-right:0px; vertical-align:top}
.login_button_box {display:block; width:100%; margin-right:0px; vertical-align:top }

.login_login_input {
	font-size:16px; 
	line-height:48px; 
	padding-left:24px !important; 
	width:100%;
	margin-bottom:10px;	
	}
.login_login_button {
	display:block; 
	background:#011b70; 
	color:#ffffff; 
	font-size:18px; 
	line-height:70px; 
	text-align:center; 
border-radius:2px;
} 

.login_send_box {
	margin-top:36px; 
	border:1px #cccccc solid; 
	background:#f7f7f7; 
	padding: 20px 30px 20px 30px;
	}
.login_send_txt {font-size:16px; color:#000000; margin-bottom:20px; }
.login_send_input_box {
	display:block; 
	width:100%; 
	margin-right:0px; 
	vertical-align:top;
	}
.login_send_button_box {
	display:block; 
	width:100%; 
	margin-right:0px; 
	vertical-align:top;
	}
.login_send_input {font-size:16px; line-height:32px; padding-left:24px !important; width:100%;
	margin-bottom:10px;
}
.login_send_button {display:block; background:#011b70; color:#ffffff; font-size:16px; line-height:54px; text-align:center; 
border-radius:2px;} 

/**/

	
    .con_box_2_1 {display:block; width:100% !important; margin:0 0px 0 0px !important}
	.con_box_2_15 {display:block; width:100% !important; margin:0 0px 0 0px !important; vertical-align: top}
    .con_box_2_2 {display:block; width:100% !important; margin:0 0px 0 0px !important; }
    .con_box_2_3 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_35 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_4 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_45 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_5 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_55 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_6 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_65 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_7 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_8 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_9 {display:block; width:100% !important; margin:0 0px 0 0px !important}

    .con_box_3 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_4 {display:block; width:100% !important; margin:0 0px 0 0px !important}

	.con_box_3_incell {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_4_incell {display:block; width:100% !important; margin:0 0px 0 0px !important}
	.con_box_6_incell {display:block; width:100% !important; margin:0 0px 0 0px}
	
	/**/
	
	.r_item_input_box {
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	
}


/********************** set **********************************************************/



.bonmun_txt {font-size:18px; line-height:28px; text-align:left; word-break:keep-all}
.bonmun_txt2 {font-size:18px; line-height:28px; text-align:left; word-break:keep-all; margin-top:20px}
.comment_incell {font-size:14px; margin-left:20px}
.top_txt_box {background:#f3f3f3; border:1px #999999 dashed; padding:30px 0 30px 0; border-radius:6px}
.top_txt_box_2_1 {background:#f3f3f3; border:1px #999999 dashed; padding:30px 0 30px 0; border-radius:6px 6px 0 0; border-bottom:none}
.top_txt_box_2_2 {background:#ffffff; border:1px #999999 dashed; padding:20px 0 20px 0; border-radius:0 0 6px 6px; border-top:none}

.margin_top_5 {margin-top:5px}
.margin_top_10 {margin-top:10px}
.margin_top_20 {margin-top:20px}
.margin_top_30 {margin-top:30px}
.margin_top_35 {margin-top:35px}
.margin_top_40 {margin-top:40px}
.margin_top_50 {margin-top:50px}
.margin_top_60 {margin-top:60px}
.margin_top_70 {margin-top:70px}
.margin_top_80 {margin-top:80px}
.margin_top_90 {margin-top:90px}

.margin_bottom_10 {margin-bottom:10px}
.margin_bottom_20 {margin-bottom:20px}
.margin_bottom_30 {margin-bottom:30px}
.margin_bottom_40 {margin-bottom:40px !important}

.border_left_x {border-left:none}
.border_right_x {border-right:none}
.border_top_x {border-top:none}
.border_bottom_x {border-bottom:none}
.border_right_1 {border-right:1px #cccccc solid}


.checkbox_align {width:18px; height:18px; margin:-2px 5px 0 0; border:1px #ff0000 solid}
.checkbox_align_16 {width:16px; height:16px; margin:-2px 5px 0 0; border:1px #ff0000 solid}
.checkbox_align_incell {width:18px; height:18px; margin:-3px 5px 0 3px}




.section_subtitle {
	color:#000000; 
	font-size:28px; 
	font-weight:bold;
	word-break: keep-all
	}


.txt_big {font-size:20px; font-weight:bold;letter-spacing:-1px;line-height:30px; color:#000000; word-break: keep-all}
.txt_big1 {font-size:19px; letter-spacing:-1px;line-height:25px; color:#000000; word-break: keep-all}
.txt_big_2 {font-size:20px; font-weight:bold;letter-spacing:-1px; line-height: 40px}
.txt_bigger {font-size:28px; font-weight:bold;}

.txt_small {font-size:14px; font-weight:normal;letter-spacing:0px;line-height:24px; word-break: keep-all}
.txt_normal {font-weight: normal}
.txt_darkblue {color:#011b72;}

.txt_gray {color:#999999 !important}
.txt_red {color:#ff0000 !important}
.txt_blue {color:#0000ff !important}


.img_size { max-width: 100%}
.img_inline {display:inline-block}

.set_center {text-align:center !important}
.set_left {text-align:left !important}
.set_right {text-align:right !important}

.td_left_txt {padding: 1.3em 2em; text-align:left}
.td_left_txt { text-align:left}

.td_left { padding: 1.0em 1.0em; text-align: left; word-break:keep-all}
.td_center { padding: 1.0em 1.0em; text-align: center; word-break:keep-all}
.td_first { border-radius:4px 0 0 4px}
.td_last { border-radius:0px 4px 4px 0px}

.td_bg_gray_1 {background:#f3f3f3}
.td_bg_gray_2 {background:#f9f9f9}


.width_5 {width:5% !important}
.width_10 {width:10% !important}
.width_15 {width:15% !important}
.width_20 {width:20% !important}
.width_25 {width:25% !important}
.width_30 {width:30% !important}
.width_35 {width:35% !important}
.width_40 {width:40% !important}
.width_45 {width:45% !important}
.width_50 {width:50% !important}
.width_55 {width:55% !important}
.width_60 {width:60% !important}
.width_65 {width:65% !important}
.width_70 {width:70% !important}
.width_75 {width:75% !important}
.width_80 {width:80% !important}
.width_85 {width:85% !important}
.width_90 {width:90% !important}

.width_16 {width:16% !important}
.width_33 {width:33% !important}
.width_22 {width:22% !important}

.border_bottom_x {border-bottom:none !important}


.button_download {
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:50px; 
	background:#00a23f; 
	line-height:50px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:18px; 
	text-align:center; 
	border-radius:4px;
	}

.button_download img {
	height:20px;
	margin-right:10px;
}


.button_download_s {
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:30px; 
	background:#00a23f; 
	line-height:30px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:14px; 
	text-align:center; 
	border-radius:4px;
	}

.button_download_s img {
	height:16px;
	margin-right:10px;
}





.input_box{
    padding:10px 10px 10px 10px;
    color:#333333;
    background-color:#ffffff;
    vertical-align:middle;
    border:1px solid #cccccc;
    -webkit-appearance: none;
    border-radius:2px;
    font-size:18px;
}

.input_box:focus{
    border-color:#00839e;
    outline:0;
    /*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)*/
}




input::placeholder {
    color: #999999;
    /*font-style: italic;*/
}


textarea::placeholder {
    color: #999999;
    /*font-weight: bold;*/
}




.input_box::-moz-placeholder{
    color:#999999;opacity:1
}
.input_box:-ms-input-placeholder{
    color:#999999
}
.input_box::-webkit-input-placeholder{
    color:#999999
}



.input_width {width:45%}
.input_width_2 {width:20%; }
.input_width_3 {width:30%; }
.input_width_8 {width:80%; }
.input_width_9 {width:90%}
.input_width_10 {width:100%}
.input_width_a {width:100px; text-align:center; margin-right:5px}
.input_width_n {width:49.6%; text-align:center;}
.red_star {color:#ff0000; margin-left:2px}



.button_normal {
    display: inline-block;
    white-space: nowrap;
    background-color:#09913c;
    padding: 14px 20px 14px 20px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;

}

.button_reg {
    display: inline-block;
    white-space: nowrap;
    /* background-color:#09913c; */
	background-color:#333333;
    padding: 20px 0px 20px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:20px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:340px;
}


.b2_button_small {
    display: inline-block;
    white-space: nowrap;
    background-color:#333333;
    padding: 10px 0px 10px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:14px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:150px;
}

.b2_button_small2 {
    display: inline-block;
    white-space: nowrap;
    background-color:#333333;
    padding: 6px 0px 6px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:70px;
}

.button_small {
    display: inline-block;
	height:32px;
	vertical-align:middle; 
	margin-right:8px; 
	display:inline-block;
    border-radius:4px; 
	line-height: 32px;
    background-color:#333333; 
	color:#ffffff; 
	font-size:14px; 
	padding:0 10px 0 10px;
}

.r_button_small {
    display: inline-block;
	vertical-align:middle; 
	margin-right:8px; 
	display:inline-block;
    border-radius:4px; 
    background-color:#333333; 
	color:#ffffff; 
	font-size:14px; 
	padding:10px 10px 10px 10px;
}



.button_round_red {
    display: inline-block;
    white-space: nowrap;
    background-color:#ff0000;
    border: 0px solid #333333;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none;
    color: #ffffff !important;
    font-size:16px;
    font-weight:normal;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    /*-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
    letter-spacing:0px;
}


.button_reg_big {
display: inline-block;
white-space: nowrap;
background-color:#431c6e;
width:300px;
border: 0px solid #333333;
padding: 14px 0px 14px 0px !important;
margin: 0px auto 0 auto;
/*font: bold 1em/2em Arial, Helvetica,NanumGothic,"나눔고딕",MalgunGothic,"맑은고딕",Dotum,"돋음";*/
text-decoration: none;
color: #ffffff !important;
font-size:18pt;
font-weight:normal;
/*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
letter-spacing:0px;
}



.mypage_button_small {
    display: inline-block;
    white-space: nowrap;
    background-color:#cc5bf1;
    padding: 6px 0px 6px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:14px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:70px;
}

.edit_bg {
    background-color:#999999 !important;
}


.mypage_button_smaller {
    display: inline-block;
    white-space: nowrap;
    background-color:#cc5bf1;
    padding: 6px 0px 6px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:70px;
}


.mypage_add_list {background:#f3f3f3; padding:10px 0 10px 10px; border-bottom: 1px #cccccc solid; font-weight:bold; color:#000000; font-size:16px; position:relative}


/**/







.dot_txt{
    background:url(../images/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:18px;
    margin-bottom:15px;
    line-height:22px;
}

.dot_txt_s{
    background:url(../images/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    line-height:22px;
}

.dot_txt_i0{
    background:url(../images/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    margin-bottom:6px;
    line-height:24px;
}

.dot_txt_i{
    background:url(../images/biz_out2.png) left 9px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:18px;
    margin-bottom:6px;
    line-height:28px;
}


.dot_txt_t{
    background:url(../images/biz_out2.png) left 9px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:15px;
    margin-bottom:6px;
    line-height:18px;
}




.bbs_list_header {
    background-color: #f3f3f3;
    color: #000000;
    font-weight: 500;
    padding: 1em 0;
    font-size: 18px;
    border-bottom:1px #999999 solid;
}

.bbs_cell_center {
    padding: 1.3em 0em;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border-bottom:1px #cccccc solid;
}

.bbs_cell_left {
    padding: 1.3em 2em;
    text-align: left;
    font-size: 16px;
    border-bottom:1px #cccccc solid;
}

.bbs_cell_left_2 {
    padding: 0.5em 2em;
    text-align: left;
    font-size: 16px;
    border-bottom:1px #cccccc dashed;
    background:#f9f9f9;
}

.bbs_list_title {font-size:18px; line-height:24px}

.bbs_img {vertical-align:middle; display:inline-block; margin:-3px 5px 0 0}
.bbs_download_a {font-size:14px; font-weight:normal;letter-spacing:0px;line-height:24px}


.paging {display:inline-block;font-size:14px; line-height:14px; width:30px; height:30px; border:1px #cccccc solid; text-align:center; padding-top:6px}
.paging_first {border-radius:4px 4px 0 0}
.paging_last {border-radius:0 4px 4px 0}

.paging_now {display:inline-block;font-size:14px; line-height:14px; width:30px; height:30px;  border:1px #666666 solid; text-align:center; padding-top:6px;
    background:#666666; color:#ffffff;
}

.sub_title {
	color:#000000; 
	font-size:22px; 
	font-weight:normal; 
	margin-left:0px;
	text-align:left;
	padding-bottom:8px;
	border-bottom: 1px #cccccc solid;
	}
/* 
.sub_title:before {
    content: "";
    display: inline-block;
    width: .666em;
    height: .666em;
    background-color: #001b71;
    margin-right: .4em;
} */

.header__links_m {display:none}
.img_size {max-width:100%; height: auto;}

.display_x {display:none}


/****/


.r_item_title_box {
    color: #000000;
    font-size: 18px;
    line-height:26px;
    background-color: #f3f3f3;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    width:20%;
    text-align:center;
    vertical-align:middle;
    height:70px;
}



.r_item_title_box_2 {
    color: #000000;
    font-size: 18px;
    line-height:26px;
    background-color: #f3f3f3;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    text-align:center;
    vertical-align:middle;
    height:70px;
}

.r_item_header {
    color: #ffffff;
    font-size: 18px;
    line-height:26px;
    background-color: #968c7d;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    text-align:center;
    vertical-align:middle;
    padding:12px 0 12px 0;
}

.r_item_input_box {
    font-size: 18px;
    border-top: 0px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    width:80%;
    padding-left:30px;
    vertical-align:middle;
    vertical-align:middle;
    min-height:70px;
	word-break: keep-all;
}
.r_item_input_box .con_box_2_5 {
	vertical-align:top;
}

.r_item_input_box_2 {
    font-size: 18px;
    border-top: 0px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    padding-left:0px;
    vertical-align:middle;
    text-align:center;
    min-height:70px;
}

.r_item_input_box_more_height {padding-top:14px; padding-bottom:14px; height:auto}

.r_item_table_top {border-top:2px #333333 solid}

.td_bottom_add {border-bottom:2px #cccccc solid}

.td_bg_sky {
	background:#effaff;
}
	
/****/
