@import url('/css/community.css'); /* sub_banner */
#sub_banner a {
    position: relative;
    display: inline-block;
}

#sub_banner a img {
    width: 100vw;
    height: 400px;
    object-fit: cover;
}

#sub_banner a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0%);
    display: block;
    top: 0;
    left: 0;
    content: "";
}

.webBox .wrapper {
    background: #ffffff;
    background: no-repeat 50% / cover;
    background-position: inherit;
    background-repeat: no-repeat;
}

/* wrap */
#wrap {
    padding: 0vw 0;
    position: relative;
    margin-bottom: 5vh;
    z-index: 2;
}

/* pageTop */
.pageTop {
    position: relative;
    margin: 3vw auto 2vw;
    width: 90vw;
    z-index: 2;
}

.pageTop h1, .pageTop h1 {
    margin-bottom: 10px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #132e4b;
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: 600;
}

.pageTop p {
    font-size: 19px;
    font-weight: 200;
}

.pageTop p {
    text-align: center;
    color: #5c5c5c;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    width: max-content;
    margin: 0 auto 30px;
    padding: 0 70px;
}

.pageTop .waylink ol {
    text-align: center;
    font-size: 0;
}

.pageTop .waylink ol li , .pageTop .waylink ol li a {
    display: inline-block;
    letter-spacing: 0;
    color: #365899;
    font-weight: 400;
}

.pageTop .waylink ol li:after {
    margin: 0 10px;
    font-weight: 100;
    font-size: 12px;
    vertical-align: top;
    content: "/";
}

.pageTop .waylink ol li:last-child:after {
    margin: 0;
    content: "";
}

/* subnav */
#subnav {
    margin: 3vw auto 0;
    text-align: center;
    display: none;
}

#subnav #sideBtn {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    width: calc(100% - 40px);
    background: rgb(28 30 33 / 76%);
    border: 1px rgb(28 30 33 / 76%) solid;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

#subnav #sideBtn:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(28 30 33 / 76%);
    top: 0;
    left: 0;
    transform: translateX(-140%) skewX(63deg);
    transition: .4s cubic-bezier(.23,1,.32,1);
    content: "";
}

#subnav #sideBtn font {
    position: relative;
    z-index: 1;
}

#subnav #sideBtn i {
    position: absolute;
    top: calc((100% - 15px) / 2);
    right: 20px;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#subnav #sideBtn[data-type="2"]:before {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
}

#subnav #sideBtn[data-type="2"] font {
    color: #132e4b;
}

#subnav #sideBtn[data-type="2"] i {
    color: #132e4b;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#subnav ul {
    font-size: 0;
}

#subnav ul li b[data-action="sideOpen"] {
    position: absolute;
    padding: 10px 20px;
    display: block;
    color: #484848;
    right: 0;
    top: 0;
    cursor: pointer;
}

#subnav ul li b[data-action="sideOpen"] i:before {
    content: "\f067";
}

#subnav ul >li h4 {
    position: relative;
}

#subnav ul >li h4 a {
    font-weight: 400;
    color: #484848;
}

#subnav ul >li >ul.subUL li a {
    padding: 5px 15px;
    display: block;
    color: #132e4b;
}

#subnav ul >li >ul.subUL li .sub2ULHead a {
    padding: 2px 15px 2px 35px;
    color: #2582bc;
}

#subnav ul >li >ul.subUL b[data-action="sideOpen"] {
    display: none;
}

/* content list_article */
.NtitleSub {
    font-size: 23px;
}

#content {
    margin: 50px auto;
    overflow: hidden;
}

.noteiceBox .left .title h3 {
    padding: 10px 0px;
    font-size: 30px;
    font-weight: 500;
}

.noteiceBox .left .title font {
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .085em;
}

#content #boos-left {
    float: left;
    width: 28%;
    margin: 0;
    padding: 0 50px 0 0px;
}

#content #boos-left h1 {
    padding: 30px 0px 50px;
    color: #132e4b;
}

#content #boos-left .comlist {
    padding: 10px 0 30px;
}

#content #boos-left .comlist li b {
    margin-right: 10px;
    color: #132e4b;
    vertical-align: middle;
}

#content #boos-left .comlist li b i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

#content #boos-left .comlist li span {
    vertical-align: middle;
    font-family: 'Noto Sans SC', sans-serif;
}

#content #boos-left .comlist li span a {
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
    margin-left: 5px;
}

#content .page_form {
    float: left;
    width: 67%;
    margin: 0;
    padding: 0;
}

#content .list_article section {
    padding: 2vw 0;
}

#content .list_article section .workframe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 370px;
    border-bottom: #dddddd96 1px solid;
}

#content .list_article section .info {
    width: 50%;
}

#content .list_article section .info h3 a , #content .list_book ul li .info h3 {
    margin-bottom: 10px;
    height: 48px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 32px;
    color: #365899;
}

#content .list_article section .info article {
    height: 90px;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #3a3a3a;
    -webkit-line-clamp: 3;
}

#content .list_article section .img {
    margin: 0 5% 0 0;
    width: 45%;
}

#content .list_article section .img img {
    width: 100%;
    /* height: 400px; */
    background: #fafafa;
    object-fit: cover;
}

#content .list_article section a.more , #content .list_book ul li .info a.more {
    padding: 40px 0 2px;
    display: inline-block;
    border-bottom: 1px #365899 solid;
}

#content .list_article section a.more font , #content .list_book ul li .info a.more font {
    margin-right: 40px;
    display: inline-block;
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #1f1f1f;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#content .list_article section:nth-child(odd) {
}

#content .list_article section:nth-child(odd) .img {
    margin: 0 0 0 5%;
    order: 1;
    display: flex;
    justify-content: flex-end;
}

/* content list_news */
#content .list_news li {
    position: relative;
    padding: 35px 10px;
    border-bottom: 1px #dbdbdb solid;
    font-size: 0;
}

#content .list_news li >a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
}

#content .list_news li >p {
    position: relative;
    width: 180px;
    display: inline-block;
    text-align: center;
    z-index: 1;
}

#content .list_news li >p.cat {
    z-index: 3;
}

#content .list_news li >p.cat a , #content .news_top_box p.cat a {
    padding: 2px 15px;
    background: #203954;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

#content .list_news li >p.txt {
    width: calc(100% - 360px);
    display: -webkit-inline-box;
    text-align: left;
    color: #132e4b;
}

/* content list_book */
/* content list_book */
#content .list_book ul {
    font-size: 0;
}

#content .list_book ul li {
    margin-bottom: 20px;
    width: calc(100% / 4);
    display: inline-block;
    position: relative;
}

#content .list_book ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
}

#content .list_book ul li >div {
    margin: 0 5px 20px;
    text-align: center;
}

#content .list_book ul li div.img {
    display: block;
    -webkit-transition: -webkit-filter .2s ease;
    transition: -webkit-filter .2s ease;
    transition: filter .2s ease;
    transition: filter .2s ease,-webkit-filter .2s ease;
    position: relative;
    overflow: hidden;
}
#content .list_book ul li div.img:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b1d2fbf;
    opacity: 0;
}
#content .list_book ul li:hover div.img:before{
    opacity: 1;
}

#content .list_book ul li .img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

#content .list_book ul li .info h3 {
    margin-bottom: 10px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid rgb(220 199 179 / 47%);
}

#content .list_book ul li .info a.more {
    padding: 2px 0;
    display: none;
}

#content .list_book ul li .info article {
    text-align: center;
    color: #577fbc;
    letter-spacing: 0.5px;
    font-size: 15px;
}

#content .list_article section a.more:hover font , #content .list_book ul li .info a.more:hover font {
    margin-right: 60px;
}

.page_form form p.send a#btnOK:hover svg {
    fill: #fff;
}

#content .list_book ul li:hover div.img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#content .list_book ul li:hover div.img .item_hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity 0s linear,z-index 0s step-start,visibility 0s step-start;
    transition: opacity 0s linear,z-index 0s step-start,visibility 0s step-start;
    z-index: 0;
}

#content .list_book ul li:hover div.img .item_hover:before {
    -webkit-transform: translate3d(100%,0,1px);
    transform: translate3d(100%,0,1px);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease,-webkit-transform 0.1s ease;
}

#content .list_book ul li:hover div.img .item_word span {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(0.001deg);
    -webkit-transition: -webkit-transform 0.5s ease .2s;
    transition: -webkit-transform 1s ease .3s;
    transition: transform 1s ease .3s;
    transition: transform 0.5s ease .2s,-webkit-transform 0.5s ease .2s;
}

.item_hover {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .1s ease,z-index .1s step-end,visibility .1s step-end;
    transition: opacity .1s ease,z-index .1s step-end,visibility .1s step-end;
    opacity: 0;
}

#content .list_book ul li div.img .item_hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: hsla(0,0%,100%,.3);
    margin-left: -100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s linear .1s;
    transition: -webkit-transform 0s linear .1s;
    transition: transform 0s linear .1s;
    transition: transform 0s linear .1s,-webkit-transform 0s linear .1s;
}

.item_inner {
    display: inline-block;
    width: 83px;
    margin-top: -34px;
}

.item_word {
    overflow: hidden;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700
}

.item_word span {
    display: block;
    -webkit-transform: translate3d(0,15px,1px) rotate(6deg);
    transform: translate3d(0,20px,1px) rotate(6deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 2 0;
    -webkit-transition: -webkit-transform 0s linear .3s;
    transition: -webkit-transform 0s linear .3s;
    transition: transform 0s linear .3s;
    transition: transform 0s linear .3s,-webkit-transform 0s linear .3s;
    text-align: center;
}

.item_line {
    width: 100%;
    height: 1px;
    margin: 3px 0 6px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0 linear .5s;
    transition: -webkit-transform 0 linear .5s;
    transition: transform 0 linear .5s;
    transition: transform 0 linear .5s,-webkit-transform 0 linear .5s
}

/* list_faq */
.list_faq ul li {
    margin-bottom: 25px;
}

.list_faq ul li .title {
    position: relative;
    padding: 20px 65px 20px 25px;
    background: #f0f4f7;
    display: block;
}

.list_faq ul li .title font {
    font-size: 18px;
    color: #2582bc;
}

.list_faq ul li .title span {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    top: calc((100% - 16px) / 2);
    right: 25px;
}

.list_faq ul li .title span:before , .list_faq ul li .title span:after {
    width: 16px;
    height: 1px;
    background: #132e4b;
    display: block;
    content: "";
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}

.list_faq ul li .title span:after {
    -webkit-transform: translateY(8px) rotate(90deg);
    transform: translateY(8px) rotate(90deg);
}

.list_faq ul li .info {
    padding: 15px 25px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.list_faq ul li.current .title span:after {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translateY(8px) rotate(180deg);
    transform: translateY(180deg) rotate(0);
}

/* content */
#content .news_top_box {
    margin-bottom: 2vw;
    padding: 10px 20px;
    border-bottom: 1px #7c7c7c solid;
    font-size: 0;
}

#content #describe {
    padding: 0px 0px;
    font-weight: 300;
}

#content .news_top_box p {
    margin-right: 10px;
    width: 120px;
    display: inline-block;
}

#content .news_top_box p.quotebox {
    margin-right: 0;
    width: calc(100% - 260px);
    text-align: right;
    font-weight: 300;
    color: #132e4b;
}

#content .news_top_box p.quotebox a {
    color: #1f1f1f;
}

#content .album_list {
    margin-top: 3vw;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
    column-gap: 15px;
}
#content .topbbimg{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#content .album_list .album_box {
    margin: 0 0 15px;
}

#content .album_list .album_box a {
    display: block;
}

#content .album_list .album_box a img {
    width: 100%;
}

#content .album_list .album_box a p {
    color: text-align: center;
    padding: 10px 0 0;
}

a.dance.orange {
    transition: all linear .3s;
    display: flex;
    padding: 8px 20px;
    background-color: #2582bc;
    font-size: 12pt;
    color: position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: auto;
}

a.dance.orange:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #132e4b;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

/* pagenav */
#pagenav {
    position: relative;
    overflow: hidden;
    padding: 50px 0 20px;
    text-align: center;
}

#pagenav a , #pagenav strong {
    margin: 0 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #132e4b;
    vertical-align: middle;
}

#pagenav a[class^="page-"] {
    float: left;
    width: calc(50% - 20px);
    display: block;
}

#pagenav a[class^="page-"] font {
    width: calc(100% - 22px);
    display: inline-block;
    vertical-align: text-top;
}

#pagenav a[class^="page-"] i {
    margin: 0 10px 0 0;
    display: inline-block;
}

#pagenav a.page-next {
    float: right;
    text-align: right;
}

#pagenav a.page-next font {
    text-align: right;
}

#pagenav a.page-next i {
    margin: 0 0 0 10px;
}

/* page_form */
.page_form form {
    font-size: 0;
    overflow: hidden;
}

.page_form form p.col {
    padding: 15px 10px;
    font-size: 0;
    width: 47%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.page_form form p.col.ctext {
    width: 95%;
}

.page_form form p.col label {
    padding: 10px 0;
    width: 250px;
    display: inline-block;
    color: #132e4b;
    vertical-align: text-top;
}

.page_form form p.col label span {
    width: calc(100% - 115px);
    display: inline-block;
}

.page_form form p.col label b {
    padding: 0 20px;
    background: #132e4b;
    display: inline-block;
    font-weight: 100;
    font-size: 13px;
    color: #132e4b;
}

.page_form form p.col font {
    width: calc(100% - 0px);
    display: inline-block;
    vertical-align: text-top;
}

.page_form form p input {
    width: 100%;
    padding: 5px 0;
    border-top: 1px solidborder-left: 1px solid #132e4b;
    border-right: 1px solid #132e4b;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 0;
}

.page_form form p input , .page_form form select , .page_form form textarea {
    padding: 10px 15px;
    width: calc(100% - 0px);
    background: rgb(245 245 245);
    display: block;
    border: 0;
}

.page_form form p select {
    padding: 15px;
    width: 100%;
}

.page_form form p select option {
    color: #545454;
}

.page_form form p input#Checknum {
    margin-right: 10px;
    width: calc(100% - 110px);
    display: inline-block;
}

.page_form form p.send {
    padding: 30px 12px;
}

.page_form form p.send a#btnOK {
    position: relative;
    padding: 10px 70px;
    border: 1px #2582bc solid;
    display: inline-block;
    color: #132e4b;
}

.page_form form p.send a#btnOK font {
    text-align: center;
    letter-spacing: 3px;
    color: #132e4b;
}

.page_form form p.send a#btnOK a svg.arrow {
    position: absolute;
    width: 20px;
    right: 20px;
    top: calc((100% - 11.41px) / 2);
}

.site_b p a {
    color: #6a6a6a;
}

.page_form form select {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-appearance: none;
    background: url(/images/37/arrow.png) no-repeat scroll 98% center rgb(0 0 0 / 14%);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    padding: 10px;
    background-color: rgba(209, 209, 209, 0.24);
    padding: 8px 8px;
    border: 1px solid rgba(146, 146, 146, 0);
    font-size: 15px;
    font-weight: 500;
}

.page_form form p.send a#btnOK svg {
    fill: #132e4b;
}

::placeholder {
    /* CSS 3  */
    color: black;
}

::-webkit-input-placeholder {
    /* Chrome, Safari */
    color: black;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    opacity: 1;
}

/* community */
#community li {
    margin-right: 5px;
}

#community li , #community li * {
    line-height: 100%;
}

#community li .fb_iframe_widget {
    display: block !important;
}

#community,#SeoStarRating {
    text-align: center;
    display: none;
}

@media screen and (min-width: 1281px) {
    #subnav {
        overflow: hidden;
        position: relative;
        padding: 0px 0 10px 0px;
        width: 1279px;
        margin: 8vw auto 0;
        display: none;
    }

    #subnav:hover {
        overflow: visible;
    }

    #subnav #sideBtn {
        display: none;
    }

    #subnav >ul >li {
        overflow: hidden;
        margin: 1px 0 0 1px;
        width: calc((100% / 5) + 1px);
        display: inline-block;
    }

    #subnav ul >li h4 {
        border: 1px #d6c4b4 solid;
        text-align: center;
        z-index: 3;
    }

    #subnav ul >li h4:before , #subnav ul >li h4:after {
        position: absolute;
        width: 1px;
        height: 10px;
        background: #fff;
        display: block;
        bottom: 0;
        left: calc((100% - 1px) / 2);
        opacity: 0;
        content: "";
    }

    #subnav ul >li h4:after {
        background: #728293;
        bottom: -10px;
    }

    #subnav ul >li h4 a {
        padding: 0 15px;
        width: calc(100% - 30px);
        height: 55px;
        display: -webkit-box;
        line-height: 55px;
        color: #2582bc;
        font-size: 18px;
    }

    #subnav ul >li h4 b[data-action="sideOpen"] {
        display: none;
    }

    #subnav ul >li >ul.subUL {
        position: absolute;
        margin-top: -1px;
        padding: 5px 0;
        width: calc((100% / 5) - 1px);
        background: #fff;
        border: 1px #d6c4b4 solid;
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    #subnav ul >li.action h4 , #subnav ul >li:hover h4 , .page_form form p.send a#btnOK:hover {
        background: #132e4b;
    }

    #subnav ul >li.action h4 a , #subnav ul >li:hover h4 a , .page_form form p.send a#btnOK:hover font {
        color: #fff;
    }

    #subnav ul >li.action h4:before , #subnav ul >li.action h4:after , #subnav ul >li:hover h4:before , #subnav ul >li:hover h4:after {
        opacity: 1;
    }

    #subnav ul >li.action , #subnav ul >li:hover {
        overflow: visible;
    }

    #subnav ul >li:hover >ul.subUL {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #content .list_article section a.more:hover font , #content .list_book ul li .info a.more:hover font {
        margin-right: 60px;
    }

    #content .list_news li:hover {
        background: #f6f6f6;
    }

    .page_form form p.send a#btnOK:hover svg {
        fill: #fff;
    }

    #content .list_book ul li div.img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    #content .list_book ul li div.img:hover .item_hover {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        -webkit-transition: opacity 0s linear,z-index 0s step-start,visibility 0s step-start;
        transition: opacity 0s linear,z-index 0s step-start,visibility 0s step-start
    }

    #content .list_book ul li div.img:hover .item_hover:before {
        -webkit-transform: translate3d(100%,0,1px);
        transform: translate3d(100%,0,1px);
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease,-webkit-transform 1s ease
    }

    #content .list_book ul li div.img:hover .item_word span {
        -webkit-transform: translateZ(1px) rotate(.001deg);
        transform: translateZ(1px) rotate(0.001deg);
        -webkit-transition: -webkit-transform 1s ease .3s;
        transition: -webkit-transform 1s ease .3s;
        transition: transform 1s ease .3s;
        transition: transform 1s ease .3s,-webkit-transform 1s ease .3s;
    }

    .item_hover {
        visibility: hidden;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transition: opacity .5s ease,z-index .5s step-end,visibility .5s step-end;
        transition: opacity .5s ease,z-index .5s step-end,visibility .5s step-end;
        opacity: 0;
    }

    #content .list_book ul li div.img .item_hover:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: hsla(0,0%,100%,.3);
        margin-left: -100%;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0s linear .5s;
        transition: -webkit-transform 0s linear .5s;
        transition: transform 0s linear .5s;
        transition: transform 0s linear .5s,-webkit-transform 0s linear .5s
    }

    .item_inner {
        display: inline-block;
        width: 83px;
        margin-top: -34px;
    }

    .item_word {
        overflow: hidden;
        font-size: 11px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700
    }

    .item_word span {
        display: block;
        -webkit-transform: translate3d(0,15px,1px) rotate(6deg);
        transform: translate3d(0,20px,1px) rotate(6deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 2 0;
        -webkit-transition: -webkit-transform 0s linear .5s;
        transition: -webkit-transform 0s linear .5s;
        transition: transform 0s linear .5s;
        transition: transform 0s linear .5s,-webkit-transform 0s linear .5s;
        text-align: center;
    }

    .item_line {
        width: 100%;
        height: 1px;
        background: #fff;
        margin: 3px 0 6px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0 linear .5s;
        transition: -webkit-transform 0 linear .5s;
        transition: transform 0 linear .5s;
        transition: transform 0 linear .5s,-webkit-transform 0 linear .5s
    }

    a.dance.orange:hover:before {
        width: 100%;
    }

    .webBox .wrapper {
        background-attachment: fixed;
    }

    .pageTop p::before {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 40px;
        height: 1px;
        margin-top: -1px;
        border-top: 1px solid #1c1e21;
        border-bottom: 1px solid #1c1e21;
        pointer-events: none;
        right: 0;
    }

    .pageTop p::after {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 40px;
        height: 1px;
        margin-top: -1px;
        border-top: 1px solid #1c1e21;
        border-bottom: 1px solid #1c1e21;
        pointer-events: none;
        left: 0;
    }
}

@media screen and (max-width: 1280px) {
    #subnav {
        position: relative;
        width: 500px;
    }

    #subnav >ul {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 0;
        background: #ccc;
        border: 1px rgb(125 108 90) solid;
        top: 0;
        left: 0;
        z-index: 3;
    }

    #subnav ul li h4 {
        background: #f7f7f7;
        z-index: 2;
    }

    #subnav ul li.action h4 {
        background: #dcdbd9;
    }

    #subnav ul li h4:before {
        border-color: #3a3a3a;
    }

    #subnav ul li h4 a {
        padding: 0 60px 0 20px;
        height: 47px;
        line-height: 47px;
    }

    #subnav ul li[data-type="2"] b[data-action="sideOpen"] i:before {
        content: "\f068";
    }

    #subnav >ul.open {
        top: 52px;
        border: 1px rgb(247 247 247) solid;
        overflow: revert;
        z-index: 99;
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        height: 450px;
        overflow: auto;
    }

    #subnav >ul.open li {
        overflow: hidden;
        position: relative;
    }

    #subnav >ul.open li >ul.subUL {
        position: absolute;
        width: 100%;
        background: #efefef;
        border: #efefef solid;
        border-width: 1px 0;
        bottom: 100px;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        opacity: 0;
        z-index: 1;
    }

    #subnav >ul.open li[data-type="2"] >ul.subUL {
        position: relative;
        padding: 5px 0;
        bottom: 0;
        opacity: 1;
    }

    #subnav ul >li >ul.subUL li .subULHead p::before,#subnav ul >li >ul.subUL li .subULHead p::after {
        display: none;
    }

    #subnav ul >li >ul.subUL li a {
        padding: 5px 20px;
        font-weight: 500;
        font-size: 15px;
        color: #424242;
        letter-spacing: 3px;
    }

    #content .list_article section .img img {
        height: 370px;
    }

    #content .album_list {
        grid-template-columns: repeat(3, 1fr);
    }

    #content {
        margin: 60px auto 0;
    }

    .item_hover {
        display: none;
    }

    #content .list_article section .info h3 a {
        font-size: 25px;
    }
}

@media screen and (max-width: 1140px) {
    #content #boos-left {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0 50px 0 0px;
    }

    #content #boos-left h1 {
        padding: 30px 0px 50px;
    }

    #content .page_form {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    #content .list_news li >p {
        width: 120px;
        text-align: left;
    }

    #content .list_news li >p.txt {
        width: calc(100% - 240px);
    }

    #content {
        margin: 10px auto;
    }

    #boos-left {
        margin: 150px 0 0;
    }
}

@media screen and (max-width: 768px) {
    #content .list_article section .workframe {
        display: block;
        height: 570px;
    }

    #content .list_article section .img , #content .list_article section:nth-child(odd) .img {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    #content .list_article section .img img {
        width: 90vw;
        height: 350px;
    }

    #content .list_article section .info {
        margin: 20px 0 30px;
        width: 100%;
    }

    #content .list_article section .info article {
        height: 85px;
        line-height: 180%;
        -webkit-line-clamp: 3;
    }

    #content .list_article section a.more {
        padding: 10px 0 2px;
    }

    .page_form form p.col label , .page_form form p.col label span {
        width: auto;
    }

    .page_form form p.col label b {
        margin-left: 10px;
        padding: 0 15px;
    }

    .page_form form p.col font {
        margin-left: 0;
        width: 100%;
    }

    .pageTop h1 {
        font-size: 32px;
        letter-spacing: 2px;
        margin: 30px 0 0;
    }

    #sub_banner a img {
        width: 100vw;
        height: 390px;
        object-fit: cover;
    }

    #wrap {
        /* margin-top: -180px; */
        /* margin-bottom: 2vh; */
    }

    #content {
        margin: 20px auto 0;
    }

    #pagenav {
        padding: 30px 0 30px;
    }

    #pagenav a[class^="page-"] {
        float: none;
        width: calc(100% - 20px);
        display: block;
    }

    #pagenav a[class^="page-"] font {
        width: calc(100% - 22px);
        display: inline-block;
        vertical-align: text-top;
    }

    #content .list_book ul li {
        width: calc(100% / 2);
    }

    .pageTop .waylink ol li a {
        letter-spacing: 3px;
        font-size: 13px;
    }

    .page_form form p.col {
        padding: 15px 9px;
        width: 46%;
    }

    #content .list_article section .info h3 a, #content .list_book ul li .info h3 {
        letter-spacing: 0px;
        font-size: 20px;
        margin-bottom: 5px;
        height: 40px;
    }
}

@media screen and (max-width: 640px) {
    #subnav {
        width: calc(100% - 42px);
    }

    #content .list_news li {
        padding: 10px;
    }

    #content .list_news li >p {
        margin-right: 15px;
        width: auto;
    }

    #content .list_news li >p.txt , #content .news_top_box p.quotebox {
        margin-top: 10px;
        width: 100%;
        text-align: left;
    }

    #content .album_list {
        grid-template-columns: repeat(2, 1fr);
    }

    #sub_banner a img {
        height: 160px;
    }

    .pageTop p {
        width: initial;
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 150%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 550px) {
    #content .list_article section .img img {
        height: 55vw;
    }

    #content .album_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .page_form form p.col {
        padding: 20px 0;
        width: 100%;
    }

    .page_form form p.col.ctext {
        width: 100%;
    }

    .page_form form p.send {
        padding: 10px 0px 30px;
    }

    #content .list_book ul li {
        width: calc(100% / 1);
    }

    #content .list_article section .workframe {
        height: 460px;
    }
}

@media screen and (max-width: 480px) {
    #wrap{
    margin-top: 81px;
}
    #sub_banner a img {
        height: 180px;
        display: none;
    }

    #content .list_article section .workframe {
        height: auto;
    }
}
