@charset"utf-8";
@import url(un-reset.css);
@import url(//fonts.googleapis.com/css?family=Candal);
@import url(//fonts.googleapis.com/css?family=Raleway:400,200);
@import url('//fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
@import url('//fonts.googleapis.com/css2?family=Hind&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root {
    --colorMain: #2c6092;
    --colorSecondary: #344e8e;
    --colorTxt: #333;
    --colorSub: rgba(78, 108, 93, .65);
    --colorPoint: #CF1F1F;
    --flexNone: none
}

.text-white{
    color: #fff !important;
}

html,
body {
    height: auto !important
}

* {}

body {
    margin: 0;
    -webkit-text-size-adjust: none;
    font-family: "Montserrat", Helvetica, Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif;
    background-repeat: repeat-x;
    background-position: tleft
}

#wrapper,
.wrapper {
    float: none;
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto
}

.wrapper-1100 {
    width: 100%;
    max-width: 1100px;
    margin: auto
}

article.wrapper,
.footer-section .wrapper {
    max-width: 1450px
}

.clearboth {
    clear: both
}

img {
    vertical-align: middle;
    max-width: 100%
}

a {
    text-decoration: none
}

.box table {
    width: 100% !important
}

.box table img {
    max-width: none
}

input[type="text"],
input[type="password"] {
    padding-left: 4px;
    border: #aaa 1px solid;
    padding-top: 2px;
    padding-bottom: 2px
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

.dropdownmenu {
    display: flex;
    align-items: center;
    flex-direction: column;
    /*  */
}

.dropdownmenu-container{
    width: 100%;
}

.dropdownmenu ul,
.dropdownmenu li {
    margin: 0;
    padding: 0
}

.dropdownmenu ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.dropdownmenu li {
    position: relative;
    width: auto;
    /* flex: auto */
    flex: 1;
}

.dropdownmenu>.dropdownmenu-container{
    background-color: var(--colorMain);
}

/* .dropdownmenu>.dropdownmenu-container>ul>li {
    margin: 0 2px
} */

.dropdownmenu ul > li > a {
    position: relative;
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 1.25;
    font-weight: bold;
    line-height: 16px;
    padding: 25px 10px;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease;
    background-color: transparent;
    border-color: transparent
}

#submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1
}

.dropdownmenu li:hover ul#submenu {
    opacity: 1;
    top: 40px;
    visibility: visible
}

#submenu li {
    float: none;
    width: 100%
}

#submenu a:hover {
    background: #DF4B05
}

#submenu a {
    background-color: #000
}

.dropdown-container {
    display: block !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden
}

.dropdown-container,
.dropdown-container li a {
    padding: 0 !important
}

.dropdown-container li {
    padding-top: 12px;
    padding-bottom: 12px
}

.dropdown-container li a {
    background-color: transparent !important;
    border-color: transparent;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 20px;
    padding: 2px 0 !important;
    width: 100%
}

.dropdownmenu li:hover .dropdown-container {
    opacity: 1;
    visibility: visible
}

.dropdown-overlay,
.dropdown-close {
    display: none
}

.dropdown-login a {
    color: #000;
    border-bottom: var(--colorMain)2px solid
}

.logo-desktop {
    display: none
}

.dropdown-container li ol {
    display: none;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    background-color: #f1f1f1;
    min-width: 150px;
    top: 0;
    margin-left: 1px
}

.d-none{
    display: none;
}

@media screen and (min-width:1101px) {

    .dropdownmenu>.dropdownmenu-container{
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    .dropdownmenu ul > li > a {
        /* font-size: 20px; */
        font-size: 1.05em;
    }

    .footer-section .wrapper,
    article.wrapper{
        max-width: 93em;
    }

    .desktop-block{
        display: block !important;
    } 

    .mobile-none{
        display: none !important;
    }

    .logo-desktop {
        display: flex;
        width: 10em;
    }
    
    .banner-mobile,
    .logo-mobile,
    .mobile-menuToggle,
    .mobile-menuToggle-sub {
        display: none !important
    }

    .dropdownmenu ul {
        width: 100%;
        padding: 0 3px
    }


    .dropdownmenu>.dropdownmenu-container>ul{
        width: 100%;
        /* max-width: 1450px; */
        /* max-width: 97em; */
        margin: auto;
    }

    .dropdownmenu>.dropdownmenu-container>ul>li>a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .dropdownmenu>.dropdownmenu-container>ul>li:hover>a,
    .dropdownmenu>.dropdownmenu-container>ul>li.active {
        background-color: var(--colorSecondary) !important;
        border-color: var(--colorSecondary) !important
    }

    .dropdownmenu>.dropdownmenu-container>ul>li:hover>a,
    .dropdownmenu>.dropdownmenu-container>ul>li.active>a {
        color: rgb(255, 255, 255)
    }

    .dropdownmenu>.dropdownmenu-container>ul>li>.dropdown-container {
        /* min-width: 200px; */
        min-width: 6em;
        background-color: #f1f1f1;
        left: 50%;
        transform: translateX(-50%)
    }

    .dropdown-container li {
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 1px solid #e5e5e5
    }
    .dropdown-container li:last-child{
        border-bottom: none;
    }

    .dropdown-container li:hover {
        background-color: var(--colorSecondary) !important
    }

    .dropdown-container li:hover a,
    .dropdown-container li:hover ol li:hover a {
        color: #fff !important
    }

    .dropdown-container li:hover ol {
        display: block
    }

    .dropdown-container li:hover ol a {
        color: #333 !important
    }

    /* .dropdownmenu > .dropdownmenu-container{
        order: 1;
    } */
    
    .dropdown-login{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-login > a{
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #f4782d !important; */
        border: #fff 1px solid !important;
        color:#fff;
        border-radius: 22px;
        padding: 0.65em 1.5em !important;
        height: auto !important;
    }
}

@media screen and (min-width:1101px) and (max-width:1500px) {
    /* .dropdownmenu {
        padding-left: 1rem;
        padding-right: 1rem
    } */

    .dropdownmenu>.dropdownmenu-container>ul>li>a {
        font-size: 15px
    }

    .logo-desktop {
        width: 350px
    }

    .dropdownmenu>.dropdownmenu-container>ul>li>.dropdown-container li a {
        font-size: 13px
    }
}  

@media screen and (max-width:1100px) {
    .mobile-block{
        display: block !important;
    } 

    .desktop-none{
        display: none !important;
    }

    #header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px
    }

    #header h1,
    #header .mobile-btn-box {
        flex: 1
    }

    #header h1 {
        max-width: 3em;
        flex: auto;
        font-size: 1.75em;
        padding-left: 5px;
        color: var(--colorMain);
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .dropdownmenu ul > li > a{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-btn-box.menu {
        flex: none !important;
        width: 60px;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        overflow: hidden;
    }

    .mobile-btn-box.menu a {
        border-radius: 0;
        text-align: center;
        font-size: 30px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1;
        color:#fff
    }

    .mobile-btn-box.menu a>p {
        font-size: 1rem
    }

    .dropdownmenu-container {
        position: fixed;
        top: 0;
        left: -100%;
        width: 30vw;
        height: 100vh;
        z-index: 100;
        transition: .5s
    }

    .dropdownmenu-container.active {
        left: 0;
    }

    .dropdownmenu-container ul {
        flex-direction: column;
        justify-content: flex-start;
        height: 100%
    }

    .dropdownmenu-container li {
        flex: none;
        padding: 5px;
        border-bottom: 1px solid #d5d5d5
    }

    .dropdown-overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
        top: 0
    }

    .dropdown-close {
        width: 40px;
        height: 40px;
        line-height: 37px;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-family: Arial;
        position: fixed;
        top: 0;
        left: 30vw;
        z-index: 100
    }

    .dropdown-close.active,
    .dropdown-overlay.active {
        display: block
    }

    .dropdown-container {
        display: none !important;
        position: relative
    }

    .dropdown-container li {
        border-bottom: none;
        padding: 5px 12px !important;
        background: #eaeaea
    }

    .dropdown-container li~li {
        margin-top: 2px
    }

    .dropdown-container li a {
        padding: 5px 0 !important;
    }

    .dropdown-container.active {
        display: block !important;
        position: static;
        height: auto;
        box-shadow: none;
        opacity: 1;
        visibility: visible
    }

    .dropdown-container li.active{
        background: var(--colorSecondary);
    }

    .dropdown-container li.active a{
        color: #fff !important
    }

    .dropdownmenu a {
        display: inline-block;
        text-align: left
    }

    .mobile-menuToggle,
    .mobile-menuToggle-sub {
        position: absolute !important;
        top: 5px;
        right: 5px;
        padding: 0 !important;
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        font-size: 25px !important;
        text-align: center !important
    }

    .mobile-menuToggle-sub {
        right: -2px !important;
        top: -2px;
        width: auto !important
    }

    .dropdown-container li ol {
        position: static
    }

    .dropdown-container li ol.active {
        display: block
    }
}

@media screen and (max-width:640px) {
    .dropdownmenu a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px
    }

    .dropdownmenu-container {
        width: 50vw
    }

    .dropdown-close {
        left: 50vw
    }
}

#header {
    position: relative;
    background-color: #fff;
    overflow: hidden
}

#header h1 {
    margin: 0;
    padding-left: 0
}

#header>.login-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 10px;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--colorMain);
    box-shadow: 0 0 1px 2px rgba(115, 115, 115, .4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

#header>.login-btn a,
#header>.login-btn i {
    display: block;
    color: #fff
}

#header>.login-btn a {
    font-size: 16px
}

#header>.login-btn:hover {
    background: #D57432
}

@media screen and (min-width:1101px) {
    #header {
        position: absolute;
        z-index: 3;
        width: 80px;
        height: 80px;
        background: transparent;
        right: 5px;
        top: 10vw;
        z-index: -1
    }

    #header>.login-btn {
        display: none
    }
}

@media (max-width:1100px){
    #header {
        background-color: var(--colorMain);
    }
}

.wrap-auto {
    width: 100%;
    margin: auto;
    float: none !important;
    overflow: hidden
}

@media screen and (max-width:1100px) {
    .wrap-auto.insp30-t {
        padding-top: .25rem !important
    }
}

#BANNER {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 0
}

#BANNER  .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}

#BANNER .swiper-pagination-white .swiper-pagination-bullet-active{
    background-color: var(--colorMain);
}

#content {
    position: relative;
    width: 100%;
    background: #fff;
    float: left
}

nav,
aside,
article {
    float: left
}

nav {
    position: relative;
    width: 20%;
    margin-right: 20px;
    border: transparent 1px solid
}

article {
    width: 100%;
    padding: 30px 10px 20px 10px
}

aside {
    width: calc(16% - 20px);
    padding: 15px
}

#NavLeft {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    background: url(../images/left_bk.png);
    padding: 10px
}

#NavLeft .title {
    background-color: var(--colorSecondary);
    padding: 10px 5px
}

#NavLeft .title img {
    margin-left: 8px
}

#NavLeft .title a {
    color: #fff;
    font-size: 20px;
    margin-top: 2px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top
}

#NavLeft .link {
    margin: 5px 0
}

#NavLeft .link li {
    background: #fff;
    padding: 8px 5px;
    margin-bottom: 2px;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s
}

#NavLeft .link li a {
    color: black;
    font-size: 16px;
    line-height: 35px;
    background: url(../images/icon02.png)no-repeat 5px center;
    padding-left: 20px
}

#NavLeft .link li:hover {
    background: #2e72b7
}

#NavLeft .link li:hover a {
    color: #fff;
    font-size: 17px
}

nav .num {
    position: absolute;
    bottom: 33px;
    left: 100px
}

aside .relation {
    border: #c9d2e0 1px solid;
    border-radius: 8px;
    min-height: 300px;
    vertical-align: top;
    margin-top: 10px;
    text-align: center;
    overflow: hidden
}

aside .relation p {
    border-bottom: #000 1px solid;
    font-size: 15px;
    color: #000;
    margin: 5px 10px
}

aside .relation img {
    max-width: 100%;
    text-align: center
}

aside .relation font {
    display: block;
    padding: 10px
}

aside .relation a {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 17px;
    text-align: center
}

aside .relation .load_btn {
    padding: 10px;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: .9em;
    line-height: 1.3
}

aside .relation .load_btn font {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top
}

aside .relation .load_btn:hover {
    color: #900
}

aside .relation .load_btn i {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    margin-top: 14px;
    font-size: 13px;
    text-align: center;
    color: #1A77B5
}

#footer {
    background: #F1F1F1;
    text-align: center
}

#footer div {
    text-align: left
}

#footer .list {
    position: relative;
    width: 100%;
    padding: 2.5rem 2.5rem 1.5rem
}

.list-sponser {
    display: flex;
    width: 70%
}

.list-sponser li,
.list-logoLink li {
    flex: 1
}

.list-sponser li+li,
.list-logoLink li {
    border-left: #d0d0d0 1px solid;
    padding-left: 2.5rem
}

.list-logoLink {
    display: flex;
    width: 30%
}

.logoLink-wrap {
    display: flex;
    align-items: flex-end
}

.logoLink-wrap>p {
    flex: none
}

.logoLink-wrap.top {
    margin-bottom: 1rem
}

.list-sponser li p {
    line-height: 1.5;
    margin-bottom: 10px
}

@media screen and (min-width:1101px) {
    #footer .list {
        display: flex
    }

    .logoLink-wrap {
        justify-content: flex-end
    }

    .logoLink-wrap.top {
        align-items: center
    }

    .logoLink-wrap.top p {
        flex: 1
    }

    .logoLink-wrap+.logoLink-wrap {
        margin-top: -20px
    }
}

@media screen and (max-width:1100px) {

    .list-sponser,
    .list-logoLink {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column
    }

    .list-sponser li+li,
    .list-logoLink li {
        padding-left: 0;
        border-left: none
    }

    .list-sponser {
        flex-direction: row
    }

    .list-sponser li {
        width: 50%;
        flex: auto;
        margin-bottom: 1rem
    }
}

article.wrapper {
    display: flex;
    flex-direction: column
}

.wrapperLeft {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.wrapperLeft .head {
    position: relative;
    background: var(--colorMain);
    color: #fff;
    padding:15px 20px
}

.wrapperLeft .head::after {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    bottom: 10px;
    left: 0;
    position: absolute;
    display: none;
}

.wrapperLeft .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 5px
}

.wrapperLeft .dcr {
    opacity: 0.7;
    font-size: 14px;
    line-height: 20px
}

.wrapperLeft .title,
.wrapperLeft .dcr {
    font-weight: bold
}

.wrapperLeft ul {
    list-style: none;
    background: #fff;
    min-height: 245px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-top: 0;
}

.wrapperLeft ul>li {
    position: relative
}

.wrapperLeft ul>li::before {
    content: "\f0da";
    color: #626C66;
    display: block;
    font-family: "FontAwesome";
    font-weight: bold;
    left: 20px;
    position: absolute;
    top: 15px;
    z-index: 1
}

.wrapperLeft ul a {
    display: block;
    background: transparent;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.5px;
    padding: 15px 15px 15px 40px;
    font-weight: bold
}

.wrapperLeft ul>li:hover>a {
    background: #ede9ee
}

.wrapperLeft ul>li.active>a {
    color: var(--colorMain);
    background: #ede9ee
}

.wrapperLeft ul>li>ol {
    list-style: none;
    margin: 0 1rem 1rem;
    padding: 0
}

.wrapperLeft ul>li>ol>li {
    border-bottom: 1px solid #f4f1f1
}

.wrapperLeft ul>li>ol>li>a {
    font-weight: normal;
    padding: .3rem 0 .3rem 1rem;
    font-size: 17px
}

.wrapperLeft ul>li>ol>li.active>a,
.wrapperLeft ul>li>ol>li:hover>a {
    color: var(--colorMain)
}

.wrapperPage {
    width: 100%
}

@media(min-width:1101px) {
    article.wrapper {
        flex-direction: row
    }

    .wrapperLeft {
        flex: none;
        /* padding:0 10px 10px; */
        padding: 0;
        width: 320px
    }

    .wrapperPage {
        margin-left: 40px;
        max - width: calc(100% - 320px - 40px)
    }
}

@media screen and (min-width:1101px) and (max-width:1600px) {
    .wrapperLeft {
        width: 260px
    }

    .wrapperPage {
        margin-left: 20px;
        max - width: calc(100% - 240px - 20px)
    }

    .wrapperLeft ul>li>a {
        font-size: 15px
    }
}

@media(max-width:1100px) {
    .wrapperLeft {
        padding-bottom: 0
    }

    .wrapperLeft .head {
        display: flex;
        align-items: center
    }

    .wrapperLeft .dcr {
        padding-left: 10px
    }
}

.maincontent {
    width: 100%;
    padding: 1em 0
}

.news-style-content {
    margin-bottom: 2.5rem;
    padding: 1.5rem 2rem 1.5rem !important;
    background-color: #fff;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    z-index: 1;
    position: relative;
    margin-left: .5rem;
    margin-right: .5rem;
    width: calc(100% - 1rem);
    overflow: hidden
}

.box {
    display: block;
    width: 100%;
    overflow: hidden
}
    
.news-style-content .index-flex .box{
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}

.news-style-content .index-flex .box ul li{
    list-style: none;
    line-height: 1.35;
}

.news-style-content .index-flex .box ul li p{
    display: inline-flex;
    width: 100%;
}

.news-style-content .index-flex .box ul>li{
    border-bottom: #999 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-style-content .index-flex .box ul ol{
    padding-left: 15px;
}

.news-style-content .index-flex .box ul ol>li{
    list-style: circle;
    margin-bottom: 5px;
}

.news-style-content .index-flex .box ul>li:last-child{
    border-bottom: none;
}

@media screen and (max-width:1100px) {
    .maincontent {
        padding-top: .25rem
    }

    .news-style-content {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .news-style-content .index-flex .box{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-red{
    color: var(--colorPoint);
}

.text-muted{
    color:#787878
}

.more,
.form_button {
    background: #8F1E1E;
    /* background: linear-gradient(to bottom, #C22424 5%, #8F1E1E 100%); */
    background: linear-gradient(to bottom, #274285 5%, #2C6092 100%);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 8px 16px;
    margin: 5px;
    outline: none;
    border: none;
}

.more:hover,
.form_button:hover {
    background: linear-gradient(to bottom, #1a2d5a 5%, #356DA4 80%)
}

.index_title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
}

.index_title::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 7px;
    background-image: url(../images/icon04_03.png);
    background-position: center;
    background-repeat: repeat-x;
    z-index: 0
}

.index_title p {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #4b4040;
    font-size: 18px;
    font-weight: bolder;
    font-style: italic;
    padding: 0 10px;
    z-index: 1
}

.index_list {
    padding: 10px 0 20px 6px;
    float: left;
    width: 100%
}

.index_list .mwt_border {
    float: left
}

.mwt_border {
    width: 130px;
    line-height: 30px;
    text-align: center;
    background: #ED7400;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-left: 5px
}

.mwt_border .arrow_r_int {
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ED7400;
    position: absolute;
    top: 33%;
    right: -9px
}

.mwt_border .arrow_r_out {
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ED7400;
    position: absolute;
    top: 33%;
    right: -10px
}

.index_list a.news_list {
    display: inline-block;
    width: 100%;
    color: #000;
    margin: 5px 0 0 15px;
    line-height: 20px;
    overflow: hidden;
    font-size: 18px
}

.float-none{
    float: none !important;
}

.sub-flex {
    display: flex;
    flex-wrap: wrap
}

dl.keynote_list {
    position: relative;
    z-index: 1;
    float: none;
    display: inline-block;
    width: 100% !important;
    margin: 2%;
    padding: 0;
    cursor: pointer
}

dl.keynote_list dt,
dl.keynote_list dd {
    display: table-cell;
    padding: 4px;
    text-align: left
}

dl.keynote_list dt {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden
}

dl.keynote_list dt img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px
}

dl.keynote_list dd {
    line-height: 25px;
    padding-left: 20px
}

dl.keynote_list dd b {
    display: block;
    margin-bottom: 6px
}

dl.keynote_list dd p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 20px;
    border-bottom: #eee 1px solid
}

.index_news_list,
.index_news_list li {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-left: 0
}

.index_news_list li {
    border-bottom: #ddd 1px dashed;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative
}

.index_news_list li~li {
    padding-top: 10px
}

.index_news_list li a {
    color: #5A5050
}

.index_news_list li p,
.index_news_list li span {
    display: inline-block;
    font-size: initial;
    vertical-align: top;
    font-size: 18px
}

.index_news_list li p {
    flex: 1;
    padding-left: .5em
}

.index_news_list li span {
    flex: none;
    padding-left: 10px;
    font-weight: bold;
    order: -1
}

.index_news_list li span>time {
    display: block;
    color: #CF1F1F
    /* color:#3C4186; */
}

.index_news_list li a:hover {
    font-weight: bold
}

.index_news_list.main_news_list li {
    border-bottom: none
}

.index_news_list.main_news_list .text {
    width: 100%;
    padding: 20px 20px 20px 10px;
    display: block;
    font-size: 19px;
    line-height: 1.25
}

.index_news_list.main_news_list .date {
    flex-basis: 130px;
    text-align: center;
    color: white;
    padding: 4px 12px;
    background: var(--colorSecondary);
    box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, .3);
    font-size: 0.95em;
}

.index_news_list.main_news_list.news_d_list {
    padding-left: 10px;
    padding-right: 10px
}

.index_news_list.main_news_list.news_d_list .date {
    order: 1;
    flex: none
}

.index_news_list.main_news_list.news_d_list .text {
    padding: 0;
    margin-left: 0
}

@media screen and (min-width:1101px) {
    .align-items-center{
        align-items: center;
    }

    .justify-content-center{
        justify-content: center
    }

    .index_news_list.main_news_list .text {
        word-wrap: break-word;
        word-break: break-all
    }
}

@media screen and (max-width:1100px) {
    .index_news_list {
        margin-top: .5rem;
        margin-bottom: 0
    }

    .index_news_list.main_news_list .date {
        position: static;
        flex-basis: auto
    }

    .index_news_list.main_news_list.news_d_list .date {
        margin-left: auto
    }
}

@media screen and (max-width:640px) {
    .index_news_list.main_news_list .text {
        margin-left: 0;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 0
    }

    .index_news_list li {
        flex-direction: column;
        align-items: flex-start
    }
}

time.old-time {
    text-decoration: line-through
}

.wb06 {
    width: 15px;
    height: 15px;
    background: #5bc0de;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.wb07 {
    width: 15px;
    height: 15px;
    background: #f3b755;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu {
    width: 100%;
    color: #fff
}

#cssmenu ul ul {
    display: none
}

#cssmenu>ul>li.active>ul {
    display: block
}

.align-right {
    float: right
}

#cssmenu>ul>li {
    position: relative;
    background-color: #fff;
    margin-bottom: 2px
}

#cssmenu>ul>li:nth-child(even) {
    background: #20A19C
}

#cssmenu>ul>li:nth-child(even)>a {
    color: #d8f3f0
}

#cssmenu>ul>li::before {
    content: '';
    display: block;
    width: 8px;
    height: 9px;
    position: absolute;
    top: 20px;
    left: 8px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000
}

#cssmenu>ul>li>a:hover {
    background: #1776A6
}

#cssmenu>ul>li>a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    line-height: 20px;
    padding-left: 25px
}

#cssmenu>ul>li>a:hover {
    color: #d8f3f0
}

#cssmenu ul>li>a:after,
#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #ddd;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#cssmenu ul>li>a:before,
#cssmenu ul>li.has-sub>a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ddd;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#cssmenu ul>li.has-sub.open>a:after,
#cssmenu ul>li.has-sub.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 15px;
    text-decoration: none;
    color: #666;
    background: #fff;
    border-bottom: #F6F5F5 1px solid;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu ul ul li a:hover {
    color: #000;
    background-color: #F9F6F6
}

#cssmenu ul ul ul li a {
    padding-left: 32px
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #ddd
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ddd
}

@media screen and (min-width:1101px) {
    #cssmenu>ul>li:hover {
        background: #1776A6
    }

    #cssmenu>ul>li:hover>a+ul {
        display: block
    }

    #cssmenu>ul>li:hover>a {
        color: #d8f3f0
    }
}

.mainTitle {
    position: relative;
    padding: 10px 17px;
    padding-left: 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc
}

.mainTitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2.5px;
    height: 5px;
    width: 55px;
    background-color: #cacaca;
}

.mainTitle p,
.mainTitle span {
    display: inline;
    line-height: 1;
    /* color: #8a3232;
    color:#c8682e;
    color: #BD5153; */
    color: var(--colorTxt);
    font-size: 24px;
    font-weight: bold
}

.mainTitle .small {
    display: none;
    color: #969696;
    font-size: 80%;
    line-height: 1;
    font-family: 'Hind', sans-serif
}

.zone {
    display: block
}

.divTable {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    padding-left: 0
}

.divTable>li,
.divTable>.divRow {
    display: table-row
}

.divTable .divCell {
    display: table-cell
}

.divTable>.divRow>li,
.divTable>li>span,
.divTable>li>p,
.divTable>li>.list {
    display: table-cell;
    vertical-align: middle;
    padding: 6px
}

.divTable>.divRow>li {
    vertical-align: top
}

.divTable.subTopic>li>span {
    position: relative;
    text-align: center;
    background: #0D64AC;
    color: #fff
}

.divTable.subTopic>li>span:not(:last-child)::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 15px;
    background: #fff
}

.divTable.subTopic>li>p {
    padding: 10px;
    background: rgba(244, 240, 240, .6);
    border-bottom: rgba(221, 221, 221, .5)1px solid
}

.divTable.subTopic>li>p:first-child{
    background-color: var(--colorMain) !important;
}

.divTable.subTopic>li>.item{
    width: 180px;
    text-align: center;
    background: var(--colorSecondary) !important;
    color: #fff;
}

.divTable.subTopic>li>p>span {
    display: block;
    color: #787878
}

.divTable.subTopic>li>p>.box {
    display: flex
}

.divTable.subTopic>li:nth-child(even)>p,
.divTable.subTopic>li:nth-child(even)> .list {
    background: rgba(244, 240, 240, .6)
}

.us-table>li>span>i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px
}

.venue-table>ul>li {
    display: block ! important
}

.venue-table>ul>li:nth-of-type(1) {
    width: 100%
}

.swiper-container {
    width: 100%;
    margin: 0 auto;
    border: #eee 1px solid;
    padding: 10px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-container img {
    max-width: 100%
}

.regis_list {
    text-align: center
}

.regis_list span.box {
    text-align: left;
    padding-top: 10px
}

.regis_list span.box .form_text {
    display: inline-block;
    width: calc(100% - 77px);
    height: 31px
}

textarea.form_text {
    height: auto !important
}

.regis_list span.box .form_button {
    float: none;
    display: inline-block;
    width: auto;
    margin-top: 5px;
    padding: 0 7px;
    height: 31px;
    font-size: 13px
}

.message::selection {
    background: #76b852;
    color: #fff
}

.message::-moz-selection {
    background: #76b852;
    color: #fff
}

.login-box {
    margin-bottom: 20px
}

.login-box .title {
    position: relative;
    text-align: center;
    padding: 20px 20px 30px;
    font-size: 34px;
    color: var(--colorSecondary)
}

.login-box .title::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px var(--colorSecondary) solid;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.login-box .title::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px #fff solid;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}


.login-box section {
    padding: 20px 0;
    border-top: var(--colorSecondary) 1px solid;
    border-bottom: var(--colorSecondary) 1px solid;
    margin-bottom: 20px
}

.login-page {
    max-width: 700px;
    width: 100%;
    margin: auto
}

@media (max-width:1100px){
    .login-box .title{
        padding-bottom:20px;
        font-size: 25px;
    }
}

.form {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 0;
    text-align: center
}

.form input {
    font-family: Arial, sans-serif;
    outline: 0;
    background: #f6f6f6;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px
}

/* .form_button {
    text-transform: uppercase;
    outline: 0;
    display: inline-block;
    width: 50%;
    border: 0;
    padding: 7.5px 15px;
    color: #FFF;
    font-size: 16px;
    -webkit-transition: all .3 ease;
    transition: all .3 ease;
    cursor: pointer;
    background: var(--colorSecondary);
    text-align: center
}

.form_button:hover,
.form_button:active,
.form_button:focus {
    background: var(--colorSecondary);
    color: #fff
} */

.form_button+.form_button {
    width: calc(50% - 5px) !important;
    margin-left: 5px
}

.login-regis {
    background-color: var(--colorPoint) !important
}

.login-dark {
    background-color: #777 !important
}

.login-submit {
    width: 100%
}

.form .message {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 16px;
    text-align: right
}

.form .message a {
    position: relative;
    display: inline-block;
    width: 50%;
    color: #636262;
    text-decoration: none;
    text-align: left;
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px
}

.form .message a::after {
    content: '→';
    float: right
}

.form .register-form {
    display: none
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.styled-checkbox+label:before {
    content: '';
    margin-left: 3px;
    margin-top: 2px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #f35429
}

.styled-checkbox:hover+label:before {
    background: #f35429
}

.styled-checkbox:checked+label:before {
    background: #f35429
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    box-shadow: none
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.login-text {
    display: inline-block;
    vertical-align: middle;
    color: #666
}

.login-text span {
    float: left;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 36px;
    padding-left: 1px;
    border-radius: 50%;
    background-color: #ED5F27;
    font-size: 23px;
    margin-top: 5px;
    margin-right: 10px;
    color: #fff
}

.login-text b {
    text-align: left;
    color: #C11414;
    line-height: .8;
    font-size: 15px
}

.login-text b>em {
    display: block;
    font-style: normal;
    font-size: .9em;
    color: #999
}

ol.login-link {
    float: left;
    width: 100%;
    border-bottom: #eee 1px solid;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0
}

ol.login-link>li {
    position: relative;
    display: inline-block;
    width: 33%
}

ol.login-link>li>p,
ol.login-link>li>a:hover,
ol.login-link>li>a.active {
    color: #3c4043;
    font-weight: 700
}

ol.login-link>li>a {
    display: block;
    color: #999;
    font-size: 16px
}

.nav_link>li>a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.nav_link>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: -8px;
    background-color: var(--colorMain);
    height: 3px;
    transition: left, right, .3s ease-out
}

.nav_link>li>a.active:before,
.nav_link>li>a:hover:before {
    left: 0;
    right: 0
}

.member_title {
    position: relative;
    font-size: 17px;
    padding-left: 12px;
    margin-top: 20px;
    margin-bottom: 5px
}

.member_title::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #961111
}

.text-middle-line {
    float: left;
    position: relative;
    width: 100%;
    line-height: 35px;
    text-align: center;
    color: #454445;
    font-size: 26px;
    margin-bottom: 25px
}

.text-middle-line::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #BEBCBC;
    z-index: 0
}

.text-middle-line span {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff
}

.text-middle-line span::before,
.text-middle-line span::after {
    content: '';
    display: block;
    width: 13px;
    height: 19px;
    background-image: url(../images/icon05.png);
    position: absolute;
    top: 8px;
    left: 0
}

.text-middle-line span::after {
    left: auto;
    right: 0
}

.member_btn .form_button {
    display: inline-block;
    /* float: none;
    width: auto;
    background: #ED5F27 */
}

.member_form li p:last-child::before {
    display: none
}

.member_form .form_text,
.member_form .form_button {
    display: inline-block;
    float: none;
    height: 30px
}

.member_form .form_text {
    width: 100%;
    height: 40px;
    border-width: 0 0 1px 0;
    border-color: #d7d7d7
}

.member_form .form_button {
    width: 100px;
    line-height: 1
}

.member_form p {
    position: relative
}

.member_form .member_btn .form_button {
    width: auto;
    height: auto;
    padding-top: 12px;
    padding-bottom: 10px
}

.member_form .form_button.edit_btn {
    width: auto;
    text-transform: lowercase
}

.member_form .form_text+.form_button {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
    padding-top: 7px
}

.member_form .price_text {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 50px;
    height: 25px;
    text-align: center
}

.member_form span.menu_text .price_text {
    width: 300px
}

.member_form label {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 4px;
    margin-bottom: 6px
}

blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 10px 20px !important;
    margin: 20px 0 !important;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    color: #666;
    border-left: 6px solid #c76c0c;
    border-right: 2px solid #c76c0c;
    -moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc
}

blockquote::before {
    content: "\201C";
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 5px
}

blockquote::after {
    content: ""
}

blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c
}

blockquote a:hover {
    color: #666
}

blockquote em {
    font-style: italic
}

blockquote p {
    margin-bottom: 10px
}

blockquote p>b {
    display: block
}

.index_n_list {
    padding: 4px 8px 4px 0;
    font-size: 14px;
    color: #666;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index_n_list dt {
    font-size: 1.5em;
    color: #000
}

.index_n_list span {
    display: none;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    margin-top: 4px;
    text-align: center
}

.index_n_list span img {
    width: 38px;
    margin-top: 5px
}

.member_regis_btn {
    display: flex;
    justify-content: center
}

.member_regis_btn .form_button {
    width: auto !important
}

.inline-num {
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    padding-right: 10px
}

.inline-center a {
    color: #D84527
}

.inline-center a+a:before {
    content: '';
    height: 10px;
    display: inline-block;
    border-left: 1px solid #333;
    padding-left: 10px;
    margin-left: 5px
}

.award_list {
    border-bottom: none !important;
    padding-top: 5px !important;
    text-align: left !important
}

.award_list li {
    width: 100% !important;
    vertical-align: top;
    margin-bottom: 25px
}

.award_list p {
    color: #666;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 40px 0 40px;
    text-align: center !important
}

.index-flex{
    display: flex;
    flex-wrap: wrap;
    padding-left: 3rem;
    padding-right: 3rem;
}

.index-flex .box{
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
}



.index-movie {
    border: solid 1px #eee;
    padding: 25px 25px 18px;
    box-shadow: 0px 3px 3px 0px #ddd;

    position: relative;
    height: 0;
    padding-bottom: 53.5%;
}

.index-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    max-width: 100%;
}

.regis_intro label {
    margin-top: 0 !important
}

.index-introContent {
    display: flex
}

@media screen and (min-width:1300px) {
    .member_form .member_btn {
        float: right
    }
}


@media screen and (min-width:1101px) {
    .mobile-btn {
        display: none
    }

    .us-table {
        margin-top: 10px
    }

    .us-table>li>span {
        display: inline-block !important;
        width: 100% !important;
        text-align: left
    }

    .regis_note {
        text-align: right
    }

    #footer .list.slider-list figure {
        padding-top: 15px
    }

    .index-flex{
        max-width: 95em;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }


    .index-flex .contactform .login-box{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0;
    }

    .index-flex .contactform .login-box .contactImg{
        flex: none;
        max-width: 17em;
    }

    .index-flex .avatar-image-border .avatar-title{
        font-size: 1em;
    }
}

@media screen and (max-width:1100px) {
    .mainTitle .txt {
        display: flex;
        flex-wrap: wrap
    }

    .mainTitle p {
        font-size: 20px;
        padding-right: .75rem
    }

    .mainTitle span {
        display: block;
        padding-left: 0
    }

    nav {
        width: 20%
    }

    aside {
        width: calc(20% - 20px)
    }

    #header>.login-btn {
        position: fixed;
        top: auto;
        bottom: 10px;
        transform: translateY(0);
        z-index: 1000
    }

    #header>.login-btn a {
        font-size: 14px
    }

    .regis_title {
        display: none !important
    }

    .regis_list,
    .regis_intro {
        float: left;
        display: block !important;
        text-align: left;
        padding-bottom: 10px;
        width: 100%
    }

    .regis_list p {
        display: block !important;
        width: 100% !important
    }

    .regis_list p::before {
        content: attr(data-title)':';
        display: block;
        font-weight: bold;
        font-size: .93em
    }

    .regis_list p.text-left::before {
        display: none
    }

    .regis_intro p {
        display: block !important;
        width: 100% !important
    }

    .member_regis_btn {
        flex-direction: column
    }

    .index-introContent {
        flex-direction: column
    }

    .index-introContent .index-movie {
        width: calc(100% - 2rem);
        margin: 0 1rem
    }

    .index-movie {
        padding-bottom: 64.5%;
    }

    .divTable.subTopic>li>.item br{
        display: none;
    }

    .index-flex .contactform .selection-title {
        width: calc(100% - 3rem);
    }
}

.mobile-btn-box,
.mobile-btn-box a {
    display: none !important
}

@media screen and (max-width:1100px) {
    .dropdown-login {
        display: none
    }

    dl.keynote_list dt,
    dl.keynote_list dt img {
        width: 100px;
        height: 100px
    }

    .mobile-btn-box,
    .mobile-btn-box a {
        display: block !important;
        width: 100%;
        padding: 6px
    }

    .mobile-btn-box {
        text-align: center;
        background: url(../images/left_bk.png);
        margin: 10px 0
    }

    .mobile-btn-box a {
        color: #000
    }

    .mobile-nav-menu {
        display: none;
        animation: menuNav .5s, -webkit-animation:menuNav .5s
    }

    .mobile-nav-menu .title {
        display: none
    }

    @keyframes menuNav {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes menuNav {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    nav {
        width: 100%
    }

    #NavLeft {
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

    #NavLeft .link li {
        padding: 4px
    }

    article {
        width: 100%;
        padding-top: 0
    }

    aside {
        display: none
    }

    .divTable.subTopic>li>p {
        border-bottom: none
    }

    .maincontent.insp20-t {
        padding-top: 0
    }

    #footer .list {
        width: calc(100% - 10px) !important;
        margin: 10px 0;
        padding: 1rem
    }

    #footer .list span {
        top: -18px
    }

    #footer .list figure {
        padding: 4px
    }

    #footer .list.slider-list figure {
        padding-bottom: 20px
    }

    .divTable>li>span,
    .divTable>li>p,
    .divTable>li>.list {
        display: block !important
    }

    .divTable.subTopic>li>span,
    .divTable.subTopic>li>p,
    .divTable>li>.list {
        display: table-cell
    }

    .divTable.subTopic>li.regis_intro>p {
        float: left
    }

    .form_button {
        width: 100%
    }

    .form_button+.form_button,
    .member_form .form_text,
    .member_regis_btn .form_button {
        width: calc(100%) !important
    }

    .form_button+.form_button {
        margin-top: 4px;
        margin-left: 0
    }

    .member_form li p {
        display: block !important;
        width: 100% !important;
        overflow: hidden
    }

    .member_form label {
        display: block
    }

    .member_form .form_text {
        margin-top: 0;
        margin-bottom: 4px
    }

    .member_regis_btn .form_button {
        margin-bottom: 2px
    }
}

@media screen and (max-width:800px) {
    .index-movie iframe {
        height: 300px
    }

    /* #header {
        padding: 5px
    } */
}

.customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px
}

.customers td,
.customers th {
    border: 1px solid #ddd;
    padding: 8px
}

.customers tr:nth-child(even) {
    background-color: #f2f2f2
}

.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #2573B4;
    color: white
}

@media screen and (max-width:1100px) {

    .mobile_table table,
    .mobile_table table>tbody,
    .mobile_table table>tbody>tr,
    .mobile_table table>tbody>tr>td {
        display: block !important;
        width: 100%
    }

    .mobile_table,
    .mobile_table table {
        min-width: 100%;
        border: 0 !important
    }

    .mobile_table table>thead {
        display: none
    }

    .mobile_table table>tbody {
        width: 100%
    }

    .mobile_table table>tbody>tr {
        margin-bottom: 15px
    }

    .mobile_table table>tbody>tr>td {
        position: relative;
        width: 100%;
        line-height: 150%;
        padding: 0;
        margin-bottom: 3px;
        background: #FAFAFA;
        text-align: left;
        padding-top: .5em;
        padding-left: 12em;
        padding-bottom: 4px;
        white-space: normal !important;
        word-break: break-all;
        overflow: hidden
    }

    .mobile_table table>tbody>tr>td::before {
        content: attr(data-title);
        display: inline-block;
        color: #a24343;
        padding: 6px 9px;
        background: #e6eaef;
        color: #515e69;
        margin-right: 5px;
        position: absolute;
        top: 0;
        left: 0;
        width: 13em;
        height: 100%;
        font-size: 14px
    }
}

.index-wrap {
    width: 100%;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.index-wrap  .maincontent{
    padding-left: 1em;
    padding-right: 1em;
}

.index-wrap  .maincontent.index-content-news{
    padding-top: 0;
}

.index-intro-wrap .title-wrap h3 {
    color: #3675A2;
    font-size: 25px;
    letter-spacing: 2px
}

.index-intro-wrap .text-wrap {
    display: flex;
    align-items: center
}

.index-intro-wrap .text-wrap blockquote {
    flex: 1;
    box-shadow: none;
    border-right: none;
    border-left-color: #49657A;
    border-left-width: 8px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 20px;
    line-height: 1.8
}

.index-intro-wrap .text-wrap blockquote p {
    margin-bottom: 0
}

.index-intro-wrap .text-wrap blockquote p:first-letter {
    padding-left: 10px
}

.index-intro-wrap .text-wrap .img-wrap {
    position: relative;
    width: 400px;
    display: inline-flex;
    align-items: flex-end
}

.index-intro-wrap .text-wrap .img-wrap img {
    width: 300px
}

.index-intro-wrap .text-wrap .img-wrap .title-wrap {
    order: -1;
    flex: none
}

@media screen and (min-width:1101px) {
    .index-introContent {
        padding-right: 1rem
    }

    .index-introContent .box:first-of-type {
        width: 65%;
        margin-right: .5rem;
        padding-right: .5rem;
        padding-top: 0
    }

    .index-introContent .index-movie {
        width: 35%;
        margin-right: 1rem
    }

    .index-introContent .index-movie iframe {
        height: 350px
    }
}

@media screen and (max-width:1100px) {
    .index-wrap * {
        line-height: 1.5
    }

    .index-wrap  .maincontent{
        padding: 1em 0.5em;
    }

    .index-flex{
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0.5em;
    }
    
    .index-flex .box{
        padding-left: 0;
        padding-right: 0;
    }

    .index-intro-wrap {
        padding: 2rem 10px 0 10px
    }

    .index-intro-wrap .text-wrap .img-wrap {
        align-items: center
    }

    .index-intro-wrap .text-wrap .img-wrap .title-wrap {
        order: 0
    }

    .index-intro-wrap .text-wrap blockquote p:first-letter {
        padding-left: 0
    }
}

.index-list-wrap {
    margin-bottom: 1rem
}

.index-list-wrap .title-wrap h3 {
    color: #fff
}

.index-news-wrap {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 4rem;
    background: #A6B2BB
}

.index-news-wrap .news-wrap {
    flex: 1;
    margin: 50px 0 0 20px
}

.index-news-wrap .news-wrap li {
    position: relative;
    border-top: #fff 1px solid;
    padding: .25rem 0
}

.index-news-wrap .news-wrap li::before {
    content: '●';
    color: #fff;
    font-size: 12px;
    margin-right: 5px
}

.index-news-wrap .news-wrap li:last-child {
    border-bottom: #fff 1px solid
}

.index-news-wrap .news-wrap li a {
    color: #000
}

.index-news-wrap .news-wrap li a:hover {
    color: #fff
}

@media screen and (max-width:1100px) {
    .index-news-wrap {
        padding-bottom: 2rem
    }

    .index-news-wrap .news-wrap {
        margin-top: 1rem;
        margin-left: 0
    }
}

.index-date-wrap {
    margin-bottom: 0;
    padding-bottom: 0
}

.index-date-wrap .title-wrap h3 {
    color: #3675A2
}

.date-wrap {
    width: 100%;
    margin: 50px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.date-wrap li {
    flex: none;
    width: 18%;
    margin: 0 1%;
    flex: 1;
    text-align: center
}

.date-wrap li .text {
    height: 200px;
    padding: 0 .5rem;
    border: #fff 2px solid;
    display: flex;
    align-items: center;
    justify-content: center
}

.date-wrap li .text p,
.date-wrap li .text a {
    font-family: 'microsoft jhenghei', Arial;
    font-weight: 100;
    color: #fff;
    font-size: 18px
}

.date-wrap li .sub-text {
    font-family: 'microsoft jhenghei', Arial;
    display: inline-block;
    vertical-align: middle;
    background: #EFD797;
    text-align: center;
    padding: .25rem 1rem;
    margin-top: -2rem
}

@media screen and (max-width:1100px) {

    .index-intro-wrap .text-wrap,
    .index-intro-wrap .text-wrap .img-wrap,
    .index-news-wrap,
    .date-wrap {
        flex-wrap: wrap;
        flex-direction: column
    }

    .index-date-wrap {
        padding-top: 0;
        padding-bottom: 1rem
    }

    .date-wrap {
        flex-direction: row;
        justify-content: flex-start;
        margin: 1rem 0
    }

    .date-wrap li {
        flex: none;
        width: 48%;
        margin-bottom: 1rem
    }
}

.index-sub-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.index-sub-wrap .icon-wrap,
.index-sub-wrap .text-wrap,
.index-sub-wrap .img-wrap {
    flex: 1
}

.index-sub-wrap .icon-wrap {
    flex: 0;
    width: 95px;
    height: 100px;
    background: #FFF;
    border: #888 2px solid
}

.index-sub-wrap .text-wrap {
    margin: 0 5rem
}

.index-sub-wrap .text-wrap,
.index-sub-wrap .text-wrap a {
    color: #1C6E9D;
    font-size: 20px;
    font-family: 'microsoft jhenghei', Arial;
    font-weight: 500
}

.index-sub-wrap .text-wrap a {
    text-decoration: underline
}

.index-sub-wrap .text-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around
}

.index-sub-wrap .text-wrap .title,
.index-sub-wrap .text-wrap .title_link {
    margin-bottom: 1rem
}

.index-sub-wrap .img-wrap {
    text-align: center
}

.index-paper,
.index-travel {
    background: #D2D8DD
}

.index-accomodation {
    background: #A6B2BB
}

@media screen and (max-width:1100px) {
    .index-sub-wrap {
        align-items: flex-start
    }

    .index-sub-wrap .text-wrap,
    .index-sub-wrap .text-wrap a {
        font-size: 18px
    }

    .index-sub-wrap .icon-wrap,
    .index-sub-wrap .img-wrap {
        flex: none;
        width: 50px;
        height: 100%;
        margin-top: 5px
    }

    .index-sub-wrap .img-wrap {
        width: 110px
    }

    .index-sub-wrap .text-wrap {
        margin: 0 1rem
    }

    .index-sub-wrap .text-wrap .title,
    .index-sub-wrap .text-wrap .title_link {
        margin-bottom: 0
    }
}

.material-card {
    position: relative;
    margin-bottom: 6.6em
}

.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    z-index: 10
}

.material-card h2 {
    color: #fff;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 16px;
    padding-top: .85rem;
    margin: 0
}

.material-card h2::before,
.material-card h2::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    transition: all .3s
}

.material-card h2::after {
    top: auto;
    bottom: 0
}

.material-card.Red h2 {
    background-color: var(--colorMain)
}

.material-card.Red h2::before {
    border-top-color: transparent;
    border-right-color: rgb(17, 83, 117);
    border-bottom-color: rgb(17, 83, 117);
    border-left-color: transparent
}

.material-card.Red h2::after {
    border-top-color: var(--colorMain);
    border-right-color: var(--colorMain);
    border-bottom-color: transparent;
    border-left-color: transparent
}

.material-card .mc-content {
    padding-left: 1rem
}

.material-card .img-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.material-card .img-container img {
    display: block;
    max-width: 100%;
    height: auto
}

.material-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0
}

.material-cards .material-card {
    flex: 1;
    margin: 1rem 1rem 5rem
}

@media screen and (max-width:1100px) {
    .material-cards {
        padding: 0;
        margin-top: 0
    }

    .material-cards .material-card {
        flex: 0 0 calc(100% - 2rem);
        max - width: calc(100% - 2rem);
        margin-bottom: 2.5rem
    }
}

.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 12px
}

.pagination>li>a,
.pagination>li span {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    border: 0;
    border-radius: 0 !important
}

.pagination li:hover,
.pagination li.active {
    background: #BD5153
}

.pagination li:hover a,
.pagination li.active a {
    color: #fff
}

.tag-item {
    display: inline-block;
    width: auto;
    line-height: 1.1;
    margin: 2.5px;
    margin-bottom: 5px;
    padding: 10px 15px;
    text-align: center;
    color: #849aae;
    background: #f2f5fa
}
.tag-item.main{
    color: #fff5ef;
    background-color: var(--colorMain);
}

.tag-item.item-tag {
    border-radius: 20px;
    background-color: var(--colorMain);
    /* line-height: 1.5; */
    line-height: 1;
    padding-left: 16px;
    padding-right: 16px;
    color: #fff
}

.tag-item.item-reserve,
.tag-item.item-order,
.tag-item.item-sold {
    padding-left: 8px;
    padding-right: 8px;
    color: #fff
}

.footer-section {
    /* background-color: #284386; */
    background: linear-gradient(to bottom, #1b2e5b 5%, #2C6092 100%);
    position: relative;
    color: #fff;
    width: 100%;
    overflow: hidden
}

.footer-content {
    padding-top: .5rem !important;
    padding-bottom: .75rem !important
}

.footer-widget {
    display: flex;
    align-items: flex-start;
    padding: 1.25rem 1rem 1rem
}

@media(max-width:640px) {
    .footer-widget {
        flex-direction: column
    }

    .footer-content {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

.footer-social-info {
    position: relative
}

/* .footer-social-info,
.footer-social-icon {
    flex: auto
} */

.footer-social-info p,
.footer-social-icon p {
    margin-bottom: .25rem
}

.footer-social-info p:last-child,
.footer-social-icon p:last-child {
    margin-bottom: 0
}

.footer-title {
    margin-bottom: 10px
}

.footer-social-icon a {
    color: #fff
}

.footer-social-icon .icon {
    text-align: center;
    margin-top: -3px;
    padding-right: 15px
}

.footer-social-icon small {
    color: #c0bfbf;
    font-size: 90%;
    padding-left: 5px
}

@media(min-width:1025px) {
    .footer-social-icon {
        flex: 1;
        padding-left: 3rem
    }

    .footer-social-info .footer-title+p {
        padding-left: 1.25rem
    }
}

@media(max-width:640px) {
    .footer-social-icon {
        padding-top: 1rem
    }

    .footer-social-icon .list {
        display: flex
    }

    .footer-social-icon .list .icon {
        flex-shrink: 0;
        width: 85px;
        text-align: left
    }
}

.copyright-text {
    background-color: #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px
}

.iware {
    display: inline-block;
    text-align: center;
    padding: 2px 4px
}

.iware p {
    display: inline-block;
    background-color: #000;
    padding: 1px 6px
}

.iware,
.iware a,
.iware b {
    font-size: 11px;
    font-weight: normal;
    color: #d5d5d5
}

.avatar-img {
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.msg-wrap {
    display: flex;
    margin-top: 2rem
}

.msg-wrap .img {
    flex: none;
    width: 460px
}

.msg-wrap .txt {
    width: 100%;
    margin-left: 1.5rem;
    padding: 1rem 0 1rem 1rem
}

.msg-wrap .txt .name {
    color: var(--colorMain);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px
}

.msg-wrap .txt .subTxt {
    color: #969696
}

.msg-wrap .txt article {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0
}

@media(max-width:640px) {
    .msg-wrap {
        flex-direction: column;
        margin-top: 0
    }

    .msg-wrap .img {
        flex: 1;
        width: 100%
    }

    .msg-wrap .txt {
        margin-left: 0
    }
}

.sponser-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2.5rem
}

.sponser-img .sponser-img-list {
    flex: 1
}

.sponser-img .swiper-container {
    border: 0;
    margin-left: 40px;
    margin-right: 40px
}

.sponser-img-list {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 12px 10px;
    border: 3px solid var(--colorSub);
    margin-right: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.sponser-img-list::after {
    content: "";
    display: block;
    background: url(../images/editor-sd.png)no-repeat;
    background-size: auto;
    background-size: contain;
    height: 20px;
    width: 100%;
    bottom: -23px;
    left: 0;
    position: absolute
}

.sponser-img-list .pic {
    position: relative;
    height: 3.5rem;
    overflow: hidden
}

.sponser-img-list .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    margin: auto
}

.sponser-img-list span {
    width: 100%;
    margin: 0 auto 10px auto;
    background: var(--colorSub);
    border-radius: 5px;
    color: #fff;
    font-size: 0.975rem;
    text-align: center;
    display: flex;
    line-height: 20px;
    font-weight: bold;
    padding: 6px 12px;
    min-height: 50px;
    align-items: center;
    justify-content: center
}

.sponser-img .swiper-button-next,
.sponser-img .swiper-button-prev {
    width: 43px;
    height: 42px;
    background-size: 43px 42px;
    margin-top: -21px
}

.sponser-img .swiper-button-next {
    right: 0;
    background-image: url(../images/arrow_circle_right.png)
}

.sponser-img .swiper-button-prev {
    left: 0;
    background-image: url(../images/arrow_circle_left.png)
}

@media(max-width:640px) {
    .sponser-img {
        flex-wrap: wrap;
        margin-top: 0
    }

    .sponser-img-list {
        width: 100%;
        margin-right: 0;
        margin-top: 5px
    }

    .sponser-img .sponser-img-list {
        flex: auto
    }

    .sponser-img-list+.sponser-img-list {
        margin-top: 30px
    }
}

.unresetContent-title {
    color: var(--colorMain) !important;
    font-weight: bold;
    font-size: 22px !important;
    margin: 1.12em 0;
    text-transform: uppercase
}

.unresetTxt {
    line-height: 1.5;
    overflow: hidden;
    padding: 1rem 1rem 0
}

.blog-reset {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .1) !important;
    padding: 1.5rem
}

.blog-card {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    padding: 1.5rem
}

.blog-card:not(:last-child) {
    border-bottom: #e6e6e6 1px solid
}

.blog-card .blog-card-image {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start
}

.blog-card .blog-card-image img {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.blog-category {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    margin: 2px 0 15px
}

.blog-text-success {
    color: #28a745 !important;
    margin-bottom: 10px
}

.blog-card-caption,
.blog-card-caption a {
    color: #333;
    text-decoration: none
}

.blog-card-caption {
    font-size: 1.2rem
}

.blog-card-caption .item {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 700
}

.blog-card-caption .txt {
    line-height: 1.3;
    padding-left: 1.4rem
}

.blog-card-description {
    margin-top: 10px;
    line-height: 1.5
}

.blog-card-description p {
    margin-bottom: 10px
}

.blog-card-description .txt {
    padding-left: 1.56rem
}

.blog-card-description .txt p {
    border-bottom: #eee 1px solid;
    padding-bottom: 10px
}

@media(min-width:710px) {
    .blog-card .blog-card-image {
        flex: 0 0 400px;
        height: 400px
    }

    .blog-card .blog-card-image+.blog-table {
        flex: 0 0 calc(100% - 400px);
        padding: 30px 0 15px 40px
    }
}

@media(max-width:460px) {
    .blog-card .blog-card-image {
        margin-bottom: 10px
    }

    .blog-card .blog-card-image,
    .blog-card .blog-table {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.avatar-flex,
.avatar-flex .avatar-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.avatar-flex {
    margin-bottom: 10px
}

.avatar-flex .avatar-wrap {
    max - width: calc(33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2rem;
    flex-direction: column
}

.avatar-image {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px
}

.avatar-image::before {
    position: absolute;
    content: "";
    width: 107%;
    height: 107%;
    top: -3.5%;
    left: -3.5%;
    background-color: white;
    border-radius: 50%;
    z-index: 1
}

.avatar-image::after {
    position: absolute;
    content: "";
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background-color: #ff6e02;
    background-image: linear-gradient(to bottom, #fff 0, #ff0 50%, #ff6e02 100%);
    border-radius: 50%;
    z-index: 0
}

.avatar-image::before,
.avatar-image::after {
    display: none
}

.avatar-image .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background-color: #E9E9E9
}

.avatar-image .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%
}

.avatar-image-border {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: #ddd 1px solid;
    background: #f7f7f7;
    padding: 20px
}

.avatar-image-border .image-wrapper {
    border-radius: 5px;
    overflow: hidden
}

.avatar-image-border .txt-wrap {
    padding: 12px 8px 0;
    text-align: center;
    line-height: 1.25
}

.avatar-image-border .avatar-title {
    color: #000;
    font-size: 18px
}

.avatar-image-border .avatar-titleMain {
    color: #52665c;
    font-weight: bold
}

.avatar-image-border .avatar-title+.avatar-info {
    margin-top: 5px;
    font-weight: bold
}

.avatar-image-border .avatar-info {
    color: #666;
    font-size: 16px;
    font-weight: 200 !important
}

.avatar-flex .avatar-wrap.avatar-image-wrap {
    flex-wrap: wrap;
    margin-bottom: 0
}

.avatar-image-wrap .avatar-image-border {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: calc(33% - 10px);
    margin: 0 5px 10px;
    padding: 3px 8px
}

.avatar-image-wrap .avatar-image-border .image-wrapper {
    width: 200px;
    display: none
}

.avatar-image-wrap .avatar-image-border .txt-wrap {
    flex: 1;
    text-align: center;
    padding: 7px 0
}

.avatar-caption {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    font-size: 15px;
    border: #d9d9d9 1px solid;
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px 15px 0 25px
}

.avatar-caption::before,
.avatar-caption::after {
    content: '';
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px
}

.avatar-caption::before {
    border-color: transparent transparent #d9d9d9 transparent;
    bottom: 10.3%
}

.avatar-caption::after {
    border-color: transparent transparent #fff transparent;
    bottom: 100%
}

.avatar-name {
    display: flex;
    flex-wrap: wrap
}

.avatar-name:first-child {
    margin-bottom: 2px
}

.avatar-name:last-of-type{
    margin-bottom: 20px !important;
}

.avatar-name:not(:first-child) {
    margin-bottom: 10px
}

.avatar-name .item {
    flex: none;
    padding-right: 10px
}

.avatar-name .item i {
    font-size: 1rem
}

.avatar-name .txt {
    flex: 1;
    line-height: 1.5;
}

.avatar-name .txt h3 {
    display: inline;
    font-size: 1.15rem;
    font-weight: 700
}

.avatar-name .txt li,
.avatar-name .txt p {
    margin-bottom: 5px
}

.avatar-name .txt ul,
.avatar-name .txt ol {
    padding-left: 1rem;
    margin: 0;
    list-style: disc
}

.avatar-name .txt-name {
    margin-bottom: 15px
}

.avatar-name h3 {
    color: var(--colorMain);
    margin-right: 3px
}

.avatar-name .tag-item {
    color: #8a3232;
    background: #ead9d9;
    margin-right: 5px;
    padding: 10px
}

.avatar-name .txt-sub {
    display: inline-flex;
}

.avatar-name .txt-sub .txt-subName{
    flex: none;
}

@media(min-width:300px) {
    .avatar-flex .avatar-wrap {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start
    }

    .avatar-image {
        flex: none;
        width: 150px;
        height: 150px;
        margin-left: 10px;
        margin-right: 25px
    }

    .avatar-caption {
        margin-top: 0
    }

    .avatar-caption::before,
    .avatar-caption::after {
        border-width: 0 10px 10px 10px;
        left: -15px;
        transform: translate(0, 0)rotate(-90deg);
        top: 60px
    }

    .avatar-caption::before {
        border-color: transparent transparent #463a3a transparent
    }

    .avatar-name .tag-item {
        margin-top: 5px
    }
}

@media(max-width:640px) {
    .avatar-flex .avatar-wrap {
        flex-wrap: wrap;
        justify-content: center
    }

    .avatar-image {
        width: 200px;
        height: 200px;
        margin-bottom: 30px
    }

    .avatar-caption::before,
    .avatar-caption::after {
        top: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .avatar-caption::before {
        bottom: 100%
    }

    .avatar-flex .avatar-wrap.avatar-image-wrap {
        margin-bottom: 0
    }

    .avatar-image-wrap .avatar-image-border {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px
    }
}

.unreset_list,
.unreset_list li {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-left: 0
}

.unreset_list li {
    padding: .25em 0 .5em .75em;
    margin-bottom: 15px;
    line-height: 1.25;
    border-bottom: #ddd 1px dashed;
    display: flex;
    align-items: center;
    position: relative
}

.unreset_list li~li {
    padding-top: 10px
}

.unreset_list li p {
    font-weight: bold
}

.unreset_list time {
    color: var(--colorPoint);
    font-weight: normal
}

.unreset_list li p,
.unreset_list li span {
    display: inline-block;
    font-size: initial;
    vertical-align: top;
    font-size: 18px
}

@media(max-width:640px) {
    .unreset_list p>time {
        display: block
    }
}

.card-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .5rem 0 1rem
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: .75rem
}

.card-wrap .card {
    width: auto;
    height: auto;
    flex-grow: 1;
    max-width: 100%;
    margin: 5px 15px 5px 5px;
    border-radius: 0;
    overflow: hidden;
    flex-direction: row
}

.card-wrap .card-img-top {
    border-radius: 0;
    text-align: center;
    overflow: hidden;
    flex: 0 0 340px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.card-wrap .card-body {
    padding: .75rem 1.5rem .75rem .75rem
}

.card-wrap .card-text {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: .25rem !important
}

.card-wrap .card-text .tag-item {
    min-width: 95px;
    margin-right: 10px
}

.card-wrap .card-text .tag-item+* {
    padding-top: 10px
}

.selection-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0
}

.selection-name {
    width: 100%;
    margin-bottom: 1em
}

.selection-name .text-main {
    font-size: 1.3rem;
    letter-spacing: .75px;
    font-weight: 900;
    color: var(--colorMain)
}

.selection-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #5d5b53;
    margin-top: 20px
}

.selection-title .list {
    display: flex
}

.selection-item {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 25px
}

.selection-card {
    list-style: none;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
}

a.selection-card-img,
.selection-card-img {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .125);
    border-radius: 10px;
    overflow: hidden
}

@media(min-width:650px) {
    .selection-content {
        padding: 1.5rem 1rem .75rem
    }

    .selection-title {
        display: block;
        flex: 0 0 400px;
        margin-right: 20px;
        margin-left: 45px
    }

    .selection-item {
        flex: 1
    }

    .selection-item-3 .selection-card {
        flex: 0 0 33%;
        max-width: 33%
    }
}

@media(max-width:640px) {
    .selection-card {
        flex: 0 0 50%;
        max-width: 50%
    }

    .selection-item-full .selection-card {
        flex: 0 0 100%;
        max-width: 100%
    }

    a.selection-card-img img,
    .selection-card-img img {
        width: 100%
    }
}

.ExpInfoList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ExpInfoList .infoItem {
    max - width: calc((100% / 3) - 10px)
}

.infoItem {
    width: 100%;
    background: #fbfbff;
    border: #EBEBEB 1px solid;
    padding: 6px
}

.infoItem .title {
    padding: 8px 15px;
    margin: 0;
    text-align: left;
    font-size: 20px;
    letter-spacing: -.8px;
    background: var(--colorMain);
    color: #fff !important;
    font-weight: normal !important;
    line-height: 1.4
}

.infoItem .des {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0 .5em;
    padding-left: .8em;
    padding-right: .8em
}

.infoItem .des p {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px
}

.infoItem .des p::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--colorSub);
    position: absolute;
    top: 9px;
    left: 0
}

@media(min-width:650px) {
    .infoItem {
        height: 100%;
        margin-bottom: 20px
    }
}

.contactform {
    display: flex;
    flex-wrap: wrap
}

.contactform .login-box {
    flex: none;
    width: 450px;
    margin-top: 18px
}

.contactform .login-box section {
    border-top: none;
    border-bottom: none
}

.contactform .blog-reset {
    flex: 1;
    padding: 1.5rem
}

.contactform .member_form {
    margin-top: 0;
    margin-bottom: 0
}

.contactform .member_form>li>p {
    background-color: transparent;
    padding-top: 7px;
    padding-bottom: 7px
}

.contactform .member_form>li>p:first-child {
    width: 180px;
    text-align: center;
    background: rgb(240, 240, 240);
    color: #fff;
    line-height: 1.3
}

.contactform .member_form .form_text {
    border-width: 0;
    background-color: #fff
}

.contactform .member_form textarea.form_text {
    padding: 5px
}

.contactform .member_form .regis_intro label {
    margin-bottom: 0;
    margin-right: 1rem
}

.contactform .member_regis_btn {
    width: 100%
}

.contactform .selection-title {
    margin-top: .25rem
}

.contactform .selection-title .item .list span {
    flex: var(--flexNone)
}

.contactImg {
    padding-top: 0
}

@media(max-width:1100px) {
    .contactform {
        flex-direction: column
    }

    .contactform .login-box {
        margin-top: 0
    }

    .contactform .login-box section {
        margin-bottom: 0;
        padding-bottom: 0 !important
    }

    .contactform .selection-title {
        display: block
    }

    .contactform .selection-title .list {
        font-size: 15px
    }

    .contactform .member_form>li>p {
        padding-left: 0;
        padding-right: 0
    }

    .contactform .member_form .form_text {
        border: 1px solid #ccc
    }

    .contactform .member_form>li>p>.member_form_radio {
        justify-content: space-around
    }

    .contactform .member_form>li>p br {
        display: none
    }
}

@media(max-width:640px) {
    .contactform .selection-title {
        padding-left: 3rem
    }
}

.list-fa {
    flex: none;
    width: 28px;
    height: 28px;
    border: #bbb9b3 1px solid;
    line-height: 26px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    margin-top: 1px
}

.underline {
    position: relative;
    text-align: center
}

.underline:after {
    content: "";
    display: block;
    background: red;
    height: 4px;
    max-width: 35px;
    width: 100%;
    margin: 0 auto
}

.sample22 {
    position: relative;
    text-shadow: 2px 2px white;
    padding-left: 5px
}

.sample22::before {
    content: "";
    position: absolute;
    background-color: #b3e0f2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -4%;
    left: -6px;
    z-index: -1
}

.title50 {
    position: relative;
    padding: 0 .5em .1em 2em
}

.title50::before,
.title50::after {
    position: absolute;
    content: '';
    border-radius: 100%
}

.title50::before {
    top: .1em;
    left: .2em;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: rgba(249, 139, 78, .85)
}

.title50::after {
    top: .6em;
    left: .7em;
    width: 15px;
    height: 15px;
    background: rgba(78, 108, 93, .65)
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/* Toggle */
.js-avatar-caption{
    overflow: hidden;
    min-height: 100%;
    height: 10em;
}

.js-avatar-caption::after{
    content: '';
    display: block;
    width: calc(100% + 25px);
    height: 5em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,999999+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e3e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e3e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  #ffffff 0%,#e6e3e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e3e3',GradientType=0 ); /* IE6-9 */

    position: absolute;
    bottom: -15px;
    left: -10px;
    z-index: 1;
    top: auto;
    transform: rotate(180deg);
}
.js-avatar-caption.active{
    height: auto;
    padding-bottom: 3em;
}
.js-avatar-caption.active::after{
    display: none;
}

.js-avater-readMore{
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 2;
    /* text-decoration: underline !important; */

    background: #8b9f95;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    display: inline-block;
    padding: 6px 10px 8px;
    transition: all 0.1s 0s ease-out;
}

/* .js-avater-readMore:hover{
    color: #ed7d31;
} */

@media(max-width:640px) {
    .js-avatar-caption{
        height: 12em;
    }

    .js-avatar-caption::after{
        height: 4.25em;
        bottom: 0;
    }

    .js-avater-readMore {
        bottom: 9px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .js-avatar-caption .avatar-name:last-of-type {
        margin-bottom: 40px !important;
    }
}

/* 1229 */
.bootstrap-filestyle{
    display: flex;
    width: 100%;
    max-width: 32.5em;
}

.bootstrap-filestyle .input-group-btn{
    flex: none;
}

.edit_btn,
.bootstrap-filestyle .input-group-btn .form_button.edit_btn{
    height: 40px !important;
    line-height: 1.5 !important;
    text-transform: none !important;
}

.table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    /* table-layout: fixed; */
  }
  
  .table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  .table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  .table th,
  .table td {
    padding: 0.3em 0.625em;
    text-align: center;
  }
  
  .table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .table-box ~ .table-box{
    margin-top: 10px;
  }

  .table-box .form_text{
    text-align: center;
  }
  
  @media screen and (min-width:650px) {
    .table-title{
        width: 200px;
    }

    .table-name{
        width: 250px;
    }
  }

  @media screen and (max-width: 600px) {
    .table-box{
        padding-top: 6px;
    }
    .table-box br{
        display: none;
    }

    .table {
      border: 0;
    }
  
    .table caption {
      font-size: 1.3em;
    }
    
    .table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    .table td {
      border-bottom: 1px solid #ddd;
      display: block;
      text-align: left;
      font-size: .8em;
    }
    
    .table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }

  .d-inline-block{
    display: inline-block;
  }

  .w-auto{
    width: auto !important;
  }

  .mt5{
    margin-top: 5px;
  }
  
  .mt10{
    margin-top: 10px;
  }

  .mb5{
    margin-bottom: 5px;
  }
  
  .mb10{
    margin-bottom: 10px;
  }

  .flexBox-end{
    display: flex !important;
    align-items: flex-end;
  }

  .flexBox-end > .box{
    width: 32em;
    max-width: 100%;
    margin-right: 10px;
  }

  .flexBox-end > .text-muted{
    line-height: 1.25;
  }

  @media screen and (min-width:1101px) {
    .flexBox-end > .box{
        width: 32em;
    }
  }

  /* 20230518 首頁 */
  .heading-title,
  .heading-title .txt{
    display: flex;
    align-items: center;
  }

  .heading-title {
    position: relative;
    margin-bottom: 0.5rem;
    justify-content: space-between !important;
  }

  .heading-title .txt .icon {
    display: inline-block;
    padding-right: 10px;
  }
  
  .heading-title p {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
  }

  .heading-title .en {
    font-size: 20px;
    font-weight: 400;
    color: #333;
  }

  /* 20230518 首頁消息列表 */
  .newsList li {
    display: flex;
    align-items: flex-start;
    position: relative;
    border-bottom: 1px dotted #000;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    line-height: 1.75;
  }
  
  .newsList li a:hover {
    color: #94252e;
  }
  
  .newsList li b {
    font-weight: 400;
  }
  
  .newsList-dot li {
    padding-left: 40px;
    padding-bottom: 15px;
    margin-bottom: 8px;
  }
  
  .newsList-dot li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 22px;
  }
  
  .newsList .timeList,
  .newsList .linkList {
    width: 100%;
  }
  
  .newsList .timeList .tag-item {
    min-width: 8.1rem;
  }
  
  .newsList .linkList{
    align-items: flex-start !important;
  }
  
  .newsList .linkList .tag-item{
    flex:none
  }
  
  .newsList .linkList .tag-item + p{
      padding-top: 1rem;
  }
  
  @media (min-width: 1025px) {
    .newsList-pl35 li {
      padding-left: 35px;
    }
  
    .newsList .linkList{
      padding-right: 9rem;
    }
  }
  
  @media (max-width:1024px){
    .newsList-dot .newList-title{
      align-items: flex-start;
      flex-direction: column;
    }
  }
  
  .newList-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .newList-title p,
  .newList-title .time{
    color: #000;
  }
  
  .newList-title p {
    margin-bottom: 0;
  }
  
  .newList-title .time {
    padding-right: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Arial;
  }
  
  .newsStyle {
    padding: 8px 16px 15px 0px;
    border-bottom: 1px solid #b6b6b6;
    background: #FBFBFB;
  }
  
  .newsStyle span {
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    margin-top: 4px;
    text-align: center;
  }
  
  .newsStyle dt {
    font-size: 22px;
    font-size: 1.375rem;
    color: #000;
  }
  
  .newsStyle time {
    font-size: 16px;
    font-weight: 100;
    font-family: Arial;
    color: #666;
  }

  /*  */
  .sponsor-img {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .sponsor-img .info {
    display: block;
    width: 100%;
  }

  /* .sponsor-img .img {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 10px;
  }

  .sponsor-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    margin: auto;
  } */

  .index-sponsor-img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem !important;
    padding-left: 45px;
    padding-right: 15px;
  }

  .index-sponsor-img .sponsor-img{
    /* flex-basis: 300px; */
    width: auto;
    margin-bottom: 40px;
    margin-right: 2em;
  }

  /*  */
  .index-content{
    padding: 3rem 0.5rem;
  }

  .index-content .index-date-wrap {
    max-width: 95em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .index-importantDate{
    background-color: #eeeeee;
  }

  .index-importantDate .index-date-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .index-importantDate .index-date-wrap .index-importantDate-info{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .index-importantDate .index-date-wrap .index-importantDate-img{
    flex: 1 1 auto !important;
  }

  .index-importantDate .newList-title {
    width: 100%;
    justify-content: space-around;
    margin-bottom: 0;
  }
  
  .index-importantDate .newsList-dot li::before {
    top: 17px;
  }

  .index-importantDate .newList-title p,
  .index-importantDate .newList-title .time {
    flex: 1;
    line-height: 1.5;
  }
  
  .index-importantDate .newList-title .time{
	  flex:none
  }

  .index-importantDate .newList-title p {
    flex: 2.75;
    font-size: 1.125rem;
  }

  .index-importantDate .newList-title .time {
    font-size: 18px;
    color: #083d78;
  }

  .index-importantDate .newsList li:nth-child(2n+1) .newList-title .time {
    flex: none;
    color: #016ae1;
    font-size: 18px;
  }

  @media (max-width:1000px){
    .index-importantDate .index-date-wrap .index-importantDate-info{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .index-sponsor-img .sponsor-img {
        flex-basis: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    
    .index-sponsor-img .sponsor-img .img{
        text-align: center;
    }
  }

  
/*  */
span.gray-txt {
    color: #787878;
}

.custom-thead-td{
    background: #dae0e1;
    border-bottom: #b9bebf 2px solid !important;
}

.custom-tbody-td{
    background: #f2f2f2;
    border-bottom: #b9bebf 2px solid !important;
}

.custom-tbody-td .tag-item {
    color: #758b9f;
    font-size: 1rem;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.custom-input{
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 5px;
}
.custom-file-wrap {
    display: flex;
    padding-bottom: 10px;
}

.custom-file-list {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    /* flex-direction: column; */
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 15px 20px 90px !important;
    padding: 20px !important;
}

.custom-file-txt {
    font-size: 15px;
    line-height: 1.3;
    padding-right: 10px;
    /* padding-bottom: 6px; */
}

.custom-select{
    background: #fff;
    padding: 8px 14px !important;
    border: #d7d5d5 1px solid;
}

@media screen and (max-with:1100px){
    .custom-file-txt{
        padding-bottom: 6px;
    }
}