/**********************************************************************************
	FONTS
**********************************************************************************/


html, body {
	font-family: 'Pretendard', AppleGothic, '돋움', Dotum, sans-serif;
	color: #505050;
	overflow-x: hidden;
}

/*
	normalize / reset
*/

img {
	vertical-align: middle;
	max-width: 100%;
}



/**********************************************************************************
	[media query examples]
	@media (max-width: 575px) { }
	@media (max-width: 767px) { }
	@media (max-width: 991px) { }
	@media (max-width: 1199px) { }

	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
**********************************************************************************/
.clear:after { display: block; clear: both; content: ''; }
.container {
	max-width:1440px;
	margin:0 auto;
	position:relative;
}
html.hidden, body.hidden { position: fixed; overflow: hidden; width: 100%; height: 100%; }
@media (max-width: 1440px) {
	.container {
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
	}
}
@media (max-width: 767px) {
    html { font-size: 81.25%; }
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}



/* DISPLAY */
.d_flex { display: flex; flex-wrap: wrap; }
@media (min-width: 768px) {
	.m_d_flex { display: flex; flex-wrap: wrap; }
    .mo { display: none; }
}
@media (max-width: 767px) {
    .pc { display: none; }
}

/* FONT */
.txt { font-size: 1rem; line-height: 1.588; letter-spacing: -0.05em; }
.m_txt { font-size: 0.88rem; letter-spacing: -0.05em; }
.tit { font-size: 4rem; line-height: 1.29; letter-spacing: -0.05em; color: #764d21; }
.tit span { color: #0E2071; }
.m_tit { font-size: 3.17rem; letter-spacing: -0.05em; line-height: 1.3; color: #999 }
.m_tit span { color: #0E2071; }
.m_tit + .txt { margin: 20px 0 0 0; }
.s_tit { font-size: 1.88rem; font-weight: 500; line-height: 1.375; letter-spacing: -0.05em; }
.desc { font-size: 1.4rem; line-height: 1.5; letter-spacing: -0.05em;}
.tit + .desc { margin-top: 0px }
.cate { margin: 0 0 10px 0; font-size: 1rem; line-height: 1.18; letter-spacing: -0.05em; color: #0E2071; font-weight: 500; }
.tit_cate { margin-bottom: 30px; font-size: 1.2rem; letter-spacing: -0.05em; font-weight: 700; }
@media (max-width: 767px) {
    .txt { line-height: 1.54; }
    .tit { font-size: }
    .m_tit { font-size: 2.07rem; line-height: 1.3; }
    .s_tit { font-size: 1.54rem; line-height: 1.35; }
    .desc { font-size: 24px; }
    .tit + .desc { margin-top: 0.3vw; }
    .cate { font-size: 0.92rem; }
}


/* MAIN */
.tit_area { justify-content: space-between; align-items: center; }
.tit_area .s_tit { font-weight: 700; color: #191919; font-size: 2.94rem; line-height: 1.2; }
.brand_section .tit_area p { letter-spacing: 0; }
.tit_area p { font-weight: 400; font-size: 1.17rem; line-height: 1.5; color: #505050; letter-spacing: -0.05em; margin-top: 40px; }
.tit_area p b { color: #191919; font-weight: 700; }
.thum { overflow: hidden; position: relative; height: 0; }
.thum img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: 1s ease; will-change: transform; }
.thum:hover img { transform: scale(1.15); }


.main_business_article { position: relative; }
.main_business_article::before { }
@keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-ms-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-o-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.main_business_article::after {  }
.business_section { padding: 100px 0; }
.business_section .slider_box { position: relative; overflow: hidden; }
.business_section .slider_box .swiper-slide { opacity: 0 !important; }
.business_section .slider_box .swiper-slide-active { opacity: 1 !important; }
.business_section .slider_box .m_d_flex { align-items: flex-end; }
.business_section .slider_box .img_box { overflow: hidden; width: 50%; border-radius: 0; overflow: hidden; transition: 1s linear; }
/* .business_section .slider_box .img_box:hover { border-radius: 0 0 999px 999px; } */
.business_section .slider_box .txt_box { width: 50%; padding-left: 5.05vw; padding-bottom: 88px; }
.business_section .slider_box .txt_box span { font-weight: 500; font-size: 1.76rem; line-height: 1.2; letter-spacing: -0.05em; color: #191919; margin-bottom: 5px; }
.business_section .slider_box .txt_box h3 { font-weight: 700; font-size: 75px; line-height: 1.2; text-transform: uppercase; color: #191919; }
.business_section .slider_box .txt_box p { font-weight: 400; font-size: 24px; line-height: 1.59; letter-spacing: -0.05em; color: #666666; margin: 25px 0 45px; }
.business_section .slider_box .tag_list { display: flex; flex-wrap: wrap; }
.business_section .slider_box .tag_list li { padding: 10px 16px; margin-right: 12px; border-radius: 50px; color:#666666; font-size: 0.88rem; line-height: 1.2; font-weight: 500; background: #F1F1F1; text-transform: uppercase; }
.business_section .swiper-slide-active .txt_box { animation: fade-up 1s both; }
.business_section .slider_box .swiper-pagination { text-align: left; }
.business_section .slider_box .swiper-pagination-bullet { width: auto; height: auto; display: inline-block; background: transparent; line-height: 1.18; position: relative; text-transform: uppercase; opacity: 1; color:#999; }
.business_section .slider_box.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 40px 0 0; }
.business_section .slider_box .swiper-pagination-bullet:before { position: absolute; top: 50%; left: -25px; z-index: -1; width: 55px; height: 55px; border-radius: 50%; background: #764d21; transform: translateY(-50%) scale(0); transition: .3s linear; content: ''; }
.business_section .slider_box.swiper-container-horizontal .swiper-pagination-bullet-active { background: transparent; color: #9a9a9a; font-weight: 700; position: relative; }
.business_section .slider_box .swiper-pagination-bullet-active:before { transform: translateY(-50%) scale(1); }
.main_business_article .swiper-pagination-bullet-active span { color: #fff; }
.rnd_section { padding-bottom: 160px; }
.rnd_section .rnd_list { display: flex; flex-wrap: wrap; }
.rnd_section .rnd_list li { width: 50%; text-align: center; margin-bottom: 108px; }
.rnd_section .rnd_list li p { margin-top: 40px; letter-spacing: -0.05em; color: #191919; font-size: 1rem; line-height: 1.59; }
.main_uni_article { position: relative; }
.main_uni_article .bg { background: transparent; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; transition: all .5s ease; }
.result_section { padding: 230px 0 0; position: relative; height: 140vh; }
.main_uni_article .scroll_mo { display: none; }
.result_section>.container { background-color: #fff; }
.result_section .s_tit { position: relative; z-index: 20; color: rgba(0,0,0,1); }
.result_section .scroll_txt2 { position: absolute; margin: 100px 0 0 0; color: #fff; }
.result_section ul { margin: 130px -28px 130px 0; display: flex; }
.result_section ul li { width: calc(25% - 28px); margin: 0 28px 0 0; text-align: center; color: rgba(0,0,0,1); }
.result_section ul li dt { font-size: 1.4rem; font-weight: 400; }
.result_section ul li dt span { font-size: 6.47rem; font-weight: 700; }
.result_section ul li dd { font-size: 1.06rem; line-height: 1.22; margin-top: 30px; letter-spacing: -0.05em; font-weight: 400; }
.result_section .scroll_box { position: relative; width: 1440px; padding: 56.25% 0 0; margin: 0 auto; /*background: url(../images/scroll_result_bg.jpg)no-repeat;*/ background-size: cover; overflow: hidden; transition: all .5s ease; }
.result_section .scroll_box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }

.result_section .scroll_bg { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.result_section .scroll_bg div { position: relative; padding: 56.25% 0 0; overflow: hidden; height: 100vh; width: 100%; }

.brand_section { margin: 0 0 195px; padding-top: 30px; position: relative; }
.brand_section .js-marquee { padding-right: 104px; }
.brand_section .marquee_list>div:after { display: block; clear: both; content: ''; }
.brand_section .marquee_list ul { display: flex; align-items: center; overflow: hidden; margin-top: 164px; padding-bottom: 17px; white-space: nowrap; }
.brand_section .marquee_list li { margin-right: 104px; }
.brand_section .marquee_list li:nth-child(3) { position: relative; bottom: -8px; }
.brand_section .marquee_list li:nth-child(8) { position: relative; bottom: -8px; }
.brand_section .marquee_list li:nth-child(11) { position: relative; bottom: -8px; }
.brand_section .marquee_list li:last-child { margin-right: 0; margin-bottom: -17px; }
.svg); background-color: #fff; } */

@keyframes fade-up {
    from { opacity: 0; transform: translate3d(0, 50px, 0); }
    to { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-up {
    from { opacity: 0; transform: translate3d(0, 50px, 0); }
    to { opacity: 1; transform: none; }
}
@-ms-keyframes fade-up {
    from { opacity: 0; transform: translate3d(0, 50px, 0); }
    to { opacity: 1; transform: none; }
}
@-o-keyframes fade-up {
    from { opacity: 0; transform: translate3d(0, 50px, 0); }
    to { opacity: 1; transform: none; }
}
@media (min-width: 768px) {
    .visual_section .visual_txt h1 { padding-top: 10px; }
    .business_section .slider_box .swiper-pagination-bullet { font-size: 20px; }
    .business_section .desc { padding-bottom: 100px; }
    .business_section .slider_box .swiper-pagination-bullet:nth-child(1):before { left: -18px; }
    .business_section .slider_box .swiper-pagination-bullet:nth-child(3):before { left: -32px; }
    .news_section .tit_area { margin: 0 0 5.3vw 0; }
    /* 삭제예정.news_area ul { display: flex; flex-wrap: wrap; margin-right: -27px; }
    .news_area ul li { width: calc(33.3% - 27px); margin-right: 27px; } */
}
@media (min-width: 1280px) {
    .news_section .btn_box { position: relative; width: calc(100% + 135px); top: -250px; left: 50%; transform: translateX(-50%); }
    .news_section .btn_box div { top: 0;  }
}
@media (min-width: 1024px) {
    .business_section .slider_box .swiper-pagination { bottom: auto; top: 45px; left: calc(50% + 5.05vw); }
	.rnd_section .col { width: 50%; }
    .rnd_section .rnd_list { max-width: 580px; margin-left: 20px; }
    .main_uni_article { background: url(../images/main_scroll_bottom.png)no-repeat right bottom 517px; }
    .main_banner_article .btn_group { justify-content: flex-start; }
}
@media (min-width: 1920px) {
    .business_section .slider_box .txt_box { padding-left: 57px; }
    .business_section .slider_box .swiper-pagination { left: calc(50% + 57px); }
}
@media (max-width: 1600px) {
    .news_section .btn_box { width: 100%; }
    .result_section .scroll_bg div iframe { height: 100vh }
}
@media (max-width: 1440px) {
    .visual_section .visual_bg div { position: relative; padding: 0; height: 100vh }
    .visual_section .visual_bg div iframe { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200vh; height: 200vh; }
    .visual_section .visual_bg div video { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200vh; height: 200vh; }
    .result_section .scroll_box { height: 0; }
    .result_section .scroll_bg { background: transparent!important; }
    .result_section .scroll_bg div { height: 0; padding: 56.25% 0px 0px; top: 0; position: absolute; }
    .result_section .scroll_bg div iframe { height: 100%; }
}
@media (max-width: 1280px) {
    .result_section { height: 110vh; }
}
@media (max-width: 1199px) and (min-width: 1024px) {
    .business_section .slider_box .swiper-pagination { top: 50px; left: calc(50% + 4vw); }
}
@media (max-width: 1199px) {
    .business_section .slider_box .txt_box { padding-left: 4vw; }
    .business_section .slider_box .txt_box h3 { font-size: 4.3rem; }
}
@media (max-width: 1023px) {
    .visual_section .visual_bg { overflow: hidden; }
    .visual_section .bg_mo { display: block; }
    .visual_section .bg_pc { display: none; }
    .main_business_article::before { top: -176px; right: -330px; width: 117.6vw; height: 117.6vw; border-width: 165px; }
    .business_section { padding: 100px 0 100px 0;}
	.business_section .slider_box .swiper-pagination {text-align:center;}
    .business_section .slider_box .img_box, .business_section .slider_box .txt_box { width: 100%; }
    .business_section .slider_box .txt_box { padding: 0; margin: 6.6vw 0 0 0; }
    .business_section .slider_box .swiper-pagination { position: static; margin: 0 0 6.6vw 0; }
    .business_section .slider_box.swiper-container-horizontal .swiper-pagination-bullet { height: 60px; line-height: 60px; }
    .rnd_section { padding-bottom: 24vw; }
	.rnd_section .col { width: 100%; }
    .rnd_section .rnd_list { margin: 13.3vw 0 0 0; }
    .rnd_section .rnd_list li:nth-last-child(-n+2) { margin-bottom: 0; }
    .main_business_article::after { bottom: -42.6vw; width: 61.6vw; height: 115.7vw; background-size: contain; z-index: -1; }

    .main_uni_article .scroll_pc { display: none; }
    .main_uni_article .scroll_mo { display: block; }
    .main_uni_article .bg { display: none; }
    .result_section { padding: 0; height: auto; background: #101E5D; }
    .result_section>.container { background-color: transparent; }
    .result_section .scroll_box { padding: 0; height: auto; }
    .result_section .scroll_bg { height: auto; position: relative; }
    .result_section .scroll_txt1 { padding-top: 22.6vw; color: #fff; }
    .result_section ul li { width: calc(50% - 28px); margin-bottom: 55px; color: #fff; }
    .result_section ul li:nth-last-child(-n+2) { margin-bottom: 0; }
    .brand_section { padding-top: 22.6vw; }
    .brand_section .btn_link, .news_section .btn_link { position: absolute; bottom: -195px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
    .news_section { position: relative; padding-bottom: 46vw; }
    .news_section .container { position: static; }
    .news_section .btn_link { bottom: 26vw; }
    .main_banner_article { text-align: center; }
    .news_section .btn_box { position: relative; top: -220px; }
    .news_section .btn_box .swiper-button-prev { top: 0; left: 0; }
    .news_section .btn_box .swiper-button-next { top: 0; right: 0; }
}
@media (max-width: 767px) {
    .tit_area .s_tit { font-size: 1.9rem; letter-spacing: 0; }
    .tit_area p { margin-top: 5.3vw; font-size: 1rem; }
    .visual_section .visual_txt h1 { font-size: 2.07rem; line-height: 1.3; }
    .main_business_article::before { top: -124px; right: -241px; border-width: 115px; }
    .business_section .slider_box .swiper-pagination { margin: 13.3vw 0 6.6vw 0; }
    .business_section .slider_box .swiper-pagination-bullet { margin: 0 25px 0 0 !important; }
    .business_section .slider_box.swiper-container-horizontal .swiper-pagination-bullet { height: 40px; line-height: 40px;font-size:15px }
    .business_section .slider_box .swiper-pagination-bullet:before { left: 12px;
    width: 50px;
    height: 50px; }
    .business_section .slider_box .swiper-pagination-bullet:nth-child(2):before { left: 4px; }
    .business_section .slider_box .swiper-pagination-bullet:nth-child(3):before { left: -7px; }
    .business_section .slider_box .swiper-pagination-bullet-active { padding-left: 19px; }
    .business_section .slider_box .txt_box span { display: block; margin: 0 0 3px 0; font-size: font-size: 30px; }
    .business_section .slider_box .txt_box h3 { font-size: 4rem; }
    .business_section .slider_box .txt_box p { margin: 10px 0 26px 0; line-height: 1.3; }
    .business_section .slider_box .tag_list li { padding: 4px 8px; margin-right: 6px; font-size: 20px; }
    .rnd_section .rnd_list li { margin-bottom: 14.4vw; }
    .rnd_section .rnd_list li img { width: 60px; }
    .rnd_section .rnd_list li p { margin-top: 20px; line-height: 1.38; }
    .result_section ul { margin: 15.4vw -28px 15.4vw 0; }
    .result_section ul li dt, .result_section ul li dd { font-size: 0.92rem; }
    .result_section ul li dt span { font-size: 4.23rem; }
    .result_section ul li dd { margin-top: 13px; }
    .result_section .scroll_txt2 { margin: 10.6vw 0 0 0; width: calc(100% - 28px); }
    .brand_section { margin: 0 0 45.3vw 0; }
    .brand_section .js-marquee { padding-right: 25px; }
    .marquee_list2 { padding-top: 15vw; }
    .marquee_list2 ul { display: flex; align-items: center; overflow: hidden; white-space: nowrap; }
    .marquee_list2 li { padding-right: 25px; padding-bottom: 5px; }
    .marquee_list2 li:nth-child(3) { position: relative; bottom: -4px; }
    .marquee_list2 li:nth-child(8) { position: relative; bottom: -4px; }
    .marquee_list2 li:nth-child(11) { position: relative; bottom: -4px; }
    .marquee_list2 li:last-child { position: relative; bottom: -2px; }
    .brand_section .btn_link { bottom: -22vw; }
    .news_section .tit_area { margin: 0 0 5.3vw 0; }
    .news_area h3 { height: 45px; margin-top: 4vw; font-size: 1.3rem; line-height: 1.3; }
    .main_banner_article { height: 68.8vw; }
    .main_banner_article h2 { font-size: 1.54rem; margin-bottom: 40px; }
    .main_banner_article .btn_group a { margin: 0 2vw 0 0; border: 1.5px solid rgba(255, 255, 255, 0.4); padding: 6px 15px; }
    :lang(en) .main_banner_article .btn_group a { margin: 0 0 20px 0; width: 70%; justify-content: center; }
    .main_banner_article .btn_group a::after { display: none; }
    .news_section .btn_box { width: 75px; margin: 0 0 0 auto; top: -236px; }
    .news_section .btn_box div { width: 30px; height: 30px; background-size: 12px 14px; }
}

