@charset "utf-8";

/* pc */
.ma_visual {
	position: relative;
	height: 744px;
	background: url(../images/main/visual01.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.ma_visual::before {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	margin-right: 100px;
	background: rgba(0, 112, 195, 0.4);
}

.ma_visual .titlebox {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	width: 560px;
	margin-right: 100px;
}

/* 2022-03-04 kyj : 수정사항 반영 */
.ma_visual .titlebox h2 img {max-width:360px;}
/* //2022-03-04 kyj : 수정사항 반영 */

.ma_visual .titlebox .title {
	width: 100%;
}

/* 2022-03-04 kyj : 수정사항 반영 */
.ma_visual .titlebox .title_p {
	width: 100%;
	max-width:360px;
	margin-top: 35px;
	color: #004f8a;
	font-size: 24px;
	line-height: 1.45;
	font-weight: 400;
	letter-spacing: -0.5px;
	word-wrap: break-word; word-break: keep-all;
}

.ma_visual .titlebox .title_p em {
	color: inherit;
}

.ma_visual .titlebox .title_p strong {
	font-weight: 500;
	color: inherit;
}
/* //2022-03-04 kyj : 수정사항 반영 */

.ma_business {
	position: relative;
	padding: 60px 0 120px;
	background: url(../images/main/bg_ma_business.png) no-repeat center bottom #062748;
	background-size: cover;
}

.ma_business .titlebox {
	position: relative;
	text-align: center;
}

.ma_business .titlebox::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(50% - 164px);
	height: 1px;
	background: #fff;
}

.ma_business .titlebox::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(50% - 164px);
	height: 1px;
	background: #fff;
}

.ma_business .titlebox .title {
	display: inline-block;
	position: relative;
	width: 328px;
	background: url(../images/main/ico_ma_business_left.svg) no-repeat left center, url(../images/main/ico_ma_business_right.svg) no-repeat right center;
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: -0.6px;
	vertical-align: top;
	z-index: 1;
}

.ma_business .right_txt {
	position: absolute;
	top: 79px;
	right: 46px;
	width: 215px;
	height: 94px;
	margin-left: 40px;
	border-left: 1px solid #fff;
	background: url(../images/main/txt_ma_business.svg) no-repeat right center;
	text-indent: -999px;
	overflow: hidden;
}

.flex_business {
	margin-top: 80px;
}

.flex_business>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex_business>ul>li {
	flex: 1;
	position: relative;
	padding: 0 20px;
	text-align: center;
}

.flex_business>ul>li+li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 54px;
	background: #fff;
	margin-top: -27px;
}

.flex_business>ul>li .tit {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.45px;
	font-weight: 700;
}

.flex_business>ul>li .ico {
	width: 122px;
	height: 102px;
	margin: 25px auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.flex_business>ul>li .txt {
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.4px;
	text-align: center;
	word-break: keep-all;
}

.ma_solution {
	position: relative;
	padding: 86px 0 50px;
	background: #ceeaff;
	text-align: center;
}

.ma_solution .bg_net {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 657px;
	height: 100%;
	background: url(../images/main/bg_ma_core.svg) no-repeat left bottom;
}

.ma_solution .bg_txt {
	position: absolute;
	bottom: 15px;
	left: 88px;
	color: #fff;
	font-size: 48px;
	line-height: 55px;
	font-weight: 900;
	letter-spacing: -1.2px;
	text-align: left;
}

.ma_solution .title {
	position: relative;
	color: #101010;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: -0.5px;
	word-break: keep-all;
	z-index: 10;
}

.ma_solution .title span {
	color: #004f8a;
}

.ma_solution .title em {
	font-weight: 700;
}

/* 2022-03-04 kyj : 수정사항 반영 */
.ma_solution .title strong {
	color: #004f8a;
	font-weight: 700;
}

.ma_solution .btnbox {
	position: relative;
	margin-top: 45px;
	z-index: 8;
}

.ma_solution .btnbox .btn {
	display: inline-block;
	padding: 0 44px 0 16px;
	border-radius: 4px;
	background: url(../images/main/ico_ma_arrow_white.svg) no-repeat right 6px center #004f8a;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	font-weight: 500;
}
/* 2022-03-04 kyj : 수정사항 반영 */

.ma_solution .bg_solution {
	position: absolute;
	bottom: -70px;
	left: 50%;
	width: 436px;
	height: 218px;
	margin-left: 225px;
	background: url(../images/main/img_ma_knowhow.png) no-repeat center center;
	z-index: 6;
}

.ma_board {
	position: relative;
	padding: 130px 0 240px;

}

.ma_board .bg_txt {
	position: absolute;
	bottom: 120px;
	right: 50%;
	margin-right: -116px;
	color: #eef8ff;
	font-size: 84px;
	line-height: 121px;
	font-weight: 700;
	letter-spacing: -4.2px;
	white-space: nowrap;
}

.ma_board .bg_img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	margin-left: -185px;
	background: url(../images/main/bg_news_section.png) no-repeat right -32px bottom 68px #eef8ff;
}

.ma_board .bg_txt span {
	display: inline-block;
	color: #fff;
	vertical-align: top;
}

.ma_board .ma_video_news {
	display: flex;
	position: relative;
}

.ma_board .ma_video_news .titlebox {
	position: relative;
}

.ma_board .ma_video_news .titlebox .title {
	color: #101010;
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: -0.6px;
}

.ma_board .ma_video_news .titlebox .btn_more {
	position: absolute;
	top: 6px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(../images/btn_ico_more.svg) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
}

.ma_board .ma_video_news .titlebox .ctrlbox {
	display: flex;
	position: absolute;
	top: 6px;
	right: 36px;
}

.ma_board .ma_video_news .titlebox .ctrlbox .btn_prev {
	float: left;
	width: 24px;
	height: 24px;
	border: none;
	background: url(../images/btn_ico_prev.svg) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
}

.ma_board .ma_video_news .titlebox .ctrlbox .btn_next {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	border: none;
	background: url(../images/btn_ico_next.svg) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
}

.ma_board .ma_video_news .no-data{
    height: 360px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ma_board .ma_video_news .no-data p.tit{
    text-align: center;
    padding-top: 230px;
    position: relative;
}

.ma_board .ma_video_news .no-data p.tit::before{
    content: '';
    position: absolute;
    background: url(../images/main/no-data.png);
    width: 140px;
    height: 118px;
    margin: 0 auto;
    top: 100px;
}

.ma_board .ma_video_news .ma_videobox {
	width: 624px;
}

.ma_board .ma_video_news .ma_videobox .ma_video {
	position: relative;
	margin-top: 15px;
}

.ma_board .ma_video_news .ma_videobox .ma_video .img {
	position: relative;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ma_board .ma_video_news .ma_videobox .ma_video .img::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.35);
}

.ma_board .ma_video_news .ma_videobox .ma_video .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: linear-gradient(to bottom, #000, rgba(84, 84, 84, 0));
	opacity: 0.35;
}

.ma_board .ma_video_news .ma_videobox .ma_video .tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 24px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ma_board .ma_video_news .ma_videobox .ma_video .btn_play {
	position: absolute;
	top: 0%;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/main/btn_ma_video_play.svg) no-repeat center center;
	background-size: 80px;
	text-indent: -999px;
	overflow: hidden;
}

.ma_board .ma_video_news .ma_newsbox {
	flex: 1;
	margin-left: 72px;
	overflow: hidden;
}

.ma_board .ma_video_news .ma_newsbox .ma_news {
	height: 360px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li {
	margin-top: 20px;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox {
	display: block;
	position: relative;
	height: 64px;
	padding-left: 80px;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	padding-top: 40px;
	border: 1px solid #ccc;
	background: #fff;
	color: #004f8a;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: -0.33px;
	text-align: center;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox .date .day {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: -0.6px;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox .tit {
	display: inline-flex;
	width: 100%;
	max-width: 100%;
	margin-top: 6px;
	vertical-align: top;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox .tit .tag {
	height: 24px;
	margin-right: 8px;
	padding: 0 14px;
	border-radius: 12px;
	background: #ff4b4b;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.33px;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox .tit span {
	flex: 1;
	color: #101010;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox .tit_p {
	margin-top: 4px;
	color: #8a8a8a;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox:hover .date {
	background: #f8f8f8;
}

.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox:hover .tit span,
.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox:hover .tit_p {
	text-decoration: underline;
}

.ma_mapaddress {
	position: relative;
	margin-top: -110px;
}

.ma_mapaddress::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% - 660px);
	bottom: 150px;
	left: 0;
	background: #acdcff;
}

.ma_mapaddress .map {
	position: relative;
	width: 660px;
	height: 585px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ma_mapaddress .map::after {
	content: '';
	width: 0;
	height: 0;
	background-image: url(../images/main/img_ma_map01.png), url(../images/main/img_ma_map02.png), url(../images/main/img_ma_map03.png), url(../images/main/img_ma_map04.png), url(../images/main/img_ma_map01_t.png), url(../images/main/img_ma_map02_t.png), url(../images/main/img_ma_map03_t.png), url(../images/main/img_ma_map04_t.png), url(../images/main/img_ma_map01_m.png), url(../images/main/img_ma_map02_m.png), url(../images/main/img_ma_map03_m.png), url(../images/main/img_ma_map04_m.png);
}


.ma_mapaddress .map.map01 {
	background-image: url(../images/main/img_ma_map01.png);
}

.ma_mapaddress .map.map02 {
	background-image: url(../images/main/img_ma_map02.png);
}

.ma_mapaddress .map.map03 {
	background-image: url(../images/main/img_ma_map03.png);
}

.ma_mapaddress .map.map04 {
	background-image: url(../images/main/img_ma_map04.png);
}

.ma_mapaddress .map a {
	position: absolute;
	height: 37px;
	text-indent: -999px;
	overflow: hidden;
}

.ma_mapaddress .map a:nth-child(1) {
	top: 106px;
	left: 0;
	width: 202px;
}

.ma_mapaddress .map a:nth-child(2) {
	top: 254px;
	left: 0;
	width: 78px;
}

.ma_mapaddress .map a:nth-child(3) {
	top: 335px;
	left: 0;
	width: 139px;
}

.ma_mapaddress .map a:nth-child(4) {
	top: 281px;
	right: 0;
	width: 79px;
}

.ma_mapaddress .intro {
	position: absolute;
	top: 110px;
	right: 0;
	left: 50%;
	max-width: 803px;
	margin-left: 157px;
	padding: 33px 33px 33px 230px;
	background: url(../images/main/ma_logo_contact.svg) no-repeat right 44px bottom 28px #fff;
	box-shadow: -14px 0 20px 0 rgba(0, 0, 0, 0.1);
}

.ma_mapaddress .intro .title {
	position: absolute;
	top: 33px;
	left: 33px;
	color: #101010;
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: -0.6px;
}

.ma_mapaddress .intro .infowrap {
	display: none;
}

.ma_mapaddress .intro .infowrap.active {
	display: block;
}


.ma_mapaddress .intro .infobox i {
	display: inline-block;
	width: 20px;
	height: 24px;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: top;
}

/* 2022-03-04 kyj : 수정사항 반영 */
.ma_mapaddress .intro .infobox dt {
	max-width: 273px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	color: #0070c3;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: -0.4px;
}
/* //2022-03-04 kyj : 수정사항 반영 */

.ma_mapaddress .intro .infobox dd p {
	position: relative;
	margin-top: 20px;
	padding-left: 36px;
	color: #101010;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.4px;
}

.ma_mapaddress .intro .infobox dd p i {
	position: absolute;
	top: 0;
	left: 0;
}

.ma_mapaddress .intro .btn_more {
	position: absolute;
	top: 33px;
	right: 33px;
	width: 24px;
	height: 24px;
	background: url(../images/btn_ico_more.svg) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
}

@media screen and (max-width: 1858px) {
	.ma_business .right_txt {
		display: none;
	}

	.ma_board .bg_img {
		background-image: none;
	}

	.ma_mapaddress .intro {
		background-position: left 34px bottom 33px;
		background-size: auto 50px;
	}
}

@media screen and (max-width: 1400px) {
	.ma_visual::before {
		margin-right: 40px;
	}

	.ma_visual .titlebox {
		margin-right: 40px;
	}

	.ma_board .ma_video_news .ma_newsbox {
		margin-left: 40px;
	}

	.ma_mapaddress .intro {
		padding-left: 33px;
		padding-bottom: 110px;
		background-position: right 33px bottom 33px;
	}

	.ma_mapaddress .intro .title {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 20px;
	}

	.ma_mapaddress .intro .infobox {
		width: 100%;
		max-width: 100%;
	}

	.ma_mapaddress .map {
		background-size: 594px;
	}

	.ma_mapaddress .map a {
		height: 34px;
	}

	.ma_mapaddress .map a:nth-child(1) {
		top: 96px;
		width: 182px;
	}

	.ma_mapaddress .map a:nth-child(2) {
		top: 229px;
		width: 71px;
	}

	.ma_mapaddress .map a:nth-child(3) {
		top: 302px;
		width: 126px;
	}

	.ma_mapaddress .map a:nth-child(4) {
		top: 253px;
		right: 66px;
		width: 72px;
	}

	.ma_mapaddress .intro .btn_more {
		top: 36px;
	}

}

@media screen and (max-width: 1279px) {
	.ma_visual {
		height: 554px;
		background-size: auto 100%;
	}

	.ma_visual .titlebox {
		width: auto;
		left: 0;
		padding-left: 20px;
	}

	.ma_visual .titlebox .title img {
		height: 140px;
	}

	.ma_solution .bg_txt {
		display: none;
	}

	.ma_solution .bg_solution {
		bottom: -100px;
		margin-left: 90px;
	}

	.ma_board .ma_video_news .ma_videobox {
		width: 480px;
	}

}

@media screen and (max-width: 1024px) {
	.ma_visual {
		background-image: url(../images/main/visual01_t.jpg);
	}

	.ma_visual::before {
		right: auto;
		margin-right: 0;
		width: 440px;
	}

	.ma_visual .titlebox {
		width: 440px;
		right: auto;
		margin-right: 0;
	}

	.ma_business {
		padding: 52px 0 44px;
	}

	.ma_business .inner_center {
		padding: 0;
	}

	.flex_business {
		margin-top: 44px;
		padding: 0 10px;
	}

	.flex_business>ul.col5>li {
		flex: auto;
		width: 33.3333%;
	}

	.flex_business>ul.col5>li:nth-child(4)::before {
		display: none;
	}

	.flex_business>ul>li .ico {
		width: 86px;
		height: 72px;
	}

	.flex_business>ul>li .txt {
		margin-top: 25px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.35px;
	}

	.ma_solution {
		padding: 55px 0 50px;
	}

	.ma_solution .bg_net {
		width: 524px;
		background-size: auto 100%;
	}

	.ma_solution .title {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.4px;
	}

	.ma_solution .btnbox {
		margin-top: 30px;
	}

	.ma_solution .bg_solution {
		bottom: -74px;
		width: 294px;
		height: 147px;
		background-size: contain;
	}

	.ma_board {
		padding: 35px 0 340px;
	}

	.ma_board .bg_txt {
		display: none;
	}

	.ma_board .bg_img {
		top: auto;
		height: 340px;
		margin-left: 0;
		background-image: url(../images/main/bg_news_section.png);
		background-size: 172px;
		background-position: right -25px bottom -60px;
	}

	.ma_board .ma_video_news {
		flex-wrap: wrap;
	}

	.ma_board .ma_video_news .ma_videobox {
		width: 100%;
		margin: 80px 0 0 0;
	}

	.ma_board .ma_video_news .ma_videobox .ma_video .img {
		width: 100%;
		height: 0;
		padding-bottom: 57.7%;
	}

	.ma_board .ma_video_news .ma_newsbox {
		flex: auto;
		width: 100%;
		margin: 80px 0 0 0;
	}

	.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox {
		padding-left: 92px;
	}

	.ma_mapaddress {
		margin-top: -260px;
		padding-bottom: 280px;
	}

	.ma_mapaddress::before {
		right: 173px;
		height: 411px;
	}

	.ma_mapaddress .map {
		width: 476px;
		height: 411px;
		background-size: auto 100%;
	}

	.ma_mapaddress .map.map01 {
		background-image: url(../images/main/img_ma_map01_t.png);
	}

	.ma_mapaddress .map.map02 {
		background-image: url(../images/main/img_ma_map02_t.png);
	}

	.ma_mapaddress .map.map03 {
		background-image: url(../images/main/img_ma_map03_t.png);
	}

	.ma_mapaddress .map.map04 {
		background-image: url(../images/main/img_ma_map04_t.png);
	}

	.ma_mapaddress .map a {
		height: 32px;
	}

	.ma_mapaddress .map a:nth-child(1) {
		top: 73px;
		width: 188px;
	}

	.ma_mapaddress .map a:nth-child(2) {
		top: 179px;
		width: 70px;
	}

	.ma_mapaddress .map a:nth-child(3) {
		top: 242px;
		width: 128px;
	}

	.ma_mapaddress .map a:nth-child(4) {
		top: 197px;
		right: 0;
		width: 70px;
	}

	.ma_mapaddress .intro {
		top: 260px;
		left: auto;
		margin-left: 0;
		width: 315px;
		padding: 24px 18px 112px;
		background-position: right 20px bottom 25px;
	}

	.ma_mapaddress .intro .title {
		margin-bottom: 38px;
		font-size: 18px;
		line-height: 26px;
		letter-spacing: -0.45px;
	}

	.ma_mapaddress .intro .infobox dt {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.35px;
	}

	.ma_mapaddress .intro .infobox i {
		width: 16px;
		height: 20px;
		margin-right: 12px;
	}

	.ma_mapaddress .intro .infobox dt {
		padding-bottom: 15px;
	}

	.ma_mapaddress .intro .infobox dd p {
		padding-left: 28px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.35px;
	}

	.ma_mapaddress .intro .btn_more {
		top: 25px;
		right: 18px;
	}
}

@media screen and (max-width: 767px) {
	.ma_visual {
		height: 454px;
		background-image: url(../images/main/visual01_m.jpg);
		background-position: right center;
	}

	.ma_visual::before {
		width: 100%;
	}

	.ma_visual .titlebox {
		width: 100%;
		padding: 0 14px;
		align-content: flex-start;
	}

	.ma_visual .titlebox .title {
		margin-top: 64px;
	}

	.ma_visual .titlebox .title img {
		height: 80px;
	}

	.ma_visual .titlebox .title_p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}

	.ma_business {
		padding: 48px 0;
		background-size: cover;
	}

	.ma_business .titlebox::before {
		width: calc(50% - 124px);
	}

	.ma_business .titlebox::after {
		width: calc(50% - 124px);
	}

	.ma_business .titlebox .title {
		width: 248px;
		font-size: 20px;
		line-height: 29px;
		letter-spacing: -0.5px;
	}

	.flex_business {
		margin-top: 0;
		padding: 10px 6px 0;
	}

	.flex_business>ul>li {
		flex: auto;
		width: 50% !important;
		margin-top: 66px;
	}

	.flex_business>ul>li+li::before {
		display: none;
	}

	.flex_business>ul>li:nth-child(2n)::before {
		display: block;
	}

	.flex_business>ul.col5>li:nth-child(4)::before {
		display: block;
	}

	.ma_solution {
		padding: 42px 0;
		text-align: left;
	}

	.ma_solution .bg_net {
		width: 100%;
		background-size: 100% auto;
	}

	.ma_solution .title {
		line-height: 28px;
	}

	.ma_solution .btnbox {
		margin-top: 20px;
		text-align: left;
	}

	.ma_solution .btnbox .btn {
		padding: 0 34px 0 10px;
	}

	.ma_solution .bg_solution {
		margin-left: -25px;
		background-image: url(../images/main/m_img_ma_knowhow.png);
	}

	.ma_board {
		padding: 6px 0 80px;
	}

	.ma_board .bg_img {
		display: none;
	}

	.ma_board .ma_video_news .titlebox .title {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: -0.45px;
	}

	.ma_board .ma_video_news .titlebox .btn_more {
		top: 1px;
	}

	.ma_board .ma_video_news .titlebox .ctrlbox {
		top: 1px;
	}

	.ma_board .ma_video_news .ma_videobox .ma_video .img::after {
		height: 64px;
	}

	.ma_board .ma_video_news .ma_videobox .ma_video .tit {
		padding: 15px 10px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.35px;
	}

	.ma_board .ma_video_news .ma_videobox .ma_video .btn_play {
		/* width: 42px;
		height: 42px;
		background-size: contain; */
	}

	.ma_board .ma_video_news .ma_newsbox .ma_news .ma_news_list>li>.inbox {
		padding-left: 80px;
	}

	.ma_mapaddress {
		margin-top: 0;
		padding-bottom: 298px;
	}

	.ma_mapaddress::before {
		right: 0;
		bottom: auto;
	}

	.ma_mapaddress .map {
		width: auto;
		margin: 0 0 0 14px;
		background-size: auto 410px;
	}

	.ma_mapaddress .map.map01 {
		background-image: url(../images/main/img_ma_map01_m.png);
	}

	.ma_mapaddress .map.map02 {
		background-image: url(../images/main/img_ma_map02_m.png);
	}

	.ma_mapaddress .map.map03 {
		background-image: url(../images/main/img_ma_map03_m.png);
	}

	.ma_mapaddress .map.map04 {
		background-image: url(../images/main/img_ma_map04_m.png);
	}

	.ma_mapaddress .map a {
		height: 32px;
	}

	.ma_mapaddress .map a:nth-child(1) {
		top: 73px;
		width: 188px;
	}

	.ma_mapaddress .map a:nth-child(2) {
		top: 179px;
		width: 70px;
	}

	.ma_mapaddress .map a:nth-child(3) {
		top: 213px;
		width: 128px;
	}

	.ma_mapaddress .map a:nth-child(4) {
		top: 301px;
		right: auto;
		left: 0;
		width: 70px;
	}

	.ma_mapaddress .inner_center {
		padding: 0;
	}

	.ma_mapaddress .intro {
		top: 354px;
		right: 14px;
		left: 14px;
		width: auto;
		padding: 30px 25px;
		background-image: none;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	}

	.ma_mapaddress .intro .title {
		margin-bottom: 29px;
	}

	.ma_mapaddress .intro .btn_more {
		top: 30px;
		right: 25px;
	}
}

/* 2022-02-25 kyj : 윈도우 & 레이어 팝업 */
.pop-layer {display:none; position:absolute; top:50%; left:50%; width:auto; height:auto; background-color:#333; z-index:999;}
.dim-layer {display:none; position:fixed; z-index:1000; top:0; left:0; width:100%; height:100%;}
.dim-layer .dimBg {position:absolute; top:0; left:0; width:100%; height:100%; background-color:#081023; opacity:0.4;}
.pop-layer .pop-container .pop-conts {font-size:0;}
.pop-layer .pop-container .pop-conts .cont_txt{overflow-x:hidden auto; padding:15px; background-color:#fff;}
.pop-layer .close-bottom {width:100%; height:50px; font-size:0;}
.pop-layer .close-bottom a {display:inline-block; position:relative; width:50%; padding:0 10px; text-align:center; font-weight:500; font-size:16px; line-height:50px; letter-spacing:-0.025em; color:#fff; cursor:pointer;}
.pop-layer .close-bottom a:hover,
.pop-layer .close-bottom a:focus {text-decoration:underline;}
.pop-layer .close-bottom a.btn-layerClose {background-color:#343434;}
.pop-layer .close-bottom a.close_text {background-color:#000;}
.pop_padding {padding:30px;}

@media only screen and (min-width: 768px) {
	.pop-layer {margin-left:0 !important;}
}
@media only screen and (max-width: 767px) {
    .pop-layer {top:0 !important; left:50% !important;}
}
@media (max-width: 490px) {
    .pop-layer {right:10%; left:10% !important; margin-left:0 !important;}
    .pop-layer img {width:100%;}
}
/* //2022-02-25 kyj : 윈도우 & 레이어 팝업 */
