@charset "utf-8";

/* 
 * content CSS Document
 *
 */


/* sub visual */
.area-subVisual {
	position: relative;
	padding: 170rem 0 0;
	z-index: 2;
	border-bottom: 1rem solid #e1e1e1;
}

.sub-visual__text {
	position: relative;
	background: #fff;
	padding: 0 0 60rem;
}

.area-subVisual .obj-txt {
	position: absolute;
	right: 0;
	bottom: 0rem;
	width: 24%;
	opacity: .17;
}

.area-subVisual .obj-txt img {
	width: auto;
	max-width: 100%;
}

.sub-visual__text h2 {
	font-size: 65rem;
	font-weight: 800;
	color: #222;
	line-height: 1em;
	word-break: keep-all;
}

.sub-visual__bg {
	display: none;
	position: relative;
	width: 100%;
	height: 550rem;
	overflow: hidden;
	z-index: 1;
}

.area-subVisual .sub-visual__bg i {
	position: absolute;
	opacity: 1 !important;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-size: cover;
	background-position: 50% 50%;
}

.area-subVisual[data-sublayout="company"] .sub-visual__bg i {
	background-image: url(../img/content/img_company_bg.jpg);
	background-position: 50% 100%;
}

.area-subVisual[data-sublayout="business"] .sub-visual__bg i {
	background-image: url(../img/content/img_business_bg.jpg);
}

.area-subVisual[data-sublayout="project"] .sub-visual__bg i {
	background-image: url(../img/content/img_project_bg.jpg);
}

.area-subVisual[data-sublayout="esg"] .sub-visual__bg i {
	background-image: url(../img/content/img_rnd_bg.jpg);
}

.area-subVisual[data-sublayout="inquiry"] .sub-visual__bg i {
	background-image: url(../img/content/img_rnd_bg.jpg);
}

.area-subVisual[data-sublayout="customer"] .sub-visual__bg i {
	background-image: url(../img/content/img_customer_bg.jpg);
}


/* lnb */
.lnb {
	position: relative;
	margin: 40rem auto 0;
	opacity: 1;
	z-index: 51;
}

.lnb .dept {
	display: flex;
	align-items: center;
}

.lnb .dept>li {
	position: relative;
	/*width: 220rem;*/
	width: auto;
	padding: 0 15rem;
}

.lnb .dept>li::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 3rem;
	height: 3rem;
	background: #ddd;
	border-radius: 50rem;
}

.lnb .dept>li>a {
	display: block;
	padding: 38rem 0;
	color: #333;
	font-size: 18rem;
}

.lnb .dept .home {
	display: flex;
	width: auto;
	margin-right: 15rem;
	padding: 0;
	background: url('../img/content/ic-home.svg') no-repeat center;
	background-size: contain;
	width: 18rem;
	height: 16rem;
}

.lnb .dept .home a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
}

.lnb .dept .home:after {
	display: none;
}

.lnb .dept_tit {}

.lnb .dept_tit a {
	position: relative;
	display: block;
	font-size: 18rem;
	font-weight: 400;
	color: #555;
	padding: 0 40rem 0 0;
}

.lnb .dept_tit a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 11rem;
	height: 7rem;
	margin-top: -3.5rem;
	background: url('../img/content/ic-lnb-arr.svg') no-repeat center / contain;
	transform-origin: center;
	transition: all 0.3s ease;
}

.lnb .dept_tit a.active::after {
	transform: rotate(-180deg);
}

.lnb .dept_list {
	display: none;
	position: absolute;
	top: 35rem;
	left: 10rem;
	/*left: 50%; width:calc(100% - 30rem);*/
	width: 160rem;
	padding: 20rem;
	background: var(--color-point);
	border-radius: 10rem;
	box-shadow: 10rem 10rem 20rem 0rem rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease-out;
	transition-property: opacity, top, visibility;
	/*transform: translateX(-50%);*/
	transition-delay: 0s, 0s, 0s;
	box-sizing: border-box;
}

.lnb .dept_list>* {
	transition: all 0.3s ease;
}

.lnb .dept_list:hover li a {
	opacity: 0.5;
}

.lnb .dept_list li {}

.lnb .dept_list li:hover a {
	opacity: 1;
}

.lnb .dept_list a {
	display: block;
	position: relative;
	margin: 0 0 10rem;
	font-size: 17rem;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.lnb .dept_list li:last-child a {
	margin: 0;
}

.lnb .dept_list a:hover {}

.lnb .dept_list .box {
	display: none;
}

.lnb .dept_list.active {
	display: block;
}


/* 테이블 */
#content .mob_info {
	display: none;
}

#content table.table {
	border-top: 2px solid #222;
	width: 100%;
}

#content table.table thead th {
	background: #f9f9f9;
	border-right: 1rem solid #eee;
	font-size: 16rem;
	font-weight: bold;
	color: #222;
	word-break: keep-all;
}

#content table.table thead tr:last-child th {
	border-bottom: 1rem solid #eee;
}

#content table.table thead tr th:last-child {
	border-right: 0;
}

#content table.table tbody td {
	border: 1px solid #eee;
	font-size: 16rem;
	color: #555;
	font-weight: 500;
	text-align: center;
	word-break: break-word;
	line-height: 1.2em;
}

#content table.table tbody td.left {
	text-align: left;
}

#content table.table tbody td strong {
	font-weight: 500;
}

#content table.table tbody td p {
	font-size: 15rem;
	color: #555;
	font-weight: 500;
}

#content table.table tbody td span {
	display: block;
	font-size: 14rem;
	color: #888;
	font-weight: 400;
	line-height: 1.8em;
}

/*#content table.table tbody td span:nth-of-type(1){padding:5rem 0 0; }*/
#content table.table th {
	padding: 15rem;
}

#content table.table td {
	padding: 15rem 10rem;
}

#content table.table tbody tr td:first-child,
#content table.table tbody tr th:first-child {
	border-left-width: 0px;
}

#content table.table tbody tr td:last-child {
	border-right-width: 0px;
}

table.table tr:hover td,
table.table tr:focus td {
	background-color: #f7faff;
}


#content {
	position: relative;
	min-height: 500rem;
	padding: 120rem 0;
	box-sizing: border-box;
}

.sub_title {
	text-align: center;
	margin-bottom: 55rem;
}

.sub_title>span {
	display: inline-block;
	margin-bottom: 13rem;
	font-size: 17rem;
	font-weight: 600;
	color: var(--color-point);
}

.sub_title>em {
	display: inline-block;
	margin-bottom: 20rem;
	font-size: 20rem;
	font-weight: bold;
	color: var(--color-point);
	line-height: 1em;
	word-break: keep-all;
	text-transform: uppercase;
}

.sub_title>h2 {
	font-size: 55rem;
	font-weight: 700;
	color: #222;
	line-height: 1em;
	word-break: keep-all;
	font-family: var(--font-kr);
}

.sub_title>h2 br {
	display: none;
}

.sub_title>h3 {
	font-size: 54rem;
	font-weight: 700;
	color: #222;
	line-height: 1.1em;
	word-break: keep-all;
	font-family: var(--font-kr);
}

.sub_title>h3 i {
	color: var(--color-point);
}

.sub_title>h4 {
	font-size: 40rem;
	font-weight: 700;
	color: #222;
	line-height: 1em;
	word-break: keep-all;
	font-family: var(--font-kr);
}

.sub_title>p {
	display: block;
	margin-top: 20rem;
	color: #777;
	font-size: 17rem;
	font-weight: 300;
	line-height: 1.5em;
	word-break: keep-all;
}

.company-page .sub_title>p {
	margin-top: 40rem;
	font-size: 18rem;
	font-weight: 300;
	color: #777;
	line-height: 1.7em;
	word-break: keep-all;
}

.sub_title.wt>* {
	color: #fff;
}

.sub_title.wt>p {
	opacity: 0.7;
}

/* 메인 탭과 서브 탭 내비게이션 바 */
.tab_nav {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 30rem;
	border-bottom: 2px solid #B4B4B4;
	box-sizing: border-box;
}

.tab_nav>li {
	position: relative;
	width: calc(100% / 2);
	width: -webkit-calc(100% / 2);
	text-align: center;
	cursor: pointer;
}

.tab_nav>li a {
	display: block;
	padding: 12rem;
	box-sizing: border-box;
}

.tab_nav>li:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 0;
	background: #aaa;
}

.tab_nav>li span {
	font-size: 16px;
	font-weight: 600;
	color: #c9c9cb;
}

.tab_nav>li.active span {
	color: var(--color-point);
}

.tab_nav>li.active:before {
	height: 2px;
	background: var(--color-point);
}

.tab_nav>li:last-child:after {
	display: none;
}

.sub_tab_nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10rem;
}

.sub_tab_nav>li {
	display: block;
}

.sub_tab_nav>li>a {
	display: block;
	padding: 5rem;
	font-weight: bold;
	color: #979797;
	background: #fff;
	border: 1px solid #979797;
	box-sizing: border-box;
	border-radius: 6rem;
	text-align: center;
	font-size: 12rem;
}

.sub_tab_nav>li.active a {
	border-color: var(--color-point);
	color: var(--color-point);
}

.tab_nav li.active a,
.sub_tab_nav li.active a {
	z-index: 2;
}

.tab,
.sub_tab {
	display: none;
}

.tab.active,
.sub_tab.active {
	display: block;
}


@media (max-width:1500px) {
	.area-subVisual .obj-txt {
		width: 700rem;
	}
}

@media (max-width:1200px) {
	.area_lnb nav ul {
		gap: 30rem;
	}

	.area_lnb nav ul>li>a>span {
		text-align: center;
	}
}

@media (max-width:1024px) {
	#content {
		padding: 80rem 0;
	}

	.area-subVisual {
		padding: 130rem 0 0;
	}

	.sub-visual__text {
		padding: 0 0 40rem;
	}

	.sub-visual__bg {
		height: 400rem;
	}

	.area-subVisual h2,
	.area-subVisual h3 {
		font-size: 55rem;
	}

	.sub_title {
		margin-bottom: 60rem;
	}

	.sub_title>h2 {
		font-size: 50rem;
	}

	.sub_title>h3 {
		font-size: 45rem;
	}

	.sub_title>p br {
		display: none;
	}

	.lnb {
		margin: 25rem auto 0;
	}

	.lnb .dept_tit a {
		font-size: 17rem;
	}

	.area-subVisual .obj-txt {
		width: 60%;
		bottom: -25rem;
	}

	.area-subVisual .obj-txt img {
		width: auto;
		max-width: 100%;
	}
}

@media (max-width:860px) {
	.sub_title {
		margin-bottom: 50rem;
	}

	.sub_title>h2 {
		font-size: 45rem;
	}
}

@media (max-width:768px) {
	.area-subVisual {
		padding: 100rem 0 0;
	}

	.sub-visual__text {
		padding: 0 0 30rem;
	}

	.area-subVisual h2,
	.area-subVisual h3 {
		font-size: 40rem;
	}

	.sub-visual__bg {
		height: 300rem;
	}

	.sub_title {
		margin: 0 auto;
		width: 90%;
	}

	.sub_title>em {
		font-size: 18rem;
		margin-bottom: 15rem;
	}

	.sub_title>h2,
	.sub_title>h3,
	.sub_title>h4 {
		font-size: 35rem;
	}

	.area-subVisual .obj-txt {
		width: 55%;
		bottom: -18rem;
	}


	.lnb {
		margin: 20rem auto 0;
	}

	.lnb .dept>li {
		padding: 0 10rem;
	}

	.lnb .dept .home {
		width: 16rem;
		height: 14rem;
		margin-right: 10rem;
	}

	.lnb .dept_list {
		padding: 15rem;
		border-radius: 8rem;
	}

	.lnb .dept_list a {
		margin: 0 0 7rem;
		font-size: 15rem;
	}

	#content {
		padding: 60rem 0;
		min-height: 300rem;
	}

	.sub_title {
		margin-bottom: 40rem;
	}
}

@media (max-width:620px) {
	.area-subVisual {
		padding: 75rem 0 0;
	}

	.sub-visual__text {
		padding: 0 0 20rem;
	}

	.area-subVisual h2,
	.area-subVisual h3 {
		font-size: 34rem;
	}

	.area-subVisual .obj-txt {
		width: 50%;
		bottom: -13rem;
	}

	.sub-visual__bg {
		height: 250rem;
	}

	.lnb {
		margin: 12rem 0 0;
	}

	.lnb .dept_tit a {
		font-size: 16rem;
	}

	.sub_title>em {
		font-size: 17rem;
		margin-bottom: 12rem;
	}

	.sub_title>h2,
	.sub_title>h3 {
		font-size: 30rem;
	}
}

@media (max-width:480px) {
	.area-subVisual {
		padding: 65rem 0 0;
	}

	.area-subVisual h2,
	.area-subVisual h3 {
		font-size: 25rem;
	}

	.sub-visual__text {
		padding: 0 0 15rem;
	}

	.sub-visual__bg {
		height: 160rem;
	}

	.sub_title {
		width: 90%;
		margin: 0 auto;
	}

	.sub_title>em {
		font-size: 11rem;
		margin-bottom: 5rem;
	}

	.sub_title>h2,
	.sub_title>h4 {
		font-size: 15rem;
	}

	.sub_title>h3 {
		font-size: 14rem;
	}

	.sub_title>p {
		margin-top: 10rem;
		font-size: 11rem;
		line-height: 1.4;
		text-align: justify;
	}

	.lnb {
		margin: 10rem 0 0;
	}

	.lnb .dept .home {
		width: 11rem;
		height: 10rem;
		margin-right: 5rem;
	}

	.lnb .dept>li::after {
		width: 2rem;
		height: 2rem;
		margin-top: -1rem;
	}

	.lnb .dept_tit a {
		font-size: 11rem;
	}

	.lnb .dept_tit a::after {
		width: 9rem;
		height: 5rem;
	}

	.lnb .dept_list {
		top: 20rem;
		padding: 10rem 12rem;
		border-radius: 5rem;
		width: 130rem;
	}

	.lnb .dept>li.dept01 .dept_list {
		width: 90rem;
	}

	.lnb .dept_list a {
		font-size: 10rem;
		margin: 0 0 5rem;
	}

	.area-subVisual .obj-txt img {
		display: none;
	}



	#content {
		padding: 30rem 0;
	}

	.sub_title {
		margin-bottom: 20rem;
		width: 100%;
	}

	#content table.table thead th {
		font-size: 12rem;
		padding: 10rem 6rem;
	}

	#content table.table tbody td {
		font-size: 12rem;
		padding: 10rem 6rem;
	}
}

/* 회사소개요 */
#content.company_sub01 .sub_title {
	margin-bottom: 100rem;
}

.company_sub02 .box-flex .txt {
	width: 1600rem;
}


.company-business {
	display: flex;
	white-space: nowrap;
	gap: 50rem;
}

.company-info {
	padding: 0 0 80rem;
}

.overview {
	width: 100%;
	position: relative;
	line-height: 1.78;
	margin-bottom: 120rem;
}

.overview .ov-img img {
	width: 100%;
}

.overview .ov-box {
	background: #fff;
	text-align: center;
	line-height: 27px;
}

.overview .ov-tit {
	font-size: 33px;
	line-height: 42px;
	font-weight: 400;
	padding-bottom: 40px;
	margin-top: -30px;
	letter-spacing: -1rem;
	color: #111;
}

.overview .ov-tit b {
	font-weight: 600;
}

.overview .ov-cont {
	font-size: 17rem;
	letter-spacing: -.5rem;
}

.company-page h1 {
	font-size: 30rem;
	margin-bottom: 25rem;
}

.company-page .business {
	margin-bottom: 120rem;
}

.company-page .business ul {
	display: flex;
	gap: 20rem;
}

.company-page .business ul li {
	padding: 30rem 0;
	background-color: #f6f6f6;
	width: 33%;
	display: flex;
	justify-content: space-around;
}

.company-page .business ul li .txt_wrap {}

.company-page .business ul li .txt_wrap h2 {
	font-size: 40rem;
	opacity: .3;
}

.company-page .business ul li .txt_wrap span {
	font-size: 20rem;
}

.company-page .value_wrap {}

.company-page .value_wrap .value {
	display: flex;
	justify-content: space-between;
}

.company-page .value_wrap .value .value_list_wrap {
	width: 56%;
}

.company-page .value_wrap .value .value_list_wrap ul {}

.company-page .value_wrap .value .value_list_wrap ul li {
	background-color: #f6f6f6;
	padding: 20rem;
	margin-bottom: 22rem;
}

.company-page .value_wrap .value .value_list_wrap ul li:last-child {
	margin-bottom: 0;
}






@media (max-width:1024px) {
	.business-list {
		gap: 35rem;
	}

	.business-list>li {
		width: 340rem;
	}

	.info-list>li:first-child:after,
	.info-list>li:nth-child(4):after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 80%;
		background: #eee;
		transform: translateY(-50%);
	}

	.info-list>li:last-child:before {
		display: block;
	}

	.business-list>li .txt {
		padding: 30rem;
	}

	.business-list>li .txt>h3 {
		font-size: 25rem;
	}

	.info-list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.info-list>li {
		width: calc(100% / 3);
		height: 235rem;
	}

	.company-adv__item {
		height: 440rem;
		margin: 0 15rem 0 0;
	}

	.company-adv__item.on {
		flex-basis: 350rem;
	}

	.company-adv__item.on .company-adv__txt {
		width: 90%;
	}

	.company-adv__item p {
		margin-top: 10rem;
		font-size: 16rem;
		line-height: 1.5em;
	}

	.company-adv__item p br {
		display: none;
	}

	.company-adv__item h3 {
		font-size: 28rem;
	}
}

@media (max-width:768px) {
	.company-page .sub_title>p {
		margin-top: 20rem;
		font-size: 17rem;
	}

	.company-business {
		gap: 30rem;
	}

	.business-list {
		gap: 30rem;
	}

	.business-list>li {
		width: 280rem;
		border-radius: 15rem;
	}

	.business-list>li .txt {
		padding: 20rem;
	}

	.business-list>li .txt>h3 {
		font-size: 20rem;
	}

	.company-adv {
		padding: 80rem 0;
	}

	.company-adv__cont {
		display: block;
	}

	.company-adv__item {
		margin: 0 0 15rem;
		height: 350rem;
	}

	.company-adv__item>i,
	.company-adv__item>em {
		display: none;
	}

	.company-adv__txt {
		opacity: 1;
		width: 90%;
		bottom: 30rem;
		left: 30rem;
	}

	.company-adv__item p br {
		display: block;
	}

	.company-adv__item span,
	.company-adv__txt * {
		opacity: 1;
		transform: translateX(0);
	}

	.company-adv__item strong {
		display: none;
	}

	.company-adv__item>span {
		top: 35rem;
	}
}

@media (max-width:620px) {
	.company-page .sub_title>p {
		margin-top: 15rem;
		font-size: 15rem;
	}

	.company-page .sub_title>p br {
		display: none;
	}

	.business-list {
		gap: 20rem;
	}

	.business-list>li {
		width: 220rem;
		border-radius: 10rem;
	}

	.business-list>li .txt {
		padding: 20rem 15rem;
	}

	.business-list>li .txt>h3 {
		font-size: 17rem;
	}
}

@media (max-width:480px) {
	.company-page .sub_title>p {
		margin-top: 10rem;
		font-size: 11rem;
		line-height: 1.5em;
	}

	#content.company_sub01 .sub_title {
		margin-bottom: 30rem;
	}

	.company-info {
		padding: 0 0 40rem;
	}

	.company-business {
		gap: 10rem;
	}

	.business-list {
		gap: 10rem;
	}

	.business-list>li {
		width: 150rem;
		border-radius: 7rem;
	}

	.business-list>li .txt {
		padding: 15rem 12rem;
	}

	.business-list>li .txt>h3 {
		font-size: 12rem;
	}

	.business-list>li:nth-child(odd) {
		animation: zigzag2 6s infinite ease-in-out;
	}

	.business-list>li:nth-child(even) {
		animation: zigzag-reverse2 6s infinite ease-in-out;
	}

	.info-list {
		margin-top: 40rem;
		border-top: 1px solid #eee;
	}

	.info-list>li {
		width: 100%;
		height: auto;
		gap: 10rem;
		padding: 20rem;
	}

	.info-list>li:before {
		top: unset;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		height: 1px;
	}

	.info-list>li .icon {
		width: 55rem;
		height: 25rem;
	}

	.info-list>li .icon img {
		height: 100%;
	}

	.info-list>li .txt>em {
		font-size: 12rem;
		margin-bottom: 4rem;
	}

	.info-list>li .txt>h3 {
		font-size: 14rem;
	}

	.info-list>li:first-child:after,
	.info-list>li:nth-child(4):after {
		display: none;
	}

	.company-adv {
		padding: 40rem 0;
	}

	#content.company_sub01 .company-adv .sub_title {
		margin-bottom: 20rem;
	}

	.company-adv__item {
		margin: 0 0 10rem;
		height: 210rem;
		border-radius: 7rem;
	}

	.company-adv__item>span {
		left: 15rem;
		top: 20rem;
		font-size: 11rem;
	}

	.company-adv__item h3 {
		font-size: 18rem;
	}

	.company-adv__item p {
		margin-top: 5rem;
		font-size: 12rem;
	}

	.company-adv__item p br {
		display: none;
	}

	.company-adv__txt {
		bottom: 15rem;
		left: 15rem;
	}

}


/* ceo 인사말 */
.box-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40rem;
	margin-top: 100rem;
}

.box-flex .img {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
	border-radius: 10rem;
	box-sizing: border-box;
	overflow: hidden;
}

.box-flex .img img {
	height: 100%;
	position: relative;
	width: 100%;
}


.esg_sub02 .box-flex .img img {
	width: 70%;
	height: 70%;
}



.box-flex .txt {
	position: relative;
	width: calc(100% - 650rem);
}

.box-flex .txt>h3 {
	display: block;
	font-size: 35rem;
	font-weight: 700;
	color: #222;
	line-height: 1.2em;
	word-break: keep-all;
	margin-bottom: 20rem;
}

.box-flex .txt>h3 i {
	color: var(--color-point);
}

.box-flex .txt>p {
	display: block;
	font-size: 17rem;
	font-weight: 500;
	color: #444;
	margin-bottom: 10rem;
	margin-top: 15rem;
	line-height: 1.5em;
	word-break: break-word;
	text-align: justify;
	letter-spacing: -0.5rem;
}



.box-flex .txt .ceo {
	display: flex;
	gap: 12rem;
	margin: 40rem 0 0;
}

.box-flex .txt .ceo em {
	display: inline-block;
	font-size: 17rem;
	font-weight: 500;
	color: #333;
}

.box-flex .txt .ceo h3 {
	display: block;
	position: relative;
	height: 30rem;
	color: #111;
}

.box-flex .txt .ceo h3 img {
	height: 100%;
}

.business-solar .box-flex .txt>p {
	font-weight: 600;
	color: #333;
	font-size: 19rem;
	margin-bottom: 15rem;
	margin-top: 5rem;
}

.business-solar .box-flex .txt .solar-list {}

@media (max-width:1300px) {
	.ceo-page .box-flex {
		gap: 60rem;
	}

	.box-flex .txt .symbol {
		right: -60rem;
		top: -150rem;
		width: 200rem;
	}
}

@media (max-width:1024px) {
	.ceo-page .box-flex {
		gap: 0;
		margin-top: 70rem;
	}

	.ceo-page .img {
		width: 45%;
		height: 450rem;
		margin-right: 5%;
	}

	.ceo-page .txt {
		width: 50%;
	}

	.box-flex .txt>h3 {
		font-size: 35rem;
		margin-bottom: 25rem;
	}

	.box-flex .txt>p {
		font-size: 17rem;
	}

	.box-flex .txt .ceo {
		margin: 35rem 0 0;
	}

	.box-flex .txt .symbol {
		right: -20rem;
		top: -120rem;
		width: 160rem;
	}

}

@media (max-width:768px) {
	.ceo-page .box-flex {
		display: block;
		width: 90%;
		margin: 30rem auto 0;
	}

	.ceo-page .img {
		width: 100%;
		height: 350rem;
		margin-right: 0%;
	}

	.ceo-page .img img {
		width: 100%;
		height: 100%;
		right: 0;
	}

	.ceo-page .txt {
		width: 100%;
		margin-top: 35rem;
	}

	.box-flex .txt>h3 {
		font-size: 30rem;
		margin-bottom: 20rem;
	}

	.box-flex .txt>p {
		font-size: 16rem;
		line-height: 1.7em;
	}

	.box-flex .txt .ceo {
		margin: 25rem 0 0;
	}

	.box-flex .txt .ceo h3 {
		height: 25rem;
	}

	.box-flex .txt .symbol {
		display: none;
	}
}

@media (max-width:620px) {
	.ceo-page .box-flex {
		width: 100%;
		margin: 20rem auto 0;
	}

	.ceo-page .txt {
		margin-top: 25rem;

	}

	.box-flex .txt>h3 {
		font-size: 25rem;
		margin-bottom: 12rem;
	}

	.box-flex .txt>p {
		font-size: 15rem;
	}

	.box-flex .txt .ceo {
		margin: 22rem 0 0;
	}

	.box-flex .txt .ceo em {
		font-size: 16rem;
	}
}

@media (max-width:480px) {
	.ceo-page .img {
		height: 200rem;
		border-radius: 7rem;
	}

	.ceo-page .txt {
		margin-top: 20rem;

	}

	.box-flex .txt>h3 {
		font-size: 13rem;
		margin-bottom: 0rem;
	}

	.box-flex .txt>p {
		font-size: 11rem;
		word-break: break-word;
		line-height: 1.4;
		margin-top: 8rem;
		margin-bottom: 10rem;
	}

	.box-flex .txt .ceo {
		margin: 15rem 0 0;
		gap: 6rem
	}

	.box-flex .txt .ceo em {
		font-size: 12rem;
	}

	.box-flex .txt .ceo h3 {
		height: 18rem;
		font-size: 11rem;
	}
}

/* 회사연혁 */
.history-cont {
	position: relative;
	display: flex;
}

.history-cont__left {
	width: 45%;
}

.history-img__wrap {
	position: sticky;
	left: 0;
	top: 120rem;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: -1;
}

.history-img__wrap>div {}

.history-txt {
	margin: 0 0 35rem;
}

.history-txt h3 {
	font-size: 45rem;
	font-weight: 800;
	color: #222;
	line-height: 1.1em;
	word-break: keep-all;
}

.history-txt h3 span {
	color: var(--color-point);
	font-family: var(--font-kr);
}

.history-img {
	width: 500rem;
	border-radius: 15rem;
	overflow: hidden;
}

.history-img img {
	width: 100%;
}

.history-tab {
	margin: 50rem 0 0;
}

.history-tab ul {}

.history-tab ul li {
	position: relative;
	margin: 20rem 0 0;
}

.history-tab ul li a {
	display: block;
	font-size: 25rem;
	font-weight: bolder;
	color: #aaa;
	line-height: 1em;
	word-break: keep-all;
	font-family: var(--font-kr);
}

.history-tab ul li:before {
	content: '';
	position: absolute;
	top: 10rem;
	display: inline-block;
	width: 7rem;
	height: 7rem;
	border-radius: 50rem;
	background: var(--color-point);
	opacity: 0;
	transition: all 0.3s ease;
}

.history-tab ul li.active a {
	padding-left: 20rem;
	color: var(--color-point);
}

.history-tab ul li.active:before {
	opacity: 1;
}

.history-cont__right {
	width: 55%;
	padding-left: 80rem;
	padding-bottom: 70rem;
	box-sizing: border-box;
}

.history-cont__right article {
	position: relative;
	z-index: 2;
	padding: 100rem 0 0;
}

.history-cont__right article#list_history01 {
	padding: 0;
}

.history-line {
	position: absolute;
	overflow: hidden;
	top: 20rem;
	left: 45%;
	z-index: 1;
	margin-left: 0;
	width: 3rem;
	height: 100%;
	background: #e9e9e9;
}

.history-line i {
	display: block;
	width: 100%;
	background: var(--color-point);
}

.history-list {}

.history-list dl {
	margin: 0 0 75rem;
}

.history-list dl:last-child {
	margin: 0;
}

.history-list dl dt {
	position: relative;
	display: block;
	margin: 0 0 25rem;
	font-size: 48rem;
	font-weight: bold;
	color: #222;
	line-height: 1em;
}

.history-list dl dt:before {
	content: '';
	position: absolute;
	top: 20rem;
	left: -86rem;
	width: 15rem;
	height: 15rem;
	border-radius: 50rem;
	border: 3rem solid #eee;
	box-sizing: border-box;
	background: #fff;
	z-index: 10;
	transition: all 0.3s 0.3s ease;
}

.history-list dl dt:after {
	content: '';
	position: absolute;
	top: 13rem;
	left: -93.5rem;
	width: 29rem;
	height: 29rem;
	border-radius: 50rem;
	box-sizing: border-box;
	background: var(--color-point);
	z-index: 9;
	opacity: 0;
	transition: all 0.3s 0.3s ease;
}

.history-cont__right article .history-list dl.on dt:before {
	border-color: var(--color-point);
}

.history-cont__right article .history-list dl.on dt:after {
	opacity: 1;
}

.history-list dl dd {
	display: flex;
	align-items: flex-start;
	margin: 0 0 20rem;
}

.history-list dl dd:last-child {
	margin: 0;
}

.history-list dl dd em {
	position: relative;
	top: -2rem;
	width: 45rem;
	font-size: 20rem;
	font-weight: 700;
	color: #444;
	font-family: var(--font-kr);
}

.history-list dl dd span {
	position: relative;
	top: 0rem;
	width: calc(100% - 45rem);
	font-size: 17rem;
	font-weight: 500;
	color: #444;
	line-height: 1.4em;
	word-break: keep-all;
	font-family: var(--font-kr);
	letter-spacing: -0.5rem;
}

@media (max-width:1300px) {
	.history-img {
		width: -webkit-calc(100% - 80rem);
		width: calc(100% - 80rem);
	}

	.history-cont__right {
		padding-left: 60rem;
	}

	.history-list dl dt:before {
		left: -66rem;
	}

	.history-list dl dt:after {
		left: -73.5rem;
	}
}

@media (max-width:1023px) {
	.company_sub02 .box-flex .txt {
		width: 100%;
	}

	.history-cont__left {
		width: 45%;
	}

	.history-img {
		width: 85%;
	}

	.history-cont__right {
		width: 55%;
	}

	.history-line {
		left: 45%;
	}

	.history-txt h3 {
		font-size: 38rem;
		line-height: 1.3em;
	}

	.history-list dl dt {
		margin: 0 0 20rem;
		font-size: 38rem;
	}

	.history-list dl dd {
		margin: 0 0 15rem;
	}

	.history-list dl dd em {
		top: 0;
		font-size: 18rem;
	}

	.history-list dl dd span {
		font-size: 18rem;
	}
}

@media (max-width:768px) {
	.history-cont {
		display: block;
	}

	.history-cont__left {
		position: relative;
		z-index: 3;
		width: 100%;
		text-align: center;
	}

	.history-img__wrap {
		height: auto;
	}

	.history-img {
		width: 90%;
		margin: 0 auto 20rem;
	}

	.history-img img {
		width: auto;
		max-width: 100%;
	}

	.history-tab {
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		width: 100%;
		height: 60rem;
		background: #fff;
		box-sizing: border-box;
		transition: all 0.3s ease;
	}

	.history-tab.fixed {
		position: fixed;
		border-bottom: 1px solid #eee;
	}

	.history-tab ul {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.history-tab ul>li {
		margin: 0 15rem;
	}

	.history-tab ul li:before {
		top: 9rem;
		left: 0;
		width: 5rem;
		height: 5rem;
	}

	.history-tab ul li a {
		font-size: 23rem;
	}

	.history-tab ul li.active a {
		padding-left: 15rem;
	}

	.history-cont__right {
		position: relative;
		width: 100%;
		padding-left: 30rem;
		padding-bottom: 50rem;
		margin: 20rem 0 0;
	}

	.history-cont__right article {
		padding: 45rem 0 0;
	}

	.history-line {
		top: 20rem;
		left: 0;
		width: 2rem;
	}

	.history-list dl {
		margin: 0 0 45rem;
	}

	.history-list dl dt {
		margin: 0 0 15rem;
		font-size: 35rem;
	}

	.history-list dl dt:before {
		top: 13rem;
		left: -36rem;
		width: 12rem;
		height: 12rem;
	}

	.history-list dl dt:after {
		top: 8.8rem;
		left: -39.5rem;
		width: 20rem;
		height: 20rem;
	}

	.history-list dl dd {
		margin: 0 0 10rem;
	}
}

@media (max-width:620px) {
	.history-txt h3 {
		font-size: 34rem;
	}

	.history-img {
		width: 90%;
	}

	.history-tab ul>li {
		margin: 0;
	}

	.history-tab ul li:nth-child(2) {
		margin: 0 18rem;
	}

	.history-tab ul li a {
		font-size: 22rem;
	}
}

@media (max-width:480px) {
	.history-txt {
		margin: 0 0 20rem;
	}

	.history-txt h3 {
		font-size: 18rem;
		line-height: 1.3em;
	}

	.history-img {
		margin: 0 auto 10rem;
		width: 100%;
		border-radius: 8rem;
	}

	.history-tab {
		height: 40rem;
	}

	.history-tab ul li:before {
		top: 5rem;
		width: 3rem;
		height: 3rem;
	}

	.history-tab ul li:nth-child(2) {
		margin: 0 12rem;
	}

	.history-tab ul li a {
		font-size: 14rem;
	}

	.history-tab ul li.active a {
		padding-left: 8rem;
	}

	.history-line {
		top: 15rem;
		height: 96%;
	}

	.history-cont__right {
		margin: 10rem 0 0;
		padding-left: 15rem;
		padding-bottom: 20rem;
	}

	.history-cont__right article {
		padding: 25rem 0 0;
	}

	.history-list dl {
		margin: 0 0 25rem;
	}

	.history-list dl dt {
		margin: 0 0 6rem;
		font-size: 15rem;
	}

	.history-list dl dt:before {
		top: 8rem;
		left: -18rem;
		width: 8rem;
		height: 8rem;
	}

	.history-list dl dt:after {
		top: 6rem;
		left: -20rem;
		width: 12rem;
		height: 12rem;
		border-width: 2.5rem;
	}

	.history-list dl dd {
		margin: 0 0 6rem;
	}

	.history-list dl dd em {
		top: 3rem;
		;
		width: 20rem;
		font-size: 12rem;
	}

	.history-list dl dd span {
		top: 3rem;
		width: -webkit-calc(100% - 20rem);
		width: calc(100% - 20rem);
		font-size: 11rem;
		font-weight: 500;
		letter-spacing: -0.5rem;
	}
}

/* 보유기술 */
.cont-list {}

.cont-list li {
	background-color: #f5f5f5;
	padding: 20rem 30rem;
	border-radius: 15rem;
	margin-bottom: 30rem;
	text-align: justify;
}

.cont-list li:last-child {
	margin-bottom: 0;
}

.cont-list li .subject {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	font-size: 18rem;
	font-weight: 500;
	word-break: keep-all;
}

.cont-list li .subject>i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34rem;
	height: 22rem;
	margin-right: 10rem;
	background: rgba(0, 0, 0, 0.1);
	font-size: 14rem;
	font-weight: 500;
	border-radius: 45rem;
}

.esg_sub03 .system-list {
	padding-top: 0 !important;
}

.cont-list li .subject i em {}

.cont-list em {
	color: var(--color-point);
	margin-bottom: 7rem;
}

.cont-list p {
	font-size: 17rem;
	font-weight: 400;
	margin-top: 7rem;
}

.esg_sub02 .solar-product {
	padding-top: 0 !important;
}

/* 오시는 길 */
.location-page {}

.map {
	width: 100%;
	height: 500rem;
	border-radius: 10rem;
	box-sizing: border-box;
	overflow: hidden;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.location-txt {
	margin: 60rem 0 0;
	display: flex;
	justify-content: space-between;
	gap: 50rem;
}

.location-txt .addr {
	width: calc(100% - 650rem);
}

.location-txt .addr em {
	display: inline-block;
	margin-bottom: 14rem;
	font-size: 17rem;
	font-weight: 700;
	color: var(--color-point);
	line-height: 1em;
	text-transform: uppercase;
}

.location-txt .addr h3 {
	display: block;
	font-size: 40rem;
	font-weight: 700;
	color: #222;
	line-height: 1.2em;
	word-break: keep-all;
}

.location-txt .addr .btn-wrap {
	margin-top: 50rem;
}

.location-info__list {
	display: block;
	width: 600rem;
}

.location-info__list>li {
	display: flex;
	align-items: center;
	padding: 10rem 30rem;
	margin-bottom: 10rem;
	width: 100%;
	height: 80rem;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	border-radius: 10rem;
}

.location-info__list>li:last-child {
	margin: 0;
}

.location-info__list>li>em {
	display: inline-block;
	width: 75rem;
	font-size: 18rem;
	font-weight: 700;
	color: var(--color-point);
}

.location-info__list>li>span {
	display: inline-block;
	width: calc(100% - 75rem);
	font-size: 18rem;
	font-weight: 400;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

@media (max-width:1300px) {
	.location-txt .addr {
		width: calc(100% - 600rem);
	}

	.location-txt .addr h3 {
		font-size: 35rem;
	}

	.location-info__list {
		width: 500rem;
	}
}

@media (max-width:768px) {
	.map {
		height: 400rem;
	}

	.location-txt {
		display: block;
		margin: 30rem 0 0;
	}

	.location-txt .addr {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.location-txt .addr .txt {
		width: calc(100% - 300rem);
	}

	.location-txt .addr em {
		font-size: 15rem;
		margin-bottom: 10rem;
	}

	.location-txt .addr h3 {
		font-size: 30rem;
	}

	.location-txt .addr .btn-wrap {
		margin-top: 20rem;
	}

	.location-info__list {
		margin: 30rem 0 0;
		width: 100%;
	}

	.location-info__list>li {
		height: 70rem;
		padding: 10rem 20rem;
	}
}

@media (max-width:620px) {
	.map {
		height: 300rem;
	}

	.location-txt .addr em {
		font-size: 14rem;
	}

	.location-txt .addr h3 {
		font-size: 24rem;
	}

	.location-txt .addr .btn-wrap {
		margin-top: 15rem;
	}

	.location-info__list {
		margin: 20rem 0 0;
	}

	.location-info__list>li {
		height: 60rem;
		padding: 10rem 15rem;
		margin-bottom: 7rem;
		border-radius: 7rem;
	}

	.location-info__list>li>em,
	.location-info__list>li>span {
		font-size: 16rem;
	}
}

@media (max-width:480px) {
	.map {
		height: 180rem;
	}

	.location-txt {
		margin: 15rem 0 0;
	}

	.location-txt .addr .txt {
		width: calc(100% - 130rem);
	}

	.location-txt .addr em {
		font-size: 11rem;
		margin-bottom: 6rem;
	}

	.location-txt .addr h3 {
		font-size: 15rem;
	}

	.location-txt .addr .btn-wrap {
		margin-top: 10rem;
	}

	.location-info__list {
		margin: 15rem 0 0;
	}

	.location-info__list>li {
		height: 45rem;
		padding: 10rem 12rem;
		margin-bottom: 5rem;
		border-radius: 5rem;
	}

	.location-info__list>li>em {
		width: 45rem;
	}

	.location-info__list>li>em,
	.location-info__list>li>span {
		font-size: 11rem;
	}
}


/* 키오스크 */
.business-page .sub_title {
	margin-bottom: 40rem;
}

.business-intro {
	padding-bottom: 100rem;
}

.business_sub01 .business-intro .inr {
	width: 1350rem;
}

.business-intro .box-flex {
	margin-top: 80rem;
}

.business-intro .box-flex .txt>h3 {
	margin-bottom: 15rem;
}

.business-intro .img {
	height: 370rem;
}

.business-intro .img img {
	right: 0;
}

.business-merit {}

.business-merit {
	position: relative;
	padding: 100rem 0;
	box-sizing: border-box;
	background: url(../img/content/bg-merit.jpg)no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.business-merit:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.merit-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40rem;
}

.merit-list>li {
	display: flex;
	gap: 20rem;
	padding: 30rem 30rem;
	background: #fff;
	border-radius: 12rem;
	box-sizing: border-box;
	text-align: left;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.merit-list>li .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90rem;
	height: 90rem;
	background: #eef4f9;
	border-radius: 50rem;
}

.merit-list>li .icon img {
	height: 45rem;
}

.merit-list>li .txt {
	width: calc(100% - 110rem);
}

.merit-list>li .txt .subject {
	display: flex;
	align-items: center;
	gap: 7rem;
	margin-bottom: 10rem;
}

.merit-list>li .txt .subject i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30rem;
	height: 22rem;
	border-radius: 50rem;
	background: var(--color-point);
	font-size: 14rem;
	font-weight: bold;
	color: #fff;
}

.merit-list>li .txt .subject h3 {
	display: block;
	font-size: 21rem;
	font-weight: 700;
	color: #222;
	line-height: 1em;
	word-break: keep-all;
}

.merit-list>li .txt p {
	font-size: 17rem;
	font-weight: 400;
	color: #777;
	line-height: 1.5em;
	word-break: keep-all;
}

.box-faq {
	padding: 100rem 0 0;
}

.box-faq ul.faq_list_board {
	color: #363636;
	width: 100%;
	margin: 0 auto;
	border-top: 2rem solid #222;
}

ul.faq_list_board>li {
	position: relative;
	border-bottom: 1rem solid #eee;
	box-sizing: border-box;
}

ul.faq_list_board>li .td_chk {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	cursor: pointer;
}

ul.faq_list_board p.q {
	display: block;
	padding: 28rem 20rem;
	position: relative;
	font-weight: 500;
	color: #222;
	font-size: 20rem;
	cursor: pointer;
	word-break: keep-all;
}

ul.faq_list_board p.q:after {
	position: absolute;
	top: 50%;
	right: 20rem;
	width: 38rem;
	height: 38rem;
	content: "";
	font-size: 23rem;
	line-height: 34rem;
	background: #fff url(../img/content/ic-plus.svg) no-repeat center;
	background-size: 16rem auto;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	opacity: 0.2;
}

ul.faq_list_board p.q.on:after {
	background: #fff url(../img/content/ic-minus.svg) no-repeat center;
	background-size: 16rem auto;
}

ul.faq_list_board p.q a {
	font-size: 16rem;
	height: 30rem;
	line-height: 27rem;
	margin-right: 5rem;
}

ul.faq_list_board p.q.on {
	border-bottom: 1rem solid #eee;
}

ul.faq_list_board p.q.on:after {
	transform: translateY(-50%) rotate(-180deg);
	transition: transform 120ms ease-in-out;
}

ul.faq_list_board p.q.on {
	background: #fff;
}

ul.faq_list_board span.qt {
	color: #0d51a0;
	display: block;
	float: left;
	width: 40rem;
	text-align: center;
	margin-left: -40rem;
}

ul.faq_list_board div.answer {
	background: #f9f9f9;
	padding: 20rem;
	display: none;
}

ul.faq_list_board div.answer img {
	max-width: 100%;
	margin: 0;
}

ul.faq_list_board div.answer .desc {
	font-size: 17rem;
	font-weight: 400;
	color: #555;
	line-height: 1.7em;
	word-break: keep-all;
}

.spec_tit {
	font-size: 20rem;
	color: var(--color-point);
	600;
	margin: 20rem 0 15rem;
	border-bottom: 2rem solid #e3e3e3;
	padding-bottom: 15rem;
}

.spec_list {}

.spec_list li {
	line-height: 1.7;
}

.spec_list li b {
	width: 175rem;
	float: left;
	display: block;
	font-weight: 600;
	color: #1a1a1a;
	font-size: 14rem;
}

.spec_list li span {
	float: left;
	font-size: 14rem;
	display: block;
	width: calc(100% - 175rem);
	padding-left: 15rem;
	box-sizing: border-box;
	color: #1a1a1a;
}

.spec_list li b::after {
	float: right;
	content: '';
	display: block;
	width: 2rem;
	height: 12rem;
	background-color: #dadada;
	margin-top: 6rem;
}




@media all and (max-width:1200px) {
	ul.faq_list_board {
		width: 100%;
	}
}

@media all and (max-width:1024px) {
	.business-intro .inr {
		width: 100%;
	}

	.business-intro .box-flex {
		gap: 0;
		margin-top: 70rem;
	}

	.business-intro .img {
		width: 45%;
		height: 300rem;
		margin-right: 5%;
	}

	.business-intro .box-flex .txt {
		width: 50%;
	}

	.business-intro .txt>h3 {
		margin-bottom: 10rem;
	}

	.merit-list {
		gap: 30rem;
	}

	.merit-list>li {
		padding: 25rem;
	}

	.merit-list>li .icon {
		width: 80rem;
		height: 80rem;
	}

	.merit-list>li .icon img {
		height: 40rem;
	}

	.merit-list>li .txt {
		width: calc(100% - 100rem);
	}

	.merit-list>li .txt p {
		font-size: 16rem;
	}

	ul.faq_list_board p.q {
		font-size: 18rem;
	}

	ul.faq_list_board p.q:after {
		width: 30rem;
		height: 30rem;
	}
}

@media all and (max-width:768px) {
	.business-intro {
		padding-bottom: 60rem;
	}

	.business-intro .box-flex {
		display: block;
		width: 90%;
		margin: 30rem auto 0;
	}

	.business-intro .img {
		width: 100%;
		height: 350rem;
		margin-right: 0%;
	}

	.business-intro .img img {
		width: 100%;
		height: 100%;
	}

	.business-intro .box-flex .txt {
		width: 100%;
		margin-top: 35rem;
	}

	.business-merit {
		padding: 60rem 0;
	}

	.merit-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20rem;
		border-radius: 10rem;
	}

	.box-faq {
		padding: 60rem 0 0;
	}

	ul.faq_list_board p.q {
		padding: 20rem 15rem;
		font-size: 17rem;
	}

	ul.faq_list_board p.q:after {
		width: 25rem;
		height: 25rem;
		right: 10rem;
	}

	ul.faq_list_board div.answer {
		padding: 15rem;
	}

	ul.faq_list_board div.answer .desc {
		font-size: 16rem;
	}
}

@media all and (max-width:620px) {
	.business-intro .box-flex {
		width: 100%;
		margin: 20rem auto 0;
	}

	.business-intro .box-flex .txt {
		margin-top: 25rem;
	}

	.business-intro .box-flex .txt>h3 {
		font-size: 25rem;
		margin-bottom: 10rem;
	}

	.business-merit {
		background-position: 0% center;
		background-attachment: inherit;
	}

	.merit-list {
		gap: 10rem;
	}

	.merit-list>li {
		gap: 15rem;
		padding: 20rem;
		border-radius: 10rem;
	}

	.merit-list>li .icon {
		width: 70rem;
		height: 70rem;
	}

	.merit-list>li .icon img {
		height: 34rem;
	}

	.merit-list>li .txt {
		width: calc(100% - 85rem);
	}

	.merit-list>li .txt .subject {
		margin-bottom: 6rem;
	}


}

@media all and (max-width:480px) {
	.business-intro {
		padding-bottom: 30rem;
	}

	.business-intro .img {
		height: 200rem;
		border-radius: 7rem;
	}

	.business-intro .box-flex .txt {
		margin-top: 15rem;
	}

	.business-intro .box-flex .txt>h3 {
		font-size: 14rem;
		margin-bottom: 5rem;
		text-align: center;
	}

	.business-merit {
		padding: 40rem 0;
	}

	.merit-list {
		gap: 10rem;
	}

	.merit-list>li {
		flex-direction: column;
		align-items: center;
		gap: 10rem;
		padding: 16rem;
		border-radius: 5rem;
	}

	.merit-list>li .icon {
		width: 50rem;
		height: 50rem;
	}

	.merit-list>li .icon img {
		height: 25rem;
	}

	.merit-list>li .txt {
		width: 100%;
		text-align: center;
	}

	.merit-list>li .txt .subject {
		justify-content: center;
		flex-direction: column;
		margin-bottom: 6rem;
		gap: 6rem;
	}

	.merit-list>li .txt .subject i {
		width: 25rem;
		height: 16rem;
		font-size: 11rem;
	}

	.merit-list>li .txt .subject h3 {
		font-size: 15rem;
	}

	.merit-list>li .txt p {
		font-size: 12rem;
		line-height: 1.4;
	}



	#container .esg-page .box-faq {
		padding: 30rem 0 0 !important;
	}

	ul.faq_list_board p.q {
		padding: 13rem 30rem 13rem 5rem;
		font-size: 11rem;
	}

	ul.faq_list_board p.q:after {
		right: 0;
		width: 18rem;
		height: 18rem;
		background-size: 8rem auto;
	}

	ul.faq_list_board p.q.on:after {
		background-size: 10rem auto;
	}

	ul.faq_list_board div.answer {
		padding: 10rem;
	}

	ul.faq_list_board div.answer .desc {
		font-size: 11rem;
		line-height: 1.3em;
		text-align: justify;
		letter-spacing: -0.06em;
	}
}

/*웹/모바일*/
.business-advantage {
	padding: 100rem 0 0;
}

.merit_box>div.item {
	border: 1px solid #b8b8b8;
	border-radius: 40px;
	background-color: #fff;
	padding: 55px 55px 55px 235px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.merit_box>div.item h4 {
	margin-bottom: 20px;
	font-size: 20rem;
	font-weight: 600;
}

.merit_box>div.item b {
	font-weight: 700;
}



.merit_box>div.item i {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 60px;
	top: 40px;
	background: #f4f7fa;
	border-radius: 30px;
}

.merit_box>div.item i::after {
	background-image: url("../img/content/advantage_icon.png");
	display: block;
	content: '';
	margin: 27px auto 0;
}

.merit_box>div.item i.ico_01::after {
	width: 50px;
	height: 64px;
	background-position: 0px -3px;
}

.merit_box>div.item i.ico_02::after {
	width: 70px;
	height: 68px;
	background-position: -127px 0px;
}

.merit_box>div.item i.ico_03::after {
	width: 70px;
	height: 66px;
	background-position: -267px -2px;
}

.merit_box>div.item .basic {
	line-height: 1.5;
}

.merit_box .img_box {
	margin-top: 100px;
}

.merit_box .img_box ul {
	display: flex;
	justify-content: space-between;
}

.merit_box .img_box ul>li {
	text-align: center;
	width: min-content;
}

.merit_box>div.item:last-child {
	margin-bottom: 0;
}

.merit_box .img_box ul>li>span.name {
	display: inline-block;
	margin-top: 24px;
	background-color: #1a1a1a;
	color: #fff;
	padding: 12px 20px;
	border-radius: 50px;
}

.tx_orange {
	color: var(--color-point);
}


.business-re100 {
	padding: 100rem 0;
}

.business-tech {
	background: url(../img/content/bg-tech.jpg) no-repeat center;
	background-size: cover;
}

.business-tech .merit-list>li {
	height: 230rem;
}

.business-tech .merit-list>li:nth-child(3) .icon img {
	height: 35rem;
}

.box-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20rem 30rem;
}

[data-grid="1"] {
	grid-template-columns: repeat(1, 1fr);
	gap: 20rem;
}

[data-grid="2"] {
	grid-template-columns: repeat(2, 1fr);
	gap: 30rem;
}

[data-grid="6"] {
	grid-template-columns: repeat(6, 1fr);
	gap: 30rem;
}

.box-list>div {
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 7rem;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.box-list>div .subject {
	display: flex;
	gap: 8rem;
	align-items: center;
	justify-content: center;
	padding: 14rem 25rem;
	box-sizing: border-box;
	font-size: 20rem;
	font-weight: 600;
	color: #fff;
	background: var(--color-point);
	word-break: keep-all;
	line-height: 1.5em;
}

.box-list>div .subject>i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34rem;
	height: 22rem;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14rem;
	font-weight: 500;
	border-radius: 45rem;
}

.box-list>div .cont {
	display: block;
	padding: 25rem 35rem;
	box-sizing: border-box;
}

.box-list>div .cont .cont-tit {
	display: block;
	margin-bottom: 10rem;
	font-size: 18rem;
	font-weight: 500;
	color: #333;
	line-height: 1.5em;
	word-break: keep-all;
}

.box-list>div .cont p {
	font-size: 17rem;
	color: #666;
	line-height: 1.3em;
	word-break: break-all;
	text-align: justify;
}

.box-list[data-grid="2"]>div {
	margin: 0;
}

.box-list[data-grid="2"]>div .subject {
	padding: 14rem 20rem;
}

.box-list[data-grid="2"]>div .cont {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 20rem 30rem;
	height: 160rem;
	text-align: left;
}

.box-list[data-grid="2"]>div .contt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 20rem 30rem;
	height: 260rem;
	text-align: left;
}

.box-list[data-grid="2"]>div .cont [data-list="dot"] {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.box-list[data-grid="2"]>div .cont [data-list="dot"]>* {
	margin-bottom: 2rem;
	font-size: 17rem;
	font-weight: 300;
}

.box-list[data-grid="2"]>div .cont [data-list="dot"]>* b {
	font-weight: 600;
}

.box-list.v2>div {
	background: transparent;
	border: none;
	border-radius: 0;
}

.box-list.v2>div .subject {
	display: flex;
	gap: 8rem;
	align-items: center;
	padding: 0;
	background: transparent;
	color: #222;
	margin-bottom: 10rem;
	font-size: 20rem;
}

.box-list.v2>div .subject i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34rem;
	height: 22rem;
	background: var(--color-point);
	color: #fff;
	font-size: 14rem;
	font-weight: 500;
	border-radius: 45rem;
}

.box-list.v2>div .cont {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10rem;
}

[data-list]>* {
	position: relative;
	margin-bottom: 5rem;
}

[data-list]>*::before {
	content: "";
	position: absolute;
	left: 0;
	background-color: #999;
}

[data-list]>*:last-child {
	margin: 0;
}

[data-list="dot"]>* {
	padding-left: 10rem;
	font-size: 16rem;
	color: #333;
	line-height: 1.5em;
	word-break: keep-all;
}

[data-list="dot"]>*::before {
	top: 10rem;
	width: 3rem;
	height: 3rem;
	border-radius: 10rem;
}

.business-consulting {
	padding: 100rem 0 0;
}

.step-list>li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	justify-content: center;
	padding: 10rem;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	border-radius: 10rem;
	background: #fff;
	text-align: center;
}

.step-list>li:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -25rem;
	width: 15rem;
	height: 15rem;
	margin-top: -12.5rem;
	background: url(../img/content/ic-step-arr.svg)no-repeat center;
	background-size: contain;
	opacity: 0.2;
}

.step-list>li:last-child:before {
	display: none;
}

.step-list>li i {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	background: var(--color-point);
	font-size: 15rem;
	color: #fff;
	border-radius: 10rem 0 10rem 0;
	width: 38rem;
	height: 38rem;
	font-weight: 600;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
}

.step-list>li .icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60rem;
	height: 60rem;
}

.step-list>li:nth-child(4) .icon {
	width: 75rem;
	height: 75rem;
}

.step-list>li .icon img {
	max-width: 100%;
	height: 100%;
}

.step-list>li:nth-child(6) .icon img {
	height: 90%;
}

.step-list>li .txt {
	margin-top: 20rem;
}

.step-list>li .txt>h3 {
	color: #222;
	font-size: 20rem;
}

.step-list>li ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 8rem;
}

.step-list>li ul>li {
	font-size: 16rem;
	margin-bottom: 0;
	padding-left: 7rem;
}

.step-list>li ul[data-list="dot"]>*::before {
	width: 2rem;
	height: 2rem;
}

@media all and (max-width:1300px) {
	[data-grid="6"] {
		grid-template-columns: repeat(3, 1fr);
	}

	.step-list>li:nth-child(3):before {
		display: none;
	}
}

@media all and (max-width:768px) {
	.business-page .sub_title {
		margin-bottom: 30rem;
	}

	[data-grid="2"] {
		grid-template-columns: repeat(1, 1fr);
		gap: 20rem;
	}

	.business-re100 {
		padding: 60rem 0;
	}

	.box-list>div {
		margin-bottom: 15rem;
	}

	.box-list>div .subject {
		font-size: 18rem;
		padding: 10rem 15rem;
		font-weight: 500;
	}

	.box-list>div .cont {
		padding: 15rem;
	}

	[data-list="dot"]>* {
		font-size: 16rem;
		margin-bottom: 5rem;
	}

	.business-tech .merit-list>li {
		height: 180rem;
	}
}

@media all and (max-width:620px) {
	[data-grid="2"] {
		gap: 15rem;
	}

	.business-tech .merit-list>li:nth-child(3) .icon img {
		height: 25rem;
	}
}

@media all and (max-width:480px) {
	.business-page .sub_title {
		margin-bottom: 20rem;
	}

	[data-grid="2"] {
		gap: 10rem;
	}

	.business-tech .merit-list>li {
		height: auto;
	}

	.business-tech .merit-list>li:nth-child(3) .icon img {
		height: 20rem;
	}

	.business-re100 {
		padding: 40rem 0;
	}

	.box-list>div {
		margin-bottom: 10rem;
		border-radius: 5rem;
	}

	.box-list>div .subject {
		padding: 7rem 12rem;
		font-size: 11rem;
		line-height: 1.4;
	}

	.box-list>div .cont {
		padding: 10rem;
	}

	[data-list="dot"]>* {
		padding-left: 6rem;
		margin-bottom: 3rem;
		text-align: justify;
	}

	[data-list="dot"]>*,
	.box-list>div .cont p {
		font-size: 11rem;
		line-height: 1.4em;
	}

	[data-list="dot"]>*::before {
		top: 8rem;
		width: 2px;
		height: 2px;
	}

	.business-consulting {
		padding: 40rem 0 0;
	}

	[data-grid="6"] {
		grid-template-columns: repeat(2, 1fr);
		gap: 20rem;
	}

	.esg-quality .step-list>li {
		border-radius: 5rem;
		height: auto;
		padding: 20rem !important;
	}

	.step-list>li:before {
		width: 12rem;
		height: 12rem;
		margin-top: -6rem;
		right: -18rem;
	}

	.step-list>li i {
		width: 24rem;
		height: 24rem;
		font-size: 11rem;
		border-radius: 5rem 0 5rem 0;
	}

	.step-list>li .icon {
		width: 40rem;
		height: 40rem;
	}

	.step-list>li:nth-child(3):before {
		display: block;
	}

	.step-list>li:nth-child(2n):before {
		display: none;
	}

	.step-list>li:nth-child(4) .icon {
		width: 55rem;
		height: 40rem;
	}

	.step-list>li .txt {
		margin-top: 10rem;
	}

	.step-list>li .txt>h3 {
		font-size: 11rem;
	}

	.step-list>li ul {
		margin-top: 5rem;
	}

	.step-list>li ul>li {
		font-size: 12rem;
	}
}


.product-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60rem 40rem;
}

.product-wrap .box-flex {
	margin-top: 30rem;
}

.product-wrap .txt .spec_list p {
	font-weight: 700;
	display: inline-block;
}

.business-rps,
.business-table {
	position: relative;
	padding: 100rem 0;
}

.area-table {
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 10rem;
	overflow: hidden;
}

.area-table ul {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
}

.area-table ul>li {
	text-align: center;
	padding: 25rem 20rem;
	font-size: 17rem;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.area-table ul>li:last-child {
	border-right: none;
}

.area-table ul.thead {
	background: #eaeff3;
}

.area-table ul.thead>li {
	font-weight: 600;
	color: #222;
	border-right: 1px solid #dfe5e9;
}

.area-table ul.thead>li:last-child {
	border-right: none;
}

.box-img {
	width: 740rem;
	margin: 0 auto;
}

.box-img img {
	width: 100%;
}

.box-txt {
	display: block;
	margin: 40rem auto 0;
	width: 500rem;
	background: #fff;
	padding: 20rem;
	border-radius: 10rem;
	font-size: 20rem;
	font-weight: bold;
	color: #222;
	text-align: center;
}

.box-txt .txt-color01 {
	color: var(--color-point02);
}

.box-txt .txt-color02 {
	color: var(--color-point);
}

.business-page .business-merit {
	background: url(../img/content/bg-rps.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.business-page .business-merit:before {
	background: #00000080;
}

.business-solar {
	padding: 100rem 0 0;
}

.business-solar .box-flex {
	margin: 0;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20rem;
	display: flex;
	width: 48.5%;
	justify-content: flex-start;
}

.business-solar .box-flex .txt {
	width: 100%;
}

.business-merit__info {
	padding: 100rem 0
}

.esg-quality {
	padding: 100rem 0 0;
}

.esg-quality .step-list>li .txt>h3 {
	margin-bottom: 10rem;
}

.esg-quality .step-list>li .txt>p {
	margin-bottom: 5rem;
}

.esg-quality .step-list>li:before {
	display: none;
}


.process-list>li {
	border: none;
	margin: 0 0 20rem;
}

ul.faq_list_board.process-list>li {
	border: none;
}

ul.faq_list_board.process-list p.q {
	color: #fff !important;
	background: #194068;
	border-radius: 10rem;
	padding: 20rem;
}

ul.faq_list_board.process-list p.q>i {
	position: relative;
	top: -2px;
	display: inline-block;
	padding: 4rem 10rem;
	margin-right: 8rem;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50rem;
	font-size: 13rem;
	font-weight: 400;
}

ul.faq_list_board.process-list p.q.on {}

ul.faq_list_board.process-list div.answer {
	background: transparent;
	border-bottom: none;
	padding: 30rem 0 10rem;
}

ul.faq_list_board.process-list p.q:after {
	width: 32rem;
	height: 32rem;
	opacitY: 1;
}

.process-item {
	margin-bottom: 60rem;
}

.process-item .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10rem;
}

.process-item .title>i {
	display: inline-block;
	padding: 3rem 12rem;
	font-size: 14rem;
	font-weight: 700;
	border: 2px solid var(--color-point);
	color: var(--color-point);
	border-radius: 50rem;
}

.process-item .title>h3 {
	display: block;
	font-size: 25rem;
	color: #333;
}

.process-item .step-list>li {
	height: auto;
	padding: 25rem;
	min-height: 170rem;
}

.process-item .step-list>li .txt {
	margin: 0;
	width: 100%;
}

.process-item .step-list>li .txt>h3 {
	word-break: keep-all;
	font-size: 21rem;
}

.process-item .step-list>li .txt>em {
	display: inline-block;
	margin-top: 6rem;
	font-size: 16rem;
	font-weight: 400;
	color: #777;
}

.data-list__wrap {
	margin-top: 15rem;
	padding: 20rem;
	background: #f9f9f9;
	border: 1px dashed #eee;
	box-sizing: border-box;
	border-radius: 8rem;
}

.data-list__wrap>h4 {
	color: var(--color-point);
}

.data-list__wrap .step-list>li ul>li {
	font-size: 15rem;
}

.step-list[data-grid="3"]>li:before {
	right: -40rem;
}

.bg-gray {
	background: #f9f9f9;
}

.bg-blue {
	background: #f4f7fa;
}




.rnd-sec02 {
	text-align: center;
	margin: 80rem 0 0;
}

.rnd-sec02 .sec-tit {
	margin-bottom: 40rem;
}

.rnd-info {
	position: relative;
	padding: 120rem 0;
	background: url(../img/content/bg-rnd.jpg)no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.rnd-info .inr {
	z-index: 2;
}

.rnd-info .video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

/*.rnd-info:before{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.25); z-index:1;}*/
.rnd-info .video video {
	position: relative;
	top: -40%;
	height: 220%;
}

.rnd-info .inr {
	display: flex;
}

.rnd-info .inr>div {
	text-align: left;
}

.rnd-info .inr>div>h3 {
	display: flex;
	font-size: 35rem;
	font-weight: bold;
	color: #fff;
	font-family: var(--font-kr);
	margin-bottom: 80rem;
}

.rnd-info .inr .left {
	width: 40%;
}

.rnd-info .inr .left .rnd-info__list {
	grid-template-columns: repeat(2, 1fr);
}

.rnd-info .inr .right {
	width: 60%;
}

.rnd-info .inr .right .rnd-info__list {
	grid-template-columns: repeat(3, 1fr);
}

.rnd-info__list {
	display: grid;
}

.rnd-info__list>li {
	text-align: center;
}

.rnd-info__list .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85rem;
}

.rnd-info__list .icon img {
	height: 85rem;
}

.rnd-info .inr .left .rnd-info__list li:nth-child(2) .icon img {
	height: 75rem;
}

.rnd-info .inr .right .rnd-info__list li:nth-child(1) .icon img {
	height: 77rem;
}

.rnd-info .inr .right .rnd-info__list li:nth-child(3) .icon img {
	height: 65rem;
}

.rnd-info__list .txt {
	margin: 20rem 0 0;
	text-align: center;
}

.rnd-info__list .txt>em {
	display: inline-block;
	margin-bottom: 5rem;
	font-size: 18rem;
	font-weight: 500;
	line-height: 1em;
	color: #fff;
	font-family: var(--font-kr);
}

.rnd-info__list .txt>h3 {
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: 20rem;
	font-weight: 600;
	font-family: var(--font-kr);
	color: #fff;
}

.rnd-info__list .txt>h3 .counter {
	display: inline-block;
	position: relative;
	top: 2rem;
	font-size: 38rem;
	font-weight: 700;
	margin: 0px 2
}


.esg-page>div:not(.sub_title) {
	padding: 100rem 0;
}

.esg-page .esg-intro {
	padding-top: 0 !important;
}

.esg-page .esg-intro .img {
	border-radius: 20rem;
	overflow: hidden;
}

.esg-page .esg-intro .img img {
	width: 100%;
	height: 100%;
}

.esg-page .esg-intro .txt {
	margin-top: 40rem;
	padding: 0 60rem;
	text-align: center;
	box-sizing: border-box;
}

.esg-page .esg-intro .txt h3 {
	display: block;
	margin-bottom: 15rem;
	font-size: 30rem;
	font-weight: 700;
	color: #222;
	line-height: 1.4em;
	word-break: keep-all;
}

.esg-page .esg-intro .txt p {
	display: block;
	font-size: 18rem;
	font-weight: 400;
	color: #777;
	line-height: 1.5em;
	word-break: break-word;
	word-break: keep-all;
}

.esg-page .esg-intro .txt p.last {
	margin-top: 15rem;
}

.esg-management .img {
	margin-top: 30rem;
	width: 100%;
}

.esg-management .img img {
	width: 100%;
}

.esg-management .img img.m {
	display: none;
}

.esg-ethic .step-list {
	gap: 40rem;
}

.esg-ethic .step-list>li {
	height: 280rem;
}

.esg-ethic .step-list>li .icon {}

.esg-ethic .step-list>li .txt p {
	display: block;
	margin-top: 10rem;
	font-size: 17rem;
	font-weight: 400;
	color: #777;
	line-height: 1.5em;
	word-break: keep-all;
}

.esg-quality .step-list>li .txt p {
	display: block;
	margin-top: 5rem;
	font-size: 17rem;
	font-weight: 400;
	color: #777;
	line-height: 1.5em;
	word-break: keep-all;
}

.step-list.line>li,
.merit-list.line>li {
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 20rem 20rem;
	border-radius: 15rem;
}

.merit-list.line>li {
	height: 180rem;
}

.esg-page .esg-safety {
	padding-bottom: 0 !important;
}

.esg-safety .merit-list>li:nth-child(1) .icon img {
	height: 40rem;
}

.esg-safety .merit-list>li:nth-child(3) .icon img {
	width: 45rem;
	height: auto;
}



.point-list {
	display: flex;
	margin: 50rem;
}

.point-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30rem;
}

.point-list li {
	padding: 20rem;
	background-color: #f4eeea;
	border-radius: 10rem;
	width: 48%;
}

.point-list li p {
	padding-left: 20rem;
	position: relative;
}

.point-list li p::before {
	content: '';
	width: 7rem;
	height: 7rem;
	position: absolute;
	top: 6rem;
	left: 0;
	border-radius: 400rem;
	background-color: var(--color-point);
}

.point-img-wrap {
	display: flex;
	gap: 30rem;
}

.point-img-wrap div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	gap: 10rem;
}

.point-img-wrap div h4 {
	font-size: 18rem;
}

.point-img-wrap div img {
	width: 100%;
	border-radius: 20rem;
}

.solar-guide .box-flex {
	margin-top: 0;
}

.system-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30rem;
}

.system-list ul li {
	width: 31%;
	text-align: center;
}

.system-list ul li h3 {
	background-color: var(--color-point);
	font-size: 17rem;
	font-weight: 400;
	border-radius: 100rem;
	padding: 10rem 20rem;
	;
	display: inline-block;
	color: #fff;
	margin: 15rem;
}

.system-list ul img {
	border-radius: 15rem;
	width: 100%;
}

.system-sec07 {
	position: relative;
	padding: 100rem 0;
	box-sizing: border-box;
}

.box-slide {
	position: relative;
	width: 750rem;
	height: 625rem;
	margin: 80rem auto 0;
}

.box-slide .frame {
	position: absolute;
	top: -27rem;
	width: 100%;
	z-index: 1;
}

.box-slide .frame img {
	width: 100%;
}

.box-slide .system-slide {
	margin: 0 auto;
	width: 696rem;
	overflow: hidden;
}

.box-slide .system-slide img {
	width: 100%;
}

.box-slide .swiper-button-next,
.box-slide .swiper-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	top: 35%;
	margin-top: 0;
	width: 60rem;
	height: 60rem;
	border-radius: 50rem;
	background: #f3f3f3;
}

.box-slide .swiper-button-next {
	right: -110rem;
}

.box-slide .swiper-button-prev {
	left: -110rem;
}

.box-slide .swiper-button-next:hover,
.box-slide .swiper-button-prev:hover {
	background: var(--color-point);
}

.box-slide .swiper-button-next:after {
	content: '';
	display: inline-block;
	width: 30rem;
	height: 20rem;
	background: url(../img/content/ic-slide-arr.svg)no-repeat center;
	background-size: contain;
	opacity: 0.2;
}

.box-slide .swiper-button-prev:after {
	content: '';
	display: inline-block;
	width: 30rem;
	height: 20rem;
	background: url(../img/content/ic-slide-arr.svg)no-repeat center;
	background-size: contain;
	opacity: 0.2;
	transform: rotate(-180deg);
}

.box-slide .swiper-button-next:hover:after,
.box-slide .swiper-button-prev:hover:after {
	background: url(../img/content/ic-slide-arr-wt.svg)no-repeat center;
	background-size: contain;
	opacity: 0.8;
}

.box-slide .swiper-pagination {
	display: none;
	bottom: -30rem;
}

.box-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3rem;
}

.box-slide .swiper-pagination-bullet-active {
	background: var(--color-point);
}



.tech-list li {
	width: 100%;
	display: table;
	margin-bottom: 20px;
	background: #fff;
	padding: 30px 25px;
}

.tech-list li strong.tit {
	display: block;
	color: var(--color-point);
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4;
}

.tech-list li strong.tit02 {
	display: inline-block;
	color: #000000;
	text-decoration: underline;
	font-weight: 600;
	margin-left: 15px;
}

.tech-list li p .list-txt {
	display: inline-block;
}

.tech-list .blue-list-txt p {
	font-size: 17px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.tech03 {
	padding-bottom: 0 !important;
}

.cont-list li .subject img {
	width: 100%;
}

.cont-wrap {
	padding-bottom: 0 !important;
}


/* 고객센터 */
.box-pirvacy {
	display: block;
	padding: 50rem;
	box-sizing: border-box;
	border-radius: 10rem;
	background: #f9f9f9;
}

.box-pirvacy>h3 {
	display: block;
	font-size: 24rem;
	font-weight: 700;
	color: #333;
}

.chk_box_wrap {
	display: block;
	margin: 15rem 0 0;
}

.box-cs .top {
	display: block;
	text-align: right;
	margin-bottom: 50rem;
	font-size: 16rem;
	font-weight: 600;
	color: #222;
	border-bottom: 2px solid #222;
	padding-bottom: 10rem;
	box-sizing: border-box;
}

.box-cs .top .ess {
	position: relative;
	top: 2rem;
	margin-right: 5rem;
	display: inline-block;
	color: #ff4002;
}

.text-box {
	position: relative;
	margin: 20rem 0 0;
}

.text-box .text {
	background: #fff;
	padding: 20rem;
	box-sizing: border-box;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 5rem;
}

.text-box .text p {
	display: block;
	margin-bottom: 3rem;
	font-size: 17rem;
	font-weight: 400;
	color: #666;
	line-height: 1.4em;
	word-break: keep-all;
}

.box-cs {
	margin-top: 40rem;
}

.box-cs input {
	display: block;
	padding: 15rem;
	width: 100%;
	height: 60rem;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 5rem;
	font-size: 17rem;
	color: #333;
	outline: none;
}

.box-cs textarea {
	display: block;
	padding: 15rem;
	width: 100%;
	height: 200rem;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 5rem;
	font-size: 16rem;
	color: #333;
	outline: none;
}

.input-list {
	display: grid;
	gap: 20rem;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 30rem;
}

.box-cs label {
	position: relative;
	display: inline-block;
	margin-bottom: 10rem;
	font-size: 17rem;
	font-weight: 600;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

.box-cs label .ess {
	position: absolute;
	top: -4rem;
	right: -10rem;
	color: #ff4002;
}

.input-content {
	display: block;
	margin: 30rem 0 0;
}

.area-btn {
	margin: 40rem auto 0;
	text-align: center;
}

.input-submit,
.area-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 170rem;
	height: 60rem;
	background: var(--color-point);
	font-size: 17rem;
	color: #fff;
	font-weight: 600;
	border-radius: 50rem;
	box-sizing: border-box;
	border: None;
}

/*checkbox_custom*/
.ckbox input[type="checkbox"] {
	display: none;
	width: 20rem;
	height: 15rem;
}

.ckbox input[type="checkbox"]+label span {
	display: inline-block;
	margin-right: 5rem;
	width: 26rem;
	height: 26rem;
	background: url(../img/sub/img_check.png) left top no-repeat;
	cursor: pointer;
}

.ckbox label {
	display: flex;
	position: relative;
	padding-left: 28rem;
	color: rgba(0, 0, 0, 0.4);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.ckbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 20rem;
	height: 20rem;
	border: 1rem solid #ddd;
	background: #fff;
	border-radius: 3rem;
	box-sizing: border-box;
}

.ckbox label:hover input~.checkmark {}

.ckbox label input:checked~.checkmark {
	border: 1rem solid var(--color-point);
	background-color: var(--color-point);
}

.checkmark:after {
	display: none;
	position: absolute;
	content: "";
}

.ckbox label input:checked~.checkmark:after {
	display: block;
}

.ckbox label .checkmark:after {
	top: 2.5rem;
	left: 7rem;
	width: 5rem;
	height: 9rem;
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.ckbox em {
	position: relative;
	top: 1.5rem;
	font-size: 17rem;
	font-weight: 500;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

@media (max-width:1024px) {
	.box-pirvacy {
		padding: 40rem;
	}

	.input-list {
		gap: 15rem;
	}
}

@media (max-width:768px) {
	.box-pirvacy {
		padding: 30rem;
	}

	.box-pirvacy>h3 {
		font-size: 22rem;
	}

	.text-box {
		margin: 15rem 0 0;
	}

	.text-box .text {
		padding: 15rem;
	}

	.box-cs input {
		padding: 12rem;
		height: 55rem;
	}
}

@media (max-width:620px) {
	.box-pirvacy {
		padding: 20rem;
	}

	.box-pirvacy>h3 {
		font-size: 20rem;
	}

	.text-box {
		margin: 10rem 0 0;
	}

	.text-box .text p {
		font-size: 15rem;
	}

	.box-cs {
		margin-top: 30rem;
	}

	.box-cs .top {
		margin-bottom: 30rem;
		font-size: 15rem;
	}

	.box-cs label {
		font-size: 16rem;
	}

	.input-list {
		gap: 15rem;
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 15rem;
	}

	.input-content {
		margin: 15rem 0 0;
	}
}

@media (max-width:480px) {
	.box-pirvacy {
		padding: 15rem 12rem 18rem;
		border-radius: 5rem;
	}

	.box-pirvacy>h3 {
		font-size: 11rem;
	}

	.text-box {
		margin: 7rem 0 0;
	}

	.text-box .text {
		padding: 12rem;
		height: 100rem;
		overflow-y: scroll;
	}

	.text-box .text::-webkit-scrollbar {
		width: 4rem;
	}

	.text-box .text p {
		font-size: 11rem;
		margin-bottom: 1rem;
	}

	.chk_box_wrap {
		margin: 10rem 0 0;
	}

	.ckbox label {
		padding-left: 20rem;
	}

	.ckbox label .checkmark:after {
		top: 1rem;
		left: 5rem;
		width: 4rem;
		height: 8rem;
	}

	.checkmark {
		width: 15rem;
		height: 15rem;
	}

	.ckbox em {
		font-size: 11rem;
	}

	.box-cs {
		margin-top: 20rem;
	}

	.box-cs .top {
		margin-bottom: 15rem;
		font-size: 11rem;
	}

	.box-cs label {
		font-size: 11rem;
		margin-bottom: 5rem;
	}

	.box-cs label .ess {
		top: -3rem;
		right: -8rem;
	}

	.box-cs input {
		height: 40rem;
		padding: 10rem;
		font-size: 11rem;
	}

	.input-list {
		gap: 10rem;
		margin-bottom: 10rem;
	}

	.input-content {
		margin: 10rem 0 0;
	}

	.box-cs textarea {
		height: 120rem;
		padding: 10rem;
		font-size: 11rem;
	}

	.area-btn {
		margin: 20rem auto 0;
	}

	.input-submit,
	.area-btn a {
		width: 90rem;
		height: 38rem;
		font-size: 11rem;
	}
}

@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Aggro/subsets/Aggro-dynamic-subset.css');

#quickList {
	position: fixed;
	z-index: 8;
	top: 54%;
	right: 2%;
	transform: translateY(-50%);
}

#quickList .pl {
	white-space: pre-line
}

#quickList .plus_link {
	padding: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 94px;
	background-color: var(--color-point);
	border-radius: 10px;
}

#quickList .plus_link img {
	width: 85%;
}

#quickList .plus_link .pl {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Aggro';
	text-align: center;
	color: #fff
}

#quickList .plus_link .go {
	display: flex;
	align-items: end;
	font-size: 9px;
	font-weight: 300;
	font-family: 'Aggro';
	color: #fff
}

#quickList .plus_link svg {
	width: 12px;
	height: 12px
}

#quickList .list {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
	padding: 20px 5%;
	max-width: 94px;
	border-radius: 8px;
	box-shadow: 4px 4px 20px rgba(17, 17, 17, 0.3);
	background-color: #ffffffba;
	color: #111
}

#quickList .list li {
	width: 100%
}

#quickList .list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #e1e1e1
}

#quickList .list li:last-child a {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px
}

#quickList .list .edit-3 {
	width: 23px;
	height: 21px;
	background: url(../img/common/edit-3.svg) no-repeat center / contain
}

#quickList .list .edit {
	width: 23px;
	height: 21px;
	background: url(../img/common/edit.svg) no-repeat center / contain
}

#quickList .list .edit-2 {
	width: 23px;
	height: 21px;
	background: url(../img/common/edit-2.svg) no-repeat center / contain
}

#quickList .list .naver {
	width: 20px;
	height: 23px;
	background: url(../img/common/naver.svg) no-repeat center / contain
}

#quickList .list .phone-call {
	width: 23px;
	height: 20px;
	background: url(../img/common/phone-call.svg) no-repeat center / contain
}

#quickList .list .blog {
	width: 23px;
	height: 16px;
	background: url(./blog.png) no-repeat center / contain
}

#quickList .list .cate {
	font-size: 14px;
	font-weight: 500;
	transition: all .3s
}

#quickList .list .number {
	margin-top: 5px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

#quickList .list svg {
	color: #111
}

#quickList .progress-wrap {
	position: relative;
	margin: 10px auto 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px rgba(200, 200, 200, .5);
	transition: all .2s;
	background-color: #fff;
	cursor: pointer
}

#quickList .progress-wrap span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#quickList .progress-wrap span svg {
	width: 20px;
	height: 20px;
	stroke-width: 1.5px;
	color: #999;
	transition: all .3s
}

#quickList .progress-wrap svg path {
	fill: none
}

#quickList .progress-wrap svg.progress-circle path {
	stroke: var(--primary);
	stroke-width: 4;
	-webkit-transition: all .2s;
	transition: all .2s
}

/* 반응형 [s] */
@media (hover:hover) {
	#quickList .list li a:hover .cate {
		color: var(--primary)
	}

	#quickList .progress-wrap:hover span svg {
		color: var(--primary)
	}
}

@media (max-width:1024px) {
	#quickList {
		right: 1%
	}

	#quickList .plus_link {
		width: 82px;
		height: 135px
	}

	#quickList .plus_link .pl {
		font-size: 13px
	}

	#quickList .list li a {
		padding-bottom: 12px;
		margin-bottom: 12px
	}

	#quickList .list .kakao {
		width: 20px;
		height: 18px
	}

	#quickList .list .nbooking {
		width: 20px;
		height: 13px
	}

	#quickList .list .blog {
		width: 20px;
		height: 13px
	}

	#quickList .list svg {
		width: 20px;
		height: 20px
	}

	#quickList .list .number {
		font-size: 17px
	}

	#quickList .progress-wrap {
		width: 48px;
		height: 48px
	}

	#quickList .progress-wrap span svg {
		width: 18px;
		height: 18px
	}
}

@media (max-width:768px) {
	#quickList {
		display: flex;
		right: 0px;
		top: unset;
		bottom: 0px;
		transform: none;
		width: 100%
	}

	#quickList .plus_link {
		display: none
	}

	#quickList .list {
		flex-direction: row;
		margin-top: 0px;
		max-width: unset;
		padding: 18px 2.5%;
		width: 100%;
		border-radius: 0px
	}

	#quickList .list li a {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
		border-right: 1px solid #e1e1e1
	}

	#quickList .list li:last-child a {
		border: none
	}

	#quickList .list .number {
		display: none
	}

	#quickList .progress-wrap {
		display: none
	}
}

@media (max-width:480px) {
	#quickList .list {
		padding: 10px 2.5%
	}

	#quickList .list .cate {
		font-size: 11px;
	}
}

/* 반응형 [e] */




/* login */
#login-box {
	position: relative;
	width: 500rem;
	margin: 0 auto;
}

#login-box #login_area {
	background-color: #fff;
}

#login-box #login_area h2.member {
	font-size: 30rem;
	font-family: Gotham, notokr;
}

#login-box #login_area h2 {
	line-height: 50rem;
	text-align: center;
	font-size: 48rem;
}

#login-box #login_area h3 {
	text-align: center;
	color: #666
}

#login-box #login_area h3 p {
	font-size: 15rem;
	font-weight: normal;
}

#login-box #login_area #login_fs {
	margin-top: 0rem;
	padding: 0;
}

#login-box #login_area #login_fs .login_input {
	width: 100%;
	height: 55rem;
	line-height: 55rem;
	padding: 0 25rem;
	margin-bottom: 10rem;
	border: none;
	background-color: #f9f9f9;
	border: 1rem solid #e4e4e4;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16rem;
	color: #111;
}

#login-box #login_area #login_fs .login_input::placeholder {
	color: #666;
}

#login_fs label {
	position: relative;
	top: -2rem;
	font-size: 14rem;
	font-weight: 500;
	color: #555;
}

#login-box #login_area #login_fs .btn_submit {
	display: block;
	width: 100%;
	height: 63rem;
	margin-top: 20rem;
	background: var(--color-point);
	text-align: center;
	color: #fff;
	font-size: 18rem;
	font-weight: 500;
	border-radius: 0;
	transition: all 0.3s ease;
}

#login-box #login_info {
	position: relative;
	padding: 0rem 0;
	margin-top: -1rem;
	border: 0rem solid #dfdce1;
	background-color: #fff;
	text-align: center;
}

#login-box #login_info p {
	font-size: 13rem;
}

#login-box #login_info div {
	margin-top: 0rem;
}

#login-box #login_info div a {
	display: inline-block;
	width: 155rem;
	height: 34rem;
	line-height: 34rem;
	border: 1rem solid #d5d5d5;
	color: #333;
	font-size: 13rem;
	font-weight: bold
}

#login-box #login_info div a:last-child {
	margin-left: -1rem
}

#login-box .button_etc {
	position: relative;
	width: 100%;
	text-align: center;
}

#login-box .button_etc a {
	display: inline-block;
	margin: 25rem 10rem 0rem;
	font-size: 14rem;
	font-weight: 600;
	color: #555;
	border: none;
}

#login-box .button_etc a:hover {
	color: var(--color-point);
}

@media (max-width:768px) {
	.area-member {
		margin-top: 80rem;
	}
}

@media (max-width:620px) {
	#login-box {
		width: 100%;
	}
}

@media (max-width:480px) {
	.area-member {
		margin-top: 0rem;
	}

	#login-box #login_area #login_fs .login_input {
		height: 45rem;
		line-height: 45rem;
		padding: 10rem;
		font-size: 11rem;
		margin-bottom: 7rem;
	}

	#login_fs label {
		font-size: 11rem;
		top: -3rem;
	}

	#login-box #login_area #login_fs .btn_submit {
		margin-top: 10rem;
		height: 33rem;
		font-size: 11rem;
	}

	#login-box .button_etc a {
		margin: 15rem 0 0;
		font-size: 11rem;
	}
}

.area_policy {
	padding-top: 0;
}

.area_policy h2 {
	padding: 30rem 0;
	font-size: 40rem;
	color: #222;
	text-align: center;
	font-weight: 700;
}

.area_policy h3 {
	margin-bottom: 20rem;
	font-weight: 700;
	font-size: 22rem;
	color: #222;
}

.area_policy ul li,
.area_policy p {
	line-height: 1.6;
	font-weight: 400;
	font-size: 15rem;
	color: #666;
	text-align: justify;
}

.area_policy ul li {
	margin-bottom: 8rem;
}

.area_policy ul li:last-child {
	margin: 0;
}

.area_policy ul li ul {
	margin-top: 5rem;
	margin-bottom: 20rem;
}

.area_policy ul li ul li {
	margin-bottom: 2rem;
	font-size: 15rem;
}

.area_policy .inr_policy {
	padding: 40rem 0;
	border-bottom: 1rem solid #ddd;
}

.area_policy .inr_policy.first {
	padding-top: 0;
}

.area_policy .inr_policy:last-child {
	border: none;
}

@media (max-width:480px) {
	.area_policy h3 {
		font-size: 13rem;
		margin-bottom: 7rem;
	}

	.area_policy .inr_policy {
		padding: 20rem 0;
	}

	.area_policy ul li,
	.area_policy p {
		font-size: 11rem;
		line-height: 1.4em;
		margin-bottom: 4rem;
		text-align: left;
	}

	.area_policy ul li ul {
		margin-top: 2rem;
		margin-bottom: 7rem;
	}

	.area_policy ul li ul li {
		font-size: 12rem;
		margin-bottom: 4rem;
	}

}



/*반응형*/
@media (max-width:100px) {}

@media (max-width:768px) {
	.overview {
		margin-bottom: 0;
	}

	.overview .ov-tit {
		font-size: 13rem;
		margin-top: -8rem;
		line-height: 1.4;
		padding-bottom: 10rem;
		width: 83%;
		margin: 0 auto;

	}

	.overview .ov-cont {
		font-size: 11rem;
		line-height: 1.4;
		text-align: justify;
	}

	.overview .ov-cont br {
		display: none;
	}

	#sub .business {
		padding: 30rem 0rem;
	}

	.company-page h1 {
		font-size: 13rem;
		margin-bottom: 20rem;
	}

	.company-page .business {
		margin-bottom: 0;
	}

	.company-page .business ul {
		flex-wrap: wrap;
		gap: 15rem;
	}

	.company-page .business ul li {
		width: 47%;
		padding: 10rem 0;
		flex-direction: column;
		align-items: center;
	}

	.company-page .business ul li .txt_wrap h2 {
		font-size: 13rem;
		text-align: center;
	}

	.company-page .business ul li .txt_wrap span {
		font-size: 11rem;
		margin-bottom: 10rem;
		display: block;
	}

	.company-page .business ul li img {
		width: 45%;
	}

	.company-page .value_wrap .value {
		display: block;
	}

	.company-page .value_wrap .value .value_list_wrap {
		width: 100%;
	}

	.company-page .value_wrap .value .value_list_wrap ul li {
		padding: 10rem;
		margin-bottom: 10rem;
		font-size: 11rem;
	}

	.company-page .value_wrap .value img {
		width: 100%;
		margin-top: 20rem;
	}

	.cont-list li .subject {
		word-break: break-all;
	}

	.cont-list li {
		padding: 10rem 20rem;
		margin-bottom: 10rem;
	}

	.cont-list li .subject>i {
		font-size: 11rem;
	}

	.cont-list em {
		margin-bottom: 0;
		font-size: 11rem;
		letter-spacing: -0.2px;
	}

	.cont-list li .subject>div {
		display: inline-flex;
		width: 100%;
	}


	.box-list {
		gap: 0 10rem;
	}

	.box-list>div:nth-child(3) {
		margin-bottom: 0;
	}

	.box-list>div:last-child {
		margin-bottom: 0;
	}

	.business-solar {
		padding: 30rem 0 0;
	}

	.business-solar .box-flex {
		width: 100%;
	}

	.business-solar .box-flex {
		gap: 10rem;
	}

	.business-solar .box-flex .txt>p {
		margin-bottom: 3rem;
		font-size: 11rem;
	}

	.spec_tit {
		font-size: 12rem;
	}

	.spec_tit {
		margin: 10rem 0 10rem;
		padding-bottom: 10rem;
	}

	.product-wrap {
		gap: 20rem;
	}

	.spec_list li b {
		width: 100%;
		font-size: 11rem;
	}

	.business-solar .box-flex .txt .solar-list {
		text-align: justify;
	}

	.spec_list li span {
		font-size: 11rem;
		width: 100%;
		text-align: justify;
		padding-left: 8rem;
	}

	.spec_list li b::after {
		display: none;
	}

	.business-merit__info {
		padding: 30rem 0;
	}

	.box-list.v2>div .subject i {
		font-size: 11rem;
		width: 29rem;
		height: 18rem;
	}

	.box-list.v2>div .subject {
		font-size: 11rem;
		gap: 5rem;
		margin-bottom: 7rem;
	}

	.box-list>div .cont p br {
		display: none;
	}

	.esg-quality {
		padding: 30rem 0 0;
	}

	.esg-quality .step-list>li .txt p {
		font-size: 11rem;
		line-height: 1.4em;
	}

	.esg-quality .step-list>li .txt p br {
		display: none;
		line-height: 1.4;
	}

	.esg-quality [data-grid="3"] {
		grid-template-columns: 1fr;
		gap: 20rem;
	}

	.business-merit__info .box-list {
		gap: 20rem 10rem;
	}

	.box-list.v2>div .cont {
		height: auto;
	}


	.business-rps {
		padding: 30rem 0;
	}

	.box-list[data-grid="2"]>div .subject {
		padding: 7rem 12rem;
		font-size: 11rem;
		line-height: 1.4;
	}

	.box-list[data-grid="2"]>div .cont [data-list="dot"]>* {
		font-size: 11rem;
	}

	.box-list[data-grid="2"]>div .cont {
		height: auto;
		padding: 10rem;
	}

	.box-list[data-grid="2"]>div .contt {
		height: auto;
		padding: 10rem;
	}

	.business-advantage {
		padding: 30rem 0 0;
	}

	.merit_box>div.item i {
		position: unset;
	}

	.merit_box>div.item {
		padding: 15rem;
		border-radius: 15rem;
		margin-bottom: 20rem;
	}

	.merit_box>div.item h4 {
		font-size: 11rem;
		margin-bottom: 5px;
	}

	.merit_box>div.item .basic {
		font-size: 11rem;
	}

	.merit_box>div.item i::after {
		margin: 0 auto;
	}

	.esg-page .esg-intro .txt {
		padding: 0;
		margin-top: 20rem;
	}

	.esg-page .esg-intro .txt h3 {
		font-size: 13rem;
		margin-bottom: 0;
	}

	.esg-page .esg-intro .txt p {
		font-size: 11rem;
	}

	.esg-page .esg-intro .txt p br {
		display: none;
		text-align: justify;
	}

	.esg-page .esg-intro .img {
		border-radius: 10rem;
	}

	.esg-page .esg-intro .txt p.last {
		margin-top: 7rem;
		text-align: justify;
		letter-spacing: -0.5rem;
	}

	.esg-page>div:not(.sub_title) {
		padding: 0 0 30rem 0 !important;
	}

	.point-list {
		margin: 30rem 0;
	}

	.point-list li {
		width: 100%;
		padding: 15rem;
	}

	.point-list li p {
		font-size: 11rem;
		padding-left: 10rem;
	}

	.point-list li p::before {
		width: 5rem;
		height: 5rem;
		top: 4rem;
	}

	.point-list ul {
		gap: 10rem;
	}

	.point-img-wrap {
		gap: 20rem;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.point-img-wrap div {
		width: 46%;
		gap: 5rem;
	}

	.point-img-wrap div h4 {
		font-size: 12rem;
	}

	.point-img-wrap div p {
		font-size: 11rem;
		text-align: center;
	}

	.esg-quality .point-list {
		margin: 20rem 0;
	}

	.solar-guide .box-flex {
		display: block;
	}

	.box-flex .txt {
		width: 100%;
	}

	.solar-guide .box-flex .txt>h3 {
		margin: 20rem 0rem 10rem;
	}

	.solar-list br {
		display: none;
	}

	.solar-guide .box-flex .txt>p {
		margin-top: 20rem;
	}

	.box-list>div .subject>i {
		font-size: 11rem;
		width: auto;
		height: auto;
	}

	.business-rps .box-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.business-rps .box-list>div {
		margin-bottom: 20rem;
	}

	.business-rps .box-list>div:nth-child(3) {
		margin-bottom: 20rem;
	}

	.business-rps .box-list>div:last-child {
		margin-bottom: 0;
	}

	.product-wrap .box-flex {
		flex-direction: column;
		gap: 10rem;
	}

	.product-wrap .box-flex .txt>p {
		margin: 4rem 0;
	}

	.product-wrap .box-flex {
		margin-top: 20rem;
	}

	.product-wrap .box-flex:first-child {
		margin-top: 0;
	}

	.business-rps .sub_title {
		padding-top: 30rem;
	}


	.system-list ul {
		gap: 20rem;
	}

	.esg_sub03 .system-list ul li {
		width: 46.8%;
	}

	.esg_sub03 .system-list ul li h3 {
		font-size: 11rem;
		margin: 10rem 0;
		padding: 7rem 12rem;
	}

	.esg_sub03 .system-list ul li p {
		font-size: 11rem;
	}


	#wrapper .esg_sub03 .system-sec07 {
		padding: 30rem 0 !important;
	}

	.box-slide {
		margin: 25rem auto 15rem;
		padding-bottom: 90rem;
		width: auto;
		height: auto;
	}

	.box-slide .frame {
		top: -12rem;
	}

	.box-slide .system-slide {
		width: calc(100% - 22rem);
	}

	.box-slide .swiper-pagination {
		bottom: -20rem;
	}

	.box-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2rem;
	}

	.esg_sub03 .cont-list li {
		font-size: 13rem;
		margin-bottom: 20rem;
		padding: 15rem 20rem;
	}

	.esg_sub03 .cont-list p {
		font-size: 11rem;
		margin-top: 5rem;
		line-height: 1.4;
	}

	.esg_sub03 .cont-list li .subject>div {
		flex-direction: column;
	}

	.esg_sub03 .cont-list li:last-child {
		margin-bottom: 0;
	}

	#container .esg_sub03 .cont-wrap {
		padding: 0 !important;
	}

	#container .esg_sub03 .cont-wrap-bg {
		padding-bottom: 30rem !important;
	}

	.business_sub03 .business-rps .sub_title {
		padding-top: 0;
	}

	.esg_sub01 .esg-quality .sub_title {
		padding-top: 20rem;
	}

	.esg_sub03 .cont-wrap-bg .sub_title {
		padding-top: 20rem;
	}

}