#quick {
	display: none !important;
}


.swiper-container,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
}

#container {
	transition: 1.5s transform;
	overflow-y: hidden;
}

::-webkit-scrollbar {
	display: none;
}

.promotion_container {
	transition: 1.5s all;
}
.news_container {
	transition: 1.5s all;
}
.business_container {
	transition: 1.5s all;
}
.video_container {
	transition: 1.5s all;
}

.video_desktop {
	overflow: hidden;
}

.video_button_box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.video_button_box > .text {
	height: 20%;
	background: #f5f5f5;
	color: #b7b7b7;
	font-size: 22px;
	display: flex;
	align-items: center;
	border: 1px solid #dddddd;
	cursor: pointer;
}

.video_button_box > .text > .point {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #b7b7b7;
	margin: 0 10px;
}

.video_button_box > .select_button {
	background: white;
}

.video_button_box > .select_button > .point {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #003085;
}

.video_button_box > .text > .title {
	font-weight: bold;
	font-family: "TDTDSeoulRo" !important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
	padding-top: 5px;
}

.video_button_box > .select_button > .title {
	color: #003085;
}

.video_mobile {
	display: none;
}

.video_img_container {
	width: 100%;
	transition: 1s all;
	cursor: pointer;
}

.video_img_box {
	width: 100%;
	height: 450px;
	position: relative;
}

.video_img_box > .img {
	width: 100%;
	height: 100%;
}

.video_img_box > .text {
	position: absolute;
	top: 0;
}

.video_img_box > .img > div {
	width: 100%;
	height: 100%;
}

.project_container {
	transition: 1.5s all;
}

.reveal1 {
	opacity: 1;
}
.reveal2 {
	opacity: 1;
}

.first_elem {
	transform: translateY(0);
}
.second_elem {
	transform: translateY(-860px);
}
.third_elem {
	transform: translateY(-1716px);
}
.fourth_elem {
	transform: translateY(-2575px);
}

.fifth_elem {
	transform: translateY(-3434px);
}
.sixth_elem {
	transform: translateY(-3693px);
}

.footer_container {
	opacity: 0;
	transition: 0.5s opacity;
	position:fixed;
}

.footer_reveal{
	opacity:1;
	bottom:0;
}

@media (max-width: 1250px) {

	.video_container img{
		width: 100%;
		height: 210px;
	}

	#container {
		transition: none;
	}
	.promotion_container {
		transition: none;
	}
	.news_container {
		transition: none;
	}
	.business_container {
		transition: none;
	}
	.video_container {
		transition: none;
	}
	.project_container {
		transition: none;
	}

	.reveal1 {
		opacity: 1;
	}
	.reveal2 {
		opacity: 1;
	}

	.first_elem {
		transform: translateY(0);
	}

	.second_elem {
		transform: translateY(0);
	}
	.third_elem {
		transform: translateY(0);
	}
	.fourth_elem {
		transform: translateY(0);
	}
	.fifth_elem {
		transform: translateY(0);
	}
	.sixth_elem {
		transform: translateY(0);
	}

	.footer_container {
		transition: none;
	}

	body {
		overflow-y: auto !important;
		overflow-x: hidden !important;
		position:relative;
	}
}

.white_head_slide {
	background-color: rgba(255, 255, 255, 1);
}

a:focus,
a:hover {
	color: #111111;
}

a {
	color: #111111;
}

/*----------slide--------*/

.slide_container {
	height: 100%;
}
.slide_container .splide {
	height: 100%;
}

.slide_container .splide__slide {
	pointer-events: none;
}
/* .slide_container .splide__slide > div:nth-child(1) > a {
	pointer-events: none;
} */

.slide_container .splide__slide > div:nth-child(1) > div {
	width: 100%;
	height: 969px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide_container .splide__slide > div:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
    align-items: center;
    grid-template-rows: 50% 20% 30%;
}

.slide_container .text_box {
	text-align: center;
	word-break: keep-all;
	width: 100%;
	height: 100%;
}

.slide_container .text_box > div:nth-child(1) {
	padding-top:400px;
}

.slide_container .text_box > div:nth-child(1) > pre {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	margin: 0;
	word-break: keep-all;
	line-height: normal;
	font-size: 70px;
	color: #ffffff;
	line-height: 1.3;
	font-family: "TDTDSeoulRo" !important;
	overflow: visible;
}

.slide_container .text_box > div:nth-child(2) {
	padding: 50px 0 20px 0;
}

.slide_container .text_box > div:nth-child(2) > pre {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	margin: 0;
	word-break: keep-all;
	line-height: normal;
	font-size: 20px;
	color: #ffffff;
	overflow: visible;
}
.slide_container .text_box > a {
	width: 160px;
	height: 38px;
	display: inline-block;
	background-color: #003085;
	font-size: 16px;
	color: #ffffff;
	pointer-events: all;
	cursor: pointer;
	border-radius: 4px;
	display: table;
	margin: 0 auto;
}

.slide_container .text_box > a > div {
	display: table-cell;
	vertical-align: middle;
}

/*----------promotion--------*/

.promotion_background {
	background-color: #eafffc;
	width: 100%;
	display: table;
}

.promotion_container {
	height: 320px;
	display: table-cell;
	vertical-align: middle;
}

.promotion_container > .box:nth-child(1) {
	font-size: 36px;
	color: #333333;
	text-align: center;
	font-family: "TDTDSeoulRo" !important;
}

.promotion_container > .box:nth-child(2) {
	width: 120px;
	height: 12%;
}

.promotion_container > .box:nth-child(3) {
	display: flex;
	width: 900px;
	justify-content: center;
	margin: 0 auto;
}

.promotion_container > .box:nth-child(3) > .elem:nth-child(1) {
	display: none;
	word-break: keep-all;
}

.promotion_container > .box:nth-child(3) > .elem:nth-child(2) {
	font-size: 14px;
	color: #333333;
	text-align: center;
	width: 250px;
	word-break: keep-all;
	height: 120px;
	margin-right: 56px;
}

.promotion_container > .box:nth-child(3) > .elem:nth-child(2) > .text {
	padding-top: 20px;
}

.promotion_container > .box:nth-child(3) > .elem_box > .elem:nth-child(1) {
	font-size: 16px;
	color: #333333;
	width: 600px;
	word-break: keep-all;
}

.promotion_container > .box:nth-child(3) > .elem_box > .elem:nth-child(1) {
	font-size: 16px;
	color: #333333;
	width: 600px;
	word-break: keep-all;
}

.promotion_container > .box:nth-child(3) > .elem_box > .elem:nth-child(2) {
	display: flex;
	margin-top: 20px;
}

.promotion_container .button {
	width: 300px;
	height: 50px;
	color: #ffffff;
	background-color: #00c19f;
	display: flex;
	padding: 13px 20px;
	justify-content: space-between;
	display: table;
}

.promotion_container .button > div {
	display: table-cell;
	vertical-align: middle;
}

.promotion_container .button > .text {
	width: 195px;
}

.promotion_container .button:nth-child(1) {
	margin-right: 20px;
}

/*----------news--------*/

.news_background {
	height: 858px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #e3e3e3;
	justify-content: center;
    display: flex;
    flex-direction: column;
}

.news_container {
	/* height: 858px; */
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.news_container > .box:nth-child(4) > .elem:nth-child(1) {
	display: flex;
}

.news_container > .box > .img > a > img {
	width: 468px;
	height: 266px;
}

.news_container > .box > .img > a > div {
	height: 266px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news_container > .box:nth-child(2) {
	width: 500px;
	padding: 25px 30px 0 0;
}

.news_container > .box > .text {
	font-size: 20px;
	color: #111111;
	padding: 25px 0 0 0;
	/* height: 90px; */
	word-break: keep-all;
	background-color: white;
	font-weight: bold;
}

.news_container > .box > .text > .title {
	padding: 0 10px 0 10px;
}

.news_container > .box > .text > a {
	color: #111111;
}

.news_container > .box > .text > .title > a {
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.news_container > .box:nth-child(2) > .type {
	font-size: 14px;
	color: #003085;
	width: 100%;
	display: table;
	background-color: white;
	height: 40px;
	padding: 0 10px 0 10px;
}

.news_container > .box:nth-child(2) > .img {
	overflow: hidden;
}

.news_container > .box:nth-child(3) > .img {
	overflow: hidden;
}

.news_container > .box:nth-child(2) > .img > a > div {
	transition: 0.3s all;
}

.news_container > .box:nth-child(2) > .img > a > div:hover {
	transform: scale(1.1);
	transition: 0.3s all;
}

.news_container > .box:nth-child(2) > .img > a > div > div {
	width: 100%;
	height: 100%;
	transition: 0.3s all;
}

.news_container > .box:nth-child(2) > .img > a > div > div:hover {
	transition: 0.3s all;
}

.news_container > .box:nth-child(3) > .img > a > div {
	transition: 0.3s all;
}

.news_container > .box:nth-child(3) > .img > a > div:hover {
	transform: scale(1.1);
	transition: 0.3s all;
}

.news_container > .box:nth-child(3) > .img > a > div > div {
	width: 100%;
	height: 100%;
	transition: 0.3s all;
}

.news_container > .box:nth-child(3) > .img > a > div > div:hover {
	transition: 0.3s all;
}

.news_container > .box:nth-child(3) {
	width: 500px;
	padding: 20px 15px 0 15px;
}

.news_container > .box:nth-child(3) > .type {
	font-size: 14px;
	color: #003085;
	width: 100%;
	display: table;
	background-color: white;
	height: 40px;
	padding: 0 10px 0 10px;
}

.news_container > .box:nth-child(4) {
	width: 500px;
	padding: 0 0 0 30px;
}

.news_container > .box:nth-child(4) > .elem:nth-child(1) {
	position: relative;
	display: none;
}

.news_container > .box:nth-child(4) > .elem:nth-child(2) {
	border-top: 5px solid #003085;
	margin-top: 20px;
	background-color: white;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	height: 360px;
}

.news_container > .box:nth-child(4) > .elem:nth-child(1) > .title {
	font-size: 30px;
	color: #333333;
	font-family: "TDTDSeoulRo" !important;
}

.news_container > .box:nth-child(4) > .elem:nth-child(1) > .img {
	position: absolute;
	right: -2px;
	top: -30px;
}

.news_container > .box:nth-child(4) > .elem:nth-child(1) > .img > a > div {
	height: 210px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news_background > .title {
	width: 1500px;
	padding-top: 2%;
	padding-right: 15px;
	font-size: 36px;
	color: #333333;
	font-family: "TDTDSeoulRo" !important;
	margin: 0 auto;
	position: relative;
}

.news_background > .title > .arrow {
	position: absolute;
	right: 0px;
	top: 80px;
	display: block;
}

.news_container > .box:nth-child(4) > .elem:nth-child(1) > .title {
	padding: 20px 0 0 0;
	padding-right: 15px;
}

.news_container > .box:nth-child(4) > .elem:nth-child(2) > .list {
	font-size: 15px;
	color: #333333;
	padding: 14px 0;
	border-bottom: 1px dotted #dddddd;
	width: 450px;
	padding-right: 20px;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_container > .box:nth-child(4) > .elem:nth-child(2) > .list:nth-child(8) {
	border-bottom: none;
}

.news_container > .box:nth-child(4) > .elem:nth-child(2) > .list > a > p {
	display: none;
}

.news_container
	> .box:nth-child(4)
	> .elem:nth-child(2)
	> .list
	> a
	> p:first-child {
	display: block;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_container > .box:nth-child(4) > .elem:nth-child(1) > .img:nth-child(3) {
	display: none;
}

/*----------business--------*/

.business_background {
	background-color: #f4f4f4;
	width: 100%;
	display: table;
}

.business_container {
	height: 537px;
	width: 1500px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.business_container > .box:nth-child(1) {
	position: relative;
	width: 1500px;
	margin: 0 auto;
	height: 75px;
}

.business_container > .box:nth-child(1) > .title {
	font-size: 36px;
	color: #333333;
	position: relative;
	font-family: "TDTDSeoulRo" !important;
}

.business_container > .box:nth-child(1) > .img {
	position: absolute;
	right: 7px;
	top: 35px;
}

.business_container > .box:nth-child(2) {
	margin-top: 2%;
	display: flex;
	justify-content: space-around;

	position: relative;
	width: 1500px;
	margin: 0 auto;
}

.business_container a:focus,
.business_container a:hover {
	color: #ffffff;
}

.business_container a {
	color: #ffffff;
}

.business_container > .box:nth-child(2) > .elem > .img {
	overflow: hidden;
}

.business_container > .box:nth-child(2) > .elem > .img > a > div > div {
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6) 100%
	);
}

.business_container > .box:nth-child(2) > .elem > .img > a > div {
	transition: 0.3s all;
}

.business_container > .box:nth-child(2) > .elem > .img > a > div:hover {
	transform: scale(1.1);
	transition: 0.3s all;
}

.business_container > .box:nth-child(2) > .elem > .img > a > div > div {
	width: 100%;
	height: 100%;
}

.business_container > .box:nth-child(2) > .elem > .img > a > div > div:hover {
	transition: 0.3s all;
}

.business_container > .box:nth-child(2) > .elem > .img > a > div {
	width: 290px;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.business_container > .box:nth-child(2) > .elem {
	position: relative;
}

.business_container > .box:nth-child(2) > .elem > .text {
	font-size: 18px;
    color: #ffffff;
    word-break: keep-all;
    position: absolute;
    top: 380px;
	padding:0 10px;	
}

.business_container a {
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; 
            -webkit-box-orient: vertical;
			word-break: break-all;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.business_container .title {
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:nowrap;
		width: 270px;
		padding-left:5px;
	  }
	  
	  
}

.business_container > .box:nth-child(2) > .elem > .type {
	font-size: 14px;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	display: table;
	position: absolute;
	bottom: 80px;
	left: 10px;
	height: 30px;
}

.business_container > .box:nth-child(2) > .elem > .title {
	font-size: 25px;
	font-weight: bold;
	color: #333333;
}
/* 
.business_container > .box:nth-child(2) > .elem:nth-child(2) {
	margin: 0 40px;
} */

/*----------video--------*/
.video_background {
	display: table;
}
.video_container {
	height: 859px;
	width: 1500px;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
}

.video_container > .box {
	width: 1520px;
	height: 450px;
	margin: 0 auto;
}

.video_container > .box > .img > a > img {
	height: 415px;
	width: 100%;
}

.video_container > .box:nth-child(1) {
	padding: 0;
	width: 1520px;
	height: 75px;
}

.video_container > .box:nth-child(1) > .title {
	font-size: 36px;
	color: #333333;
	font-family: "TDTDSeoulRo" !important;
}

.video_container > .box:nth-child(2) {
	display: flex;
	justify-content: center;
}

.video_container .bx-wrapper {
	width: 100%;
}

.video_container .bx-wrapper:nth-child(1) {
	margin-right: 20px;
}

.slider_first .text {
	word-break: keep-all;
	display: table;
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6) 100%
	);
	position: absolute;
	color: #ffffff;
	bottom: 0;
	left: 0;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
	height: 100%;
}

.slider_first .text > .title {
	width: 100%;
	font-size: 25px;
	padding: 0 30px;
	padding-bottom: 80px;
	word-break: keep-all;
	display: table-cell;
	vertical-align: bottom;
}

.slider_second .text {
	word-break: keep-all;
	display: table;
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6) 100%
	);
	position: absolute;
	color: #ffffff;
	bottom: 0;
	left: 0;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
	height: 100%;
}

.slider_second .text > .title {
	width: 100%;
	font-size: 25px;
	padding: 0 30px;
	padding-bottom: 80px;
	word-break: keep-all;
	display: table-cell;
	vertical-align: bottom;
}

.slider_first .line {
	position: absolute;
	bottom: 40px;
	left: 30px;
	height: 30px;
	width: 119px;
	display: block;
	border-bottom: 3px solid #ffffff;
}

.slider_second .line {
	position: absolute;
	bottom: 40px;
	left: 30px;
	height: 30px;
	width: 119px;
	display: block;
	border-bottom: 3px solid #ffffff;
}

.slider_first .img > div {
	height: 450px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider_second .img > div {
	height: 450px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.video_container > .box:nth-child(1) > .text {
	position: absolute;
	color: #ffffff;
	bottom: 30px;
	left: 30px;
	font-size: 25px;
	font-weight: bold;
}

/*----------project--------*/
.project_container {
	height: 858px;
	width: 1920px;
	display: flex;
	margin: 0 auto;
}

.project_container > .box {
	width: 84%;
	height: 100%;
}

.project_container > .box > .swiper-wrapper > .elem {
	width: 100%;
	height: 100%;
	display: flex;
}

.project_container > .box > .swiper-wrapper > .elem > .img {
	width: 960px;
	height: 100%;
}

.project_container > .box > .swiper-wrapper > .elem > .title {
	width: 50%;
	height: 100%;
}

.project_container > .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

/* .project_container > .box > .elem {
	position: absolute;
} */

.project_container > .box:nth-child(1) > .swiper-wrapper > .elem > .img > div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.project_container > .box:nth-child(2) {
	width: 17%;
	height: 100%;
}

.project_container > .box:nth-child(2) > .elem {
	width: 100%;
}

.project_container > .box:nth-child(2) > .elem > .img {
	width: 50%;
}

.project_container > .box:nth-child(2) > .elem > .title {
	width: 50%;
}

.project_container > .box:nth-child(2) > .elem {
	width: 100%;
	height: 150px;
}

.project_container > .box:nth-child(2) {
}

.project_container > .box:nth-child(2) > .elem {
	text-align: center;
	display: block;
	color: #333333;
	font-size: 30px;
	border: 1px solid #dddddd;
	border-top: none;
	border-left: none;
	cursor: pointer;
	display: table;
}

.project_container > .box:nth-child(2) > .elem > div {
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}

.project_container .active > .first {
	color: #ffffff;
	background-color: #003085;
}

.project_container .active > .second {
	color: #ffffff;
	background-color: #360e00;
}

.project_container .active > .third {
	color: #ffffff;
	background-color: #004336;
}

.project_container .active > .fourth {
	color: #ffffff;
	background-color: #381565;
}

.project_container .active > .fifth {
	color: #ffffff;
	background-color: #0041af;
}

.project_container > .first_active > .elem {
	transform: translate(0, 0);
}
.project_container > .second_active > .elem {
	transform: translate(0, -750px);
}
.project_container > .third_active > .elem {
	transform: translate(0, -1500px);
}
.project_container > .fourth_active > .elem {
	transform: translate(0, -2250px);
}
.project_container > .fifth_active > .elem {
	transform: translate(0, -3000px);
}

.project_container > .box:nth-child(1) > .swiper-wrapper > .elem > .title {
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 50px;
	width: 800px;
	height: 620px;
	position: absolute;
	top: 100px;
	left: 910px;
}
.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(1)
	> .title {
	background-color: #0041af;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(2)
	> .title {
	background-color: #003085;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(3)
	> .title {
	background-color: #360e00;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(4)
	> .title {
	background-color: #004336;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(5)
	> .title {
	background-color: #381565;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(6)
	> .title {
	background-color: #0041af;
}
.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(7)
	> .title {
	background-color: #003085;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem
	> .title
	> div {
	width: 520px;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem
	> .title
	> .sub_title {
	font-size: 26px;
	color: #ffffff;
	word-break: keep-all;
}

.project_container
	> .box:nth-child(1)
	> .elem
	> .title
	> .sub_title:nth-child(2) {
	padding-top: 40px;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem
	> .title
	> .line {
	width: 15px;
	height: 2px;
	margin-top: 60px;
	margin-bottom: 40px;
	border: 1px solid #ffffff;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem
	> .title
	> .main_title {
	font-size: 55px;
	color: #ffffff;
	line-height: 1.2;
	word-break: keep-all;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem
	> .title
	> .button {
	width: 420px;
	height: 75px;
	background-color: #ffffff;
	border-radius: 38px;
	display: table;
	margin-top: 50px;
	cursor: pointer;
}

.project_container
	> .box
	> .swiper-wrapper
	> .elem
	> .title
	> .button
	> div:nth-child(1) {
	font-size: 26px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	width: 350px;
}
.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(1)
	> .title
	> .button
	> div:nth-child(1) {
	color: #0041af;
}
.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(2)
	> .title
	> .button
	> div:nth-child(1) {
	color: #003085;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(3)
	> .title
	> .button
	> div:nth-child(1) {
	color: #360e00;
}
.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(4)
	> .title
	> .button
	> div:nth-child(1) {
	color: #004336;
}
.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(5)
	> .title
	> .button
	> div:nth-child(1) {
	color: #381565;
}
.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(6)
	> .title
	> .button
	> div:nth-child(1) {
	color: #0041af;
}

.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem:nth-child(7)
	> .title
	> .button
	> div:nth-child(1) {
	color: #003085;
}
.project_container
	> .box:nth-child(1)
	> .swiper-wrapper
	> .elem
	> .title
	> .button
	> div:nth-child(2) {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	top: 740px;
	right: 250px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	top: 740px;
	right: 170px;
}
.swiper-button-next,
.swiper-button-prev {
}

.mobile_project_container {
	display: none;
}

.footer_container {
	margin-top: 0;
}

/*----------site_slide--------*/
.site_container {
	height: 90px;
	width: 1218px;
	margin: 0 auto;
	overflow: hidden;
}

.site_container .table_box {
	display: table;
	height: 100%;
}

.site_container .box {
	display: table-cell;
	vertical-align: middle;
}

.site_container .img {
	height: 30px;
	width: 130px;
	border: 1px solid #dddddd;
	margin: 0 3px;
	border-radius: 2px;
}

.site_container .img:first-child {
	margin-left: 0;
}

.site_container .img:last-child {
	margin-right: 0;
}

.site_container .img > a > div {
	height: 100%;
	width: 100%;
}

.container_title_mo {
	display: none;
}

.business_container > .box:nth-child(1) > .img {
	display: block;
}

.business_container > .box:nth-child(1) > .img2 {
	display: none;

	display: block;
	position: relative;
	margin-top: -4px;
	float: right;

	right: -2px;
	top: -30px;
}

.project_title {
	position: absolute;
	top: 24px;
	left: 960px;
	font-size: 36px;
	color: #333333;
	font-family: "TDTDSeoulRo" !important;
	white-space: nowrap;
	width: 35%;
	text-align: right;
}
/*----------page--------*/
.page_container {
	position: absolute;
	right: 50px;
	top: 40%;
	z-index: 999;
	cursor: pointer;
}

.page_container > .box {
	margin: 15px auto;
	display: table;
}

.page_container > .box > .elem {
	width: 6px;
	height: 6px;
	background-color: #e6e6e6;
	border-radius: 50%;
}

.page_container > .box > .elem > div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.page_container > .box > .page_active {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0);
	border: 3px solid #003085;
	border-radius: 50%;
}

.page_container > .box > .page_active > .one_active {
	background-color: rgba(255, 255, 255, 0) !important;
}

.page_container > .box > .elem {
	display: table;
}
/* .page_container{
	position:fixed;
	right:0;
	top:50%;
	display:flex;
	flex-direction: row-reverse;
}

.page_container > .box{
	
	
}

.page_container>.box>.elem{
	width:50px;
	height:50px;
	border: 1px solid black;
	margin:1px;
}
.page_container>.box>.elem >div{
		transform: rotate(45deg);
		text-align: center;
		display:table-cell;
		vertical-align: middle;
}
.page_container > .box >.page_active {
 border-left: 1px solid black;
	border-right: 1px solid black;
	width:75px;
	height:75px;
}

.page_container .page_hide {
	visibility:hidden;
}

.page_container > .box > .elem{
	display:table;
	
} */

/*----------animation--------*/
.fade_up {
	transform: translate(0, 50px);
	opacity: 0;
	transition-duration: 1s;
	transition-delay: 1gs;
}

.reveal {
	transform: translate(0, 0) !important;
	opacity: 1 !important;
	transition-duration: 1s;
	transition-delay: 0.5s;
}
@media(min-width:2000px){

	
}
@media (max-width: 1750px) {
	
	.promotion_container{
		height:300px;
	}

	.business_container{
		height:440px;
	}
	
	.project_container {
		width: 100%;

	}
	
	.project_title {
		width: 32%;
	}
	/* .video_container > .box :nth-child(2) {
		width: 1350px;
	} */
	.news_container > .box > .img > a > div {
		height: 230px;
	}
	.news_container > .box:nth-child(4) > .elem:nth-child(2) {
		height: 320px;
	}
	.news_container > .box:nth-child(4) > .elem:nth-child(2) > .list {
		padding: 11px 0;
	}

}
@media (max-width: 1250px) {
	.video_desktop {
		display: none !important;
	}
	
	.video_mobile {
		display: block;
	}
	.fade_up {
		transform: translate(0, 0);
		opacity: 1;
	}

	#container {
		transform: translateY(0) !important;
	}

	.business_container > .box:nth-child(1) > .img2 {
		display: block;
	}

	.business_container > .box:nth-child(1) > .img {
		display: none;
	}

	.business_container > .box:nth-child(2) > .elem > .text {
		top: 0px;
	}

	.news_background > .title > .arrow {
		display: none;
	}

	#container {
		overflow: visible;
	}

	/* ::-webkit-scrollbar { display: contents; } */

	/*----------slide--------*/
	.slide_container .splide {
		height: 380px;
		overflow: hidden;
	}

	.slide_container .splide__slide > div:nth-child(1) > div {
		width: 100%;
		height: 380px;
	}

	.slide_container .splide__slide > div:nth-child(2) {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 15px;
	}

	.slide_container .text_box {
		text-align: center;
		word-break: keep-all;
		width: 100%;
		height: 100%;
	}

	.slide_container .text_box > div:nth-child(1) {
		padding-top: 105px;
	}
	.slide_container .text_box > div:nth-child(2) {
		padding: 10px 20px 50px 20px;
	}
	.slide_container .text_box > div:nth-child(1) > pre {
		font-size: 30px;
		color: #ffffff;
		line-height: 1;
	}
	.slide_container .text_box > div:nth-child(2) > pre {
		font-size: 15px;
		color: #ffffff;
		line-height: 1.1;
	}
	.slide_container .text_box > a {
		display: none;
	}

	.slide_container .splide__slide {
		pointer-events: all;
		cursor: pointer;
	}

	.splide__pagination {
		display: none !important;
	}
	/*----------promotion--------*/

	.promotion_container {
		width: 400px;
		height: 478px;
		margin: 0 auto;
	}

	.promotion_container > .box:nth-child(1) {
		padding-top: 30px;
		font-size: 20px;
	}

	.promotion_container > .box:nth-child(2) {
		display: none;
	}

	.promotion_container > .box:nth-child(3) {
		flex-direction: column;
		width: 400px;
		text-align: center;
		margin: 0 auto;
		padding-left: 0;
	}

	.promotion_container > .box:nth-child(3) > .elem:nth-child(1) {
		display: block;
		width: 295px;
		margin: 30px auto;
	}

	.promotion_container > .box:nth-child(3) > .elem:nth-child(2) {
		height: 150px;
		width: 140px;
	}

	.promotion_container > .box:nth-child(3) > .elem_box > .elem:nth-child(1) {
		display: none;
	}

	.promotion_container > .box:nth-child(3) > .elem_box > .elem:nth-child(1) {
		font-size: 15px;
		margin: 30px auto;
		padding: 0 10px;
		width: 100%;
	}

	.promotion_container > .box:nth-child(3) > .elem:nth-child(2) {
		margin: 0 auto;
	}

	.promotion_container > .box:nth-child(3) > .elem_box > .elem:nth-child(1) {
		display: none;
	}

	.promotion_container > .box:nth-child(3) > .elem_box > .elem:nth-child(4) {
		margin: 20px 0;
	}

	.promotion_container
		> .box:nth-child(3)
		> .elem_box
		> .elem:nth-child(4)
		> .button {
		margin: 10px auto;
	}

	.promotion_container .button:nth-child(1) {
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.promotion_container .button {
		width: 340px;
		padding: 13px 40px;
		margin: 0 auto;
	}

	.promotion_container > .box:nth-child(3) > .elem_box > .elem:nth-child(2) {
		display: block;
		/* flex-direction: column;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap; */
	}

	/*----------news--------*/

	.container_title_mo {
		display: block;
		width: 100%;
		text-align: left;
		margin: auto;
		height: 72px;
	}

	.container_title_mo > .title {
		font-size: 22px;
		color: #333333;
		font-family: "TDTDSeoulRo" !important;
		height: 100%;
		padding: 30px 10px;
	}

	.container_title_mo > .img {
		position: absolute;
		right: -2px;
		top: -40px;
	}

	.container_title_mo > .img > img {
		width: 30px;
		height: 30px;
	}

	.container_title_mo {
		display: block;
	}

	.container_title_mo > .title {
		display: block;
	}

	.container_title_mo > .img {
		display: block;
		position: relative;
		margin-top: -4px;
		float: right;

	}

	.news_background {
		height: 850px !important;
	}
	.news_background > .title {
		display: none;
	}

	.news_container {
		flex-direction: column;
		justify-content: normal;
		margin-top: 0;
		height: auto !important;
		margin: 0 auto;
		width: 400px;
	}

	.news_container > .box:nth-child(4) > .elem:nth-child(1) {
		display: block;
		margin-bottom: -10px;
		width: 100%;
	}

	.news_container > .box:nth-child(4) > .elem:nth-child(2) > .list {
		font-size: 15px;
		padding: 10px 0;
		padding-right: 10px;
		width: 350px;
	}
	.news_container > .box {
		margin: 0 auto;
	}

	.news_container > .box > .text {
		font-size: 16px;
		background: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.8) 100%
		);
	}

	.news_container > .box:nth-child(2) {
		position: relative;
		padding: 0;
		width: 400px;
	}

	.news_container > .box:nth-child(2) > .text {
		position: absolute;
		bottom: 0;
		display: table;
		width: 100%;
		height: 210px;
		padding: 0;
		padding-bottom: 20px;
	}

	.news_container > .box:nth-child(2) > .text > .title {
		display: table-cell;
		vertical-align: bottom;
		padding: 0 50px;
	}

	.news_container > .box:nth-child(2) > .text > .title > a {
		color: white;
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	.news_container > .box:nth-child(2) > .type {
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		height: 30px;
		background-color: rgba(5, 20, 75, 0.5);
		display: table;
		border-bottom: none;
	}

	.news_container > .box:nth-child(2) > .type > a {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #ffffff;
		border-bottom: 2px solid black;
	}

	.news_container > .box:nth-child(3) {
		position: relative;
		padding: 0;
		width: 400px;
		margin-top: 10px;
	}

	.news_container > .box:nth-child(3) > .text {
		position: absolute;
		bottom: 0;
		display: table;
		width: 100%;
		height: 210px;
		padding: 0 50px;
		padding-bottom: 20px;
	}

	.news_container > .box:nth-child(3) > .text > .title {
		display: table-cell;
		vertical-align: bottom;
	}

	.news_container > .box:nth-child(3) > .text > .title > a {
		color: white;
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	.news_container > .box:nth-child(3) > .type {
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		height: 30px;
		background-color: rgba(5, 20, 75, 0.5);
		display: table;
		border-bottom: none;
	}

	.news_container > .box:nth-child(3) > .type > a {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #ffffff;
		border-bottom: 2px solid black;
	}

	.news_container > .box:nth-child(4) {
		padding-left: 0;
		margin: 0 auto;
		width: 400px;
	}

	.news_container > .box > .img > a > div {
		width: 100%;
		height: 210px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.news_container > .box:nth-child(4) > .elem:nth-child(1) > .title {
		font-size: 22px;
	}

	.news_container > .box:nth-child(4) > .elem:nth-child(1) > .img:nth-child(2) {
		display: none;
	}

	.news_container > .box:nth-child(4) > .elem:nth-child(1) > .img:nth-child(3) {
		display: block;
		position: relative;
		margin-top: -4px;
		float: right;
	}

	.news_container
		> .box:nth-child(3)
		> .elem:nth-child(1)
		> .img:nth-child(3)
		> a
		> img {
		width: 30px;
		height: 30px;
	}

	.news_container > .box:nth-child(4) > .elem:nth-child(2) > .list {
		font-size: 15px;
	}

	.news_container > .box:nth-child(4) > .elem:nth-child(2) {
		height: 300px;
		width: 400px;
	}

	/*----------business--------*/

	.business_background {
		height: 722px;
		padding-bottom: 30px;
		background-color: rgb(255, 255, 255);
	}

	.business_container {
		width: 400px;
		height: auto !important;
		padding-top: 0;
		display: flex;
		flex-direction:column;
	}

	.business_container > .box {
		flex-direction: column;
	}

	.business_container > .box:nth-child(1) {
		width: 100%;
		text-align: left;
		margin: auto;
		height: 72px;
	}

	.business_container > .box:nth-child(1) > .title {
		display: none;
	}

	.business_container > .box:nth-child(2) {
		margin-top: 0;
		width: 100%;
		display: block;
	}

	.business_container > .box:nth-child(2) > .elem > .img {
		overflow: inherit;
	}

	.business_container > .box:nth-child(2) > .img {
		display: none;
	}

	.business_container > .box:nth-child(2) > .elem {
		position: relative;
	}

	.business_container > .box:nth-child(2) > .elem > .img > a > div {
		width: 400px;
		height: 210px;
	}

	.business_container > .box:nth-child(2) > .elem > .text {
		position: absolute;
		width: 100%;
		padding: 0;
		padding: 0 20px;
		padding-bottom: 20px;
		height: 100%;
		display: table;
		bottom: 0;
		background: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.5) 100%
		);
	}

	.business_container > .box:nth-child(2) > .elem > .text {
		font-size: 16px;
		left: 0;
	}

	.business_container > .box:nth-child(2) > .elem > .text > .title {
		display: table-cell;
		vertical-align: bottom;
	}

	.business_container > .box:nth-child(2) > .elem > .text > .title > a {
		color: white;
		text-align: center;
		display: inline-block;
		width: 100%;
		padding: 0 50px;
	}

	.business_container > .box:nth-child(2) > .elem > .type {
		position: absolute;
		top: 0;
		left: 0;
		width: 110px;
		height: 30px;
		background-color: rgba(5, 20, 75, 0.5);
		display: table;
		border-bottom: none;
	}

	.business_container > .box:nth-child(2) > .elem > .type > a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		color: #ffffff;
	}

	.business_container > .box:nth-child(2) > .elem {
		margin: 0 auto;
		margin-bottom:10px;
	}


	/*----------video--------*/
	.video_background{
		padding-bottom: 30px;
		height: 380px !important;
	}
	
	.video_container {
		height: 284px !important;
		width: 400px;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}

	.video_container > .box:nth-child(1) {
		width: 100%;
		height: 120px;
		position: relative;
		margin-top: 0;
	}

	.video_container > .box:nth-child(3) {
		width: 100%;
		display: block !important;
		padding-top: 10px;
	}

	.video_container .bx-wrapper:nth-child(1) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.slider_first .text {
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 16px;
		text-align: center;
		padding: 0 30px;
		word-break: keep-all;
		height: 100%;
		display: table;
		background: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.5) 100%
		);
		z-index: 999;
	}

	.slider_first .text > .title {
		width: 100%;
		font-size: 16px;
		text-align: center;
		padding: 0 30px;
		padding-bottom: 20px;
		word-break: keep-all;
		display: table-cell;
		vertical-align: bottom;
	}

	.slider_second .text {
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 16px;
		text-align: center;
		padding: 0 30px;
		word-break: keep-all;
		height: 100%;
		display: table;
		background: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.5) 100%
		);
	}

	.slider_second .text > .title {
		width: 100%;
		font-size: 16px;
		text-align: center;
		padding: 0 30px;
		padding-bottom: 20px;
		word-break: keep-all;
		display: table-cell;
		vertical-align: bottom;
		
	}

	.slider_first .line {
		display: none;
	}

	.slider_second .line {
		display: none;
	}

	.slider_first .img > div {
		height: 210px;
		width: 100%;
	}

	.slider_second .img > div {
		height: 210px;
		width: 100%;
	}

	.video_container > .box:nth-child(1) {
		position: relative;
		top: 0;
		padding: 0px;
		width: 400px;
	}

	.video_container > .box:nth-child(1) > .title {
		font-size: 22px;
		display: none;
	}

	.video_container > .box:nth-child(2) {
		margin-top: 0;
		margin-bottom: 0;
		flex-direction: column;
	}

	/*----------project--------*/
	.project_container {
		display: none;
	}

	.mobile_project_container {
		display: block;
		height: 700px;
		width: 400px;
		margin: 0 auto;
	}
	.mobile_project_container .bx-controls-direction {
		display: none !important;
	}
	.mobile_project_container .bx-wrapper .bx-pager {
		display: block;
		transform: scale(0.7);
	}

	.mobile_project_container .img {
		height: 300px;
		width: 400px;
	}

	.mobile_project_container .img > div {
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.mobile_project_container .elem {
		height: 400px;
		width: 400px;
		padding: 30px 0 0 0;
		word-break: keep-all;
	}
	.mobile_project_container .box:nth-child(1) > .elem {
		background-color: #0041af;
	}
	.mobile_project_container .box:nth-child(2) > .elem {
		background-color: #003085;
	}
	.mobile_project_container .box:nth-child(3) > .elem {
		background-color: #360e00;
	}
	.mobile_project_container .box:nth-child(4) > .elem {
		background-color: #004336;
	}
	.mobile_project_container .box:nth-child(5) > .elem {
		background-color: #381565;
	}
	.mobile_project_container .box:nth-child(6) > .elem {
		background-color: #0041af;
	}
	.mobile_project_container .box:nth-child(7) > .elem {
		background-color: #003085;
	}

	.mobile_project_container .elem > .text {
		font-size: 16px;
		color: #ffffff;
		padding: 0 50px 0 30px;
	}

	.mobile_project_container .elem > .line {
		width: 15px;
		height: 2px;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 1px solid #ffffff;
		margin-left: 30px;
	}

	.mobile_project_container .elem > .button {
		width: 330px;
		height: 60px;
		background-color: #ffffff;
		border-radius: 38px;
		display: table;
		margin-top: 50px;
		cursor: pointer;
		display: flex;
	}

	.mobile_project_container .elem > .main_text {
		font-size: 30px;
		color: #ffffff;
		line-height: 1.2;
		padding: 0 70px 0 30px;
	}

	.mobile_project_container .elem > .button {
		width: 330px;
		height: 60px;
		background-color: #ffffff;
		border-radius: 38px;
		display: table;
		margin: 0 auto;
		margin-top: 25px;
		cursor: pointer;
		display: table;
	}

	.mobile_project_container .elem > .button > div:nth-child(1) {
		font-size: 16px;
		display: table-cell;
		vertical-align: middle;
		padding-left: 30px;
	}

	.mobile_project_container .elem > .button > div:nth-child(2) {
		display: table-cell;
		vertical-align: middle;
		padding-right: 40px;
	}

	.mobile_project_container .box > .elem > .button > div:nth-child(1) {
		width: 241px;
	}

	.mobile_project_container
		.box:nth-child(1)
		> .elem
		> .button
		> div:nth-child(1) {
		color: #0041af;
	}
	.mobile_project_container
		.box:nth-child(2)
		> .elem
		> .button
		> div:nth-child(1) {
		color: #003085;
	}
	.mobile_project_container
		.box:nth-child(3)
		> .elem
		> .button
		> div:nth-child(1) {
		color: #360e00;
	}
	.mobile_project_container
		.box:nth-child(4)
		> .elem
		> .button
		> div:nth-child(1) {
		color: #004336;
	}
	.mobile_project_container
		.box:nth-child(5)
		> .elem
		> .button
		> div:nth-child(1) {
		color: #381565;
	}
	.mobile_project_container
		.box:nth-child(6)
		> .elem
		> .button
		> div:nth-child(1) {
		color: #0041af;
	}
	.mobile_project_container
		.box:nth-child(7)
		> .elem
		> .button
		> div:nth-child(1) {
		color: #003085;
	}

	.promotion_background {
		padding-bottom: 30px;
	}

	/*----------site_slide--------*/
	.site_container {
		display: none;
	}
	.page_container {
		display: none;
	}

	.footer_container {
		opacity: 1;
		margin-top: 72px;
		position:inherit;
	}


}
@media (max-width: 500px) {
	.splide__slide > div:nth-child(1) > div {
		width: 500px;
		object-fit: none;
	}

	.splide__slide > div:nth-child(1) > div {
		width: 100%;
		object-fit: none;
		height: 710px;
	}

	.splide__slide > div:nth-child(2) {
		position: absolute;
		top: 0;
		left: 0;
	}

	.text_box {
		text-align: center;
		word-break: keep-all;
		width: 100%;
		height: 100%;
	}

	.text_box > div:nth-child(1) {
		padding-top: 150px;
	}
	.text_box > div:nth-child(2) {
		padding: 30px 20px 0 20px;
	}

	.text_box > div:nth-child(1) > pre {
		font-size: 30px;
		color: #ffffff;
		line-height: 1;
	}
	.text_box > div:nth-child(2) > pre {
		font-size: 15px;
		color: #ffffff;
		white-space: normal;
	}

	.promotion_container {
		height: 100%;
	}

	.news_container  >  .box:nth-child(4)  >  .elem:nth-child(2)  >  .list {
		width: 100%;
	}

	.promotion_container {
		width: 100%;
	}

	.promotion_container > .box:nth-child(3) {
		width: 100%;
	}

	.news_container {
		width: 100%;
		padding: 0 10px;
	}

	.news_container > .box > .text {
		width: 100%;
	}

	.news_container > .box:nth-child(4) > .elem:nth-child(2) {
		height: 300px;
		width: 100%;
	}

	.business_container {
		width: 100%;
		padding: 0 10px;
	}

	.business_container > .box:nth-child(2) > .elem > .img > a > div {
		width: 100%;
	}

	.business_container > .box:nth-child(2) > .elem > .text {
		width: 100%;
		padding: 0;
		padding-bottom: 10px;
		height: 100%;
	}

	.video_container {
		width: 95%;
		padding: 0;
	}

	.video_background {
		display: block;
	}

	.video_container > .box:nth-child(1) {
		position: relative;
		top: 0;
		padding: 0px;
		width: 100%;
	}

	.mobile_project_container {
		width: 100%;
	}

	.mobile_project_container .img {
		width: 100%;
	}

	.mobile_project_container .elem {
		width: 100%;
	}

	.news_container > .box:nth-child(2) {
		width: 100%;
	}

	.news_container > .box:nth-child(3) {
		width: 100%;
	}

	.news_container > .box:nth-child(4) {
		width: 100%;
	}
	.news_container > .box:nth-child(4) > .elem:nth-child(2) > .list {
		width: 100%;
	}

	.mobile_project_container .elem {
		width: 100%;
	}

	.business_container > .box:nth-child(2) > .elem {
		width: 100%;
	}

	.mobile_project_container .img {
		width: 100%;
	}

	.business_container > .box:nth-child(1) > .img {
		display: none;
	}
}

@media (max-width: 378px) {

	html{
		overflow-x: hidden;
	}
	.slide_container .text_box > div:nth-child(1) > pre {
		white-space: normal;
	}

	.promotion_container > .box:nth-child(1) {
		font-size: 16px;
	}

	.promotion_container > .box:nth-child(3) > .elem:nth-child(1) {
		font-size: 12px;
	}

	.promotion_container > .box:nth-child(3) > .elem:nth-child(2) {
		font-size: 12px;
	}

	.promotion_container > .box:nth-child(3) > .elem:nth-child(4) {
		font-size: 14px;
		color: #ffffff;
	}

	.promotion_container .button {
		width: 290px;
		padding: 13px 40px;
	}

	.news_container > .box > .text {
		font-size: 11px;
	}

	.business_container > .box:nth-child(2) > .elem > .text > .title > a {
		font-size: 11px;
	}

	.mobile_project_container .elem > .text {
		font-size: 11px;
	}

	.slider_first .text > .title {
		font-size: 12px;
	}

	.slider_second .text > .title {
		font-size: 12px;
	}

	.mobile_project_container .elem > .main_text {
		font-size: 22px;
	}

	.mobile_project_container .elem > .button {
		width: 280px;
	}

	.mobile_project_container .box > .elem > .button > div:nth-child(1) {
		width: 205px;
	}
}


/* 포토뉴스 추가 */
.pho-padding{
	width: 1520px;
	margin: 0 auto;
}
.photo_container {
	height:1000px;
	width:100%;
}
.photo_box {
	margin:0 auto; 
	max-width: 1200px;
}
.photo_container > .box:nth-child(1) > .title {
	font-size: 36px;
	color: #333333;
	font-family: "TDTDSeoulRo" !important;
}
.photo_container > .box:nth-child(1) {
	padding: 0;
	width: 1520px;
	height: 75px;
}
.video_container > .box {
	margin: 0 auto;
}
.pho-padding > .title > .photo-title{
	font-size: 36px;
	color: #333333;
	font-family: "TDTDSeoulRo" !important;
	padding: 25px 0;
	padding-top: 50px;
}
.pho-padding > .title > .arrow {
	display: none;
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 80%;
	width: 100%;
	background: black;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	background: black;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.project_container .swiper-slide img {
	display: block;
	width:auto;
	height:auto;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.gallery-thumbs img{
	width:100%;
	height:100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-img-size img{
	margin: 0 auto;
	width: auto;
	max-height: 600px;
	padding-top: 10px;
}
.captionTxt {
	color: #fff;
	font-size: 21px;
	padding: 10px 0px;
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	text-align: center;
}
#photoFullPart {
	width: 1200px;
	height: 600px;
	overflow: hidden;
}
.photo-arrow-right {
	top: 220px;
	width: 27px;
	right: 1%;
}
.photo-arrow-left {
	top: 220px;
	width: 27px;
	left: 1%;
}
.goPoto {
	width: 1200px;
	position: absolute;
	cursor: pointer;       
	z-index: 999;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}
.goPoto > a {
	color: #fff;
}

@media(max-width: 1250px) {

	.pho-padding{
		width: 100%;
		margin: 0 auto;
		/* display:flex; */
		flex-direction:column;
	}
	.photo_box {
		max-width: 400px;
	}
	#photoFullPart {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.gallery-top {
		height: 70%;
		background: black;
	}
	.gallery-thumbs {
		display: none;
	}
	.captionTxt {
		min-height: 50px;
		font-size: 14px;
	}
	.photo_background{
		height:400px !important;
	}
	.photo_container {
		height:400px !important;
	}
	.photo-arrow-right {
		top: 100px;
	}
	.photo-arrow-left {
		top: 100px;
	}
	.pho-width {
		width:400px;
	}
	.pho-width > .title {
		font-size: 22px;
		color: #333333;
		font-family: "TDTDSeoulRo" !important;
		height: 100%;
		padding: 30px 10px;
	}
	.main-img-size img {
		max-height: 240px;
		padding: 15px;
	}
	.pho-padding > .title {
		display: none;
	}
	.goPoto {
		display: none;
	}
	.pho-padding > .title > .photo-title{
		padding-top: 0px;
	}
}
