#container {
	padding-top: 35px;
}

.white_btn {
	display: block;
	width: 180px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #261C15;
	font-family: 'SUIT';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.70);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}


.visual {
	position: relative;
}
.visual .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	pointer-events: none;
}
/*.visual .video video,*/
.visual .video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--white);
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 36px;
	line-height: 1.2;
	padding: 0 20px;
	box-sizing: border-box;
}
.visual .box h2 {
	font-size: 96px;
	text-transform: capitalize;
}


.sec .title a {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 130px;
}


.sec01 .inner {
	padding: 60px;
	border-radius: 10px;
	background: var(--base2);
	gap: 40px;
	box-sizing: border-box;
}
.sec01 .tit {
	gap: 20px;
}
.sec01 .tit p {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
}
.sec01 .txt {
	font-family: 'SUIT';
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}




.sec02 .slide {
	margin-top: 20px;
}
.sec02 .swiper-slide {
	margin-right: 20px;
}
.sec02 .swiper-slide .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.sec02 .swiper-slide .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec02 .swiper-slide p {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	word-break: keep-all;
}




.sec03 .list {
	gap: 20px;
	margin-top: 20px;
}
.sec03 .list > div {
	position: relative;
	width: calc(25% - 15px);
	border-radius: 10px;
	overflow: hidden;
}
.sec03 .list > div .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.sec03 .list > div .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec03 .list > div p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 16px 10px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}


.sec04 .list {
	margin-top: 40px;
}
.sec04 .slider {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.sec04 .logo-slider {
	display: inline-block;
	animation: logoSlider 120s infinite linear;
}
.sec04 .logo-slider img:hover {
	transform: scale(1);
}
.sec04 .slider2 .logo-slider {
	animation-direction: reverse;
}
@keyframes logoSlider {
	from{
		transform: translate(0);
	}
	to{
		transform: translate(-100%);
	}
}
@-webkit-keyframes logoSlider {
	from{
		transform: translate(0);
	}
	to{
		transform: translate(-100%);
	}
}




#main_pop {
	display: block;
}
#main_pop .modal_cont {
	max-width: 660px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}
#main_pop .modal_cont .scroll {
	padding: 0!important;
}
#main_pop img {
	width: 100%;
}
#main_pop img:hover {
	transform: scale(1);
	transition: none;
}
#main_pop .btn_area {
	background: #232323;
}
#main_pop .btn_area button {
	height: 46px;
	color: var(--white);
	font-size: 16px;
	box-sizing: border-box;
}
#main_pop .btn_area button.close24 {
	flex: 1;
	border-right: 1px solid var(--white);
	padding: 0 20px;
	text-align: left;
}
#main_pop .btn_area button.close {
	width: 140px;
}
#main_pop .btn_area button.close img {
	display: inline-block;
	vertical-align: -6px;
	width: auto;
	margin-left: 10px;
}



.c_sec02 .inner {
	gap: 80px;
}
.c_sec02 .thumb {
	width: 450px;
	height: 450px;
}
.c_sec02 .thumb img {
	width: 100%;
}
.c_sec02 .txt {
	flex: 1;
	width: 100%;
	font-size: 96px;
	font-weight: 300;
	line-height: 1.2;
}
.c_sec02 .txt strong {
	font-weight: 700;
}


.sub_tit {
	background: var(--base2) url("../images/company_bg.png")no-repeat calc(100% - 120px) 50% / auto 550px;
}
.sub_tit .box {
	max-width: 700px;
	padding: 80px 0;
	height: 550px;
	background: linear-gradient(270deg, rgba(244, 246, 248, 0.00) 0%, #F4F6F8 14.37%);
	box-sizing: border-box;
}
.sub_tit .tit {
	margin-top: 0!important;
}
.sub_tit .tit h2 {
	margin-bottom: 10px;
	line-height: 1;
}
.sub_tit .tit p {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}
.sub_tit .txt {
	font-family: 'SUIT';
	font-size: 32px;
	word-break: keep-all;
}
.sub_tit .txt strong {
	font-size: 36px;
	text-decoration: underline;
}

.c_sec01 .talk .item {
	position: relative;
	padding-top: 40px;
	box-sizing: border-box;
}
.c_sec01 .talk .item:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 160px;
	height: 160px;
}
.c_sec01 .talk .left {
	padding-left: 100px;
}
.c_sec01 .talk .left:before {
	left: 0;
	background: url("../images/company_img1.png")no-repeat 50% 50% / 100%;
}
.c_sec01 .talk .right {
	padding-right: 100px;
	margin-top: 40px;
}
.c_sec01 .talk .right:before {
	right: 0;
	background: url("../images/company_img2.png")no-repeat 50% 50% / 100%;
}
.c_sec01 .talk .item .txt {
	background: var(--white);
	padding: 60px;
	box-sizing: border-box;
}
.c_sec01 .talk .left .txt {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 0px 100px 100px 100px;
}
.c_sec01 .talk .right .txt {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 100px 0 100px 100px;
	margin-left: 240px;
}



.c_sec03 .grid {
	gap: 50px;
}
.c_sec03 .grid > div {
	position: relative;
	width: calc(33.333% - 34px);
	box-sizing: border-box;
}
.c_sec03 .grid > div .box {
	position: relative;
}
.c_sec03 .grid > div .box .front,
.c_sec03 .grid > div .box .backend {
	z-index: 1;
	min-height: 150px;
	border-radius: inherit;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
	-moz-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
	transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
	border-radius: 10px;
	background: #F4F6F8;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}
.c_sec03 .grid > div .box .front {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	padding: 60px;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	box-sizing: border-box;
}
.c_sec03 .grid > div .box .front .thumb img {
	width: 100%;
}
.c_sec03 .grid > div .box .front h4 {
	word-break: keep-all;
}
.c_sec03 .grid > div .box:hover .front {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
	-moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
	transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
.c_sec03 .grid > div .box .backend {
	word-break: keep-all;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	text-align: center;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);

}
.c_sec03 .grid > div .box .backend .bar {
	margin: 0 -10px;
	width: calc(100% - -20px);
	padding: 50px 0;
	line-height: 1.4;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
}
.c_sec03 .grid > div .box .backend .bar p {
	font-weight: 300;
	margin-bottom: 20px;
}
.c_sec03 .grid > div .box .backend .bar strong {
	font-size: 24px;
	font-weight: 500;
}
.c_sec03 .grid > div .box:hover .backend {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
	-moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
	transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}



.c_sec04 .title {
	margin-bottom: 40px;
}
.c_sec04 .tabs .swiper-wrapper {
	gap: 10px;
	flex-wrap: wrap;
}
.c_sec04 .tabs .swiper-slide {
	width: calc(14.444% - 11px);
}
.c_sec04 .tabs .swiper-slide button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 64px;
	border-radius: 10px;
	background: var(--gray);
	font-size: 24px;
	word-break: keep-all;
	box-sizing: border-box;
}
.c_sec04 .tabs .swiper-slide button.active {
	background: var(--key-color);
	color: var(--white);
}
.c_sec04 .tab_cont {
	margin-top: 20px;
}
.c_sec04 .tab_cont > div {
	height: 0;
	overflow: hidden;
}
.c_sec04 .tab_cont > div.active {
	height: auto;
}
.c_sec04 .tab_cont > div h4 {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.c_sec04 .tab_cont > div .location {
	font-size: 20px;
	font-family: 'SUIT';
	line-height: 1.2;
	background: url("../images/ic_addr_blue.svg")no-repeat 0 50%;
	padding-left: 25px;
	margin-bottom: 10px;
}
.c_sec04 .tab_cont > div .tel {
	font-size: 20px;
	font-family: 'SUIT';
	line-height: 1.2;
	background: url("../images/ic_tel.svg")no-repeat 0 50%;
	padding-left: 25px;
}
.c_sec04 .tab_cont > div .map_box {
	position: relative;
	margin-top: 20px;
}
.c_sec04 .tab_cont > div .map_box .root_daum_roughmap {
	width: 100%;
}
.c_sec04 .tab_cont > div .map_box .root_daum_roughmap .wrap_map {
	height: 450px;
}








@media screen and (max-width: 1560px) {
	.visual .box {
		font-size: 30px;
	}
	.visual .box h2 {
		font-size: 72px;
	}



	.sec01 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sec01 .symbol img {
		width: 150px;
	}
	.sec01 .tit p {
		font-size: 26px;
	}
	.sec01 .tit img {
		width: 800px;
	}
	.sec01 .txt {
		font-size: 20px;
	}


	.sec02 .swiper-slide p {
		font-size: 18px;
	}


	.sec03 .list > div p {
		font-size: 18px;
	}


	.c_sec02 .thumb {
		width: 320px;
		height: 320px;
	}
	.c_sec02 .txt {
		font-size: 60px;
	}


	.sub_tit {
		background-position: calc(100% - 25px) 50%;
		background-size: auto 300px;
	}
	.sub_tit .box {
		max-width: 580px;
		height: 450px;
		padding: 50px 0;
	}
	.sub_tit .tit p {
		font-size: 22px;
	}
	.sub_tit .txt {
		font-size: 22px;
	}
	.sub_tit .txt strong {
		font-size: 24px;
	}


	.c_sec01 .talk .item:before {
		width: 120px;
		height: 120px;
	}
	.c_sec01 .talk .item .txt {
		padding: 40px;
	}
	.c_sec01 .talk .left .txt {
		font-size: 24px;
	}
	.c_sec01 .talk .right .txt {
		font-size: 22px;
		margin-left: 90px;
	}


	.c_sec03 .grid {
		gap: 25px;
	}
	.c_sec03 .grid > div {
		width: calc(33.333% - 17px);
	}
	.c_sec03 .grid > div .box .front {
		padding: 30px;
		font-size: 30px;
	}


	.c_sec04 .tab_cont > div h4 {
		font-size: 30px;
	}
	.c_sec04 .tab_cont > div .tel,
	.c_sec04 .tab_cont > div .location {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.white_btn {
		width: 160px;
		height: 42px;
		line-height: 44px;
	}


	.visual .box {
		font-size: 24px;
	}
	.visual .box h2 {
		font-size: 54px;
	}


	.sec01 .inner {
		padding: 30px;
	}
	.sec01 .symbol img {
		width: 100px;
	}
	.sec01 .tit p {
		font-size: 20px;
	}
	.sec01 .tit img {
		width: auto;
		max-width: 90%;
	}
	.sec01 .txt {
		font-size: 18px;
		word-break: keep-all;
	}
	.sec01 .txt br {
		display: none;
	}


	.sec02 .swiper-slide p {
		font-size: 16px;
	}


	.sec03 .list > div {
		width: calc(33.333% - 14px);
	}
	.sec03 .list > div p {
		font-size: 16px;
	}


	.sec04 .logo-slider img {
		height: 60px;
	}


	.c_sec02 .inner {
		gap: 40px;
	}
	.c_sec02 .txt {
		font-size: 42px;
	}
	.c_sec02 .thumb {
		width: 250px;
		height: 250px;
	}


	.sub_tit {
		background-size: auto 240px;
	}
	.sub_tit .box {
		max-width: 350px;
		height: 290px;
		padding: 20px 0;
	}
	.sub_tit .tit p {
		font-size: 16px;
	}
	.sub_tit .txt {
		font-size: 16px;
	}
	.sub_tit .txt strong {
		font-size: 18px;
	}


	.c_sec01 .talk .item:before {
		width: 90px;
		height: 90px;
	}
	.c_sec01 .talk .left {
		padding-left: 50px;
	}
	.c_sec01 .talk .left .txt {
		font-size: 20px;
	}
	.c_sec01 .talk .right {
		padding-right: 50px;
		margin-top: 20px;
	}
	.c_sec01 .talk .right .txt {
		font-size: 18px;
	}


	.c_sec03 .grid > div .box .front {
		padding: 20px;
		font-size: 22px;
	}


	.c_sec04 .tabs .swiper-slide {
		width: calc(25% - 8px);
	}
	.c_sec04 .tabs .swiper-slide button {
		height: 56px;
		font-size: 20px;
	}
	.c_sec04 .tab_cont > div h4 {
		font-size: 24px;
	}
	.c_sec04 .tab_cont > div .tel,
	.c_sec04 .tab_cont > div .location {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.white_btn {
		font-size: 14px;
	}

	.sec .title a {
		max-width: 100px;
	}


	.visual .video {
		padding-bottom: 100%;
	}
	.visual .video iframe {
		width: 180%;
		height: 180%;
	}
	.visual .box {
		font-size: 16px;
	}
	.visual .box h2 {
		font-size: 36px;
	}


	.sec01 .tit p {
		font-size: 16px;
	}
	.sec01 .txt {
		font-size: 14px;
	}


	.sec03 .list > div {
		width: calc(50% - 10px);
	}
	.sec03 .list > div p {
		font-size: 14px;
		padding: 10px 0;
	}


	#main_pop .btn_area button {
		font-size: 14px;
	}
	#main_pop .btn_area button.close {
		width: 85px;
	}
	#main_pop .btn_area button.close img {
		vertical-align: -5px;
		width: 20px;
		margin-left: 5px;
	}


	.c_sec02 .inner {
		justify-content: center
	}
	.c_sec02 .thumb {
		width: 165px;
		height: 165px;
	}
	.c_sec02 .txt {
		flex: none;
		text-align: center;
		font-size: 30px;
	}


	.sub_tit {
		padding-bottom: 44%;
		background-position: 50% 85%;
		background-size: 90%;
	}
	.sub_tit .box {
		max-width: 100%;
		height: auto;
		gap: 20px;
		padding: 0 0 50px;
		background: linear-gradient(0deg, rgba(244, 246, 248, 0.00) 0%, #F4F6F8 14.37%);
	}
	.sub_tit .tit p {
		font-size: 14px;
	}
	.sub_tit .txt {
		font-size: 14px;
	}
	.sub_tit .txt strong {
		font-size: 16px;
	}


	.c_sec01 .talk .item:before {
		width: 65px;
		height: 65px;
	}
	.c_sec01 .talk .left {
		padding-left: 35px;
	}
	.c_sec01 .talk .right {
		padding-right: 35px;
	}
	.c_sec01 .talk .item .txt {
		padding: 20px;
		word-break: keep-all;
	}
	.c_sec01 .talk .item .txt br {
		display: none;
	}
	.c_sec01 .talk .left .txt {
		font-size: 16px;
		border-radius: 0px 25px 25px 25px;
	}
	.c_sec01 .talk .right .txt {
		font-size: 14px;
		margin-left: 0;
		border-radius: 25px 0 25px 25px;
	}


	.c_sec03 .grid > div {
		width: calc(50% - 13px);
	}
	.c_sec03 .grid > div .box .front .thumb img {
		max-width: 80%;
	}
	.c_sec03 .grid > div .box .backend .bar p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.c_sec03 .grid > div .box .backend .bar strong {
		font-size: 18px;
	}


	.c_sec04 .title {
		margin-bottom: 25px;
	}
	.c_sec04 .tabs .swiper-slide button {
		height: 50px;
		font-size: 16px;
	}
	.c_sec04 .tab_cont > div .map_box .root_daum_roughmap .wrap_map {
		height: 350px;
	}
}
@media screen and (max-width: 480px) {
	.sec03 .list > div {
		width: 100%;
	}


	.c_sec03 .grid {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.c_sec03 .grid > div {
		width: 100%;
	}


	.c_sec04 .tabs .swiper-slide button {
		font-size: 14px;
	}
}
@media screen and (max-width: 380px) {
}