@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Oswald&display=swap");
.arrowBox,
.btnWrap.arrowRight a:before,
.dhMenu .submenu .hasSecM > a:after,
.dhMenu > li.dropDown:after,
.dhSideArea .funcBox .flexWrap img,
.expStyle,
.loadingArea,
.m_menu .controlBox .dhSideMenuBox .dhSideMenu .bar:after,
.m_menu .controlBox .dhSideMenuBox .dhSideMenu .bar:before,
.m_menu .controlBox .searchItem .flexWrap img,
.moduleBox .moduleClose,
.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before,
.pageBox .pageList.number a.firstBtn:after,
.pageBox .pageList.number a.firstBtn:before,
.pageBox .pageList.number a.lastBtn:after,
.pageBox .pageList.number a.lastBtn:before,
.searchArea .hotTagList .item .title a,
.socialList a svg,
.tab a:before,
.titleBox.bottomLine:before,
footer .downLogo img,
footer .footerMenu li,
footer .footerMenu li a:before,
header .headerItem,
header .headerItem .dhSideMenu .bar:after,
header .headerItem .dhSideMenu .bar:before,
header .headerItem .flexWrap img,
header .logo img,
header .menu .submenu .aWrap .icon,
header .menu > li > span > a:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
body {
    background-color: #fff;
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
}
body.loadingOverflow,
body.overflow,
body.popwinOverflow {
    overflow: hidden;
}
address {
    font-style: normal;
}
a {
    color: #111111;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    color: #00769d;
}
div.titan {
    display: none;
}
[class*="col-"] {
    float: left;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
@media (max-width: 480px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float: none;
        width: 100%;
    }
}
.btn_color1 {
    color: #fff;
    background-color: #00769d;
}
.btn_color1:hover {
    background-color: #01a8ed;
}
.btn_color2 {
    color: #fff;
    background-color: #a0a0a0;
}
.btn_color2:hover {
    background-color: #999;
}
.btn1.center {
    text-align: center;
}
.btn1.full a {
    width: 100%;
    margin: 0;
}
.btn1 a {
    min-width: 190px;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin: 5px;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.btn1 a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #00769d;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
    border-color: #00769d;
}
.btn1 a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.btn1 a.white {
    background-color: #fff;
    border: 1px solid #68a9b1;
    color: #68a9b1;
}
.btn1 a.white:after {
    background-color: #68a9b1;
}
.btn1 a.white:hover {
    color: #fff;
}
button,
input[type="password"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    padding: 0;
    margin: 0;
}
textarea {
    resize: vertical;
}
.outerWrap {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 55px;
        padding-bottom: -webkit-calc(55px + env(safe-area-inset-bottom));
        padding-bottom: -moz-calc(55px + env(safe-area-inset-bottom));
        padding-bottom: calc(55px + env(safe-area-inset-bottom));
    }
}
.wrap {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    -o-transition-property: top, opacity, visibility;
    -moz-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.moduleBox.show {
    opacity: 1;
    visibility: visible;
}
.moduleBox.show .moduleWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.moduleBox .moduleWrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    pointer-events: auto;
    padding-top: 60px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.moduleBox .moduleContent {
    width: 100%;
    max-height: -webkit-calc(90vh - 50px);
    max-height: -moz-calc(90vh - 50px);
    max-height: calc(90vh - 50px);
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
@media (max-width: 640px) {
    .moduleBox .moduleContent {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.moduleBox .moduleTitle {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: center;
}
.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    background-color: #00769d;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.moduleBox .moduleClose:after,
.moduleBox .moduleClose:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -0.5px;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.moduleBox .moduleClose:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.moduleBox .moduleClose:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
    background-color: #00769d;
}
.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cartArea .moduleWrap {
    max-width: 480px;
}
.cartArea .text {
    color: #373737;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
}
.cartArea .text b {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #00769d;
}
.cartArea .cart {
    border-top: 2px solid #00769d;
    border-bottom: 2px solid #b4b4b4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cartArea .buyList li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.cartArea .buyList li:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #d5d5d5;
}
.cartArea .buyList .Img {
    width: 90px;
}
.cartArea .buyList .Img img {
    display: block;
    width: 100%;
}
.cartArea .buyList .Txt {
    position: relative;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 15px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.cartArea .buyList h3 {
    width: 100%;
    margin-bottom: 3px;
}
.cartArea .buyList h3 a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.cartArea .buyList .spec {
    color: #6a6a6a;
    margin-bottom: 3px;
}
.cartArea .buyList .del {
    position: absolute;
    right: 0;
    top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: none;
    background-color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #5f5f5f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cartArea .buyList .del:hover {
    background-color: #00769d;
    color: #fff;
}
.cartArea .buyList .del svg {
    width: 15px;
    height: 18px;
}
.orderCheckArea .moduleWrap {
    max-width: 360px;
}
.orderCheckArea h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #222;
    text-align: left;
}
.orderCheckArea input[type="password"],
.orderCheckArea input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ccc;
}
.orderCheckArea a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}
.loginArea .moduleWrap {
    max-width: 360px;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
    display: none;
}
.loginArea input[type="password"],
.loginArea input[type="text"] {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
}
.loginArea .btn {
    margin-top: 15px;
    text-align: center;
}
.loginArea .btn a {
    display: inline-block;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
}
.loginArea .forget {
    clear: both;
    margin-top: 20px;
    font-size: 15px;
    color: #2f2f2f;
}
.loginArea .forget span {
    font-size: 13px;
    color: #e1e1e1;
}
.loginArea .forget strong a {
    font-weight: 400;
    color: #f93;
    text-decoration: underline;
}
.loginArea .forget b a {
    font-weight: 400;
    font-size: 18px;
    color: #09f;
    text-decoration: underline;
}
.loginArea .forgetCheck {
    display: none;
}
.loginArea .forgetCheck a.btn_relog {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: #09f;
    text-align: center;
    text-decoration: underline;
}
.searchArea .moduleWrap {
    max-width: 480px;
}
.searchArea .tab li {
    height: auto;
}
.searchArea .tab li:before {
    display: none;
}
.searchArea .tab li:first-of-type:after {
    display: none;
}
.searchArea .moduleTitle {
    font-size: 20px;
}
@media (max-width: 640px) {
    .searchArea .moduleTitle {
        font-size: 18px;
    }
}
@media (max-width: 400px) {
    .searchArea .moduleTitle {
        font-size: 16px;
    }
}
.searchArea .searchBox {
    margin: 30px 0;
    position: relative;
}
.searchArea .searchBox input {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a,
.searchArea .searchBox button {
    background-color: #00769d;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.searchArea .hotTagArea {
    padding-top: 10px;
}
.searchArea .hotTagList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.searchArea .hotTagList .item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #00769d;
    margin: 5px;
}
.searchArea .hotTagList .item .title a {
    color: #00769d;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding: 5px 10px;
}
@media (min-width: 1201px) {
    .searchArea .hotTagList .item .title a:hover {
        background-color: #00769d;
        color: #fff;
    }
}
@media (max-width: 640px) {
    .searchArea .hotTagList .item .title a {
        font-size: 14px;
    }
}
.cookieArea .moduleWrap {
    max-width: 480px;
}
.cookieArea .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
#closeCart,
#closeInquiry,
#closePrice {
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
}
@media (max-width: 480px) {
    #closeCart,
    #closeInquiry,
    #closePrice {
        font-size: 25px;
        top: 5px;
    }
}
.loadingArea {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.loadingArea .loadLogo {
    width: 260px;
    position: relative;
}
@media (max-width: 1180px) {
    .loadingArea .loadLogo {
        width: 180px;
    }
}
@media (max-width: 640px) {
    .loadingArea .loadLogo {
        width: 120px;
    }
}
.loadingArea .loadLogo img.logo {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.loadingArea .loadLogo .waveBox {
    width: 170px;
    height: 70px;
    height: 0px;
    overflow: hidden;
    padding-top: 20px;
    position: absolute;
    top: auto;
    left: -webkit-calc(50% - 85px);
    left: -moz-calc(50% - 85px);
    left: calc(50% - 85px);
    bottom: -webkit-calc(50% - 15px);
    bottom: -moz-calc(50% - 15px);
    bottom: calc(50% - 15px);
    right: auto;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    -moz-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}
@media (max-width: 1180px) {
    .loadingArea .loadLogo .waveBox {
        width: 120px;
        left: -webkit-calc(50% - 60px);
        left: -moz-calc(50% - 60px);
        left: calc(50% - 60px);
    }
}
@media (max-width: 640px) {
    .loadingArea .loadLogo .waveBox {
        width: 80px;
        left: -webkit-calc(50% - 40px);
        left: -moz-calc(50% - 40px);
        left: calc(50% - 40px);
    }
}
.loadingArea .loadLogo .waveBox .wave {
    display: block;
    width: 100%;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00683d;
}
.loadingArea .loadLogo .waveBox .wave:before {
    content: "";
    background-image: url(../images/logo_wave.svg);
    background-position: left top;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    width: 200%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    -moz-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transition: 2s left;
    -o-transition: 2s left;
    -moz-transition: 2s left;
    transition: 2s left;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.loadingArea.show {
    opacity: 1;
    pointer-events: auto;
}
.loadingArea.show .loadLogo img.logo {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.loadingArea.show .waveBox {
    height: 65px;
    opacity: 1;
}
@media (max-width: 1180px) {
    .loadingArea.show .waveBox {
        height: 50px;
    }
}
@media (max-width: 640px) {
    .loadingArea.show .waveBox {
        height: 40px;
    }
}
.loadingArea.show .waveBox .wave:before {
    left: -35%;
}
.loadingArea.hide {
    opacity: 0;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 50;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
    header {
        display: none;
    }
}
header .wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
}
header .logo {
    width: 366px;
    padding-left: 100px;
}
@media (max-width: 1500px) {
    header .logo {
        width: 335px;
        padding-left: 20px;
    }
}
header .logo a {
    display: block;
    width: 305px;
    height: 65px;
}
@media (min-width: 1201px) {
    header .logo a:hover img {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
header .logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
header .menuBox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 105px;
    padding-right: 20px;
}
@media (max-width: 1800px) {
    header .menuBox {
        padding: 0 20px;
    }
}
@media (max-width: 1500px) {
    header .menuBox {
        padding: 0 10px;
    }
}
@media (max-width: 1280px) {
    header .menuBox {
        padding: 0 0px;
    }
}
header .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header .menu > li {
    position: relative;
    display: block;
    padding: 0 16px;
}
@media (max-width: 1800px) {
    header .menu > li {
        padding: 0 10px;
    }
}
@media (max-width: 1600px) {
    header .menu > li {
        padding: 0 5px;
    }
}
@media (max-width: 1400px) {
    header .menu > li {
        padding: 0 3px;
    }
}
@media (min-width: 1201px) {
    header .menu > li:hover > span > a:before {
        width: 50%;
    }
}
header .menu > li > span > a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 24px;
    padding: 28px 10px;
    position: relative;
}
@media (max-width: 1280px) {
    header .menu > li > span > a {
        font-size: 15px;
        padding: 28px 5px;
    }
}
header .menu > li > span > a:before {
    content: "";
    display: block;
    width: 0px;
    height: 4px;
    background-color: #00769d;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
header .menu > li > span > a.current:before {
    width: 50%;
}
header .menu .submenuBox {
    background-color: #f1f7f9;
    display: none;
    width: 100vw;
    padding: 50px 0 40px;
    position: fixed;
    left: 0;
    top: 80px;
    text-align: center;
    z-index: 99;
    pointer-events: none;
}
header .menu .submenuBox.show {
    pointer-events: auto;
}
header .menu .submenuBox .wrap {
    max-width: 1390px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .menu .submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
header .menu .submenu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 20px 0;
}
header .menu .submenu li:first-of-type a:before {
    display: none;
}
header .menu .submenu a {
    display: block;
    position: relative;
    padding: 25px 10px 0;
}
header .menu .submenu a:before {
    content: "";
    display: block;
    width: 1px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}
@media (min-width: 1201px) {
    header .menu .submenu a:hover .aWrap .title {
        color: #00769d;
    }
    header .menu .submenu a:hover .aWrap .icon {
        background-color: #00769d;
    }
    header .menu .submenu a:hover .aWrap .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    header .menu .submenu a:hover .aWrap .circleArrow {
        -webkit-animation: arrowMoveRight 0.8s infinite ease-out;
        -moz-animation: arrowMoveRight 0.8s infinite ease-out;
        -o-animation: arrowMoveRight 0.8s infinite ease-out;
        animation: arrowMoveRight 0.8s infinite ease-out;
    }
}
header .menu .submenu .aWrap {
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
}
header .menu .submenu .aWrap .title {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 2;
}
header .menu .submenu .aWrap .icon {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 15px auto;
    padding: 14px;
}
header .menu .submenu .aWrap .icon img {
    display: block;
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
header .menu .submenu .aWrap .text {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 18px;
}
header .menu .submenu .aWrap .circleArrow {
    background-color: #02b3ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 10px auto 0px;
    position: relative;
}
header .menu .submenu .aWrap .circleArrow:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 1.5px);
    top: -moz-calc(50% - 1.5px);
    top: calc(50% - 1.5px);
    left: -webkit-calc(50% - 4px);
    left: -moz-calc(50% - 4px);
    left: calc(50% - 4px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
header .menu .submenu .aWrap .circleArrow:after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% + 1.5px);
    top: -moz-calc(50% + 1.5px);
    top: calc(50% + 1.5px);
    left: -webkit-calc(50% - 4px);
    left: -moz-calc(50% - 4px);
    left: calc(50% - 4px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
header .rightBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 377px;
    height: 80px;
}
header .headerItem {
    width: 100px;
    height: 80px;
    color: #fff;
}
@media (min-width: 1201px) {
    header .headerItem:hover {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }
    header .headerItem:hover img {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
header .headerItem.searchWidth {
    width: 77px;
}
header .headerItem:first-child {
    background-color: #00769d;
}
header .headerItem:nth-child(2) {
    background-color: #565656;
}
header .headerItem:nth-child(3) {
    background-color: #00b4ff;
}
header .headerItem:nth-child(4) {
    background-color: #414141;
}
@media (min-width: 1201px) {
    header .headerItem:nth-child(4):hover {
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5);
    }
}
header .headerItem:nth-child(5) {
    background-color: #ffffff;
    -webkit-box-shadow: 5px -5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px -5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 5px -5px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
    header .headerItem:nth-child(5):hover {
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9);
    }
}
header .headerItem span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: 24px;
}
header .headerItem .flexWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
header .headerItem .flexWrap img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 5px;
}
header .headerItem .langBox {
    width: 100%;
    height: 100%;
    position: relative;
}
header .headerItem .langBox .subLangBox {
    background-color: #6e6e6e;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
}
header .headerItem .langBox .subLangBox .lang {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 10px 0 10px;
    text-align: center;
}
header .headerItem .langBox .subLangBox .lang.current {
    background-color: rgba(0, 180, 255, 0.5);
}
@media (min-width: 1201px) {
    header .headerItem .langBox .subLangBox .lang:hover {
        color: #00769d;
    }
}
header .headerItem .dhSideMenu .bar {
    background-color: #fff;
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 auto;
    position: relative;
}
header .headerItem .dhSideMenu .bar:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}
header .headerItem .dhSideMenu .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -12px;
    right: auto;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
header .headerItem .dhSideMenu.open .bar {
    background-color: transparent;
}
header .headerItem .dhSideMenu.open .bar:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: calc(50% - 13px);
}
header .headerItem .dhSideMenu.open .bar:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: calc(50% - 13px);
}
header .loginBox {
    position: relative;
    z-index: 1;
}
header .loginBox > a:before {
    content: "‧";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
header .loginBox .submenu {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 130%;
    width: 160px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
header .loginBox .submenu a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
header .loginBox .submenu a:not(:last-child) {
    border-bottom: 1px solid #eee;
}
header .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}
header .searchBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
header .searchBox input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-family: "微軟正黑體";
    background-color: #fafafa;
}
header .searchBox a {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #00769d;
}
.dhSideArea {
    width: 100%;
    max-width: 377px;
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    background-color: #00769d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding: 40px 50px 40px 60px;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 99;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
@media (max-width: 1180px) {
    .dhSideArea {
        max-width: 50%;
        height: -webkit-calc(100vh - 55px);
        height: -moz-calc(100vh - 55px);
        height: calc(100vh - 55px);
        top: 55px;
        padding: 0px;
    }
}
@media (max-width: 840px) {
    .dhSideArea {
        max-width: 100%;
    }
}
.dhSideArea.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.dhSideArea .dhSideBox {
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.dhSideArea .dhSideBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.dhSideArea .dhSideBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.dhSideArea .dhSideBox::-webkit-scrollbar-thumb {
    background: #00769d;
}
@media (max-width: 1180px) {
    .dhSideArea .dhSideBox {
        height: 100%;
    }
}
.dhSideArea .itemBox {
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 1180px) {
    .dhSideArea .itemBox {
        margin-bottom: 0px;
    }
}
@media (max-width: 1180px) {
    .dhSideArea .itemBox .menuBox {
        padding: 35px 20px 40px;
    }
}
.dhSideArea .funcBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1181px) {
    .dhSideArea .funcBox.mShow {
        display: none;
        opacity: 0;
        pointer-events: none;
    }
}
.dhSideArea .funcBox .headerItem {
    width: 33.33%;
    height: 80px;
}
.dhSideArea .funcBox .headerItem:first-child {
    background-color: #565656;
}
.dhSideArea .funcBox .headerItem:nth-child(2) {
    background-color: #00769d;
}
.dhSideArea .funcBox .headerItem:nth-child(3) {
    background-color: #01a8ed;
}
.dhSideArea .funcBox .langBox {
    width: 100%;
    height: 100%;
    position: relative;
}
.dhSideArea .funcBox .langBox .subLangBox {
    background-color: #6e6e6e;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    z-index: 2;
}
.dhSideArea .funcBox .langBox .subLangBox .lang {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 10px 0 10px;
    text-align: center;
}
.dhSideArea .funcBox .langBox .subLangBox .lang.current {
    background-color: #00b4ff;
}
@media (min-width: 1201px) {
    .dhSideArea .funcBox .langBox .subLangBox .lang:hover {
        color: #00769d;
    }
}
.dhSideArea .funcBox .flexWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.dhSideArea .funcBox .flexWrap img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 5px;
}
.dhSideArea .funcBox .flexWrap span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: 24px;
}
.dhSideArea .bottomBox {
    padding: 10px 20px;
}
@media (min-width: 1181px) {
    .dhSideArea .bottomBox.mShow {
        display: none;
        opacity: 0;
        pointer-events: none;
    }
}
.dhSideArea .bottomBox .infoList {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    padding-bottom: 20px;
}
.dhSideArea .bottomBox .infoList li {
    padding-bottom: 15px;
}
.dhSideArea .bottomBox .infoList a,
.dhSideArea .bottomBox .infoList span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.8;
}
.dhSideArea .bottomBox .infoList a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    line-height: 1.4;
    padding-top: 3px;
}
.dhMenu {
    padding-right: 10px;
}
.dhMenu > li {
    position: relative;
    display: block;
}
.dhMenu > li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 24px 0px;
    position: relative;
    text-align: right;
}
.dhMenu > li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}
.dhMenu > li a.current,
.dhMenu > li a:hover {
    color: #00769d;
}
.dhMenu > li.dropDown:before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 33px;
    left: 14px;
    bottom: auto;
    right: auto;
}
.dhMenu > li.dropDown:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 22px;
    bottom: auto;
    right: auto;
}
.dhMenu > li.dropDown.open:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.dhMenu .submenu {
    display: none;
    position: relative;
    z-index: 99;
}
.dhMenu .submenu a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 15px 20px;
}
.dhMenu .submenu a.current,
.dhMenu .submenu a:hover {
    color: #fff;
    background-color: #00769d;
}
.dhMenu .submenu .hasSecM {
    position: relative;
}
.dhMenu .submenu .hasSecM:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}
.dhMenu .submenu .hasSecM > a {
    padding-left: 20px;
    position: relative;
}
.dhMenu .submenu .hasSecM > a:before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 14px;
    bottom: auto;
    right: auto;
}
.dhMenu .submenu .hasSecM > a:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 17px;
    left: 22px;
    bottom: auto;
    right: auto;
}
.dhMenu .submenu .hasSecM ul {
    display: none;
    background-color: rgba(255, 255, 255, 0.2);
}
.dhMenu .submenu .hasSecM.open > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.dhSideAreaMask {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.dhSideAreaMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    -moz-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
}
@media (min-width: 1181px) {
    .m_menu {
        display: none;
    }
}
.m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}
.m_menu .m_logo {
    padding-left: 20px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_menu .m_logo img {
    display: block;
    width: 220px;
}
.m_menu .controlBox {
    position: relative;
    z-index: 99;
    height: 55px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.m_menu .controlBox .searchItem {
    background-color: #00769d;
    width: 55px;
    height: 55px;
    margin-left: auto;
}
.m_menu .controlBox .searchItem span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: 24px;
}
.m_menu .controlBox .searchItem .flexWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.m_menu .controlBox .searchItem .flexWrap img {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin: 0 auto 5px;
}
.m_menu .controlBox .dhSideMenuBox {
    background-color: #00769d;
    width: 55px;
    height: 55px;
    position: relative;
}
.m_menu .controlBox .dhSideMenuBox .dhSideMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.m_menu .controlBox .dhSideMenuBox .dhSideMenu .bar {
    background-color: #fff;
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    position: relative;
}
.m_menu .controlBox .dhSideMenuBox .dhSideMenu .bar:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}
.m_menu .controlBox .dhSideMenuBox .dhSideMenu .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -10px;
    right: auto;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
.m_menu .controlBox .dhSideMenuBox .dhSideMenu.open .bar {
    background-color: transparent;
}
.m_menu .controlBox .dhSideMenuBox .dhSideMenu.open .bar:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: calc(50% - 13px);
}
.m_menu .controlBox .dhSideMenuBox .dhSideMenu.open .bar:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: calc(50% - 13px);
}
.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bannerArea .wrap {
    max-width: 100%;
    padding: 0;
}
.bannerArea .bannerItem {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.bannerArea .bannerLink {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannerArea .Img {
    width: 100%;
}
.bannerArea .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bannerArea .Txt {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: -100%;
    padding: 40px 20px 60px;
    position: relative;
    text-align: center;
    z-index: 2;
    text-shadow: 0px 0px 10px #222;
}
.bannerArea .Txt .titleBox.bottomLine {
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.bannerArea .Txt .titleBox.bottomLine:before {
    background-color: #fff;
    width: 85px;
}

@media (max-width: 640px) {
    .bannerArea .Txt .titleBox.bottomLine {
    padding-bottom: 15px;
    margin-bottom: 10px;
    }
}
footer {
    padding: 80px 0 0;
    background-color: #00769d;
}
@media (max-width: 1180px) {
    footer {
        padding: 60px 0 0;
    }
}
@media (max-width: 640px) {
    footer {
        padding: 44px 0 0;
    }
}
@media (max-width: 400px) {
    footer {
        padding: 30px 0 0;
    }
}
footer .topBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
}
footer .topBox:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}
@media (max-width: 1180px) {
    footer .topBox {
        padding-bottom: 10px;
    }
    footer .topBox:before {
        display: none;
    }
}
footer .downLogo {
    width: 100%;
    max-width: 235px;
    margin-bottom: 15px;
}
@media (max-width: 1180px) {
    footer .downLogo {
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    footer .downLogo {
        max-width: 235px;
    }
}
footer .downLogo img {
    width: 100%;
    display: block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (min-width: 1201px) {
    footer .downLogo:hover img {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
footer .footerMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
}
@media (max-width: 1180px) {
    footer .footerMenu {
        display: none;
    }
}
footer .footerMenu li {
    padding: 0 10px;
}
footer .footerMenu li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.68;
    padding: 10px;
    position: relative;
}
footer .footerMenu li a:before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 1201px) {
    footer .footerMenu li a:hover:before {
        width: 30px;
    }
}
@media (min-width: 1201px) {
    footer .footerMenu li:hover a {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
footer .midBox {
    padding: 27px 0 80px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1180px) {
    footer .midBox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0px 0 70px;
    }
}
@media (max-width: 640px) {
    footer .midBox {
        padding: 0px 0 56px;
    }
}
footer .baseBox {
    width: 50%;
    padding-right: 20px;
}
footer .baseBox .baseTitle {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 24px;
}
@media (max-width: 1180px) {
    footer .baseBox {
        width: 100%;
        padding-right: 0;
    }
}
footer .infoList {
    padding-top: 22px;
}
@media (max-width: 1180px) {
    footer .infoList {
        padding-top: 20px;
    }
}
footer .infoList li {
    padding: 6px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
footer .infoList li a,
footer .infoList li span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 20px;
    position: relative;
}
footer .infoList li span {
    width: 215px;
    padding-right: 15px;
}
footer .infoList li a {
    max-width: -webkit-calc(100% - 215px);
    max-width: -moz-calc(100% - 215px);
    max-width: calc(100% - 215px);
    font-weight: 400;
}
@media (min-width: 1201px) {
    footer .infoList li a:hover {
        color: #fff;
    }
}
@media (max-width: 1180px) {
    footer .infoList li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .infoList li span {
        padding-right: 0;
    }
}
@media (max-width: 640px) {
    footer .infoList li a,
    footer .infoList li span {
        width: 100%;
        padding-bottom: 10px;
        max-width: 100%;
    }
    footer .infoList li a {
        opacity: 0.8;
    }
}
footer .rightBox {
    width: 50%;
    max-width: 554px;
    padding-top: 3px;
}
@media (max-width: 1180px) {
    footer .rightBox {
        width: 100%;
        padding: 34px 0 0;
        max-width: 100%;
    }
}
footer .socialBox {
    margin-right: -5px;
    /*padding-bottom: 50px;*/
}
footer .socialBox .socialList {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 640px) {
    footer .socialBox {
        margin-right: 0;
        margin-left: -5px;
    }
    footer .socialBox .socialList {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
footer .langBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    padding-bottom: 10px;
    position: relative;
}
@media (max-width: 440px) {
    footer .langBox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
}
footer .langBox:before {
    content: "";
    display: block;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}
footer .langBox span {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
}
@media (max-width: 440px) {
    footer .langBox span {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
}
footer .langBox a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
}
footer .langBox a.current {
    color: #fff;
}
@media (max-width: 440px) {
    footer .langBox a {
        width: 33.33%;
        text-align: center;
    }
}
@media (max-width: 400px) {
    footer .langBox a {
        font-size: 14px;
    }
}
footer .btnWrapBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    margin-left: -5px;
}
@media (max-width: 640px) {
    footer .btnWrapBox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        padding-top: 30px;
    }
}
footer .btnWrapBox .btnWrap {
    margin-left: 5px;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 640px) {
    footer .btnWrapBox .btnWrap {
        margin: 10px 0 0;
    }
}
.socialList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.socialList li {
    aspect-ratio: 1/1;
    background-color: #1492bc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 5px;
}
.socialList a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}
.socialList a svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    fill: #fff;
    margin-top: -2px;
    vertical-align: middle;
}
.socialList a:hover {
    color: #00769d;
}
.socialList a:hover svg {
    fill: #00769d;
}
.copyrightBox {
    padding: 25px 0;
    background-color: #363636;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
}
.copyrightBox .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 840px) {
    .copyrightBox .wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}
.copyrightBox .footerInfo {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
@media (max-width: 840px) {
    .copyrightBox .footerInfo {
        width: 100%;
        padding-top: 10px;
    }
    .copyrightBox .footerInfo span {
        display: block;
    }
}
@media (max-width: 840px) {
    .copyrightBox .privacyBtn {
        width: 100%;
        margin-top: 10px;
    }
}
.copyrightBox .privacyBtn a {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    letter-spacing: 0.8px;
}
@media (min-width: 1201px) {
    .copyrightBox .privacyBtn a:hover {
        color: #00769d;
    }
}
.copyrightBox .privacyBtn a + a {
    margin-left: 10px;
}
.privacyArea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 40px 0 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    -webkit-transition: all 0.6s 0.1s;
    -o-transition: all 0.6s 0.1s;
    -moz-transition: all 0.6s 0.1s;
    transition: all 0.6s 0.1s;
}
.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.privacyArea .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.privacyArea .text {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.privacyArea .text a {
    color: #00769d;
    display: inline-block;
    text-decoration: underline;
}
.privacyArea .text a:hover {
    color: #00769d;
}
.privacyArea .btnWrap {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .privacyArea .wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .privacyArea .text {
        width: 100%;
    }
}
.social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
}
@media (max-width: 480px) {
    .social {
        width: 100%;
    }
}
.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #929292;
    text-align: center;
}
.social a:hover {
    opacity: 0.8;
}
.fixedQuickLink {
    width: 100%;
    background-color: #00769d;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}
@media (min-width: 1181px) {
    .fixedQuickLink {
        display: none;
    }
}
.fixedQuickLink ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.fixedQuickLink li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fixedQuickLink li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.fixedQuickLink a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    font-size: 13px;
    padding: 0 5px;
    text-align: center;
}
.fixedQuickLink i {
    margin-bottom: 5px;
}
.adminPreviewArea {
    max-width: 320px;
    border: 4px solid #ffe2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fdc9c9;
    color: #000;
    padding: 20px;
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 99999;
}
.adminPreviewArea a {
    text-decoration: underline;
}
.adminLoginArea {
    width: 100%;
    background-color: rgba(180, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
}
.adminLoginArea p {
    padding: 20px 15px;
}
.titleBox {
    position: relative;
    margin-bottom: 30px;
}
.titleBox.center {
    text-align: center;
}
.titleBox.center.bottomLine:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.titleBox.bottomLine {
    padding-bottom: 40px;
    position: relative;
}
.titleBox.bottomLine:before {
    content: "";
    display: block;
    width: 110px;
    height: 6px;
    background-color: #00769d;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}
@media (max-width: 1180px) {
    .titleBox.bottomLine {
        padding-bottom: 33px;
    }
}
.titleBox.white:before {
    background-color: #fff;
}
.titleBox.white .titleTw {
    color: #fff;
}
.titleTw.areaTitle {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}
@media (max-width: 1440px) {
    .titleTw.areaTitle {
        font-size: 44px;
    }
}
@media (max-width: 1180px) {
    .titleTw.areaTitle {
        font-size: 38px;
    }
}
@media (max-width: 840px) {
    .titleTw.areaTitle {
        font-size: 34px;
    }
}
@media (max-width: 640px) {
    .titleTw.areaTitle {
        font-size: 30px;
    }
}
.titleTw.unitAreaTitle {
    color: #383838;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}
@media (max-width: 1440px) {
    .titleTw.unitAreaTitle {
        font-size: 38px;
    }
}
@media (max-width: 1180px) {
    .titleTw.unitAreaTitle {
        font-size: 36px;
    }
}
@media (max-width: 840px) {
    .titleTw.unitAreaTitle {
        font-size: 32px;
    }
}
@media (max-width: 640px) {
    .titleTw.unitAreaTitle {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    .titleTw.unitAreaTitle {
        font-size: 26px;
    }
}
.titleTw.bannerTitle {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.96px;
    line-height: 1.4;
}
@media (max-width: 1440px) {
    .titleTw.bannerTitle {
        font-size: 44px;
    }
}
@media (max-width: 1180px) {
    .titleTw.bannerTitle {
        font-size: 40px;
    }
}
@media (max-width: 840px) {
    .titleTw.bannerTitle {
        font-size: 36px;
    }
}
@media (max-width: 640px) {
    .titleTw.bannerTitle {
        font-size: 32px;
    }
}
@media (max-width: 400px) {
    .titleTw.bannerTitle {
        font-size: 30px;
    }
}
.bannerSubtitle {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.58;
}
@media (max-width: 1440px) {
    .bannerSubtitle {
        font-size: 22px;
    }
}
@media (max-width: 1180px) {
    .bannerSubtitle {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .bannerSubtitle {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media (max-width: 400px) {
    .bannerSubtitle {
        font-size: 16px;
    }
}
.paragraphTitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.58;
    padding-bottom: 15px;
}
@media (max-width: 1280px) {
    .paragraphTitle {
        font-size: 22px;
    }
}
@media (max-width: 960px) {
    .paragraphTitle {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .paragraphTitle {
        font-size: 18px;
    }
}
.paragraphTitle.white {
    color: #fff;
}
.expStyle {
    color: rgba(56, 56, 56, 0.9);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.875;
}
@media (max-width: 1180px) {
    .expStyle {
        font-weight: 500;
        letter-spacing: 0.5px;
    }
}
@media (max-width: 640px) {
    .expStyle {
        letter-spacing: 0.32px;
    }
}
@media (max-width: 400px) {
    .expStyle {
        font-size: 15px;
    }
}
.expStyle.compression {
    color: rgba(43, 43, 43, 0.8);
    letter-spacing: 0.32px;
    line-height: 1.625;
}
.expStyle.white {
    color: #fff;
}
.articleBox {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding: 20px 0;
}
.articleTitle {
    color: #242424;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1;
}
@media (max-width: 1180px) {
    .articleTitle {
        font-size: 26px;
    }
}
@media (max-width: 840px) {
    .articleTitle {
        font-size: 24px;
    }
}
@media (max-width: 640px) {
    .articleTitle {
        font-size: 20px;
    }
}
.sectionTitle {
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: 400;
    font-size: 15px;
    color: #242424;
}
.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}
.sectionTitle a {
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btnWrap {
    width: 300px;
}
@media (max-width: 1180px) {
    .btnWrap {
        width: 250px;
    }
}
@media (max-width: 640px) {
    .btnWrap {
        width: 215px;
    }
}
.btnWrap a {
    background-color: #00769d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}
.btnWrap .btnText {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 27px;
    position: relative;
    text-align: center;
}
@media (max-width: 1180px) {
    .btnWrap .btnText {
        line-height: 20px;
    }
}
.btnWrap.white a {
    background-color: #fff;
}
.btnWrap.white .btnText {
    color: #1492bc;
}
.btnWrap.arrowRight a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 40px;
}
.btnWrap.arrowRight a:before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background-color: #01a8ed;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
}
@media (min-width: 1201px) {
    .btnWrap.arrowRight a:hover:before {
        width: 100%;
        left: 0;
        right: auto;
    }
    .btnWrap.arrowRight a:hover .arrowCircle {
        -webkit-animation: arrowMoveRight 0.6s infinite ease-out;
        -moz-animation: arrowMoveRight 0.6s infinite ease-out;
        -o-animation: arrowMoveRight 0.6s infinite ease-out;
        animation: arrowMoveRight 0.6s infinite ease-out;
    }
    .btnWrap.arrowRight a:hover .arrowCircle:after,
    .btnWrap.arrowRight a:hover .arrowCircle:before {
        background-color: #01a8ed;
    }
}
.btnWrap.arrowRight .btnText {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 27px;
}
@media (max-width: 1180px) {
    .btnWrap.arrowRight .btnText {
        line-height: 20px;
    }
}
.btnWrap .arrowCircle {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    display: inline-block;
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    left: auto;
    bottom: auto;
    right: 15px;
}
.btnWrap .arrowCircle:before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #00769d;
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnWrap .arrowCircle:after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #00769d;
    position: absolute;
    top: -webkit-calc(50% + 2px);
    top: -moz-calc(50% + 2px);
    top: calc(50% + 2px);
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrowBox {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
}
@media (max-width: 840px) {
    .arrowBox {
        width: 58px;
        height: 58px;
    }
}
.arrowBox.arrowNext .arrow {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.arrowBox .arrow {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.arrowBox .arrow:before {
    content: "";
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}
.arrowBox.helf {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
}
.arrowBox.helf .helfArrow {
    position: relative;
    width: 100%;
    height: 100%;
}
.arrowBox.helf .helfArrow:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #01a8ed;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.arrowBox.helf .helfArrow:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #01a8ed;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    left: auto;
    bottom: auto;
    right: 5px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}
.arrowBox.green {
    background-color: #00769d;
}
.arrowBox.green .arrow:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (min-width: 1201px) {
    .arrowBox:hover {
        background-color: #00769d;
    }
    .arrowBox:hover .arrow:before {
        -webkit-animation: arrowMoveLeft 0.6s infinite ease-out;
        -moz-animation: arrowMoveLeft 0.6s infinite ease-out;
        -o-animation: arrowMoveLeft 0.6s infinite ease-out;
        animation: arrowMoveLeft 0.6s infinite ease-out;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .arrowBox:hover.helf {
        background-color: transparent;
    }
    .arrowBox:hover.helf .helfArrow {
        -webkit-animation: arrowMoveRight 0.6s infinite ease-out;
        -moz-animation: arrowMoveRight 0.6s infinite ease-out;
        -o-animation: arrowMoveRight 0.6s infinite ease-out;
        animation: arrowMoveRight 0.6s infinite ease-out;
    }
    .arrowBox:hover.green {
        background-color: #01a8ed;
    }
}
@-webkit-keyframes arrowMoveLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes arrowMoveLeft {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -moz-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes arrowMoveLeft {
    0% {
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    to {
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes arrowMoveLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes arrowMoveRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes arrowMoveRight {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }
    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes arrowMoveRight {
    0% {
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
    to {
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes arrowMoveRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 840px) {
    .textEditor .Img.hasMPic > .pcImg {
        display: none;
    }
}
@media (min-width: 841px) {
    .textEditor .Img.hasMPic > .mobileImg {
        display: none;
    }
}
.mainArea {
    background-color: #f2f7fa;
    padding-bottom: 80px;
}
@media (max-width: 840px) {
    .mainArea {
        padding-bottom: 60px;
    }
}
@media (max-width: 400px) {
    .mainArea {
        padding-bottom: 40px;
    }
}
.mainArea404 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mainArea404 .top {
    max-width: 380px;
    color: #00769d;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 10vh;
}
.mainArea404 .midBox {
    padding: 50px 40px;
    max-width: 780px;
    margin: 0 auto;
}
.mainArea404 .unitList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mainArea404 .unitList li {
    display: block;
    padding: 10px 20px;
}
.mainArea404 .unitList a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.25;
    padding: 10px;
}
@media (max-width: 768px) {
    .mainArea404 {
        height: 50vh;
        min-height: 350px;
    }
    .mainArea404 .top {
        font-size: 24px;
    }
}
.mainArea .contentBox {
    padding-top: 60px;
}
@media (max-width: 640px) {
    .mainArea .contentBox {
        padding-top: 40px;
    }
}
.bread {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px 0;
}
.bread .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
}
.bread .wrap a {
    color: #a9a9a9;
}
.bread .wrap a:hover {
    color: #00769d;
}
.bread .wrap span {
    color: #666;
}
.bread .wrap a + span,
.bread .wrap span + a {
    padding-left: 25px;
    position: relative;
}
.bread.arrow .wrap a + span,
.bread.arrow .wrap span + a {
    padding-left: 25px;
    position: relative;
}
.bread.arrow .wrap a + span:before,
.bread.arrow .wrap span + a:before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + span,
.bread.verticalLine .wrap span + a {
    padding-left: 20px;
    position: relative;
}
.bread.verticalLine .wrap a + span:before,
.bread.verticalLine .wrap span + a:before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #a9a9a9;
    position: absolute;
    top: 10%;
    left: 10px;
    z-index: 1;
}
.bread.horizontalLine .wrap a + span,
.bread.horizontalLine .wrap span + a {
    padding-left: 25px;
    position: relative;
}
.bread.horizontalLine .wrap a + span:before,
.bread.horizontalLine .wrap span + a:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #a9a9a9;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 1;
}
@media (max-width: 768px) {
    .bread {
        display: none;
    }
}
table.breakpoint > tbody > tr > td.expand {
    background: url("../images/plus.png") no-repeat 5px center;
    cursor: pointer;
    padding-left: 40px;
}
@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes aniSlideLeft {
    0% {
        -moz-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-o-keyframes aniSlideLeft {
    0% {
        -o-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.classBox {
    position: relative;
    z-index: 4;
}
@media (max-width: 1180px) {
    .classBox {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}
.classBox .classCurrent {
    background-color: transparent;
    border: 1px solid #01a8ed;
    color: #01a8ed;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 30px;
    padding: 12px 35px;
    position: relative;
    text-align: center;
}
@media (max-width: 640px) {
    .classBox .classCurrent {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 400px) {
    .classBox .classCurrent {
        font-size: 15px;
    }
}
.classBox .classCurrent:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #01a8ed;
    border-right: 1px solid #01a8ed;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 15px;
}
@media (min-width: 1181px) {
    .classBox .classCurrent {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}
.classBoxRow {
    background-color: #fff;
    position: relative;
}
@media (max-width: 1180px) {
    .classBoxRow {
        background-color: transparent;
        padding: 30px 0 0;
    }
}
@media (min-width: 1181px) {
    .classBoxRow .classLink {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .classBoxRow .classLink > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: -webkit-calc(100%/7);
        min-width: -moz-calc(100%/7);
        min-width: calc(100% / 7);
        position: relative;
        height: 64px;
    }
    .classBoxRow .classLink > li:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #ececec;
        max-height: 64px;
        position: absolute;
        top: 0;
        left: auto;
        bottom: auto;
        right: 0;
    }
    .classBoxRow .classLink > li:first-of-type:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #ececec;
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
    }
    .classBoxRow .classLink a {
        color: #4c4c4c;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 22px;
        height: 100%;
        padding: 10px 15px;
        text-align: center;
        max-height: 64px;
        overflow: hidden;
    }
}
@media (min-width: 1181px) and (max-width: 1440px) {
    .classBoxRow .classLink a {
        font-size: 16px;
    }
}
@media (min-width: 1181px) {
    .classBoxRow .classLink a.current,
    .classBoxRow .classLink a:hover {
        color: #fff;
        background-color: #00769d;
    }
}
.classBoxColumn {
    margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems:after,
.classBoxColumn .classLink .linkHasItems:before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
    background-color: #00769d;
    color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open:after,
.classBoxColumn .classLink .linkHasItems.open:before {
    background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open:after {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
    display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
    -moz-animation: aniSlideLeft 0.5s 0.3s ease-out both;
    -o-animation: aniSlideLeft 0.5s 0.3s ease-out both;
    animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
    background-color: #f8f8f8;
    color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
    background-color: #e5e5e5;
    color: #00769d;
}
@media (min-width: 1024px) {
    .classBoxColumn .classLink > li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .classBoxColumn .classLink ul {
        display: none;
    }
    .classBoxColumn .classLink ul li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .classBoxColumn .classLink a {
        color: #2f2f2f;
        display: block;
        line-height: 1.2;
        letter-spacing: 0.5px;
        padding: 18px 15px;
        position: relative;
    }
    .classBoxColumn .classLink a.current,
    .classBoxColumn .classLink a:hover {
        background-color: #00769d;
        color: #fff;
    }
    .classBoxColumn .classLink a.current:after,
    .classBoxColumn .classLink a.current:before,
    .classBoxColumn .classLink a:hover:after,
    .classBoxColumn .classLink a:hover:before {
        background-color: #fff;
    }
}
@media (max-width: 1180px) {
    .classBoxColumn .classLink,
    .classBoxRow .classLink {
        width: 100%;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        max-height: 70vh;
        overflow-y: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        top: 100%;
        left: 20px;
        z-index: 1;
        text-align: center;
    }
}
@media (max-width: 1180px) and (max-width: 840px) {
    .classBoxColumn .classLink,
    .classBoxRow .classLink {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        left: 20px;
    }
}
@media (max-width: 1180px) {
    .classBoxColumn .classLink.open,
    .classBoxRow .classLink.open {
        display: block;
    }
    .classBoxColumn .classLink > li:not(:first-child),
    .classBoxRow .classLink > li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .classBoxColumn .classLink > li > a.current,
    .classBoxRow .classLink > li > a.current {
        color: #01a8ed;
    }
    .classBoxColumn .classLink > li ul,
    .classBoxRow .classLink > li ul {
        display: none;
    }
    .classBoxColumn .classLink a,
    .classBoxRow .classLink a {
        color: #111111;
        background-color: #fff;
        display: block;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.9px;
        line-height: 1.66;
        padding: 14px 15px;
        position: relative;
    }
}
@media (max-width: 1180px) and (max-width: 640px) {
    .classBoxColumn .classLink a,
    .classBoxRow .classLink a {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 1180px) and (max-width: 400px) {
    .classBoxColumn .classLink a,
    .classBoxRow .classLink a {
        font-size: 15px;
    }
}
.classBox.green .classCurrent {
    border: 1px solid #00769d;
    color: #00769d;
}
.classBox.green .classCurrent:before {
    border-top: 1px solid #00769d;
    border-right: 1px solid #00769d;
}
@media (max-width: 1180px) {
    .classBox.green .classLink > li > a.current {
        color: #00769d;
    }
}
.classNote {
    color: rgba(56, 56, 56, 0.9);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.875;
    padding: 20px 0;
}
.pageBox {
    margin-top: 20px;
}
.pageBox .pageList {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 640px) {
    .pageBox .pageList {
        padding: 20px 0;
    }
}
.pageBox .pageList a {
    background-color: #fff;
    border: 1px solid #00769d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #00769d;
    display: block;
    font-size: 15px;
}
.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #00769d;
    border-bottom: 1px solid #00769d;
    display: block;
    position: absolute;
}
.pageBox .pageList a.prevBtn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
    border: 1px solid #00769d;
    background-color: #00769d;
    color: #fff;
}
.pageBox .pageList a:hover.nextBtn:before,
.pageBox .pageList a:hover.prevBtn:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pageBox .pageList.number.oval a {
    width: 50px;
}
.pageBox .pageList.number li {
    margin: 5px;
}
.pageBox .pageList.number a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: relative;
    text-align: center;
}
@media (max-width: 1180px) {
    .pageBox .pageList.number a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}
@media (max-width: 640px) {
    .pageBox .pageList.number a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}
.pageBox .pageList.number a.nextBtn:before,
.pageBox .pageList.number a.prevBtn:before {
    margin: auto;
    top: 0;
    bottom: 0;
}
.pageBox .pageList.number a.prevBtn:before {
    left: 5px;
    right: 0;
}
.pageBox .pageList.number a.nextBtn:before {
    left: 0;
    right: 5px;
}
.pageBox .pageList.number a.firstBtn:after,
.pageBox .pageList.number a.firstBtn:before,
.pageBox .pageList.number a.lastBtn:after,
.pageBox .pageList.number a.lastBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #00769d;
    border-bottom: 1px solid #00769d;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.pageBox .pageList.number a.firstBtn:after,
.pageBox .pageList.number a.firstBtn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn:before {
    left: -2px;
    right: 0;
}
.pageBox .pageList.number a.firstBtn:after {
    left: 12px;
    right: 0;
}
.pageBox .pageList.number a.lastBtn:after,
.pageBox .pageList.number a.lastBtn:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn:before {
    left: 0;
    right: -2px;
}
.pageBox .pageList.number a.lastBtn:after {
    left: 0;
    right: 12px;
}
.pageBox .pageList.number a.current {
    border: 1px solid #00769d;
    background-color: #00769d;
    color: #fff;
}
.pageBox .pageList.number a:hover.firstBtn:after,
.pageBox .pageList.number a:hover.firstBtn:before,
.pageBox .pageList.number a:hover.lastBtn:after,
.pageBox .pageList.number a:hover.lastBtn:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pageBox .pageList.prevnext {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pageBox .pageList.prevnext a {
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
}
.pageBox .pageList.prevnext a.nextBtn:before,
.pageBox .pageList.prevnext a.prevBtn:before {
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
    text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn:before {
    left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn:before {
    right: 15px;
}
@media (max-width: 768px) {
    .pageBox .pageList.prevnext a {
        width: 125px;
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .pageBox .pageList.prevnext li {
        width: -webkit-calc(100%/2 - 15px);
        width: -moz-calc(100%/2 - 15px);
        width: calc(100% / 2 - 15px);
    }
    .pageBox .pageList.prevnext a {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .pageBox .pageList.prevnext li {
        width: -webkit-calc(100%/2 - 10px);
        width: -moz-calc(100%/2 - 10px);
        width: calc(100% / 2 - 10px);
    }
}
.pageBox .pageList.prevnext.circle a {
    width: 45px;
    padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
    display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn:before {
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn:before {
    right: -webkit-calc(50% - 3px);
    right: -moz-calc(50% - 3px);
    right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.pageBox .pageList.oval a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.tagBox {
    padding: 20px 0;
}
.tagBox b {
    display: inline-block;
    margin-right: 10px;
}
.tagBox ul {
    display: inline-block;
}
.tagBox li {
    display: inline-block;
    margin-bottom: 5px;
}
.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #00769d;
    font-size: 13px;
    color: #00769d;
}
.tagBox a:hover {
    color: #fff;
    background-color: #00769d;
}
.tagBox a.current {
    color: #fff;
    background-color: #00769d;
}
.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}
.tabArea {
    background-color: #fff;
}
.tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
.tab li {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 64px;
}
.tab li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ececec;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
}
.tab li:first-of-type:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ececec;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}
.tab li.hide {
    display: none;
}
.tab a {
    color: #4c4c4c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    height: 100%;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}
@media (max-width: 840px) {
    .tab a {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 5px;
    }
}
@media (max-width: 640px) {
    .tab a {
        font-size: 14px;
        line-height: 16px;
    }
}
.tab a:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #00769d;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}
.tab a.current {
    color: #00769d;
}
.tab a.current:before {
    width: 100%;
    right: auto;
    left: 0;
}
@media (min-width: 1201px) {
    .tab a:hover {
        color: #00769d;
    }
}
.tabContentArea {
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
}
.tabContent {
    padding: 80px 0px;
}
@media (max-width: 1180px) {
    .tabContent {
        padding: 60px 0;
    }
}
@media (max-width: 840px) {
    .tabContent {
        padding: 40px 0;
    }
}
@media (max-width: 640px) {
    .tabContent {
        padding: 20px 0 40px;
    }
}
.tabContent .tabContentItem {
    display: none;
}
.side_menu {
    margin-bottom: 50px;
}
.side_menu li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.side_menu li > a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
}
.side_menu li > a.current {
    background-color: #8c8c8c;
    color: #fff;
}
.side_menu li > a b {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}
.side_menu dl {
    padding-left: 25px;
}
.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}
.side_menu dl a.current {
    color: #000;
    text-decoration: underline;
}
.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px;
}
.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
}
.side_album a {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
    -moz-box-shadow: 2px 2px 5px #c3c3c3;
    box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
    width: 100%;
    display: block;
}
.side_booking {
    margin-bottom: 30px;
}
.side_booking a {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #8d2121;
    -moz-box-shadow: 0 1px 1px #8d2121;
    box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f;
}
.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    -webkit-box-shadow: 1px 0 #f38a8a;
    -moz-box-shadow: 1px 0 #f38a8a;
    box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
    -moz-box-shadow: inset 0 3px 3px #8d2121;
    box-shadow: inset 0 3px 3px #8d2121;
}
.side_contactInfo li {
    margin-bottom: 20px;
}
.side_contactInfo a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #414141;
}
.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #a5a5a5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #a5a5a5;
    text-align: center;
}
.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.side_room {
    margin-bottom: 50px;
}
.side_room .Img img {
    width: 100%;
    display: block;
}
.side_room .Txt {
    margin-top: 5px;
}
.side_room .Txt .title a {
    font-size: 16px;
    font-weight: 400;
}
.side_room .Txt .text {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden;
}
.side_news {
    margin: 30px 0;
}
.side_news .sideNewsList {
    margin-top: 20px;
}
.side_news .sideNewsItem {
    margin-bottom: 25px;
}
.side_news .Img {
    float: left;
    width: 60px;
    margin-right: 12px;
    overflow: hidden;
}
.side_news .Img img {
    display: block;
    height: 60px;
}
.side_news .Txt {
    overflow: hidden;
}
.side_news .Txt a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
.side_news .Txt a:hover {
    text-decoration: underline;
}
.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}
.sideShare {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0;
    margin-right: -3px;
}
@media (max-width: 840px) {
    .sideShare {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
}
.sideShare .shareList {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.sideShare .shareList .shareTitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 34px;
    color: #454545;
    padding-right: 12px;
}
.sideShare .shareList .shareItem {
    border: 1px solid #00769d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 34px;
    aspect-ratio: 1;
    margin: 0 3px;
}
@media (min-width: 1201px) {
    .sideShare .shareList .shareItem:hover a {
        background-color: #00769d;
        color: #fff;
    }
    .sideShare .shareList .shareItem:hover svg {
        fill: #fff;
    }
}
.sideShare .shareList .shareItem a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00769d;
    font-size: 16px;
    line-height: 1;
}
.sideShare .shareList .shareItem a svg {
    width: 19px;
    height: 16px;
    display: inline-block;
    margin-top: 1px;
    vertical-align: middle;
}
.sideShare .shareList .shareItem a svg.icon-line {
    width: 17px;
}
.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.captchaArea .note {
    position: absolute;
    top: 17px;
    right: 30px;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-family: "微軟正黑體";
    color: #777;
    letter-spacing: 1px;
    pointer-events: none;
}
.sliderBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: RoyalBlue;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sliderBtn:before {
    content: "\f105";
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none;
}
.imh_opacity {
    background-color: #00769d;
    overflow: hidden;
}
.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
