/*
	Copyright 2020 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/
@charset "UTF-8";
@import '/_css/common.css'; /* front, admin 공통*/
@import '/_css/member.css'; /* front member 공통*/
@import '/_css/board.css'; /* front member 공통*/
@import 'loading.css';
@import 'fontSet.css';
@import 'basic.css';
@import 'layout.css';



/* 서브공통 */
#sub_wrap {
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	padding:12rem 0;
}
.sub-wrap section {
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
}
.s-tit {
	box-sizing:border-box;
	font-size:5rem;
	font-weight:700;
	text-align:center;
	margin-bottom:7rem;
}
.stit {
	font-size:3rem;
	font-weight:700;
	margin-bottom:5rem;
}
@media (max-width: 991.98px) {
	#sub_wrap {
		padding:6rem 0;
	}
	.s-tit {
		font-size:3.6rem;
		margin-bottom:4rem;
	}
	.stit {
		font-size:2.4rem;
		margin-bottom:2rem;
	}
}
@media (max-width: 575.98px) {
	.s-tit {
		font-size:2.6rem;
		margin-bottom:2rem;
	}
	.stit {
		font-size:2.2rem;
	}
}


/********************************** 박병일 명장 ***********************************/
.intro-wrap .sec01 {
	padding-bottom:12rem;
}
.intro-wrap .sec01 .flex {
	display:flex;
	align-items:flex-end;
}
.intro-wrap .sec01 .flex .img > img {
	width:100%;
	max-width:70rem;
}
.intro-wrap .sec01 .flex .txt > div {
	box-sizing:border-box;
	position:relative;
}
.intro-wrap .sec01 .flex .txt .top {
	padding:4rem 9rem 2rem;
}
.intro-wrap .sec01 .flex .txt .top > h3 {
	font-size:3rem;
	font-weight:600;
	color:#222;
}
.intro-wrap .sec01 .flex .txt .top > h3:before,
.intro-wrap .sec01 .flex .txt .top > h3:after {
	content:"";
	position:absolute;
	width:4.9rem;
	height:3.6rem;
	z-index:1;
}
.intro-wrap .sec01 .flex .txt .top > h3:before {
	background:url('../_img/sub/intro_sec01_icon01.png') no-repeat center center / cover;
	left:2rem;
	top:1rem;
}
.intro-wrap .sec01 .flex .txt .top > h3:after {
	background:url('../_img/sub/intro_sec01_icon02.png') no-repeat center center / cover;
	right:4rem;
	bottom:-1.8rem;
}
.intro-wrap .sec01 .flex .txt .top > p {
	font-size:1.8rem;
	line-height:1.6;
	color:#777;
	margin-top:1rem;
}
.intro-wrap .sec01 .flex .txt .btm {
	padding:6rem 9rem;
	background:#f5f5f5;
	font-size:2rem;
	color:#000;
}
@media (max-width: 1199.98px) {
	.intro-wrap .sec01 .flex {
		display:block;
	}
	.intro-wrap .sec01 .flex .img > img {
		max-width:100%;
	}
	.intro-wrap .sec01 .flex .txt {
		margin-top:4rem;
	}
}
@media (max-width: 991.98px) {
	.intro-wrap .sec01 {
		padding-bottom:6rem;
	}
	.intro-wrap .sec01 .flex .txt {
		margin-top:2rem;
	}
	.intro-wrap .sec01 .flex .txt .top {
		padding:4rem 6rem 2rem;
	}
	.intro-wrap .sec01 .flex .txt .top > h3 {
		font-size:2.4rem;
	}
	.intro-wrap .sec01 .flex .txt .top > h3:before,
	.intro-wrap .sec01 .flex .txt .top > h3:after {
		width:3rem;
		height:2rem;
	}
	.intro-wrap .sec01 .flex .txt .top > h3:before {
		left:1.5rem;
		top:1rem;
	}
	.intro-wrap .sec01 .flex .txt .top > h3:after {
		right:1.5rem;
		bottom:-1rem;
	}
	.intro-wrap .sec01 .flex .txt .top > p {
		margin-top:0.5rem;
	}
	.intro-wrap .sec01 .flex .txt .btm {
		padding:4rem 6rem;
	}
}
@media (max-width: 575.98px) {
	.intro-wrap .sec01 .flex .txt .top {
		padding:2rem 6rem;
	}
	.intro-wrap .sec01 .flex .txt .top > h3 {
		font-size:2rem;
	}
	.intro-wrap .sec01 .flex .txt .top > h3:before,
	.intro-wrap .sec01 .flex .txt .top > h3:after {
		width:2.5rem;
		height:1.5rem;
	}
	.intro-wrap .sec01 .flex .txt .top > h3:before {
		top:1.7rem;
	}
	.intro-wrap .sec01 .flex .txt .top > h3:after {
		bottom:-0.7rem;
	}
	.intro-wrap .sec01 .flex .txt .top > p {
		font-size:1.6rem;
	}
	.intro-wrap .sec01 .flex .txt .btm {
		font-size:1.8rem;
		padding:3rem 6rem;
	}
}



.intro-wrap .sec02 {
	padding:12rem 0;
	background:#f5f5f5;
}
.intro-wrap .sec02 .list {
	list-style:none;
	padding-left:0;
}
.intro-wrap .sec02 .list > li {
	box-sizing:border-box;
	padding:6rem 0;
	background:#fff;
	margin-bottom:3rem;
}
.intro-wrap .sec02 .list > li:last-child {
	margin-bottom:0;
}
.intro-wrap .sec02 .list > li > .inner {
	display:flex;
	align-items:center;
}
.intro-wrap .sec02 .list > li > .inner > .icon {
	width:24rem;
	text-align:center;
	box-sizing:border-box;
}
.intro-wrap .sec02 .list > li > .inner > .icon > img {
	width:100%;
	max-width:12rem;
}
.intro-wrap .sec02 .list > li > .inner > .txt {
	box-sizing:border-box;
	padding:0 6rem;
	width:calc(100% - 24rem);
	border-left:1px solid #eee;
}
.intro-wrap .sec02 .list > li > .inner > .txt > p {
	font-size:1.8rem;
	line-height:1.8;
	color:#333;
}
.intro-wrap .sec02 .list > li > .inner > .txt > p.tit {
	font-size:2rem;
	font-weight:600;
	color:#000;
	margin-bottom:1.5rem;
}

@media (max-width: 991.98px) {
	.intro-wrap .sec02 {
		padding:6rem 0;
	}
	.intro-wrap .sec02 .list > li {
		padding:4rem 0;
		margin-bottom:2rem;
	}
	.intro-wrap .sec02 .list > li > .inner {
		align-items:flex-start;
	}
	.intro-wrap .sec02 .list > li > .inner > .icon {
		width:20rem;
	}
	.intro-wrap .sec02 .list > li > .inner > .txt {
		padding:0 4rem;
		width:calc(100% - 20rem);
	}
	.intro-wrap .sec02 .list > li > .inner > .txt > p.tit {
		margin-bottom:1rem;
	}
}
@media (max-width: 575.98px) {
	.intro-wrap .sec02 .list > li {
		padding:3rem 0;
	}
	.intro-wrap .sec02 .list > li > .inner {
		display:block;
	}
	.intro-wrap .sec02 .list > li > .inner > .icon {
		width:100%;
	}
	.intro-wrap .sec02 .list > li > .inner > .txt {
		padding:0 2rem;
		width:100%;
		margin-top:2rem;
		text-align:center;
	}
}

.intro-wrap .sec02 .btnArea {
	margin-top:11rem;
}
.intro-wrap .sec02 .btnArea .btn-youtube {
	position:relative;
	margin:0 auto;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:54rem;
	padding:2rem 4rem;
	text-align:center;
	font-size:2.2rem;
	color:#fff;
	background:#ff0808;
	border-radius:1rem;
}
.intro-wrap .sec02 .btnArea .btn-youtube > i {
	font-size:3rem;
	margin-right:1rem;
	position:relative;
	top:-2px;
}
@media (max-width: 991.98px) {
	.intro-wrap .sec02 .btnArea {
		margin-top:4rem;
	}
	.intro-wrap .sec02 .btnArea .btn-youtube {
		padding:2rem;
		font-size:1.8rem;
	}
	.intro-wrap .sec02 .btnArea .btn-youtube > i {
		font-size:2.8rem;
		top:-1px;
	}
}
@media (max-width: 575.98px) {
	.intro-wrap .sec02 .btnArea .btn-youtube {
		max-width:100%;
	}
}



.intro-wrap .sec03 {
	padding-top:12rem;
}
.intro-wrap .sec03 .flex {
	display:flex;
	align-items:center;
	margin-bottom:6rem;
}
.intro-wrap .sec03 .flex > div {
	box-sizing:border-box;
	width:50%;
}
.intro-wrap .sec03 .flex .img {
	padding-right:3rem;
}
.intro-wrap .sec03 .flex .txt {
	padding-left:3rem;
}
.intro-wrap .sec03 .flex .txt p {
	font-size:1.8rem;
	line-height:2;
}
.intro-wrap .sec03 .flex .txt .stit {
	margin-bottom:2rem;
}
.intro-wrap .sec03 .flex:nth-child(2){
	margin-bottom:0;
	flex-direction:row-reverse;
}
.intro-wrap .sec03 .flex:nth-child(2) .img {
	padding-right:0;
	padding-left:3rem;
}
.intro-wrap .sec03 .flex:nth-child(2) .txt {
	padding-right:3rem;
	padding-left:0;
	text-align:right;
}
.intro-wrap .sec03 .btnArea {
	margin-top:11rem;
}
.intro-wrap .sec03 .btnArea .btn-youtube {
	position:relative;
	margin:0 auto;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:54rem;
	padding:2rem 4rem;
	text-align:center;
	font-size:2.2rem;
	color:#fff;
	background:#ff0808;
	border-radius:1rem;
}
.intro-wrap .sec03 .btnArea .btn-youtube > i {
	font-size:3rem;
	margin-right:1rem;
	position:relative;
	top:-2px;
}

@media (max-width: 991.98px) {
	.intro-wrap .sec03 {
		padding-top:6rem;
	}
	.intro-wrap .sec03 .flex {
		display:block;
		margin-bottom:4rem;
	}
	.intro-wrap .sec03 .flex > div {
		width:100%;
	}
	.intro-wrap .sec03 .flex .img {
		padding-right:0;
	}
	.intro-wrap .sec03 .flex .txt {
		padding-left:0;
		margin-top:2rem;
	}
	.intro-wrap .sec03 .flex .txt p {
		font-size:1.8rem;
		line-height:1.6;
	}
	.intro-wrap .sec03 .flex .txt .stit {
		margin-bottom:1rem;
	}
	.intro-wrap .sec03 .flex:nth-child(2) .img {
		padding-left:0;
	}
	.intro-wrap .sec03 .flex:nth-child(2) .txt {
		padding-right:0;
		text-align:left;
	}
	.intro-wrap .sec03 .btnArea {
		margin-top:5rem;
	}
	.intro-wrap .sec03 .btnArea .btn-youtube {
		padding:2rem;
		font-size:1.8rem;
	}
	.intro-wrap .sec03 .btnArea .btn-youtube > i {
		font-size:2.8rem;
		top:-1px;
	}
}
@media (max-width: 575.98px) {
	.intro-wrap .sec03 .btnArea .btn-youtube {
		max-width:100%;
	}
}



/********************************** 인사말 ***********************************/
.ceo-wrap .sec01 .txt {
	margin-top:7rem;
	padding-bottom:6rem;
	border-bottom:1px solid #eee;
	text-align:center;
}
.ceo-wrap .sec01 .txt p {
	font-size:1.8rem;
	font-weight:300;
	line-height:2;
}
.ceo-wrap .sec01 .txt p.tit {
	font-size:2.2rem;
	font-weight:400;
	margin-bottom:2rem;
}
.ceo-wrap .sec01 .txt p.tit .mc {
	color:var(--mc);
}
@media (max-width: 991.98px) {
	.ceo-wrap .sec01 .txt {
		margin-top:3rem;
		padding-bottom:3rem;
	}
	.ceo-wrap .sec01 .txt p {
		line-height:1.6;
	}
	.ceo-wrap .sec01 .txt p.tit {
		font-size:2rem;
		margin-bottom:1rem;
	}
}

.ceo-wrap .sec02 {
	padding-top:6rem;
	text-align:center;
}
.ceo-wrap .sec02 p {
	font-size:2.2rem;
	color:#222;
	margin-top:2rem;
}
.ceo-wrap .sec02 .mc {
	color:var(--mc);
	font-weight:600;
	margin-top:0;
}
.ceo-wrap .sec02 .row {
	margin-top:6rem;
	margin-bottom:6rem;
}
.ceo-wrap .sec02 .row > div[class^='col-'] > .box {
	box-sizing:border-box;
	height:100%;
	padding:4rem 2rem;
	background:var(--mc);
}
.ceo-wrap .sec02 .row > div[class^='col-'] > .box > .inner > p {
	color:#fff;
	margin-top:0;
	font-size:2rem;
	font-weight:300;
}
.ceo-wrap .sec02 .row > div[class^='col-'] > .box > .inner > p.tit {
	position:relative;
	font-weight:600;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
.ceo-wrap .sec02 .row > div[class^='col-'] > .box > .inner > p.tit:before {
	content:"";
	position:absolute;
	width:5rem;
	height:1px;
	background:#fff;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
}
.ceo-wrap .sec02 .ceo_word{
	font-size: 3.3rem;
}
@media (max-width: 1430px) {
	.ceo-wrap .sec02 .row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.ceo-wrap .sec02 .row > div[class^='col-'] {
		padding-left:10px;
		padding-right:10px;
	}
}
@media (max-width: 1199.98px) {
	.ceo-wrap .sec02 .row {
		margin-bottom:4rem;
	}
	.ceo-wrap .sec02 .row > div[class^='col-'] {
		margin-bottom:2rem;
	}
}
@media (max-width: 991.98px) {
	.ceo-wrap .sec02 {
		padding-top:4rem;
	}
	.ceo-wrap .sec02 p {
		font-size:2rem;
		margin-top:1rem;
	}
	.ceo-wrap .sec02 .row {
		margin-top:4rem;
		margin-bottom:2rem;
	}
	.ceo-wrap .sec02 .row > div[class^='col-'] > .box > .inner > p {
		font-size:1.8rem;
	}
	.ceo-wrap .sec02 .row > div[class^='col-'] > .box > .inner > p.tit {
		margin-bottom:1.5rem;
		padding-bottom:1.5rem;
	}
	.ceo-wrap .sec02 .row > div[class^='col-'] > .box > .inner > p.tit:before {
		width:4rem;
	}
	.ceo-wrap .sec02 .ceo_word{
	font-size: 2.8rem;
}
}
@media (max-width: 575.98px) {
	.ceo-wrap .sec02 {
		padding-top:3rem;
	}
	.ceo-wrap .sec02 .row {
		margin-top:3rem;
	}
	.ceo-wrap .sec02 .row > div[class^='col-'] {
		margin-bottom:1rem;
	}
	.ceo-wrap .sec02 .row > div[class^='col-'] > .box {
		padding:3rem 2rem;
	}
	.ceo-wrap .sec02 .ceo_word{
	font-size: 2.4rem;
}
}



/********************************** 찾아오시는 길 ***********************************/
.location-wrap #map {
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-bottom:30%;
}
.location-wrap .info {
	margin-top:8rem;
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	align-items:flex-start;
}
.location-wrap .info > .title {
	max-width:38%;
	flex:0 0 38%;
}
.location-wrap .info > .address {
	max-width:62%;
	flex:0 0 62%;
	box-sizing:border-box;
	border-left:1px solid #ddd;
	padding-left:8rem;
	position:relative;
}
.location-wrap .info > .title h3 {
	position:relative;
	font-size:3.2rem;
	font-weight:400;
	line-height:1.4;
	color:#000;
	box-sizing:border-box;
	padding-bottom:4rem;
}
.location-wrap .info > .title h3:before {
	content:"";
	position:absolute;
	width:6rem;
	height:2px;
	background:#000;
	left:0;
	bottom:0;
}
.location-wrap .info > .title h3 > .mc {
	color:var(--mc);
}
.location-wrap .info > .address dl {
	margin-bottom:4rem;
	display:flex;
	align-items:center;
}
.location-wrap .info > .address dl:last-child {
	margin-bottom:0;
}
.location-wrap .info > .address dl dt,
.location-wrap .info > .address dl dd {
	font-size:2rem;
	font-weight:400;
	line-height:1.6;
	color:#000;
}
.location-wrap .info > .address dl dt {
	font-weight:800;
	margin-right:3rem;
	position:relative;
	top:-1px;
}
.location-wrap .info .loca_time{
	font-size:2rem;
	font-weight:400;
	line-height:1.6;
	color:#000;
}
.location-wrap .info > .address .btn-map {
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:1.2rem 4rem 1.4rem;
	font-size:1.8rem;
	color:#000;
}
.location-wrap .info > .address .btn-map > i {
	font-size:2rem;
	position:relative;
	top:2px;
	margin-right:0.4rem;
	color:var(--mc);
}

@media (max-width: 1400px) {
	.location-wrap .info > .title {
		max-width:34%;
		flex:0 0 34%;
	}
	.location-wrap .info > .address {
		max-width:66%;
		flex:0 0 66%;
		padding-left:4rem;
	}
}
@media (max-width: 1199.98px) {
	.location-wrap .info {
		display:block;
	}
	.location-wrap .info > .title {
		max-width:100%;
		flex:0 0 100%;
	}
	.location-wrap .info > .address {
		max-width:100%;
		flex:0 0 100%;
		border-left:0;
		padding-left:0;
		margin-top:4rem;
	}
	.location-wrap .info > .address dl {
		margin-bottom:2rem;
	}
}
@media (max-width: 991.98px) {
	.location-wrap .info {
		margin-top:4rem;
	}
	.location-wrap .info > .title h3 {
		font-size:2.2rem;
		padding-bottom:2rem;
	}
	.location-wrap .info > .title h3:before {
		width:4rem;
	}
	.location-wrap .info > .address {
		margin-top:2rem;
	}
	.location-wrap .info > .address dl dt,
	.location-wrap .info > .address dl dd {
		font-size:1.8rem;
	}
	.location-wrap .info > .address dl dt {
		margin-right:1.5rem;
	}
	.location-wrap .info .loca_time{
	font-size:1.8rem;
	font-weight:400;
	line-height:1.6;
	color:#000;
}
}
@media (max-width: 767.98px) {
	.location-wrap #map {
		padding-bottom:40%;
	}
	.location-wrap .info > .address .btn-map {
		display:block;
		position:relative;
		padding:1.2rem 2rem 1.4rem;
		text-align:center;
	}

}




/********************************** 자동차검사 시기 및 종류 ***********************************/
.check-wrap .sec01 {
	position:relative;
}
.check-wrap .sec01:before {
	content:"";
	position:absolute;
	width:100%;
	height:20%;
	left:0;
	bottom:0;
	background:#f5f5f5;
}
.check-wrap .sec01 p {
	font-size:2.2rem;
	font-weight:300;
	text-align:center;
	margin-bottom:6rem;
}
.check-wrap .sec01 .img {
	position:relative;
	box-sizing:border-box;
	padding:0 2rem;
	margin:0 auto;
	max-width:192rem;
}
@media (max-width: 991.98px) {
	.check-wrap .sec01 p {
		font-size:1.8rem;
		margin-bottom:4rem;
	}
}
@media (max-width: 575.98px) {
	.check-wrap .sec01 p {
		margin-bottom:3rem;
	}
}

.check-wrap .sec02 {
	padding:12rem 0;
	background:#f5f5f5;
}
.check-wrap .sec02 .list {
	list-style:none;
	padding-left:0;
}
.check-wrap .sec02 .list > li {
	box-sizing:border-box;
	padding:5rem 0;
	background:#fff;
	margin-bottom:3rem;
	min-height:34rem;
	display:flex;
	align-items:center;
}
.check-wrap .sec02 .list > li:last-child {
	margin-bottom:0;
}
.check-wrap .sec02 .list > li > .inner {
	display:flex;
	align-items:center;
}
.check-wrap .sec02 .list > li > .inner > .icon {
	width:24rem;
	text-align:center;
	box-sizing:border-box;
}
.check-wrap .sec02 .list > li > .inner > .icon > img {
	width:100%;
	max-width:12rem;
}
.check-wrap .sec02 .list > li > .inner > .txt {
	box-sizing:border-box;
	padding:0 6rem;
	width:calc(100% - 24rem);
	border-left:1px solid #eee;
}
.check-wrap .sec02 .list > li > .inner > .txt > p {
	font-size:1.8rem;
	line-height:1.8;
	color:#222;
}
.check-wrap .sec02 .list > li > .inner > .txt > p.tit {
	font-size:2rem;
	font-weight:600;
	color:#000;
	margin-bottom:0.5rem;
}
.check-wrap .sec02 .list > li > .inner > .txt > dl {
	display:flex;
	font-size:1.8rem;
	margin-top:0.5rem;
}
.check-wrap .sec02 .list > li > .inner > .txt > dl:nth-of-type(1){
	margin-top:1rem;
}
.check-wrap .sec02 .list > li > .inner > .txt > dl > dt {
	font-weight:500;
}
.check-wrap .sec02 .list > li > .inner > .txt > dl > dd {
	color:#333;
	font-weight:300;
	padding-left:0.5rem;
}
.check-wrap .sec02 .list > li > .inner > .txt > dl > dd > ul {
	list-style:none;
	padding-left:0;
}
.check-wrap .sec02 .list > li > .inner > .txt > dl > dd > ul > li {
	margin-top:0.5rem;
}
.check-wrap .sec02 .list > li > .inner > .txt > dl > dd > ul > li:nth-of-type(1){
	margin-top:0;
}
.check-wrap .sec02 .list > li > .inner > .txt > dl > dd > ul > li > span {
	display:inline-block;
	margin-left:1rem;
	font-weight:500;
}

@media (max-width: 991.98px) {
	.check-wrap .sec02 {
		padding:6rem 0;
	}
	.check-wrap .sec02 .list > li {
		padding:4rem 0;
		margin-bottom:2rem;
	}
	.check-wrap .sec02 .list > li > .inner {
		align-items:flex-start;
	}
	.check-wrap .sec02 .list > li > .inner > .icon {
		width:20rem;
	}
	.check-wrap .sec02 .list > li > .inner > .txt {
		padding:0 4rem;
		width:calc(100% - 20rem);
	}
	.check-wrap .sec02 .list > li > .inner > .txt > p.tit {
		margin-bottom:1rem;
	}
}
@media (max-width: 767.98px) {
	.check-wrap .sec02 .list > li {
		padding:3rem 0;
		display:block;
	}
	.check-wrap .sec02 .list > li > .inner {
		display:block;
	}
	.check-wrap .sec02 .list > li > .inner > .icon {
		width:100%;
	}
	.check-wrap .sec02 .list > li > .inner > .txt {
		padding:0 2rem;
		width:100%;
		margin-top:2rem;
		text-align:center;
	}
	.check-wrap .sec02 .list > li > .inner > .txt > dl {
		justify-content:center;
	}
	.check-wrap .sec02 .list > li > .inner > .txt > dl.last {
		display:block;
	}
	.check-wrap .sec02 .list > li > .inner > .txt > dl > dd > ul > li > span {
		margin-left:0;
	}
}

.check-wrap .sec03 {
	padding:12rem 0 10rem;
}
.check-wrap .sec03 .row {
	margin-top:6rem;
}
.check-wrap .sec03 .row > div[class^='col-'] > .box {
	box-sizing:border-box;
	height:100%;
	padding:4rem 2rem;
	border:1px solid #ccc;
	text-align:center;
}
.check-wrap .sec03 .row > div[class^='col-'] > .box > .inner > p {
	margin-top:0;
	font-size:2rem;
	font-weight:300;
}
.check-wrap .sec03 .row > div[class^='col-'] > .box > .inner > p.tit {
	position:relative;
	font-weight:600;
	margin-bottom:2rem;
	padding-bottom:2rem;
	color:var(--mc);
}
.check-wrap .sec03 .row > div[class^='col-'] > .box > .inner > p.tit:before {
	content:"";
	position:absolute;
	width:5rem;
	height:1px;
	background:#ccc;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
}
@media (max-width: 1430px) {
	.check-wrap .sec03 .row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.check-wrap .sec03 .row > div[class^='col-'] {
		padding-left:10px;
		padding-right:10px;
	}
}
@media (max-width: 1199.98px) {
	.check-wrap .sec03 .row > div[class^='col-'] {
		margin-bottom:2rem;
	}
}
@media (max-width: 991.98px) {
	.check-wrap .sec03 {
		padding:6rem 0 4rem;
	}
	.check-wrap .sec03 p {
		font-size:2rem;
		margin-top:1rem;
	}
	.check-wrap .sec03 .row {
		margin-top:4rem;
	}
	.check-wrap .sec03 .row > div[class^='col-'] > .box > .inner > p {
		font-size:1.8rem;
	}
	.check-wrap .sec03 .row > div[class^='col-'] > .box > .inner > p.tit {
		margin-bottom:1.5rem;
		padding-bottom:1.5rem;
	}
	.check-wrap .sec03 .row > div[class^='col-'] > .box > .inner > p.tit:before {
		width:4rem;
	}
}
@media (max-width: 575.98px) {
	.check-wrap .sec03 .row {
		margin-top:2rem;
	}
	.check-wrap .sec03 .row > div[class^='col-'] {
		margin-bottom:1rem;
	}
	.check-wrap .sec03 .row > div[class^='col-'] > .box {
		padding:3rem 2rem;
	}
}

.check-wrap .sec04 {
	/* padding-bottom:10rem; */
	padding-bottom:0;
}
.check-wrap .sec04 .box {
	box-sizing:border-box;
	text-align:center;
	padding:4rem;
	background:var(--mc);
	color:#fff;
	font-size:2rem;
	height:100%;
}
.check-wrap .sec04 .box > p {
	margin-top:1rem;
}
.check-wrap .sec04 .box > p > small {
	display:block;
	font-weight:300;
}
@media (max-width: 1430px) {
	.check-wrap .sec04 .row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.check-wrap .sec04 .row > div[class^='col-'] {
		padding-left:10px;
		padding-right:10px;
	}
}
@media (max-width: 1199.98px) {
	.check-wrap .sec04 .row > div[class^='col-'] {
		margin-bottom:2rem;
	}
	.check-wrap .sec04 .box .icon > img {
		width:100%;
		max-width:9rem;
	}
}
@media (max-width: 991.98px) {
	.check-wrap .sec04 {
		/* padding-bottom:5rem; */
		padding-bottom:0;
	}
	.check-wrap .sec04 .row {
		margin-left:-5px;
		margin-right:-5px;
	}
	.check-wrap .sec04 .row > div[class^='col-'] {
		padding-left:5px;
		padding-right:5px;
	}
	.check-wrap .sec04 .box {
		padding:3rem;
		font-size:1.8rem;
	}
	.check-wrap .sec04 .box .icon > img {
		max-width:6rem;
	}
}
@media (max-width: 575.98px) {
	.check-wrap .sec04 .row {
		margin-top:2rem;
	}
	.check-wrap .sec04 .row > div[class^='col-'] {
		margin-bottom:1rem;
	}
}

.check-wrap .sec04 .desc {
	position:relative;
	font-size:2rem;
	padding-left:3rem;
	margin-top:3rem;
}
.check-wrap .sec04 .desc > i {
	position:absolute;
	left:0;
	top:5px;
	color:var(--mc);
}
@media (max-width: 991.98px) {
	.check-wrap .sec04 .desc {
		font-size:1.8rem;
		padding-left:2.5rem;
		margin-top:1rem;
	}
	.check-wrap .sec04 .desc > i {
		top:3px;
	}
}



.check-wrap .sec05 ul {
	list-style:none;
	padding-left:0;
}
.check-wrap .sec05 ul > li {
	position:relative;
	font-size:2rem;
	padding-left:3rem;
	margin-bottom:1rem;
}
.check-wrap .sec05 ul > li:last-child {
	margin-bottom:0;
}
.check-wrap .sec05 ul > li > i {
	position:absolute;
	left:0;
	top:5px;
	color:var(--mc);
}
@media (max-width: 991.98px) {
	.check-wrap .sec05 ul > li {
		font-size:1.8rem;
		padding-left:2.5rem;
	}
	.check-wrap .sec05 ul > li > i {
		top:3px;
	}
}



/********************************** 사고 시 매뉴얼 ***********************************/
.menual-wrap .sec01 {
	position:relative;
}
.menual-wrap .sec01 p {
	font-size:2.2rem;
	font-weight:300;
	text-align:center;
	margin-bottom:6rem;
}
.menual-wrap .sec01 .img {
	position:relative;
	box-sizing:border-box;
	padding:0 2rem;
	margin:0 auto;
	max-width:192rem;
}
@media (max-width: 991.98px) {
	.menual-wrap .sec01 p {
		font-size:1.8rem;
		margin-bottom:4rem;
	}
}
@media (max-width: 575.98px) {
	.menual-wrap .sec01 p {
		margin-bottom:3rem;
	}
}

.menual-wrap .sec02 {
	padding:12rem 0 0;
}
.menual-wrap .sec02 .list {
	list-style:none;
	padding-left:0;
}
.menual-wrap .sec02 .list > li {
	box-sizing:border-box;
	padding:5rem 0;
	background:#fff;
	margin-bottom:3rem;
	display:flex;
	align-items:center;
	border:1px solid #ddd;
}
.menual-wrap .sec02 .list > li:last-child {
	margin-bottom:0;
}
.menual-wrap .sec02 .list > li > .inner {
	display:flex;
	align-items:center;
}
.menual-wrap .sec02 .list > li > .inner > .icon {
	width:24rem;
	text-align:center;
	box-sizing:border-box;
}
.menual-wrap .sec02 .list > li > .inner > .icon > img {
	width:100%;
	max-width:12rem;
}
.menual-wrap .sec02 .list > li > .inner > .txt {
	box-sizing:border-box;
	padding:0 6rem;
	width:calc(100% - 24rem);
	border-left:1px solid #eee;
}
.menual-wrap .sec02 .list > li > .inner > .txt > p {
	font-size:1.8rem;
	line-height:1.8;
	color:#222;
}
.menual-wrap .sec02 .list > li > .inner > .txt > p.tit {
	font-size:2rem;
	font-weight:600;
	color:var(--mc);
	margin-bottom:0.5rem;
}
.menual-wrap .sec02 .list > li > .inner > .txt > dl {
	display:flex;
	flex-wrap:wrap;
	font-size:1.8rem;
	margin-top:0.5rem;
}
.menual-wrap .sec02 .list > li > .inner > .txt > dl:nth-of-type(1){
	margin-top:1rem;
}
.menual-wrap .sec02 .list > li > .inner > .txt > dl > dt {
	font-weight:500;
}
.menual-wrap .sec02 .list > li > .inner > .txt > dl > dd {
	color:#333;
	font-weight:300;
	padding-left:0.5rem;
}

@media (max-width: 1430px) {
	.menual-wrap .sec02 .list > li > .inner > .txt > dl {
		display:block;
		margin-top:1rem;
	}
	.menual-wrap .sec02 .list > li > .inner > .txt > dl > dd {
		padding-left:0;
		margin-top:0.5rem;
	}
}
@media (max-width: 991.98px) {
	.menual-wrap .sec02 {
		padding:6rem 0;
	}
	.menual-wrap .sec02 .list > li {
		padding:4rem 0;
		margin-bottom:2rem;
	}
	.menual-wrap .sec02 .list > li > .inner {
		align-items:flex-start;
	}
	.menual-wrap .sec02 .list > li > .inner > .icon {
		width:20rem;
	}
	.menual-wrap .sec02 .list > li > .inner > .txt {
		padding:0 4rem;
		width:calc(100% - 20rem);
	}
	.menual-wrap .sec02 .list > li > .inner > .txt > p.tit {
		margin-bottom:1rem;
	}
}
@media (max-width: 767.98px) {
	.menual-wrap .sec02 .list > li {
		padding:3rem 0;
		display:block;
	}
	.menual-wrap .sec02 .list > li > .inner {
		display:block;
	}
	.menual-wrap .sec02 .list > li > .inner > .icon {
		width:100%;
	}
	.menual-wrap .sec02 .list > li > .inner > .txt {
		padding:0 2rem;
		width:100%;
		margin-top:2rem;
		text-align:center;
	}
	.menual-wrap .sec02 .list > li > .inner > .txt > dl {
		justify-content:center;
	}
	.menual-wrap .sec02 .list > li > .inner > .txt > dl.last {
		display:block;
	}
}


/********************************** 협력업체 ***********************************/
.partner-wrap .title {
	position:relative;
}
.partner-wrap .title .desc {
	display:block;
	font-size:2rem;
	font-weight:500;
	color:var(--mc);
}
.partner-wrap .title h2 {
	font-size:5rem;
	font-weight:700;
	color:#222;
	margin-top:1rem;
}
.partner-wrap .title p {
	font-size:2rem;
	font-weight:400;
	color:#222;
	margin-top:1rem;
}
@media (max-width: 991.98px) {
	.partner-wrap .title .desc {
		font-size:1.8rem;
	}
	.partner-wrap .title h2 {
		font-size:3.6rem;
		margin-top:0.5rem;
	}
	.partner-wrap .title p {
		font-size:1.8rem;
	}
}
@media (max-width: 575.98px) {
	.partner-wrap .title .desc {
		font-size:1.6rem;
	}
	.partner-wrap .title h2 {
		font-size:2.4rem;
		margin-top:0.5rem;
	}
}
.partner-wrap .sec01 {
	padding:0 0 10rem;
}
.partner-wrap .sec01 .title .flex {
	display:flex;
	align-items:center;
	margin-top:2rem;
}
.partner-wrap .sec01 .title .flex h2,
.partner-wrap .sec01 .title .flex h2 > span {
	line-height:1;
}
.partner-wrap .sec01 .title .flex h2 {
	margin-top:0;
	margin-left:1rem;
}
.partner-wrap .sec01 .logo-list {
	margin-top:6rem;
	margin-left:-15px;
	margin-right:-15px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.partner-wrap .sec01 .logo-list .logo {
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
	width:25%;
	text-align:center;
	margin-bottom:4rem;
}
.partner-wrap .sec01 .logo-list .logo > img {
	width:100%;
}
@media (max-width: 1199.98px) {
	.partner-wrap .sec01 .logo-list .logo {
		width:33.3333%;
	}
}
@media (max-width: 991.98px) {
	.partner-wrap .sec01 {
		padding:0 0 4rem;
	}
	.partner-wrap .sec01 .title .flex {
		display:flex;
		align-items:center;
		margin-top:1rem;
	}
	.partner-wrap .sec01 .title .flex .img > img {
		width:7rem;
	}
	.partner-wrap .sec01 .logo-list {
		margin-top:6rem;
	}
	.partner-wrap .sec01 .logo-list .logo {
		width:33.3333%;
		margin-bottom:4rem;
	}
	.partner-wrap .sec01 .logo-list .logo > img {
		width:auto;
		max-width:none !important;
		height:3.5rem;
	}
	.partner-wrap .sec01 .logo-list .logo.h25 > img {
		height:2.5rem;
	}
	.partner-wrap .sec01 .logo-list .logo.h45 > img {
		height:4.5rem;
	}
	.partner-wrap .sec01 .logo-list .logo.h50 > img {
		height:5rem;
	}
}
@media (max-width: 575.98px) {
	.partner-wrap .sec01 .title .flex .img > img {
		width:6rem;
	}
	.partner-wrap .sec01 .logo-list {
		margin-top:4rem;
	}
	.partner-wrap .sec01 .logo-list .logo {
		width:50%;
	}
	.partner-wrap .sec01 .logo-list .logo > img {
		height:3.5rem;
	}
}
