@charset "UTF-8";

/*--------------------------------------------------------------------------------
	font
--------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap');


/*--------------------------------------------------------------------------------
	override
--------------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}


a img, img {
    border: none
}

img {
    width: 100%;
    vertical-align: bottom;
}


/*--------------------------------------------------------------------------------
	foundation
--------------------------------------------------------------------------------*/


body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    min-height: 100%;
    top: 0px;
    font-family: '微軟正黑體','Noto Sans TC','Microsoft JhengHei','Apple LiGothic Medium',sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
}

.button {
    outline: none;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}


ul {
    list-style: none;
    list-style-type: none;
}


ul,
ol {
    margin: 0;
    padding: 0;
}


a:active,
a:hover {
    outline-width: 0;
}

a:focus {
    outline: 0;
}

input {
    border-radius: 0;
}



[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}


textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

svg:not([fill]) {
    fill: currentColor;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

i {
    font-style: normal;
}



a {
    text-decoration: none;
    color: inherit;
}


b {
    font-weight: normal;
}

li {
    list-style: none;
}

img:not([src*=".svg"]) {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

img[src*=".gif"] {
    width: auto;
    height: auto;
    vertical-align: bottom;
}



@media only screen and (max-width: 735px) {
    body {
        min-width: 280px;
    }

    html,
    body {
        position: relative;
        min-width: 280px;
    }
}

/* Clear Fix */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    content: ' ';
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

.warning_Txt {
    color: #e70012
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1001;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-bottom: solid 1px #e8eaf1;
}


.header-inner {
    width: 100%;
    height: 120px;
    padding: 0 10%;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
    max-width: 1840px;
    z-index: 1001;
}




.header-inner-gnav {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: auto;
    min-width: initial;
    z-index: 1000;
}

.header-inner-gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.header-inner-gnav-list-item {
    padding-right: 40px;
}

.header-inner-gnav-list > .header-inner-gnav-list-item:last-child {
    padding-right: 0;
}

.header-inner-gnav-list-item-link {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0 20px 0;
    position: relative;
    color: #000
}

    .header-inner-gnav-list-item-link:hover {
        color: #2C87E9
    }


    .header-inner-gnav-list-item-link:before {
        position: absolute;
        top: calc(100% - 2.5px);
        left: 0;
        width: 0;
        height: 5px;
        content: "";
        background: #0B5092;
        border-radius: 2.5px;
        z-index: 11;
        transition: all 0.3s;
    }

.header-inner-gnav-list-item.is-act > .header-inner-gnav-list-item-link:before {
    width: 100%;
}


@media only screen and (min-width: 811px) {

    .header-inner-gnav-child {
        display: none;
        position: fixed;
        top: 120px;
        transform: translateX(-50%);
        background-color: transparent;
        width: auto;
        min-width: 20em;
        max-width: 20em;
        border-radius: 0;
        -moz-box-shadow: 0 4px 3px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 4px 3px rgb(0 0 0 / 15%);
        box-shadow: 0 4px 3px rgb(0 0 0 / 15%);
    }

        /*----下拉bg----*/
        .header-inner-gnav-child:before {
            position: fixed;
            top: 0;
            left: 0;
            width: 32px;
            height: 100%;
            content: "";
            background-color: #2860ac
        }



        .header-inner-gnav-child:after {
            position: fixed;
            top: 0;
            right: 0;
            width: 32px;
            height: 100%;
            content: "";
            background: #ffd900
        }

    .header-inner-gnav-list-item-link.is-on:before {
        position: absolute;
        top: calc(100% - 2.5px);
        left: 0;
        width: 100%;
        height: 5px;
        content: "";
        border-radius: 2.5px;
        z-index: 11;
    }

    /*----2std-----*/
    .header-inner-gnav-child-inner {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 40px 0px 40px;
        background: #ffffff;
    }
}

/*----下拉第1列------*/
.header-inner-gnav-child-inner-cts {
    margin-top: 0px;
}

.header-inner-gnav-child-inner-linklist {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 40px;
}





.header-inner-gnav-bottom-sp {
    display: none;
}

/*----------------------------
      is scroll
	--------------------------*/
.header-inner-sp {
    display: none;
}


.header.is-small .header-inner {
    height: 100px;
    border-bottom: #E8EAF1 solid 1px
}

@media only screen and (max-width: 812px) {
    .header-inner-sp {
        display: block;
    }
}

/*----------------------------
     logo
	--------------------------*/

.header-inner-logo {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 200px;
    z-index: 2;
    transition: all 0.3s;
}


/* small */

.header.is-small -header-inner {
    height: 90px;
}

.header.is-small .header-inner-logo {
    width: 160px;
    max-width: 160px;
}

.header.is-small .header-inner-link {
    display: none;
}

.header.is-small .header-inner-gnav-list-item-link {
    padding: 0 0 24px 0;
}

    .header.is-small .header-inner-gnav-list-item-link:hover {
        color: #0171ff
    }

@media only screen and (max-width:1440px) {
    .header-inner-logo {
        width: 205px;
    }

    .header.is-small .header-inner-logo {
        width: 215px;
    }
}

@media only screen and (min-width: 812px) and (max-width: 1180px) {

    .header-inner-gnav-list-item-link {
        font-size: 1.05rem;
        padding: 0 0 30px 0;
        color: #000
    }

    .header-inner-gnav-list-item {
        padding-right: 20px;
    }
}

@media only screen and (min-width:813px) and (max-width:911px) {
    .header-inner-logo {
        top: 50%;
        left: 10px;
        width: 195px;
    }
}


@media only screen and (max-width: 812px) {

    .header-inner {
        min-width: initial;
        max-width: 100%;
        height: 90px;
        padding: 0 0;
    }

    .header.is-small .header-inner {
        height: 90px;
    }

    .header-inner-logo {
        position: absolute;
        left: 5px;
        transform: translateY(-50%);
        width: 150px;
    }

    .header.is-small .header-inner-logo {
        width: 125px;
    }

    .header-inner-gnav {
        display: none;
    }




    .header-inner-sp {
        display: block;
    }




    /*----------------------------
				hamburger
			------------------*/
    .header-inner-sp-menu {
        position: absolute;
        top: 15px;
        right: 0;
        width: 60px;
        height: 60px;
    }




    .header-inner-sp-menu-link span:first-child {
        display: block;
        position: absolute;
        left: 0;
        top: 25px;
        right: 0;
        margin: auto;
        width: 25px;
        height: 2px;
        background-color: #fff;
        transition: all .3s;
    }

    .header-inner-sp-menu-link span:last-child {
        display: block;
        position: absolute;
        left: 0;
        top: 35px;
        right: 0;
        margin: auto;
        width: 25px;
        height: 2px;
        background-color: #fff;
        transition: all .3s;
    }

    .header-inner-sp-menu-link {
        display: block;
        width: 60px;
        height: 60px;
        background: #527dcf;
        position: relative;
    }


        .header-inner-sp-menu-link:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: #008cd6;
            transform: translate(-50%, -50%);
            transition: .3s;
        }

        .header-inner-sp-menu-link:hover:before {
            width: 60px;
            height: 60px;
        }

    /*----------------------------
				hamburger-contact
			------------------*/

    .header-inner-sp-contact {
        position: absolute;
        top: 15px;
        right: 60px;
        width: 60px;
        height: 60px;
    }

    .header-inner-sp-contact-link {
        display: block;
        width: 60px;
        height: 60px;
        background: #333333;
        position: relative;
    }



        .header-inner-sp-contact-link:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: #016a94;
            transform: translate(-50%, -50%);
            transition: .3s;
        }

        .header-inner-sp-contact-link:hover:before {
            width: 60px;
            height: 60px;
        }


    .header-inner-sp-contact span {
        z-index: 2;
        position: absolute;
        top: 18px;
        left: 18px;
        text-align: center;
    }





    .header-inner-sp-menu-link.is-act > span:first-child {
        display: block;
        width: 30px;
        top: 30px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-inner-sp-menu-link.is-act > span:last-child {
        width: 30px;
        top: 30px;
        margin-top: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }



    .header-inner-sp-menu-link.is-act {
        background: #008cd6;
    }

    /*-----mobile 下拉--*/
    .header-inner-gnav {
        position: fixed;
        top: 90px;
        left: 0;
        bottom: initial;
        right: initial;
        width: 100%;
        height: auto;
        background: #2860ac;
        padding: 20px 10px 40px 10px;
        overflow-y: scroll;
    }

        .header-inner-gnav.is-l {
            height: calc(100vh - 60px);
        }

        .header-inner-gnav:before {
            position: absolute;
            top: 0;
            right: 0;
            width: 8%;
            height: 100%;
            content: "";
            background: #f6e746
        }

    .header-inner-gnav-list {
        display: block;
        background: #ffffff;
        border-radius: 10px 10px 0 0;
        position: relative;
        z-index: 2;
    }

    .header-inner-gnav-list-item {
        padding: 0 0 0 0;
        position: relative;
    }




    .header-inner-gnav-list > .header-inner-gnav-list-item:last-child {
        display: none;
    }

    .header-inner-gnav-list-item-link {
        display: table;
        width: 100%;
        height: 53px;
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 0 0 0 0 !important;
        border-bottom: solid 1px #e8eaf1;
        font-weight: 400;
        font-family: '微軟正黑體','Microsoft JhengHei',Arial,Helvetica,Sans-Serif;
    }

        .header-inner-gnav-list-item-link:before {
            display: none
        }

    .header-inner-gnav-list-item-link-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 56px 0 20px;
        font-style: normal;
        font-weight: 700;
        font-family: '微軟正黑體','Microsoft JhengHei',Arial,Helvetica,Sans-Serif;
    }

    .header-inner-gnav-list-item > .header-inner-gnav-sp-menu {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 53px;
        height: 54px;
        border-left: solid 1px #e8eaf1;
        border-radius: 0;
        cursor: pointer;
    }

    .header-inner-gnav-list > .header-inner-gnav-list-item:first-child > .header-inner-gnav-sp-menu {
        border-radius: 0 10px 0 0;
    }

    .header-inner-gnav-sp-menu.is-act {
        background: #d6dff1
    }

        .header-inner-gnav-sp-menu.is-act:hover {
            background: #d6dff1
        }

    .header-inner-gnav-sp-menu:before {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 16px;
        height: 16px;
        font-size: 24px;
        line-height: 1;
        content: "+";
        color: #527dcf;
        text-align: center;
    }

    .header-inner-gnav-sp-menu.is-act:before {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 16px;
        height: 16px;
        font-size: 28px;
        line-height: 1;
        content: "-";
        color: #527dcf;
        text-align: center;
    }

    .header-inner-gnav-sp-menu.is-act:after {
        position: absolute;
        top: 100%;
        right: 0;
        width: 53px;
        height: 1px;
        content: "";
        background: #f5f6f8;
    }

    .header-inner-gnav-child {
        display: none;
        padding: 0 !important;
        background: #f5f6f8;
    }

    .header-inner-gnav-child-inner {
        background: #f8f9fa;
    }


    .header-inner-gnav-sp-list > .header-inner-gnav-sp-list-item {
        position: relative;
    }

    .header-inner-gnav-sp-list-item-link {
        display: table;
        width: 100%;
        height: 54px;
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: 500;
        padding: 0 0 0 0;
        border-bottom: solid 1px #e8eaf1;
    }

    .header-inner-gnav-sp-list-item-link-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 56px 0 30px;
        color: #000;
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: 600;
        font-family: '微軟正黑體','Microsoft JhengHei',Arial,Helvetica,Sans-Serif;
    }

        .header-inner-gnav-sp-list-item-link-inner:hover {
            color: #2C87E9
        }

    .header-inner-gnav-sp-list-item > .header-inner-gnav-sp-menu {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 53px;
        height: 54px;
        border-left: solid 1px #e8eaf1;
        border-radius: 0;
        cursor: pointer;
    }



    .header-inner-gnav-bottom-sp {
        display: block;
        position: relative;
        z-index: 2;
        background: #ffffff;
        border-radius: 0 0 10px 10px;
        padding: 0 0 24px 0;
    }



    /*------Toggle contactBTN--------*/

    .header-inner-gnav-bottom-sp-contact {
        margin: 0 auto 15px auto;
        padding: 30px 20px 0 20px;
        width: 60%;
        max-width: 60%;
        text-align: center;
        position: relative
    }

    .header-inner-gnav-bottom-sp-contact-link {
        display: block;
        width: 100%;
        max-width: 100%;
        background: #333333;
        border: solid 1px #333333;
        border-radius: 24px;
        font-size: 1rem;
        line-height: 42px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
    }


    .header-inner-gnav-bottom-sp-contact-link-inner-txt {
        display: inline-block;
        padding: 0 10px 0 10px;
        position: relative;
        font-size: 1rem;
    }


    .header-inner-gnav-bottom-sp-contact-link:hover {
        background: #ffd900;
        border: solid 1px #fff;
        color: #000;
    }
}




/*--------------------------------------------------------------------------------
	header container
--------------------------------------------------------------------------------*/

.header .container {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}

.header .container-item {
    flex: 1;
    padding: 0 8px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%
}


.header .container-menu {
    flex-wrap: wrap;
}




@media only screen and (max-width: 811px) {

    .header .container {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }

        .header .container > .container-item {
            flex: initial;
            width: 100%;
            padding: 0 0;
        }




    .container.container--column {
        flex-wrap: wrap;
    }

        .container.container--column > .container-item {
            width: 100%;
        }

            .container.container--column > .container-item:nth-of-type(n+2) {
                margin-top: 32px;
            }




        .container.container--column > div:nth-of-type(n+2) {
            margin-top: 32px;
        }
}




/*--------------------------------------------------------------------------------
	linklist
--------------------------------------------------------------------------------*/

.linklist {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}



    .linklist.linklist--column {
        flex-wrap: wrap;
    }

.linklist--column > .linklist-item {
    flex: initial;
    width: 100%;
    max-width: 100%
}


/*---pcmenu ---*/
.linklist-item-link {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    border-bottom: solid 1px #e8eaf1;
    position: relative;
    transition: all 0.3s;
    font-size: 1.15em;
    line-height: 1.5;
    font-weight: 600;
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif;
    color: #000
}





.linklist-item-link-block {
    display: table;
    width: 100%;
    height: 100%;
}

.linklist-item-link-block-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 10px;
}



@media only screen and (min-width:811px) {

    .linklist-item-link:hover {
        background-color: transparent;
        color: #008cd6
    }

        .linklist-item-link:hover:before {
            opacity: 0;
            transform: translate(9px,-50%);
        }

        .linklist-item-link:hover:after {
            opacity: 1;
            transform: translate(0,-50%);
        }
}

@media only screen and (max-width: 810px) {

    .linklist {
        flex-wrap: wrap;
    }

    .linklist-item {
        flex: initial;
        width: 100%;
    }


    .linklist-item-link {
        font-size: 1.4rem;
        padding: 12px 0;
    }





    .linklist-item-link-block {
        display: table;
        width: 100%;
        height: 100%;
    }

    .linklist-item-link-block-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 30px 0 0;
    }
}


/*--------------------------------------------------------------------------------
	pagetop
--------------------------------------------------------------------------------*/

.pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    z-index: 9;
}

    .pagetop > a {
        display: block;
        width: 56px;
        height: 56px;
        background: #999999;
        border-radius: 50%;
        transition: all 0.3s;
    }

        .pagetop > a > span {
            display: block;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            position: relative;
        }

            .pagetop > a > span:before {
                position: absolute;
                top: 50%;
                left: 46%;
                transform: translate(-50%,-50%);
                width: 16px;
                height: 16px;
                font-family: 'icons';
                font-size: 16px;
                line-height: 1;
                content: "\e908";
                color: #ffffff;
                text-align: center;
            }

@media only screen and (min-width: 811px) {

    .pagetop > a:hover {
        background: #333333;
    }
}

@media only screen and (max-width: 810px) {

    .pagetop {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        z-index: 9;
    }

        .pagetop > a {
            display: block;
            width: 48px;
            height: 48px;
            background: #999999;
            border-radius: 50%;
        }

            .pagetop > a > span {
                display: block;
                width: 48px;
                height: 48px;
                border-radius: 50%;
                position: relative;
            }
}




/*--------------------------------------------------------------------------------
	overlay
--------------------------------------------------------------------------------*/

.c-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .1s;
}

    .c-overlay.is-act {
        background: rgba(255, 255, 255, 0.2);
    }

/*--------------------------------------------------------------------------------
	others
--------------------------------------------------------------------------------*/



.u-pc-v {
    display: block;
}

.u-sp-v {
    display: none;
}

@media only screen and (max-width: 810px) {

    .u-pc-v {
        display: none;
    }

    .u-sp-v {
        display: block;
    }
}



/*------------------------
title

---------------------*/

.ttl-Box {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 0 10px 0px;
    clear: both;
    display: block;
    align-items: center;
    z-index: 2
}



    .ttl-Box .ttlen {
        position: relative;
        line-height: 1.5;
        letter-spacing: 2px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        color: #1D2B3B;
        font-size: 46px;
    }

.titleBox .titleEn {
    margin-right: 10px;
    font-size: 50px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1;
}

.ttl-Box .ttlen:first-letter {
    color: #2C87E9
}
/*--內頁--*/
.ttl-Box .pttl_top {
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    color: #1D2B3B;
    font-size: 32px;
    text-align: center;
}

    /*--內頁--*/
    .ttl-Box .pttl_top:first-letter {
        color: #2C87E9
    }



.ttl-Box .ttlen_w {
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 46px;
}

    .ttl-Box .ttlen_w:first-letter {
        color: #2C87E9
    }

.ttl-Box .ttltw {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #52a9cc;
    letter-spacing: 2px;
    padding: 10px 0 0 12px;
    font-style: normal;
    font-family: Microsoft JhengHei, Arial Black, LiHei Pro;
}

@media screen and (max-width: 812px) {
    .ttl-Box .ttlen {
        font-size: 40px
    }

    .ttl-Box .ttltw {
        font-size: 20px
    }
}



/*--------------------------------------
       News sec


   ---------------------------- */




.list-postBox {
    position: relative;
    max-width: 100%;
    min-width: initial;
    width: 100%;
    margin: 40px auto 30px auto;
    border-radius: 0;
    border: #eee solid 1px;
    padding: 30px 20px 50px 20px;
    background-color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px, rgb(0 0 0 / 20%) 0px 1px 3px -1px;
    z-index: 1
}

.list-post {
    padding: 0;
    margin: 0;
    left: 0;
    border-radius: 0;
    list-style: none;
}

    .list-post > li {
        margin: 0px auto;
        overflow: hidden;
        border-bottom: #ccc dotted 1px;
        font-size: 16px;
        line-height: 1.5;
        word-break: normal;
        font-weight: 300;
    }



    .list-post a {
        position: relative;
        font-family: '微軟正黑體','Noto Sans TC','Microsoft JhengHei','Apple LiGothic Medium',sans-serif;
        width: 100%;
        max-width: 100%;
        display: flex;
        padding: 15px 25px 15px 25px; /*----上右下左-----*/
    }

    .list-post > li:first-child {
        border-radius: 0;
        overflow: hidden;
    }

    .list-post > li:last-child {
        border-radius: 0;
        overflow: hidden;
    }



    .list-post .date {
        display: inline-block;
        font-size: 15px;
        color: #777;
        margin-right: 10px;
        letter-spacing: 0.05em;
        padding: 0.5em 0;
    }


.category-wrap {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}


.list-post .category {
    display: inline-block;
    font-size: 12px;
    background: #e5edf4;
    color: #0E5DA8;
    border: none;
    padding: 5px 15px;
    border-radius: 50px;
    min-width: 90px;
    text-align: center;
    font-style: normal
}



.list-post .title {
    flex: 1;
    font-size: 17px;
    display: inline-block;
    letter-spacing: 1px;
    color: #000;
    padding: 8px 0px;
    max-width: 83%;
    line-height: 1.5;
    box-sizing: border-box;
    font-weight: 400;
    font-family: '微軟正黑體','Noto Sans TC','Microsoft JhengHei','Apple LiGothic Medium',sans-serif;
}


    .list-post .title:hover {
        color: #004F95;
        transition: .3s;
    }

.list-post-wrap {
    width: 100%;
    margin: 0 auto;
}

.news-area {
    position: relative;
}



.news-link {
    margin-top: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .news-link a {
        letter-spacing: 0.08em;
        font-weight: 700;
        font-size: 13px;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 130px;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }



@media screen and (max-width: 1367px) {
    .list-post .title {
        max-width: 80%;
    }
}

@media screen and (max-width: 1180px) {
    .list-post .title {
        max-width: 72%;
    }
}

@media screen and (max-width: 1085px) {
    .list-post .title {
        max-width: 70%;
    }

    .main_newsArea {
        padding-bottom: 100px
    }

        .main_newsArea:before {
            width: 215px;
            height: 215px;
        }
}

@media screen and (max-width: 960px) {
    .news-title-wrap {
        display: block;
    }



    .list-post a {
        padding: 15px;
        display: inline-block;
    }

    .list-post .date {
        margin-right: 1em;
        letter-spacing: 0.05em;
    }

    .list-post .title {
        max-width: 100%;
    }
}

@media screen and (max-width:896px) {
    .list-post .title {
        max-width: 66%;
    }
}



@media screen and (max-width:812px) {
    .list-post .title {
        max-width: 100%;
    }



    .main_newsArea {
        padding-bottom: 160px
    }
}


@media screen and (max-width: 768px) {
    .choice-wrap {
        display: block;
    }

    .choice-item {
        width: 100%;
    }

    .choice-inner:first-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 560px) {


    .list-post .date {
        font-size: 12px;
    }

    .list-post .category {
        font-size: 10px;
        padding: 2px 10px;
        min-width: 70px
    }

    .list-post .title {
        display: block;
        margin-top: 5px;
        padding-left: 0;
        font-size: 1rem;
        padding-right: 0;
    }





    .list-post a {
        padding: 15px
    }
}





/*--------------------------------------
   03 Sec bg

   ---------------------------- */

.circleBox {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: block;
}

.circle {
    width: 220px;
    height: 220px;
    position: relative;
    display: grid;
    place-items: center;
    padding: 10px;
    background: linear-gradient(to bottom, #07eaff 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 100%;
    animation: neonturn 5s linear infinite;
}

    .circle::before {
        content: "";
        position: absolute;
        width: 95%;
        height: 95%;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        background-color: #eee;
    }

    .circle::after {
        content: "";
        position: absolute;
        top: 0;
        width: 8px;
        aspect-ratio: 1;
        background-color: #07eaff;
        border-radius: 100%;
        box-shadow: 0 0 5px #07eaff, 0 0 5px #07eaff, 0 0 10px #07eaff, 0 0 15px #07eaff, 0 0 20px #07eaff, 0 0 25px #07eaff, 0 0 30px #07eaff, 0 0 35px #07eaff, 0 0 40px #07eaff, 0 0 45px #07eaff, 0 0 50px #07eaff, 0 0 55px #07eaff, 0 0 60px #07eaff;
    }

.mock-circle {
    width: 200px;
    aspect-ratio: 1;
    background-color: #eee;
    border-radius: 100%;
}

.loading {
    position: absolute;
    display: grid;
    place-items: center;
    width: 300px;
    aspect-ratio: 1;
    margin-inline: auto;
    overflow: hidden;
    background-color: #000;
    border-radius: 100%;
    box-shadow: inset 0 0 1rem #07eaff, 0 0 2rem 0.6rem #07eaff;
}

    .loading img {
        animation: celestialturn 5s linear infinite;
    }

@keyframes neonturn {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes celestialturn {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-62.5%);
    }
}



/*--------------------------------------
   03Sec

   ---------------------------- */




.main_MArea {
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 45px 0 80px 0;
    box-sizing: border-box;
    position: relative;
    background-color: #eeee
}






/*------SEC03-----------*/
.TopEffect {
    position: absolute;
    bottom: 85px;
    right: 35px;
    z-index: 1
}



    .TopEffect .TopTxt {
        background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #3578b9, transparent, transparent);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 60px;
        font-family: "Source Sans Pro", sans-serif;
        animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
    }



@keyframes reveal {
    80% {
        letter-spacing: 8px;
    }

    100% {
        background-size: 300% 300%;
    }
}

@keyframes glow {
    40% {
        text-shadow: 0 0 8px #CCC;
    }
}



/*-----講座---*/

.Mswiper-all {
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    max-width: 100%;
    align-items: center;
    background-color: transparent;
    margin-bottom: 30px;
    margin-top: 30px;
}




.Mswiper {
    padding: 10px;
    box-sizing: border-box;
    min-height: 100px;
}




    .Mswiper .swiper-slide {
        display: inline-block;
        flex: 0 0 22.7%;
        max-width: 22.7%;
        width: 22.7%;
        padding: 0 15px;
        cursor: pointer;
    }



    .Mswiper .swiper-card, .slist li {
        display: block;
        position: relative;
        padding: 10px 10px 20px 10px;
        box-sizing: border-box;
        cursor: pointer;
        background: #fff;
        border-radius: 8px;
        border: #ddd solid 1px;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        min-height: 410px;
        max-height: 410px;
    }

        .Mswiper .swiper-card:hover, .slist li:hover {
            background: #e5edf4
        }

        .Mswiper .swiper-card::before, .slist li::before {
            position: absolute;
            content: "";
            width: 8px;
            height: 40px;
            top: 25px;
            left: 0;
            display: block;
            background-color: #ffd900
        }




    .Mswiper .card-info, .slist .card-info {
        position: relative;
        width: 98%;
        letter-spacing: 1px;
        z-index: 1;
        padding: 8px;
        display: block;
    }

        .Mswiper .card-info > a, .slist .card-info a {
            font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
            position: relative;
            height: 100%;
            width: 100%;
            text-decoration: none;
            color: inherit;
            cursor: pointer;
        }

.eventImage {
    display: block;
    position: relative;
    margin-bottom: 5px;
    min-height: 200px;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    border: 1px rgba(14, 93, 168, 0.3) solid;
}

    .eventImage > img {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: 16/12;
        object-fit: cover;
        vertical-align: bottom;
        -webkit-transition: -webkit-transform .5s;
        transition: transform .5s;
    }


        .eventImage > img:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }



.eventDate {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    color: #333;
    margin: 5px 0 0 0;
    padding: 0 10px;
    z-index: 1;
}


    .eventDate .staryear {
        font-size: 1em;
        display: inline-block;
        margin-right: 6px;
    }

    .eventDate .startdate {
        font-size: 1.6em;
        display: inline-block;
        margin-right: 3px;
    }

    .eventDate .week {
        font-size: 1em;
        display: inline-block;
        margin: 0;
        padding-left: 3px;
    }

.card-info h4 {
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 5px 0 0 0;
    padding: 10px;
    color: #2C87E9;
    font-size: 1.1rem;
    line-height: 32px;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}


.Mtxt {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-style: normal;
    line-height: 32px;
    font-weight: 400;
    font-size: 1rem;
    padding: 0px 10px 10px 10px;
    margin: 0 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 153px;
    overflow: hidden;
    white-space: normal;
}

.Mswiper .pagination {
    position: absolute;
    background-color: transparent;
    text-align: center;
}


.Mswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0B5092
}

.Mswiper .swiper-button-prev,
.Mswiper .swiper-button-next {
    height: 30px;
    width: 30px;
    top: 50%;
    background-color: transparent;
    border: solid #0B5092;
    border-radius: 0;
    box-shadow: none;
    transition: 0.6s all;
    cursor: pointer;
    position: absolute;
    color: #0B5092;
    line-height: 0;
    font-size: 0;
    border-width: 0 3px 3px 0;
    background-image: none
}

.Mswiper .swiper-button-prev {
    left: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


.Mswiper .swiper-button-next {
    right: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.ribbon-wrapper-latest {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-latest {
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 13px;
    width: 120px;
    background-color: #db916c;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .ribbon-latest:before, .ribbon-latest:after {
        content: "";
        border-top: 3px solid #bc7a66;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-latest:before {
        left: 0;
    }

    .ribbon-latest:after {
        right: 0;
    }

@media screen and (max-width:1280px) {

    .Mswiper .swiper-slide {
        flex: none;
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media screen and (max-width:1180px) {

    .Mswiper .swiper-slide {
        flex: 0 0 32%;
        max-width: 32%;
        padding: 0 10px
    }
}

@media screen and (max-width:1024px) {

    .Mswiper .swiper-slide {
        flex: 0 0 31.3%;
        max-width: 31.3%;
    }
}

@media screen and (max-width:985px) {

    .Mswiper .swiper-slide {
        flex: 0 0 46%;
        max-width: 46%;
    }
}

@media screen and (max-width:812px) {


    .TopEffect .TopTxt {
        font-size: 36px
    }

    .main_MArea {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .circle {
        width: 160px;
        height: 160px;
    }

    .mock-circle {
        width: 140px
    }

    .TopEffect {
        bottom: 65px;
        right: 40px;
    }


    .Mswiper .swiper-card {
        padding: 10px 10px;
        min-height: 500px;
        max-height: 500px;
    }

    .Mswiper .card-info h4 {
        font-size: 1rem;
        line-height: 30px;
        max-height: 70px;
    }
}

@media screen and (max-width:767px) {

    .Mswiper .swiper-slide {
        flex: 0 0 94%;
        max-width: 94%;
        padding: 0 15px;
        margin-left: 0px;
        margin-right: 0px
    }
}

/*------------------

	copyright
------------------*/
.footer_main {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px 20px 15px;
    background: #1D2B3B;
    display: block;
    clear: both;
    overflow: hidden;
    min-height: 1px;
    border-top: #0B5092 solid 10px;
}




.footer_content {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    flex-direction: row;
    display: flex
}



    .footer_content .mbtn {
        padding: 6px 22px !important;
        height: 32px !important;
    }


.footerlogoBox {
    z-index: 2;
    margin: 8px 0 10px;
    display: block;
    position: relative;
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.footer-logo {
    position: relative;
    top: 0;
    width: 185px;
    z-index: 2;
    text-align: center;
    margin: 0 auto 10px auto
}

.ftbtn-d {
    margin-right: 8px;
    margin-bottom: 10px
}

.infoTxtBlock {
    display: block;
    margin: 0px auto 0 auto;
    padding-left: 35px
}

.footerlogoBox .infoTxt {
    font-style: inherit;
    color: #666;
    font-size: 0.938rem;
    display: block;
    padding: 0px 15px 5px 15px;
    text-align: center
}

    .footerlogoBox .infoTxt a {
        font-style: inherit;
        color: #666;
        font-size: 0.938rem;
    }

        .footerlogoBox .infoTxt a:hover {
            text-decoration: none;
            color: #039e8e;
            font-size: 0.938rem;
        }



/*------center------*/

.footer-infoBox {
    z-index: 1;
    margin: 20px auto 0px auto;
    display: block;
    position: relative;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    justify-content: center;
}


.footer-infocol {
    text-align: left;
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #fff;
    font-style: normal;
}

    .footer-infocol ul {
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        font-style: normal;
        left: 0;
        font-weight: normal;
    }

        .footer-infocol ul li {
            text-align: left;
            list-style-type: none;
            list-style: none;
            padding: 0 10px 13px 10px;
            letter-spacing: normal;
            position: relative;
            line-height: 1.5;
            display: block;
            max-width: 100%;
            width: 100%;
            font-size: 0.938rem
        }

            .footer-infocol ul li a {
                text-align: left;
                display: block;
                font-size: 0.938rem
            }

            .footer-infocol ul li span {
                display: inline-block
            }

.infomark:hover, .infomark:focus {
    color: #52a9cc;
}

/*------right------*/


.footer-qrcodeBox {
    z-index: 1;
    margin: 0 8px 0;
    position: relative;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: table
}

    .footer-qrcodeBox ul {
        display: table-row;
        padding: 0;
        margin: 0;
        left: 0;
    }


        .footer-qrcodeBox ul li {
            display: table-cell;
            text-align: center;
            margin: 0px auto 0 auto;
            padding: 0 10px
        }





.footer-qrcode {
    text-align: center;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
}


    .footer-qrcode img {
        display: inline-block;
        text-align: center;
        border: none;
        max-width: 105px;
        width: 105px;
    }


.footer_copyright {
    margin: 0 auto;
    position: relative;
    background-color: #212a37;
    color: #fff;
    text-align: center;
    font-size: 0.875em;
    padding: 10px 15px;
    align-items: center
}



@media screen and (max-width:1280px) {
    .footer-linkBox ul:first-child {
        margin-right: 30px;
        margin-left: 15px;
    }
}

@media screen and (max-width:1180px) {

    .infoTxtBlock {
        margin-top: 10px
    }
}

@media screen and (max-width:1080px) {

    .footer-linkBox {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        justify-content: center;
    }

        .footer-linkBox ul:first-child {
            margin-right: 15px;
            margin-left: 5px
        }
}

@media screen and (max-width:991px) {
    .footer_content {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
    }
}

@media screen and (max-width:911px) {
    .footerlogoBox {
        max-width: 35%;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }

    .footer-infoBox {
        z-index: 1;
        margin: 15px 0 0 0;
        position: relative;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        display: flex
    }

    .footer-linkBox {
        flex: initial;
        max-width: initial;
    }

    .footer_content {
        max-width: 100%;
        flex-wrap: wrap;
        display: flex;
        flex: 0 0 100%;
    }

    .infoTxtBlock {
        padding-left: 0
    }
}


@media screen and (max-width:767px) {
    .footerlogoBox {
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .footer-infoBox {
        z-index: 1;
        margin: 15px auto 5px auto;
        display: block;
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-qrcodeBox {
        margin: 0 auto;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }

    .footer-linkBox {
        margin: 5px auto
    }


    .footer-qrcodeBox {
        margin-top: 5px;
    }

        .footer-qrcodeBox ul li {
            display: inline-block
        }

    .footer-qrcode img {
        max-width: 95px;
        width: 95px;
    }

    .footer-qrcodeBox ul {
        display: flex;
    }

    .footer_copyright {
        padding-right: 50px;
    }
}

@media screen and (max-width: 414px) {
    .footer-qrcode img {
        max-width: 85px;
        width: 85px;
    }

    .footer-qrcodeBox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

/*----------------
Back to top button 
----------------------*/
#scroll-top {
    position: fixed;
    right: 10px;
    bottom: 15px;
    margin: 0;
    background-color: transparent;
    text-decoration: none;
    z-index: 10
}

.scrollBtn {
    width: 42px;
    height: 42px;
    outline: none;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px #FFEBEE;
    background-color: #fff;
    color: #000;
    display: block;
    font-family: tahoma;
    font-size: 11px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: 1px 3px 5px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 5px rgb(0 0 0 / 20%);
    border: #ebedf1 solid 1px;
}




    .scrollBtn:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 100%;
        background: #ffd900;
        transform: translate(-50%, -50%);
        transition: .3s;
    }

    .scrollBtn:hover:after {
        width: 42px;
        height: 42px;
    }

.scrollBtn-arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    bottom: 0;
    margin: auto;
    background: #666;
    left: 15px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: none;
    z-index: 2
}

    .scrollBtn-arrow:before {
        position: absolute;
        content: "";
        top: 0px;
        right: 17px;
        width: 15px;
        height: 15px;
        border-top: 2px solid #2860ac;
        border-right: 2px solid #2860ac;
        transform: rotate(315deg);
    }

    .scrollBtn-arrow:hover:before {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

@media screen and (max-width:575px) {
    #scroll-top {
        bottom: 52px;
    }
}
/*------------------

	more btn
------------------*/
.mx-BtnWrap {
    width: 100%;
    max-width: 1260px;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    overflow: hidden;
}




.mbtn {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-family: Microsoft JhengHei, Arial Black, LiHei Pro;
    text-align: center;
    padding: 8px 28px;
    height: 38px;
    line-height: 20px;
    cursor: pointer;
    z-index: 1;
    font-size: 0.938rem;
    font-weight: 500;
    background: #ffd900;
    color: #000;
    font-style: normal;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);
    outline: none;
    border-radius: 30px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    text-decoration: none;
    transition: .3s;
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s ease-out,-webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out,-o-transform .2s ease-out;
    -moz-transition: transform .2s ease-out,box-shadow .2s ease-out,-moz-transform .2s ease-out,-moz-box-shadow .2s ease-out;
    transition: transform .2s ease-out,box-shadow .2s ease-out;
    transition: transform .2s ease-out,box-shadow .2s ease-out,-webkit-transform .2s ease-out,-moz-transform .2s ease-out,-o-transform .2s ease-out,-webkit-box-shadow .2s ease-out,-moz-box-shadow .2s ease-out;
}

    .mbtn:hover {
        color: #fff;
        background: #008cd6;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        transform: translateY(2px);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
        -webkit-transition: -webkit-transform .2s ease-out,-webkit-box-shadow .2s ease-out;
        -o-transition: box-shadow .2s ease-out,-o-transform .2s ease-out;
        -moz-transition: transform .2s ease-out,box-shadow .2s ease-out,-moz-transform .2s ease-out,-moz-box-shadow .2s ease-out;
        transition: transform .2s ease-out,box-shadow .2s ease-out;
        transition: transform .2s ease-out,box-shadow .2s ease-out,-webkit-transform .2s ease-out,-moz-transform .2s ease-out,-o-transform .2s ease-out,-webkit-box-shadow .2s ease-out,-moz-box-shadow .2s ease-out
    }

/*---full---*/
.full_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}





/*-------------------
ipager pagination
--------------*/



.ip-pagination {
    margin: 10px auto 15px auto;
    clear: both;
    max-width: 100%;
    width: 100%;
}

    .ip-pagination .page-link {
        font-size: 14px;
        position: relative;
        display: block;
        padding: 0;
        text-align: center;
        margin-left: -1px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 0 !important;
        color: #8a8a8a;
        border: 1px solid #eee;
        margin-right: 10px;
    }

    .ip-pagination .page-item.active .page-link {
        background: #ffd900;
        color: #000;
        border: 1px solid #eee;
    }


    .ip-pagination .arr {
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: solid rgba(7,4,31,0.6);
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
    }

    .ip-pagination .arrright {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .ip-pagination .arrleft {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .ip-pagination .page-link:hover {
        background-color: #e5edf4
    }



/*-------------------
txt link line
--------------*/



.txt-link-line {
    padding-bottom: 0.1em;
    background: linear-gradient(#00a5e2, #00a5e2) 0 100%/0 1px no-repeat;
    background-size: 0 1px;
    background-position: right bottom;
    transition: all .3s;
    text-decoration: none;
}


a:hover .txt-link-line {
    background-position: right bottom;
    background-size: 100% 1px;
    animation: txt-link-line .3s linear 0s;
}



@keyframes txt-link-line {
    0% {
        background-position: right bottom;
        background-size: 0 1px
    }

    1% {
        background-position: left bottom;
        background-size: 0 1px
    }

    99% {
        background-position: left bottom;
        background-size: 100% 1px
    }

    100% {
        background-position: right bottom;
        background-size: 100% 1px
    }
}
