:root { --brand: #2965b1; --brand-weak: #aaa; --accent: #ffb300; --text: #000; --muted: #666; --line: #eee; }
.header_show_wrap { border-top: 1px solid var(--line); position: relative; z-index: 3; display: none; width: 100% !important; height: auto !important; }
.header_show .menu { position: relative; }
.header_show .menu_a { position: absolute; top: 26px; left: 0; width: 220px; text-align: right; font-size: 30px; font-weight: 700; color: var(--text); opacity: .05; }
.header_show .sub_menu_wrap { display: flex; flex-wrap: nowrap; padding-left: 250px; }
.header_show .sub_menu { padding: 30px 35px; text-align: center; transition: all .3s ease; }
.header_show .sub_menu:hover { background: #fafafa; }
.header_show .sub_menu_a { font-size: 18px; font-weight: 600; color: var(--text); }
.header_show .thd_menu { padding-bottom: 10px; }
.header_show .thd_menu_a { font-size: 15px; line-height: 1.4; font-weight: 400; color: var(--muted); }
.header_show .thd_menu_a:hover { color: var(--brand); }
.header_all_wrap:hover .header_show_wrap { display: none; }
.main .logo_off { display: block; }
.main .logo_on { display: none; }
.main.scroll .logo_off, .main.open .logo_off { display: none; }
.main.scroll .logo_on, .main.open .logo_on { display: block; }
.w_tp .logo_on { display: inline-block; }
.w_tp .logo_off { display: none; }
.w_tp .m_menu_btn:before, .w_tp .m_menu_btn:after { background: #222; }
.w_tp .top_nav .menu_a { color: var(--text); }
.sub .header_bar { display: none; }
.sub .header_all_wrap { background: #fff; }
.open .header_all_wrap, .scroll .header_all_wrap { background: #fff; border-bottom: 1px solid var(--line); }
.open .logo svg .cls-1, .scroll .logo svg .cls-1 { fill: var(--brand); }
.open .top_nav .menu_a span, .scroll .top_nav .menu_a span { color: var(--text); }
.open .header_bar, .scroll .header_bar { display: block; }
.header_all_wrap { position: fixed; inset: 0 auto auto 0; width: 100%; z-index: 1004; background: #fff; }
.header_mid { position: relative; padding: 0 200px 0; }
.open .header_mid { padding: 0 250px 80px; }
.logo_wrap { position: absolute; top: 20px; left: 0; width: 100%; max-width: 159px; }
.logo { position: relative; width: 100%; }
.logoImg { display: block; width: 159px; height: 39px; background: url(../images/main/logo_w.png); }
.scroll .logoImg { display: block; width: 159px; height: 39px; background: url(../images/main/logo_b.png); }
.top_nav { position: relative; z-index: 1; display: flex; justify-content: center; text-align: center; font-size: 14px; padding-top: 0; }
.top_nav .menu { width: 180px; position: relative; height: 100%; vertical-align: top; }
.top_nav .menu_a { display: inline-block; height: 80px; line-height: 80px; padding: 0 25px; font-size: 18px; font-weight: 600; letter-spacing: -0.025rem; color: var(--text); }
.top_nav .menu_a span { position: relative; line-height: 1.6; }
.top_nav .menu.active .menu_a span:after, .top_nav .menu:hover .menu_a span:after { width: 100%; opacity: 1; }
.top_nav .sub_menu_wrap { display: none; position: relative;   width: 100% !important; white-space: nowrap; padding: 0 !important; }
.top_nav .sub_menu_a { font-size: 18px; line-height: 2; color: var(--brand-weak); text-align: center; border-bottom: none; padding: 10px 0; font-weight: 500; }
.top_nav .sub_menu_wrap > div:hover .sub_menu_a, .top_nav .sub_menu_wrap > div.active .sub_menu_a { color: var(--brand); font-weight: 500; }
.top_nav .thd_menu_wrap, .top_nav .thd_menu_a { display: none; }
.m_close_wrap { padding: 20px; text-align: center; }
.m_close_btn { position: relative; width: 40px; height: 30px; display: inline-block !important; }
.m_close_btn:before, .m_close_btn:after { content: ""; position: absolute; inset: 0; width: 35px; height: 3px; margin: auto; background: #fff; }
.m_close_btn:before { transform: rotate(-45deg); transition: all .3s ease; }
.m_close_btn:after { transform: rotate(45deg); transition: all .3s ease .15s; }
.m_menu { display: grid; row-gap: 30px; padding: 20px 0; }
.m_menu .menu { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.m_menu .menu_a { display: flex; align-items: center; white-space: nowrap; width: 210px; font-size: 30px; font-weight: 800; text-transform: uppercase; }
.m_menu .sub_menu_wrap, .m_menu .thd_menu_wrap { display: none; width: 100% !important; }
.m_menu .sub_menu { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 15px; }
.m_menu .sub_menu:last-child { padding-bottom: 0; }
.m_menu .sub_menu_a { font-size: 18px; font-weight: 400; text-transform: uppercase; }
.m_menu .thd_menu_a { font-size: 16px; font-weight: 300; line-height: 1.4; opacity: .8; }
.m_menu .menu:hover .menu_a span, .m_menu .sub_menu:hover .sub_menu_a span { color: var(--brand); }
.m_menu .thd_menu_a:hover { opacity: 1; color: var(--accent); }
.m_menu_wrap { position: fixed; top: 0; left: 9999px; width: 100%; height: 100%; z-index: 9999; background: #222; }
.m_menu_wrap a { display: block; color: #fff; }
.m_menu_wrap .menu_a:after, .m_menu_wrap .menu_a.void_link:after { content: ""; position: absolute; display: block; width: 15px; height: 15px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transition: all .3s ease; }
.m_menu_wrap .menu_a:after { top: 42%; right: -40px; transform: rotate(225deg); }
.m_menu_wrap .menu_a.void_link:after { top: 7px; right: 50px; transform: rotate(-45deg); }
.m_menu_wrap .menu_a.void_link.menu_on:after { transform: rotate(-225deg); }
.m_menu_wrap .menu_a:hover, .m_menu_wrap .menu_a.menu_on { color: var(--brand); }
.m_menu_wrap .sub_menu_wrap { display: none; width: 100% !important; font-size: 24px; text-align: left; height: auto !important; }
.m_menu_wrap .sub_menu_wrap .sub_menu_a:first-child { border-top: none; }
.m_menu_wrap .sub_menu_wrap .sub_menu_a:hover { color: #fff; }
.m_menu_inner { position: relative; top: 45%; transform: translateY(-50%); }
.lang_box { position: fixed; top: 24px; right: 80px; z-index: 9999; display: flex; gap: 20px; }
.lang_sub_wrap { display: flex; }
.lang_sub_box a { display: flex; justify-content: center; height: 30px; line-height: 30px; padding: 0 20px; font-size: 16px; font-weight: 600; color: #333; }
.lang_sub_box a:hover { color: var(--brand); }
.lang_sub_box.active a { position: relative; color: #000; font-weight: 700; }
.lang_sub_box.active a::after { content: ""; position: absolute; bottom: 2px; width: 36px; height: 2px; background: #000; }
.lang_current { display: flex; align-items: center; height: 30px; line-height: 30px; padding: 0 16px; font-size: 16px; font-weight: 700; color: #333; background: #fff; border: none; border-radius: 6px; cursor: pointer; width: 100px; }
.lang_current:hover { color: var(--brand); }
.lang_dropdown { position: absolute; top: calc(30px + 8px); right: 0; background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; box-shadow: 0 10px 24px rgba(0, 0, 0, .08); padding: 6px; min-width: 100px; display: none; }
.lang_dropdown .lang_sub_wrap { display: block; }
.lang_dropdown .lang_sub_box a { width: 100%; justify-content: flex-start; height: 38px; line-height: 38px; padding: 0 12px; border-radius: 8px; }
.lang_dropdown .lang_sub_box a:hover { background: #f7f7f8; }
.lang_dropdown .lang_sub_box.active a::after { display: none; }
.lang_dropdown .lang_sub_box.active a { color: #000; font-weight: 700; }
.lang_box.open .lang_dropdown { display: block; }
.pc_menu_btn_wrap { position: fixed; top: 20px; right: 30px; }
.pc_menu_btn { width: 42px; height: 42px; border: none; border-radius: 8px; background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.pc_menu_btn .pc_hd_menu, .pc_menu_btn .pc_hd_menu::before, .pc_menu_btn .pc_hd_menu::after { display: block; content: ""; width: 18px; height: 2px; background: #111; position: relative; transition: transform .25s ease, opacity .25s ease; }
.pc_menu_btn .pc_hd_menu::before { position: absolute; top: -6px; }
.pc_menu_btn .pc_hd_menu::after { position: absolute; top: 6px; }
.pc_menu_btn[aria-expanded="true"] .pc_hd_menu { background: transparent; }
.pc_menu_btn[aria-expanded="true"] .pc_hd_menu::before { transform: translateY(6px) rotate(45deg); }
.pc_menu_btn[aria-expanded="true"] .pc_hd_menu::after { transform: translateY(-6px) rotate(-45deg); }
.pc_menu_wrap { position: fixed; top: 0; right: -520px; width: 500px; height: 100vh; z-index: 10020; background: #fff; box-shadow: -20px 0 40px rgba(0, 0, 0, .12); transition: right .2s ease; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.pc_menu_wrap.open { right: 0; }
.pc_menu_inner { padding: 100px 24px 40px 24px; }
.pc_close_wrap { position: sticky; top: 0; background: #fff; padding: 0; z-index: 2; }
.pc_close_btn { width: 42px; height: 42px; border: 1px solid #e6e6e6; border-radius: 8px; background: #fff; position: absolute; cursor: pointer; top: 20px; right: 30px; }
.pc_close_btn::before, .pc_close_btn::after { content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 2px; background: #111; transform-origin: center; }
.pc_close_btn::before { transform: translate(-50%, -50%) rotate(45deg); }
.pc_close_btn::after { transform: translate(-50%, -50%) rotate(-45deg); }
.pc_all_bg { position: fixed; inset: 0; background: rgba(0, 0, 0, .35); display: none; z-index: 10010; }
.pc_all_bg.on { display: block; }
.pc_lang_all_wrap { margin-top: 8px; }
.pc_lang_sub_wrap { display: flex; gap: 10px; }
.pc_lang_sub_box a { display: flex; justify-content: center; align-items: center; height: 36px; padding: 0 16px; font-size: 16px; font-weight: 600; color: #333; border: 1px solid #e6e6e6; border-radius: 8px; }
.pc_lang_sub_box a:hover { color: var(--brand); }
.pc_lang_sub_box.active a { color: #000; font-weight: 700; border-color: #000; }
.pc_menu .sub_menu_wrap, .m_menu .sub_menu_wrap { max-height: 0; overflow: hidden; opacity: 0; padding: 0 0; transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease; }
.pc_menu .menu.open > .sub_menu_wrap, .m_menu .menu.open > .sub_menu_wrap { max-height: 600px; opacity: 1; padding: 10px 0; }
.pc_menu .menu { font-size: 20px; font-weight: 600; padding: 10px 0; border-bottom: 1px solid #eee; }
.pc_menu .menu > a { color: #2965b1; }
.pc_menu .sub_menu { padding: 8px 10px; }
.pc_menu .sub_menu a { color: #777; font-weight: 300; }
.pc-scroll-lock { overflow: hidden; }
