html::-webkit-scrollbar {
    display: initial;
    visibility: visible;
}
html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #eee; /* or add it to the track */
  }
html::-webkit-scrollbar-thumb {
    background: #aaa;
  }
/*dft*/
.dft {
    word-break: keep-all;
    color: #252525;
    text-transform: none;
}
h1.dft {
    font-size: 4.5rem;
    line-height: 1.3em;
    color: #252525;
}
h1.dft.bigsize {
    font-size: 5.5rem;
    line-height: 1.2em;
    color: #252525;
}
h1.dft.huge {
    font-size: 6.5rem;
    line-height: 1.2em;
    color: #252525;
}
h1.dft.larger {
    font-size: 8rem;
    line-height: 1.2em;
    color: #252525;
}
h2.dft {    
    font-size: 3.5rem;
    line-height: 1.5em;
    color: #252525;
}
h3.dft {
    font-size: 2.8rem;
    line-height: 1.5em;
    color: #252525;
}
h4.dft {
    font-size: 2.4rem;
    line-height: 1.6em;
    color: #252525;
}
h4.dft.mini {
    font-size: 2.2rem;
    line-height: 1.6em;
    color: #252525;
}
h5.dft {
    font-size: 2rem;
    line-height: 1.7em;
    color: #252525;
}
h6.dft {
    font-size: 1.4rem;
    line-height: 1.7em;
    color: #252525;
}
p.dft {
    font-size: 1.8rem;
    line-height: 1.7em;
    color: #252525;
}
p.dft.mini {
    font-size: 1.6rem;
    line-height: 1.7em;
    color: #252525;
}
@media (max-width:1200px) {
    h1.dft {
        font-size: calc(100vw * (45 / 1200));
    }
}
@media (max-width:1200px) and (min-width:992px){
    h1.dft {
        font-size: calc(100vw * (45 / 1200));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (55 / 1200));
    }
    h1.dft.huge {
        font-size: calc(100vw * (65 / 1200));
    }
    h1.dft.larger {
        font-size: calc(100vw * (70 / 1200));
    }
    h2.dft {
        font-size: calc(100vw * (35 / 1200));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 1200));
    }
    h4.dft {
        font-size: calc(100vw * (24 / 1200));
    }
    h4.dft.mini {
        font-size: calc(100vw * (22 / 1200));
    }
    h5.dft {
        font-size: calc(100vw * (20 / 1200));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 1200));
    }
    p.dft {
        font-size: calc(100vw * (18 / 1200));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 1200));
    }
}
@media (max-width:991px) and (min-width:768px){
    h1.dft {
        font-size: calc(100vw * (40 / 992));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (45 / 992));
    }
    h1.dft.huge {
        font-size: calc(100vw * (55 / 992));
    }
    h1.dft.larger {
        font-size: calc(100vw * (60 / 992));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 992));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 992));
    }
    h4.dft {
        font-size: calc(100vw * (26 / 992));
    }
    h4.dft.mini {
        font-size: calc(100vw * (24 / 992));
    }
    h5.dft {
        font-size: calc(100vw * (22 / 992));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 992));
    }
    p.dft {
        font-size: calc(100vw * (18 / 992));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 992));
    }
}
@media (max-width:768px) and (min-width:500px){
    h1.dft {
        font-size: calc(100vw * (35 / 768));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (40 / 768));
    }
    h1.dft.huge {
        font-size: calc(100vw * (45 / 768));
    }
    h1.dft.larger {
        font-size: calc(100vw * (50 / 768));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 768));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 768));
    }
    h4.dft {
        font-size: calc(100vw * (26 / 768));
    }
    h4.dft.mini {
        font-size: calc(100vw * (24 / 768));
    }
    h5.dft {
        font-size: calc(100vw * (22 / 768));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 768));
    }
    p.dft {
        font-size: calc(100vw * (18 / 768));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 768));
    }
}
@media (max-width:501px){
    h1.dft {
        font-size: calc(100vw * (32 / 500));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (35 / 500));
    }
    h1.dft.huge {
        font-size: calc(100vw * (40 / 500));
    }
    h1.dft.larger {
        font-size: calc(100vw * (45 / 500));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 500));
    }
    h3.dft {
        font-size: calc(100vw * (24 / 500));
    }
    h4.dft {
        font-size: calc(100vw * (22 / 500));
    }
    h4.dft.mini {
        font-size: calc(100vw * (20 / 500));
    }
    h5.dft {
        font-size: calc(100vw * (18 / 500));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 500));
    }
    p.dft {
        font-size: calc(100vw * (18 / 500));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 500));
    }
}
/* word-keep */
.word-keep {
    word-break: keep-all;
}
.word-break {
    word-break: break-all;
}
/* font-weight */
.font-Thin {
    font-weight: 100 !important;
}
.font-ExtraLight {
    font-weight: 200 !important;
}
.font-Light {
    font-weight: 300 !important;
}
.font-Regular {
    font-weight: 400 !important;
}
.font-Medium {
    font-weight: 500 !important;
}
.font-Bold {
    font-weight: 600 !important;
}
.font-ExtraBold {
    font-weight: 700 !important;
}
.font-Heavy {
    font-weight: 800 !important;
}
.font-Black {
    font-weight: 900 !important;
}


/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.v_t {
    align-items: flex-start;
    gap: 8px;
}
.fbox.v_bt {
    align-items: flex-end;
    gap: 8px;
}
.fbox.h_t {
    justify-content: flex-start;
}
.fbox.h_ct {
    justify-content: center;
}
.fbox.h_bt {
    justify-content: flex-end;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    .fbox:not(.noMobile) {
        flex-wrap: wrap;
    }
}

/* sub_header */
#sub_header {
    padding: 15px 0;
}
#sub_header .cnt {
    /* width: 300px;
    text-align: center; */
}
#sub_header .rt,
#sub_header .lft {
    /* width: calc(50% - 150px); */
    width: 50%;
}
#sub_header .global {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
#sub_header .global a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
@media (max-width:768px) {
    #sub_header .lft {
        width: 50%;
        text-align: left;
    }
    #sub_header .rt {
        width: 50%;
        text-align: right;
    }
    #sub_header .global {
        gap: 6px;
        text-align: center;
    }
    #sub_header .global img {
        width: 20px;
    }
}
/* container */
@media (min-width:1370px){
    .container {
        width: 1370px;
    }
}
/* width */
.w1600 {
    width: 1630px;
    max-width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.w1700 {
    width: 1730px;
    max-width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.w1800 {
    width: 1830px;
    max-width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
/* gl_sec1 */
#gl_sec1 {
    background: url(../img/gl_sec1_bg.jpg) center center no-repeat;
    background-color: #ecf5fc;
    position: relative;
}
#gl_sec1 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#gl_sec1 .txt .box {
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    transform: translate3d(-20px, 0, 0);
    background-color: rgba(0, 65, 139, 0.9);
    border-radius: 100px;
    border: 2px solid #00428b;
    box-shadow: 15px 15px 30px rgba(0, 100, 206, 0.25);
}
@media (max-width:768px) {
    #gl_sec1 .txt {
        position: relative;
        padding: 50px 20px 0;
    }
    #gl_sec1 .txt .box {
        padding: 0 20px;
    }
}
/* impTxt */
.impTxt {
    text-decoration: underline;
    font-weight: 600;
}
/* gl_sec2 */
#gl_sec2 {
    background-color: #2b2a2a;
    padding: 20px 0;
}
#gl_sec2 .row > div {
    position: relative;
}
#gl_sec2 .infoItem {
    display: flex;
    align-items: center;
    justify-content: center;
}
#gl_sec2 .infoItem .icon {
    width: 50px;
}
#gl_sec2 .infoItem .icon i {
    font-weight: 400;
}
#gl_sec2 .infoItem .tcon .dft {
    line-height: 1.2em;
}
@media (min-width:768px) {
    #gl_sec2 .row > div:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: rgba(255,255,255,0.2);
    }
    #gl_sec2 .infoItem {
        height: 90px;
    }
}
@media (max-width:768px) {
    #gl_sec2 .infoItem {
        padding: 10px;
        justify-content: flex-start;
    }
    #gl_sec2 [class*="col-"]:not(:first-child) .infoItem {
        border-top: 1px dashed rgba(221, 221, 221, 0.3);
    }
    #gl_sec2 .infoItem .icon {
        width: 30px;
    }
    #gl_sec2 .infoItem .tcon {
        width: calc(100% - 30px);
    }
}
/* gl_sec3 */
#gl_sec3 {
    background-color: #f9fbfd;
}
#gl_sec3 .dvBox .drCall {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00428b;
    background: url(../img/drCall.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 420px;
    text-align: center;
}
#gl_sec3 .dvBox .drCall a {
    display: block;
    text-decoration: none;;
}
#gl_sec3 .dvBox .drCall .ic img {
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
}
#gl_sec3 .dvBox .drCall .tt {
    display: inline-block;
    line-height: 1em;
    padding: 5px 20px;
    border: 2px solid #fff;
    border-radius: 100px;
}
@media (min-width:768px) {
    #gl_sec3 .dvBox {
        display: flex;
        align-items: center;
    }
    #gl_sec3 .dvBox .goods {
        width: calc(100% - 330px);
        padding-right: 30px;
    }
    #gl_sec3 .dvBox .drCall {
        width: 330px;
    }
}
@media (max-width:768px) {
    #gl_sec3 .dvBox .goods {
        width: 100%;
    }
    #gl_sec3 .dvBox .drCall {
        height: auto;
        padding: 40px 15px;
        margin-top: 30px;
        width: 100%;
        border-radius: 10px;
    }
    #gl_sec3 .dvBox .drCall img {
        width: 60px;
    }
}
/* numItem */
.numItem {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    height: 200px;
    margin: 0px;
    border-radius: 20px;
    background-color: #fff;
    margin: 10px 0;
}
.numItem .num {
    width: 50px;
}
.numItem .num .dft {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00428b;
    color: #fff;
    font-weight: 600;
}
.numItem .txt {
    width: calc(100% - 50px);
    padding-left: 25px;
}
@media (max-width:768px) {
    .numItem {
        height: auto;
    }
    .numItem .num {
        width: 30px;
    }
    .numItem .num .dft {
        width: 30px;
        height: 30px;
    }
    .numItem .txt {
        width: calc(100% - 30px);
        padding-left: 15px;
    }
}
/* tTitItem */
.tTitItem {
    display: inline-block;
    /* border-radius: 100px; */
    margin-bottom: 15px;
    border: 2px solid #111;
    padding: 3px 10px;
    border-left: 0;
    border-right: 0;
    line-height: 1em;
}
.tTitItem.c_pt {
    border-color: #003277;
}
.tTitItem.text-light {
    border-color: #fff;
}
/* titBg */
.titBg {
    background-color: #00428b;
}

/* ic_phone */
.ic_phone {
    display: inline-block;
    background-color: #eafcff;
    color: #39c6df !important;
    text-decoration: none !important;
    padding: 15px 30px;
    border-radius: 100px;
}
.ic_phone img,
.ic_phone span {
    display: inline-block;
    vertical-align: middle;
}
.ic_phone img {
    margin-right: 10px;
}
@media (max-width:768px) {
    .ic_phone {
        text-align: left;
        line-height: 1.1em;
    }
    .ic_phone img {
        width: 24px;
    }
}

/* formBox */
#formBox > div {
    margin-top: 15px;
    margin-bottom: 15px;
}
#formBox label {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
#formBox .form-control {
    font-size: 20px;
    background-color: #f4f4f4;
    border: 0px;
    box-shadow: 0 0 0;
}
#formBox .form-control:not(textarea) {
    height: 50px;
}
#formBox .smtBtn {
    font-size: 24px;
    padding: 15px;
    background-color: #39c6df;
    color: #fff;
    text-align: center;
    display: block;
    border: 0px;
    width: 100%;
    font-weight: 700;
}
@media (max-width:768px) {
    #formBox > div {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #formBox label {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #formBox .form-control {
        font-size: 17px;
    }
    #formBox .form-control:not(textarea) {
        height: 40px;
    }
    #formBox .smtBtn {
        font-size: 20px;
        padding: 12px;
    }
}


/* gl_sec4 */
@media (max-width:768px) {
    #gl_sec4 .fbox > div {
        width: 100%;
    }
    #gl_sec4 .fbox > .lft {
        text-align: center;
    }
    #gl_sec4 .fbox > .rt {
        padding-top: 30px;
    }
}
/* gl_sec5 */
#gl_sec5 {
    background-color: #f8fbfd;
    position: relative;
}
#gl_sec5:after {
    content: "";
    position: absolute;
    right: 0;
    width: 60%;
    height: 60%;
    border-radius: 250px 0 0 0;
    background-color: #ecf5fc;
    z-index: 0;
    bottom: 0;
}
#gl_sec5 .back {
    position: relative;
    z-index: 3;
}
#gl_sec5 .txt .box {
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    transform: translate3d(-20px, 0, 0);
    background-color: rgba(0, 65, 139, 0.9);
    border-radius: 100px;
    border: 2px solid #00428b;
    box-shadow: 15px 15px 30px rgba(0, 100, 206, 0.25);
}
@media (max-width:1400px) and (min-width:992px) {
    #gl_sec5 .back {
        opacity: .6;
    }
}
@media (min-width:992px) {
    #gl_sec5 .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 10;
    }
}
@media (max-width:992px) {
    #gl_sec5:after {
        width: 90%;
        border-radius: 100px 0 0 0;
    }
    #gl_sec5 .txt {
        padding: 50px 0;
        position: relative;
        z-index: 10;
    }
    #gl_sec5 .back {
        width: 100%;
        text-align: center;
        background: #d5e6f3;
        border-top: 4px solid #39c6df;
        border-bottom: 4px solid #39c6df;
    }
    #gl_sec5 .back img {
        max-width: 70%;
    }
}

/* crTit */
.crTit {
    display: inline-block;
    background-color: #39c6df;
    padding: 5px 40px;
    border-radius: 80px;
    color: #fff;
}
@media (max-width:768px) {
    .crTit {
        padding: 5px 20px;
    }
}

/* dotList */
.dotList li {
    padding-left: 20px;
    position: relative;
}
.dotList li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #003277;
    left: 0;
    border-radius: 4px;
}

/* gl_sec6 */
#gl_sec6 .grBox {
    background: url(../img/grBoxBg.jpg) center center no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    padding: 60px;
}
#gl_sec6 .grBox .grItem {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
#gl_sec6 .grBox .grItem:not(:last-child) {
    border-bottom: 1px solid #aaa;
}
#gl_sec6 .grBox .grItem .num {
    width: 35px;
}
#gl_sec6 .grBox .grItem .tt {
    width: calc(40% - 35px);
    padding: 0 20px;
}
#gl_sec6 .grBox .grItem .cc {
    width: 60%;
}
#gl_sec6 .grBox .grItem .num .dft {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #003277;
    color: #fff;
}
@media (max-width:992px) {
    #gl_sec6 .grBox {
        padding: 40px;
    }
    #gl_sec6 .grBox .grItem {
        flex-wrap: wrap;
        padding: 15px 0;
        align-items: flex-start;
    }
    #gl_sec6 .grBox .grItem .num {
        width: 30px;
    }
    #gl_sec6 .grBox .grItem .tt {
        width: calc(100% - 30px);
        padding: 0 20px;
    }
    #gl_sec6 .grBox .grItem .cc {
        width: 100%;
        line-height: 1.2em;
        margin-top: 10px;
    }
}
@media (max-width:768px) {
    #gl_sec6 .grBox {
        padding: 20px;
    }
}

/* gl_sec7 */
#gl_sec7 {
    background-color: #f9fbfd;
}
#gl_sec7 .txt {
    min-height: 200px;
}
@media (min-width:992px) {
    #gl_sec7 .row {
        margin: 0 -30px;
    }
    #gl_sec7 .row > div {
        padding: 0 30px;
    }
}
@media (max-width:768px) {
    #gl_sec7 .txt {
        min-height: auto;
        margin-bottom: 50px;
    }
}
/* gl_sec8 */
#gl_sec8 .tcon {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;;
}
#gl_sec8 .fbox {
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #ccc;
}
#gl_sec8 .fbox + .fbox {
    margin-top: 30px;
}
@media (max-width:992px) {
    #gl_sec8 .fbox > div {
        width: 100%;
    }
    #gl_sec8 .fbox > .img {
        order: 1;
    }
    #gl_sec8 .fbox > .txt {
        order: 2;
        padding: 50px 0;
    }
}
@media (max-width:768px) {
    #gl_sec8 .fbox {
        border-radius: 10px;
        padding: 20px;
    }
    #gl_sec8 .fbox + .fbox {
        margin-top: 20px;
    }
    #gl_sec8 .tcon {
        padding: 0 10px;
    }
    #gl_sec8 .fbox > .txt {
        padding: 30px 0;
    }
}
/* iconCons */
.iconCons .icsItem {
    display: flex;
    align-items: center;
    height: 250px;
    padding: 15px 30px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.05);
    margin: 15px 0;
    border: 1px dashed #aaa;
}
.iconCons .icsItem .txt {
    width: calc(100% - 120px);
    padding-right: 20px;
}
.iconCons .icsItem .txt .num {
    display: inline-block;
    background-color: #39c6df;
    padding: 0px 8px;
    line-height: 1em;
    margin-bottom: 5px;
    border-radius: 20px;
}
.iconCons .icsItem .txt .num .dft {
    color: #fff;
}
.iconCons .icsItem .ic {
    width: 120px;
    padding: 15px;
}
/* gl_sec9 */
#gl_sec9 {
    position: relative;
    overflow: hidden;
}
#gl_sec9 .conTent {
    width: 1800px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}
#gl_sec9 .conTent .txt {
    position: relative;
    z-index: 5;
    background-color: rgba(0, 65, 139, 0.7);
    background-color: rgba(57, 198, 223, 0.7);
    padding-left: 20px;
    padding-right: 20px;
}
#gl_sec9 .conTent .conTentVideo {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
}
#gl_sec9 .conTent .conTentVideo video{ 
    width: 100%;
}

@media (max-width:768px) {
    #gl_sec9 .conTent {
        max-width: 90vw;
    }
    #gl_sec9 .conTent .conTentVideo {
        height: 100%;
    }
    #gl_sec9 .conTent .conTentVideo video{ 
        width: auto;
    }

	
    .jp #gl_sec9 h2 {
                font-size: calc(70vw * (30 / 500));
    }
    .jp #gl_sec9 h4 {
                font-size: calc(70vw * (22 / 500))
    }
}
/* subway */
.subway {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.subway .lineNum {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 7px solid #ad09ea;
    color: #ad09ea;
}

/* timeTable */
.timeTable {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(236, 245, 252, 0.6);
    padding: 80px 70px;
    border-radius: 30px;
}
.timeTable .timeTableCon {
    padding: 0 40px;
    position: relative;
}
.timeTable .timeTableCon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 3px;
    background-color: #333;
}
.timeTable .time {
    display: flex;
    align-items: center;
}
.timeTable .time + .time {
    margin-top: 50px;
}
.timeTable .time .day {
    width: 370px;
}
.timeTable .time .clock {
    width: calc(100% - 370px);
    display: flex;
    align-items: center;
    gap: 15px;
}
.timeTable .time .clock .type {
    display: inline-block;
    font-size: .7em;
    color: #39c6df;
    background-color: #fafeff;
    line-height: 1em;
    padding: 15px;
    border-radius: 50px;
}
.timeTable .time .clock .type.type_even {
    display: inline-block;
    font-size: .7em;
    color: #fff;
    background-color: #003277;
    line-height: 1em;
    margin-left: 15px;
}
@media (max-width:768px) {
    .timeTable {
        padding: 20px;
        border-radius: 10px;
    }
    .timeTable .timeTableCon {
        padding: 0 25px;
        position: relative;
    }
    .timeTable .time {
        flex-wrap: wrap;
    }
    .timeTable .time + .time {
        margin-top: 30px;
    }
    .timeTable .time .day {
        width: 100%;
    }
    .timeTable .time .clock {
        width: 100%;
        display: block;
    }
    .timeTable .time .clock .type {
        vertical-align: middle;
    }
}




@media (max-width:768px) {	
	.jp #gl_sec10 h2 {
				font-size: calc(70vw * (30 / 500));
	}
	.jp #gl_sec10 h4 {
				font-size: calc(70vw * (22 / 500))
	}
}
/* thumb-gallery */
#gl_sec11 {
    background-color: #f9fbfd;
}
.thumb-gallery {
    max-width: 1140px;
    margin: 0 auto;
}
.owl-carousel .img-thumbnail,
.owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
.owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	.owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	.owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}

/* gl_sec12 */
#gl_sec12 {
    background: url(../img/gl_sec12_bg.jpg) center center no-repeat;
    background-color: #00428b;
}
#gl_sec12 #formBox {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 60px;
}
@media (max-width:768px) {
    #gl_sec12 #formBox {
        padding: 20px;
    }
}

/* scroll */
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 80px;
}

/* sideQuick */
#sideQuick {
    position: fixed;
    bottom: 0px;
    right: 0;
    padding: 10px;
    z-index: 1115;
}
#sideQuick a {
    display: block;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 80px;
    margin-top: 8px;
    background-color: rgb(5 73 151 / 90%);
    border-radius: 100px;
    border: 2px solid #005ec7;
    box-shadow: 15px 15px 30px rgba(0, 100, 206, 0.25);
}
#sideQuick .btn1 {
    background: #c80214;
}
#sideQuick .btn3 {
    background: #fedc00;
}
#sideQuick a p {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width:768px){
    #sideQuick {
        padding: 0px;
        display: flex;
        width: 100%;
        text-align: center;
    }
    #sideQuick li {
        width: 100%;
    }
    #sideQuick a {
        padding: 5px;
        border-radius: 0px;
        margin: 0px;
    }
    #sideQuick a i,
    #sideQuick a img {
        margin-right: 5px;
    }
    #sideQuick a p  {
        gap: 0px;
        justify-content: center;
    }
}


/* gl_sec13 */
#gl_sec13 {
    /* background: url(../img/gl_sec12_bg.jpg) center center no-repeat; */
    background-color: #00428b;
    position: relative;
}
#gl_sec13:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% - 2px);
    border-style: solid;
    border-width: 40px;
    border-color: transparent transparent #00428b transparent;
}
#gl_sec13 .item {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
}
@media (min-width:992px){
    #gl_sec13 .item {
        min-height: 530px;
    }
	.jp #gl_sec13 .item {
        min-height: 330px;
    }
	.cn #gl_sec13 .item {
        min-height: 380px;
    }
}
@media (max-width:768px) {
    #gl_sec13 .item .img img {
        width: 70px;
    }
}

/* gl_sec14 */
#gl_sec14 {
    background-color: #f9fbfd;
}
#gl_sec14 .numItem {
    border: 1px solid #ddd;
    height: auto;
    padding: 50px 30px;
}

.jp #gl_sec14 .numItem {
	min-height: 310px;
}
#gl_sec14 .numItem .num .dft {
    background-color: #049c00;
}
@media (max-width:768px) {
    #gl_sec14 .numItem {
        padding: 30px;
    }
}

/* gl_sec15 */
#gl_sec15 {
    background-color: #000;
    position: relative;
    text-align: right;
}
@media (min-width:991px) {
    #gl_sec15 {
        padding: 0px;
    }
    #gl_sec15 .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* gl_sec16 */
#gl_sec16 {
    background-color: #f2e4db;
    position: relative;
    text-align: right;
}
@media (min-width:991px) {
    #gl_sec16 {
        padding: 0px;
    }
    #gl_sec16 .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}