/********************************************************** 
* reveal - 텍스트 효과
***********************************************************/
.fade-in { opacity:0; transition: 1s; }
.fade-up { transform:translateY(50px); opacity:0; transition: 1s; }
.fade-down { transform:translateY(-50px); opacity:0; transition: 1s; }
.fade-left { transform:translateX(-100px); opacity:0; transition: 1s; }
.fade-right { transform:translate(50%,-0%); opacity:0; transition: 1s; }
.active .fade-in, .active.fade-in { opacity:1; }
.active .fade-up, .active.fade-up { transform:translateY(0); opacity:1; }
.active .fade-down, .active.fade-down { transform:translateY(0); opacity:1; }
.active .fade-left, .active.fade-left { transform:translateX(0); opacity:1; }
.active .fade-right, .active.fade-right { transform:translate(0,-0%); opacity:1; }

.wrap { position: relative; width: 1500px; margin: 0 auto; }

/* head */
.head { position: absolute; left: 0; top: 0; z-index: 99; display: flex; flex-wrap: wrap; align-items: center; width: 100%; height: 90px; transition: all 0.3s; }
.head.scrolled { position: fixed; background: #fff; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05); }

.head .logo_color { display: none; }
.head.scrolled .logo_wh { display: none; }
.head.scrolled .logo_color { display: inline-block; }

.head .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.head_right { display: flex; flex-wrap: wrap; align-items: center; gap: 80px; }
.head_right .menu { display: flex; flex-wrap: wrap; gap: 0 80px; }
.head_right .menu li a { color: #fff; font-size: 20px; font-weight: 500; }
.head.scrolled .head_right .menu li a { color: #222; }

.dropdown_main { position: relative; display: flex; flex-wrap: wrap; align-items: center; }
.dropdown_bar { position: relative; display: inline-flex; flex-wrap: wrap; align-items: center; height: 40px; padding-left: 50px; padding-right: 25px; border: 2px solid #fff; color: #fff; font-size: 16px; font-weight: 500; cursor: pointer; transition: all 0.3s; }
.dropdown_bar:after { content:''; position: absolute; left: 25px; top: 10px; width: 18px; height: 18px; background: url('../image/top/lang_icon01.png') center center no-repeat; background-size: cover; }

.head.scrolled .dropdown_bar { border: 2px solid #222; color: #222; }
.head.scrolled .dropdown_bar:after { background: url('../image/top/lang_icon02.png') center center no-repeat; background-size: cover; transition: all 0.3s; }

.dropdown_content { position: absolute; top: 100%; left: 0; display: none; width: 100%; background: #fff; border-radius: 0; box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); animation: fade-in 1s ease; z-index: 99; }
.dropdown_content a { display: block; text-align: center; padding: 8px 15px; color: #222; font-size: 16px; font-weight: 600; line-height: 1.5; text-decoration:none; transition: all 0.3s; }
.dropdown_content a:hover { color: #2e5a88; }

.drop_icon2 { display: none; }
@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

.menu-toggler, .mobile_menu { display: none; }

/* footer */
.footer { position: relative; background: #000; color: #888; font-size: 15px; }
.footer .wrap { padding: 80px 0; }
.footer_menu { position: absolute; right: 0px; bottom: 0px; display: flex; flex-direction: column; justify-content: center; height: 100%; gap: 15px; }
.footer_menu li  { }
.footer_menu li a { display: block; text-align: right; color: #fff; font-size: 1.1em; font-weight: 600; }
.footer_menu li a:hover { text-decoration: underline; }

.footer_info { line-height: 1.5; }
.footer_info_inr { margin-top: 10px; }
.footer_info_main { margin-top: 0px; }
.footer_info_inr strong { margin-right: 20px; color: #fff; }
.footer_info_main strong { display: block; margin-right: 0px; margin-bottom: 5px; color: #fff; }
.footer_info_inr span { position: relative; padding: 0 20px; }
.footer_info_inr span.pl00 { padding-left: 0px; }
.footer_info_inr span:after { content:''; position: absolute; top: 10%; right: 0px; width: 1px; height: 80%; background: rgba(255, 255, 255, 0.5); }
.footer_info_inr span.noline:after { display: none; }
.footer_copyright { margin-top: 20px; }
.footer_copyright a { color: #888; }

/* main */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_vis { overflow: hidden; position: relative; width: 100%; height: 100vh; background: #000; }

/* 유튜브 배경 */
.youtube-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.youtube-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 비율 */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 비율 */
    transform: translate(-50%, -50%);
}

/* 어두운 오버레이 */
.video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 1; }

.main_deco { position: absolute; top: 0px; left: 0px; z-index: 1; width: 100%; height: 100vh; }
.main_deco .wrap { height: 100%; }
.main_deco .main_line { position: absolute; top: 0; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.2); }
.main_deco .main_line01 { left: 0%; }
.main_deco .main_line02 { left: 20%; }
.main_deco .main_line03 { left: 40%; }
.main_deco .main_line04 { left: 60%; }
.main_deco .main_line05 { left: 80%; }
.main_deco .main_line06 { right: 0; }

.main_text { position: absolute; left: 0px; bottom: 150px; z-index: 9; width: 100%; color: #fff; }
.main_text h2 { margin-bottom: 50px; font-size: 61px; line-height: 1; }
.main_text p { font-size: 24px; font-weight: 300; }

.scrolldown { position: absolute; right: -8px; bottom: 0px; width: 16px; height: 230px; z-index: 99; opacity: 1; transition: 0.5s; }
.scrolldown p { position: absolute; top: 0px; left: 50%; width: 120px; margin-left: 6px; margin-top: 0px; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; transform: rotate(90deg); transform-origin: 0% 0%; transition: margin 0.3s; }
.scrolldown i { position:absolute; left:50%; bottom:0; overflow:hidden; width:1px; height:100px; border-radius:0; background-color: rgba(255,255,255,0); transition:height 0.1s; }
.scrolldown i:after{ position: absolute; top: 50%; left: 0%; display: block; content: ""; width: 100%; height: 30px; background: #fff; border-radius:0; animation: scrollDown 2s infinite; }

@keyframes scrollDown {
    0%{ top: 0; }
	100% { top: 120%; }
}

.main_con { position: relative; height: 100vh; padding: 150px 0; }
.main_con .main_deco .main_line { background: rgba(0, 0, 0, 0.1); }

.main_con_title { position: relative; z-index: 2; margin-bottom: 80px; }
.main_con_title h2 { font-size: 61px; }
.main_con_title h2 span { position: relative; display: inline-block; line-height: 1; }
.main_con_title h2 span:after { content:''; position: absolute; top: 0px; right: -40px; width: 10px; height: 10px; border-radius: 10px; background: #2e5a88; }
.main_con_title p { margin-top: 50px; color: #555; font-size: 20px; line-height: 1.5; word-break: keep-all; }

.main_con01 .swiper-button-prev, .main_con01 .swiper-button-next { top: 0; width: 60px; height: 60px; margin-top: 0; background: #fff; border: 1px solid #ddd; border-radius: 500px; color: #999; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); transition: 0.5s; }
.main_con01 .swiper-button-prev { left: auto; right: 70px; }
.main_con01 .swiper-button-next { right: 0; }
.main_con01 .swiper-button-prev:hover, .main_con01 .swiper-button-next:hover { border: 1px solid #ccc; color: #555; }
.swiper-button-prev, .swiper-button-next {
    svg {
        width: 12px;
        height: auto;
		fill: #aaa;
    }
}

.main_con02 { background: url('../image/main/main_con02_bg01.jpg') center center no-repeat; background-size: cover; }
.main_con02 .wrap { display: flex; flex-wrap: wrap; }
.main_con02 .main_con_title { width: 40%; margin-bottom: 0px; padding-right: 40px; }

.contect_form { position: relative; z-index: 2; width: 60%; padding-left: 40px; }
.contect_form form { display: flex; flex-wrap: wrap; }
.contect_form ul { width: 100%; margin-bottom: 50px; }
.contect_form ul li { display: flex; flex-wrap: wrap; margin-bottom: 20px; }
.contect_form ul li:last-child { margin-bottom: 0px; }
.contect_form ul li input.frm_input, .contect_form ul li textarea { width: 100%; padding: 20px; border: none; border-radius: 5px; font-size: 20px; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05); }
.contect_form ul li input.frm_input { height: 60px; }
.contect_form ul li textarea { height: 240px; }
.contect_form ul li input::placeholder, .contect_form ul li textarea::placeholder { color: #aaa; font-size: 17px; }
.contect_form ul li.agreebox label { justify-content: flex-end; text-align: right; width: 100%; font-size: 17px; font-weight: 400; }
.contect_form ul li.agreebox input { width: 20px; height: 20px; margin-right: 10px; }

.contect_btnbox { position: relative; display: flex; flex-wrap: wrap; align-content: flex-end; justify-content: center; }
.contect_btn { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 200px; height: 60px; background: #2e5a88; border: 0px; border-radius: 5px; color: #fff; font-size: 20px; font-weight: 500; transition: 0.3s; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05); }
.contect_btn:hover { background: #1f3e5f; }

/* sub */
.sub_vis { overflow: hidden; position: relative; width: 100%; height: 600px; }
.sub_vis .bg { position: relative; width: 100%; height: 100%; background: #000; animation: zoomOut 5s ease-out forwards; }
.sub_vis .bg01 { background: url('../image/sub/sub_vis_bg01.jpg') center center no-repeat; background-size: cover; }
.sub_vis .bg02 { background: url('../image/sub/sub_vis_bg02.jpg') center center no-repeat; background-size: cover; }
.sub_vis .bg03 { background: url('../image/sub/sub_vis_bg03.jpg') center center no-repeat; background-size: cover; }
.sub_vis .bg04 { background: url('../image/sub/sub_vis_bg04.jpg') center center no-repeat; background-size: cover; }

@keyframes zoomOut {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.sub_title { position: absolute; left: 0; bottom: 80px; width: 100%; }
.sub_title h2 { color: #fff; font-size: 82px; font-weight: 500; }

.board_cont { padding: 150px 0; }
.subpage_inr { padding: 150px 0; }
.about_inr01 { padding: 150px 0 0; }

#targetSection { position: relative; }
#targetSection .inner { position: sticky; top: 0; overflow: hidden; }
#targetSection .effect-box { text-align: right; }
#targetSection .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0); opacity: 0; transition: opacity 1.5s ease; z-index: 1; }
#targetSection .text-box { position: absolute; top: 50%; left: 50%; z-index: 3; text-align: left; width: 90%; color: #222; line-height: 1.6; opacity: 0; transform: translate(-50%, -50%) translateY(80px); transition: 1s; margin-top: -80px; }
#targetSection .text-box.active { opacity: 1; transform: translate(-50%, -50%) translateY(0px); }
#targetSection .text-box h3 { display: inline-flex; flex-direction: column; width: 680px; max-width: 100%; margin-bottom: 50px; color: #999; font-size: 85px; font-weight: 800; line-height: 1; word-break: keep-all; }
#targetSection .text-box h3 span { display: block; }
#targetSection .text-box h3 span:nth-child(2) { text-align: center; }
#targetSection .text-box h3 span:nth-child(3) { text-align: right; }
#targetSection .text-box p { color: #999; font-size: 40px; font-weight: 300; line-height: 1; word-break: keep-all; }

/* 단계별 효과 */
#targetSection.step1 .effect-box img { width: 100%; }
#targetSection.step2 .overlay { opacity: 1; }
#targetSection.step2 .text-box { opacity: 1; transform: translate(-50%, -50%) translateY(0); }

.effect-box img { display: block; width: 1500px; max-width: 100%; transition: width 1s ease; }
.effect-box img.pc_img { display: inline-block !important; }
.effect-box img.mo_img { display: none !important; }

.about_inr02 {  }
.about_inr02 .wrap { width: 1280px; margin: 0 auto; }

.overview_textbox { position: absolute; left: 0; top: 0; width: 50%; }
.overview_textbox h3 { margin-bottom: 30px; font-size: 42px; font-weight: 700; line-height: 1; }
.overview_textbox p { color: #333; font-size: 1em; font-weight: 300; line-height: 1.5; word-break: keep-all; }

.about_list { display: flex; flex-direction: row-reverse; flex-wrap: wrap; gap: 80px; justify-content: space-between; width: 100%; margin: 0 auto; }
.about_list li { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: flex-end; width: 45%; }
.about_list li:nth-child(even) { top: 300px; }
.about_list li .imgbox { position: relative; text-align: center; width: 100%; }
.about_list li .imgbox img { max-width: 100%; border-radius: 15px 0; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
.about_list li .textbox { position: relative; width: 90%; margin-top: -100px; padding: 80px 50px; background: #fff; border-radius: 15px 0; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); z-index: 9; }
.about_list li .textbox h3 { margin-bottom: 30px; font-size: 36px; font-weight: 700; line-height: 1; }
.about_list li .textbox p { color: #555; font-weight: 300; line-height: 1.5; word-break: keep-all; }

.about_inr03 { min-height: 100vh; background: #f4f4f4 url('../image/sub/global_bg01.png') left top no-repeat; }
.about_inr03 .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.global_textbox { display: flex; flex-wrap: wrap; align-content: center; width: calc(100% - 800px); padding-right: 80px; }
.global_textbox h3 { margin-bottom: 50px; font-size: 68px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.global_textbox p { width: 100%; color: rgba(0, 0, 0, 0.7); font-size: 24px; font-weight: 300; line-height: 1.5; word-break: keep-all; }
.global_imgbox { width: 0px; height: 600px; background: url('../image/sub/global_img01.jpg') center center no-repeat; background-size: cover; border-radius: 15px 0; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); transition: 1s; }
.global_imgbox.active { width: 800px; }
/* .global_imgbox img { max-width: 100%; border-radius: 15px 0; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); } */

.page.contacts { padding: 150px 0; background: url('../image/main/main_con02_bg01.jpg') center center no-repeat; background-size: cover; }
.page.contacts .wrap { display: flex; flex-wrap: wrap; }
.contacts_left { position: relative; width: 50%; margin-bottom: 0px; }

.page .contect_form { position: relative; z-index: 2; width: 50%; padding-left: 80px; }
.page .contect_form form { position: sticky; top: 0; left: 0; width: 100%; }
.contect_title { margin-bottom: 50px; }
.contect_title h2 { margin-bottom: 15px; font-size: 42px; }
.contect_title p { color: #444; font-weight: 300; line-height: 1.5; }

.contacts_info { display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.contacts_info:nth-child(2) { flex-direction: row-reverse; }
.contacts_info:last-child { margin-bottom: 0px; }

.contacts_info .textbox { display: flex; flex-wrap: wrap; align-content: center; width: 60%; padding-right: 50px; }
.contacts_info:nth-child(2) .textbox {  padding-left: 50px; padding-right: 0; }
.contacts_info .imgbox { width: 40%; }
.contacts_info .imgbox img { max-width: 100%; border-radius: 0 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.contacts_info h3 { width: 100%; margin-bottom: 30px; font-size: 25px; }
.contacts_info ul li { margin-bottom: 30px; color: #444; font-size: 16px; line-height: 1.5; }
.contacts_info ul li:last-child { margin-bottom: 0px; }
.contacts_info ul li dl dd { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 10px; }
.contacts_info ul li dl dd:last-child { margin-bottom: 0px; }
.contacts_info ul li dl dd i { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 25px; height: 25px; margin-right: 10px; background: #162142; border-radius: 500px; color: #fff; }