@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/700.css";
:root{font-size:16px;line-height:1.6;color:#2c2c2c}
html{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
*,::before,::after{box-sizing:inherit;margin:0;padding:0}
body{font-family:'Source Code Pro',monospace;background:#fff;color:#2c2c2c;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.hd_wrap{background:linear-gradient(135deg,#E8F1F8 0%,#fff 100%);border-bottom:3px solid #FFAD04;box-shadow:0 4px 6px #046ca914}
.hd_content{max-width:1320px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.hd_branding{display:flex;align-items:center;gap:18px}
.logo_hold{flex-shrink:0}
.lg_link{display:block;width:90px;height:90px;background:#fff;border:2px solid #046CA9;border-radius:4px;padding:8px;box-shadow:0 3px 6px #ffad0426;transition:transform .2s}
.lg_link:hover{transform:translateY(-2px)}
.lg_img{width:100%;height:100%;object-fit:contain}
.brand_text{display:flex;flex-direction:column;gap:4px}
.brand_nm{font-size:26px;font-weight:700;color:#046CA9;line-height:1.2}
.brand_desc{font-size:13px;color:#5a5a5a;line-height:1.3;max-width:220px}
.main_nv{flex-grow:1;display:flex;justify-content:flex-end}
.nv_list{display:flex;gap:8px;align-items:center}
.nv_itm{position:relative}
.nv_lnk{display:block;padding:12px 18px;font-size:14px;font-weight:400;color:#2c2c2c;border:1px solid transparent;border-radius:3px;transition:background 0.2s,border-color .2s}
.nv_lnk:hover{background:#ffad041a;border-color:#FFAD04}
.nv_lnk.active{background:#046CA9;color:#fff;border-color:#046CA9}
.ft_container{background:linear-gradient(180deg,#f5f5f5 0%,#e8e8e8 100%);border-top:2px solid #FFAD04;padding:48px 24px 24px}
.ft_grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:36px;margin-bottom:36px}
.ft_col{display:flex;flex-direction:column;gap:14px}
.ft_ttl{font-size:16px;font-weight:700;color:#046CA9;margin-bottom:6px;border-bottom:2px solid #FFAD04;padding-bottom:6px}
.ft_info{font-size:13px;color:#4a4a4a;line-height:1.5}
.ft_detail{font-size:12px;color:#6a6a6a;line-height:1.6}
.ft_links{display:flex;flex-direction:column;gap:8px}
.ft_link{font-size:13px;color:#4a4a4a;padding:4px 0;border-left:2px solid transparent;padding-left:8px;transition:color 0.2s,border-color .2s}
.ft_link:hover{color:#046CA9;border-left-color:#FFAD04}
.ft_bottom{max-width:1320px;margin:0 auto;padding-top:24px;border-top:1px solid #d0d0d0}
.ft_copyright{text-align:center}
.cpy_text{font-size:12px;color:#6a6a6a}
.cookie_panel{position:fixed;right:24px;top:50%;transform:translateY(-50%);width:340px;background:#fff;border:2px solid #046CA9;border-radius:6px;box-shadow:0 6px 16px #0003;z-index:10000}
.ck_content{padding:24px}
.ck_heading{font-size:18px;font-weight:700;color:#046CA9;margin-bottom:12px}
.ck_msg{font-size:13px;color:#4a4a4a;line-height:1.5;margin-bottom:18px}
.ck_policy_link{color:#046CA9;text-decoration:underline}
.ck_policy_link:hover{color:#FFAD04}
.ck_options{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.ck_radio_label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#2c2c2c}
.ck_radio{width:16px;height:16px;cursor:pointer}
.ck_opt_out{margin-bottom:18px;padding:12px;background:#E8F1F8;border-radius:4px}
.ck_checkbox_label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;color:#2c2c2c}
.ck_checkbox{width:16px;height:16px;cursor:pointer}
.ck_buttons{display:flex;gap:10px}
.ck_btn{flex:1;padding:12px 20px;font-family:'Source Code Pro',monospace;font-size:13px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background 0.2s,transform .1s}
.ck_accept{background:linear-gradient(135deg,#FFAD04 0%,#ff9500 100%);color:#fff}
.ck_accept:hover{background:linear-gradient(135deg,#ff9500 0%,#FFAD04 100%)}
.ck_decline{background:linear-gradient(135deg,#046CA9 0%,#035a8f 100%);color:#fff}
.ck_decline:hover{background:linear-gradient(135deg,#035a8f 0%,#046CA9 100%)}
.ck_btn:active{transform:scale(0.98)}
@media (max-width: 1024px) {
.hd_content{flex-direction:column;align-items:flex-start;gap:20px}
.main_nv{width:100%}
.nv_list{flex-wrap:wrap;justify-content:flex-start}
.ft_grid{grid-template-columns:repeat(2,1fr);gap:28px}
}
@media (max-width: 768px) {
.hd_content{padding:14px 18px}
.hd_branding{flex-direction:column;align-items:flex-start;gap:12px}
.lg_link{width:70px;height:70px}
.brand_nm{font-size:22px}
.brand_desc{font-size:12px}
.nv_list{flex-direction:column;align-items:stretch;gap:6px}
.nv_lnk{padding:10px 14px;font-size:13px}
.ft_grid{grid-template-columns:1fr;gap:24px}
.cookie_panel{right:12px;left:12px;width:auto;top:auto;bottom:12px;transform:none}
.ck_content{padding:18px}
.ck_buttons{flex-direction:column}
}
@media (max-width: 480px) {
.lg_link{width:60px;height:60px}
.brand_nm{font-size:19px}
.brand_desc{font-size:11px}
.nv_lnk{padding:9px 12px;font-size:12px}
}
.tdsw-legal-text{max-width:1320px;margin:0 auto;padding:80px 20px;background:#FFF}
.tdsw-legal-text h1{font-size:42px;font-weight:700;color:#046CA9;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.tdsw-legal-text h2{font-size:32px;font-weight:600;color:#046CA9;margin:60px 0 20px;line-height:1.3;padding-top:20px;border-top:2px solid #E8F1F8}
.tdsw-legal-text h3{font-size:24px;font-weight:600;color:#333;margin:40px 0 16px;line-height:1.4}
.tdsw-legal-text h4{font-size:20px;font-weight:600;color:#333;margin:32px 0 12px;line-height:1.4}
.tdsw-legal-text h5{font-size:18px;font-weight:600;color:#555;margin:28px 0 12px;line-height:1.5}
.tdsw-legal-text h6{font-size:16px;font-weight:600;color:#555;margin:24px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.tdsw-legal-text p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px;text-align:justify}
.tdsw-legal-text ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:none}
.tdsw-legal-text ul li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:12px;position:relative}
.tdsw-legal-text ul li::before{content:'';position:absolute;left:-16px;top:12px;width:6px;height:6px;background:#FFAD04;border-radius:2px}
.tdsw-legal-text ol{margin:0 0 24px;padding:0 0 0 28px;counter-reset:policy-counter;list-style:none}
.tdsw-legal-text ol li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:12px;position:relative;counter-increment:policy-counter}
.tdsw-legal-text ol li::before{content:counter(policy-counter) '.';position:absolute;left:-28px;top:0;font-weight:600;color:#046CA9}
.tdsw-legal-text ul ul{margin:12px 0;padding-left:24px}
.tdsw-legal-text ul ul li::before{background:#046CA9;width:5px;height:5px;border-radius:50%;top:13px}
.tdsw-legal-text ol ol{margin:12px 0;padding-left:24px}
.tdsw-legal-text em,.tdsw-legal-text i{font-style:italic;color:#555}
.tdsw-legal-text a{color:#046CA9;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}
.tdsw-legal-text a:hover{color:#FFAD04;text-decoration-color:#FFAD04}
.tdsw-legal-text a:active{color:#035580}
.tdsw-legal-text hr{border:none;height:2px;background:linear-gradient(to right,#FFAD04,#046CA9,#E8F1F8);margin:48px 0;border-radius:2px}
.tdsw-legal-text div{margin:0 0 20px}
.tdsw-legal-text h1 + p{font-size:18px;color:#555;margin-bottom:40px}
.tdsw-legal-text h2:first-of-type{border-top:none;padding-top:0;margin-top:40px}
@media (max-width: 768px) {
.tdsw-legal-text{padding:60px 16px}
.tdsw-legal-text h1{font-size:32px;margin-bottom:12px}
.tdsw-legal-text h2{font-size:26px;margin-top:48px}
.tdsw-legal-text h3{font-size:22px;margin-top:32px}
.tdsw-legal-text h4{font-size:19px;margin-top:28px}
.tdsw-legal-text h5{font-size:17px}
.tdsw-legal-text h6{font-size:15px}
.tdsw-legal-text p{font-size:15px;line-height:1.7;text-align:left}
.tdsw-legal-text ul li,.tdsw-legal-text ol li{font-size:15px;line-height:1.7}
.tdsw-legal-text ul{padding-left:24px}
.tdsw-legal-text ol{padding-left:24px}
.tdsw-legal-text hr{margin:36px 0}
}
@media (max-width: 480px) {
.tdsw-legal-text{padding:40px 12px}
.tdsw-legal-text h1{font-size:28px}
.tdsw-legal-text h2{font-size:24px;margin-top:40px}
.tdsw-legal-text h3{font-size:20px}
.tdsw-legal-text ul{padding-left:20px}
.tdsw-legal-text ol{padding-left:20px}
}
.pcast_wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.pcast_hero{background:linear-gradient(135deg,#E8F1F8 0%,#FFAD04 100%);padding:80px 20px 60px;margin-bottom:50px}
.pcast_hero_inner{max-width:900px;margin:0 auto}
.pcast_tag{display:inline-block;background:#046CA9;color:#fff;padding:8px 18px;border-radius:4px;font-size:14px;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}
.pcast_hero h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin-bottom:25px;font-weight:700}
.pcast_meta{display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.pcast_author{display:flex;align-items:center;gap:12px;font-size:16px;color:#2d2d2d}
.pcast_author_icon{width:42px;height:42px;background:#046CA9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px}
.pcast_time{display:flex;align-items:center;gap:8px;font-size:15px;color:#555;background:#ffffffb3;padding:8px 16px;border-radius:20px}
.pcast_img_wrap{max-width:1100px;margin:0 auto 60px;position:relative;overflow:hidden;border-radius:6px;box-shadow:0 4px 20px #0000001f}
.pcast_img_wrap img{width:100%;height:auto;display:block}
.pcast_content_zone{max-width:820px;margin:0 auto;padding:0 20px 80px}
.pcast_content_zone h2{font-size:32px;line-height:1.3;color:#1a1a1a;margin:50px 0 20px;font-weight:700;position:relative;padding-left:20px}
.pcast_content_zone h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:30px;background:linear-gradient(180deg,#FFAD04 0%,#046CA9 100%);border-radius:3px}
.pcast_content_zone p{font-size:18px;line-height:1.75;color:#333;margin-bottom:24px}
.pcast_content_zone em{font-style:italic;color:#046CA9}
.pcast_content_zone ins{text-decoration:none;background:linear-gradient(120deg,#E8F1F8 0%,#E8F1F8 100%);padding:2px 6px;border-radius:3px;font-weight:600;color:#046CA9}
.pcast_content_zone ul{margin:30px 0;padding-left:0;list-style:none}
.pcast_content_zone ul li{font-size:18px;line-height:1.7;color:#333;margin-bottom:16px;padding-left:32px;position:relative}
.pcast_content_zone ul li::before{content:'';position:absolute;left:0;top:10px;width:12px;height:12px;background:#FFAD04;border-radius:50%;box-shadow:0 2px 6px #ffad0466}
.pcast_content_zone blockquote{margin:40px 0;padding:30px 35px;background:#E8F1F8;border-left:6px solid #046CA9;border-radius:4px;font-size:20px;line-height:1.6;color:#2d2d2d;font-style:italic}
.pcast_content_zone table{width:100%;margin:40px 0;border-collapse:collapse;border-radius:6px;overflow:hidden;box-shadow:0 2px 12px #00000014}
.pcast_content_zone thead{background:linear-gradient(135deg,#046CA9 0%,#FFAD04 100%)}
.pcast_content_zone thead tr th{padding:18px 20px;text-align:left;font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.pcast_content_zone tbody tr{border-bottom:1px solid #e5e5e5;transition:background .2s ease}
.pcast_content_zone tbody tr:hover{background:#f9f9f9}
.pcast_content_zone tbody tr td{padding:18px 20px;font-size:17px;color:#333;line-height:1.5}
.pcast_cta_block{background:linear-gradient(135deg,#046CA9 0%,#FFAD04 100%);padding:60px 40px;border-radius:6px;margin:60px 0;text-align:center;box-shadow:0 6px 24px #046ca940}
.pcast_cta_block h3{font-size:28px;color:#fff;margin-bottom:20px;font-weight:700}
.pcast_cta_block p{font-size:18px;color:#fff;margin-bottom:30px;opacity:.95}
.pcast_cta_btn{display:inline-block;background:#fff;color:#046CA9;padding:16px 40px;border-radius:4px;font-size:17px;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.pcast_cta_btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0003;background:#E8F1F8}
@media (max-width: 768px) {
.pcast_hero h1{font-size:32px}
.pcast_hero{padding:50px 20px 40px}
.pcast_meta{gap:15px}
.pcast_content_zone h2{font-size:26px}
.pcast_content_zone p,.pcast_content_zone ul li{font-size:16px}
.pcast_content_zone blockquote{font-size:18px;padding:20px 25px}
.pcast_cta_block{padding:40px 25px}
.pcast_cta_block h3{font-size:24px}
}
@media (max-width: 480px) {
.pcast_hero h1{font-size:26px}
.pcast_content_zone h2{font-size:22px;padding-left:16px}
.pcast_content_zone h2::before{width:4px;height:24px}
.pcast_content_zone thead tr th,.pcast_content_zone tbody tr td{padding:12px 15px;font-size:15px}
}
.hro_wrap{position:relative;width:100%;max-width:1320px;margin:0 auto;padding:0 20px;overflow:hidden}
.hro_ctr{position:relative;display:flex;align-items:center;min-height:620px;padding:80px 0}
.hro_ctr .txt_side{position:relative;z-index:3;width:50%;padding-right:40px}
.hro_ctr .txt_side h1{font-size:52px;line-height:1.15;color:#046CA9;margin:0 0 24px;font-weight:700}
.hro_ctr .txt_side .sub_ln{font-size:20px;line-height:1.6;color:#333;margin-bottom:32px}
.hro_ctr .txt_side .cta_bt{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#FFAD04,#046CA9);color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:4px;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 12px #046ca933}
.hro_ctr .txt_side .cta_bt:hover{transform:translateY(-2px);box-shadow:0 6px 18px #046ca94d}
.hro_ctr .img_side{position:absolute;right:0;top:50%;transform:translateY(-50%);width:52%;height:500px;z-index:1}
.hro_ctr .img_side img{width:100%;height:100%;object-fit:cover;border-radius:3px;animation:img_float 6s ease-in-out infinite}
@keyframes img_float {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-12px)}
}
.hro_ctr .deco_shp{position:absolute;z-index:2}
.hro_ctr .deco_shp.sq1{width:140px;height:140px;background:#ffad0426;top:60px;right:45%;border-radius:2px;transform:rotate(12deg)}
.hro_ctr .deco_shp.sq2{width:90px;height:90px;background:#046ca91f;bottom:80px;right:38%;border-radius:50%}
.sp_sec{padding:90px 0;background:#fff}
.sp_sec .sp_wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.sp_sec .sp_hd{text-align:center;margin-bottom:60px}
.sp_sec .sp_hd h2{font-size:42px;line-height:1.25;color:#046CA9;margin:0 0 16px;font-weight:700}
.sp_sec .sp_hd .sp_sub{font-size:18px;line-height:1.5;color:#555;max-width:720px;margin:0 auto}
.sp_sec .sp_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.sp_sec .sp_grid .sp_card{background:linear-gradient(135deg,#E8F1F8 0%,#fff 100%);padding:32px 28px;border-radius:3px;box-shadow:0 2px 8px #0000000f;transition:transform 0.2s,box-shadow .2s}
.sp_sec .sp_grid .sp_card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #046ca91f}
.sp_sec .sp_grid .sp_card .ic_box{width:64px;height:64px;margin-bottom:20px}
.sp_sec .sp_grid .sp_card .ic_box svg{width:100%;height:100%}
.sp_sec .sp_grid .sp_card h3{font-size:22px;line-height:1.3;color:#046CA9;margin:0 0 12px;font-weight:600}
.sp_sec .sp_grid .sp_card p{font-size:16px;line-height:1.65;color:#444;margin:0}
.proc_sec{padding:90px 0;background:linear-gradient(180deg,#E8F1F8 0%,#fff 100%)}
.proc_sec .proc_wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.proc_sec .proc_hd{margin-bottom:50px}
.proc_sec .proc_hd h2{font-size:40px;line-height:1.3;color:#046CA9;margin:0 0 14px;font-weight:700}
.proc_sec .proc_hd p{font-size:17px;line-height:1.6;color:#555;max-width:820px}
.proc_sec .proc_content{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.proc_sec .proc_content .img_box{position:relative}
.proc_sec .proc_content .img_box img{width:100%;height:auto;border-radius:3px;box-shadow:0 4px 16px #00000014}
.proc_sec .proc_content .steps_list{display:flex;flex-direction:column;gap:28px}
.proc_sec .proc_content .steps_list .step_item{display:flex;gap:20px}
.proc_sec .proc_content .steps_list .step_item .num_circle{width:48px;height:48px;flex-shrink:0;background:linear-gradient(135deg,#FFAD04,#046CA9);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}
.proc_sec .proc_content .steps_list .step_item .step_txt h4{font-size:19px;line-height:1.4;color:#046CA9;margin:0 0 8px;font-weight:600}
.proc_sec .proc_content .steps_list .step_item .step_txt p{font-size:16px;line-height:1.6;color:#444;margin:0}
.team_sec{padding:90px 0;background:#fff}
.team_sec .team_wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.team_sec .team_hd{text-align:center;margin-bottom:56px}
.team_sec .team_hd h2{font-size:40px;line-height:1.3;color:#046CA9;margin:0 0 16px;font-weight:700}
.team_sec .team_hd p{font-size:18px;line-height:1.55;color:#555;max-width:760px;margin:0 auto}
.team_sec .team_grid{display:flex;justify-content:center;gap:40px}
.team_sec .team_grid .team_card{background:#E8F1F8;padding:36px 28px;border-radius:3px;text-align:center;max-width:340px;box-shadow:0 2px 8px #0000000f;transition:transform .2s}
.team_sec .team_grid .team_card:hover{transform:translateY(-3px)}
.team_sec .team_grid .team_card .photo_box{width:140px;height:140px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid #FFAD04}
.team_sec .team_grid .team_card .photo_box img{width:100%;height:100%;object-fit:cover}
.team_sec .team_grid .team_card h3{font-size:22px;line-height:1.3;color:#046CA9;margin:0 0 8px;font-weight:600}
.team_sec .team_grid .team_card .role_txt{font-size:15px;line-height:1.4;color:#FFAD04;margin-bottom:16px;font-weight:600}
.team_sec .team_grid .team_card p{font-size:15px;line-height:1.65;color:#444;margin:0}
.res_sec{padding:90px 0;background:linear-gradient(135deg,#E8F1F8 0%,#fff 50%,#E8F1F8 100%)}
.res_sec .res_wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.res_sec .res_hd{margin-bottom:50px}
.res_sec .res_hd h2{font-size:40px;line-height:1.3;color:#046CA9;margin:0 0 16px;font-weight:700}
.res_sec .res_hd p{font-size:17px;line-height:1.6;color:#555;max-width:800px}
.res_sec .res_tabs{position:relative}
.res_sec .res_tabs input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.res_sec .res_tabs .tab_nav{display:flex;gap:12px;margin-bottom:36px;border-bottom:2px solid #E8F1F8;padding-bottom:12px}
.res_sec .res_tabs .tab_nav label{padding:12px 24px;background:#fff;color:#046CA9;font-size:16px;font-weight:600;border-radius:3px;cursor:pointer;transition:background 0.2s,color .2s;border:2px solid transparent}
.res_sec .res_tabs .tab_nav label:hover{background:#E8F1F8}
.res_sec .res_tabs input[type="radio"]:checked + label{background:linear-gradient(135deg,#FFAD04,#046CA9);color:#fff;border-color:#FFAD04}
.res_sec .res_tabs .tab_content{display:none}
.res_sec .res_tabs input[type="radio"]#tab1:checked ~ .tab_panels .tab_content.panel1,.res_sec .res_tabs input[type="radio"]#tab2:checked ~ .tab_panels .tab_content.panel2,.res_sec .res_tabs input[type="radio"]#tab3:checked ~ .tab_panels .tab_content.panel3{display:block}
.res_sec .res_tabs .tab_content .content_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.res_sec .res_tabs .tab_content .content_grid .content_card{background:#fff;padding:28px;border-radius:3px;box-shadow:0 2px 8px #0000000f;border-left:4px solid #FFAD04}
.res_sec .res_tabs .tab_content .content_grid .content_card h4{font-size:20px;line-height:1.4;color:#046CA9;margin:0 0 12px;font-weight:600}
.res_sec .res_tabs .tab_content .content_grid .content_card p{font-size:15px;line-height:1.65;color:#444;margin:0 0 16px}
.res_sec .res_tabs .tab_content .content_grid .content_card ul{list-style:none;padding:0;margin:0}
.res_sec .res_tabs .tab_content .content_grid .content_card ul li{font-size:15px;line-height:1.6;color:#444;padding-left:24px;position:relative;margin-bottom:8px}
.res_sec .res_tabs .tab_content .content_grid .content_card ul li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#FFAD04;border-radius:50%}
.trust_sec{padding:90px 0;background:#fff}
.trust_sec .trust_wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.trust_sec .trust_layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.trust_sec .trust_layout .img_area{position:relative}
.trust_sec .trust_layout .img_area img{width:100%;height:auto;border-radius:3px;box-shadow:0 4px 16px #00000014}
.trust_sec .trust_layout .txt_area h2{font-size:38px;line-height:1.3;color:#046CA9;margin:0 0 20px;font-weight:700}
.trust_sec .trust_layout .txt_area p{font-size:16px;line-height:1.7;color:#444;margin-bottom:24px}
.trust_sec .trust_layout .txt_area .features_list{display:flex;flex-direction:column;gap:16px;margin-top:28px}
.trust_sec .trust_layout .txt_area .features_list .feat_item{display:flex;align-items:flex-start;gap:16px}
.trust_sec .trust_layout .txt_area .features_list .feat_item .icon_holder{width:32px;height:32px;flex-shrink:0;background:linear-gradient(135deg,#FFAD04,#046CA9);border-radius:50%;display:flex;align-items:center;justify-content:center}
.trust_sec .trust_layout .txt_area .features_list .feat_item .icon_holder svg{width:18px;height:18px;fill:#fff}
.trust_sec .trust_layout .txt_area .features_list .feat_item .feat_txt{flex:1}
.trust_sec .trust_layout .txt_area .features_list .feat_item .feat_txt h5{font-size:18px;line-height:1.4;color:#046CA9;margin:0 0 6px;font-weight:600}
.trust_sec .trust_layout .txt_area .features_list .feat_item .feat_txt p{font-size:15px;line-height:1.6;color:#444;margin:0}
@media (max-width: 1024px) {
.hro_ctr{flex-direction:column;text-align:center}
.hro_ctr .txt_side{width:100%;padding-right:0;margin-bottom:40px}
.hro_ctr .img_side{position:relative;width:100%;transform:none;top:auto;right:auto}
.sp_sec .sp_grid{grid-template-columns:repeat(2,1fr)}
.proc_sec .proc_content{grid-template-columns:1fr}
.trust_sec .trust_layout{grid-template-columns:1fr}
.res_sec .res_tabs .tab_content .content_grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hro_ctr .txt_side h1{font-size:36px}
.hro_ctr .txt_side .sub_ln{font-size:17px}
.sp_sec .sp_hd h2{font-size:32px}
.sp_sec .sp_grid{grid-template-columns:1fr}
.proc_sec .proc_hd h2,.team_sec .team_hd h2,.res_sec .res_hd h2,.trust_sec .trust_layout .txt_area h2{font-size:30px}
.team_sec .team_grid{flex-direction:column;align-items:center}
.res_sec .res_tabs .tab_nav{flex-direction:column}
.res_sec .res_tabs .tab_nav label{width:100%;text-align:center}
}
.tlt_wrp{position:relative;background:linear-gradient(135deg,#E8F1F8 0%,#fff 100%);padding:80px 20px 120px;overflow:hidden}
.tlt_ctr{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tlt_cnt{padding-right:40px}
.tlt_hdng{font-size:48px;font-weight:700;line-height:1.2;margin:0 0 24px;color:#046CA9}
.tlt_txt{font-size:18px;line-height:1.7;color:#333;margin:0}
.tlt_img_box{position:relative;transform:rotate(-3deg)}
.tlt_img{width:100%;height:520px;object-fit:cover;border-radius:4px;box-shadow:0 8px 24px #046ca926}
.tlt_dvdr{position:absolute;bottom:0;left:0;width:100%;height:80px}
.stry_sct{padding:100px 20px;background:#fff}
.stry_ctr{max-width:1320px;margin:0 auto}
.stry_grd{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start}
.stry_h{font-size:42px;font-weight:700;margin:0 0 48px;color:#046CA9;position:relative;padding-left:20px}
.stry_h::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#FFAD04 0%,#046CA9 100%);border-radius:3px}
.stry_itms{display:flex;flex-direction:column;gap:32px}
.stry_crd{display:flex;gap:20px;padding:24px;background:#E8F1F8;border-radius:4px;transition:all .3s ease}
.stry_crd:hover{transform:translateX(8px);box-shadow:0 4px 16px #046ca91a}
.stry_icn_wrp{flex-shrink:0;width:48px;height:48px;background:#FFAD04;border-radius:3px;display:flex;align-items:center;justify-content:center}
.stry_icn{width:28px;height:28px;color:#fff}
.stry_ttl{font-size:20px;font-weight:600;margin:0 0 12px;color:#046CA9}
.stry_desc{font-size:16px;line-height:1.6;margin:0;color:#333}
.stry_rgt{position:relative}
.stry_img{width:100%;height:580px;object-fit:cover;border-radius:4px;box-shadow:0 6px 20px #00000014}
.stry_dta_bx{position:absolute;bottom:-40px;left:-40px;background:#fff;padding:32px;border-radius:4px;box-shadow:0 8px 24px #0000001f;display:flex;gap:48px}
.stry_dta_itm{display:flex;flex-direction:column;gap:8px}
.stry_dta_num{font-size:36px;font-weight:700;color:#FFAD04;line-height:1}
.stry_dta_lbl{font-size:14px;color:#666}
.aprch_blk{padding:100px 20px;background:linear-gradient(180deg,#E8F1F8 0%,#fff 100%)}
.aprch_cntr{max-width:1320px;margin:0 auto}
.aprch_hdng{font-size:42px;font-weight:700;text-align:center;margin:0 0 20px;color:#046CA9}
.aprch_intro{font-size:18px;line-height:1.6;text-align:center;max-width:720px;margin:0 auto 60px;color:#333}
.aprch_tabs{position:relative}
.aprch_rd{position:absolute;opacity:0;pointer-events:none}
.aprch_nav{display:flex;gap:12px;margin-bottom:48px;justify-content:center}
.aprch_lbl{padding:16px 32px;background:#fff;border:2px solid #E8F1F8;border-radius:3px;cursor:pointer;transition:all .3s ease;font-size:16px;font-weight:500;color:#666}
.aprch_lbl:hover{border-color:#FFAD04;color:#FFAD04}
#tb1:checked ~ .aprch_nav label[for="tb1"],#tb2:checked ~ .aprch_nav label[for="tb2"],#tb3:checked ~ .aprch_nav label[for="tb3"]{background:#046CA9;border-color:#046CA9;color:#fff}
.aprch_pnls{position:relative}
.aprch_pnl{display:none;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
#tb1:checked ~ .aprch_pnls .aprch_pnl:nth-of-type(1),#tb2:checked ~ .aprch_pnls .aprch_pnl:nth-of-type(2),#tb3:checked ~ .aprch_pnls .aprch_pnl:nth-of-type(3){display:grid}
.aprch_pnl_img{width:100%;height:450px;object-fit:cover;border-radius:4px;box-shadow:0 6px 20px #00000014}
.aprch_pnl_cnt{padding:20px}
.aprch_pnl_h{font-size:32px;font-weight:700;margin:0 0 20px;color:#046CA9}
.aprch_pnl_p{font-size:16px;line-height:1.7;margin:0 0 24px;color:#333}
.aprch_lst{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.aprch_lst_itm{padding-left:32px;position:relative;font-size:15px;color:#333}
.aprch_lst_itm::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:#FFAD04;border-radius:2px;box-shadow:0 2px 6px #ffad044d}
.tm_sec{padding:100px 20px;background:#fff}
.tm_ctr{max-width:1320px;margin:0 auto}
.tm_hd{font-size:42px;font-weight:700;text-align:center;margin:0 0 60px;color:#046CA9}
.tm_wrp{display:flex;gap:48px;justify-content:center}
.tm_crd{flex:0 0 calc(50% - 24px);max-width:560px;display:flex;gap:28px;padding:32px;background:#E8F1F8;border-radius:4px;box-shadow:0 4px 12px #046ca914;transition:all .3s ease}
.tm_crd:hover{transform:translateY(-6px);box-shadow:0 8px 24px #046ca926}
.tm_img_wrp{flex-shrink:0}
.tm_img{width:140px;height:140px;object-fit:cover;border-radius:3px;box-shadow:0 4px 12px #0000001a}
.tm_info{display:flex;flex-direction:column;gap:10px}
.tm_nm{font-size:24px;font-weight:700;margin:0;color:#046CA9}
.tm_rl{font-size:14px;font-weight:500;color:#FFAD04}
.tm_bio{font-size:15px;line-height:1.6;margin:8px 0 0;color:#333}
.cta_zone{padding:80px 20px;background:radial-gradient(circle at 30% 50%,#046CA9 0%,#0a5482 100%)}
.cta_inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:80px}
.cta_content{flex:1}
.cta_title{font-size:38px;font-weight:700;margin:0 0 20px;color:#fff}
.cta_text{font-size:17px;line-height:1.6;margin:0 0 32px;color:#E8F1F8}
.cta_btn{display:inline-block;padding:18px 42px;background:#FFAD04;color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:3px;box-shadow:0 6px 18px #ffad044d;transition:all .3s ease;position:relative;z-index:10}
.cta_btn:hover{background:#e69d03;transform:translateY(-3px);box-shadow:0 8px 24px #ffad0466}
.cta_visual{flex-shrink:0}
.cta_shape{width:200px;height:200px;animation:rotate_slow 20s linear infinite}
@keyframes rotate_slow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
@media (max-width: 1024px) {
.tlt_ctr{grid-template-columns:1fr;gap:40px}
.tlt_cnt{padding-right:0}
.tlt_img_box{transform:rotate(0)}
.tlt_img{height:400px}
.stry_grd{grid-template-columns:1fr;gap:50px}
.stry_dta_bx{position:static;margin-top:20px}
.aprch_pnl{grid-template-columns:1fr}
.tm_wrp{flex-direction:column}
.tm_crd{flex:1;max-width:100%}
.cta_inner{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.tlt_wrp{padding:60px 20px 100px}
.tlt_hdng{font-size:36px}
.tlt_txt{font-size:16px}
.stry_sct{padding:60px 20px}
.stry_h{font-size:32px;margin-bottom:32px}
.stry_crd{flex-direction:column}
.aprch_blk{padding:60px 20px}
.aprch_hdng{font-size:32px}
.aprch_nav{flex-direction:column}
.aprch_lbl{text-align:center}
.aprch_pnl_img{height:320px}
.aprch_pnl_h{font-size:26px}
.tm_sec{padding:60px 20px}
.tm_hd{font-size:32px;margin-bottom:40px}
.tm_crd{flex-direction:column;align-items:center;text-align:center}
.cta_zone{padding:60px 20px}
.cta_title{font-size:28px}
.cta_visual{display:none}
}
@media (max-width: 480px) {
.tlt_hdng{font-size:28px}
.tlt_img{height:300px}
.stry_h{font-size:26px}
.stry_dta_bx{flex-direction:column;gap:24px;padding:24px}
.aprch_hdng{font-size:26px}
.aprch_intro{font-size:16px}
.tm_hd{font-size:26px}
.cta_title{font-size:24px}
}
.ct_page{background:linear-gradient(180deg,#E8F1F8 0%,#fff 100%);padding:0;margin:0}
.hd_manifesto{max-width:1320px;margin:0 auto;padding:80px 20px;display:flex;align-items:center;gap:60px}
.img_frm{flex:0 0 420px;position:relative;background:linear-gradient(135deg,#046CA9 0%,#FFAD04 100%);border-radius:4px;padding:3px;box-shadow:0 4px 16px #046ca926}
.img_frm::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;background:linear-gradient(135deg,#ffad0433 0%,#046ca933 100%);border-radius:6px;z-index:-1}
.img_inner{background:#fff;border-radius:3px;padding:32px;min-height:360px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.img_inner::after{content:'';position:absolute;width:200px;height:200px;background:radial-gradient(circle,#ffad044d 0%,transparent 70%);border-radius:50%;top:-50px;right:-50px}
.geo_shape{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}
.geo_shape svg{width:280px;height:280px;opacity:.9}
.txt_manifesto{flex:1}
.txt_manifesto h1{font-size:42px;line-height:1.2;margin:0 0 28px;color:#046CA9;font-weight:700}
.txt_manifesto h1::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#FFAD04 0%,#046CA9 100%);margin-bottom:20px;border-radius:2px}
.manifesto_copy{font-size:17px;line-height:1.7;color:#2d3748;margin:0 0 20px}
.highlight_txt{color:#FFAD04;font-weight:600}
.frm_section{background:#fff;padding:90px 20px}
.frm_wrapper{max-width:1320px;margin:0 auto}
.frm_hd{text-align:center;margin-bottom:60px}
.frm_hd h2{font-size:36px;line-height:1.3;color:#046CA9;margin:0 0 16px;font-weight:700}
.frm_hd p{font-size:18px;line-height:1.6;color:#4a5568;max-width:680px;margin:0 auto}
.step_form{max-width:720px;margin:0 auto;background:#f8fafc;border-radius:6px;padding:50px 40px;box-shadow:0 3px 12px #046ca914}
.step_indicator{display:flex;justify-content:space-between;margin-bottom:50px;position:relative}
.step_indicator::before{content:'';position:absolute;top:20px;left:10%;right:10%;height:2px;background:#e2e8f0;z-index:0}
.step_dot{width:40px;height:40px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#94a3b8;position:relative;z-index:1;transition:all .3s}
#step1:checked ~ .step_indicator .dot1,#step2:checked ~ .step_indicator .dot2,#step3:checked ~ .step_indicator .dot3{background:linear-gradient(135deg,#FFAD04 0%,#046CA9 100%);color:#fff;box-shadow:0 3px 8px #ffad0466}
.step_content{display:none}
#step1:checked ~ .step_panels .content1,#step2:checked ~ .step_panels .content2,#step3:checked ~ .step_panels .content3{display:block}
.step_panels{min-height:320px}
.step_ttl{font-size:22px;line-height:1.4;color:#046CA9;margin:0 0 28px;font-weight:600}
.field_group{margin-bottom:24px}
.field_group label{display:block;font-size:15px;font-weight:600;color:#2d3748;margin-bottom:8px}
.field_group input,.field_group select{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:4px;font-size:16px;background:#fff;transition:all .3s;box-sizing:border-box}
.field_group input:focus,.field_group select:focus{outline:none;border-color:#FFAD04;box-shadow:0 0 0 3px #ffad041a}
.radio_input{display:none}
.step_nav{display:flex;justify-content:space-between;margin-top:32px;gap:16px}
.nav_btn{padding:14px 32px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 6px #0000001a}
.btn_next{background:linear-gradient(135deg,#FFAD04 0%,#046CA9 100%);color:#fff;flex:1}
.btn_next:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffad044d}
.btn_prev{background:#e2e8f0;color:#2d3748;padding:14px 24px}
.btn_prev:hover{background:#cbd5e0}
.privacy_check{display:flex;align-items:flex-start;gap:12px;margin-top:28px;margin-bottom:28px}
.privacy_check input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer}
.privacy_check label{font-size:14px;line-height:1.6;color:#4a5568;cursor:pointer}
.privacy_check a{color:#046CA9;text-decoration:underline}
.privacy_check a:hover{color:#FFAD04}
.btn_submit{width:100%;padding:16px;background:linear-gradient(135deg,#046CA9 0%,#FFAD04 100%);color:#fff;border:none;border-radius:4px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 3px 10px #046ca94d}
.btn_submit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #046ca966}
.info_block{background:linear-gradient(180deg,#fff 0%,#E8F1F8 100%);padding:80px 20px}
.info_grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.info_card{background:#fff;border-radius:5px;padding:40px 32px;box-shadow:0 2px 8px #046ca90f;border-left:4px solid #FFAD04;transition:all .3s}
.info_card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #046ca91f}
.card_icon{width:56px;height:56px;background:linear-gradient(135deg,#ffad0433 0%,#046ca933 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card_icon svg{width:28px;height:28px}
.info_card h3{font-size:20px;line-height:1.4;color:#046CA9;margin:0 0 12px;font-weight:700}
.info_card p{font-size:16px;line-height:1.6;color:#4a5568;margin:0}
.info_card a{color:#FFAD04;text-decoration:none;font-weight:600}
.info_card a:hover{text-decoration:underline}
@media (max-width: 992px) {
.hd_manifesto{flex-direction:column;padding:60px 20px;gap:40px}
.img_frm{flex:0 0 auto;width:100%;max-width:420px}
.txt_manifesto h1{font-size:36px}
.info_grid{grid-template-columns:1fr;gap:30px}
.step_form{padding:40px 28px}
}
@media (max-width: 768px) {
.txt_manifesto h1{font-size:32px}
.manifesto_copy{font-size:16px}
.frm_hd h2{font-size:30px}
.step_form{padding:32px 20px}
.step_indicator{margin-bottom:40px}
.step_dot{width:36px;height:36px;font-size:14px}
.step_ttl{font-size:20px}
.step_nav{flex-direction:column-reverse}
.btn_next,.btn_prev{width:100%}
.img_frm{flex:0 0 auto}
.img_inner{min-height:280px}
.geo_shape svg{width:200px;height:200px}
}
@media (max-width: 480px) {
.hd_manifesto{padding:40px 16px}
.txt_manifesto h1{font-size:28px}
.frm_section{padding:60px 16px}
.frm_hd h2{font-size:26px}
.info_block{padding:60px 16px}
.info_card{padding:32px 24px}
}
.pg_hd{background:linear-gradient(135deg,#E8F1F8 0%,#fff 100%);padding:80px 20px;position:relative;overflow:hidden}
.pg_hd::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffad0414 0%,transparent 70%);border-radius:50%}
.pg_hd .cnt_wrap{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.pg_hd .txt_area h1{font-size:52px;color:#046CA9;margin:0 0 24px;line-height:1.2;font-weight:700}
.pg_hd .txt_area h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FFAD04 0%,#046CA9 100%);margin-top:16px;border-radius:2px}
.pg_hd .txt_area p{font-size:18px;line-height:1.7;color:#2c3e50;margin:0}
.pg_hd .img_zone{position:relative}
.pg_hd .img_zone img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 6px 20px #046ca926}
.pg_hd .img_zone::after{content:'';position:absolute;bottom:-20px;left:30px;width:140px;height:140px;background:linear-gradient(135deg,#FFAD04 0%,#046CA9 100%);opacity:.2;border-radius:50%;z-index:-1}
.prog_det{padding:100px 20px;background:#fff}
.prog_det .container{max-width:1320px;margin:0 auto}
.prog_det .intro_txt{max-width:840px;margin:0 auto 70px;text-align:center}
.prog_det .intro_txt h2{font-size:42px;color:#046CA9;margin:0 0 20px;font-weight:700}
.prog_det .intro_txt h2::before{content:'';display:inline-block;width:12px;height:12px;background:#FFAD04;border-radius:50%;margin-right:12px;vertical-align:middle}
.prog_det .intro_txt p{font-size:17px;line-height:1.8;color:#34495e;margin:0}
.prog_det .modules_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.prog_det .mod_card{background:linear-gradient(180deg,#E8F1F8 0%,#fff 100%);border:2px solid #E8F1F8;border-radius:6px;padding:36px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.prog_det .mod_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FFAD04 0%,#046CA9 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.prog_det .mod_card:hover::before{transform:scaleX(1)}
.prog_det .mod_card:hover{border-color:#FFAD04;box-shadow:0 8px 24px #ffad0433;transform:translateY(-4px)}
.prog_det .mod_card h3{font-size:24px;color:#046CA9;margin:0 0 16px;font-weight:600}
.prog_det .mod_card .num{font-size:48px;font-weight:700;color:#FFAD04;opacity:.3;position:absolute;top:20px;right:24px;line-height:1}
.prog_det .mod_card ul{list-style:none;padding:0;margin:0}
.prog_det .mod_card ul li{font-size:15px;line-height:1.6;color:#4a5568;padding-left:24px;position:relative;margin-bottom:10px}
.prog_det .mod_card ul li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;background:#FFAD04;border-radius:50%}
.inst_sec{padding:90px 20px;background:linear-gradient(135deg,#046CA9 0%,#0481c9 100%);position:relative;overflow:hidden}
.inst_sec::after{content:'';position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffad0426 0%,transparent 70%);border-radius:50%}
.inst_sec .container{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.inst_sec h2{font-size:40px;color:#fff;text-align:center;margin:0 0 60px;font-weight:700}
.inst_sec .team_layout{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.inst_sec .inst_card{background:#fffffff2;border-radius:5px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.inst_sec .inst_card:hover{transform:scale(1.05);box-shadow:0 10px 30px #00000040}
.inst_sec .inst_card .photo{width:100%;height:280px;overflow:hidden;position:relative}
.inst_sec .inst_card .photo img{width:100%;height:100%;object-fit:cover}
.inst_sec .inst_card .photo::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(to top,#046ca999,transparent)}
.inst_sec .inst_card .info{padding:20px 18px;background:#fff}
.inst_sec .inst_card .info h4{font-size:19px;color:#046CA9;margin:0 0 6px;font-weight:600}
.inst_sec .inst_card .info .role{font-size:14px;color:#FFAD04;font-weight:500;display:block;margin-bottom:10px}
.inst_sec .inst_card .info p{font-size:14px;line-height:1.5;color:#4a5568;margin:0}
.path_tabs{padding:90px 20px;background:#fafbfc}
.path_tabs .container{max-width:1320px;margin:0 auto}
.path_tabs h2{font-size:40px;color:#046CA9;text-align:center;margin:0 0 50px;font-weight:700}
.path_tabs .tab_wrapper{display:flex;flex-direction:column}
.path_tabs input[type="radio"]{display:none}
.path_tabs .tab_nav{display:flex;gap:12px;margin-bottom:40px;justify-content:center;flex-wrap:wrap}
.path_tabs .tab_nav label{background:#fff;color:#046CA9;padding:14px 32px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:600;border:2px solid #E8F1F8;transition:all .3s ease}
.path_tabs .tab_nav label:hover{border-color:#FFAD04;background:#fffcf5}
.path_tabs input[type="radio"]:checked + label{background:linear-gradient(135deg,#FFAD04 0%,#046CA9 100%);color:#fff;border-color:#FFAD04}
.path_tabs .panel{display:none;background:#fff;padding:40px;border-radius:6px;border:2px solid #E8F1F8}
.path_tabs input#pt1:checked ~ .panel[data-tab="pt1"],.path_tabs input#pt2:checked ~ .panel[data-tab="pt2"],.path_tabs input#pt3:checked ~ .panel[data-tab="pt3"]{display:block}
.path_tabs .panel h3{font-size:28px;color:#046CA9;margin:0 0 20px;font-weight:700}
.path_tabs .panel .duration{display:inline-block;background:#E8F1F8;color:#046CA9;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}
.path_tabs .panel .content_desc{font-size:16px;line-height:1.8;color:#34495e;margin-bottom:24px}
.path_tabs .panel .highlights{background:linear-gradient(135deg,#E8F1F8 0%,#fff 100%);padding:24px;border-radius:4px;border-left:4px solid #FFAD04}
.path_tabs .panel .highlights h4{font-size:18px;color:#046CA9;margin:0 0 14px;font-weight:600}
.path_tabs .panel .highlights ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.path_tabs .panel .highlights ul li{font-size:15px;color:#4a5568;padding-left:24px;position:relative}
.path_tabs .panel .highlights ul li::before{content:'→';position:absolute;left:0;color:#FFAD04;font-weight:700}
.enroll_cta{padding:100px 20px;background:linear-gradient(180deg,#fff 0%,#E8F1F8 100%);position:relative}
.enroll_cta::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;height:2px;background:linear-gradient(90deg,transparent 0%,#FFAD04 50%,transparent 100%)}
.enroll_cta .container{max-width:1320px;margin:0 auto}
.enroll_cta .content_block{max-width:800px;margin:0 auto;text-align:center}
.enroll_cta h2{font-size:44px;color:#046CA9;margin:0 0 24px;font-weight:700;line-height:1.3}
.enroll_cta .desc_text{font-size:18px;line-height:1.8;color:#34495e;margin:0 0 40px}
.enroll_cta .action_btns{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
.enroll_cta .btn_primary{background:linear-gradient(135deg,#FFAD04 0%,#e69a03 100%);color:#fff;padding:16px 44px;border-radius:4px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #FFAD04;box-shadow:0 4px 12px #ffad044d;position:relative;z-index:1}
.enroll_cta .btn_primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ffad0466}
.enroll_cta .btn_secondary{background:transparent;color:#046CA9;padding:16px 44px;border-radius:4px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #046CA9;position:relative;z-index:1}
.enroll_cta .btn_secondary:hover{background:#046CA9;color:#fff;transform:translateY(-2px)}
@media (max-width: 1024px) {
.pg_hd .cnt_wrap{grid-template-columns:1fr;gap:40px}
.pg_hd .txt_area h1{font-size:42px}
.prog_det .modules_grid{grid-template-columns:repeat(2,1fr)}
.inst_sec .team_layout{grid-template-columns:repeat(2,1fr)}
.path_tabs .panel .highlights ul{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.pg_hd{padding:60px 20px}
.pg_hd .txt_area h1{font-size:36px}
.pg_hd .txt_area p{font-size:16px}
.pg_hd .img_zone img{height:320px}
.prog_det{padding:70px 20px}
.prog_det .intro_txt h2{font-size:32px}
.prog_det .modules_grid{grid-template-columns:1fr;gap:24px}
.inst_sec{padding:70px 20px}
.inst_sec h2{font-size:32px}
.inst_sec .team_layout{grid-template-columns:1fr;gap:24px}
.path_tabs{padding:70px 20px}
.path_tabs h2{font-size:32px}
.path_tabs .panel{padding:28px 20px}
.enroll_cta{padding:70px 20px}
.enroll_cta h2{font-size:32px}
.enroll_cta .action_btns{flex-direction:column}
.enroll_cta .btn_primary,.enroll_cta .btn_secondary{width:100%;text-align:center}
}
.pc_hero{background:linear-gradient(135deg,#E8F1F8 0%,#fff 100%);padding:80px 20px 60px;text-align:center}
.pc_hero_inner{max-width:1320px;margin:0 auto}
.pc_hero h1{font-size:48px;color:#046CA9;margin:0 0 16px;font-weight:700}
.pc_hero_text{font-size:18px;color:#333;line-height:1.6;max-width:720px;margin:0 auto}
.posts_wrap{padding:60px 20px;background:#fff}
.posts_inner{max-width:1320px;margin:0 auto}
.posts_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px}
.pst_card{background:#fff;border:2px solid #E8F1F8;border-radius:4px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 4px #046ca914}
.pst_card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #046ca926;border-color:#FFAD04}
.pst_img_wrap{width:100%;height:220px;overflow:hidden;background:#E8F1F8;position:relative}
.pst_img_wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.pst_card:hover .pst_img_wrap img{transform:scale(1.05)}
.pst_tag{position:absolute;top:12px;left:12px;background:#FFAD04;color:#fff;padding:6px 14px;border-radius:3px;font-size:13px;font-weight:600;z-index:2}
.pst_content{padding:24px}
.pst_meta{display:flex;align-items:center;gap:16px;margin-bottom:14px;font-size:14px;color:#666}
.pst_author{display:flex;align-items:center;gap:6px}
.pst_author::before{content:'';width:28px;height:28px;background:linear-gradient(135deg,#046CA9,#FFAD04);border-radius:50%;display:block}
.pst_time{display:flex;align-items:center;gap:4px}
.pst_content h3{font-size:22px;color:#046CA9;margin:0 0 12px;line-height:1.3;font-weight:600}
.pst_content h3 a{color:inherit;text-decoration:none;transition:color .3s ease}
.pst_content h3 a:hover{color:#FFAD04}
.pst_desc{font-size:15px;color:#555;line-height:1.6;margin:0 0 20px}
.pst_link{display:inline-flex;align-items:center;gap:6px;color:#046CA9;text-decoration:none;font-weight:600;font-size:15px;transition:all .3s ease}
.pst_link::after{content:'→';transition:transform .3s ease}
.pst_link:hover{color:#FFAD04}
.pst_link:hover::after{transform:translateX(4px)}
.info_section{background:linear-gradient(180deg,#E8F1F8 0%,#fff 100%);padding:80px 20px}
.info_container{max-width:1320px;margin:0 auto}
.info_header{text-align:center;margin-bottom:48px}
.info_header h2{font-size:38px;color:#046CA9;margin:0 0 16px;font-weight:700}
.info_header_text{font-size:17px;color:#555;line-height:1.6;max-width:680px;margin:0 auto}
.info_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.info_card{background:#fff;padding:32px;border-radius:4px;border:2px solid #E8F1F8;box-shadow:0 3px 6px #046ca90f;transition:all .3s ease;position:relative}
.info_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FFAD04,#046CA9);transition:height .3s ease}
.info_card:hover::before{height:100%}
.info_card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #046ca91f;border-color:#FFAD04}
.info_icon{width:56px;height:56px;background:linear-gradient(135deg,#FFAD04,#046CA9);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:28px;color:#fff}
.info_card h3{font-size:21px;color:#046CA9;margin:0 0 12px;font-weight:600}
.info_card p{font-size:15px;color:#555;line-height:1.6;margin:0}
.cta_zone{background:#046CA9;padding:70px 20px;text-align:center}
.cta_inner{max-width:1320px;margin:0 auto}
.cta_zone h2{font-size:36px;color:#fff;margin:0 0 20px;font-weight:700}
.cta_zone p{font-size:17px;color:#E8F1F8;line-height:1.6;max-width:640px;margin:0 auto 32px}
.cta_btn{display:inline-block;background:#FFAD04;color:#046CA9;padding:16px 40px;border-radius:3px;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s ease;box-shadow:0 4px 8px #00000026}
.cta_btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 14px #0003}
@media (max-width: 768px) {
.pc_hero h1{font-size:36px}
.pc_hero{padding:60px 20px 40px}
.posts_grid{grid-template-columns:1fr;gap:24px}
.info_grid{grid-template-columns:1fr;gap:20px}
.info_section{padding:60px 20px}
.cta_zone{padding:50px 20px}
.cta_zone h2{font-size:28px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.posts_grid{grid-template-columns:repeat(2,1fr)}
.info_grid{grid-template-columns:repeat(2,1fr)}
}
.scs_wrp{background:linear-gradient(135deg,#E8F1F8 0%,#fff 100%);padding:80px 20px;position:relative;overflow:hidden}
.scs_wrp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#ffad0414 0%,transparent 50%),radial-gradient(circle at 80% 70%,#046ca914 0%,transparent 50%);pointer-events:none}
.scs_wrp::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none}
.scs_ct{max-width:1320px;margin:0 auto;position:relative;z-index:1}
.scs_grid{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:center}
.scs_vis{position:relative}
.scs_shape{width:100%;aspect-ratio:1;background:linear-gradient(145deg,#FFAD04 0%,#046CA9 100%);border-radius:50%;position:relative;box-shadow:0 20px 60px #046ca933}
.scs_shape::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;height:85%;background:#fff;border-radius:50%}
.scs_shape::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;background:linear-gradient(225deg,#E8F1F8 0%,#fff 100%);border-radius:50%}
.scs_icn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:120px;height:120px}
.scs_txt_zone{padding:20px 0}
.scs_pre{font-size:15px;color:#046CA9;font-weight:600;letter-spacing:.5px;margin-bottom:16px;display:block}
.scs_h{font-size:52px;font-weight:700;color:#1a1a1a;line-height:1.2;margin-bottom:24px}
.scs_h::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FFAD04 0%,#046CA9 100%);margin-top:20px;border-radius:3px}
.scs_desc{font-size:18px;line-height:1.7;color:#333;margin-bottom:32px}
.scs_btn_row{display:flex;gap:16px;flex-wrap:wrap}
.scs_btn{display:inline-block;padding:16px 36px;font-size:16px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s ease;position:relative;z-index:1}
.scs_btn.primary{background:linear-gradient(135deg,#FFAD04 0%,#046CA9 100%);color:#fff;box-shadow:0 4px 15px #ffad044d}
.scs_btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffad0466}
.scs_btn.secondary{background:#fff;color:#046CA9;border:2px solid #046CA9}
.scs_btn.secondary:hover{background:#046CA9;color:#fff;transform:translateY(-2px)}
.info_sec{background:#fff;padding:100px 20px}
.info_ct{max-width:1320px;margin:0 auto}
.info_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.info_card{background:linear-gradient(180deg,#E8F1F8 0%,#fff 100%);padding:48px 32px;border-radius:3px;position:relative;border:1px solid #046ca91a;transition:all .3s ease}
.info_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FFAD04 0%,#046CA9 100%);transition:height .3s ease}
.info_card:hover::before{height:100%}
.info_card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #046ca926}
.info_icn_wrp{width:64px;height:64px;margin-bottom:24px;position:relative}
.info_card_title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.3}
.info_card_txt{font-size:16px;line-height:1.6;color:#4a4a4a}
@media (max-width: 1024px) {
.scs_grid{grid-template-columns:1fr;gap:50px}
.scs_h{font-size:42px}
.info_layout{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.scs_wrp{padding:60px 20px}
.scs_h{font-size:36px}
.scs_desc{font-size:16px}
.scs_btn_row{flex-direction:column}
.scs_btn{text-align:center}
.info_sec{padding:70px 20px}
.info_layout{grid-template-columns:1fr;gap:24px}
.info_card{padding:36px 24px}
}
@media (max-width: 480px) {
.scs_h{font-size:28px}
.info_card_title{font-size:20px}
}