*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Source Sans Pro',sans-serif;line-height:1.6;color:#273033;background:#FAFBFC}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
button{border:none;background:none;font-family:inherit;cursor:pointer}
.hdrWrap{background:linear-gradient(135deg,#FFF 0%,#F8F9FA 100%);box-shadow:0 2px 8px #27303314;padding:20px 0}
.hdrCnt{max-width:1200px;margin:0 auto;padding:0 20px}
.hdrGrid{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:18px 22px;align-items:center}
.logoBox{grid-column:1;grid-row:1;width:95px;height:95px}
.logoBox img{width:100%;height:100%;object-fit:contain;background:#ffe7a026;padding:8px;border-radius:8px;box-shadow:0 1px 3px #2730331f}
.cmpnyName{grid-column:2;grid-row:1;font-size:28px;font-weight:700;color:#273033;letter-spacing:-.5px;padding-left:12px}
.mainNv{grid-column:1 / -1;grid-row:2;margin-top:8px;border-top:1px solid #fba36333;padding-top:18px}
.mainNv ul{display:flex;gap:35px;align-items:center;flex-wrap:wrap}
.mainNv a{font-size:16px;font-weight:600;color:#273033;padding:8px 0;position:relative;transition:color 180ms ease}
.mainNv a:hover{color:#FBA363}
.mainNv a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#FBA363;transition:width 250ms ease}
.mainNv a:hover::after{width:100%}
.ftrWrap{background:#273033;color:#FFF;padding:42px 0 38px;margin-top:80px}
.ftrCnt{max-width:1200px;margin:0 auto;padding:0 20px}
.ftrLayout{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;line-height:2.1}
.ftrNav{display:flex;gap:28px;flex-wrap:wrap}
.ftrNav span{color:#ffe7a066}
.ftrNav a{color:#FFF;font-size:14px;font-weight:400;transition:color 150ms ease}
.ftrNav a:hover{color:#FFE7A0}
.cpyTxt{font-size:14px;color:#ffffffb3;font-weight:300}
.cookiePnl{display:none;position:fixed;bottom:25px;right:25px;width:380px;background:#FFF;border-radius:10px;box-shadow:0 8px 24px #2730332e;padding:28px;z-index:9999;border:1px solid #fba36340}
.cookiePnl.shw{display:block}
.ckHdr{font-size:19px;font-weight:700;color:#273033;margin-bottom:14px}
.ckTxt{font-size:14px;line-height:1.8;color:#5A6266;margin-bottom:20px}
.ckTxt a{color:#FBA363;text-decoration:underline}
.ckTxt a:hover{color:#E68A4A}
.ckCtg{margin-bottom:20px}
.ckItm{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #27303314}
.ckItm:last-child{border-bottom:none}
.ckLbl{font-size:14px;font-weight:600;color:#273033}
.ckTgl{position:relative;width:48px;height:24px;background:#D1D5D8;border-radius:12px;cursor:pointer;transition:background 200ms ease}
.ckTgl.dsbl{opacity:.5;cursor:not-allowed}
.ckTgl input{display:none}
.ckTgl span{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#FFF;border-radius:50%;transition:transform 200ms ease;box-shadow:0 1px 3px #0003}
.ckTgl input:checked + span{transform:translateX(24px)}
.ckTgl input:checked ~ .ckTgl,.ckTgl.actv{background:#FBA363}
.ckAct{display:flex;gap:12px;margin-top:22px}
.ckBtn{flex:1;padding:11px 20px;font-size:14px;font-weight:600;border-radius:6px;transition:all 180ms ease;text-align:center}
.ckBtn.prim{background:#FBA363;color:#FFF}
.ckBtn.prim:hover{background:#E68A4A}
.ckBtn.scnd{background:transparent;color:#273033;border:1px solid #D1D5D8}
.ckBtn.scnd:hover{border-color:#FBA363;color:#FBA363}
.ckCstm{font-size:13px;color:#FBA363;text-decoration:underline;cursor:pointer;margin-top:12px;display:inline-block}
.ckCstm:hover{color:#E68A4A}
.optOut{margin-top:16px;padding-top:16px;border-top:1px solid #27303314}
.ftrMgmt{margin-top:16px;text-align:center}
.ftrMgmt a{font-size:13px;color:#fff9;text-decoration:underline}
.ftrMgmt a:hover{color:#FFE7A0}
@media (max-width: 768px) {
.hdrGrid{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:16px}
.logoBox{grid-column:1;grid-row:1;width:80px;height:80px;margin:0 auto}
.cmpnyName{grid-column:1;grid-row:2;text-align:center;padding-left:0;font-size:24px}
.mainNv{grid-column:1;grid-row:3}
.mainNv ul{flex-direction:column;gap:16px;align-items:center}
.ftrLayout{flex-direction:column;gap:20px;text-align:center}
.ftrNav{flex-direction:column;gap:12px}
.cookiePnl{width:calc(100% - 40px);right:20px;left:20px;bottom:20px}
.ckAct{flex-direction:column}
}
.text-legal{max-width:1200px;margin:0 auto;padding:80px 20px;background:#fff}
.text-legal h1{font-size:42px;line-height:1.2;color:#273033;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.text-legal h2{font-size:32px;line-height:1.3;color:#273033;margin:48px 0 20px;font-weight:600;letter-spacing:-.3px}
.text-legal h3{font-size:24px;line-height:1.4;color:#273033;margin:36px 0 16px;font-weight:600}
.text-legal h4{font-size:20px;line-height:1.4;color:#273033;margin:28px 0 14px;font-weight:600}
.text-legal h5{font-size:18px;line-height:1.5;color:#273033;margin:24px 0 12px;font-weight:600}
.text-legal h6{font-size:16px;line-height:1.5;color:#273033;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.text-legal p{font-size:16px;line-height:1.75;color:#273033;margin:0 0 20px;opacity:.88}
.text-legal ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.text-legal ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.text-legal li{font-size:16px;line-height:1.75;color:#273033;margin:0 0 12px;opacity:.88;padding-left:8px}
.text-legal ul li{list-style-type:disc}
.text-legal ol li{list-style-type:decimal}
.text-legal ul ul{margin:12px 0;padding-left:28px}
.text-legal ul ul li{list-style-type:circle}
.text-legal ol ol{margin:12px 0;padding-left:28px}
.text-legal ol ol li{list-style-type:lower-alpha}
.text-legal strong,.text-legal b{font-weight:600;color:#273033;opacity:1}
.text-legal em,.text-legal i{font-style:italic}
.text-legal a{color:#FBA363;text-decoration:underline;transition:all .2s ease}
.text-legal a:hover{color:#273033;text-decoration:none}
.text-legal a:focus{outline:2px solid #FBA363;outline-offset:2px;border-radius:2px}
.text-legal div{margin:0;padding:0}
.text-legal h1 + p,.text-legal h2 + p,.text-legal h3 + p,.text-legal h4 + p,.text-legal h5 + p,.text-legal h6 + p{margin-top:0}
.text-legal ul + p,.text-legal ol + p{margin-top:24px}
.text-legal p + ul,.text-legal p + ol{margin-top:-8px}
@media (max-width: 768px) {
.text-legal{padding:60px 16px}
.text-legal h1{font-size:32px;margin-bottom:12px}
.text-legal h2{font-size:26px;margin:40px 0 16px}
.text-legal h3{font-size:22px;margin:32px 0 14px}
.text-legal h4{font-size:19px;margin:24px 0 12px}
.text-legal h5{font-size:17px;margin:20px 0 10px}
.text-legal h6{font-size:15px;margin:18px 0 8px}
.text-legal p{font-size:15px;line-height:1.7;margin-bottom:18px}
.text-legal li{font-size:15px;line-height:1.7}
.text-legal ul,.text-legal ol{padding-left:24px;margin-bottom:20px}
}
@media (max-width: 480px) {
.text-legal{padding:48px 12px}
.text-legal h1{font-size:28px}
.text-legal h2{font-size:24px}
.text-legal h3{font-size:20px}
.text-legal ul,.text-legal ol{padding-left:20px}
}
.tpBnr{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#FFE7A0 0%,#FBA363 100%)}
.tpBnr .imgWrp{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:42%;height:78%;border-radius:8px;overflow:hidden;box-shadow:0 12px 32px #2730332e}
.tpBnr .imgWrp img{width:100%;height:100%;object-fit:cover;filter:brightness(1.05) contrast(1.02)}
.tpBnr .cntWrp{max-width:1200px;width:92%;margin:0 auto;position:relative;z-index:3;padding:60px 0}
.tpBnr .txtBlk{max-width:52%;background:#fffffff2;padding:48px 52px;border-radius:6px;box-shadow:0 8px 24px #2730331f}
.tpBnr .txtBlk h1{font-size:46px;color:#273033;line-height:1.28;margin:0 0 18px;font-weight:700}
.tpBnr .txtBlk .subTxt{font-size:19px;color:#273033;line-height:1.6;opacity:.82}
.tpBnr::before{content:'';position:absolute;top:-12%;left:-8%;width:280px;height:280px;background:#fba36338;border-radius:50%;filter:blur(60px)}
.dirSec{padding:88px 0;background:#fff}
.dirSec .secCntr{max-width:1200px;width:92%;margin:0 auto}
.dirSec .hdrBlk{text-align:center;margin-bottom:64px}
.dirSec .hdrBlk h2{font-size:38px;color:#273033;margin:0 0 16px;font-weight:700}
.dirSec .hdrBlk .desc{font-size:18px;color:#273033;opacity:.72;line-height:1.65;max-width:720px;margin:0 auto}
.dirSec .grd4{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.dirSec .dirCrd{background:#f8f9fa;border-radius:8px;padding:36px 28px;transition:all 280ms ease;border:2px solid transparent;position:relative;overflow:hidden}
.dirSec .dirCrd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FBA363,#FFE7A0);transform:scaleX(0);transform-origin:left;transition:transform 320ms ease}
.dirSec .dirCrd:hover::before{transform:scaleX(1)}
.dirSec .dirCrd:hover{background:#fff;border-color:#FFE7A0;box-shadow:0 8px 20px #fba3632e;transform:translateY(-4px)}
.dirSec .dirCrd .icn{font-size:42px;color:#FBA363;margin-bottom:20px;display:block}
.dirSec .dirCrd h3{font-size:20px;color:#273033;margin:0 0 12px;font-weight:600}
.dirSec .dirCrd p{font-size:15px;color:#273033;opacity:.68;line-height:1.7;margin:0}
.qltySec{padding:92px 0;background:linear-gradient(180deg,#f4f6f7 0%,#fff 100%);position:relative}
.qltySec .wrp{max-width:1200px;width:92%;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:72px;align-items:center}
.qltySec .imgSide{position:relative}
.qltySec .imgSide img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 16px 48px #27303324}
.qltySec .imgSide::after{content:'';position:absolute;bottom:-24px;right:-24px;width:180px;height:180px;background:linear-gradient(135deg,#FBA363,#FFE7A0);border-radius:50%;z-index:-1;opacity:.3}
.qltySec .txtSide h2{font-size:36px;color:#273033;margin:0 0 24px;font-weight:700}
.qltySec .txtSide .intro{font-size:17px;color:#273033;opacity:.74;line-height:1.68;margin-bottom:32px}
.qltySec .ftrLst{list-style:none;padding:0;margin:0}
.qltySec .ftrLst li{display:flex;align-items:flex-start;margin-bottom:22px;font-size:16px;color:#273033;line-height:1.65}
.qltySec .ftrLst li::before{content:'→';color:#FBA363;font-size:20px;margin-right:14px;flex-shrink:0;font-weight:600}
.typSec{padding:86px 0;background:#fff}
.typSec .ctr{max-width:1200px;width:92%;margin:0 auto}
.typSec .topHdr{text-align:center;margin-bottom:58px}
.typSec .topHdr h2{font-size:37px;color:#273033;margin:0 0 18px;font-weight:700}
.typSec .topHdr .note{font-size:17px;color:#273033;opacity:.7;line-height:1.62}
.typSec .tabCntr{position:relative}
.typSec input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.typSec .tabNav{display:flex;justify-content:center;gap:16px;margin-bottom:48px}
.typSec .tabNav label{padding:14px 32px;background:#f8f9fa;border-radius:6px;cursor:pointer;font-size:16px;color:#273033;font-weight:500;transition:all 240ms ease;border:2px solid transparent}
.typSec .tabNav label:hover{background:#FFE7A0;color:#273033}
.typSec #tab1:checked ~ .tabNav label[for="tab1"],.typSec #tab2:checked ~ .tabNav label[for="tab2"],.typSec #tab3:checked ~ .tabNav label[for="tab3"]{background:#FBA363;color:#fff;border-color:#FBA363}
.typSec .tabCnt{display:none}
.typSec #tab1:checked ~ .tabCnt.cnt1,.typSec #tab2:checked ~ .tabCnt.cnt2,.typSec #tab3:checked ~ .tabCnt.cnt3{display:grid}
.typSec .tabCnt{grid-template-columns:repeat(2,1fr);gap:32px}
.typSec .cntCard{background:#f4f6f7;padding:38px 32px;border-radius:10px;border-left:4px solid #FBA363;transition:all 260ms ease}
.typSec .cntCard:hover{background:#fff;box-shadow:0 10px 28px #2730331f;transform:translateX(6px)}
.typSec .cntCard h4{font-size:22px;color:#273033;margin:0 0 14px;font-weight:600;display:flex;align-items:center;gap:12px}
.typSec .cntCard h4 i{font-size:28px;color:#FBA363}
.typSec .cntCard p{font-size:15px;color:#273033;opacity:.72;line-height:1.72;margin:0}
.advSec{padding:90px 0;background:linear-gradient(165deg,#273033 0%,#3a4649 100%);position:relative;overflow:hidden}
.advSec::before{content:'';position:absolute;top:-15%;right:-10%;width:400px;height:400px;background:#fba3631f;border-radius:50%;filter:blur(80px)}
.advSec .wrpr{max-width:1200px;width:92%;margin:0 auto;position:relative;z-index:2}
.advSec .hdTxt{text-align:center;margin-bottom:64px}
.advSec .hdTxt h2{font-size:39px;color:#fff;margin:0 0 20px;font-weight:700}
.advSec .hdTxt .subline{font-size:18px;color:#fff;opacity:.78;line-height:1.64}
.advSec .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.advSec .advBox{background:#ffffff14;padding:42px 34px;border-radius:10px;backdrop-filter:blur(10px);border:1px solid #ffffff1f;transition:all 300ms ease;position:relative}
.advSec .advBox:hover{background:#ffffff24;border-color:#FBA363;transform:translateY(-6px);box-shadow:0 12px 32px #0000003d}
.advSec .advBox .num{position:absolute;top:20px;right:26px;font-size:48px;color:#fba3633d;font-weight:700;line-height:1}
.advSec .advBox h3{font-size:21px;color:#fff;margin:0 0 16px;font-weight:600}
.advSec .advBox p{font-size:15px;color:#fff;opacity:.82;line-height:1.74;margin:0}
.devSec{padding:88px 0;background:#fff}
.devSec .contain{max-width:1200px;width:92%;margin:0 auto}
.devSec .layout{display:grid;grid-template-columns:0.9fr 1.1fr;gap:64px;align-items:center}
.devSec .leftCol img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 14px 42px #27303329}
.devSec .rightCol h2{font-size:37px;color:#273033;margin:0 0 26px;font-weight:700}
.devSec .rightCol .txt{font-size:17px;color:#273033;opacity:.72;line-height:1.68;margin-bottom:36px}
.devSec .progTrack{background:#f4f6f7;padding:32px;border-radius:8px;margin-bottom:24px}
.devSec .progTrack .stpRow{display:flex;align-items:center;margin-bottom:28px;position:relative}
.devSec .progTrack .stpRow:last-child{margin-bottom:0}
.devSec .progTrack .stpRow::before{content:'';position:absolute;left:18px;top:42px;width:2px;height:calc(100% + 28px);background:#FFE7A0}
.devSec .progTrack .stpRow:last-child::before{display:none}
.devSec .progTrack .badge{width:36px;height:36px;background:#FBA363;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;flex-shrink:0;margin-right:20px;position:relative;z-index:2}
.devSec .progTrack .stpTxt h5{font-size:18px;color:#273033;margin:0 0 6px;font-weight:600}
.devSec .progTrack .stpTxt p{font-size:14px;color:#273033;opacity:.7;line-height:1.6;margin:0}
.ctaSec{padding:72px 0;background:linear-gradient(90deg,#FFE7A0 0%,#FBA363 100%);text-align:center}
.ctaSec .box{max-width:840px;margin:0 auto}
.ctaSec h2{font-size:40px;color:#273033;margin:0 0 18px;font-weight:700}
.ctaSec .msg{font-size:18px;color:#273033;opacity:.82;line-height:1.64;margin-bottom:32px}
.ctaSec .btnGrp{display:flex;gap:18px;justify-content:center}
.ctaSec .btn1{padding:16px 42px;background:#273033;color:#fff;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;transition:all 220ms ease;display:inline-flex;align-items:center;gap:10px;border:2px solid #273033}
.ctaSec .btn1:hover{background:#3a4649;border-color:#3a4649;transform:translateY(-2px);box-shadow:0 8px 20px #27303347}
.ctaSec .btn2{padding:16px 42px;background:transparent;color:#273033;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;transition:all 220ms ease;display:inline-flex;align-items:center;gap:10px;border:2px solid #273033}
.ctaSec .btn2:hover{background:#273033;color:#fff;transform:translateY(-2px)}
@media (max-width: 1024px) {
.tpBnr .txtBlk{max-width:58%;padding:38px 42px}
.tpBnr .txtBlk h1{font-size:38px}
.tpBnr .imgWrp{width:46%}
.dirSec .grd4{grid-template-columns:repeat(2,1fr);gap:24px}
.qltySec .wrp{grid-template-columns:1fr;gap:48px}
.typSec .tabCnt{grid-template-columns:1fr}
.advSec .grid3{grid-template-columns:1fr;gap:28px}
.devSec .layout{grid-template-columns:1fr;gap:48px}
}
@media (max-width: 768px) {
.tpBnr{min-height:420px}
.tpBnr .imgWrp{position:relative;width:100%;height:280px;right:0;transform:none;margin-bottom:32px}
.tpBnr .cntWrp{padding:40px 0}
.tpBnr .txtBlk{max-width:100%;padding:32px 28px}
.tpBnr .txtBlk h1{font-size:32px}
.tpBnr .txtBlk .subTxt{font-size:17px}
.dirSec{padding:64px 0}
.dirSec .hdrBlk h2{font-size:32px}
.dirSec .grd4{grid-template-columns:1fr}
.qltySec{padding:68px 0}
.qltySec .txtSide h2{font-size:30px}
.qltySec .imgSide img{height:340px}
.typSec{padding:64px 0}
.typSec .topHdr h2{font-size:31px}
.typSec .tabNav{flex-direction:column;gap:12px}
.typSec .tabNav label{text-align:center}
.advSec{padding:68px 0}
.advSec .hdTxt h2{font-size:32px}
.devSec{padding:66px 0}
.devSec .rightCol h2{font-size:31px}
.devSec .leftCol img{height:380px}
.ctaSec{padding:58px 0}
.ctaSec h2{font-size:32px}
.ctaSec .btnGrp{flex-direction:column;align-items:center}
}
.cpg54{background:linear-gradient(135deg,#FFE7A0 0%,#FBA363 50%,#273033 100%);padding:0;margin:0}
.cpg54 .blkHdr7{max-width:1200px;margin:0 auto;padding:90px 20px 110px;position:relative}
.cpg54 .blkHdr7::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#ffe7a01a 1px,transparent 1px),linear-gradient(#ffe7a01a 1px,transparent 1px);background-size:40px 40px;pointer-events:none;opacity:.3}
.cpg54 .txtWrap92{position:relative;z-index:2}
.cpg54 .mainHd8{font-size:56px;line-height:1.15;color:#fff;margin:0 0 24px;font-weight:700}
.cpg54 .mainHd8 .accent4f{color:#273033;background:#ffe7a0e6;padding:4px 16px;border-radius:6px;display:inline-block}
.cpg54 .subTxt17{font-size:19px;line-height:1.6;color:#fffffff2;max-width:680px}
.infoSec23{background:#fff;padding:0}
.infoSec23 .cntr98{max-width:1200px;margin:0 auto;padding:85px 20px;display:flex;gap:60px;flex-wrap:wrap}
.infoSec23 .cdBox41{flex:1;min-width:280px;background:#fff;border:2px solid #FFE7A0;border-radius:8px;padding:35px 30px;transition:all 280ms ease;position:relative}
.infoSec23 .cdBox41:hover{transform:translateY(-6px);box-shadow:0 12px 28px #2730331f;border-color:#FBA363}
.infoSec23 .cdBox41::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FBA363,#FFE7A0);transition:height 280ms ease}
.infoSec23 .cdBox41:hover::before{height:100%}
.infoSec23 .icnWrp73{width:64px;height:64px;background:linear-gradient(135deg,#FFE7A0,#FBA363);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.infoSec23 .icnWrp73 i{font-size:32px;color:#273033}
.infoSec23 .cdTtl8{font-size:22px;color:#273033;margin:0 0 14px;font-weight:600}
.infoSec23 .cdTxt29{font-size:16px;line-height:1.65;color:#273033;margin:0 0 8px}
.infoSec23 .lnkItem7{color:#FBA363;text-decoration:none;font-weight:500;transition:color 180ms ease}
.infoSec23 .lnkItem7:hover{color:#273033}
.frmSec81{background:linear-gradient(180deg,#fff 0%,#FFE7A0 100%);padding:0}
.frmSec81 .cntr98{max-width:1200px;margin:0 auto;padding:90px 20px}
.frmSec81 .secHd46{text-align:center;margin-bottom:55px}
.frmSec81 .secHd46 h2{font-size:42px;color:#273033;margin:0 0 18px;font-weight:700}
.frmSec81 .secHd46 p{font-size:18px;color:#273033cc;max-width:620px;margin:0 auto;line-height:1.6}
.frmSec81 .frmWrp34{max-width:840px;margin:0 auto;background:#fff;border-radius:12px;padding:50px 45px;box-shadow:0 8px 32px #2730331a}
.frmSec81 .frmGrp92{margin-bottom:28px}
.frmSec81 .frmLbl18{display:block;font-size:15px;color:#273033;font-weight:600;margin-bottom:10px}
.frmSec81 .frmInp63{width:100%;padding:16px 18px;border:2px solid #FFE7A0;border-radius:6px;font-size:16px;color:#273033;transition:all 200ms ease;background:#fff}
.frmSec81 .frmInp63:focus{outline:none;border-color:#FBA363;box-shadow:0 0 0 4px #fba3631a}
.frmSec81 .slctWrp47{position:relative}
.frmSec81 .slctWrp47::after{content:'';position:absolute;right:18px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #FBA363;pointer-events:none}
.frmSec81 .slctInp94{width:100%;padding:16px 18px;border:2px solid #FFE7A0;border-radius:6px;font-size:16px;color:#273033;background:#fff;cursor:pointer;transition:all 200ms ease;appearance:none}
.frmSec81 .slctInp94:focus{outline:none;border-color:#FBA363;box-shadow:0 0 0 4px #fba3631a}
.frmSec81 .chkWrp72{margin:32px 0 38px;display:flex;align-items:flex-start;gap:12px}
.frmSec81 .chkInp51{width:20px;height:20px;border:2px solid #FFE7A0;border-radius:4px;cursor:pointer;flex-shrink:0;margin-top:2px;accent-color:#FBA363}
.frmSec81 .chkLbl83{font-size:14px;color:#273033d9;line-height:1.5}
.frmSec81 .chkLbl83 a{color:#FBA363;text-decoration:none;font-weight:500}
.frmSec81 .chkLbl83 a:hover{text-decoration:underline}
.frmSec81 .btnSbmt29{width:100%;padding:18px 32px;background:linear-gradient(135deg,#FBA363,#273033);color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all 250ms ease;position:relative;overflow:hidden;z-index:1}
.frmSec81 .btnSbmt29::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#273033,#FBA363);transition:left 350ms ease;z-index:-1}
.frmSec81 .btnSbmt29:hover::before{left:0}
.frmSec81 .btnSbmt29:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fba36359}
.locSec76{background:#fff;padding:0}
.locSec76 .cntr98{max-width:1200px;margin:0 auto;padding:85px 20px}
.locSec76 .gridWrp38{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.locSec76 .txtBox67 h2{font-size:38px;color:#273033;margin:0 0 22px;font-weight:700}
.locSec76 .txtBox67 h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#FBA363,#FFE7A0);margin-bottom:18px;border-radius:2px}
.locSec76 .txtBox67 p{font-size:17px;line-height:1.7;color:#273033d9;margin:0 0 28px}
.locSec76 .addrBox14{background:linear-gradient(135deg,#FFE7A0,#FBA363);padding:32px 28px;border-radius:10px;position:relative;overflow:hidden}
.locSec76 .addrBox14::after{content:'';position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:#ffffff26;border-radius:50%}
.locSec76 .addrItm93{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;position:relative;z-index:1}
.locSec76 .addrItm93:last-child{margin-bottom:0}
.locSec76 .addrItm93 i{font-size:24px;color:#273033;flex-shrink:0;margin-top:2px}
.locSec76 .addrItm93 span{font-size:16px;color:#273033;line-height:1.6;font-weight:500}
.locSec76 .visBox82{background:#273033;border-radius:12px;padding:40px;position:relative;overflow:hidden;min-height:380px}
.locSec76 .visBox82::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:280px;background:radial-gradient(circle,#fba36333 0%,transparent 70%)}
.locSec76 .shapeEl46{position:absolute;border-radius:50%;background:#ffe7a026}
.locSec76 .shapeEl46:nth-child(1){width:120px;height:120px;top:10%;left:5%;animation:float8 6s infinite ease-in-out}
.locSec76 .shapeEl46:nth-child(2){width:90px;height:90px;bottom:15%;right:8%;animation:float8 5s infinite ease-in-out 1s}
.locSec76 .shapeEl46:nth-child(3){width:60px;height:60px;top:45%;right:20%;animation:float8 7s infinite ease-in-out 2s}
@keyframes float8 {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
}
.locSec76 .shapeIcn71{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}
.locSec76 .shapeIcn71 i{font-size:96px;color:#FBA363;opacity:.4}
@media (max-width: 992px) {
.cpg54 .mainHd8{font-size:44px}
.infoSec23 .cntr98{gap:40px}
.frmSec81 .frmWrp34{padding:40px 30px}
.locSec76 .gridWrp38{grid-template-columns:1fr;gap:45px}
.locSec76 .visBox82{min-height:320px}
}
@media (max-width: 768px) {
.cpg54 .blkHdr7{padding:70px 20px 90px}
.cpg54 .mainHd8{font-size:36px}
.cpg54 .subTxt17{font-size:17px}
.infoSec23 .cntr98{padding:65px 20px}
.infoSec23 .cdBox41{padding:28px 24px}
.frmSec81 .cntr98{padding:70px 20px}
.frmSec81 .secHd46 h2{font-size:34px}
.frmSec81 .frmWrp34{padding:35px 24px}
.locSec76 .cntr98{padding:65px 20px}
.locSec76 .txtBox67 h2{font-size:32px}
.locSec76 .visBox82{min-height:280px;padding:30px}
.locSec76 .shapeIcn71 i{font-size:72px}
}
@media (max-width: 480px) {
.cpg54 .mainHd8{font-size:30px}
.infoSec23 .cdBox41{min-width:100%}
.frmSec81 .secHd46 h2{font-size:28px}
.frmSec81 .frmWrp34{padding:28px 20px}
.locSec76 .txtBox67 h2{font-size:28px}
}
.ttl98{background:linear-gradient(135deg,#FFE7A0 0%,#FBA363 100%);position:relative;overflow:hidden}
.ttl98::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");pointer-events:none}
.ttl98 .wr89{max-width:1200px;margin:0 auto;display:flex;align-items:center;padding:80px 20px}
.ttl98 .lf43{width:50%;padding-right:60px}
.ttl98 .h1Txt{font-size:52px;line-height:1.2;color:#273033;margin:0 0 24px;font-weight:700}
.ttl98 .sbTxt91{font-size:20px;line-height:1.6;color:#273033;margin:0 0 18px;opacity:.85}
.ttl98 .prTxt72{font-size:16px;line-height:1.7;color:#273033;margin:0 0 36px;opacity:.75}
.ttl98 .btnGrp45{display:flex;gap:16px}
.ttl98 .btn1Main{background:#273033;color:#FFE7A0;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;transition:all .25s;display:inline-block}
.ttl98 .btn1Main:hover{background:#1a1f21;box-shadow:0 6px 20px #2730334d;transform:translateY(-2px)}
.ttl98 .btn2Sec{background:transparent;color:#273033;padding:14px 32px;border:2px solid #273033;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;transition:all .25s;display:inline-block}
.ttl98 .btn2Sec:hover{background:#27303314;border-color:#1a1f21}
.ttl98 .rt54{width:50%;position:relative}
.ttl98 .imgWr32{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #27303326}
.ttl98 .imgWr32::after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 40px #ffffff26;pointer-events:none}
.ttl98 .mainImg87{width:100%;height:auto;display:block;filter:blur(0.3px)}
.crsGrid28{background:#fafafa;padding:90px 20px}
.crsGrid28 .cntr77{max-width:1200px;margin:0 auto}
.crsGrid28 .hdWr18{text-align:center;margin-bottom:60px}
.crsGrid28 .h2Main{font-size:42px;color:#273033;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.crsGrid28 .h2Main::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FBA363,#FFE7A0);border-radius:2px}
.crsGrid28 .subHd83{font-size:18px;color:#273033;opacity:.7;margin:24px 0 0;line-height:1.6}
.crsGrid28 .cardGrid92{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.crsGrid28 .crsCard67{background:#fff;border-radius:10px;overflow:hidden;transition:all .3s;box-shadow:0 4px 12px #27303314}
.crsGrid28 .crsCard67:hover{transform:translateY(-8px);box-shadow:0 12px 32px #27303326}
.crsGrid28 .cardImg53{width:100%;height:220px;object-fit:cover}
.crsGrid28 .cardCnt41{padding:28px}
.crsGrid28 .lvlTag29{display:inline-block;background:#fba36326;color:#FBA363;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:12px}
.crsGrid28 .cardH3{font-size:24px;color:#273033;margin:0 0 12px;font-weight:700;line-height:1.3}
.crsGrid28 .cardTxt64{font-size:15px;line-height:1.6;color:#273033;opacity:.7;margin:0 0 20px}
.crsGrid28 .metaRow85{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #2730331a}
.crsGrid28 .durItem71{display:flex;align-items:center;gap:8px;font-size:14px;color:#273033;opacity:.65}
.crsGrid28 .durItem71 .ico32{width:18px;height:18px;fill:#FBA363}
.crsGrid28 .lrnBtn56{background:#273033;color:#FFE7A0;padding:10px 24px;border-radius:6px;text-decoration:none;font-size:14px;font-weight:600;transition:all .2s;display:inline-block}
.crsGrid28 .lrnBtn56:hover{background:#1a1f21;transform:scale(1.05)}
.crsGrid28 .instructRow94{display:flex;align-items:center;gap:12px;margin-top:16px}
.crsGrid28 .profImg48{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #FFE7A0}
.crsGrid28 .profInfo73{flex:1}
.crsGrid28 .profNm21{font-size:14px;color:#273033;font-weight:600;margin:0}
.crsGrid28 .profRole15{font-size:12px;color:#273033;opacity:.6;margin:2px 0 0}
@media (max-width: 992px) {
.ttl98 .wr89{flex-direction:column;padding:60px 20px}
.ttl98 .lf43,.ttl98 .rt54{width:100%;padding-right:0}
.ttl98 .lf43{margin-bottom:40px;text-align:center}
.ttl98 .h1Txt{font-size:42px}
.ttl98 .btnGrp45{justify-content:center}
.crsGrid28 .cardGrid92{grid-template-columns:repeat(2,1fr);gap:24px}
.crsGrid28 .h2Main{font-size:36px}
}
@media (max-width: 640px) {
.ttl98 .h1Txt{font-size:32px}
.ttl98 .sbTxt91{font-size:18px}
.ttl98 .btnGrp45{flex-direction:column;gap:12px}
.ttl98 .btn1Main,.ttl98 .btn2Sec{width:100%;text-align:center}
.crsGrid28{padding:60px 20px}
.crsGrid28 .cardGrid92{grid-template-columns:1fr;gap:20px}
.crsGrid28 .h2Main{font-size:28px}
.crsGrid28 .hdWr18{margin-bottom:40px}
}
.abPg{background:#FFFBF5;min-height:100vh}
.herOt{position:relative;height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.herOt .bgImg93{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;clip-path:polygon(0 0,100% 0,100% 75%,0 95%)}
.herOt::before{content:'';position:absolute;top:-80px;left:-100px;width:400px;height:400px;background:#fba36359;border-radius:50%;filter:blur(80px);z-index:1}
.herOt::after{content:'';position:absolute;bottom:-60px;right:-120px;width:380px;height:380px;background:#ffe7a066;border-radius:50%;filter:blur(90px);z-index:1}
.herOt .cntWrap47{position:relative;z-index:2;background:#fffffff0;padding:48px 56px;max-width:720px;border-radius:8px;box-shadow:0 8px 32px #2730331f}
.herOt .cntWrap47 .hdng1{font-size:2.8rem;font-weight:700;color:#273033;margin:0 0 20px;line-height:1.2}
.herOt .cntWrap47 .desc8{font-size:1.15rem;color:#556168;line-height:1.7;margin:0}
.stryBlck{max-width:1200px;margin:0 auto;padding:0 24px 100px}
.stryBlck .gridLay2{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px 36px;margin-bottom:64px}
.stryBlck .crdItem4{background:#FFF;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #27303314;transition:transform 280ms,box-shadow 280ms;position:relative}
.stryBlck .crdItem4:hover{transform:translateY(-6px);box-shadow:0 12px 28px #27303324}
.stryBlck .crdItem4 .imgWrp12{width:100%;height:240px;overflow:hidden;position:relative}
.stryBlck .crdItem4 .imgWrp12 img{width:100%;height:100%;object-fit:cover;transition:transform 400ms}
.stryBlck .crdItem4:hover .imgWrp12 img{transform:scale(1.08)}
.stryBlck .crdItem4 .txtArea9{padding:28px 24px}
.stryBlck .crdItem4 .txtArea9 .hdng3{font-size:1.4rem;font-weight:600;color:#273033;margin:0 0 12px}
.stryBlck .crdItem4 .txtArea9 .prg7{font-size:1rem;color:#667178;line-height:1.65;margin:0}
.stryBlck .crdItem4 .icoTag5{position:absolute;top:16px;right:16px;width:48px;height:48px;background:#fba363eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFF;font-size:1.5rem;box-shadow:0 4px 12px #fba36359}
.stryBlck .narrative28{background:linear-gradient(135deg,#273033 0%,#3a4a4f 100%);padding:56px 48px;border-radius:12px;color:#FFF;position:relative;overflow:hidden}
.stryBlck .narrative28::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:#fba36326;border-radius:50%;filter:blur(60px)}
.stryBlck .narrative28 .hdng2{font-size:2.2rem;font-weight:700;margin:0 0 28px;position:relative;z-index:1}
.stryBlck .narrative28 .hdng2::before{content:'';position:absolute;left:0;bottom:-8px;width:80px;height:4px;background:linear-gradient(90deg,#FBA363,#FFE7A0);border-radius:2px}
.stryBlck .narrative28 .prg8{font-size:1.1rem;line-height:1.8;margin:0 0 20px;position:relative;z-index:1;color:#E8EAEB}
.stryBlck .narrative28 .prg8:last-of-type{margin-bottom:0}
.tmSec{max-width:1200px;margin:0 auto;padding:0 24px 120px}
.tmSec .secHd17{text-align:center;margin-bottom:56px}
.tmSec .secHd17 .hdng2{font-size:2.4rem;font-weight:700;color:#273033;margin:0 0 16px}
.tmSec .secHd17 .subTxt4{font-size:1.15rem;color:#5a656c;margin:0}
.tmSec .membGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.tmSec .profCard{background:#FFF;border-radius:10px;padding:40px 36px;box-shadow:0 6px 20px #2730331a;display:flex;gap:32px;align-items:flex-start;position:relative;border:2px solid transparent;transition:border-color 300ms,box-shadow 300ms}
.tmSec .profCard:hover{border-color:#FFE7A0;box-shadow:0 10px 32px #27303326}
.tmSec .profCard .imgBox31{flex-shrink:0;width:140px;height:140px;border-radius:50%;overflow:hidden;border:4px solid #FFE7A0;box-shadow:0 4px 16px #2730331f}
.tmSec .profCard .imgBox31 img{width:100%;height:100%;object-fit:cover}
.tmSec .profCard .infoBox{flex:1}
.tmSec .profCard .infoBox .nm6{font-size:1.6rem;font-weight:700;color:#273033;margin:0 0 8px}
.tmSec .profCard .infoBox .role14{font-size:1.05rem;color:#FBA363;font-weight:600;margin:0 0 20px}
.tmSec .profCard .infoBox .bio9{font-size:1rem;color:#667178;line-height:1.7;margin:0}
.tmSec .profCard .deco83{position:absolute;top:20px;right:20px;width:60px;height:60px;opacity:.12}
@media (max-width: 1024px) {
.herOt{height:460px}
.herOt .cntWrap47{padding:40px 44px;max-width:640px}
.herOt .cntWrap47 .hdng1{font-size:2.4rem}
.stryBlck .gridLay2{grid-template-columns:1fr 1fr;gap:40px 28px}
.tmSec .membGrid{gap:40px}
}
@media (max-width: 768px) {
.herOt{height:420px;margin-bottom:60px}
.herOt .cntWrap47{padding:32px 28px;max-width:90%}
.herOt .cntWrap47 .hdng1{font-size:2rem}
.herOt .cntWrap47 .desc8{font-size:1.05rem}
.stryBlck{padding:0 20px 80px}
.stryBlck .gridLay2{grid-template-columns:1fr;gap:32px;margin-bottom:48px}
.stryBlck .narrative28{padding:40px 32px}
.stryBlck .narrative28 .hdng2{font-size:1.9rem}
.tmSec{padding:0 20px 80px}
.tmSec .secHd17{margin-bottom:44px}
.tmSec .secHd17 .hdng2{font-size:2rem}
.tmSec .membGrid{grid-template-columns:1fr;gap:32px}
.tmSec .profCard{flex-direction:column;align-items:center;text-align:center}
.tmSec .profCard .imgBox31{width:120px;height:120px}
}
@media (max-width: 480px) {
.herOt{height:380px}
.herOt .cntWrap47{padding:24px 20px}
.herOt .cntWrap47 .hdng1{font-size:1.7rem}
.herOt .cntWrap47 .desc8{font-size:.98rem}
.stryBlck .crdItem4 .txtArea9{padding:24px 20px}
.stryBlck .narrative28{padding:32px 24px}
.stryBlck .narrative28 .hdng2{font-size:1.6rem}
.tmSec .profCard{padding:32px 24px}
}
.pg8Msg{background:linear-gradient(135deg,#FFE7A0 0%,#FBA363 100%);padding:80px 20px;position:relative;overflow:hidden}
.pg8Msg::before{content:'';position:absolute;width:300px;height:300px;background:#27303314;border-radius:50%;top:-100px;right:-50px;animation:flt1 8s ease-in-out infinite}
.pg8Msg::after{content:'';position:absolute;width:200px;height:200px;background:#ffffff26;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;bottom:-80px;left:10%;animation:flt2 10s ease-in-out infinite}
@keyframes flt1 {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-30px,40px) rotate(180deg)}
}
@keyframes flt2 {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(40px,-30px) rotate(-180deg)}
}
.msgWr{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.msgCnt{background:#fff;padding:60px 50px;border-radius:8px;box-shadow:0 12px 40px #2730331f;text-align:center;max-width:680px;margin:0 auto}
.icnBox{width:90px;height:90px;margin:0 auto 30px;background:linear-gradient(135deg,#273033 0%,#3d4c50 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pls 2s ease-in-out infinite}
@keyframes pls {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #27303366}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #27303300}
}
.icnBox i{font-size:44px;color:#FFE7A0}
.msgCnt .txt2{font-size:15px;color:#273033;line-height:1.6;margin:0 0 24px;opacity:.7}
.msgCnt h1{font-size:36px;color:#273033;margin:0 0 20px;font-weight:700;line-height:1.3}
.msgCnt .txt3{font-size:17px;color:#273033;line-height:1.8;margin:0 0 40px;opacity:.85}
.btnGrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn7{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;background:#273033;color:#fff;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all 180ms ease;box-shadow:0 4px 12px #27303333}
.btn7:hover{background:#1a2023;transform:translateY(-2px);box-shadow:0 6px 18px #2730334d}
.btn7 i{font-size:18px}
.btn8{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;background:transparent;color:#273033;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;border:2px solid #273033;transition:all 180ms ease}
.btn8:hover{background:#273033;color:#fff;transform:translateY(-2px)}
.btn8 i{font-size:18px}
.inf4Sec{background:#fff;padding:100px 20px;position:relative}
.inf4Wr{max-width:1200px;margin:0 auto}
.grd3Col{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}
.cd9{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:40px 32px;border-radius:12px;border-left:5px solid #FBA363;position:relative;transition:all 250ms ease}
.cd9::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fba3630d 0%,#ffe7a014 100%);border-radius:12px;opacity:0;transition:opacity 250ms ease}
.cd9:hover{transform:translateX(8px);box-shadow:-8px 8px 24px #2730331a}
.cd9:hover::before{opacity:1}
.cd9 .icn2{width:60px;height:60px;background:#273033;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;z-index:1}
.cd9 .icn2 i{font-size:28px;color:#FBA363}
.cd9 h3{font-size:22px;color:#273033;margin:0 0 16px;font-weight:700;position:relative;z-index:1}
.cd9 .txt5{font-size:16px;color:#273033;line-height:1.7;margin:0;opacity:.8;position:relative;z-index:1}
@media (max-width: 768px) {
.pg8Msg{padding:60px 20px}
.msgCnt{padding:40px 30px}
.msgCnt h1{font-size:28px}
.msgCnt .txt3{font-size:16px}
.btnGrp{flex-direction:column}
.btn7,.btn8{width:100%;justify-content:center}
.inf4Sec{padding:70px 20px}
.grd3Col{grid-template-columns:1fr;gap:30px}
.cd9{padding:32px 24px}
}
@media (max-width: 480px) {
.msgCnt{padding:30px 20px}
.icnBox{width:70px;height:70px}
.icnBox i{font-size:36px}
.msgCnt h1{font-size:24px}
.btn7,.btn8{padding:14px 28px;font-size:15px}
.cd9 h3{font-size:20px}
}