@charset "utf-8";
@import "font.css";
@import url("animate.css");

:root {
    --body-color: #ffffff;
    --main-color: #ffffff;
    --sub-color: #010067;
    --txt-color: #3a3c43;
    --subtxt-color: #6b6c6d;
    --navi-color: #54565d;
    --hover-color: #000000;
    --mag-color: #0082ab;
    --iconhover-color: #83c4b3;
    --title-color: #3376bc;
    --title2-color: #f5d079;
    --subtitle-color: #3d3d6f;
    --des-color: #a3a3a3;
    --cont-color: #b4b4b4;
    --txt-h1: 1.7em;
    --txt-h2: 1.5em;
    --txt-h3: 1.2em;
    --txt-p: 1em;
    --txt-p-color: #b8b8b8;
    --section-padding-tb: 80px;
    --section-padding-lr: 5%;
    --blcok-padding-tb: 80px;
    --blcokm-padding-tb: 50px;
    --blcokin-padding-tb: 30px;
}

@media screen and (max-width: 1200px) {
    :root {
        --txt-h1: 1.5em;
        --txt-h2: 1.2em;
        --txt-h3: 1.1em;
        --txt-p: 0.9em;
        --section-padding-tb: 50px;
    }
}

@media screen and (max-width: 800px) {
    :root {
        --txt-h1: 1.3em;
        --txt-h2: 1.1em;
        --txt-h3: 1em;
        --section-padding-tb: 30px;
        --blcok-padding-tb: 30px;
        --blcokin-padding-tb: 20px;
        --blcokm-padding-tb: 30px;
    }
}

@media screen and (max-width: 600px) {
    :root {
        --section-padding-tb: 30px;
        --blcokm-padding-tb: 20px;
    }
}

/* CSS Document */
.yellow {
    color: #eded98;
    font-weight: bolder;
    font-size: 1.2em;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.webinfo {
    clear: both;
    float: left;
    width: calc(100% - 20px);
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #cce0f0;
    padding-left: 10px;
}

.webinfo li {
    clear: both;
    float: left;
    width: 100%;
    color: #5bab9d;
    margin-bottom: 10px;
    font-weight: bold;
}

.webinfo li a {
    color: #5bab9d;
    text-decoration: underline;
}

.webinfo span {
    width: 50px;
    display: inline-block;
}

.webinfo i {
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #5bab9d;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

html,
body {
    font-family: "Microsoft JhengHei", sans-serif, "Arial Black";
    font-size: 100%;
    word-wrap: break-word;
    word-break: all;
    width: 100%;
    overflow-x: hidden;
    color: var(--txt-color);
    letter-spacing: 0.07em;
    font-weight: normal;
    font-style: normal;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: var(--body-color);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
}

*:focus {
    outline: 0;
}

.fontB {
    font-weight: bold;
}

.fonts {
    font-size: 0.5em;

}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

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

.clearfix {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.marTop8 {
    margin-top: 8px;
}

.marTop20 {
    margin-top: 20px;
}

.marTop100 {
    margin-top: 100px;
}

.marLeft20 {
    margin-left: 20px;
}

.marTop50 {
    margin-top: 50px;
}

.marTop150 {
    margin-top: 150px;
}

.marBtm50 {
    margin-bottom: 50px;
}

.marBtm80 {
    margin-bottom: 80px;
}

.marBtm20 {
    margin-bottom: 20px;
}

.marBtm10 {
    margin-bottom: 10px;
}

.radiousA,
.icon_more,
.icon_no,
.icon_resultmore,
.wrapper_news .box,
.wrapper_brand,
.box_signform,
.wrapper_teacher {
    border: none 20px #000000;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
#captcha-refresh{
    cursor: pointer;
}
.radious5,
.box_m_navi,
.icon_newsmore,
.way_icon,
.wrapper_cata a,
.workslist li {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.shadowA,
.list-pic,
.boxpic,
.boxlang {
    -moz-box-shadow: 0px 0px 20px #abcad5;
    -webkit-box-shadow: 0px 0px 20px #abcad5;
    box-shadow: 0px 0px 20px #abcad5;
}

.transiA,
.box_prolist li,
.icon_get,
.boxnav ul a li,
.boxnav ul li span:after,
a,
.text,
.txt_link,
.wrapper_cata ul li,
.wrapper_list ul li,
.wrapper_file .file,
.listtitle:after,
.section-link li h1,
.newslist,
.icon_close,
.iconshare,
.icon-all,
.icon-all span:after,
.box_pagetitle.d span,
.box_newslist_title,
.box_newslist_des,
.box_news_ul a,
.wrapper_cata ul li span,
.box_waynavi li,
.link-fb,
.box_degreepic,
.box_slidelist a li,
.icon_tag,
.boxweb span,
.boxdes,
.inews li,
.way_icon,
.workslist li,
#social .boxlang div .listtitle,
.listdes,
.box-d-cata,
.wrapper-subcta dt {
    transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
    -o-webkit-transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}

/*FONTS===============================*/
@font-face {
    font-family: Helvetica Neue;
    src: url(../fonts/HN35Thin.woff2) format("woff2"), url(../fonts/HN35Thin.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: Helvetica Neue;
    src: url(../fonts/HN45Light.woff2) format("woff2"), url(../fonts/HN45Light.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Helvetica Neue;
    src: url(../fonts/HN46LightItalic.woff2) format("woff2"), url(../fonts/HN46LightItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Helvetica Neue;
    src: url(../fonts/HN55Roman.woff2) format("woff2"), url(../fonts/HN55Roman.woff) format("woff");
    font-weight: 500
}

@font-face {
    font-family: Helvetica Neue;
    src: url(../fonts/HN65Bold.woff2) format("woff2"), url(../fonts/HN65Bold.woff) format("woff");
    font-weight: 700
}

@font-face {
    font-family: Helvetica Neue;
    src: url(../fonts/HN95Black.woff2) format("woff2"), url(../fonts/HN95Black.woff) format("woff");
    font-weight: 900
}

.circle,
.webinfo i,
.list-target li span,
.list-pic,
.boxpic,
.spec-check {
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-bottomright: 50%;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.txt_shadow,
.box_proname {
    text-shadow: 0px 0px 5px #000000;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

p {
    margin-bottom: 2em;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: bold;
}

.txt-tag {
    background-color: #a62a32;
    color: #eee2cc;
    padding: 2px;
}

.text-danger {
    color: #a94442;
    font-size: 0.9em;
}

.txt_link {
    color: #eee2cc;
    background-image: url(../img/all/txt_link.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 2px;
}

.txt_link:hover {
    background-color: #a62a32;
    background-image: url(../img/all/0.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.olnum {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.olnum li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 100%;
    font-size: 1em;
    margin-bottom: 0.5rem;
}

.olnum li::before {
    /*content: "0" counter(my-awesome-counter);*/
    content: counter(my-awesome-counter)" . ";
    font-weight: bold;
    margin-right: 0.5rem;
    line-height: 1;
}

.pre_w {
    float: left;
    width: 100%;
    font-size: 1.3em;
    line-height: 1.8em;
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}

.pre_p {
    width: 30%;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 600px) {
    p {
        font-weight: normal;
        font-size: 1em;
    }
}

/*FONTSEND===============================*/
/*EDITSTYLE=============================*/
.editstyle {
    color: #636363;
}

.editstyle a {
    color: #ff6c38;
    text-decoration: underline;
}

.editstyle a:hover {
    opacity: .8
}

.editstyle h1,
.editstyle h2,
.editstyle h3,
.editstyle p {
    clear: both;
    float: left;
    width: 100%;
}

.editstyle table {
    max-width: 100%;
    background-color: #FFFFFF;
    clear: both;
}

.editstyle img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* //16:9*/
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.editstyle ul {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.editstyle ul a {
    color: #636363;
}

.editstyle ul a:hover {
    color: #cc9d2b;
}

.editstyle ul li {
    clear: both;
    float: left;
    width: calc(100% - 20px);
    font-size: 0.9em;
    line-height: 1.8em;
    padding-left: 20px;
    background-image: url(../img/all/edit_dot.png);
    background-repeat: no-repeat;
    background-position: left 20px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e5e5e5;
    padding-top: 10px;
}

.editstyle blockquote {
    margin: 20px;
    padding: 0px 20px;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 1px;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: bold;
    color: #000;
}

/*.editstyle blockquote:before{
    content: '\201C';
    font-family: Georgia, serif;
    color: #af2c34;
    font-size: 35px;
    font-weight: bold;
    line-height: 0.8;
	
}
.editstyle blockquote:after {
    content: '\201D';
    font-family: Georgia, serif;
    color: #af2c34;
    font-size: 35px;
    font-weight: bold;
    line-height: 0.6;
    position: absolute;
}*/
/*EDITSTYLEEND===========================*/
/*LAYOUT================================*/
/*HEAD*********************************
*/
.wrapper_head {
    clear: both;
    float: left;
    width: 96%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    padding-right: 2%;
    padding-left: 2%;
    margin: 0px;
    padding-top: 10px;
    z-index: 1000;
    left: 0px;
    top: 0px;
    position: relative;
    background-color: var(--main-color);
    -moz-box-shadow: 0px 0px 3px #e8eded;
    -webkit-box-shadow: 0px 0px 3px #e8eded;
    box-shadow: 0px 0px 3px #e8eded;
}

.wrapper_head.active {
    position: fixed;
    -webkit-animation: ani_head 0.5s forwards;
    -moz-animation: ani_head 0.5s forwards;
    -o-animation: ani_head 0.5s forwards;
    animation: ani_head 0.5s forwards;

}

@keyframes ani_head {
    0% {
        opacity: 0;
        transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.wrapper_head .item {
    flex: 1 1 auto;
    margin: 0px;
}

.wrapper_head .item.mag {
    flex: 0 0 30px;
    display: none;
}

/*LOGO*/
.logo {
    clear: both;
    width: 190px;
    height: 58px;
    background-size: contain;
    background-image: url(../img/all/logo.svg);
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

/*NAVI*/
#lang select {
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    border: 1px solid #e8e8f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 27px 7px 10px;
    background: #ffffff url(../img/all/arrow3.png) no-repeat 90% 50%;
}

.boxnav {
    clear: both;
    float: left;
    width: 100%;
}

.boxnav ul {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}

.boxnav ul a li {
    display: inline-block;
    width: auto;
    font-size: 1em;
    color: var(--navi-color);
    font-weight: bold;
    padding-left: 5px;
    cursor: pointer;
    position: relative;
    padding-right: 5px;
}

.boxnav ul a li:hover {
    color: #569d99;
}

.boxnav ul a li span:after {
    content: "";
    background-color: #7cbbb7;
    height: 2px;
    width: 0%;
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
}

.boxnav ul a li:hover span:after {
    height: 2px;
    width: 100%;
    opacity: 1;
}

.active .boxnav ul a li:hover {
    /*color: var(--txt-color);*/
    color: #0081ab;
}

.boxnav ul .act {
    background-color: #f8f6ff;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
    color: #404256;
    background-image: url(../img/all/0.png);
    background-repeat: no-repeat;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #f8f6ff;
}

.boxnav ul .act:hover {
    color: #404256;
    text-shadow: 0px 0px 0px #000000;
}

.boxnav ul .act:before {
    content: "";
    background-image: url(../img/all/nav_act_pre.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -39px;
    right: -2px;
    background-size: auto 40px;
    height: 40px;
    width: 40px;
    background-position: right bottom;
}

.boxnav ul .act:after {
    content: "";
    background-image: url(../img/all/nav_act_aft.svg);
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: -2px;
    bottom: -39px;
    background-size: auto 40px;
}

/*MAG
*/
.boxmag {
    clear: both;
    width: 100%;
    text-align: right;
}

#magNavi {
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-left: 10px;
    display: none;
}

#magNavi .show hr {
    background-color: var(--mag-color);
    clear: both;
    float: left;
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    display: block;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFF;

}

#magNavi:hover .show hr {
    width: 30px;
}

#magNavi .show:before {
    margin-top: 5px;
}

#magNavi .show:before,
#magNavi .show:after {
    content: "";
    display: block;
    background-color: var(--mag-color);
    clear: both;
    float: left;
    height: 3px;
    width: 30px;
    margin-bottom: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#magNavi:hover .show:before,
#magNavi:hover .show:after {
    width: 20px;
}

#magNavi.close .show hr {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    /*background-color: #ffffff;	*/
}

#magNavi.close .show:before {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    margin-top: 11px;
    /*background-color: #ffffff;*/
    width: 30px;
}

#magNavi.close .show:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    margin-top: -11px;
    /*	background-color: #ffffff;*/
    width: 30px;
}

/*SHARE
*/

.iconshare {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-position: center center;

    vertical-align: top;
}

.iconshare.fb,
.iconshare.line {
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-bottomright: 50%;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: var(--navi-color);
}

.iconshare.fb {
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85.039px' height='85.039px' viewBox='0 0 85.039 85.039' enable-background='new 0 0 85.039 85.039' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M50.114,85.039v-41.49h13.602V30.637H50.114V18.442c0-3.661,4.727-6.803,8.598-6.803h6.373V0H50.58 c-6.031,0-14.434,5.609-14.434,14.742v15.895H22.661v12.912h13.485v41.49H50.114z'/%3E%3C/svg%3E");
}

.iconshare.fb:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85.039px' height='85.039px' viewBox='0 0 85.039 85.039' enable-background='new 0 0 85.039 85.039' xml:space='preserve'%3E%3Cpath fill='%23EED6B3' d='M50.114,85.039v-41.49h13.602V30.637H50.114V18.442c0-3.661,4.727-6.803,8.598-6.803h6.373V0H50.58 c-6.031,0-14.434,5.609-14.434,14.742v15.895H22.661v12.912h13.485v41.49H50.114z'/%3E%3C/svg%3E");
}

.iconshare.line {
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='line_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85.04px' height='85.04px' viewBox='0 0 85.04 85.04' enable-background='new 0 0 85.04 85.04' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M18.172,50.338H9.098V28.938c0-1.792-1.459-3.254-3.251-3.254c-1.797,0-3.256,1.462-3.256,3.254v24.65 c0,1.799,1.459,3.257,3.256,3.257h12.325c1.799,0,3.251-1.458,3.251-3.257C21.423,51.799,19.971,50.338,18.172,50.338z M80.544,44.518c1.797,0,3.254-1.459,3.254-3.251c0-1.795-1.457-3.254-3.254-3.254h-9.073v-5.818h9.073 c1.797,0,3.254-1.461,3.254-3.256c0-1.792-1.457-3.254-3.254-3.254H68.216c-1.794,0-3.25,1.462-3.25,3.254V41.26 c0,0.002,0,0.007,0,0.007c0,0.005,0,0.005,0,0.008v12.314c0,1.799,1.461,3.257,3.25,3.257h12.328 c1.794,0,3.254-1.458,3.254-3.257c0-1.79-1.46-3.251-3.254-3.251h-9.073v-5.82H80.544z M27.672,25.685 c-1.794,0-3.254,1.462-3.254,3.254v24.65c0,1.799,1.46,3.257,3.254,3.257c1.792,0,3.252-1.458,3.252-3.257v-24.65 C30.924,27.146,29.464,25.685,27.672,25.685z M57.344,25.685c-1.789,0-3.253,1.462-3.253,3.254v15.257L41.458,26.988 c-0.614-0.817-1.588-1.304-2.602-1.304c-0.348,0-0.698,0.057-1.034,0.167c-1.328,0.445-2.22,1.686-2.22,3.087v24.65 c0,1.799,1.461,3.257,3.251,3.257c1.797,0,3.254-1.458,3.254-3.257V38.342l12.634,17.201c0.612,0.818,1.585,1.303,2.597,1.303 c0.353,0,0.701-0.055,1.036-0.168c1.334-0.44,2.224-1.681,2.224-3.089v-24.65C60.598,27.146,59.142,25.685,57.344,25.685z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.iconshare.line:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='line_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85.04px' height='85.04px' viewBox='0 0 85.04 85.04' enable-background='new 0 0 85.04 85.04' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23EED6B3' d='M18.172,50.338H9.098V28.938c0-1.792-1.459-3.254-3.251-3.254c-1.797,0-3.256,1.462-3.256,3.254v24.65 c0,1.799,1.459,3.257,3.256,3.257h12.325c1.799,0,3.251-1.458,3.251-3.257C21.423,51.799,19.971,50.338,18.172,50.338z M80.544,44.518c1.797,0,3.254-1.459,3.254-3.251c0-1.795-1.457-3.254-3.254-3.254h-9.073v-5.818h9.073 c1.797,0,3.254-1.461,3.254-3.256c0-1.792-1.457-3.254-3.254-3.254H68.216c-1.794,0-3.25,1.462-3.25,3.254V41.26 c0,0.002,0,0.007,0,0.007c0,0.005,0,0.005,0,0.008v12.314c0,1.799,1.461,3.257,3.25,3.257h12.328 c1.794,0,3.254-1.458,3.254-3.257c0-1.79-1.46-3.251-3.254-3.251h-9.073v-5.82H80.544z M27.672,25.685 c-1.794,0-3.254,1.462-3.254,3.254v24.65c0,1.799,1.46,3.257,3.254,3.257c1.792,0,3.252-1.458,3.252-3.257v-24.65 C30.924,27.146,29.464,25.685,27.672,25.685z M57.344,25.685c-1.789,0-3.253,1.462-3.253,3.254v15.257L41.458,26.988 c-0.614-0.817-1.588-1.304-2.602-1.304c-0.348,0-0.698,0.057-1.034,0.167c-1.328,0.445-2.22,1.686-2.22,3.087v24.65 c0,1.799,1.461,3.257,3.251,3.257c1.797,0,3.254-1.458,3.254-3.257V38.342l12.634,17.201c0.612,0.818,1.585,1.303,2.597,1.303 c0.353,0,0.701-0.055,1.036-0.168c1.334-0.44,2.224-1.681,2.224-3.089v-24.65C60.598,27.146,59.142,25.685,57.344,25.685z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/*TOOLTIP===================*/
.box_share input {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: -10000em;
    left: -10000em;
    opacity: 0;
}

.tooltip {
    position: absolute;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*TOOLTIPEND==================*/
/*SHARE========================*/
.box_share {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box_share ul {
    text-align: center;
    vertical-align: top;
    clear: both;
    float: left;
    width: 100%;
}

.box_share .txt-left {
    text-align: left;
}

.box_share ul a {
    margin-right: 5px;
}

.box_share ul li {
    text-align: left;
    vertical-align: top;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-bottomright: 50%;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-bottom: 5px;
}

.box_share ul:before {
    content: "Share";
    display: block;
    margin-top: -100px;
    font-size: 0.8em;
    line-height: 30px;
    color: var(--des-color);
}

.box_share ul .sharefb {
    background-color: rgba(86, 86, 86, .8);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23ffffff' id='icon_fb' xmlns='http://www.w3.org/2000/svg' width='85.04px' height='85.04px' viewBox='0 0 85.04 85.04' %3E%3Cpath d='M49.346,85.04V44.013h13.449V31.248H49.346V19.189c0-3.622,4.673-6.726,8.501-6.726h6.301V0.953H49.806 c-5.963,0-14.272,5.546-14.272,14.577v15.718H22.2v12.766h13.334V85.04H49.346z'/%3E%3C/svg%3E");
}

.box_share ul .sharefb:hover {
    background-color: #334a7b;
}

.box_share ul .shareline {
    background-color: rgba(86, 86, 86, .8);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23ffffff' id='icon_line' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='85.04px' height='85.04px' viewBox='0 0 85.04 85.04' enable-background='new 0 0 85.04 85.04' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M82.706,36.755c0-17.954-17.999-32.562-40.125-32.562c-22.124,0-40.126,14.608-40.126,32.562 c0,16.095,14.276,29.581,33.558,32.129c1.306,0.279,3.084,0.864,3.536,1.979c0.406,1.012,0.266,2.599,0.13,3.625 c0,0-0.47,2.832-0.572,3.438c-0.175,1.012-0.807,3.966,3.475,2.16c4.283-1.804,23.108-13.607,31.525-23.299h-0.002 C79.921,50.415,82.706,43.942,82.706,36.755z M26.873,47.438H18.9c-1.159,0-2.103-0.942-2.103-2.106V29.388 c0-1.159,0.944-2.105,2.103-2.105c1.161,0,2.104,0.946,2.104,2.105v13.841h5.869c1.161,0,2.103,0.945,2.103,2.103 C28.976,46.495,28.034,47.438,26.873,47.438z M35.119,45.331c0,1.164-0.943,2.106-2.103,2.106s-2.103-0.942-2.103-2.106V29.388 c0-1.159,0.943-2.105,2.103-2.105s2.103,0.946,2.103,2.105V45.331z M54.313,45.331c0,0.91-0.577,1.712-1.438,1.999 c-0.216,0.072-0.443,0.107-0.669,0.107c-0.656,0-1.284-0.313-1.68-0.843L42.353,35.47v9.861c0,1.164-0.942,2.106-2.103,2.106 s-2.105-0.942-2.105-2.106V29.388c0-0.906,0.58-1.708,1.44-1.996c0.216-0.072,0.441-0.109,0.667-0.109 c0.657,0,1.287,0.315,1.681,0.844l8.172,11.129v-9.868c0-1.159,0.944-2.105,2.104-2.105c1.161,0,2.104,0.946,2.104,2.105V45.331z M67.213,35.258c1.161,0,2.104,0.942,2.104,2.104c0,1.158-0.942,2.103-2.104,2.103h-5.867v3.763h5.867 c1.157,0,2.104,0.945,2.104,2.103c0,1.164-0.946,2.106-2.104,2.106H59.24c-1.159,0-2.105-0.942-2.105-2.106v-7.964 c0-0.002,0-0.002,0-0.005c0,0,0-0.004,0-0.005v-7.969c0-1.159,0.945-2.105,2.105-2.105h7.973c1.161,0,2.104,0.946,2.104,2.105 c0,1.161-0.942,2.105-2.104,2.105h-5.867v3.765H67.213z'/%3E%3C/g%3E%3C/svg%3E");
}

.box_share ul .shareline:hover {
    background-color: #16a619;
}

.box_share ul .sharemail {
    background-color: #868585;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23ffffff' id='icon_mail' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 31.012 31.012'%3E%3Cg%3E%3Cpath d='M25.109,21.51c-0.123,0-0.246-0.045-0.342-0.136l-5.754-5.398c-0.201-0.188-0.211-0.505-0.022-0.706 c0.189-0.203,0.504-0.212,0.707-0.022l5.754,5.398c0.201,0.188,0.211,0.505,0.022,0.706C25.375,21.457,25.243,21.51,25.109,21.51z '/%3E%3Cpath d='M5.902,21.51c-0.133,0-0.266-0.053-0.365-0.158c-0.189-0.201-0.179-0.518,0.022-0.706l5.756-5.398 c0.202-0.188,0.519-0.18,0.707,0.022c0.189,0.201,0.179,0.518-0.022,0.706l-5.756,5.398C6.148,21.465,6.025,21.51,5.902,21.51z'/%3E%3C/g%3E%3Cpath d='M28.512,26.529H2.5c-1.378,0-2.5-1.121-2.5-2.5V6.982c0-1.379,1.122-2.5,2.5-2.5h26.012c1.378,0,2.5,1.121,2.5,2.5v17.047 C31.012,25.408,29.89,26.529,28.512,26.529z M2.5,5.482c-0.827,0-1.5,0.673-1.5,1.5v17.047c0,0.827,0.673,1.5,1.5,1.5h26.012 c0.827,0,1.5-0.673,1.5-1.5V6.982c0-0.827-0.673-1.5-1.5-1.5H2.5z'/%3E%3Cpath d='M15.506,18.018c-0.665,0-1.33-0.221-1.836-0.662L0.83,6.155C0.622,5.974,0.6,5.658,0.781,5.449 c0.183-0.208,0.498-0.227,0.706-0.048l12.84,11.2c0.639,0.557,1.719,0.557,2.357,0L29.508,5.419 c0.207-0.181,0.522-0.161,0.706,0.048c0.181,0.209,0.16,0.524-0.048,0.706L17.342,17.355 C16.835,17.797,16.171,18.018,15.506,18.018z'/%3E%3C/svg%3E%0A");
}

.box_share ul .sharemail:hover {
    background-color: #626060;
}

.box_share ul .sharelink {
    background-color: #565656;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1'  fill='%23ffffff' id='icon_link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 482.8 482.8'%3E%3Cg%3E%3Cpath d='M255.2,209.3c-5.3,5.3-5.3,13.8,0,19.1c21.9,21.9,21.9,57.5,0,79.4l-115,115c-21.9,21.9-57.5,21.9-79.4,0l-17.3-17.3 c-21.9-21.9-21.9-57.5,0-79.4l115-115c5.3-5.3,5.3-13.8,0-19.1s-13.8-5.3-19.1,0l-115,115C8.7,322.7,0,343.6,0,365.8 c0,22.2,8.6,43.1,24.4,58.8l17.3,17.3c16.2,16.2,37.5,24.3,58.8,24.3s42.6-8.1,58.8-24.3l115-115c32.4-32.4,32.4-85.2,0-117.6 C269.1,204,260.5,204,255.2,209.3z'/%3E%3Cpath d='M458.5,58.2l-17.3-17.3c-32.4-32.4-85.2-32.4-117.6,0l-115,115c-32.4,32.4-32.4,85.2,0,117.6c5.3,5.3,13.8,5.3,19.1,0 s5.3-13.8,0-19.1c-21.9-21.9-21.9-57.5,0-79.4l115-115c21.9-21.9,57.5-21.9,79.4,0l17.3,17.3c21.9,21.9,21.9,57.5,0,79.4l-115,115 c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l115-115c15.7-15.7,24.4-36.6,24.4-58.8 C482.8,94.8,474.2,73.9,458.5,58.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.box_share ul .sharelink:hover {
    background-color: #626060;
}

.box_share ul i {
    font-size: 1.5em;
    color: #565656;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
}

.box_share ul .gotop {
    background-color: transparent;
}

/*SHAREEND========================*/
@media screen and (max-width: 1440px) {
    .boxnav ul a li {
        padding-left: 2px;
        padding-right: 2px;
    }
}


@media screen and (max-width: 1440px) {
    .logo {
        width: 150px;
        height: 46px;
        padding-bottom: 5px;
    }

    .wrapper_head .item.mag {
        display: flex;
    }

    .wrapper_head .item.share {
        display: none;
    }

    .wrapper_head .item:nth-child(1) {
        flex: 0 0 123px;
        margin: 0px;
    }

    #magNavi {
        display: inline-block;
    }

    .boxnav {
        display: none;
    }

    .wrapper_head {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: var(--main-color);
    }

    /*.wrapper_head.active{
	display:flex;
	}	*/
}

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

    .iconshare {
        height: 25px;
        width: 25px;
    }

    #magNavi .show:before {
        margin-top: 10px;
    }
}

@media screen and (max-width: 300px) {
    .wrapper_head {
        flex-wrap: wrap;
        background-position: right bottom;
        background-size: 100% auto;

    }

}

/*HEAD END*********************************
*/
/*MOBILE NAVI*********************************
*/
.wrapper_mobile_navi {
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0px;
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    right: 0px;
    display: none;
    background-color: #2890b5;
}

.wrapper_mobile_navi.active {
    display: block;
    -webkit-animation: ani_m-navi 0.5s forwards;
    -moz-animation: ani_m-navi 0.5s forwards;
    -o-animation: ani_m-navi 0.5s forwards;
    animation: ani_m-navi 0.5s forwards;
}

.overlay {
    position: fixed;
    background-color: rgba(227, 232, 235, .7);
    height: 100%;
    width: 100%;
    z-index: 10;
    display: none;
}

.overlay.active {
    display: block;
}

@keyframes ani_m-navi {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.box_m_navi {
    clear: both;
    float: left;
    height: auto;
    width: 88%;
    padding-right: 3%;
    padding-left: 3%;
    color: #FFF;
    margin-top: 100px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 3%;
    margin-left: 3%;
}

.box_m_navi ul li {
    width: 100%;
    text-align: left;
    display: flex;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2485a7;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.box_m_navi ul li span {
    margin-right: 10px;
    color: #FFF;
}

.box_m_navi ul li i {
    font-size: 0.9em;
    color: #FFF;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
}

.box_m_navi ul a:hover {
    color: rgba(255, 255, 255, 1);
}

.box_m_navi ul a:hover,
.box_m_navi ul .active {
    color: var(--hover-color);
}


@media screen and (max-width: 600px) {
    .box_m_navi ul li {
        font-weight: 300;
    }
}

/*MOBILE NAVI END*********************************
*/
/*FOOTER***********************************
*/
.scrollToTop {
    width: 40px;
    position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 20px;
    display: none;
}

.gotop {
    /*background-image: url(../img/all/icon_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 51px;
	width: 51px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;*/
}

.scrollToTop div {
    cursor: pointer;
    text-align: center
}

.wrapper_footer {
    clear: both;
    float: left;
    width: 96%;
    padding-bottom: 80px;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: var(--blcok-padding-tb);
    color: var(--navi-color);
    text-align: center;
    font-size: 0.9em;
}

.lang {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: var(--blcokin-padding-tb);

}

.lang li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #000;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #5babb6;
}

.wrapper_footer .item {
    flex: 1 1 auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
}

.boxdesign {
    font-size: 0.9em;
    color: #a9a9a9;
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.boxdesign a {
    color: #a9a9a9;
}

.boxdesign a:hover {
    color: #111111;
}

.infolabel {
    float: left;
    width: 18%;
    color: #974623;
    font-weight: bold;
}

.infow {
    float: right;
    width: 82%;
    font-weight: bold;
}

.boxmap {
    width: 100%;
    clear: both;
    float: left;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
}

.boxmap iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


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

    .infolabel {
        float: left;
        width: 50px;

    }

    .infow {
        float: left;
        width: calc(100% - 50px);
    }

}

@media screen and (max-width: 800px) {
    .box_btmline {
        width: 90%;
        background-size: 90% 2px;
        padding-right: 5%;
        padding-left: 5%;
    }

    .boxmap {
        padding-bottom: 60%;
    }
}

/*FOOTER END***********************************
*/
/*KEYWORD***********************************
*/
.wrapper_keyword {
    clear: both;
    float: left;
    width: 96%;
    padding-top: 30px;
    background-color: #FFF;
    padding-right: 2%;
    padding-bottom: 30px;
    padding-left: 2%;
}

.wrapper_keyword:before {
    content: "";
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #CACACA;
    display: block;
    clear: both;
    float: left;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 30px;
}

.wrapper_keyword div {
    font-size: 0.8em;
    color: #969696;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #D3D3D3;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/*KEYWORD END***********************************
*/
/*LAYOUTEND================================*/
/*ICONS======================================*/
/*.icon-back{
	background-image: url(../img/all/icon_back.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	clear: both;
	float: left;
	width: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 40px;
	border: 1px solid #FFF;
	background-size: 20px auto;
	font-size: 1em;
	color: #FFF;
	cursor:pointer;
	text-transform:uppercase;
}*/
.icon-all {
    position: relative;
    width: 250px;
    clear: both;
    text-align: left;
    font-size: 12px;
    color: #ffffff;
    background-color: #010067;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #010067;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    cursor: pointer;
    text-transform: uppercase;
}

.icon-all span:after {
    content: "";
    background-image: url(../img/all/icon-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 10px;
    width: 80px;
    display: inline-block;
    margin-left: 20px;
}

.icon-all:hover {
    color: #010067;
    background-color: transparent;

}

.icon-all:hover span:after {
    background-image: url(../img/all/icon-bg2.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: 30px;
}

.icon-all.view {
    border: 2px solid #faa0c6;
    background-image: url(../img/all/btn-view.png);
    background-color: #faa0c6;
}

.icon-all.view:hover {
    border: 2px solid #fa539a;
    background-color: #fa539a;
    background-image: url(../img/all/btn-w-view.png);
}

.icon-all.send,
.icon-all.back {
    margin-right: auto;
    margin-left: auto;
}

.icon-all.send input {
    position: absolute;
    left: 0px;
    top: -5px;
    background-color: transparent;
    color: var(--navi-color);
    cursor: pointer;

}

.shape {
    stroke-dasharray: 100 540;
    stroke-dashoffset: -300;
    stroke-width: 8px;
    fill: transparent;
    stroke: #cc9d2b;
    border-bottom: 2px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.icon-all.back .shape {
    stroke: #282828;
}

.text {
    font-size: 1em;
    line-height: 46px;
    letter-spacing: 2px;
    color: #9d4724;
    top: -48px;
    position: relative;
}

.icon-all.back .text {
    color: #282828;
}

/*ICONSEND======================================*/
/*LOADMORE===================================*/
.show-more {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #FFF;
    display: none;
    background-image: url(../img/all/loading.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    background-size: 50px auto;
    position: absolute;
    bottom: 0px;
}

.show-more span {
    color: #15181E;
    padding-bottom: 50px;
    color: #55438a;
}

/*LOADMOREEND=====================================*/
/*CONTENT=======================================*/

.wrapper_maincontent {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 0x;
}

.wrapper_maincontent2 {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 160px;
}

/*PAGETITLE
*/
.box_pagetitle {
    clear: both;
    padding-bottom: var(--blcok-padding-tb);
    color: var(--title-color);
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    position: relative;
}

.box_pagetitle.w {
    color: #FFF;
    text-shadow: 0px 0px 5px #000000;
}

.box_pagetitle span {
    position: relative;
    z-index: 1;
}

.box_pagetitle span:after {
    content: "";
    background-color: #FFF;
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    bottom: 0px;
}

.box_pagetitle.w span:after {
    background-color: #84e6f8;
}

.box_pagetitle.y span:after {
    background-color: #ffe800;
}

.dott {
    background-image: url(../img/index/title_dot.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 0.3em;
}

.dott.s {
    display: none;
}

@media screen and (max-width: 800px) {
    .box_pagetitle {
        font-size: 1.5em;
        line-height: 1.2em;
    }
}

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

    .dott.s {
        display: inline-block;
    }
}

@media screen and (max-width: 248px) {
    .wrapper_maincontent2 {
        margin-top: 150px;
    }
}

/*PAGETITLE END
*/
/*PIC 4:3*/
.box_propic {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    clear: both;
    float: left;
}

.box_propic:before {
    display: block;
    content: "";
    padding-top: 75%;
}

/*PIC 4:3END*/

/*CATA
*/
.wrapper_cata {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    margin-top: var(--section-padding-tb);
}

.wrapper_cata.active {
    position: fixed;
    width: 200px;
    top: 80px;
    background-color: #ffffff;
}

.wrapper_cata ul {
    clear: both;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    align-content: start;

}

.wrapper_cata ul li {
    font-size: 1.1em;
    color: var(--txt-color);
    text-align: left;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA;
    width: calc(100% - 30px);
    margin-top: 20px;
    position: relative;
}

.wrapper_cata ul li a {
    color: var(--txt-color);
}

.wrapper_cata i {
    position: absolute;
    right: 0px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
    top: 0px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85.04px' height='85.04px' viewBox='0 0 85.04 85.04' enable-background='new 0 0 85.04 85.04' xml:space='preserve'%3E%3Crect y='37' fill='%2396a3a4' width='85.04' height='9.25'/%3E%3Crect x='37.895' y='0.105' fill='%2396a3a4' width='9.25' height='85.04'/%3E%3C/svg%3E");
}

.wrapper_cata i.now {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85.04px' height='85.04px' viewBox='0 0 85.04 85.04' enable-background='new 0 0 85.04 85.04' xml:space='preserve'%3E%3Crect y='37' fill='%2396a3a4' width='85.04' height='9.25'/%3E%3C/svg%3E");
}

.wrapper_cata ul li a:hover {
    color: #000000;
}

.wrapper_cata ul .active {
    font-size: 1.3em;
    color: #3376bc;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #3376bc;
}

.wrapper_cata ul .active a {
    color: #3376bc;
}

.wrapper-subcta {
    clear: both;
    float: left;
    width: 100%;
    display: none;
}

.wrapper-subcta dt {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 20px;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, .5);
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1em;
    margin-bottom: 8px;
    margin-top: 8px;
}

.wrapper-subcta dt:hover {
    color: rgba(0, 0, 0, .8);
}

@media screen and (max-width: 600px) {
    .wrapper_cata ul a {
        flex: 0 0 auto;
        margin: 3px;
    }

    .wrapper_cata ul li {
        font-size: 0.8em;
    }
}

/*CATA END
*/


/*CONTENT END=======================================*/
/*FILES===========================================*/
.wrapper_file {
    clear: both;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    align-content: start;
    padding-top: 30px;
    padding-bottom: 30px;
}

.wrapper_file a {
    flex: 0 1 100%;
    margin-top: 10px;
    color: rgba(0, 0, 0, .5);
}

.wrapper_file a:hover {
    color: rgba(0, 0, 0, .9)
}

.wrapper_file:before {
    content: "檔案下載";
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d8dada;
    font-size: 0.9em;
    font-weight: 500;
    color: #000000;
}

.wrapper_file .file {
    color: #ed7d2b;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 20px;
    background-image: url(../img/all/icon_file.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.wrapper_file .file:hover {
    padding-left: 25px;
}

.box_act {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
}

@media screen and (max-width:1000px) {
    .wrapper_file {
        margin-bottom: 30px;
    }
}

/*FILESEND========================================*/
.video-wrapper {
    position: relative;
    overflow: hidden;
    clear: both;
    float: left;
    height: 0px;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*PAGENUM========================================*/
.pagenum {
    text-align: left;
    clear: both;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    color: var(--subtxt-color);
    font-size: 10px;
}

.pagenum li {
    font-size: 10px;
    color: var(--subtxt-color);
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 0em;
    word-spacing: 0em;
    margin-top: 10px;
    border: 1px solid #eff0f2;
    padding: 5px;
    min-width: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.pagenum li a {
    color: #974e23;
    text-decoration: none;
}

.pagenum li:hover {
    color: #000000;
}

.pagenum .nowp:hover {
    color: #FFF;
}

.pagenum .nowp {
    background-color: #30b5bd;
    color: #FFF;
}

@media screen and (max-width:800px) {
    .pagenum {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*PAGENUMEND========================================*/
/*SOCIAL============================================================*/
#social {
    float: right;
    width: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#social ul li {
    color: #363636;
    text-align: right;
    display: inline-block;
    float: right;
    width: auto;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 27px;
    font-size: 0.9em;
    margin-left: 10px;
    font-weight: 400;
    position: relative;
}

#social ul li i {
    color: #0081ab;
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
}

#social ul li .fab.fa-line {
    font-size: 22px
}

#social ul #lang i {
    font-size: 20px;
    color: var(--navi-color);
    margin-right: 2px;
}

#social ul #lang {
    font-size: 12px;
    cursor: pointer;

}

.boxlang {
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    margin-top: 17px;
    width: 100%;
    display: none;
}

.boxlang.active {
    display: block;
}

#social .boxlang div {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, .5);
}

#social .boxlang div:hover {
    color: rgba(0, 0, 0, 1);
}

@media screen and (max-width:1200px) {
    #social ul a li {
        font-size: 0.9em;
        margin-left: 2px;
    }
}

@media screen and (max-width:1036px) {
    #social ul li:not(#lang) {
        display: none;
    }

    .boxnav ul a li {
        font-size: 1.1em;
    }
}

/*SOCIALEND=======================================*/

/*FORM===========================================*/
.actarea {
    margin-top: var(--blcokm-padding-tb);
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.actarea.marbtm {
    margin-bottom: var(--section-padding-tb);
}

.successw {
    font-size: 1.5em;
    color: #6A7EC6;
    clear: both;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/*ICONS===================================================================*/
.icon_more {
    font-family: "Noto Sans Thai", sans-serif;
    clear: both;
    float: left;
    width: 200px;
    background-color: #3838a8;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d2d2eb;
    font-size: 1em;
    cursor: pointer;
    color: #ffffff;
}

.icon_more:hover,
.icon_submit:hover {
    color: #FFF;
    background-color: #3b5199;
    border: 1px solid #636369;
}

.icon_no {
    font-family: "Noto Sans Thai", sans-serif;
    float: left;
    width: 200px;
    background-color: #6d6974;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #8a8888;
    font-size: 1em;
    margin-right: 20px;
    color: #ffffff;
}

.icon_no:hover {
    background-color: #b9b4b2;
}

.wrapper-1280 {
    clear: both;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1280px) {
    .wrapper-1280 {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        clear: both;
        float: left;
    }
}

/*DECLINE=========================================*/
.declines {
    clear: both;
    height: 100px;
    width: 3px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0081AB;
}

.declineh {
    clear: both;
    height: 3px;
    width: 100%;
    background-color: #0081AB;
    float: left;
}

/*DECLINEEND======================================*/
/*FLEX============================================*/
.flexrow {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    align-content: start
}

.flexrow-start {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    align-content: start
}

.flexrow-middle {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center
}

.flexrow-bottom {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    align-content: center
}

.flexitem {
    flex: 1 1 auto;
}

/*FLEXEND=========================================*/

/*連結顏色*/
a {
    color: #000;
}


/*無障礙*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 6px;
}