@charset "utf-8";

.visual{position:relative;text-align:center;}
.visual_subject{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;height:48rem;padding-top:4.8rem;}
.visual_text{margin-bottom:.5rem;font-family:'play';font-size:2.5rem;line-height:2.9rem;color:#FFFFFF;opacity:0.35;}
.visual_title{font-size:6.5rem;font-weight:700;line-height:7rem;letter-spacing:-1.3px;color:#FFFFFF;}

@media screen and (max-width:960px){
	.visual_subject{height:50rem;padding-top:5.5rem;}
	.visual_text{margin-bottom:1rem;}
	.visual_title{font-size:5.5rem;letter-spacing:-1.1px;}
}

.location{padding:0 20rem;box-shadow:inset 0 -1px 0 0 rgb(112, 112, 112, 0.2)}
.location_tabs{max-width:152rem;margin:0 auto;}
.location_tabs::after{display:block;clear:both;content:'';}
.location_tabs > li{position:relative;float:left;width:50%;min-height:6.5rem}
.location_tabs > li a{position:relative;display:block;height:6.5rem;display:flex;justify-content:center;align-items:center;font-size:2rem;letter-spacing:-0.4px;color:#333333;}
.location_tabs > li a::after{display:block;clear:both;content:'';position:absolute;bottom:0;left:0;width:100%;height:.3rem;background-color:#003E55;opacity:0;}

.location_tabs > li.on a,.location_tabs > li a:hover,.location_tabs > li a:focus{font-weight:700;color:#003E55;}
.location_tabs > li.on a::after,.location_tabs > li a:hover::after,.location_tabs > li a:focus::after{opacity:1;}

.location_tabs.tabs3 > li{width:33.33%;}
.location_tabs.tabs4 > li{width:25%;}
.location_tabs.tabs5 > li{width:20%;}
.location_tabs.tabs6 > li{width:16.66%;}

@media screen and (max-width:1800px){
	.location{padding:0 5rem;}
}
@media screen and (max-width:1400px){
	.location{padding:0}
}
@media screen and (max-width:960px){

	.location_tabs > li{min-height:7rem}
	.location_tabs > li a{height:7rem;font-size:2rem;}

}

#container[class^="sub01"] .visual{background:url(../images/sub/sub_01_visual_bg.png) no-repeat 50% 50% / cover}
#container[class^="sub02"] .visual{background:url(../images/sub/sub_02_visual_bg.png) no-repeat 50% 50% / cover}
#container[class^="sub03"] .visual{background:url(../images/sub/sub_03_visual_bg.png) no-repeat 50% 50% / cover}
#container[class^="sub04"] .visual{background:url(../images/sub/sub_04_visual_bg.png) no-repeat 50% 50% / cover}

@media screen and (max-width:720px){

	#container[class^="sub01"] .visual{background-image:url(../images/sub/sub_01_visual_bg_m@2x.png)}
	#container[class^="sub02"] .visual{background-image:url(../images/sub/sub_02_visual_bg_m@2x.png)}
	#container[class^="sub03"] .visual{background-image:url(../images/sub/sub_03_visual_bg_m@2x.png)}
	#container[class^="sub04"] .visual{background-image:url(../images/sub/sub_04_visual_bg_m@2x.png)}
}

.content{padding:10.5rem 0 0}
.cont_sect > .inner{position:relative;width:1320px;margin:0 auto;}

@media all and (max-width:1400px){
	.cont_sect > .inner{width:100%;padding-left:5rem;padding-right:5rem;}
}
@media screen and (max-width:960px){
	.cont_sect > .inner{}
}

.page_subject{position:relative;padding-bottom:12rem;text-align:center;}
.page_subject::after{display:block;clear:both;content:'';position:absolute;bottom:6rem;left:50%;width:2px;height:4rem;margin-left:-1px;background:#DDDDDD;}
.page_text{margin-bottom:1rem;font-family:'Poppins';font-size:1.6rem;font-weight:500;letter-spacing:2.08px;color:#DC000C;line-height:2.3rem;}
.page_title{font-size:4rem;font-weight:700;letter-spacing:-0.8px;color:#333333;line-height:4.8rem;}

.page_category{position:relative;}
.page_category ul{position:relative;width:1320px;margin:0 auto;display:flex;justify-content:center;align-items:center;border-left:1px solid rgba(255,255,255,0.2)}
.page_category ul::after{display:block;clear:both;content:'';}
.page_category ul > li{float:left;display:flex;flex-direction:column;justify-content:center;align-items:center;height:30rem;margin:0 auto;border-right:1px solid rgba(255,255,255,0.2)}
.page_category ul > li b{display:block;margin-bottom:.8rem;font-family:'Poppins';font-size:1.6rem;font-weight:600;text-align:center;}
.page_category ul > li em{display:block;font-size:1.6rem;letter-spacing:-0.32px;color:#FFFFFF;line-height:2rem;text-align:center;}
.page_category.cate2 ul > li{width:50%;}
.page_category.cate3 ul > li{width:33.3333%;}
.page_category.cate4 ul > li{width:25%;}
.page_category.cate5 ul > li{width:20%;}
.page_category.cate6 ul > li{width:16.6666%;}
.page_category.cate7 ul > li{width:14.2857%;}
.page_category.cate8 ul > li{width:12.5%;}
.page_category.cate9 ul > li{width:11.1111%;}
.page_category.cate10 ul > li{width:10%;}

.sub02-1 .page_category{background:url(../images/sub/sub_0201_category_bg.png) no-repeat 50% 50% / cover}
.sub02-2 .page_category{background:url(../images/sub/sub_0202_category_bg.png) no-repeat 50% 50% / cover}
.sub02-3 .page_category{background:url(../images/sub/sub_0203_category_bg.png) no-repeat 50% 50% / cover}
.sub02-4 .page_category{background:url(../images/sub/sub_0204_category_bg.png) no-repeat 50% 50% / cover}

@media all and (max-width:1400px){
	.content{width:100%;padding:8rem 0 0}
	.page_category{padding:0 2rem;}
	.page_category ul{width:100%;}
}
@media all and (max-width:1200px){
	.page_category ul{flex-wrap:wrap;}
	.page_category ul > li b{font-size:2.2rem;line-height:1.2;}
	.page_category ul > li em{font-size:2.2rem;line-height:1.2;}
	.page_category.cate2 ul > li{width:50%;}
	.page_category.cate3 ul > li{width:33.3333%;}
	.page_category.cate4 ul > li{width:25%;}
	.page_category.cate5 ul > li{width:20%;}
	.page_category.cate6 ul > li{width:33.3333%;}
	.page_category.cate7 ul > li{width:25%;}
	.page_category.cate8 ul > li{width:25%;}
	.page_category.cate9 ul > li{width:20%;}
	.page_category.cate10 ul > li{width:20%;}
	.page_category.cate4 ul::before{display:block;clear:both;content:'';position:absolute;top:15rem;left:0;width:100%;height:1px;background:rgba(255,255,255,0.2);}
	.page_category.cate4 li{height:15rem;}
	.page_category.cate5 ul::before{display:block;clear:both;content:'';position:absolute;top:15rem;left:0;width:100%;height:1px;background:rgba(255,255,255,0.2);}
	.page_category.cate5 li{height:15rem;}
	.page_category.cate6 ul::before{display:block;clear:both;content:'';position:absolute;top:15rem;left:0;width:100%;height:1px;background:rgba(255,255,255,0.2);}
	.page_category.cate6 li{height:15rem;}
	.page_category.cate7 ul::before{display:block;clear:both;content:'';position:absolute;top:15rem;left:0;width:100%;height:1px;background:rgba(255,255,255,0.2);}
	.page_category.cate7 li{height:15rem;}
	.page_category.cate8 ul::before{display:block;clear:both;content:'';position:absolute;top:15rem;left:0;width:100%;height:1px;background:rgba(255,255,255,0.2);}
	.page_category.cate8 li{height:15rem;}

}
@media all and (max-width:720px){

	.page_subject{padding-bottom:13.7rem;}
	.page_subject::after{bottom:7.2rem;width:.2rem;height:4.5rem;margin-left:-.1rem;}
	.page_text{font-size:2rem;letter-spacing:2.6px;line-height:3rem;}
	.page_category{padding:0}
	.page_category ul{border-left:0 none;}
	.page_category ul > li{flex-direction:row;justify-content: flex-start;-ms-word-break:keep-all;word-break:keep-all;}
	.page_category ul > li b{margin-bottom:0;margin-right:1rem;}
	.page_category ul > li em{text-align:left;}
	.page_category ul > li br{display:none;}
	.page_category.cate2 ul > li,
	.page_category.cate3 ul > li,
	.page_category.cate4 ul > li,
	.page_category.cate5 ul > li,
	.page_category.cate6 ul > li,
	.page_category.cate7 ul > li,
	.page_category.cate8 ul > li,
	.page_category.cate9 ul > li,
	.page_category.cate10 ul > li{width:50%;height:8rem;padding-left:6.5rem;padding-right:2rem;}
	.page_category ul > li:nth-child(n+3){border-top:1px solid rgba(255,255,255,0.2);}
	.page_category.cate4 ul::before{display:none;}
	.page_category.cate5 ul::before{display:none;}
	.page_category.cate6 ul::before{display:none;}
	.page_category.cate7 ul::before{display:none;}
	.page_category.cate8 ul::before{display:none;}
}

@media all and (max-width:720px){
	.page_category.cate10 ul > li{padding-left:4rem;}
}

.cont_title{position:relative;margin-bottom:5rem;font-size:3rem;font-weight:700;letter-spacing:-0.6px;color:#333333;line-height:3.8rem;}
.cont_title sup{display:block;margin-bottom:.8rem;font-family:'play';font-weight:700;font-size:1.6rem;letter-spacing:0px;color:#DC000C;line-height:2rem;}
.cont_title2{margin-top:5rem;margin-bottom:2rem;font-size:2.3rem;font-weight:700;letter-spacing:-0.46px;color:#003E55;line-height:2.8rem;}
.cont_title + .cont_title_box{margin-top:5rem;}
.cont_title_box + .cont_title2{margin-top:3rem;}
.cont_title_box{margin:5rem 0 3rem;}
.cont_title_box strong{display:inline-block;min-width:22rem;height:5.5rem;line-height:5.5rem;padding:0 2rem;background: #003E55;border-radius: 3rem;font-size:2rem;font-weight:700;letter-spacing: -0.4px;color: #FFFFFF;text-align:center;}

@media all and (max-width:960px){
	.cont_title br{display:none;}
	.cont_title sup{font-size:2rem;line-height:2.3rem;}
	.cont_title2{font-size:2.4rem;line-height:2.9rem;}
	.cont_title_box strong{min-width:25rem;height:6rem;line-height:6rem;padding:0 2.4rem;font-size:2.4rem;}
}

.cont_text_wrap{padding:3.4rem 0;}
.cont_text{font-size:1.8rem;letter-spacing:-0.36px;color:#363636;line-height:2.6rem;}
.cont_text + .cont_text{margin-top:2.6rem;}

.round_box{position:relative;padding:3rem 3.3rem;background:#FFFFFF;border:1px solid #E0E0E0;border-radius:0px 2rem 2rem 2rem;}
.round_box + .round_box{margin-top:2.5rem;}
.round_box + .round_box.type_gradation{margin-top:2.5rem;}
.round_box + .round_box.type_title{margin-top:4.5rem;}
.round_box + .round_box.type_color.type_title{margin-top:7.5rem;}

@media all and (max-width:720px){
	.round_box + .round_box{margin-top:3rem;}
	.round_box + .round_box.type_gradation{margin-top:3rem;}
}

.round_box .box_data{font-size:1.6rem;letter-spacing:-0.32px;color:#363636;line-height:2rem;}
.round_box .box_data dt{margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;letter-spacing:-0.36px;color:#003E55;line-height:2.1rem;}
.round_box .box_data dd{margin-top:1.5rem;}
.round_box .box_data dd.dash{position:relative;padding-left:1.2rem;}
.round_box .box_data dd.dash:before{content:'-';position:absolute;top:0;left:0;}

.round_box.type_title{padding:5rem 3.3rem 4rem;border-color:#003E55;}
.round_box.type_title .box_title{position:absolute;top:-2.2rem;left:-1px;height:4.5rem;line-height:4.5rem;padding:0 2.9rem;box-shadow:inset 0 0 0 1px #003E55;border-radius:2rem;background-color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:-0.36px;color:#003E55;text-align:center;}
.round_box.type_light.type_title{padding:4.8rem 2.2rem 2.8rem;border:1px solid #E0E0E0;}
.round_box.type_light.type_title .box_title{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#003E55;color:#fff;border-radius:3rem;}
.round_box.type_color{border:0 none;background:#FAFAFA;}
.round_box.type_color.type_title .box_title{background-color:#003E55;color:#fff;border-radius:3rem;}
.round_box.type_gradation{display:flex;justify-content:flex-start;align-items:center;padding:2.7rem 1rem;background:#FFFFFF;box-shadow:.8rem .8rem 1.5rem #0000000D;border:1px solid #F0F0F0;border-radius:0px 2rem 2rem 2rem;}
.round_box.type_gradation .box_info{font-size:1.6rem;}
.round_box.type_gradation .box_info em{display:block;margin-bottom:.5rem;font-family:'Poppins';font-weight:700;color:#DC000C;line-height:2.5rem;}
.round_box.type_gradation .box_info ul{margin-top:.8rem;}
.round_box.type_gradation .box_info .dia_list{padding-right:4rem;line-height:3rem;}
.round_box.type_gradation .box_info .dash_list li{line-height:2.2rem;}
.round_box.type_gradation .box_info .dash_list li + li{margin-top:1rem;}
.round_box.type_gradation .box_info p{margin-top:.5rem;font-size:1.6rem;letter-spacing:-0.32px;color:#363636;line-height:2.5rem;}
.round_box.type_gradation.type_ico .box_ico{width:17rem;text-align:center;}
.round_box.type_gradation.type_ico .box_info{width:calc( 100% - 17rem);padding-right:1rem;}
.round_box.type_padding{display:block;padding:4rem 5rem;}
.round_box.type_longdesc{display:block;padding:5rem;border-radius:1rem;}
.round_box.type_longdesc .box_data{color:#333333;line-height:2.6rem;}
.round_box.type_longdesc .box_data dt{color:#212121;line-height:2.6rem;}
.round_box.type_longdesc .box_data dd div + div{margin-top:3rem;}
.round_box.type_longdesc .box_data dd .light{color:#888888;}

@media all and (max-width:960px){

	.round_box .box_data{font-size:2.2rem;line-height:2.8rem;}
	.round_box .box_data dt{margin-bottom:1rem;font-size:2.4rem;line-height:2.9rem;}
	.round_box .box_data dd{margin-top:1rem;}
	.round_box.type_title{padding:5rem 3.3rem 4rem;border-color:#003E55;}
	.round_box.type_title .box_title{padding:0 2.4rem;font-size:2.4rem;height:4rem;line-height:4rem;}

	.round_box.type_gradation{padding:3rem 1rem;}
	.round_box.type_gradation .box_info{font-size:2.2rem;}
	.round_box.type_gradation .box_info em{margin-bottom:1rem;font-size:2.5rem;line-height:3.5rem;}
	.round_box.type_gradation .box_info ul{margin-top:.8rem;}
	.round_box.type_gradation .box_info .dia_list{padding-right:4rem;line-height:3rem;}
	.round_box.type_gradation .box_info .dash_list li{font-size:2.2rem;line-height:3.2rem;}
	.round_box.type_gradation .box_info p{margin-top:1rem;font-size:2.2rem;line-height:3.2rem;}
	.round_box.type_gradation.type_ico .box_ico{width:13rem;}
	.round_box.type_gradation.type_ico .box_info{width:calc( 100% - 13rem);padding-right:2rem;}
	.round_box.type_padding{padding:3rem;}
	.round_box.type_longdesc{padding:3rem;}
	.round_box.type_longdesc .box_data{font-size:2.2rem;line-height:1.5;}
	.round_box.type_longdesc .box_data dt{font-size:2.4rem;line-height:2.9rem;}
	.round_box.type_longdesc .box_data dd{margin-top:2rem;}
	.round_box.type_longdesc .box_data dd div + div{margin-top:2rem;}

}

.round_box .box_image{text-align:center;}
.round_box ul.box_image{position:relative;margin:0 -1rem;}
.round_box ul.box_image::after{display:block;clear:both;content:'';}
.round_box ul.box_image > li{width:50%;float:left;padding:0 1rem;}
.round_box .box_data + ul.box_image{margin-top:2rem;}
.round_box .box_info{}

.round_box.type_double{padding:4.8rem 2.2rem 2.8rem;}
.round_box.type_double::after{display:block;clear:both;content:'';}
.round_box.type_double.type_title > div{position:relative;float:left;width:calc(50% - 6px);}
.round_box.type_double.type_title > div .box_title{width:22rem;}
.round_box.type_double.type_title > div + div{margin-left:12px;}
.round_box.type_double.type_title > div + div .box_title{background:#48A189;}
.round_box.type_double.type_title > div img{width:100%;}
.round_box.type_double.type_title .box_title{top:calc(-4.8rem - 2.2rem) ;}

.border_box{position:relative;padding:3rem;background:#FFFFFF;border:1px solid #E0E0E0;border-top:.3rem solid #003E55;}
.border_box + .border_box{margin-top:2rem;}
.border_box .box_data{font-size:1.6rem;letter-spacing:-0.32px;color:#666666;line-height:2.2rem;}
.border_box .box_data + .box_data{margin-top:3.5rem;}
.border_box .box_data dt{margin-bottom:1rem;font-size:2rem;font-weight:700;letter-spacing:-0.4px;color:#333333;line-height:2.4rem;}
.border_box .box_data .blind + dd{margin-top:0 !important;}
.border_box .box_data dd{margin-top:1rem;}
.border_box .box_data dd.dash{position:relative;padding-left:1.2rem;}
.border_box .box_data dd.dash:before{content:'-';position:absolute;top:0;left:0;}
.border_box .box_data + div{margin-top:3rem;}
.border_box .box_data + .box_info{margin-top:2rem;margin-bottom:2rem;}
.border_box .box_image{text-align:center;}
.border_box .box_image p{margin-top:1.5rem;text-align:right;font-size:12px;font-weight:300;letter-spacing: -0.24px;opacity: 0.8;line-height:1;}
.border_box.type_color{border:0 none;border-top:.3rem solid #003E55;padding:5rem 4rem 6.5rem;background:#fafafa;}
.border_box.type_open{border:0 none;border-top:.3rem solid #003E55;}

@media all and (max-width:960px){

	.border_box{padding:3rem 2.3rem}
	.border_box + .border_box{margin-top:2rem;}
	.border_box .box_data{font-size:2.2rem;line-height:1.5;}
	.border_box .box_data + .box_data{margin-top:3rem;}
	.border_box .box_data dt{font-size:2.4rem;line-height:1.2;}
	.border_box .box_data .blind + dd{margin-top:0 !important;}
	.border_box .box_data dd{margin-top:1rem;}
	.border_box .box_data dd.dash{position:relative;padding-left:1.2rem;}
	.border_box .box_data dd.dash:before{content:'-';position:absolute;top:0;left:0;}
	.round_box.type_double.type_title .box_title{top:calc(-4.8rem - 2rem) ;}
	.round_box.type_double.type_title > div .box_title{width:auto;}
}

.box_between{display:flex;justify-content:space-between;align-items:stretch;margin-bottom:5rem;}
.box_between > div{width:calc(50% - 2rem);}
.box_between .border_box + .border_box{margin-top:0;}
.box_between .border_box.type_open{padding-bottom:7rem;}
.box_between .border_box.type_open:hover{background:#FAFAFA;}
.box_between .border_box.type_open:hover .box_data{color:#333333}
.box_between .border_box.type_open:hover .box_data dt{color:#003E55;}

@media all and (max-width:960px){
	.box_between{display:block;margin-bottom:5rem;}
	.box_between > div{width:100%}
	.box_between .border_box.type_open{padding-bottom:2.8rem;}
	.box_between .border_box + .border_box{margin-top:2rem;}

}

.cont_table{table-layout:fixed;width:100%;background:#fff;}
.cont_table thead th{border-bottom:1px solid #9c9c9c;background-color:#F0F0F0;}
.cont_table th,.cont_table td{height:6rem;padding:1rem;border:1px solid #e4e4e4;font-size:1.6rem;font-weight:400;letter-spacing:-0.32px;line-height:2rem;text-align:center;}
.cont_table th{color:#363636;}
.cont_table td{color:#545454;}
.cont_table td.bgc{background:#f9fbfc;}
.cont_table td .time{color:#0B5B73}
.cont_table th + td{border-left:1px solid #0B5B73;}

.cont_table.type_color{}
.cont_table.type_color thead th{background:#003E55;color:#fff;font-weight:700;}
.cont_table.type_color tbody th{background:#F0F0F0;font-weight:700;}

.cont_table.type_open{border-top:2px solid #DC000C;border-bottom:2px solid #DC000C;}
.cont_table.type_open thead th{border:0 none;}
.cont_table.type_open thead th,.cont_table.type_open thead td{border-bottom:1px solid #e4e4e4;}
.cont_table.type_open th,.cont_table.type_open td{height:3.5rem;border:0 none;border-top:1px solid #e4e4e4;}
.cont_table.type_open th + th,.cont_table.type_open td + td{border-left:1px solid #e4e4e4;}
.cont_table.type_open tr + tr th,.cont_table.type_open tr + tr td{border-top:1px solid #e4e4e4;}
.cont_table.type_open tr td:first-child{border-right:1px solid #e4e4e4;}
.cont_table.type_open tr td:last-child{border-right:0 none}

.table_unit{position:relative;margin-top:-3rem;padding-bottom:2rem;font-size:1.4rem;font-weight:300;letter-spacing: -0.28px;color:#666666;line-height:2rem;}
.table_unit.type_right{text-align:right;}

.cont_table.type_border_top{border-top:3px solid #003E55;}
.cont_table.type_border_top th{font-weight:700;}
.cont_table.type_border_top th span{display:block;font-weight:400;}
.cont_table.type_border_top th,.cont_table.type_border_top td{padding:2rem 1rem;}
.cont_table.type_border{border:1px solid #707070;}
.cont_table.type_border th,.cont_table.type_border td{height:5rem;border:0 none}
.cont_table.type_border thead th{border-bottom:1px solid #9c9c9c;}
.cont_table.type_border th + th,.cont_table.type_border td + td{border-left:1px solid #e4e4e4;}
.cont_table.type_border tr + tr th,.cont_table.type_border tr + tr td{border-top:1px solid #e4e4e4;}

.cont_table.type_detail{}
.cont_table.type_detail thead th{background-color:#F0F0F0;font-weight:700;}
.cont_table.type_detail th,.cont_table.type_detail td{height:5rem;background:#F9FBFC;line-height:2.2rem;}
.cont_table.type_detail th{color:#333333;}
.cont_table.type_detail td{color:#666666;text-align:left;}

.cont_table .order_list{padding:1.8rem 3.6rem 1.8rem 7rem;}
.order_list{}
.order_list > li{position:relative;padding-left:2.4rem;font-size:1.6rem;letter-spacing:-0.32px;line-height:2.2rem;}
.order_list > li + li{margin-top:3rem;}
.order_list > li i{display:block;position:absolute;top:0;left:0;}
.order_list.type_num{}
.order_list.type_num > li{padding-left:3rem;font-size:1.8rem;letter-spacing:-0.36px;color:#545454;line-height:2.4rem;}
.order_list.type_num > li + li{margin-top:2rem;}
.order_list.type_num > li i{width:2rem;height:2rem;line-height:2rem;margin-top:.2rem;font-family:'Poppins';font-size:1.4rem;text-align:center;background:#003E55;border-radius:50%;color:#fff;}

.border_box .order_list{padding-top:.5rem;}
.border_box .order_list.type_num > li{font-size:1.6rem;letter-spacing:-0.32px;color:#666666;}
.border_box .order_list.type_num > li i{width:1.8rem;height:1.8rem;line-height:1.8rem;margin-top:.3rem;font-size:1.3rem;}

@media all and (max-width:960px){

	.cont_table th,.cont_table td{font-size:2rem;line-height:2.8rem;}
	.cont_table th{padding:1.5rem 1rem;}
	.cont_table td{padding:2rem 1rem;}
	.cont_table.type_open th,.cont_table.type_open td{padding:1rem;}
	.cont_table .order_list{padding:1rem 1rem 1rem 1.5rem;-ms-word-break:keep-all;word-break:keep-all;}
	.cont_table .order_list br{display:none;}
	.order_list > li{font-size:2rem;line-height:2.8rem;}
	.order_list.type_num > li{padding-left:3.5rem;font-size:2.2rem;line-height:3rem;}
	.order_list.type_num > li i{width:2.6rem;height:2.6rem;line-height:2.7rem;margin-top:.2rem;font-size:2rem;}
	.order_list.type_num > li + li{margin-top:1.5rem;}
	.border_box .order_list.type_num > li{font-size:2.2rem;line-height:3rem;}
	.border_box .order_list.type_num > li i{width:2.6rem;height:2.6rem;line-height:2.7rem;margin-top:.2rem;font-size:2rem;}

}

/* 인사말 */
.sub01-1{background:url(../images/sub/sub_0101_bg.png) no-repeat 100% 100%;}
.sub01-1 .cont_sect{padding-bottom:17rem;}

.greeting_image{position:relative;display:flex;justify-content:center;align-items:center;}
.greeting_image > div{width:50%;}
.greeting_info{margin-top:2rem;display:flex;justify-content:center;align-items:center;flex-direction:row-reverse}
.greeting_photo{width:49rem;/* width:37%; */}
.greeting_text{width:calc(100% - 49rem);padding-right:5rem;}
.greeting_text .title{margin-bottom:3rem;font-size:2.5rem;line-height:3.6rem;letter-spacing:-0.5px;color:#000000;}
.greeting_text .text{font-size:1.8rem;letter-spacing:-0.36px;color:#363636;line-height:2.8rem;}
.greeting_text .text p + p{margin-top:2.8rem;}
.greeting_text .text + .text{margin-top:7rem;}

@media all and (max-width:960px){

	.sub01-1{background:url(../images/sub/sub_0101_bg_m@2x.png) no-repeat 100% 100% / 100% auto;}
	.sub01-1 .cont_sect{padding-bottom:19rem;}
	.greeting_image{margin:0 -5rem;}
	.greeting_info{margin-top:5rem;flex-direction:column}
	.greeting_photo{width:100%;margin-bottom:5rem;padding:0 13.6rem;text-align:center;}
	.greeting_photo img{width:100%;max-width:76rem}
	.greeting_text{width:100%;padding:0}
	.greeting_text .title{margin-bottom:5rem;font-size:2.8rem;line-height:3.8rem;letter-spacing:-0.56px;}
	.greeting_text .text{font-size:2.4rem;letter-spacing:-0.48px;line-height:3.4rem;}
	.greeting_text .text p + p{margin-top:3.4rem;}
	.greeting_text .text + .text{margin-top:5rem;}

}

@media all and (max-width:480px){
	.greeting_info{-ms-word-break:keep-all;word-break:keep-all;}
	.greeting_info br{display:none;}
}

/* 연혁 */
.sub01-2{}
.sub01-2 .cont_sect{padding-bottom:13.8rem;}

.history_head{position:relative;}
.history_head_image{}
.history_head_box{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:-10rem 20rem 0;height:20rem;background:#fff;}
.history_head_box .period{margin-bottom:.3rem;font-family:'Play';font-size:2.5rem;font-weight:700;color:#003E55;line-height:2.9rem;}
.history_head_box .title{font-size:2.8rem;letter-spacing:-0.56px;color:#333333;line-height:3.4rem;}

.history_body{position:relative;padding-bottom:1rem;}
.history_body::after{display:block;clear:both;content:'';position:absolute;top:1rem;bottom:0;left:50%;width:1px;background:rgba(0,0,0,0.2);z-index:1;}
.history_part{position:relative;padding-left:50%;padding-top:9rem;}
.history_part::after{display:block;clear:both;content:'';position:absolute;top:0;left:50%;width:21px;height:21px;margin-left:-10px;border-radius:50%;background:url(../images/sub/history_part_ico.png) no-repeat 50% 50% / 100% 100%;z-index:2;}
.history_part + .history_part{margin-top:18.7rem;}
.history_part dl{}

.history_part dl + dl{margin-top:6.5rem;}
.history_part dt{position:relative;padding-left:9rem;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;letter-spacing:-0.5px;color:#212121;line-height:3rem;}
.history_part dt::after{display:block;clear:both;content:'';position:absolute;top:50%;left:0;width:9px;height:9px;margin-top:-4px;margin-left:-4px;border-radius:50%;background:#DC000C;z-index:2;}
.history_part dd{padding-left:9rem;}
.history_part dd div{display:flex;}
.history_part dd div + div{margin-top:2rem;}
.history_part dd div b{display:block;width:5.4rem;font-size:2rem;font-weight:500;letter-spacing:-0.4px;color:#212121;line-height:2.4rem;}
.history_part dd div span{display:block;width:calc(100% - 5.4rem);font-size:2rem;letter-spacing:-0.4px;color:#666666;line-height:2.4rem;}

.history_part_period{position:absolute;top:50%;left:0;width:100%;margin-top:6rem;font-family:'Play';font-size:15rem;font-weight:700;color:#000000;opacity:0.04;white-space:nowrap;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
.history_part:nth-child(even){padding-left:0;padding-right:50%;}
.history_part:nth-child(even) dt{padding-left:0;padding-right:9rem;text-align:right;}
.history_part:nth-child(even) dt::after{left:auto;margin-left:auto;right:0;margin-right:-4px;}
.history_part:nth-child(even) dd{padding-left:0;padding-right:9rem;}
.history_part:nth-child(even) dd div{flex-direction:row-reverse;justify-content:flex-end;}
.history_part:nth-child(even) dd div b{text-align:right;}
.history_part:nth-child(even) dd div span{text-align:right;}

@media all and (max-width:960px){
	.history_head{margin:0 -5rem 5rem}
	.history_head_box{margin:-7rem 5rem 0;}
	.history_head_box .period{margin-bottom:.5rem;}
	.history_head_box .title{font-size:3rem;letter-spacing:-0.6px;line-height:3.6rem;}
	.history_body{padding-bottom:0;}
	.history_body::after{left:7.7rem;}
	.history_part{padding-left:7.7rem;padding-top:8.5rem;}
	.history_part::after{top:0;left:7.7rem;}
	.history_part + .history_part{margin-top:19.2rem;}
	.history_part dt{padding-left:6rem;font-size:3rem;line-height:3.6rem;}
	.history_part dd{padding-left:6rem;}
	.history_part dd div{display:flex;}
	.history_part dd div + div{margin-top:2rem;}
	.history_part dd div b{font-size:2.4rem;line-height:2.9rem;}
	.history_part dd div span{font-size:2.4rem;line-height:2.9rem;}
	.history_part_period{margin-top:0;font-size:10rem;}
	.history_part:nth-child(even){padding-left:7.7rem;padding-right:0;}
	.history_part:nth-child(even) dt{padding-left:6rem;padding-right:0;text-align:left;}
	.history_part:nth-child(even) dt::after{left:0;margin-left:-4px;right:auto;margin-right:0;}
	.history_part:nth-child(even) dd{padding-left:6rem;padding-right:0;}
	.history_part:nth-child(even) dd div{flex-direction:row;justify-content:flex-start;}
	.history_part:nth-child(even) dd div b{text-align:left;}
	.history_part:nth-child(even) dd div span{text-align:left;}
}

/* 조직도 */
.sub01-3{background:url(../images/sub/sub_0103_bg.png) no-repeat 50% 100% / 100% auto;}
.sub01-3 .cont_sect{padding-bottom:12.7rem;}

@media all and (max-width:720px){

	.sub01-3{background:url(../images/sub/sub_0103_bg_m@2x.png) no-repeat 50% 100% / 100% auto;}
	.sub01-3 .cont_sect{padding-bottom:15rem;}

}

/* 오시는 길 */
.sub01-4{}
.sub01-4 .cont_sect{padding-bottom:13.8rem;}

.contact_list{position:relative;margin:0 -2rem;}
.contact_list::after{display:block;clear:both;content:'';}
.contact_list > li{position:relative;float:left;width:50%;padding:0 2rem;}

.contact_list > li:nth-child(n+3){margin-top:8rem;}

.contact_title{position:relative;width:20rem;height:5.5rem;line-height:5.5rem;background:#DC000C;border-radius:1.5rem 1.5rem 0px 1.5rem;font-size:2rem;font-weight:700;letter-spacing:-0.4px;color:#FFFFFF;text-align:center;z-index:9;}
.contact_title.type2{background:#003E55;}
.contact_map{position:relative;margin-top:-2.8rem;margin-bottom:3rem;/* border:1px solid #E0E0E0; */}
.contact_map img{width:100%;}

.contact_info div{display:flex;}
.contact_info div + div{margin-top:3rem;}
.contact_info div em{display:block;width:11rem;padding-left:4.5rem;font-size:1.8rem;font-weight:700;letter-spacing:-0.36px;color:#212121;line-height:2.4rem;background-repeat:no-repeat;background-position:0 50%;background-size:auto 2.5rem;}
.contact_info div.addr em{background-image:url(../images/sub/contact_info_addr.png)}
.contact_info div.tel em{background-image:url(../images/sub/contact_info_tel.png)}
.contact_info div span{display:block;width:calc(100% - 11rem);font-size:1.8rem;letter-spacing:-0.36px;color:#545454;line-height:2.4rem;}
.contact_btn{margin-top:5rem;font-size:0;}
.contact_btn a{display:inline-block;width:20rem;height:5.5rem;line-height:5.5rem;margin-right:1rem;background:#fff;box-shadow:inset 0 0 0 1px #E0E0E0;font-size:1.6rem;letter-spacing:-0.32px;color:#888888;text-align:center; position: relative;}
.contact_btn a:hover,.contact_btn a:focus{color:#fff;}

.contact_btn a::before {content: ''; display: block; position: absolute; width: 0; height: 100%; left: 0; top: 50%; transform: translateY(-50%); background: #003E55; transition: .3s}
.contact_btn a:hover::before {width: 100%}
.contact_btn a span {position: relative;}


@media all and (max-width:960px){

	.sub01-4 .cont_sect{padding-bottom:13rem;}
	.contact_list{margin:0}
	.contact_list > li{float:none;width:100%;padding:0}
	.contact_list > li:nth-child(n+3){margin-top:0;}
	.contact_list > li:nth-child(n+2){margin-top:9.5rem;}
	.contact_title{width:22rem;font-size:2.5rem;}
	.contact_info div + div{margin-top:2rem;}
	.contact_info div em{width:13rem;padding-left:4.5rem;font-size:2.4rem;line-height:3.2rem;background-position:0 .3rem}
	.contact_info div span{width:calc(100% - 13rem);font-size:2.4rem;line-height:3.2rem;}
	.contact_btn a{margin-right:1.5rem;font-size:2rem;}

}

/* 환경평가 사업부 */
.sub02-1 .cont_check1{padding:11.9rem 0 5.2rem;}
.sub02-1 .cont_check1 > .inner{padding-left:35rem;}
.sub02-1 .cont_check1 .cont_title{position:absolute;top:0;left:0;}
.sub02-1 .cont_check1 .round_box.type_gradation{min-height:15rem;}
.sub02-1 .cont_check1 .round_box.type_gradation.item3 .box_ico{padding-right:1rem;}
.sub02-1 .cont_check1 .cont_image{margin-top:2rem;}

.sub02-1 .cont_check2{padding:11.5rem 0 7rem;background:#FAFAFA;}
.sub02-1 .cont_check2 > .inner{padding-left:35rem;}
.sub02-1 .cont_check2 .cont_title{position:absolute;top:0;left:0;}

.sub02-1 .cont_check3{padding:7rem 0 11.9rem;background:#FAFAFA;}
.sub02-1 .cont_check3 > .inner{padding-left:35rem;}
.sub02-1 .cont_check3 > .inner::before{display:block;clear:both;content:'';position:absolute;top:-7rem;left:0;width:100%;height:1px;background-color:#d5d5d5;}
.sub02-1 .cont_check3 .cont_title{position:absolute;top:0;left:0;}

.sub02-1 .cont_check4{padding:12rem 0 13rem;}

.sub02-1 .cont_check5{padding:13rem 0 13rem;background:#FAFAFA;}
.sub02-1 .cont_check5 > .inner{padding-left:35rem;}
.sub02-1 .cont_check5 .cont_title{position:absolute;top:0;left:0;}

@media all and (max-width:1400px){
	.sub02-1 .cont_check1{padding:8rem 0 5rem;}
	.sub02-1 .cont_check1 > .inner{padding-left:30rem;}
	.sub02-1 .cont_check1 .cont_title{left:5rem;}
	.sub02-1 .cont_check1 .round_box{-ms-word-break:keep-all;word-break:keep-all;}
	.sub02-1 .cont_check1 .round_box br{display:none;}
	.sub02-1 .cont_check1 .round_box.type_gradation.type_ico.item1 .box_ico img{width:6.8rem;}
	.sub02-1 .cont_check1 .round_box.type_gradation.type_ico.item2 .box_ico img{width:7.4rem;}
	.sub02-1 .cont_check1 .round_box.type_gradation.type_ico.item3 .box_ico img{width:7rem;}
	.sub02-1 .cont_check1 .cont_image{margin-top:3rem;}
	.sub02-1 .cont_check2{padding:8rem 0 5rem;}
	.sub02-1 .cont_check2 > .inner{padding-left:30rem;}
	.sub02-1 .cont_check2 .cont_title{left:5rem;}
	.sub02-1 .cont_check3{padding:5rem 0 8rem;}
	.sub02-1 .cont_check3 > .inner{padding-left:30rem;}
	.sub02-1 .cont_check3 > .inner::before{top:-5rem;left:5rem;right:5rem;width:auto;}
	.sub02-1 .cont_check3 .cont_title{left:5rem;}
	.sub02-1 .cont_check4{padding:8rem 0 10rem;}
	.sub02-1 .cont_check5{padding:8rem 0 13rem;}
	.sub02-1 .cont_check5 > .inner{padding-left:30rem;}
	.sub02-1 .cont_check5 .cont_title{left:5rem;}
}

@media all and (max-width:960px){
	.sub02-1 .cont_check1 > .inner{padding-left:5rem;}
	.sub02-1 .cont_check1 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-1 .cont_check1 .round_box.type_gradation{align-items: start;}
	.sub02-1 .cont_check2 > .inner{padding-left:5rem;}
	.sub02-1 .cont_check2 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-1 .cont_check3 > .inner{padding-left:5rem;}
	.sub02-1 .cont_check3 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-1 .cont_check4 .border_box{padding:3rem 0;background-color:transparent !important;}
	.sub02-1 .cont_check4 .border_box .box_data{padding:0 2.3rem;;font-size:2.2rem;line-height:1.5;}
	.sub02-1 .cont_check4 .border_box{border:0 none;border-top:.3rem solid #003E55;}
	.sub02-1 .cont_check5 > .inner{padding-left:5rem;}
	.sub02-1 .cont_check5 .cont_title{position:relative;top:auto;left:auto;}

}

.sub02-2 .cont_check1{padding:11.9rem 0 12rem;}
.sub02-2 .cont_check1 > .inner{padding-left:35rem;}
.sub02-2 .cont_check1 .cont_title{position:absolute;top:0;left:0;}
.sub02-2 .cont_check1 .round_box.type_gradation{min-height:15rem;}
.sub02-2 .cont_check1 .round_box.type_gradation.item3 .box_ico{padding-right:1rem;}
.sub02-2 .cont_check1 .cont_image{margin-top:2rem;}

.sub02-2 .cont_check2{padding:0 0 7rem;}
.sub02-2 .cont_check2 > .inner{}
.sub02-2 .cont_check2 .cont_title{}

.sub02-2 .cont_check3{padding:11rem 0;background:#FAFAFA;}
.sub02-2 .cont_check3 > .inner{padding-left:35rem;}
.sub02-2 .cont_check3 .cont_title{position:absolute;top:0;left:0;}
.sub02-2 .cont_check3 .round_box.type_gradation{min-height:15rem;}
.sub02-2 .cont_check3 .dia_list li:before{background:#003E55}

.sub02-2 .cont_check4{padding:14rem 0}
.sub02-2 .cont_check4 > .inner{padding-left:35rem;}
.sub02-2 .cont_check4 .cont_title{position:absolute;top:0;left:0;}
.sub02-2 .cont_check4 .round_box.type_light.type_title.item1{padding-top:2.2rem;padding-bottom:2.4rem;}
.sub02-2 .cont_check4 .round_box.type_light.type_title.item2{padding-top:2.2rem;padding-bottom:2.4rem;}
.sub02-2 .cont_check4 .round_box.type_light.type_title .box_title{width:22rem;border-radius:0px 3rem 3rem 3rem;}
.sub02-2 .cont_check4 .round_box.type_light.type_title.item2 .box_title{background:#48A189;}
.sub02-2 .cont_check4 .flex_center .item1{width:45%;}
.sub02-2 .cont_check4 .flex_center .item2{width:55%}

@media all and (max-width:1400px){
	.sub02-2 .cont_check1{padding:7rem 0 8rem;}
	.sub02-2 .cont_check1 > .inner{padding-left:30rem;}
	.sub02-2 .cont_check1 .cont_title{left:5rem;}
	.sub02-2 .cont_check1 .round_box{-ms-word-break:keep-all;word-break:keep-all;}
	.sub02-2 .cont_check1 .round_box br{display:none;}
	.sub02-2 .cont_check1 .round_box.type_gradation.type_ico.item1 .box_ico img{width:6.8rem;}
	.sub02-2 .cont_check1 .round_box.type_gradation.type_ico.item2 .box_ico img{width:7.3rem;}
	.sub02-2 .cont_check1 .cont_image{margin-top:3rem;}
	.sub02-2 .cont_check2{padding:0 0 10rem;}
	.sub02-2 .cont_check3{padding:8rem 0 9rem;}
	.sub02-2 .cont_check3 > .inner{padding-left:30rem;}
	.sub02-2 .cont_check3 .cont_title{left:5rem;}
	.sub02-2 .cont_check3 .round_box.type_gradation.type_ico.item1 .box_ico img{width:8rem;}
	.sub02-2 .cont_check3 .round_box.type_gradation.type_ico.item2 .box_ico img{width:7.5rem;}
	.sub02-2 .cont_check3 .round_box.type_gradation.type_ico.item3 .box_ico img{width:7rem;}
	.sub02-2 .cont_check4{padding:8rem 0 9rem;}
	.sub02-2 .cont_check4 > .inner{padding-left:30rem;}
	.sub02-2 .cont_check4 .cont_title{left:5rem;}
	.sub02-2 .cont_check4 .round_box.type_gradation.type_ico.item1 .box_ico img{width:7.7rem;}
	.sub02-2 .cont_check4 .round_box.type_gradation.type_ico.item2 .box_ico img{width:7rem;}
}

@media all and (max-width:960px){
	.sub02-2 .cont_check1 > .inner{padding-left:5rem;}
	.sub02-2 .cont_check1 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-2 .cont_check1 .round_box.type_gradation{align-items: start;}
	.sub02-2 .cont_check2 > .inner{padding-left:5rem;}
	.sub02-2 .cont_check2 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-2 .cont_check2 .round_box{padding:0;}
	.sub02-2 .cont_check3 > .inner{padding-left:5rem;}
	.sub02-2 .cont_check3 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-2 .cont_check3 .round_box.type_gradation{align-items: start;}
	.sub02-2 .cont_check4 > .inner{padding-left:5rem;}
	.sub02-2 .cont_check4 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-2 .cont_check4 .round_box.type_gradation{align-items: start;}
}

.sub02-3 .cont_check1{padding:11.9rem 0 12rem;}
.sub02-3 .cont_check1 .cont_text_wrap{margin-bottom:10.7rem;padding-left:35rem;}
.sub02-3 .cont_check1 .cont_title{position:absolute;top:0;left:0;}
.sub02-3 .cont_check1 .round_box.type_title{border:0 none;padding:0;background:#E9F4EA;border-radius:2rem;}
.sub02-3 .cont_check1 .round_box.type_title .box_title{left:50%;width:22rem;border-radius:3rem;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}
.sub02-3 .cont_check2{padding:9.5rem 0;background:#FAFAFA;}
.sub02-3 .cont_check2 > .inner{padding-left:35rem;}
.sub02-3 .cont_check2 .cont_title{position:absolute;top:0;left:0;}
.sub02-3 .cont_check3{padding:11rem 0 13rem;}
.sub02-3 .cont_check3 > .inner{padding-left:35rem;}
.sub02-3 .cont_check3 .cont_title{position:absolute;top:0;left:0;}

.process_list{position:relative;}
.process_list::after{display:block;clear:both;content:'';position:absolute;top:0;left:7rem;width:1px;height:100%;background:#003E55;}
.process_list > li{position:relative;display:flex;justify-content:center;align-items:center;height:15rem;background:#fff;box-shadow:8px 8px 15px #0000000D;border:1px solid #F0F0F0;border-radius:0px 2rem 2rem 2rem;z-index:1;}
.process_list > li::after{display:block;clear:both;content:'';position:absolute;top:2rem;bottom:2rem;left:44rem;width:2px;background:#707070;opacity:.2;}
.process_list > li + li{margin-top:3rem;}
.process_list > li .subject{width:44rem;padding-left:15rem;}
.process_list > li .subject i{display:block;position:absolute;top:50%;left:3rem;width:8rem;height:8rem;margin-top:-4rem;}
.process_list > li .subject b{display:block;margin-bottom:.5rem;font-family:'play';font-size:1.8rem;font-weight:700;letter-spacing:0px;color:#003E55;line-height:2.1rem;}
.process_list > li .subject em{display:block;font-size:2rem;font-weight:700;letter-spacing:-0.4px;color:#333333;line-height:2.6rem;}
.process_list > li .info{width:53rem;padding-left:7rem;/* width:54.5%; */}
.process_list > li .order_list > li{}
.process_list > li.item2 .subject b{color:#005A7A;}
.process_list > li.item2 .order_list.type_num > li i{background:#005A7A;}
.process_list > li.item3 .subject b{color:#127DA4;}
.process_list > li.item3 .order_list.type_num > li i{background:#127DA4;}
.process_list > li.item4 .subject b{color:#34A3CB;}
.process_list > li.item4 .order_list.type_num > li i{background:#34A3CB;}
.process_list > li.item5 .subject b{color:#4CB6DC;}
.process_list > li.item5 .order_list.type_num > li i{background:#4CB6DC;}
.process_list > li.item6 .subject b{color:#6DA6BB;}
.process_list > li.item6 .order_list.type_num > li i{background:#6DA6BB;}

@media all and (max-width:1400px){

	.sub02-3 .cont_check1{padding:5rem 0 8rem;}
	.sub02-3 .cont_check1 .cont_text_wrap{padding-left:30rem;}
	.sub02-3 .cont_check1 .cont_title{left:5rem;}
	.sub02-3 .cont_check2{padding:8rem 0}
	.sub02-3 .cont_check2 > .inner{padding-left:35rem;}
	.sub02-3 .cont_check2 .cont_title{left:5rem;}
	.sub02-3 .cont_check3{padding:8rem 0 10rem;}
	.sub02-3 .cont_check3 > .inner{padding-left:35rem;}
	.sub02-3 .cont_check3 .cont_title{left:5rem;}
	.sub02-3 .cont_check3 .round_box.type_gradation.type_ico.item1 .box_ico img{width:8rem;}
	.sub02-3 .cont_check3 .round_box.type_gradation.type_ico.item2 .box_ico img{width:7.5rem;}
	.sub02-3 .cont_check3 .round_box.type_gradation.type_ico.item3 .box_ico img{width:7rem;}
	.sub02-3 .cont_check4{padding:8rem 0 9rem;}
	.sub02-3 .cont_check4 > .inner{padding-left:30rem;}
	.sub02-3 .cont_check4 .cont_title{left:5rem;}
	.sub02-3 .cont_check4 .round_box.type_gradation.type_ico.item1 .box_ico img{width:7.7rem;}
	.sub02-3 .cont_check4 .round_box.type_gradation.type_ico.item2 .box_ico img{width:7rem;}
	.process_list > li .subject{width:46%;}
	.process_list > li .info{width:54%;padding-left:5rem;/* width:54.5%; */}
	.process_list > li::after{left:46%;}

}

@media all and (max-width:1200px){
	.process_list > li .subject{width:50%;padding-right:2rem;}
	.process_list > li .info{width:50%;padding-left:3rem;/* width:54.5%; */}
	.process_list > li::after{left:50%;}
}

@media all and (max-width:960px){
	.sub02-3 .cont_check1 .cont_text_wrap{margin-bottom:7.7rem;padding:0;}
	.sub02-3 .cont_check1 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-3 .cont_check2 > .inner{padding-left:5rem;}
	.sub02-3 .cont_check2 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-3 .cont_check3 > .inner{padding-left:5rem;}
	.sub02-3 .cont_check3 .cont_title{position:relative;top:auto;left:auto;}
}

@media all and (max-width:720px){
	.sub02-3 .cont_check1 .round_box.type_title{padding:4.8rem 2rem 4rem;}
	.process_list::after{left:6rem;}
	.process_list > li{flex-direction:column;height:auto;min-height:20rem;padding-left:13rem;padding-right:2rem;}
	.process_list > li::after{display:none;}
	.process_list > li + li{margin-top:2rem;}
	.process_list > li .subject{width:100%;padding-left:0;padding-bottom:1.5rem;border-bottom:.2rem solid #707070;vertical-align:top;font-size:0;}
	.process_list > li .subject br{display:none;}
	.process_list > li .subject i{left:2rem;}
	.process_list > li .subject b{display:inline-block;margin-bottom:0;margin-right:1rem;font-size:2.4rem;line-height:2.6rem;}
	.process_list > li .subject em{display:inline-block;font-size:2.4rem;line-height:2.6rem;}
	.process_list > li .info{width:100%;padding-left:0;padding-top:2rem;}
}

.sub02-4 .cont_check1{padding:11.9rem 0 11rem;}
.sub02-4 .cont_check1 > .inner{padding-left:35rem;}
.sub02-4 .cont_check1 .cont_title{position:absolute;top:0;left:0;}

.sub02-4 .cont_check2{padding:10rem 0;background:#FAFAFA;}
.sub02-4 .cont_check2 > .inner{}
.sub02-4 .cont_check2 .cont_title{}

.sub02-4 .cont_check3{padding:10rem 0}
.sub02-4 .cont_check3 > .inner{}
.sub02-4 .cont_check3 .cont_title{}

.sub02-4 .cont_check4{padding:10rem 0 11.3rem;background:#FAFAFA;}
.sub02-4 .cont_check4 > .inner{}
.sub02-4 .cont_check4 .cont_title{}

.sub02-4 .cont_check5{padding:11rem 0 12rem;}
.sub02-4 .cont_check5 > .inner{}
.sub02-4 .cont_check5 .cont_title{}

.sub02-4 .cont_check6{padding:12rem 0 11.6rem;background:#FAFAFA;}
.sub02-4 .cont_check6 > .inner{padding-left:35rem;}
.sub02-4 .cont_check6 .cont_title{position:absolute;top:0;left:0;}

@media all and (max-width:1400px){
	.sub02-4 .cont_check1{padding:7rem 0 8rem;}
	.sub02-4 .cont_check1 > .inner{padding-left:30rem;}
	.sub02-4 .cont_check1 .cont_title{left:5rem;}
	.sub02-4 .cont_check2{padding:8rem 0}
	.sub02-4 .cont_check3{padding:8rem 0}
	.sub02-4 .cont_check4{padding:8rem 0 4rem}
	.sub02-4 .cont_check5{padding:8rem 0}
	.sub02-4 .cont_check6{padding:8rem 0 10rem}
	.sub02-4 .cont_check6 > .inner{padding-left:30rem;}
	.sub02-4 .cont_check6 .cont_title{left:5rem;}
}

@media all and (max-width:960px){
	.sub02-4 .cont_check1 > .inner{padding-left:5rem;}
	.sub02-4 .cont_check1 .cont_title{position:relative;top:auto;left:auto;}
	.sub02-4 .cont_check6 > .inner{padding-left:5rem;}
	.sub02-4 .cont_check6 .cont_title{position:relative;top:auto;left:auto;}
}

.board_sect{padding-bottom:13.5rem;}
.business_card_sect{padding-bottom:15.5rem;background:url(../images/sub/business_card_bg.png) no-repeat 50% 100%;}
.business_card_list{position:relative;margin:0;padding:0 7rem;}
.business_card_list::after{display:block;clear:both;content:'';}
.business_card_list > li{float:left;width:50%;margin-bottom:5rem;padding:0 2rem;text-align:center;}
.business_card_list > li.ceo{width:100%;}
.business_card_list > li .image{max-width:55rem;margin:0 auto 2rem;}
.business_card_list > li .text{font-size:2.3rem;font-weight:700;letter-spacing: -0.46px;color: #212121;line-height:2.8rem;}

@media all and (max-width:1200px){
	.business_card_list{padding:0;}
}
@media all and (max-width:720px){
	.business_card_list > li{float:none;width:100%;}
	.business_card_list > li .image{max-width:100%;}
}
@media all and (max-width:480px){
	.business_card_list > li{margin-bottom:4rem;padding:0;}
}

/* 게시판 */
.board_cate{margin-bottom:3rem;}
.board_cate ul{position:relative;margin:0 -0.5rem;}
.board_cate ul::after{display:block;clear:both;content:'';}
.board_cate ul > li{float:left;padding:0 0.5rem 1rem;}
.board_cate ul > li a{display:block;height:6rem;line-height:6rem;-webkit-box-shadow:inset 0 0 0 1px #DDDDDD;-moz-box-shadow:inset 0 0 0 1px #DDDDDD;box-shadow:inset 0 0 0 1px #DDDDDD;border-radius:1rem;font-size:1.6rem;letter-spacing: -0.32px;color: #333333;text-align:center;}
.board_cate ul > li a:hover,
.board_cate ul > li a:focus{-webkit-box-shadow:inset 0 0 0 3px #003E55;-moz-box-shadow:inset 0 0 0 3px #003E55;box-shadow:inset 0 0 0 3px #003E55;font-weight:700;color:#003E55;}
.board_cate ul > li.on a{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#003E55;font-weight:700;color:#fff;}
.board_cate.cates2 ul > li{width:50%;}
.board_cate.cates3 ul > li{width:33.33%;}
.board_cate.cates4 ul > li{width:25%;}
.board_cate.cates5 ul > li{width:20%;}
.board_cate.cates6 ul > li{width:16.66%;}

@media all and (max-width:720px){
	.board_cate.cates2 ul > li,
	.board_cate.cates3 ul > li{width:50%;}
	.board_cate.cates4 ul > li,
	.board_cate.cates5 ul > li,
	.board_cate.cates6 ul > li{width:33.33%;}
	.board_cate ul > li a{height:36px;line-height:36px;font-size:2.4rem;}
}

.board_search_wrap{margin-bottom:1.5rem;}
.board_search_wrap::after{display:block;clear:both;content:'';}
.board_search_wrap .board_info{float:left;margin:4.8rem 0 0;}
.board_search_wrap .board_search{float:right;margin:0;}

.board_info{margin-bottom:2rem;font-size:1.6rem;line-height:2rem;letter-spacing: -0.32px;color: #000000;}
.board_info b{font-weight:400;}

.board_search{margin-bottom:3rem;vertical-align:top;font-size:0;text-align:center;}
.board_search::after{display:block;clear:both;content:'';}
.board_search.left{text-align:left;padding-left:8rem;}
.board_search > div{display:inline-block;margin-left:1rem;}
.board_search_keyword{width:27rem;}
.board_search_keyword input{border: 1px solid #666666;}
.board_search_submit{width:11.8rem;}
.board_search_submit button{justify-content:center;background: #003E55 0% 0% no-repeat padding-box;border: 1px solid #003E55;letter-spacing: -0.28px;color: #FFFFFF;}
.board_search input,.board_search select,.board_search button{display:flex;align-items:center;width:100%;height:4.8rem;border-radius: 5px;font-size:1.4rem;}

@media all and (max-width:960px){
	.board_search_wrap{margin-bottom:2rem;}
	.board_search_wrap .board_info{margin:16px 0 0;}
	.board_info{font-size:12px;line-height:1.2;}
	.board_search input,.board_search select,.board_search button{height:32px;font-size:12px}
	.board_search_keyword{width:28rem;}
	.board_search_submit{width:10rem;}
}
.board_list{width:100%;margin-bottom:7rem;border-top:2px solid #212121;table-layout:fixed}
.board_list .fix td{background:#FAFAFA}
.board_list .fix td.num{color:#DC000C}
.board_list th,.board_list td{;vertical-align:middle;font-size:1.8rem;font-weight:400;letter-spacing: -0.32px;line-height:2rem;text-align:center;}
.board_list th{padding:1.5rem 0.5rem;border-bottom:1px solid #AAAAAA;color: #000000;}
.board_list thead th{height:5rem;padding:1rem 0.5rem;}
.board_list td{padding:2rem 0.5rem;color:#212121;}
.board_list td.title{text-align:left;padding-left:3rem;-ms-word-break:keep-all;word-break:keep-all;}
.board_list td.title a{display:block;/* overflow:hidden;white-space:nowrap;text-overflow:ellipsis; */}
.board_list td.cate span{display:inline-block;width:14rem;height:4rem;line-height:4rem;background: #237C92;border-radius: 5rem;text-align:center;font-size:1.8rem;letter-spacing: -0.36px;color: #FFFFFF;}
.board_list td .file{display:inline-block;width:2rem;height:2.4rem;background:url(../images/sub/board_list_ico_file.png) no-repeat 50% 50% / 2rem 2.4rem;}

.year_select{position:relative;width:13rem;margin:0 auto;}
.year_select .current{height:3rem;border:0 none;font-size:inherit;letter-spacing: -0.32px;color: #000000;}
.year_select .current span{display:inline-block;padding-right:2.2rem;background:url(../images/sub/year_select_arrow.png) no-repeat 100% 50% / 1.1rem auto}
.year_select.active .current span{background-image:url(../images/sub/year_select_arrow2.png)}
.year_select .list{display:none;position:absolute;top:4rem;right:0;width:100%;max-height:14rem;padding:1rem;background: #FFFFFF;box-shadow: 0px 3px 6px #0000000D;border: 1px solid #E0E0E0;border-radius: 5px;overflow-y:auto;z-index:2;}
.year_select .list > li a{display:block;height:3rem;line-height:3rem;border:0 none;background-color:transparent;font-size:1.5rem;letter-spacing: -0.3px;color: #888888;text-align:left;border-radius:.5rem;text-align:center;}
.year_select .list > li a:focus,.year_select .list > li a:hover{background:#efefef;}

@media all and (max-width:720px){
	.board_list{margin-bottom:4rem;}
	.board_list th,.board_list td{font-size:2.2rem;line-height:1.4;}
	.board_list th{padding:1.5rem 1rem;}
	.board_list thead th{padding:1rem 1rem;}
	.board_list td{padding:2rem 1rem;}
	.board_list td.title{padding-left:1rem;}
	.board_list td.cate{width:14rem;}
	.board_list td.cate span{width:13rem;font-size:2rem;}
	.board_list colgroup{display:none;}
	.board_list .num{width:11rem;}
	.board_list .date{width:16rem;}
	.board_list .year{width:16rem;}
	.year_select{width:14rem;}
	.year_select .current{height:4rem;line-height:4rem;}
	.year_select .list{top:5rem;max-height:16rem;}
	.year_select .list > li a{height:4rem;line-height:4rem;font-size:2.2rem;}
}

.board_ctrl{clear:both;position:relative;margin-top:2rem;}
.board_ctrl::after{display:block;clear:both;content:'';}

/* 페이징 */
.paging{clear:both;text-align:center;font-size:0}
.paging div{display:inline-block}
.paging a{display:inline-block;position:relative;width:4rem;height:4rem;line-height:4rem;font-size:1.6rem;letter-spacing: -0.32px;color:#888888;text-align:center}
.paging .num{padding:0 0.3rem}
.paging .num a{margin:0 0.5rem;box-shadow:inset 0 0 0 1px #E0E0E0;}
.paging .num a.active{background:#DC000C;color:#fff;box-shadow:none}

.paging div.prev,
.paging div.next{}
.paging div.arrow a{background-repeat:no-repeat;background-position:50% 50%;background-size:auto 12px;text-indent:-9999px;font-size:0}
.paging div.prev a{background-image:url(../images/sub/paging_ico_prev.png)}
.paging div.next a{background-image:url(../images/sub/paging_ico_next.png)}
.paging div.first a{background-image:url(../images/sub/paging_ico_first.png)}
.paging div.last a{background-image:url(../images/sub/paging_ico_last.png)}

@media all and (max-width:960px){
	.paging a{width:32px;height:32px;line-height:32px;font-size:12px;}
}
@media all and (max-width:720px){
	.paging a{width:28px;height:28px;line-height:28px;}

}
.board_btn{float:right;font-size:0;}
.board_btn a{display:inline-block;width:11.8rem;height:4.8rem;line-height:4.8rem;padding:0 2.6rem;border-radius:0.5rem;background:#003E55;font-size:1.6rem;letter-spacing: -0.32px;color: #FFFFFF;text-align:center;}
.board_btn button{display:inline-block;width:11.8rem;height:4.8rem;line-height:4.8rem;padding:0 2.6rem;border-radius:0.5rem;background:#003E55;font-size:1.6rem;letter-spacing: -0.32px;color: #FFFFFF;text-align:center;}

@media all and (max-width:720px){
	.board_btn.right,
	.board_btn.left{position:relative;top:auto;right:auto;margin-bottom:2rem;}
	.board_btn.right{float:right;}
	.board_btn.left{float:left;}
	.board_btn a{width:12rem;height:5.5rem;line-height:5.5rem;font-size:2.2rem;}
	.board_btn button{width:12rem;height:5.5rem;line-height:5.5rem;font-size:2.2rem;}
}

.board_table{width:100%;border-top:2px solid #212121;table-layout:fixed}
.board_table th,.board_table td{padding:2rem 1rem;border:0 none;border-bottom:1px solid #CCCCCC;vertical-align:middle;-ms-word-break:keep-all;word-break:keep-all;font-size:2rem;letter-spacing: -0.4px;}
.board_table th{font-weight:700;color: #212121;text-align:center;}
.board_table td{padding-left:9rem;color: #000000;}
.board_table td a{display:block;}

@media all and (max-width:720px){
	.board_table th,.board_table td{padding:2rem;font-size:2.4rem;}
	.board_table td{padding-left:3rem;}
}

/* 게시판 상세 */
.board_detail{}
.board_detail_head{}
.board_detail_data{padding:5rem 2rem;font-size:1.6rem;letter-spacing: -0.32px;color: #000000;;}
.board_detail_data > div + div{margin-top:5rem;}
.board_detail_data .data_text{}
.board_detail_data .data_image{}
.board_detail_body{margin-top:5rem;}
.board_detail_body::after{display:block;clear:both;content:'';}

/* 게시판 상세보기 - 이전글 / 다음글 */
.board_detail_ctrl{margin-bottom:2rem;border-top:1px solid #212121;border-bottom:1px solid #212121}
.board_detail_ctrl dl{display:block;position:relative;padding-left:20rem;}
.board_detail_ctrl dl + dl{border-top:1px solid #CCCCCC}
.board_detail_ctrl dt,.board_detail_ctrl dd{display:block;height:6rem;line-height:6rem;font-size:1.6rem;letter-spacing: -0.32px;text-align:left;}
.board_detail_ctrl dt{position:absolute;top:0;left:0;width:20rem;padding-left:11.5rem;font-weight:700;color: #212121;}
.board_detail_ctrl dd{padding-right:2rem;color: #888888;}
.board_detail_ctrl dd a{display:block;color:#212121;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.board_detail_ctrl dl.prev dt{background:url(../images/sub/board_detail_prev.png) no-repeat 3.6rem 50% / 1.5rem auto;}
.board_detail_ctrl dl.next dt{background:url(../images/sub/board_detail_next.png) no-repeat 3.6rem 50% / 1.5rem auto;}

@media all and (max-width:720px){
	.board_detail_data{font-size:2.4rem;}
	.board_detail_ctrl dl{padding-left:18rem;}
	.board_detail_ctrl dt{width:18rem;padding-left:8rem;}
	.board_detail_ctrl dt,.board_detail_ctrl dd{font-size:2.2rem;}
}

.pg_wrap {float: none; margin-top: 5rem; width: 100%; margin-bottom: 3rem;}
.pg_wrap:after {display: none}
.pg_wrap .pg {display: flex; align-items: center; justify-content: center; gap: 0.5rem}
.pg_wrap .pg .pg_page {width: 4rem; height: 4rem; font-size: 1.8rem; line-height: 4rem; font-weight: 400; color: #797979; background: transparent; border: 0; box-shadow: inset 0 0 0 1px #E0E0E0; text-align: center;}
.pg_wrap .pg .pg_page.pg_start {box-shadow: none; border-radius: 0; background: url('../images/sub/paging_ico_first.png') no-repeat center/0.9rem}
.pg_wrap .pg .pg_page.pg_prev {box-shadow: none; border-radius: 0; background: url('../images/sub/paging_ico_prev.png') no-repeat center/0.9rem;}
.pg_wrap .pg .pg_page.pg_next {box-shadow: none; border-radius: 0; background: url('../images/sub/paging_ico_next.png') no-repeat center/0.9rem;}
.pg_wrap .pg .pg_page.pg_end {box-shadow: none; border-radius: 0; background: url('../images/sub/paging_ico_last.png') no-repeat center/0.9rem}
.pg_wrap .pg .pg_current {width: 4rem; height: 4rem; line-height: 4rem; background: #DC000C; border: 0; color: #fff; text-align: center;}

@media all and (max-width:720px){
	.pg_wrap .pg {gap: 1rem}
}
