/*데스크탑*/
/*메인슬라이드*/
.main_slide {
	width:100%;
	height:100vh;
	position:relative;
	margin-left:-50%;
	left:50%;
	top:0%;
	z-index:1;
	max-height:100%;
}
.swiper-slide {
	text-align:center;
	font-size:18px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main_slide_mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,0.3);
	z-index:149;
}
.main_vtxt1 {
	position:absolute;
	top:30%;
	z-index:150;
	text-align:left;
	width:100%;
	margin: 0 auto;
	color:rgba(255,255,255,1);
	animation:/*선택자*/txt1 /*동작시간*/1s /*진행속도:ease,ease-out,ease-in*/ease /*딜레이*/0s /*반복:수,infinite*/1 /*방향:normal,alternate*/normal /*완료후:none,both*/both;
	-webkit-animation:txt1 2s ease 0.5s 1 normal both;
	/*움직이는 기준점 가로0% 세로0%*/transform-origin:50% 0%;
}
@keyframes txt1 {
	0% {
		top:30%;
		left:10%;
		opacity:0;
	}
	100% {
		top:30%;
		left:0%;
		opacity:1;
	}
}
.main_vtxt_t1 {
	width: 100%;
	max-width: 1500px;
	margin:0 auto;
	padding-bottom: 20px;
	font-size:23px;
	font-weight:700;
}
.main_vtxt1 .main_vtxt_t1 {
	word-break:keep-all;
	transform:translateY(20%);
	opacity:0;
	transition:1s 0.2s;
}
.main_vtxt_t2 {
	width: 100%;
	max-width: 1500px;
	margin:0 auto;
	padding-bottom: 5px;
	font-size:60px;
	font-weight:700;
	letter-spacing:-0.03em;
	line-height:1.2;
}
.main_vtxt1 .main_vtxt_t2 {
	transform:translateX(20%);
	opacity:0;
	word-break:keep-all;
	transition:1.5s 0.6s;
}
.main_vtxt_t3 {
	width: 100%;
	max-width: 1500px;
	margin:0 auto;
	padding-bottom: 40px;
	font-size:60px;
	font-weight:700;
	letter-spacing:-0.03em;
	line-height:1.2;
}
.main_vtxt1 .main_vtxt_t3 {
	transform:translateX(20%);
	opacity:0;
	word-break:keep-all;
	transition:1.5s 0.8s;
}
.main_vtxt_t4 {
	width: 100%;
	max-width: 1500px;
	margin:0 auto;
	font-size:18px;
	font-weight:400;
	letter-spacing:-0.05em;
}
.main_vtxt1 .main_vtxt_t4 {
	transform:translateX(20%);
	opacity:0;
	word-break:keep-all;
	transition:1s 1.2s;
}
.visual-sec .all-box-area {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.visual-sec .swiper-slide-active .main_vtxt1>.main_vtxt_t2,.visual-sec .swiper-slide-active .main_vtxt1>.main_vtxt_t3,.visual-sec .swiper-slide-active .main_vtxt1>.main_vtxt_t4 {
	transform:translateX(0%);
	opacity:1;
}
.main-swiper .swiper-slide .main_img1 {
	width:100%;
	height:100vh;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: 50% center;
	-ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
	transition: all 6s ease 0s;
} 
.main-swiper .swiper-slide-active .main_img1 {
	width:100%;
	height:100vh;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: 50% center;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	transition: all 6s ease 0s;
}
.main_slide-sum { 
	position: absolute;
	bottom: 10%;
	text-align: center;
	width: 100%;
	height: 10%;
	box-sizing: border-box;
	padding: 10px 0;
}
.main_slide-sum .swiper-wrapper { 
	width: 100%;
	max-width: 1500px;
}
.main_slide-sum .swiper-slide {
	width: 150px !important;
	height: 80px;
	opacity: 0.6;
}
.main_slide-sum .swiper-slide-thumb-active {
	opacity: 1;
}
.main_slide-sum .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*COMPANY INFORMATION*/
.main-cont.h-01 .d-flex {
    display: flex!important;
    flex-direction: column;
}
.main-cont.h-01 .container-fluid {
	background:url("../img/main/main-cont01-01.jpg") no-repeat 50% 50% / cover;
	height:100vh;
    display: flex;
}
.main-cont.h-01 .col-lg-12 .d-flex {
	max-width: 1440px;
    width: 100%;
	margin: 0 auto;
}
.main-cont.h-01 .info-tit_area .info-tit-txt2 {
	color:#111;   
	font-size: 58px;
    font-weight: 700;    
	line-height: 1;
}
.main-cont.h-01 .info-tit_area .info-tit-txt3 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
	color:#111;
	margin-bottom: 80px;
}
.swiper-1226 {
    height: 100%;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
@-webkit-keyframes infoIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes infoIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes infoOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes infoOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
#hero {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
#hero:before {
	display: block;
	content: "";
	padding-top: 30%;
}
.hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden; 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.hero figure {
	display: flex;
    justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 10%;
	height: 100%;
	position: relative;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
	-webkit-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
	-webkit-filter: saturate(25%);
	filter: saturate(25%);
}
.hero figure:not(:last-child) {
	padding-right: 15px;
}
.hero figure:not(.on):hover {
	cursor: pointer;
}
.hero figure img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
	filter: brightness(50%);
}
.hero figure.on {
    display: flex;
    justify-content: center;
	align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: 20;
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
}
.hero figure div {
	text-align: center;
	-webkit-animation: infoOut;
	animation: infoOut;
}

.hero figure.on div {
	position: absolute;
	width: auto;
	left: 5%;
	right: 5%;
	padding: 20px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-animation: infoIn 0.8s;
	animation: infoIn 0.8s;
}
.hero figure.on div h2 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 600;
	width: 100%;
	max-width: 100%;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	writing-mode: inherit;
}
.hero figure div h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	width: auto;
	/*max-width: 90px;*/
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.hero figure div {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.hero figure.on figure div h2 {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	writing-mode: inherit;
}
.hero figure div p {
	display: none;
	letter-spacing: -0.6px;
}
.hero figure.on .hero-line {
	width: 80px;
    height: 2px;
    border-top: solid 1px rgba(255, 255, 255, 0.8);
}
.hero figure.on div p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
	width: 100%;
	margin-bottom: 0;
	display: block;
	letter-spacing: -0.6px;
}
.hero figure.on div p:last-child {
	margin-top: 60px;
	display: flex;
    justify-content: center;
}
.hero figure.on div a {  
	width: 130px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 400;
	transition: 0.3s ease;
	display: flex;
	align-items: center;
}

.hero figure.on div a:hover::after {
	transform: translateX(3px);
	transition: 0.3s ease;
}
.hero figure.on div a:hover {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 2px 3px rgba(0, 0, 0, 0.7);
	transition: 0.3s ease;
}
.hero .on .on-br {
	display:none;
}
.ag-arrow_box {
	display: flex;
	margin: 30px auto;
}
.ag-arrow_arrow {
	width: 12px;
	height: 3px;
	margin: 0 0 5px;
	position: relative;
}
.ag-arrow_right {
	display: inline-block;
	margin: 0 -7px 0 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ag-arrow_arrow:before, .ag-arrow_arrow:after {
	content: "";
	height: 100%;
	width: 50%;
	background-color: rgba(255, 255, 255, .35);
	position: absolute;
	top: 0;
	-webkit-animation: an-arrow-lighting-1 1.5s ease-in infinite;
	-moz-animation: an-arrow-lighting-1 1.5s ease-in infinite;
	-o-animation: an-arrow-lighting-1 1.5s ease-in infinite;
	animation: an-arrow-lighting-1 1.5s ease-in infinite;
}
.ag-arrow_arrow:before {
	left: 0;
	-webkit-box-shadow: -.125em 0 .5625em rgb(102, 0, 204, 0.5);
	-moz-box-shadow: -.125em 0 .5625em rgb(102, 0, 204, 0.5);
	-o-box-shadow: -.125em 0 .5625em rgb(102, 0, 204, 0.5);
	box-shadow: -.125em 0 .5625em rgb(102, 0, 204, 0.5);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.ag-arrow_right:before {
	-webkit-transform: skewY(35deg);
	-moz-transform: skewY(35deg);
	-o-transform: skewY(35deg);
	transform: skewY(35deg);
}
.ag-arrow_arrow:after {
	right: 0;
	-webkit-box-shadow: .125em 0 .5625em rgb(102, 0, 204, 0.5);
	-moz-box-shadow: .125em 0 .5625em rgb(102, 0, 204, 0.5);
	-o-box-shadow: .125em 0 .5625em rgb(102, 0, 204, 0.5);
	box-shadow: .125em 0 .5625em rgb(102, 0, 204, 0.5);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.ag-arrow_right:after {
	-webkit-transform: skewY(-35deg);
	-moz-transform: skewY(-35deg);
	-o-transform: skewY(-35deg);
	transform: skewY(-35deg);
}
.ag-arrow_right-2:before, .ag-arrow_right-2:after {
	-webkit-animation-name: an-arrow-lighting-2;
	-moz-animation-name: an-arrow-lighting-2;
	-o-animation-name: an-arrow-lighting-2;
	animation-name: an-arrow-lighting-2;
}
.ag-arrow_right-3:before, .ag-arrow_right-3:after {
	-webkit-animation-name: an-arrow-lighting-3;
	-moz-animation-name: an-arrow-lighting-3;
	-o-animation-name: an-arrow-lighting-3;
	animation-name: an-arrow-lighting-3;
}
@-webkit-keyframes an-arrow-lighting-1 {
0%, 0% {
    background-color: rgba(255, 255, 255, .35);
  }
  25%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes an-arrow-lighting-1 {
  0%, 0% {
    background-color: rgba(255, 255, 255, .35);
  }
  25%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-o-keyframes an-arrow-lighting-1 {
  0%, 0% {
    background-color: rgba(255, 255, 255, .35);
  }
  25%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes an-arrow-lighting-1 {
  0%, 0% {
    background-color: rgba(255, 255, 255, .35);
  }
  25%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes an-arrow-lighting-2 {
  0%, 25% {
    background-color: rgba(255, 255, 255, .35);
  }
  50%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes an-arrow-lighting-2 {
  0%, 25% {
    background-color: rgba(255, 255, 255, .35);
  }
  50%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-o-keyframes an-arrow-lighting-2 {
  0%, 25% {
    background-color: rgba(255, 255, 255, .35);
  }
  50%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes an-arrow-lighting-2 {
  0%, 25% {
    background-color: rgba(255, 255, 255, .35);
  }
  50%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes an-arrow-lighting-3 {
  0%, 50% {
    background-color: rgba(255, 255, 255, .35);
  }
  75%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes an-arrow-lighting-3 {
  0%, 50% {
    background-color: rgba(255, 255, 255, .35);
  }
  75%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-o-keyframes an-arrow-lighting-3 {
  0%, 50% {
    background-color: rgba(255, 255, 255, .35);
  }
  75%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes an-arrow-lighting-3 {
  0%, 50% {
    background-color: rgba(255, 255, 255, .35);
  }
  75%, 75% {
    background-color: #FFF;
  }
  100% {
    background-color: rgba(255, 255, 255, .35);

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}


/*PRODUCT FEATURES*/
.main-cont.h-04 .col-lg-12 {
    display: flex;
    flex-direction: column;  
}
.main-cont.h-04 .container-fluid {
	background:url("../img/main/main-cont02-02.jpg") no-repeat 50% 50% / cover;
	height: 100vh;
    display: flex;
}
.main-cont.h-04 .col-lg-12 .d-flex {
	max-width: 1440px;
    width: 100%;
	margin: 80px auto 0;
}
.main-cont.h-04 .info-tit_area .info-tit-txt1 {
	color: #fff;
	font-size: 58px;
	font-weight: 700;
	line-height: 1;
}
.main-cont.h-04 .info-tit_area .info-tit-txt2 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
    color: #fff;
}
.info-tit_area .info-tit-arr1 a {
	font-size: 14px;
    font-weight: 500;
	padding-top: 40px;
    display: flex;
    align-items: center;
	color: #fff;
}
.info-tit_area .info-tit-arr1 .material-symbols-outlined {	
	padding-left:10px;
}
.swiper-container5 .swiper-slide {
    width:50% !important;
	height: 500px !important;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
}
.swiper-container5 .swiper-slide--one {
    padding: 20px;
	background:url("../img/main/product_img_01.jpg") no-repeat 50% 50% / cover rgba(0, 0, 0, 0.5);
	border: solid 1px rgba(255, 255, 255, 0.2);
    background-blend-mode: multiply;
}
.swiper-container5 .swiper-slide--two {
    padding: 20px;
    background: url("../img/main/product_img_02.jpg") no-repeat 50% 50% / cover rgba(0, 0, 0, 0.5);
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-blend-mode: multiply;
}
.swiper-container5 .swiper-slide .core-img {
	width: 50px;
    height: auto;
    margin: 25px 0 0 25px;  
	margin-bottom: auto;
}
.swiper-container5 .swiper-slide .core-tit {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    z-index: 99;
    padding-left: 25px;
    text-align: left;
	margin-top: 30px;
}
.swiper-container5 .swiper-slide .core-txt {   
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    z-index: 99;
    margin: 35px 25px;
    display: block;
    text-align: left;
	height: 100%;
}
.swiper-wrapper .swiper-slide .More_btn {
    display: flex;
    position: relative;
    width: 100%;
    height: 65px;
    padding: 20px 40px;
    background:rgba(36, 16, 85, 0.9); 
    transition: 0.3s;
	margin: 20px auto 0;
}
.swiper-wrapper .swiper-slide .More_btn + .More_btn {
    margin-left: 20px;
}
.swiper-wrapper .swiper-slide .More_btn:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/icon/More_btn_on.png") no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: 21px;
}
.swiper-wrapper .swiper-slide .More_btn p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.swiper-wrapper .swiper-slide .More_btn:hover {
    background: rgba(255, 255, 255, 0.9);
}
.swiper-wrapper .swiper-slide .More_btn:hover:after {
    background: url("../img/icon/More_btn_off.png") no-repeat 0 0;
}
.swiper-wrapper .swiper-slide .More_btn:hover p {
    color: rgba(36, 16, 85, 0.9); 
}

/*We make new change & Renovate*/
.main-cont.h-03 .container-fluid {
	background:url("../img/main/main-cont03-03.jpg") no-repeat 50% 50% / cover;
	height: 100vh;
    display: flex;    
	align-items: center;
}
.main-cont.h-03 .col-lg-12 .d-flex {
	max-width: 1440px;
    width: 100%;
	margin: 65px auto 0;
    flex-direction: column;
}
.main-cont.h-03 .col-lg-12 .col-lg-8 {
	width: 100%;
}
.main-cont.h-03 .info-tit_area {
    width: 100%;
	margin-bottom: 70px;
}
.main-cont.h-03 .info-tit_area .info-tit-txt1 {
	color:#111;
	font-size: 58px;
    font-weight: 700;
    line-height: 1;
}
.main-cont.h-03 .info-tit_area .info-tit-txt3 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
    color: #111;
}
.main-cont.h-03 .esg-area {    
	display: flex;
	margin-top:30px;
}
.main-cont.h-03 .esg-01, .main-cont.h-03 .esg-02 {
	padding:0px 40px;
}
.main-cont.h-03 .esg-img {
    text-align: center;
}
.main-cont.h-03 .esg-txt1 {
	font-size: 32px;
    font-weight: 700;
    color: #111;    
	padding-top: 60px;
	text-align: center;
}
.main-cont.h-03 .esg-txt2 {
	font-size: 16px;
    font-weight: 400;
    color: #111;
	padding-top: 20px;
	text-align: center;
}
.esg-area .esg-01 .More_btn {
    display: flex;
    position: relative;
    width: 70%;
    height: 65px;
    padding: 20px 30px;
    background-color: #fff;
    transition: 0.3s;
	margin: 50px auto 0;
}
.esg-area .esg-01 .More_btn + .More_btn {
    margin-left: 20px;
}
.esg-area .esg-01 .More_btn:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/icon/More_btn_off.png") no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: 21px;
}
.esg-area .esg-01 .More_btn p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.esg-area .esg-01 .More_btn:hover {
    background: rgba(36, 16, 85, 0.9);
}
.esg-area .esg-01 .More_btn:hover:after {
    background: url("../img/icon/More_btn_on.png") no-repeat 0 0;
}
.esg-area .esg-01 .More_btn:hover p {
    color: #fff;
}
.esg-area .esg-02 .More_btn {
    display: flex;
    position: relative;
    width: 70%;
    height: 65px;
    padding: 20px 30px;
    background-color: #fff;
    transition: 0.3s;
	margin: 50px auto 0;
}
.esg-area .esg-02 .More_btn + .More_btn {
    margin-left: 20px;
}
.esg-area .esg-02 .More_btn:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/icon/More_btn_off.png") no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: 21px;
}
.esg-area .esg-02 .More_btn p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.esg-area .esg-02 .More_btn:hover {
    background: rgba(36, 16, 85, 0.9);
}
.esg-area .esg-02 .More_btn:hover:after {
    background: url("../img/icon/More_btn_on.png") no-repeat 0 0;
}
.esg-area .esg-02 .More_btn:hover p {
    color: #fff;
}

/*타블렛 가로, 노트북*/
@media all and (max-width:1280px) {
	/*메인슬라이드*/
	.main_vtxt_t2 {
		margin:0 0 5px 0;
		font-size:28px;
		letter-spacing:-0.03em;
		line-height:1.2;
	}
	.main_vtxt_t3 {
		margin:0 0 20px 0;
		font-size:32px;
		letter-spacing:-0.03em;
		line-height:1.2;
	}
	.main_vtxt_t4 {
		margin:0 0 0 0;
		font-size:18px;
		letter-spacing:-0.05em;
	}

	/*COMPANY INFORMATION*/	
	.main-cont.h-01 .info-tit_area .info-tit-txt2 {
		font-size: 32px;
	}
	.main-cont.h-01 .info-tit_area .info-tit-txt3 {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.hero figure.on div p {
		font-size: 17px;
		margin-top: 22px;
	}
	.hero figure.on div p:last-child {
		margin-top: 30px;
	}
	.ag-arrow_box {
		margin: 0px auto;
	}
	.hero figure.on div h2 {
		font-size: 24px;
	}
	.hero figure div h2 {
		font-size: 17px;
	}
}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	/*메인슬라이드*/
	.main_slide-sum .swiper-slide {
		width: 80px !important;
		height: 50px;
	}
	.main_slide-sum .swiper-slide {
		width: 80px !important;
		height: 50px;
	}

	/*COMPANY INFORMATION*/
	.main-cont.h-01 .container-fluid {
		height: 100%;   
		padding-top: 80px;
		padding-bottom: 80px;
	}

	/*PRODUCT FEATURES*/
	.main-cont.h-04 .container-fluid {
		height: 100%; 
		padding-top: 80px;
		padding-bottom: 80px;
		flex-direction: column;
	}
	.main-cont.h-04 .container-fluid .d-flex {
		flex-direction: column;
		margin: 0 auto 0;
	}
	.main-cont.h-04 .info-tit_area .info-tit-txt1 {
		font-size: 32px;
	}
	.main-cont.h-04 .br-mo {
		display: none;
	}
	.main-cont.h-04 .col-lg-12 .col-lg-7 {
		margin-top: 30px;
	}	

	/*We make new change & Renovate*/
	.main-cont.h-03 .container-fluid {
		height: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.main-cont.h-03 .col-lg-12 .d-flex {
		margin: 0 auto 0;
	}
	.main-cont.h-03 .esg-img img {
		width:75px;
	}
	.main-cont.h-03 .esg-txt1 {
		font-size: 18px;
		padding-top: 30px;  
	}
	.main-cont.h-03 .esg-txt2 {
		font-size: 14px;
		padding-top: 10px;
	}	
	.swiper-container5 .swiper-slide .core-tit {
		font-size: 24px;
	}
	.main-cont.h-03 .info-tit_area .info-tit-txt1 {
		font-size: 32px;
	}	
	.esg-area .esg-01 .More_btn p, .esg-area .esg-02 .More_btn p {
		font-size: 14px;
	}
	.esg-area .esg-01 .More_btn, .esg-area .esg-02 .More_btn {
		width: 100%;
		padding: 10px 25px;
		height: auto;
	}
	.esg-area .esg-01 .More_btn:after, .esg-area .esg-02 .More_btn:after {
		width: 15px;
        height: 15px;
        right: 25px;
        top: 13px;
        background-size: contain;
	}	
	.swiper-wrapper .swiper-slide .More_btn:hover:after {
		width: 15px;
        height: 15px;
        background-size: contain;
	}	
	.esg-area .esg-01 .More_btn:hover:after, .esg-area .esg-02 .More_btn:hover:after {
		width: 15px;
        height: 15px;
        background-size: contain;
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {	
	/*메인슬라이드*/	
	.main_slide {
		height: 75vh;
	}
	.main_vtxt_t2 {
		font-size: 20px;
	}
	.main_vtxt_t3 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.main_vtxt_t4 {
		font-size: 16px;
	}
	
	/*COMPANY INFORMATION*/
	.main-cont.h-01 .info-tit_area .info-tit-txt2 {
		font-size: 24px;
		padding-top: 0px;
	}
	.main-cont.h-01 .info-tit_area .info-tit-txt3 {
		font-size: 15px;
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.main-cont.h-01 .container-fluid {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero {
		display: flex;
		flex-direction: column;
	}
	.hero figure {
		width: 100%;
		height: 100%;
	}
	#hero {
		width: 100%; 
		height: 100%;
		display: block;
		overflow: hidden;
		position: relative;
	}
	#hero:before {
		display: block;
		content: "";
		width: 100%;
		height: 0;
		padding-top: 0;
	}
	.hero {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.hero figure div h2 {
		font-size: 20px;
		font-weight: 700;
		writing-mode: inherit;
	}
	.hero figure div p {
		display: block;
	}	
	.hero figure div {
		flex-direction: column;
	}
	.hero figure div h2, .hero figure.on div h2 {
		color: #ffffff;
		font-size: 20px;
		padding-bottom: 10px;
		writing-mode: inherit;
	}
	.hero figure .hero-line {
		width: 80px;
		height: 2px;
		border-top: solid 1px rgba(255, 255, 255, 0.8);
	}
	.hero figure div p, .hero figure.on div p {
		color: #ffffff;
		font-size: 15px;
		margin-top: 20px;
		padding: 0 10px;
	}
	.hero figure div p:last-child, .hero figure.on div p:last-child {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.hero figure div a, .hero figure.on div a {
		width: 100px;
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 0.8em;
		font-weight: 500;
	}
	.hero figure.on div {
		-webkit-animation: none;
		animation: none;
		bottom: inherit;
		padding: 0;
        margin: 0;
	}
	.hero figure:not(:last-child) {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.ag-arrow_box {
		margin: 0 auto;
	}
	.ag-arrow_right {
		margin: 0 -5px 0 0;
	}
	.ag-arrow_arrow {
		width: 10px;
	}
	
	/*PRODUCT FEATURES*/
	.main-cont.h-04 .info-tit_area .info-tit-txt1 {
		font-size: 24px;
	}
	.main-cont.h-04 .info-tit_area .info-tit-txt2 {
		font-size: 15px;
	}
	.swiper-container5 .swiper-slide .core-tit {
		font-size: 20px;
		margin-top: 40px;
	}
	.swiper-wrapper .swiper-slide .More_btn p {
		font-size: 14px;
	}	
	.h-04 .swiper-wrapper {
		flex-direction: column;
	}
	.h-04 .swiper-container5 .swiper-slide {
		width: 100% !important;
        height: 100% !important;
	}
	.main-cont.h-04 .container-fluid {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.info-tit_area .info-tit-arr1 a {
		padding-top: 20px;
	}
	.swiper-wrapper .swiper-slide .More_btn {
		height: auto;
		padding: 10px 30px;
	}
	.swiper-wrapper .swiper-slide .More_btn:after {
		width: 15px;
		height: 15px;
		right: 30px;
		top: 13px;
		background-size: contain;
	}
	
	/*We make new change & Renovate*/
	.main-cont.h-03 .info-tit_area .info-tit-txt1 {
		font-size: 24px;
	}
	.main-cont.h-03 .info-tit_area .info-tit-txt3 {
		font-size: 15px;
	}
	.main-cont.h-03 .info-tit_area {
		margin-bottom: 0px;
	}
	.main-cont.h-03 .esg-01, .main-cont.h-03 .esg-02 {
		padding: 0px 20px;
	}
}

/*모바일 세로*/
@media screen and (max-width: 480px) {
	/*COMPANY INFORMATION*/
	.hero figure div h2, .hero figure.on div h2 {
		font-size: 18px;
		font-weight: 600;
		padding-bottom: 5px;
	}
	.hero figure div p, .hero figure.on div p {
		margin-top: 15px;
	}
	.hero figure div p:last-child, .hero figure.on div p:last-child {
		margin-top: 15px;
	}
	.hero figure {
		width: 100%;
		height: 100%;
		min-height: 200px;
	}
	
	/*PRODUCT FEATURES*/
	.swiper-container5 .swiper-slide .core-tit {
		font-size: 18px;
	}
	
	/*We make new change & Renovate*/
	.main-cont.h-03 .esg-01, .main-cont.h-03 .esg-02 {
		padding: 0px 10px;
	}
}