:root {
  --normal: rgb(35, 35, 35);
  --primary: rgb(28, 52, 97);
  --blue: rgb(19, 57, 107);
  --gold: rgb(196, 154, 108);
  --gray: rgb(198, 198, 198);
  --secondary: rgb(93, 93, 93);
  --mute: rgb(190, 190, 190);
  --white: rgb(255, 255, 255);
  --black: rgb(0, 0, 0);
  --dark: rgb(35, 35, 35);
  --widget: 19rem;
  --top-menu: 3rem;
  --top-brand: 6rem;
  --top-nav: calc(var(--top-menu) + var(--top-brand));
  --logo-size: 50px;
  --left-pad: 2rem;
  --left-sm: 3rem;
  --left-add: 5rem;
  --left-big: calc(var(--left-pad) + var(--left-sm));
  --right-pad: 30px;
  --fw-bold: 400;
  --fw-normal: 200;
  --fw-light: 100;
  --font-sans: "Noto Sans SC", "Noto Sans", "-apple-system", "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "ST Heiti", "SimHei";
  --font-family: "-apple-system", "Noto Sans", "Helvetica Neue", "Helvetica", "Nimbus Sans L", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "ST Heiti", "SimHei"
}

html { font-size: 100%; min-height: 100% }
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, form, fieldset, legend, figure, table, th, td, caption, hr, input, button, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { font-weight: var(--fw-normal); position: relative; margin: 0; padding: 0; }
body { font-family: var(--font-sans); color: var(--normal); font-size: .7rem; line-height: 1.8; overflow-y: scroll; /*-webkit-font-smoothing: antialiased;*/ }

@media screen and (min-width:1200px){html{font-size:110%}}@media screen and (min-width:1400px){html{font-size:115%}}@media screen and (min-width:1600px){html{font-size:120%}}@media screen and (min-width:1900px){html{font-size:125%}}@media screen and (min-width:2500px){html{font-size:127.5%}}@media screen and (min-width:3000px){html{font-size:130%}}@media screen and (-webkit-min-device-pixel-ratio:1.25),screen and (min-resolution:120dpi){html{font-size:90%}@media screen and (min-width:1200px){html{font-size:98%}}@media screen and (min-width:1400px){html{font-size:102%}}@media screen and (min-width:1600px){html{font-size:106%}}@media screen and (min-width:1900px){html{font-size:110%}}@media screen and (min-width:2500px){html{font-size:112%}}}@media screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-resolution:144dpi){html{font-size:85%}@media screen and (min-width:1200px){html{font-size:90%}}@media screen and (min-width:1400px){html{font-size:100%}}@media screen and (min-width:1600px){html{font-size:105%}}@media screen and (min-width:1900px){html{font-size:115%}}@media screen and (min-width:2500px){html{font-size:125%}}}@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-resolution:192dpi){}
h1,h2,h3,h4,h5,h6 { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
video { max-width: 100%; width: 100%; object-fit: cover; }
[hidden], template { display: none; }
a, button { transition: all .25s linear; }
a { color: var(--white); text-decoration: none; display: inline-block; position: relative; }
a:hover { text-decoration: none; color: var(--gold); outline: none; }
a:focus, a:active, button:hover, button:focus, button:active, input:focus, textarea:focus, li:focus { text-decoration: none; color: inherit; outline: none; }
button, a { -webkit-transform: translateZ(0); transform: translateZ(0); border: 0; background: transparent; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; }
button:hover { color: var(--gold); }
a, span, div, section, dl, dt, dd, i, em, label { font-style: normal; position: relative; }
li { list-style: none; }
input, textarea, button { font-family: var(--font-family) }
input, textarea { font-size: .7rem; width: 100%; resize: none; transition: border .25s, background-color .25s; border: 0; border-radius: 0; background: transparent; -webkit-appearance: none; }
a:hover .no-hover { color: inherit; background: initial; }
strong, .strong { font-weight: 300; }
img { max-width: 100%; max-height: 100%; height: auto; vertical-align: top; }
hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid var(--secondary); }
hr.min { margin-top: 0; margin-bottom: 0; }
dl, dt, dd { line-height: inherit; }
a.block span { position: relative; display: block; }
.normal { font-weight: normal; font-style: normal; font-size: initial; }
.mobile-break { display: none; }
.inline { position: relative; display: inline; vertical-align: top; letter-spacing: normal; }
.block { position: relative; display: block; }
.nowrap, .ellipsis { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.multi-ellipsis { display: -webkit-box !important; overflow: hidden; word-break: break-word; -webkit-box-orient: vertical; }
.gray { color: var(--gray); }
.white { color: var(--white); }
.black { color: var(--black); }
.primary { color: var(--primary); }
.gold { color: var(--gold); }
.mute { color: var(--mute); }
.dark { color: var(--dark); }
.link.white { color: var(--white); }
.link.white:hover { opacity: .85; }
.bg-gray { background-color: rgb(240, 240, 240); }
.none { display: none; }
.noevent { pointer-events: none; }
.full-size { position: relative; overflow: hidden; width: 100%; height: 100%; }
.full-height { height: 100%; }
.full-width { width: 100%; height: auto; vertical-align: top; }
.abs { position: absolute; top: 0; left: 0; width: 100%; }
.bgs-cover, .bgs-contain { background-repeat: no-repeat; background-position: center center; }
.bgs-cover { background-size: cover; }
.bgs-contain { background-size: contain; }
.cover-link { position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; z-index: 5; }
.left-pad { padding-left: var(--left-pad) }
.right-pad { padding-right: var(--right-pad) }
.fs-light { font-weight: 200; -webkit-font-smoothing: antialiased ; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
/*.ff-lsr { font-family: "lsr" }*/
/*.ff-bsbi { font-family: "bsbi"; -webkit-font-smoothing: antialiased; }*/
.fs-9{font-size:.45rem}.fs-10{font-size:.5rem}.fs-11{font-size:.55rem}.fs-12{font-size:.6rem}.fs-13{font-size:.65rem}.fs-14{font-size:.7rem}.fs-15{font-size:.75rem}.fs-16{font-size:.8rem}.fs-17{font-size:.85rem}.fs-18{font-size:.9rem}.fs-19{font-size:.95rem}.fs-20{font-size:1rem}.fs-21{font-size:1.05rem}.fs-22{font-size:1.1rem}.fs-23{font-size:1.15rem}.fs-24{font-size:1.2rem}.fs-25{font-size:1.25rem}.fs-26{font-size:1.3rem}.fs-27{font-size:1.35rem}.fs-28{font-size:1.4rem}.fs-29{font-size:1.45rem}.fs-30{font-size:1.5rem}.fs-31{font-size:1.55rem}.fs-32{font-size:1.6rem}.fs-33{font-size:1.65rem}.fs-34{font-size:1.7rem}.fs-35{font-size:1.75rem}.fs-36{font-size:1.8rem}.fs-37{font-size:1.85rem}.fs-38{font-size:1.9rem}.fs-39{font-size:1.95rem}.fs-40{font-size:2rem}.fs-42{font-size:2.1rem}.fs-44{font-size:2.2rem}.fs-46{font-size:2.3rem}.fs-48{font-size:2.4rem}.fs-50{font-size:2.5rem}.fs-52{font-size:2.6rem}.fs-54{font-size:2.7rem}.fs-56{font-size:2.8rem}.fs-58{font-size:2.9rem}.fs-60{font-size:3rem}.fs-62{font-size:3.1rem}.fs-64{font-size:3.2rem}.fs-66{font-size:3.3rem}.fs-68{font-size:3.4rem}.fs-70{font-size:3.5rem}.fs-72{font-size:3.6rem}.fs-74{font-size:3.7rem}.fs-76{font-size:3.8rem}.fs-78{font-size:3.9rem}.fs-80{font-size:4rem}.fs-82{font-size:4.1rem}.fs-84{font-size:4.2rem}.fs-86{font-size:4.3rem}.fs-88{font-size:4.4rem}.fs-90{font-size:4.5rem}.fs-92{font-size:4.6rem}.fs-94{font-size:4.7rem}.fs-96{font-size:4.8rem}.fs-98{font-size:4.9rem}.fs-100{font-size:5rem}
.p-t{padding-top:5rem}.p-t-lg{padding-top:8rem}.p-t-md{padding-top:4rem}.p-t-sm{padding-top:2.5rem}.p-t-xs{padding-top:1.5rem}.p-t-min{padding-top:.75rem}.p-b{padding-bottom:5rem}.p-b-lg{padding-bottom:8rem}.p-b-md{padding-bottom:4rem}.p-b-sm{padding-bottom:2.5rem}.p-b-xs{padding-bottom:1.5rem}.p-b-min{padding-bottom:.75rem}.m-t{margin-top:5rem}.m-t-lg{margin-top:8rem}.m-t-md{margin-top:4rem}.m-t-sm{margin-top:2.5rem}.m-t-xs{margin-top:1.5rem}.m-t-min{margin-top:.75rem}.m-b{margin-bottom:5rem}.m-b-lg{margin-bottom:8rem}.m-b-md{margin-bottom:4rem}.m-b-sm{margin-bottom:2.5rem}.m-b-xs{margin-bottom:1.5rem}.m-b-min{margin-bottom:.75rem}.m-l{margin-right:5rem}.m-l-lg{margin-left:8rem}.m-l-md{margin-left:4rem}.m-l-sm{margin-left:2.5rem}.m-l-xs{margin-left:1.5rem}.m-l-min{margin-left:.75rem}.m-r{margin-right:5rem}.m-r-lg{margin-right:8rem}.m-r-md{margin-right:4rem}.m-r-sm{margin-right:2.5rem}.m-r-xs{margin-right:1.5rem}.m-r-min{margin-right:.75rem}.l-h-lg{line-height:2.5}.l-h-md{line-height:2.2}.l-h-sm{line-height:2}.l-h-xs{line-height:1.6}.l-h-2-8{line-height:2.8}.l-h-2-7{line-height:2.7}.l-h-2-6{line-height:2.6}.l-h-1-4{line-height:1.4}.l-h-1-3{line-height:1.3}.l-h-1-2{line-height:1.2}.l-h-1-1{line-height:1.1}.l-h-1{line-height:1}@media screen and (min-width:1900px){.p-t{padding-top:6rem}.p-b{padding-bottom:6rem}.m-t{margin-top:6rem}.m-b{margin-bottom:6rem}.p-t-md{padding-top:5rem}.p-b-md{padding-bottom:5rem}.m-t-md{margin-top:5rem}.m-b-md{margin-bottom:5rem}}
[data-clamp="2"] { -webkit-line-clamp: 2; } [data-clamp="3"] { -webkit-line-clamp: 3; } [data-clamp="4"] { -webkit-line-clamp: 4; } [data-clamp="5"] { -webkit-line-clamp: 5; }
[class*="icon-"] { display: inline-block; vertical-align: top; }
.row { margin-right: 0; margin-left: 0; position: relative; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-right: 0; padding-left: 0; }
.spacing-2 { margin-right: -.1rem; margin-left: -.1rem; }
.spacing-2 [class^="col-"] { padding-right: .1rem; padding-left: .1rem; }
.spacing-5 { margin-right: -.25rem; margin-left: -.25rem; }
.spacing-5 [class^="col-"] { padding-right: .25rem; padding-left: .25rem; }
.spacing-10 { margin-right: -.5rem; margin-left: -.5rem; }
.spacing-10 [class^="col-"] { padding-right: .5rem; padding-left: .5rem; }
.spacing-15 { margin-right: -.75rem; margin-left: -.75rem; }
.spacing-15 [class^="col-"] { padding-right: .75rem; padding-left: .75rem; }
.spacing-20 { margin-right: -1rem; margin-left: -1rem; }
.spacing-20 [class^="col-"] { padding-right: 1rem; padding-left: 1rem; }
a.block span.inline { display: inline-block; }
.btn-inline { line-height: 40px; width: 100%; height: 40px; transition: background .25s; color: white; background-color: rgb(214, 216, 221); }
.btn-inline:hover { background-color: rgb(56, 101, 199); }
.ratio { position: relative !important; display: block; overflow: hidden; }
.ratio .inner { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; }
.ratio > img { position: absolute; z-index: -1; top: 0; left: 0; width: 1px; height: 1px; }
.ratio-16-10 { padding-top: 62.5%; }
.ratio-16-9 { padding-top: 56.25%; }
.ratio-1-1 { padding-top: 100%; }
.ratio-2-1 { padding-top: 50%; }
.ratio-3-1 { padding-top: 33.3333%; }
.ratio-3-2 { padding-top: 66.6666%; }
.ratio-2-3 { padding-top: 133.3333%; }
.ratio-4-3 { padding-top: 75%; }
.hover-zoom { transition: all .36s ease; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; }
a:hover .hover-zoom, li:hover .hover-zoom, .has-hover:hover .hover-zoom { -webkit-transform: scale(1.1); transform: scale(1.1); }
.window-height { height: 1500px; transition: opacity .8s; opacity: 0; }
.window-height.show-me { opacity: 1; }
.wow { visibility: hidden; opacity: 0; }
.wow-loaded .wow { opacity: 1; }
.ani { transition: all .25s; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; }
.noani { transition: none !important; }
.flex { display: flex; }
.flex-row, .flex-sb { display: flex; justify-content: space-between; }
.flex-cc { display: flex; align-items: center; justify-content: center; }
.flex-cs { display: flex; align-items: center; justify-content: flex-start; }
.flex-ce { display: flex; align-items: center; justify-content: flex-end; }
.flex-cb { display: flex; align-items: center; justify-content: space-between; }

/* Frame Defined */
.frame-full, .frame-wide, .frame-middle { position: relative; width: auto; margin-right: auto; margin-left: auto; padding-left: var(--left-pad); padding-right: var(--left-pad); }
.frame-middle { width: 100%; }
@media screen and (min-width:1280px) {
  .frame-wide { padding-right: var(--left-big); padding-left: var(--left-big); }
  .frame-middle { padding-left: 0; padding-right: 0; max-width: 1040px; }
}
@media screen and (min-width:1440px) {
  .frame-middle { max-width: 1180px; }
}
@media screen and (min-width:1600px) {
  .frame-middle { max-width: 1300px; }
}
@media screen and (min-width:1900px) {
  .frame-middle { max-width: 1440px; }
}
@media screen and (min-width:2500px) {
  .frame-middle { max-width: 2060px; }
}

/* Main */
body { overflow-x: hidden; background-color: var(--white); color: var(--normal); }
main { width: 100%; margin: 0; }
main:after { display: table; clear: both; content: ""; }
.menu-mask { content: ""; display: block; position: fixed; width: 100%; height: 100%; left: 99999999rem; top: 0; z-index: 20; background-color: rgb(0, 0, 0); opacity: .7; pointer-events: none; }

/* Heading Top Navigation */
.top-nav { position: absolute; z-index: 990; top: 0; left: 0; width: 100%; color: var(--white); height: var(--top-nav); transition: transform .5s ease,top .5s ease; -webkit-backface-visibility: hidden; }
.top-nav .row-nav { height: 100%; }
.top-brand { height: var(--top-brand); padding-top: 1rem; padding-bottom: 1rem; background-color: rgba(0,0,0,.6); transition: all .25s linear; }
.top-brand>div { height: 100%; }
.top-nav-logo { z-index: 9; width: auto; height: 100%; }
.top-nav-logo h1 { display: block; width: 100%; height: 100%; }
.top-nav-logo h1 a { display: block; height: 100%; transition: none; text-align: right; }
.top-nav img { max-width: 100%; max-height: 100%; transition: opacity .15s; }
.top-brand-info, .top-lang { width: calc(var(--widget) + var(--left-sm)); }
.top-menu { width: 100%; left: 0; top: 0; background-color: rgba(0,0,0,.4); height: var(--top-menu); padding-top: .7rem; padding-bottom: .7rem; }
.top-company, .top-company a { display: block; height: 100%; }
.top-nav-menu .visible-inline-xs { display: none; }
.top-nav-btn { line-height: 1; }
.top-nav-bar { -webkit-transition-delay: 100ms; transition-delay: 100ms; -webkit-transition-duration: 150ms; transition-duration: 150ms; }
.top-toggle-nav { display: none; align-items: center; width: 1.3rem; height: 1.3rem; text-align: right; line-height: 1.3rem; z-index: 995; }
.top-toggle-nav i { position: absolute; left: 0; top: 0; vertical-align: top; width: 100%; height: 100%; font-size: 1.3rem; transition: opacity .5s; color: white; }
.top-toggle-nav i.icon-menu { opacity: 1; }
.top-toggle-nav i.icon-menu-close, .top-toggle-nav i.icon-menu-right { opacity: 0; }
.mobile-menu .top-toggle-nav i.icon-menu { opacity: 0; }
.mobile-menu .top-toggle-nav i.icon-menu-close { opacity: 1; }
.mobile-menu .menu-mask { left: 0; pointer-events: auto; }
.desktop.mobile-menu .top-nav { background-color: transparent!important; }
.main-nav-bar, .top-nav-menu, .top-nav-menu dl { height: 100%; }

.top-nav-menu a, .top-lang a { line-height: 1; display: inline-block; font-size: .85rem; font-weight: var(--fw-bold); color: var(--white); padding: .3rem .25rem .3rem .25rem; border-bottom: 1px solid transparent; white-space: nowrap; }
.top-lang a { padding-left: 0; padding-right: 0; font-size: .75rem; }
.top-nav-menu a:hover, .top-lang a:hover { border-color: var(--white) }
.top-nav-menu { display: flex; padding-left: 10rem; }
.top-nav-menu dl, .top-nav-contact { display: flex; align-items: center; }
.top-nav-menu dl { padding-left: 3.25rem; padding-right: 3.25rem; }
.top-nav-menu dl.active dt a { border-color: var(--white) }
.top-nav-menu dt a:hover {  }

html.fp-enabled body:not(.fp-viewing-0) .top-brand { height: 0; padding: 0 }

/* Button */
.b-border { line-height: 1; display: inline-block !important; min-width: 8rem; padding: .55rem 1.85rem .575rem 1.85rem; cursor: pointer; transition: all .25s; text-align: center; color: var(--white)!important; border: 1px solid var(--white); }
.b-border>i { vertical-align: middle; margin-top: -.1rem; margin-left: 1rem; }
.b-border:hover, a:hover .b-border { color: var(--dark)!important; background-color: var(--white); }
.b-border.b-white { color: white; border-color: white; background-color: transparent; }
.b-border.b-white:hover, a:hover .b-border.b-white { background-color: transparent; }
.b-border.bc-dark { border: none; color: var(--white); background-color: var(--dark); }
.b-border.bc-dark:hover { background-color: var(--white); color: var(--dark); }

/* Home */
.slides-list, .slides-list li, .bx-wrapper, .bx-viewport { position: relative; height: 100%; }
.slick-list, .slick-track { overflow: hidden; height: inherit; }
.slick-dots { z-index: 3; bottom: 2.25rem; line-height: 1; font-size: 0; left: 0; }
.slick-dots li { width: auto; height: .5rem; margin-right: .65rem; margin-left: .65rem; padding: 0; transition: all .5s; }
.slick-dots li button { width: .5rem; height: 100%; margin: 0; padding: 0; border-radius: .25rem; background-color: rgb(240, 240, 240); }
.slick-dots li button:before { display: none; }
.slick-dots li.slick-active button { background-color: var(--red); }
.dot-primary .slick-dots li button { background-color: var(--white); }
.dot-primary .slick-dots li.slick-active button { background-color: rgb(30, 80, 164); }
.slick-prev, .slick-next { z-index: 2; overflow: hidden; width: 4.5rem; height: 4.5rem; line-height: 4.5rem; text-align: center; background-color: rgba(0, 0, 0, .45); }
.slick-prev { left: auto; right: 0; }
.slick-next { right: 4.55rem; }
.slick-prev:before, .slick-next:before { font-family: "cxany"; font-size: 2rem; transition: color .25s; color: var(--white); vertical-align: middle; }
.slick-prev:hover:before, .slick-next:hover:before { color: var(--gold); }
.slick-prev:before { content: "\c1021"; }
.slick-next:before { content: "\c1022"; }
.slick-dark-nav .slick-prev:before, .slick-dark-nav .slick-next:before { color: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { background-color: rgba(0, 0, 0, .55); }
.slides-nav { top: 30%; }
.slides-nav a { line-height: 1; position: absolute; top: 50%; display: inline-block; }
.slides-nav i { vertical-align: top; }
.slides-nav-prev { left: 0; -webkit-transform: translateX(-80%) translateY(-50%); transform: translateX(-80%) translateY(-50%); }
.slides-nav-next { right: 0; -webkit-transform: translateX(80%) translateY(-50%); transform: translateX(80%) translateY(-50%); }
.slick-track { margin-left: auto; margin-right: auto; }

@media screen and (min-width:1900px) {
  .slides-nav-prev { -webkit-transform: translateX(-100%) translateY(-50%); transform: translateX(-100%) translateY(-50%); }
  .slides-nav-next { -webkit-transform: translateX(100%) translateY(-50%); transform: translateX(100%) translateY(-50%); }
}

.activity body, .class body { background-color: var(--primary) }
.banner-wrapper { height: 100vh; }
.home-slides .slick-dots { bottom: 1.5rem; }
.home-slides .slick-dots li { margin-left: .25rem; margin-right: .25rem; }
.home-slides .slick-dots li button { width: 1rem; height: 3px; background: white; border: 0; }
.home-slides .slick-dots li.slick-active button { background: rgb(125, 199, 120); width: 2rem; }
.home-slides .slick-arrow { transition: all .25s; opacity: 0; color: white; background-color: transparent; }
.home-slides .slick-arrow:before { font-size: 1.4rem; }
.home-slides:hover .slick-arrow { opacity: 1; }
.home-slides .slick-prev { left: 6%; }
.home-slides .slick-next { right: 6%; }
.home-slides { height: 100%; }
.home-slides .slides-bg { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; background-position: center center; }
.home-slides .slides-mask { position: absolute; z-index: 0; left: 0; bottom: -7.5rem; width: 100%; height: 100%; background-position: right bottom; background-size: contain; z-index: 2; }
.slides-info { height: 100%; width: 100%; display: flex; align-items: flex-end; justify-content: flex-end; padding-bottom: 3rem; }
.slides-info .text { z-index: 6; padding-left: var(--left-sm); padding-right: var(--left-sm); transition: all .5s; }
.slides-info .subject { line-height: inherit; }
.slides-info.at-left { justify-content: flex-start; }
.fullpage-con .slides-info .text { opacity: 0; transform: translateY(15vh); }
.fullpage-con .section.hfp-show .slides-info .text { opacity: 1; transform: none; }
.ha-gallery { height: 100vh }
.acthom-slides a.link { position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; }
/* Widget */
.widget { width: var(--widget); background-color: rgba(0,0,0,.65); color: white; padding: 1.75rem 1.5rem 2.25rem 1.5rem; }
.widget dt { border-bottom: 1px solid var(--white); margin-bottom: 1.25rem; text-align: justify; }
.widget dd { line-height: 1.8; }
.card-panel { padding-top: 2.75rem; padding-bottom: 2.75rem; background-color: var(--primary); color: white; }
.card-panel.top-border { border-top: .5rem solid var(--gold); }
.card-panel a { line-height: 1.35; }
.card-panel a:after { transition: border-color .25s; display: block; content: ""; position: relative; width: 100%; height: 0; border-top: 1px solid var(--white); }
.card-panel a:hover { color: var(--gold); }
.card-panel a:hover:after { border-color: var(--gold); }
.acth-title { font-family: "lsr"; line-height: 2; font-size: 1.9rem; }
.acth-sub { font-family: "bsbi"; line-height: 1; }
.acth-link { font-family: "lsr"; margin-top: 1rem; }
.moving-target { position: absolute; left: 0; height: 0; width: 100%; z-index: -1; pointer-events: none; }
.non-events { pointer-events: none; }
.frame-narrow { padding-left: var(--left-pad); padding-right: 0; }
.acto-title { width: 31rem; margin: auto; padding-bottom: 1.5rem; border-bottom: 1px solid var(--white); margin-bottom: 3rem; }
.acto-con { line-height: 2.2; text-align: justify; }
.actd-list { display: flex; flex-wrap: wrap; }
.actd-item { display: flex; justify-content: space-between; width: 100%; }
.actd-item>div, .actd-item>dl { flex-shrink: 0; width: 50%; }
.actd-txt { background-color: white; padding: 2.5rem 4rem; }
.actdt-sub:after { content: ""; display: block; width: 7.5rem; height: 0; border-top: 1px solid var(--normal); margin-top: .5rem; margin-bottom: 2.5rem; }
.actdt-con { line-height: 1.8; }
.actd-item:nth-child(even) .actd-img { order: 2; }
.actd-img { width: 50%; }

/* Class */
.cs-list .ratio-3-1 { padding-top: 38%; }
.class-desc { background-color: var(--mute); padding-top: 3.5rem; padding-bottom: 5rem; }
.cdi-con { background: var(--primary); }
.cdi-img { padding: .5rem; margin-bottom: .5rem; }
.cdit-con { padding-left: 1.75rem; padding-right: 1.75rem; line-height: 1.75; }
.cdit-overview { line-height: 2; margin-top: .5rem; padding-top: .5rem; border-top: 1px solid rgba(255,255,255,.5); text-align: justify; }
.cdit-more { padding-top: .5rem; padding-bottom: 2rem; }

/* About */
.about-desc dt, .wine-desc dt { line-height: 1.3; font-weight: 400; -webkit-font-smoothing: antialiased; }
.about-desc .actdt-sub:after { margin-bottom: 1.5rem; }
.about-desc .actdt-con { line-height: 1.5; }
.about-info.slides-info { justify-content: flex-start; padding-bottom: 5rem; }
.about-widget { padding-top: 2rem; padding-bottom: 2rem; background-color: rgba(168, 125, 79, .7); padding-left: 2rem; padding-right: 1rem; width: 70vw; }
.abw-title { line-height: 1.2; padding-right: 1rem; border-right: 1px solid var(--white); white-space: nowrap; min-height: 4rem;}
.abw-con { padding-left: 2rem; max-height: 100%; flex-grow: 1; background-size: 85% auto; background-position: 2rem center; }
.abw-title>div { padding-bottom: .1em; }


/* Main Footer */
.main-footer { z-index: 9; color: white; }
.mf-con { background-color: var(--blue); line-height: 1.4; }
.mfc-nav { height: 2.5rem; }
.mfc-nav a { display: block; padding: 0 1.5rem; border-right: 1px solid var(--white) }
.mfc-nav a:hover { color: var(--gold) }
.mf-copyright { background-color: rgb(85, 85, 85); line-height: 2rem; }

/*.has-pad .fullpage-con .slides-info .text, .has-pad .fullpage-con .slides-info .text .widget { width: 100%; }*/


/* Form */
input { outline: none!important; }
input[type="text"], textarea { transition: border .5s ease; font-size: 1.1rem; padding: 1.25rem .8rem 1.55rem .8rem; font-weight: 200; font-family: "Arial"; line-height: 1; border: 1px solid transparent; background-color: var(--dark); color: var(--white); z-index: 1; }
::-webkit-input-placeholder { color: rgb(157, 157, 157); }
:-moz-placeholder { color: rgb(157, 157, 157); }
::-moz-placeholder { color: rgb(157, 157, 157); }
:-ms-input-placeholder { color: rgb(157, 157, 157); }
.form-message { font-size: 0; line-height: 0; z-index: -9; display: none; visibility: hidden; height: 0; }
input[type="radio"], input[type="checkbox"] { display: inline-block; }
input[type="checkbox"], input[type="radio"] { margin: 0; position: relative; width: .65rem; height: .65rem; padding: 0; vertical-align: middle; border: 0; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="checkbox"]:before, input[type="radio"]:before { transition: all .25s; font-family: "cxany"; font-size: .75rem; line-height: .75rem; border: 1px solid rgb(128, 128, 128); position: absolute; top: -.1rem; left: 0; display: block; overflow: hidden; width: 100%; height: 100%; content: ""; text-align: center; }
input[type="checkbox"]:checked:before, input[type="radio"]:checked:before { content: ""; color: white; background-color: rgb(30, 80, 164); border: 0; }
input[type="checkbox"]:disabled:before, input[type="radio"]:disabled:before { color: rgb(103, 134, 157); background-color: rgb(235, 240, 242); }
input:focus::-webkit-input-placeholder { color: rgba(0, 0, 0, .35); }
input:focus:-moz-placeholder { color: rgba(0, 0, 0, .35); }
input:focus::-moz-placeholder { color: rgba(0, 0, 0, .35); }
input:focus:-ms-input-placeholder { color: rgba(0, 0, 0, .35); }
textarea:focus::-webkit-input-placeholder { color: rgba(0, 0, 0, .35); }
textarea:focus:-moz-placeholder { color: rgba(0, 0, 0, .35); }
textarea:focus::-moz-placeholder { color: rgba(0, 0, 0, .35); }
textarea:focus:-ms-input-placeholder { color: rgba(0, 0, 0, .35); }
::selection { background: var(--red); color: var(--white); }
::selection { background: rgba(255, 87, 20, .8); color: var(--white); }


ins[data-type="screen"] { display: none; content: "xs"; }
@media (min-width:768px) {
  ins[data-type="screen"] { content: "sm"; }
}
@media (min-width:992px) {
  ins[data-type="screen"] { content: "md"; }
}
@media (min-width:1200px) {
  ins[data-type="screen"] { content: "lg"; }
}
@media (min-width:1400px) {
  ins[data-type="screen"] { content: "lg xl"; }
}
