/*서브-상단비주얼 */
#svisual{ width:100%; background: #182E4E url(../img/sub/svisual_bg01.jpg) no-repeat center center/cover; margin:0px auto; text-align:left; position:relative; transition:all 0.3s ease; background-size: cover;}
#svisual.s1{background-image: url("../img/sub/svisual_bg01.jpg"); background-position: right bottom;}
#svisual.s2{background-image: url("../img/sub/svisual_bg02.jpg")}
#svisual.s3{background-image: url("../img/sub/svisual_bg03.jpg")}
#svisual.s4{background-image: url("../img/sub/svisual_bg04.jpg");background-position: right center;}
#svisual.s5{
	padding: 0; display: block;
	background-image: url("../img/sub/svisual_bg05.jpg");background-position: right center;}
#svisual::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(11, 21, 40, .4), rgba(11, 21, 40, .5));
}

#svisual .s_text{position:relative; max-width:1400px; margin:0 auto; padding:180px 0 60px; box-sizing:border-box; color:#fff; text-align:center; width: 100%; z-index: 1;}
#svisual .s_text h2::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 0px auto 20px;
}
#svisual .s_text h2{ font-family: 'GmarketSansMedium';font-size:3.20em; font-weight:400; margin:0 0 10px}
#svisual .s_text .slogan{font-size:1.27em; font-weight:400;  position:relative; line-height:1.5em; color:#fff; opacity: .7 !important}
#svisual.s5 .s_text .slogan{
	width: unset;
	max-width: unset;
}
#svisual .s_text .slogan span{display:inline-block;}
#svisual .s_text span{display:block; font-size:2em;}

#container{z-index:0;}
#container .line.gray{top:-28px; height:103%;}
#container .line.gray i{border-right:1px solid rgba(0,0,0,0.03);}

@media (max-width:1500px) {
	#svisual .line .left{left:calc(50% - 45%); left:-webkit-calc(50% - 45%);}
	#svisual .line .right{right:calc(50% - 45%); right:-webkit-calc(50% - 45%);}
}
@media (max-width:1400px) {
	#svisual .line{display:none;}
}

@media (max-width:1279px) {
	#svisual {min-width:100%; background-position:center top; background-size:cover; transition:all 0.3s ease;}
	#svisual .s_text{padding: 80px 0 50px; overflow: hidden;}
	#svisual .s_text h2{font-size:2.50em; margin:0 0 10px;}
	#svisual .s_text .slogan{font-size:1.25em; font-weight:400; position:relative; line-height:1.5em; color:#fff}
}
@media (max-width:850px) {
	#svisual{ transition:all 0.3s ease;}
	#svisual .s_text h3{font-size:1.45em; margin-bottom:0;}
}
@media (max-width:768px) {
	#svisual .s_text { padding: 100px 0 30px; overflow: hidden;}
	#svisual .s_text h2{font-size:1.50em;margin:0 0 10px}
	#svisual .s_text .slogan{font-size:1.15em; font-weight:400; position:relative; line-height:1.5em; color:#fff; display: none}
}
@media (max-width:550px) {
	#svisual .s_text h3{font-size:1.35em;}
}

/* 미니제목 */
h4.title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	font-weight: 700;
	color: #1a1a1a;
	position: relative;
	}
h4.title:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background: url(../img/favicon.png) no-repeat center;
	margin-right: 10px;
	background-size: contain;
	}
@media(max-width: 768px){
	h4.title{font-size: 20px;letter-spacing: -0.05em}
	h4.title:before{width: 22px;height: 22px;}
	}


/*테이블*/
.tbl {
	border: 0;
	/*border-left:1px #dde2e9 solid;*/
	/*border-bottom:1px #dde2e9 solid;*/
	width: 100%;
	/*font-family:Sans-serif;*/
	margin: 15px 0 30px;
}

.tbl table {
	width: 100%;
	/*font-family:Sans-serif; margin-bottom:10px;*/
	border-collapse: collapse;
	border-top: 2px #1e2e42 solid;
}

.tbl caption.none {
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	visibility: hidden;
}

.tbl thead th {
	font-size: 1.12em;
	border: 0;
	border-bottom: 1px solid #dde2e9;
	border-right: 1px solid #dde2e9;
	color: #1e2e42;
	font-weight: 600;
	line-height: 1.5em;
	background: #eceeef;
	height: 1.5em;
	padding: 13px 5px;
	text-align: center;
	vertical-align: middle
}

.tbl thead th:last-child {
	border-right: 0px
}

.tbl tbody th {
	font-size: 1.10em;
	border: 0;
	border-bottom: 1px solid #dde2e9;
	border-right: 1px solid #dde2e9;
	color: #1e2e42;
	line-height: 1.5em;
	background: #f8f8f8;
	height: 1.5em;
	padding: 10px 5px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0 !important
}

.tbl td {
	font-size: 1.05em;
	border: 0;
	border-bottom: 1px solid #dde2e9;
	color: #5c5c5c;
	border-right: 1px solid #dde2e9;
	text-align: center;
	padding: 12px 5px 12px 13px;
	line-height: 1.5em;
	word-break: break-all;
	vertical-align: middle
}

.tbl td#price {
	color: #414753;
	font-size: 1.37em;
	font-weight: bold
}

.tbl td:last-child {
	border-right: 0px
}

.tbl .center {
	text-align: center;
}

.tbl .tLeft {
	text-align: left;
}

.tbl .bg {
	/* background:#f5f5f5;*/
}


.tbl02 {
	border: 0;
	/*border-left:1px #dde2e9 solid;*/
	border-top: 1px #555 solid;
	/*border-bottom:1px #dde2e9 solid;*/
	width: 100%;
	/*font-family:Sans-serif;*/
	margin: 30px 0 10px;
}

.tbl02 table {
	width: 100%;
	/*font-family:Sans-serif; margin-bottom:10px;*/
	border-collapse: collapse;
}

.tbl02 caption.none {
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	visibility: hidden;
}

.tbl02 thead th {
	font-size: 1.20em;
	border: 0;
	border-bottom: 1px solid #dde2e9;
	border-right: 1px solid #dde2e9;
	color: #1e2e42;
	font-weight: 500;
	line-height: 1.5em;
	background: #f5f5f5;
	height: 1.5em;
	padding: 13px 5px;
	text-align: center;
	vertical-align: middle
}

.tbl02 thead th.right {
	border-right: 1px solid #dde2e9 !important
}

.tbl02 thead th:last-child {
	border-right: 0px
}

.tbl02 tbody th {
	font-size: 1.10em;
	border: 0;
	border-bottom: 1px solid #dde2e9;
	border-right: 1px solid #dde2e9;
	color: #353535;
	line-height: 1.5em;
	background: #fbfbfb;
	height: 1.5em;
	padding: 10px 5px;
	text-align: center;
	font-weight: 500;
}

.tbl02 td {
	font-size: 1.10em;
	border: 0;
	border-bottom: 1px solid #dde2e9;
	color: #5c5c5c;
	border-right: 1px solid #dde2e9;
	text-align: left;
	padding: 7px 5px 7px 13px;
	line-height: 1.5em;
	word-break: break-all;
	vertical-align: middle
}

.tbl02 td span {
	color: #1e2e42;
	font-weight: 500;
	margin: 0 0 10px
}

.tbl02 td.point {
	font-size: 1.10em;
	border: 0;
	font-weight: 600;
	border-bottom: 1px solid #dde2e9;
	color: #555;
	border-right: 1px solid #dde2e9;
	text-align: center;
	padding: 7px 5px;
	line-height: 1.5em;
	word-break: break-all;
	vertical-align: middle
}

.tbl02 td.right {
	font-size: 1.00em;
	border: 0;
	border-bottom: 1px solid #dde2e9;
	border-right: 1px solid #dde2e9 !important;
	text-align: left;
	padding: 7px 5px;
	line-height: 1.5em;
	word-break: break-all;
	vertical-align: middle
}

.tbl02 td:last-child {
	border-right: 0px
}

.tbl02 .center {
	text-align: center;
}

.tbl02 .left {
	text-align: left;
}

.tbl02 dd {
	padding-left: 15px;
	background: url(../img/common/bul_li_t2.png) no-repeat 0 7px;
}

.scroll_comm {
	display: none
}

@media all and (max-width:1024px) {
	.tbl02 {
		overflow: scroll;
		margin: 15px 0;
	}

	.tbl02 table {
		table-layout: fixed;
		width: 1024px;
	}


	.tbl02 thead th {
		font-size: 1.10em;
	}

	.tbl02 td {
		font-size: 1.0em;
	}

	.scroll_comm {
		display: block;
		margin: 20px 0 0;
		font-weight: 600
	}

	.scroll_comm img {
		height: 30px;
		margin: 0 7px 0 0;
		vertical-align: middle
	}
}

@media all and (max-width:800px) {
	.tbl02 {
		overflow: scroll;
	}

	.tbl02 table {
		table-layout: fixed;
		width: 800px;
	}

	.tbl02 thead th {
		font-size: 1.10em;
	}

	.tbl02 tbody th {
		font-size: 1.0em;
	}

	.tbl02 td {
		font-size: 1.0em;
	}
}




/* 탭메뉴 */
.tab_menu{
	display: flex;
	flex-wrap: wrap;
}
.tab_menu li{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	line-height: 39px;
	text-align: center;
	background-color: #fff;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #a9a9a9;
}
.tab_menu li.active{
	background-color: #72B944;
	border-color: #72B944;
}
.tab_menu li a{
	display: block;
	color: #a9a9a9;
	font-size: 1.25em;
	font-weight: 500;
}
.tab_menu li.active a{
	color: #fff;
}
.tab_cont{
	padding: 40px 20px;
}
.tab_cont > li{
	display: none;
}
.tab_cont > li.active{
	display: unset;
}
@media(max-width: 768px){
	.tab_menu li a{font-size: 15px;}
	.tab_menu li:last-child{
		margin-right: 0;}
}










/*내용작업 */
/*img.sublogo {width: 20px; margin-bottom: 10px}*/

/* 회사소개 */
.introduce h3{ text-align: left !important}
.introduce h3::before {
    content: '';
    display: block;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    margin: 0 0 20px;
    background: #72B944;
}
.introduce h3{padding:0;word-break:keep-all; font-size:2.2em; line-height:1.4em; margin:0 0 20px; color:#333; font-weight:600; ; /*width: 85%;*/}
.introduce h3 strong{ color:#72B944; }
.introduce ul{ display:flex}
.introduce ul li{transition:all 0.3s ease;}
.introduce ul li:nth-child(1){ padding:0 3% 0 0; width:47%;}
.introduce ul li:nth-child(2){ padding:0 0 0 3%; width:47%;}
.greeting { background:url(../img/sub/greeting.jpg) no-repeat 100% 10px}
.greeting p{ font-size:1.17em; line-height:1.8em}
@media (max-width:1279px) {
.introduce ul li{ width:47%; transition:all 0.3s ease;}
.introduce ul li img.imgwidth{ width:100%}
}
@media (max-width:992px) {
.introduce ul{ display:block; transition:all 0.3s ease;}	
.introduce ul li{ width:100% !important; padding:0 0 30px !important; transition:all 0.3s ease;}
}
@media (max-width:767px) {
.introduce ul li img.imgwidth{ width:100%}
}



/* 회사연혁 */
.hi_wrap{display:flex}
.hi_img{display:flex;flex-direction:column}
.hi_img_2021{margin-top:220px}
.hi_img_2022{margin-top:450px}
.hi_img_2023{margin-top:690px}
.hi_img img{max-width:100%}
.hi_img1{margin-bottom:10px}
.hi_right{margin-left:150px;position:relative}
.hi_right::before{content:"";display:block;width:1px;height:100%;background:#d1d1d1;position:absolute;left:14.8%;top:0}
.hi_right::after{content:'';display:block;position:absolute;left:14%;top:0;width:13px;height:13px;border-radius:50px;border:3px solid #0d3388;background-color:#ffffff}
.hi_txtbox{margin-top:50px}
.hi_txtbox2{margin-top:100px}
.hi_txt{margin-bottom:25px;display:flex;position:relative}
.hi_txt:last-child{margin:0}
.hi_txt::after{content:"";display:block;width:6px;height:6px;border-radius:50%;background:#d1d1d1;position:absolute;top:9px;left:14.5%}
.hi_txt h5{font-size:1.9rem;font-weight:700;color:#222;text-align:right;margin-right:75px;position:relative;background:transparent!important;padding:0!important;font-family:'Noto Sans KR'}
.hi_txt h5.txt_2015::before{content:"2015";display:block;font-size:1.7em;color:#0d3388;position:absolute;left:50%;top:-22px;transform:translateX(-50%);font-weight:700}
.hi_txt h5.txt_2013::before{content:"2013";display:block;font-size:1.7em;color:#0d3388;position:absolute;left:50%;top:-22px;transform:translateX(-50%);font-weight:700}
.hi_txt h5.txt_2011::before{content:"2011";display:block;font-size:1.7em;color:#0d3388;position:absolute;left:50%;top:-22px;transform:translateX(-50%);font-weight:700}
.hi_txt h5.txt_2022::before{content:"2022";display:block;font-size:1.8rem;color:#8ad8ff;position:absolute;left:50%;top:-22px;transform:translateX(-50%);font-weight:700}
.hi_cont{margin-left:75px;width:100%;max-width:600px}
.hi_cont p{font-size:1.7rem;color:#666;padding:3px 0}
.hi_cont p span{margin:0 5px 0 0;font-weight:700}
@media screen and (max-width:1300px){
	.hi_right{margin-left:8%}
	}
@media screen and (max-width:1130px){
	.hi_txt h5{margin-right:60px}
	.hi_cont{margin-left:60px}
	.hi_right::before{left:13.1%}
	.hi_right::after{left:12.3%}
	.hi_txt::after{left:12.6%}
	}
@media screen and (max-width:1024px){
	#his_cate{margin:25px 0 100px}
	.hi_wrap{justify-content:center;flex-direction:column}
	.hi_img{justify-content:center;margin-bottom:55px;margin-top:0;flex-direction:row;overflow:hidden;overflow-x:scroll}
	.hi_img img{width:50%}
	.hi_img1{margin:0 20px 0 0}
	.hi_right{margin:0 auto}
	.hi_txt{margin-bottom:30px}
	.hi_right::before{left:13.4%}
	.hi_right::after{left:12.6%}
	.hi_txt::after{left:12.9%}
	}
@media(max-width:768px){
	#his_cate{margin:25px 0 80px}
	.hi_txt{margin-bottom:25px}
	.hi_txt h5{font-size:2rem}
	.hi_txt h5.txt_2019::before,.hi_txt h5.txt_2020::before{font-size:1.9rem;left:0;transform:none}
	.hi_cont p{font-size:1.9rem}
	.hi_img1{margin-bottom:20px}
	}
@media screen and (max-width:600px){
	.hi_txt{margin-bottom:30px;flex-direction:column;align-items:flex-start}
	.hi_txt h5{margin-right:0;margin-bottom:5px}
	.hi_img{flex-direction:column;margin-bottom:50px}
	.hi_img img{width:auto}
	.hi_img1{margin:0 0 20px 0}
	.hi_cont{margin-left:0}
	.hi_right{margin:0;padding:0 0 0 40px}
	.hi_right::before{left:0}
	.hi_right::after{left:-5px}
	.hi_txt::after{left:-43.5px}
	.hi_cont p{padding:1px 0}
	}






/*조직도*/
.ctt_orgchart #ctt_con{display: flex;}
.ctt_orgchart #ctt_con .table{margin-top: 0;}
.org-chart { width: 100%; min-width: 1000px;}
.org-chart div{text-align: center;}
.org-chart .flex{align-items: flex-start; justify-content: center;}
.node {
    text-align: center;
    margin: 10px;
}
.node-content {
    padding: 20px 15px;
    background-color: #3498db;
    color: #fff;
    border-radius: 0px;
    display: inline-block;
    margin:10px;
    min-width: 150px;
    position: relative;
}
.node .blank{height: 47px; margin: 10px;}
.node .desc{
	color: #fff;
	font-weight: 400;
	opacity: 0.8;
}
.node4 .desc{
	color: #333;
}
.node > .node-content {color: #ffffff;background:#252E3B;/* margin-left: 178px; */ font-weight: 600;}
.node2 > .flex > .node-content {background: #72B944; color: #ffffff; font-weight: 600; position: relative; left: -22.4%;}
.node2 > .flex:nth-child(2) > .node-content{left: -33%;}
.node2 > .flex:nth-child(2) > .node-content::after{width: 151px;}
.node2 > .flex:nth-child(3){margin-top: -98px;}
.node2 > .flex:nth-child(3) > .node-content{left: unset;right: -23.5%;}
.node2 > .flex:nth-child(3) > .node-content::after{left: unset; right: 100%;}
.node2 > .flex:first-of-type > .node-content:before{content: "";/* display: block; */width: 435px;height: 1px;background: #ccc; position: absolute; top: 20px;left: -435px;}

.node2.vline{padding-top: 130px;}
.node2.vline .node3 > .node-content:before{content: "";display: block; width:1px; height: 119px; background: #ccc; position: absolute; bottom: 46px;left: 50%;}
.node3 > .node-content {border:1px solid #2287C3; background: #fff; color:#252E3B;font-weight: 600;}
.node4 {position: relative}
.node4::after{
	content: "";
	width: 75.5%;
	position: absolute;
	height: 1px;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	background: #ccc;
}
.node4 > .node-content{position: relative; border:1px solid #252E3B56; background: #fff; color:#252E3B;font-weight: 600;}
.node4 > .node-content dt{font-weight: 600; margin: 0 !important;}
.node4 > .node-content dd{opacity: 0.8; font-size: 0.9em;}
.node4 > .node-content dd:first-of-type{margin-top: 6px;}

.node > .node-content:after{content: "";display: block;width:1px;height: 252px;background: #ccc;position: absolute;top: 62px;left: 50%;}
.node2 > .flex > .node-content:after{
	content: "";
    display: block;
    width: 76px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50px;
    left: 100%;
    }
.hline .node-content:before,
.hline .node-content:after{content: ""; display: block; width:15px; height: 1px; background: #ccc; position: absolute; top: 20px;}
.hline .node-content:before{left: -15px;}
.hline .node-content:after{right: -15px;}
.hline .node3 > .node-content:before{content: "";display: block;width: 267px;height: 1px;background: #ccc;position: absolute;top: 20px;left: -267px;}
.node4 > .node-content::after{
	all: unset;
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #ccc;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.node4 > .node-content::before{display: none}
.node-content:first-of-type:before,
.node-content:last-of-type:after{display: none;}
.node4 > .node-content:last-of-type:after{display: block}

.node3 > .node-content:after{content: "";display: block;width:1px;height: 50px;background: #ccc;position: absolute;top: 46px;left: 50%;}

.node2.vline > .flex > .node-content:after{content: "";display: block;width:1px;height: 50px;background: #ccc;position: absolute;top: 46px;left: 50%;}

.sub-nodes {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
@media(max-width: 1024px){
	.org-chart{min-width: unset;}
}
@media(max-width: 768px){
	.node{margin: 0; margin-top: 10px;}
	.node4{display: block}
	.node2 > .flex > .node-content,
	.node2 > .flex:nth-child(2) > .node-content,
	.node2 > .flex:nth-child(3) > .node-content{position: unset;}
	.node > .node-content,
	.node2 > .flex > .node-content,
	.node4 > .node-content{width: 100%;}
	.node-content{margin: 0;}
	.node2 > .flex:nth-child(3){margin-top: 0;}
	.node2 > .flex > .node-content:after{width: 7px;}
	.node2 > .flex:nth-child(2) > .node-content::after {width: 8px;}
	.node4::after,
	.node4 > .node-content::after,
	.node2 > .flex > .node-content:after,
	.node4 > .node-content:last-of-type:after{display: none}
	.org-chart div{margin-bottom: 5px;}
	.node > .node-content:after{top: 62px; height: 600px;}
	.node4 > .node-content{margin-bottom: 10px;}
}






#staff{color: #fff; margin-bottom: 50px}
#staff{ display: flex;}
#staff:not(:last-child){ margin-bottom:50px}
#staff> div{width: 100%; position: relative;}
#staff div.bgimg{ width: 10%;       /*box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);*/   }
#staff div.bgimg .line{
	position: absolute;
	top: 125px;
	left: -42%;
	width: 66%;
	height: 1px;
	background: #efefef;
}
#staff> div:not(.bgimg){ padding: 0 50px 50px }
#staff .logo{margin-bottom: 10px; font-family: 'ONE-Mobile-Title'}
#staff .logo img{ filter: grayscale(100%); opacity: 0.3; max-height:100px;  }
#staff .logo p{font-size: 1.1em; margin-top: 10px; opacity: 0.5; line-height: 1.5em;font-weight: 300;}
#staff .text span.mini_title{ margin-bottom: 10px;}
#staff .text h4{font-size: 1.8em; margin-bottom: 20px; line-height: 1.4em;color: #edbea2;}
#staff .text h4 p{
	font-size: 20px;
	margin-left: 10px;
}
#staff .text .con p{margin-bottom: 30px; font-size: 1.15em;  line-height:1.8em; font-weight: 300;text-align:left}
#staff> div.bg1 {background: url("../img/sub/staff01.png") no-repeat center center/cover; border-radius: 40px;}


.object-fit img{width:100%;height:100%;object-fit:cover;}


#greet03{ margin-bottom: 50px}
#greet03   .swiper-slide {      text-align: center;      font-size: 18px;      background: #fff;      display: flex;      justify-content: center;      align-items: center;    }

#greet03 p{	font-size: 1.2em;	color: #e5ae58;	font-weight: 600;	margin: 0 0 20px;}
#greet03 h1{	font-size: 1.6em;	font-weight: 400;	word-break: keep-all;	color: #333;	line-height: 1.4em;	margin: 0 0 20px;}
#greet03     .swiper-slide img {      display: block;      width: 100%;      height: 100%;      object-fit: cover;    }
#greet03    .swiper {      width: 100%;      height: 300px;      margin-left: auto;      margin-right: auto;    }
#greet03     .swiper-slide {      background-size: cover;      background-position: center;    }
#greet03     .mySwiper2 {      height: 80%;      width: 100%;    }
#greet03    .mySwiper {      height: 20%;      box-sizing: border-box;      padding: 10px 0;    }
#greet03    .mySwiper .swiper-slide {      width: 25%;      height: 100%;      opacity: 0.4;    }
#greet03     .mySwiper .swiper-slide-thumb-active {      opacity: 1;    }
#greet03    .swiper-slide img {      display: block;      width: 100%;      height: 100%;      object-fit: cover;    }


.mapBox ul {	display: -webkit-box;	display: -ms-flexbox;	display: flex;	-webkit-box-pack: justify;	-ms-flex-pack: justify;	justify-content: space-between; margin-bottom: 20px}
.mapBox li {	width: 33.3%;	padding: 10px 1%;	text-align: left;}
.mapBox.boardV ul {	justify-content: center}
.mapBox.boardV li {	margin-top: 0}
.mapBox li p {	color: #222;}
.mapBox li .tit {	font-size: 15px;	margin-bottom: 10px;	font-weight: 700;	display: flex;	align-items: center;	justify-content: left;	color: #e5ae58;}
.mapBox li .tit i {	font-size: 1.3em;	margin-right: 10px;}
.mapBox li .txt {	font-size: 20px;}
.mapBox li .tit img {	margin-bottom: 0;margin-right: 10px;}


.treat {  position: relative;  z-index: 1; padding-bottom: 40px;margin-bottom: 40px}

.treat::after {
	top: 0;position: absolute; z-index: -1; content: ""; width: 100%; height: 100%;background:url(../img/common/logo2.svg) no-repeat right bottom; background-size: 40%;
	opacity: 0.2;
	background-color: #fff;
	background-blend-mode: hard-light; }
.treat img{    width: 100%;;}
.treat .treat01 {
	box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);  border-bottom: 5px solid;    border-image: linear-gradient(to right, #2196F3, #4CAF50);    border-image-slice: 1;    margin-bottom: 55px;}
.treat h3 span.small{    font-size: 0.45em;    margin-bottom: 5px;    color: #2a2627;    padding: 2px 6px;    background: #E4E0D8;    display: inline-block; border-radius: 4px; font-family: 'SUIT'; font-weight: normal;}
.treat h3.title{font-size:1.9em; font-weight:500; margin-bottom:20px; font-weight: 600; position: relative;}
.treat h3.title.bg{font-family: 'ONE-Mobile-Title';padding-left:35px;}
.treat h3.title.bg:before{content: ""; display: block; width: 1px; min-height: 50px; height: 100%; background: #ddd;
	position: absolute; left: 0; top: 10px;}
/*.treat h3.title.bg{background:url(../img/common/logo2.svg) no-repeat left 36px; background-size: 25px ;padding-left:35px;}*/
.treat p{    padding-top: 10px;  font-size: 1.25em;    line-height: 1.8em;    margin-bottom: 15px;}


.treatBox ul {
	margin-top: 40px;	display: -webkit-box; display: -ms-flexbox;	display: flex;	-webkit-box-pack: justify;	-ms-flex-pack: justify;	justify-content: space-between; margin-bottom: 20px}
.treatBox li {padding: 24px 3%; width: 100%;	text-align: left; background: #eee; margin-right: 10px; border-radius: 20px;}
.treatBox li :last-child{margin-right: 0;}
.treatBox li p {	color: #222;}
.treatBox li .tit {	    padding: 0;font-size: 1.15em;	margin-bottom: 10px;	font-weight: 700;	display: flex;	align-items: center;	justify-content: left;	color: #e5ae58;}
.treatBox li .tit i{margin-right: 6px;}
.treatBox li .tit svg {	font-size: 1.3em;	margin-right: 10px;}
.treatBox li .txt {	    padding: 0; margin:0; font-size: 1.4em;}
.treatBox li .tit img {	margin-bottom: 0;margin-right: 10px;}


.under_bar{color: #eca459;}
/*	.under_bar{
		position: relative;
	}
	.under_bar::before{
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 12px;
		background: #cbe210;
		opacity: 0.5;
		mix-blend-mode: darken;
	}*/

/*연혁*/
.hi_wrap {
    display: flex;
}

.hi_img {
    display: flex;
    flex-direction: column;
}

.hi_img_2021 {
    margin-top: 220px;
}

.hi_img_2022 {
    margin-top: 450px;
}

.hi_img_2023 {
    margin-top: 690px;
}

.hi_img img {
    max-width: 100%;
}

.hi_img1 {
    margin-bottom: 10px;
}

.hi_right {
    margin-left: 150px;
    position: relative;
}

.hi_right::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #d1d1d1;
    position: absolute;
    left: 14.8%;
    top: 0;
}

.hi_right::after {
    content: '';
    display: block;
    position: absolute;
    left: 14%;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: 3px solid #72B944;
    background-color: #ffffff;
}

.hi_txtbox {
    margin-top: 50px;
}

.hi_txtbox2 {
    margin-top: 100px;
}

.hi_txt {
    margin-bottom: 25px;
    display: flex;
    position: relative;
}

.hi_txt:last-child {
    margin: 0;
}

.hi_txt::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d1d1d1;
    position: absolute;
    top: 9px;
    left: 14.5%;
}


.hi_txt h5 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-right: 75px;
    position: relative;
	background: transparent !important;
	padding: 0 !important;
	font-family: 'Noto Sans KR';
}

.hi_txt h5.txt_2015::before {
    content: "2015";
    display: block;
    font-size: 1.7em;
    color: #72B944;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    font-weight: 700;
}

.hi_txt h5.txt_2013::before {
    content: "2013";
    display: block;
    font-size: 1.7em;
    color: #72B944;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    font-weight: 700;
}
.hi_txt h5.txt_2011::before {
    content: "2011";
    display: block;
    font-size: 1.7em;
    color: #72B944;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    font-weight: 700;
}
.hi_txt h5.txt_2022::before {
    content: "2022";
    display: block;
    font-size: 1.8rem;
    color: #8ad8ff;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    font-weight: 700;
}

.hi_cont {
    margin-left: 75px;
    width: 100%;
    max-width: 600px;
}

.hi_cont p {
    font-size: 1.7rem;
    color: #666;
    padding: 0 0 3px;
}

.hi_cont p span{ font-weight: bold; margin: 0 5px 0 0}

@media(max-width:1400px){
	#greet01 .inr{		flex-direction: column;	}
	#greet01 .text_wrap{		width: 100%;	}
	#greet01 .img_wrap{		width: 70%;		margin-left: 30%;	}

	#staff { font-size: 0.8em;flex-wrap: wrap; background: none;}
	#staff > div.bgimg {height: 350px;width:100%!important;}
	.mapBox li .tit {font-size: .9em}
	.mapBox li .txt {font-size: 1em	}

}

@media screen and (max-width:1300px) {
    .hi_right {
        margin-left: 8%;
    }
}

@media screen and (max-width:1130px) {
    .hi_txt h5 {
        margin-right: 60px;
    }

    .hi_cont {
        margin-left: 60px;
    }

    .hi_right::before {
        left: 13.1%;
    }

    .hi_right::after {
        left: 12.3%;
    }

    .hi_txt::after {
        left: 12.6%;
    }
}

@media(max-width:768px) {
	.treat h3.title.bg {
		background: url(../img/common/logo2.svg) no-repeat left bottom!important;
		background-size: 25px!important;}
	.greet h1{		font-size: 1.2em;	}
	.greet h6{		font-size: 1em;	}
	#greet01 .img_wrap .layout03{		font-size: 3em;	}
	#greet01 {    min-height: 700px;}
	#staff> div:not(.bgimg){ padding: 20px }

	.mapBox ul {		-webkit-box-orient: vertical;		-ms-flex-direction: column;		flex-direction: column;	}
	.mapBox ul li {		width: 100% !important	}
	.mapBox li:before {		background-size: 20px !important;		width: 20px;	}
	.treat {font-size: 0.8em}
	.treatBox ul { flex-wrap: wrap}
	.treatBox li {width: 100%}

	#staff{
		background: none;}
	#staff div.bgimg .line{display: none}

}

@media screen and (max-width:1024px) {
    #his_cate {
        margin: 25px 0 100px;
    }
    
    .hi_wrap {
        justify-content: center;
        flex-direction: column;
    }

    .hi_img {
        justify-content: center;
        margin-bottom: 55px;
        margin-top: 0;
        flex-direction: row;
		overflow: hidden;
        overflow-x: scroll;
    }

    .hi_img img {
        width: 50%;
    }

    .hi_img1 {
        margin: 0 20px 0 0;
    }

    .hi_right {
        margin: 0 auto;
    }

    .hi_txt {
        margin-bottom: 30px;
    }

    .hi_right::before {
        left: 13.4%;
    }

    .hi_right::after {
        left: 12.6%;
    }

    .hi_txt::after {
        left: 12.9%;
    }
}

@media screen and (max-width:768px) {
    #his_cate {
        margin: 25px 0 80px;
    }

    .hi_txt {
        margin-bottom: 25px;
    }

    .hi_txt h5 {
        font-size: 2rem;
    }

    .hi_txt h5.txt_2019::before, .hi_txt h5.txt_2020::before {
        font-size: 1.9rem;
        left: 0;
        transform: none;
    }

    .hi_cont p {
        font-size: 1.9rem;
    }
	.hi_img1 {
    margin-bottom: 20px;
}
}

@media screen and (max-width:600px) {
    .hi_txt {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .hi_txt h5 {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .hi_img {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .hi_img img {
        width: auto;
    }

    .hi_img1 {
        margin: 0 0 20px 0;
    }

    .hi_cont {
        margin-left: 0;
    }

    .hi_right {
        margin: 0;
        padding: 0 0 0 40px;
    }

    .hi_right::before {
        left: 0;
    }

    .hi_right::after {
        left: -5px;
    }

    .hi_txt::after {
        left: -43.5px;
    }

    .hi_cont p {
        padding: 1px 0;
    }
}

@media (max-width:500px){
	#greet01 .img_wrap{		width: 100%;		margin: 0;	}
	#greet01 .img_wrap .layout03{		font-size: 2em;		left: 0px;	}
}

/* 관련사이트 */
#sites{}
#sites ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	gap: 15px;
}
#sites li{
	width: 32%;
	cursor: pointer;
}
#sites .imgBox{}
#sites .imgBox img{
	width: 100%;
}
#sites p{
	text-align: center;
	margin-top: 10px;
}
@media(max-width: 768px){
	#sites ul{display: block}
	#sites li{width: 100%; margin-bottom: 25px;}
}


/*이미지 정렬*/
.bus_img {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.bus_img03 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.bus_img img ,.bus_img03 img {
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .bus_img,.bus_img03 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 475px) {
    .bus_img,.bus_img03 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/*ESG경영*/
.esg {margin:0 0 37px !important; text-align:center; font-size: 1.17em}

/*공통 padding margin*/
.t_margin50{margin-top: 50px;}
.b_margin50{margin-bottom: 50px;}


/* 사업소개 */
.box > h3{position:relative; padding:0 0 0 25px; font-size:1.42em; font-weight:bold;}
.box > h3::before{content:''; position:absolute; top:3px; left:0; width:18px; height:18px; background:url('../img/sub/icon_title.svg')no-repeat center; background-size:cover;}
.box{
   margin-bottom: 50px;
 }
.box:last-child{
  margin-bottom: 0;
}
.box .col2{margin:30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr);}
/*.box .col2:after{content:''; display:block; clear:both;}*/
.box .col2 > li{
  position: relative;
  padding: 20px;
  background-size: cover;
}
.box .col2 > li > i{position:absolute; top:15px; left:15px; width:50px; height:50px; line-height:50px; background:#063A77; font-style:normal; font-size:25px; font-weight: bold; color:#fff; text-align:center;}
.box .col2 > li::after{
  content: '';
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box .col2 > li:nth-child(1) {
  background: url(../img/sub/busi01_01.jpg) no-repeat center center;
}
.box .col2 > li:nth-child(2) {
  background: url(../img/sub/busi01_02.jpg) no-repeat center center;
}
.box .col2 > li .area_txt{
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top:30%; 
  margin:0 0 60px; 
}
.box .col2 > li > i{
  z-index: 1;
}
.box .col2 > li .area_txt > h4{
    color: #fff; 
    display: block;
    padding: 0 0 15px;
    font-size:1.3em; 
    font-weight: 600;
}
.box .descs span{
	  position: relative;
	  font-size: 17px;
	  font-weight: 400;
	  color: #efefef;
	  display: block;
	  line-height: 1.5em;
	  text-align: left;
	  padding-left: 10px;
}
.box .descs span::before{
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 10px;
	  width: 4px;
	  height: 4px;
	  background: #efefef;
	  border-radius: 50%;
}
.box .grayBox{
	  margin: 10px 0 0;
	  padding: 20px;
	  background: #f9f9f9;
	  border: 1px solid #eee;
	  box-sizing: border-box;
}
.box .grayBox p{
	  position: relative;
	  padding: 0 0 0 10px;
	  font-size: 17px;
	  font-weight: 400;
	  color: #333;
	  line-height: 1.7em;
}
.box .grayBox p::before{
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 1px;
  background: #333;
}
.box .busimg01{margin:30px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px} /* 4ea */
.box .busimg01 img{ width: 100%; height: auto} /* 3ea */
.box .busimg02{margin:30px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px} /* 3ea */
.box .busimg02 img{ width: 100%; height: auto} /* 3ea */

@media (max-width: 1000px) {
  .greet{ background-position:center 175px; background-size:400px auto; padding-bottom:0;}
  .greet p{ font-size:1.1em; padding:30px 30px; width:90%; margin:250px auto 0 auto;}
  .greet .sign{  }
}

@media screen and (max-width: 768px) {
  .box .col2{margin:30px 0 0; display: grid; grid-template-columns: repeat(1, 1fr);}
  .box .descs span{
    font-size: 15px;
  }
  .box .busimg01{margin:30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr);}
  .box .busimg02{margin:30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px} /* 3ea */
  .box .busimg02 img{ width: 100%; height: auto} /* 3ea */
}


/* 사업소개02 */
.box > h3{position:relative; padding:0 0 0 25px; font-size:1.42em; font-weight:bold;}
.box > h3::before{content:''; position:absolute; top:3px; left:0; width:18px; height:18px; background:url('../img/sub/icon_title.svg')no-repeat center; background-size:cover;}
.box{
   margin-bottom: 50px;
 }
.box:last-child{
  margin-bottom: 0;
}
.box .col2{margin:30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px}
/*.box .col2:after{content:''; display:block; clear:both;}*/
.box .col2 > li{
  position: relative;
  padding: 20px;
  background-size: cover;
}
.box .col2 > li > i{position:absolute; top:15px; left:15px; width:50px; height:50px; line-height:50px; background:#063A77; font-style:normal; font-size:25px; font-weight: bold; color:#fff; text-align:center;}
.box .col2 > li::after{
  content: '';
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box .col2 > li:nth-child(1) {
  background: url(../img/sub/busi01_01.jpg) no-repeat center center;
}
.box .col2 > li:nth-child(2) {
  background: url(../img/sub/busi01_02.jpg) no-repeat center center;
}
.box .col2 > li .area_txt{
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top:30%; 
  margin:0 0 60px; 
}
.box .col2 > li > i{
  z-index: 1;
}
.box .col2 > li .area_txt > h4{
    color: #fff; 
    display: block;
    padding: 0 0 15px;
    font-size:1.3em; 
    font-weight: 600;
}
.box .descs span{
	  position: relative;
	  font-size: 17px;
	  font-weight: 400;
	  color: #efefef;
	  display: block;
	  line-height: 1.5em;
	  text-align: left;
	  padding-left: 10px;
}
.box .descs span::before{
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 10px;
	  width: 4px;
	  height: 4px;
	  background: #efefef;
	  border-radius: 50%;
}
.box .grayBox{
	  margin: 10px 0 0;
	  padding: 20px;
	  background: #f9f9f9;
	  border: 1px solid #eee;
	  box-sizing: border-box;
}
.box .grayBox div.title{font-size: 20px; font-weight: 700; margin:0 0 15px}
.box .grayBox p{
	  position: relative;
	  padding: 0 0 0 10px;
	  font-size: 17px;
	  font-weight: 400;
	  color: #333;
	  line-height: 1.7em;
}
.box .grayBox p::before{
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 1px;
  background: #333;
}
.box .busimg01{margin:30px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px} /* 4ea */
.box .busimg01 img{ width: 100%; height: auto} /* 3ea */
.box .busimg02{margin:30px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px} /* 3ea */
.box .busimg02 img{ width: 100%; height: auto} /* 3ea */
.box .text_Area{ display:flex}
.box .text_Area .text_Area_img{ margin-left: auto;}
.box .box_img { margin: 30px 0 0; text-align:center}
.box .box_img02 { margin: 30px 0 0; text-align:center}
.box .box_img03 { margin: 30px 0 0; text-align:center}

@media (max-width: 1400px) {
	.box .text_Area{ flex-direction: column}
	.box .text_Area .text_Area_img{ text-align:center; margin:30px auto}
}

@media (max-width: 1200px) {
	.box .box_img img { width: 100%}
	
}

@media (max-width: 943px) {
	.box .box_img02 img { width: 100%}
	.box .box_img03 img { width: auto}
}

@media (max-width: 1000px) {
  .greet{ background-position:center 175px; background-size:400px auto; padding-bottom:0;}
  .greet p{ font-size:1.1em; padding:30px 30px; width:90%; margin:250px auto 0 auto;}
  .greet .sign{  }
  .box .text_Area .text_Area_img img{ width:100% !important}
}

@media screen and (max-width: 768px) {
  .box .col2{margin:30px 0 0; display: grid; grid-template-columns: repeat(1, 1fr); gap: 10px}
  .box .descs span{
    font-size: 15px;
  }
  .box .busimg01{margin:30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr);}
  .box .busimg02{margin:30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px} /* 3ea */
  .box .busimg02 img{ width: 100%; height: auto} /* 3ea */
}

/* 사업소개02 */
.box02 > h3{position:relative; padding:0 0 0 25px; font-size:1.42em; font-weight:bold;}
.box02 > h3::before{content:''; position:absolute; top:3px; left:0; width:18px; height:18px; background:url('../img/sub/icon_title.svg')no-repeat center; background-size:cover;}
.box02{
   margin-bottom: 50px;
 }
.box02:last-child{
  margin-bottom: 0;
}
.box02 .col4{margin:30px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px}
/*.box02 .col2:after{content:''; display:block; clear:both;}*/
.box02 .col4 > li{
  position: relative;
  padding: 20px;
  background-size: cover;
}
.box02 .col4 > li > i{position:absolute; top:15px; left:15px; width:50px; height:50px; line-height:50px; background:#063A77; font-style:normal; font-size:25px; font-weight: bold; color:#fff; text-align:center;}
.box02 .col4 > li::after{
  content: '';
  background: rgba(0,0,0,0.3);
  position: absolute;#video01 .inr
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box02 .col4 > li:nth-child(1) {
  background: url(../img/sub/busi05_01.jpg) no-repeat center center;
}
.box02 .col4 > li:nth-child(2) {
  background: url(../img/sub/busi05_02.jpg) no-repeat center center;
}
.box02 .col4 > li:nth-child(3) {
  background: url(../img/sub/busi05_03.jpg) no-repeat center center;
}
.box02 .col4 > li:nth-child(4) {
  background: url(../img/sub/busi05_04.jpg) no-repeat center center;
}
.box02 .col4 > li .area_txt{
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top:30%; 
  margin:0 0 60px; 
}
.box02 .col4 > li > i{
  z-index: 1;
}
.box02 .col4 > li .area_txt > h4{
    color: #fff; 
    display: block;
    padding: 0 0 15px;
    font-size:1.3em; 
    font-weight: 600;
}
.box02 .descs span{
	  position: relative;
	  font-size: 17px;
	  font-weight: 400;
	  color: #efefef;
	  display: block;
	  line-height: 1.5em;
	  text-align: left;
	  padding-left: 10px;
}
.box02 .descs span::before{
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 10px;
	  width: 4px;
	  height: 4px;
	  background: #efefef;
	  border-radius: 50%;
}
.box02 .grayBox{
	  margin: 10px 0 0;
	  padding: 20px;
	  background: #f9f9f9;
	  border: 1px solid #eee;
	  box-sizing: border-box;
}
.box02 .grayBox p{
	  position: relative;
	  padding: 0 0 0 10px;
	  font-size: 17px;
	  font-weight: 400;
	  color: #333;
	  line-height: 1.7em;
}
.box02 .grayBox p::before{
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 1px;
  background: #333;
}
.box02 .busimg01{margin:30px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px} /* 4ea */
.box02 .busimg01 img{ width: 100%; height: auto} /* 3ea */
.box02 .busimg02{margin:30px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px} /* 3ea */
.box02 .busimg02 img{ width: 100%; height: auto} /* 3ea */

.busi04_serv{ display: grid;  grid-template-columns: repeat(5, 1fr); gap: 10px; margin:30px 0 0}
.busi04_serv > div{ text-align:center; padding: 20px 0; background: #fff}
.busi04_serv > div img{ width: 100%; height:auto}
.busi04_serv > div h5{ margin: 20px 0 22px; font-size: 1.22em}
.busi04_serv > div p{ margin: 0 !important; font-size: 1.05em !important; letter-spacing: -.050em; line-height: 1.4em; opacity: .8}

@media (max-width: 1000px) {
  .greet{ background-position:center 175px; background-size:400px auto; padding-bottom:0;}
  .greet p{ font-size:1.1em; padding:30px 30px; width:90%; margin:250px auto 0 auto;}
  .greet .sign{  }
  .busi04_serv{ display: grid;  grid-template-columns: repeat(3, 1fr); gap: 10px}
  .busi04_serv > div h5{ margin: 20px 0 12px; font-size: 1.20em}
  .busi04_serv > div p{ margin: 0 !important; font-size: 1em !important; letter-spacing: -.050em; line-height: 1.2em; opacity: .8}
}

@media screen and (max-width: 768px) {
  .box02 .col4{margin:30px 0 0; display: grid; grid-template-columns: repeat(1, 1fr); gap: 10px}
  .box02 .descs span{
    font-size: 15px;
  }
  .box02 .busimg01{margin:30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr);}
  .box02 .busimg02{margin:30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px} /* 3ea */
  .box02 .busimg02 img{ width: 100%; height: auto} /* 3ea */
  .busi04_serv{ display: grid;  grid-template-columns: repeat(2, 1fr); gap: 10px}
}

@media screen and (max-width: 500px) {
	.busi04_serv{ display: grid;  grid-template-columns: repeat(1, 1fr); gap: 10px}
}


/* 사업소개-현장관리*/
.motto{display: flex; margin:30px 0 0; text-align:center;}
.motto > li{position:relative; display:inline-block; margin:0 1%; box-sizing:border-box; width:48%;}
.motto.v1 > li{padding:20px; border-radius:50%; box-shadow: 2.034px 4.568px 16px 4px rgba(0, 0, 0, 0.1); height:0; padding-bottom:22%;}
.motto.v1 > li:nth-child(1){background:#273069 url(../img/sub/icon_motto01.svg)no-repeat center 40%; background-size:25%;}
.motto.v1 > li:nth-child(2){background:#293689 url(../img/sub/icon_motto02.svg)no-repeat center 40%; background-size:23%;}
.motto.v1 > li > p{padding-top:67%; font-size:22px; font-weight:400; color:#fff;}
.motto > li:last-child{margin:0;}
.motto.v2 > li{border:1px solid #eee; box-sizing:border-box; background:#fff;}
.motto.v2 > li > h3{padding:15px 10px; box-sizing:border-box; background:#292e45; font-size:22px !important; font-weight:500; color:#fff !important; margin: 0 !important;}
.motto.v2 > li:nth-child(2) > h3{background:#72B944;}
.motto.v2 > li > h3:before{display:none;}
.motto.v2 > li > ul.list{padding:30px 20px; box-sizing:border-box;}
.motto.v2 > li > ul.list > li::before{ content:"-"; position:absolute; left:0}
.motto.v2 > li > ul.list > li{font-size:17px; font-weight:400; color:#333; line-height:2em; word-break:keep-all;text-align: left; position:relative; padding-left:17px}

@media screen and (max-width: 768px) {
  .motto{display: flex; flex-direction: column}
  .motto > li{margin:0 1%; width:98%;}
}


/*주요고객사*/
.partner_list{display: grid;  grid-template-columns: repeat(4, 1fr); gap: 30px}
.partner_list > div { text-align: center;}
.partner_list > div img{ background: #fff; padding: 10px 20px; margin: 0 0 20px; border: 1px solid #dfdfdf;}

@media screen and (max-width: 1100px) {
	.partner_list{grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width: 768px) {
	.partner_list{grid-template-columns: repeat(2, 1fr); gap: 20px}
}

@media screen and (max-width: 550px){
	.partner_list > div img{ width: 100%}
}





/* 추가 */
/* 서브공통 */
.sub-p {
	margin: 100px auto !important;
	/*max-width: 1440px;*/
	position: relative;
	padding: 0;
	}
.subsec .titBox{
	text-align: center;
	margin-bottom: 50px;
	}
.subsec .titBox p{
	font-size: 18px;
	color: #72B944;
	font-weight: 600;
	}
.subsec .titBox h4{
	font-size: 46px;
	letter-spacing: -0.05em;
	font-weight: 700;
	color: #1a1a1a;
	}
.sub-p p {
	font-size: 18px;
	line-height: 1.7;
	font-weight: 300;
	word-break: keep-all;
	}

.sub-p p:last-child {
	margin-bottom:0;
	}
.sub_h6{
	color: #333;
	text-align: center;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 80px;
	word-break: keep-all;
	}
.sub_h5{
	font-size: 22px;
	font-weight: 500;
	}
.sub_h4{line-height: 1.3;}
.sub_h4,
.sub_h4 strong{
	font-size: 28px;
	font-weight: 600;
	}
@media (max-width:768px){
	.subsec .titBox h4{font-size: 30px;}
	.sub_h6{margin-bottom: 30px;}
	}



/* */
.num-wrap li{
	margin-bottom: 15px;
	}
.num-wrap span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #72B944;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	}


.business .topvisualcnt { }
.business .topvisualcnt .visual { padding-left: 0; padding-right: 0;    margin: 0 45px 0 0;}
.business .topvisualcnt img { width: 100%; height: 100%;  border-radius: 20px;
	overflow: hidden;}
.business .topvisualcnt .cnt { padding: 40px 0;}
.business .topvisualcnt .cnt .tit  { font-size: 29px; color: #000000; line-height: 36px; margin-bottom: 35px;word-break: keep-all; }
.business .topvisualcnt .cnt .stit { font-size: 17px; color: #27b2a5; line-height: 21px; margin-bottom: 35px; word-break:keep-all;  }
.business .topvisualcnt .cnt .txt  { font-size: 18px; color: #666666; line-height: 30px; letter-spacing: -.5px; }
.business .section01 .txt01 { color: #27b2a5;}
.business .section01 .txt02 { color: #2657a7;}
.business .strengthWrap{}
.business .strengthWrap > div{padding: 25px 0;}
.business .horicontype .iconimg {}
.business .horicontype h5 {  font-size: 22px; color: #000; font-weight: 600;margin: 15px 0;}
.business .horicontype p  {
	font-weight: 300;
	width: 60%;
	margin: 0 auto;    word-break: keep-all;
	}
.lg-actions,
#lg-counter,
.lg-fullscreen.lg-icon { display: none !important;}
.business figure.overlay { height: 173px;}
.business .slick-wrapper .item h3 {  font-size: 16px; font-weight: 400;}
.sub .steps.box { background: url(../images/menu_forline_dot.jpg) 0 67px repeat-x; height: auto; overflow: hidden;}

@media(max-width: 768px){
	.business .topvisualcnt .visual{margin: 0;}
	.business .topvisualcnt .cnt .tit{margin-top: 20px;}

	}



/* 계약절차 */
@media(max-width: 768px){
	.greet02{}
	.greet02 .three{grid-template-columns: repeat(2, 1fr);}
	.greet02 .three > div{ padding-bottom: 50px;}

	}






/* 선거차량종류 */
#election01{}
#election01 img{max-width: 100%;width: 100%;}

/* 선거차량특징 */
#election02{}
#election02 .lists{}
#election02 .list{display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	margin-top: 72px;}
#election02 .imgBox{width: 54.7%;}
#election02 .imgBox img{    max-width: 100%;
	vertical-align: top;
	height: 100%;
	object-fit: contain;width: 100%;}
#election02 .txtBox{    width: 42.1%;
	margin-left: auto;}
#election02 .txtBox strong{    display: inline-block;
	font-size: 20px;
	color: #333;
	font-weight: 500;
	letter-spacing: -.1px;
	line-height: 34px;
	}
#election02 .txtBox p{    margin-top: 20px;
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	font-weight: 300;
	letter-spacing: -.7px;
	word-break: keep-all;}
@media(max-width: 768px){
	#election02 .list{display: block;}
	#election02 .list:first-child{margin-top: 0;}
	#election02 .imgBox,#election02 .txtBox{width: 100%;}
	#election02 .txtBox{text-align: center}
	#election02 .txtBox strong{font-size: 1.9rem;letter-spacing: -0.05em;margin-top: 20px;}
	#election02 .txtBox p{font-size: 17px;}
	}


/*동영상보기(공통)+*/
.videoWrap{}
.videoWrap iframe{aspect-ratio: 916 / 515}

/* 선거차량_공장사진 */
#election05{}
#election05 img{max-width: 100%;margin-bottom: 20px;}


/* LED영상차량 */
#video01{}
#video01 .inr{display:flex;align-items:stretch}
#video01 .left{}
#video01 .right{flex: 1;padding-left: 30px;}
#video01 .table{margin: 0;}
#video01 .imgBox{overflow: hidden}
#video01 .imgBox img{width: 100%;height: 100%;object-fit: cover}
/* 카테고리플로팅메뉴 */
#l_cath_menu{position:sticky;top:120px;width:320px}
#l_cath_menu ul{margin: 0;padding: 20px 0;list-style: none;background: #fff;border-radius: 16px;/*box-shadow: 0 10px 60px #1c2f1012;*/background: #fff;border: 1px solid #72B944;padding: 10px;}
#l_cath_menu li{margin:0;padding:0}
#l_cath_menu li+li{margin-top:8px}
#l_cath_menu a{display:block;padding:10px 20px;font-size:17px;color:#444;text-decoration:none;border-radius:8px;transition:all .2s ease}
#l_cath_menu a:hover{background:#F4F9F0;color:#000}
#l_cath_menu a.active{background:#72B944;color:#fff;font-weight:600}
.tab-section {padding-top: 100px;scroll-margin-top:120px}
.tab-section:nth-child(1){padding-top: 0;}
@media(max-width: 768px){
	#video01 .inr{display: block}
	#video01 .left{display: none}
	/*#l_cath_menu{width: auto;}
	#l_cath_menu ul{    display: flex;
	overflow-x: auto;padding: 0;border: 0;border-radius: 0}
	#l_cath_menu a{padding: 10px 15px;font-size: 15px;}
	#hd.on + #wrapper #video01 .left{background: #fff;padding-top: 15px;position: fixed;left: 15px;top: 80px;z-index: 100;        overflow-x: auto;
		width: 100%;}
	#hd.on + #wrapper #l_cath_menu{position: unset}*/

	#video01 .right{padding-left: 0;}
	#video01 .grid{display: block !important;}
	#video01 .imgBox img{margin-bottom: 10px;}

	}


/* 선거차량종류 */
#election01{}
#election01 .inr{display:flex;align-items:stretch}
#election01 .left{}
#election01 .right{flex: 1;padding-left: 30px;}
#election01 .table{margin: 0;}
#election01 .imgBox{overflow: hidden}
#election01 .imgBox img{width: 100%;height: 100%;object-fit: cover}

@media(max-width: 768px){
	#election01 .inr{display: block}
	#election01 .left{display: none}

	#election01 .right{padding-left: 0;}
	#election01 .grid{display: block !important;}
	#election01 .imgBox img{margin-bottom: 10px;}

	}


/* 제조과정 */
@media(max-width: 768px){
	#led04 .grid3{display: block}
	#led04 .grid3 img{margin-bottom: 10px;}
	}



	/* 약관 */
.yack{}
.yack p {border-bottom: 2px solid #555;margin: 0 0 30px !important;padding: 0 0 30px;line-height: 1.7em;}
.yack dt {margin: 0 0 10px;color: #333;    font-size: 1.25em;}
.yack dl {margin-bottom: 30px;line-height: 1.7em;color: #555}
.yack dd {line-height: 1.7em;}
.yack dd strong {display: block;}
.yack dd li {list-style-type: decimal;margin: 0 0 0 30px;}
.yack ol {margin: 0 0 0 30px}




