@charset "UTF-8";.soldier-ani{position:relative;height:100vh}.soldier-ani .first,.soldier-ani .second{position:absolute}.soldier-ani .first{top:25%;right:0}.soldier-ani .second{top:30%;left:0}.soldier-ani .content{color:var(--baseColor);padding-top:var(--sectionPadding)}.soldier-ani .content h1{font-size:var(--posterTitleTextSize);line-height:100%;text-align:center}.header{font-size:16px;color:var(--baseColor)}.header img{width:100px;height:100px}.list-item{height:300px;width:25%;gap:var(--cardGap)}@keyframes backgroundMove{0%{background-position:0 0}to{background-position:100% 100%}}.home{position:relative}.home:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/my-site/assets/bg1-BRHeTAiK.png) no-repeat;background-size:cover;opacity:.2;z-index:-1;animation:backgroundMove 5s ease-in-out infinite alternate}body{background:#f0ece0;margin:0}div,section,p,h1,h2,h3,h4,h5,h6{margin:0;box-sizing:border-box}@media screen and (min-width: 375px){html{font-size:calc(100% + 2 * (100vw - 375px) / 39);font-size:calc(16px + 2 * (100vw - 375px) / 39)}}@media screen and (min-width: 414px){html{font-size:calc(112.5% + 4 * (100vw - 414px) / 586);font-size:calc(18px + 4 * (100vw - 414px) / 586)}}@media screen and (min-width: 600px){html{font-size:calc(125% + .01*(100vw - 600px));font-size:calc(20px + .01*(100vw - 600px))}}@media screen and (min-width: 1000px){html{font-size:calc(137.5% + .006*(100vw - 1000px));font-size:calc(22px + .006*(100vw - 1000px))}}:root{font-family:Inter,Roboto,Lato,Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;--baseColor: #353148;--posterTextSize: 120px;--pageBannerFontSize: 2.6rem;--mainTitleFontSize: 1.6rem;--sectionPadding: 4rem;--subNavPadding: 1.6rem;--posterTitleTextSize: 4rem;--cardGap: 2rem}@media only screen and (max-width: 767px){.wrapper{padding:0 15px;width:100%;max-width:unset}.main-title{font-size:24px;color:#333;text-align:center;padding:40px 20px 20px}:root{--pageBannerFontSize: 2rem;--textFontSize: 14px;--textLineHeight: 22px;--listTextFontSize: 14px;--listItemHeight: 22px;--listTitleTextFontSize: 18px;--listContentFontSize: 20px;--listTitleHeight: 30px;--cardPadding: 12px;--cardBorderRadius: 6px;--sectionPadding: 2rem;--articleFontSize: 14px;--articleLineHeight: 22px;--tipsFontSize: 14px;--subNavPadding: 12px;--headerHeight: 70px}}@media only screen and (min-width: 768px){.wrapper{padding:0 15px;width:100%;max-width:unset}:root{--textFontSize: 16px;--textLineHeight: 30px;--listTextFontSize: 16px;--listItemHeight: 28px;--listTitleTextFontSize: 18px;--listContentFontSize: 24px;--listTitleHeight: 34px;--cardPadding: 20px;--cardBorderRadius: 8px;--articleFontSize: 14px;--articleLineHeight: 22px;--tipsFontSize: 16px;--headerHeight: 75px;--descFontSize: 18px}.main-title{font-size:26px;color:#333;text-align:center;padding:50px 30px 30px}}@media only screen and (min-width: 992px){.wrapper{padding:0 15px;width:100%;max-width:unset}:root{--textFontSize: 20px;--textLineHeight: 40px;--listTextFontSize: 18px;--listItemHeight: 34px;--listTitleTextFontSize: 20px;--listContentFontSize: 24px;--listTitleHeight: 60px;--cardPadding: 24px;--cardBorderRadius: 10px;--articleFontSize: 16px;--articleLineHeight: 24px;--tipsFontSize: 16px;--headerHeight: 80px}.main-title{font-size:32px;color:#333;text-align:center;padding:64px 20px 40px}}@media only screen and (min-width: 1200px){.wrapper{width:100%;max-width:unset}.main-title{font-size:36px;color:#333;text-align:center;padding:64px 20px 40px}:root{--textFontSize: 24px;--textLineHeight: 48px;--listTextFontSize: 20px;--listItemHeight: 40px;--listTitleTextFontSize: 24px;--listContentFontSize: 30px;--cardPadding: 30px;--cardBorderRadius: 12px;--articleFontSize: 18px;--articleLineHeight: 26px;--tipsFontSize: 16px;--headerHeight: 90px;--descFontSize: 20px}}@media only screen and (min-width: 1480px){.wrapper{width:81.25%;max-width:1600px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#11182780}::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3b82f680}.wrapper{margin:0 auto;width:100%;max-width:1600px}.flex{display:flex}.flex-inline{display:inline-flex}.flex:before,.flex:after,.flex-inline:before,.flex-inline:after{display:none}.flex-left{justify-content:flex-start}.flex-center{justify-content:center}.flex-right{justify-content:flex-end}.flex-between{justify-content:space-between}.flex-around{justify-content:space-around}.flex-stretch{align-items:stretch}.flex-top{align-items:flex-start}.flex-middle{align-items:center}.flex-bottom{align-items:flex-end}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-wrap-stretch{align-content:stretch}.flex-wrap-top{align-content:flex-start}.flex-wrap-middle{align-content:center}.flex-wrap-bottom{align-content:flex-end}.flex-wrap-between{align-content:space-between}.flex-wrap-around{align-content:space-around}.flex-first{order:-1}.flex-last{order:99}.flex-none{flex:none}.flex-auto{flex:auto}.flex-1{flex:1}
