/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 1.6rem;
    color: #5d6677;
    font-family: 'Zen Kaku Gothic New', 'Noto Sans TC', 'Bona Nova', serif;
    ;
    background: url(../../images/pattern.jpg);
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    display: block;
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #333;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

::selection {
    background: rgba(17, 56, 80, .5);
    color: #fff;
}

body.open {
    overflow-y: hidden;
}

/*--捲軸效果--*/
::-webkit-scrollbar {
    width:10px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin:0 0 5px 0;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background:rgb(17, 56, 80, 1);/*捲軸顏色*/
}
/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner>.item>img {
    display: inline-block;
}

/*---header---------------------------------------------------------------------------------------------------------------------------*/
header {
    position: relative;
}


.index {
    position: relative;
    display: flex;
}

.index .index_left {
    width: 10%;
    background: #113850;
    position: relative;
    padding: 5.5rem 2.3rem 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

.index .index_left:before {
    content: '';
    background: url(../../images/index_left_deco02.png) top right no-repeat;
    background-size: contain;
    width: 100px;
    max-width: 100%;
    min-height: 103px;
    position: absolute;
    top: 0;
    right: 0;
}

.index .index_left:after {
    content: '';
    background: url(../../images/index_left_deco01.png) top right no-repeat;
    background-size: contain;
    width: 122px;
    max-width: 100%;
    min-height: 129px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/***logo***/
.logo {}

.index .index_right {
    width: 90%;
}

.enter {}

.enter img {
    display: block;
    margin: 0 auto;
}

.enter img:nth-child(1) {
    margin-bottom: 3rem;
}

.enter .enter_line {
    width: 2px;
    max-width: 100%;
    min-height: 201px;
    background: #c49720;
    margin: 0 auto;
}

.enter a {
    transition: .5s all;
}

.enter a:hover {
    filter: grayscale(1) drop-shadow(0px 0px 0px #333);
}


/***dex***/
.dex {}

.item {
    position: relative;
}



.menu_logo {
    padding: 3.5rem 11rem;
    cursor: pointer;
}

.menu_img {
    display: inline-block;
    padding-right: 0.75rem;
    vertical-align: top;
}

.menu_txt {
    display: inline-block;
}


/***mobile ibutton***/
.mibutton {
    z-index: 65;
    cursor: pointer;
    width: 100px;
    height: 100px;
    color: #cdbe9f;
    position: fixed;
    top: 2.3rem;
    right: 2rem;
    text-align: center;
    transition: .3s ease-in-out;
    background: #113850;
    border-radius: 100px;
    font-family: 'Bona Nova';
}

.mibutton:after {
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: ellipse(50% 50% at 0% 50%);
    -webkit-clip-path: ellipse(50% 50% at 0% 50%);
    z-index: -1;
    transition: .3s ease-in-out;
}

.mibutton span {
    display: inline-block;
    width: 42px;
    height: 2px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 6rem;
    right: 0;
    left: 0;
    margin: auto;
    background: #cdbe9f;
}

.mibutton b {
    font-size: 14px;
    font-family: 'Bona Nova';
    position: absolute;
    top: 3.4rem;
    right: 0;
    left: 0;
    margin: auto;
}

.mibutton span:nth-child(2) {
    top: 6.8rem;
    width: 38px;
}

.mibutton_ani {
    background: none;
    opacity: 1;
}

.mibutton_ani:after {
    opacity: 0;
}

.mibutton_ani b {
    display: none;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    top: 2.1em;

}

.mibutton_ani span:nth-child(2) {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 42px;

}

/*navbar*/
.navbar {
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    background: rgba(17, 56, 80, .95);
    width: 386px;
    position: fixed;
    top: 0em;
    right: 0;
    z-index: 60;
    height: 100%;
    text-align: right;
    transform: translateX(100%);
    transition: .6s linear;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.navbar:before {
    content: '';
    background: url(../../images/menu_deco03.png)top left no-repeat;
    background-size: contain;
    width: 129px;
    max-width: 100%;
    min-height: 136px;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar:after {
    content: '';
    background: url(../../images/menu_deco04.png)bottom right no-repeat;
    background-size: contain;
    width: 132px;
    max-width: 100%;
    min-height: 138px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.show {
    transform: translateX(0);
}

/*ibutton*/
.ibutton {
    padding: 1em 0 0em;
    height: 100%;
}

.ibutton ul {
    overflow-y: scroll;
    height: 680px;
    padding-bottom: 3rem;
}

.ibutton li {}

.ibutton a {
    padding: .7rem 8rem;
    text-align: left;
    position: relative;
}

.ibutton .last a:before {
    background: none;
}


.ibutton p.ch {
    font-size: 20px;
    line-height: 1.8;
    color: #cdbe9f;
    transition: .5s all;
}

.ibutton p.en {
    font-size: 14px;
    font-family: 'Bona Nova';
    line-height: 1.8;
    color: #848a96;
    transition: .5s all;

}

/*hover*/
.ibutton a:hover .menu_txt p {
    color: #fff;
}


ul.dropmenu {
    display: none;
    position: relative;
    height: auto;
    overflow-y: inherit;
    padding-bottom: 0 !important;
}

ul.dropmenu:before {
    content: '';
    background: #b9a06a;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 1rem;
    left: 11rem;
}

ul.dropmenu a {
    padding: 0 0 0 12rem;
}

.dropmenu a:before {
    background: none;
}

@media screen and (max-width:576px) {
    .mibutton {
        width: 70px;
        height: 70px;
        top: 1rem;
        right: 1rem;
    }

    .mibutton span {
        top: 4.5rem;
    }

    .mibutton b {
        top: 2rem;
    }

    .mibutton span:nth-child(2) {
        top: 5.2rem;
    }

    .mibutton_ani span:nth-child(1) {
        top: 1.2em;
    }

    .index {
        flex-wrap: wrap;
    }

    .index .index_left {
        width: 100%;
        align-items: center;
        flex-direction: row;
        padding: 2rem 0 2rem 2.3rem;

    }

    .logo {
        width: 17%;
    }

    .enter img {
        display: inline-block;
    }

    .enter img:nth-child(1) {
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .enter .enter_line {
        width: 50px;
        max-width: 100%;
        min-height: 2px;
        margin: 0 0 0 auto;
        display: inline-block;
    }

    .index .index_left:after {
        background-position: bottom left;
        min-height: 70px;
    }

    .index .index_left:before {
        background-position: top right;
        min-height: 70px;
    }

    .index .index_right {
        width: 100%;
        order: -1;
    }

}
@media screen and (max-width:450px) {
    .ibutton ul {
    padding-bottom: 19rem;
}

}
@media screen and (max-width:430px) {
    .index .index_left {
        padding: 1rem 0 1rem 2.3rem;
    }

    .enter {
        text-align: right;
    }

    .ibutton ul {
    padding-bottom: 18rem;
}

    .ibutton a {
        padding: .7rem 8rem .7rem 9rem;
    }
}

@media screen and (max-width:402px) {
    .enter img:nth-child(1) {
        width: 45%;
    }
    .ibutton ul {
    padding-bottom: 25rem;
}
}

@media screen and (max-width:393px) {
    .index .index_left:before {
        min-height: 40px;
    }

    .index .index_left:after {
        min-height: 40px;
    }
}

@media screen and (max-width:340px) {
    .ibutton a {
        padding: .7rem 4rem .7rem 11rem;
    }
}

/*---main----------------------------------------------------------------------------------------------------------------------------*/



/***footer***/
footer {
    background-color: #fff;
    text-align: center;
    padding: 9.5rem 0 2.8rem;
    position: relative;
    z-index: 1;
}

.footer_wrap {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
}

.footer_wrap .ft_left {
    width: 32%;
    padding-top: 2.8rem;
}

.footer_wrap .ft_center {
    width: 30%;
}


.ft_center h1 {
    font-size: 20px;
    color: #113850;
    text-align: left;
    font-weight: 600;
}



.footer_wrap .ft_right {
    width: 30%;
    padding-top: 8rem;
}



.ft_logo {
    margin-bottom: 5rem;
}



/*ft_info*/
.ft_info {
    text-align: left;
    margin-top: 1.3rem;
    padding: 1.5rem 0 0;
    position: relative;
}

.ft_center .ft_info:before {
    content: '';
    background: #c49720;
    width: 18px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.ft_info li {
    color: #113850;
    font-size: 18px;
    line-height: 2.3;
}

.ft_info i {
    width: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-top: .5em;
}

.ft_info svg {
    color: #b4975b;
}

.ft_info p {
    font-size: 16px;
    color: #113850;
    display: inline-block;
    width: 85%;
    padding-left: .5em;
    vertical-align: top;
}

/*site*/

.site {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.site ul {
    display: inline-block;
    width: 21%;
}

.site ul:not(:last-child) {
    margin: 0 4rem 0 0;
}

.site ul li {
    display: inline-block;
    margin: 1rem 0;
    text-align: left;
}


.site li a {
    position: relative;
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:after {
    content: '';
    background: #b4975b;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .6s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:hover:after {
    width: 100%;
}

.site p {
    font-size: 16px;
    color: #717986;
}


.ft_line {
    background: #113850;
    width: 1330px;
    max-width: 100%;
    height: 1px;
    margin: 6rem auto 3rem;

}



/*ft_btn*/
.ft_btn {
    text-align: right;
    padding-right: 5rem;
}


.ft_btn a {
    display: inline-block;
    width: 18%;
    padding: 0 .5rem;
    transition: .3s ease-in-out;
}

.ft_btn a:hover {
    transform: translateY(-5px);
}

/*ft_mark*/
.ft_mark {
    width: 530px;
    margin: 0 auto;
    max-width: 90%;
    text-align: left;
}

.ft_mark li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 1em;
    color: #8d4726;
    font-size: 14px;
    white-space: nowrap;
}

.ft_mark li img {
    vertical-align: middle;
}

.ft_mark li:nth-of-type(1) img {
    margin-right: -1em;
}

/*ft_btm*/
.ft_btm {
    color: #113850;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    display: inline-flex;
    width: 1248px;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ft_btm a {
    color: #113850;
    font-size: 15px;
    display: inline-block;
}

/*icon*/
.icon {
    font-family: 'Bona Nova';
    font-size: 12pt;
    color: #113850;

}

.icon a {
    vertical-align: bottom;
    transition: .3s ease-in-out;
    padding: 3px;
}

.icon a:hover {
    transform: translateY(-3px);
}

/*copyright*/
.copyright {
    color: #113850;
}

.copyright a {
    color: #113850;
    transition: .3s ease-in-out;
}

.copyright a:hover {
    color: #cbae01;
}

@media screen and (max-width:1366px) {
    .footer_wrap .ft_center {
        width: 27%;
    }

    .footer_wrap .ft_right {
        width: 35%;
        padding-right: 5rem;
    }
}

@media screen and (max-width:1200px) {
    .ft_btm {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1100px) {
    footer {
        padding: 7rem 0 2.8rem;
    }

    .footer_wrap {
        max-width: 1330px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_wrap .ft_left {
        width: 65%;
        padding-top: 0;
    }

    .ft_logo {
        width: 80%;
        margin: 0 auto 3rem;
    }

    .ft_btn {
        text-align: center;
        padding-right: 0;
    }

    .ft_btn a {
        width: 13%;
    }

    .footer_wrap .ft_center {
        width: 45%;
        margin-top: 3rem;
    }

    .footer_wrap .ft_right {
        width: 48%;
        margin-top: 3rem;
        padding-top: 4rem;
    }
}

@media screen and (max-width:768px) {
    .footer_wrap {
        padding: 0 2rem;
    }

    .footer_wrap .ft_center {
        width: 55%;
    }

    .footer_wrap .ft_right {
        width: 60%;
        padding-top: 0;
        padding-right: 0;
    }

    .ft_btm {
        flex-wrap: wrap;
        justify-content: center;
    }

    .icon {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:650px) {
    .footer_wrap .ft_center {
        width: 59%;
        margin-top: 5rem;
    }

    .footer_wrap .ft_right {
        width: 80%;
        padding-top: 0;
    }
}

@media screen and (max-width:450px) {
        footer {
        padding: 7rem 0 8rem;
    }
    .footer_wrap .ft_left {
        width: 100%;
    }

    .ft_btn a {
        width: 18%;
    }

    .footer_wrap .ft_center {
        width: 90%;
    }

    .footer_wrap .ft_right {
        width: 100%;
    }
}

@media screen and (max-width:402px) {
    .footer_wrap .ft_center {
        width: 100%;
    }

    .site ul {
        width: 24%;
    }

    .site ul:not(:last-child) {
        margin: 0 2rem 0 0;
    }
}

@media screen and (max-width:360px) {
    .ft_info p {
        width: 90%;
    }
}

@media screen and (max-width:340px) {
    .ft_info p {
        letter-spacing: 0;
    }
}

@media screen and (max-width:320px) {
    .site ul {
        width: 30%;
    }

    .site ul:not(:last-child) {
        margin: 0;
    }
}


/***********************/
/***banner start***/

.banner {
    background: url(../../images/banner.png) top left no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 453px;
    position: relative;
    margin-bottom: 8.6rem;
}

.banner:before {
    content: '';
    background: url(../../images/banner_deco01.png) top left no-repeat;
    background-size: contain;
    width: 273px;
    max-width: 100%;
    min-height: 699px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner:after {
    content: '';
    background: url(../../images/inner_deco01.png) top left no-repeat;
    background-size: contain;
    width: 525px;
    max-width: 100%;
    min-height: 1260px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
}

.banner .inlogo {
    width: 29%;
    padding: 6rem 0 0 8rem;
    display: inline-block;
    vertical-align: top;
}


.banner .title {
    display: inline-block;
    margin: 33rem 0 0 -4rem;
    text-align: center;
    width: 12%;
    position: relative;
}

.banner .title h2 {
    font-size: 38px;
    color: #b28a38;
    font-weight: 600;
}

.banner .title .title_line {
    background: #b28a38;
    width: 100%;
    height: 1px;
    margin: 1rem 0;
}

.banner .title h3 {
    font-size: 18px;
    color: #b28a38;
    font-family: 'Bona Nova';
}

.banner .title:before {
    content: '';
    background: url(../../images/title_deco01.png) top left no-repeat;
    background-size: contain;
    width: 15px;
    height: 17px;
    position: absolute;
    top: -1rem;
    right: 3rem;
}

.banner .title:after {
    content: '';
    background: url(../../images/title_deco02.png) top left no-repeat;
    background-size: contain;
    width: 113px;
    max-width: 100%;
    height: 101px;
    position: absolute;
    top: -7rem;
    right: -9rem;
}

@media screen and (max-width:1660px) {
    .banner .title {
        margin: 33rem 0 0 0;
        width: 15%;
    }
}

@media screen and (max-width:1536px) {
    .banner .title {
        margin: 33rem 0 0 6rem;
    }
}

@media screen and (max-width:1366px) {
    .banner:after {
        min-height: 1000px;
    }

    .banner .inlogo {
        width: 36%;
    }

    .banner .title {
        margin: 33rem 0 0 4rem;
    }
}

@media screen and (max-width:1200px) {
    .banner {
        min-height: 400px;
    }

    .banner:before {
        min-height: 619px;
    }

    .banner .title {
        margin: 27rem 0 0 3rem;
    }

    .banner .title:before {
        right: 0;
    }

    .banner .title:after {
        top: -9rem;
        right: -12rem;
    }
}

@media screen and (max-width:1100px) {
    .banner {
        min-height: 350px;
    }

    .banner:before {
        min-height: 560px;
    }

    .banner:after {
        min-height: 960px;
    }

    .banner .title {
        margin: 26rem 0 0 3rem;
    }
}

@media screen and (max-width:1000px) {
    .banner {
        min-height: 310px;
    }

    .banner:before {
        min-height: 470px;
    }

    .banner:after {
        min-height: 830px;
    }

    .banner .title {
        margin: 22rem 0 0 -1rem;
        width: 17%;
    }
}

@media screen and (max-width: 917px) {
    .banner .title {
        width: 22%;
    }
}

@media screen and (max-width:834px) {
    .banner {
        min-height: 280px;
    }

    .banner:before {
        min-height: 440px;
    }

    .banner:after {
        min-height: 640px;
        top: 6rem;
    }

    .banner .inlogo {
        width: 41%;
        padding: 4rem 0 0 4rem;
    }

    .banner .title {
        margin: 20rem 0 0 -7rem;
        width: 30%;
    }

    .banner .title:before {
        right: 3rem;
    }

    .banner .title:after {
        top: -7rem;
        right: -7rem;
    }
}

@media screen and (max-width:768px) {
    .banner .title {
        margin: 20rem 0 0 -5rem;
    }
}

@media screen and (max-width:650px) {
    .banner {
        min-height: 220px;
    }

    .banner:before {
        min-height: 320px;
    }

    .banner:after {
        min-height: 400px;
        top: 11rem;
    }

    .banner .title {
        position: absolute;
        top: 17rem;
        left: 20rem;
        margin: 0;
    }

    .banner .title:before {
        right: 1rem;
    }

    .banner .title:after {
        top: -4rem;
        right: -10rem;
        height: 70px;
    }
}

@media screen and (max-width:450px) {
    .banner {
        min-height: 120px;
    }

    .banner:before {
        min-height: 170px;
    }

    .banner:after {
        min-height: 190px;
    }

    .banner .inlogo {
        width: 30%;
        padding: 1rem 0 0 1rem;
    }

    .banner .title {
        top: 14rem;
        left: 0;
        right: 0;
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width:430px) {
    .banner .inlogo {
        padding: 2rem 0 0 2rem;
    }
}

@media screen and (max-width:414px) {
    .banner .title {
        top: 13rem;
    }

    .banner .title h2 {
        font-size: 30px;
    }

    .banner .title h3 {
        font-size: 14px;
    }
}

@media screen and (max-width:393px) {
    .banner {
        min-height: 100px;
    }

    .banner:before {
        min-height: 140px;
    }

    .banner:after {
        min-height: 130px;
    }

    .banner .inlogo {
        width: 30%;
        padding: 1rem 0 0 1rem;
    }

    .banner .title {
        top: 11rem;
    }

    .banner .title:after {
        top: -3rem;
        right: -9rem;
        height: 50px;
    }
}

@media screen and (max-width:360px) {
    .banner {
        min-height: 110px;
    }

    .banner .inlogo {
        width: 35%;
    }
}

@media screen and (max-width:350px) {
    .banner .title:after {
        top: 0rem;
        right: -7rem;
        height: 30px;
        max-width: 50%;
    }
}

@media screen and (max-width: 320px) {
    .banner .inlogo {
        width: 39%;
    }

    .banner .title {
        width: 60%;
    }

    .banner .title:after {
        right: -6rem;
    }
}

@media screen and (max-width: 310px) {
    .banner {
        min-height: 90px;
    }

    .banner .inlogo {
        width: 33%;
    }

    .banner .title {
        top: 10rem;
    }
}

@media screen and (max-width: 300px) {
    .banner:before {
        min-height: 130px;
    }

    .banner:after {
        top: 5rem;
    }
}

/***banner end****/
/***********************/
/***********************/
/***inner start***/

.inner {
    position: relative;
}

.inner:before {
    content: '';
    background: url(../../images/inner_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 468px;
    max-width: 100%;
    min-height: 257px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width:834px) {
    .inner:before {
        min-height: 180px;
    }
}

@media screen and (max-width:450px) {
    .inner:before {
        min-height: 80px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/***inner end****/
/***********************/
/***********************/
/***about start***/

/*about1*/
.about1 {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.about1 .abt11 {
    width: 50.8%;
    padding: 0 4rem 0 4.5rem;
}



.about1 .abt12 {
    width: 44.5%;
    text-align: right;
    position: relative;
}

.abt12 .abt1_txt {
    margin: -3.5rem 6rem 0 0;
}

.abt12 .abt1_font {
    text-align: left;
    padding: 6rem 16.7rem 2rem 1rem;
}

.abt12 .abt1_font p {
    font-size: 16px;
    color: #5d6677;
}

.abt1_deco {
    position: absolute;
    top: 31.5rem;
    right: 13rem;
}

@media screen and (max-width:1100px) {
    .about1 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about1 .abt11 {
        width: 100%;
        padding: 0 4rem;
        text-align: center;
    }

    .about1 .abt12 {
        width: 90%;
        order: -1;
    }

    .abt12 .abt1_font {
        padding: 6rem 6rem 2rem 16rem;
    }

    .abt1_deco {
        right: 18rem;
    }
}

@media screen and (max-width:768px) {
    .abt12 .abt1_font {
        padding: 6rem 6rem 2rem 8rem;
    }
}

@media screen and (max-width:650px) {
    .abt12 .abt1_font {
        padding: 6rem 6rem 2rem 0rem;
    }
}

@media screen and (max-width:480px) {
    .about1 .abt12 {
        width: 100%;
        order: -1;
        padding: 0 1rem;
    }

}

@media screen and (max-width:430px) {
    .about1 .abt11 {
        padding: 0 2rem;
    }

    .abt12 .abt1_txt {
        margin: 0;
        padding: 0 2rem;
    }

    .abt1_deco {
        display: none;
    }

    .abt12 .abt1_font {
        padding: 3rem 2rem 2rem 2rem;
    }

}

@media screen and (max-width:393px) {
    .abt12 .abt1_txt {
        padding: 0 1rem;
    }

    .abt12 .abt1_font {
        padding: 3rem 1rem 2rem 1rem;
    }
}

@media screen and (max-width:360px) {
    .about1 .abt11 {
        padding: 0 1rem;
    }

    .abt12 .abt1_txt {
        padding: 0;
    }

    .abt12 .abt1_font {
        padding: 3rem 0 2rem 0;
    }
}

/*about2*/

.about2 {
    position: relative;
}

.about2:before {
    content: '';
    background: url(../../images/abt2_bg.png) bottom right no-repeat;
    background-size: contain;
    width: 835px;
    max-width: 100%;
    min-height: 570px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about2 .abt2 {
    width: 1408px;
    max-width: 100%;
    margin: 0 auto;
    padding: 16.5rem 0 18rem;
    display: flex;
}


.abt2 .abt21 {
    width: 54.8%;
    padding-top: 6.5rem;
    margin-right: -9rem;
    z-index: 1;
}

.abt21 .abt21_txt {
    text-align: center;
    margin-bottom: 3.9rem;
}

.abt21 .abt21_font {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 13.7rem;
}

.abt21 .abt21_font p {
    font-size: 16px;
    color: #5d6677;
}

.abt2 .abt22 {
    width: 51.8%;
}



@media screen and (max-width:1366px) {
    .about2 .abt2 {
        padding: 16.5rem 2rem 18rem;
    }

    .abt21 .abt21_font {
        margin: 0 auto 11.7rem;
    }
}

@media screen and (max-width:1200px) {
    .about2:before {
        min-height: 400px;
    }

    .abt2 .abt21 {
        padding-top: 4rem;
    }

    .abt21 .abt21_font {
        margin: 0 auto 7rem;
    }

    .about2 .abt2 {
        padding: 9rem 2rem 12rem;
    }
}

@media screen and (max-width:1100px) {
    .abt21 .abt21_font {
        margin: 0 auto 4rem;
    }
}

@media screen and (max-width:1000px) {
    .abt21 .abt21_txt {
        text-align: left;
    }

    .abt21 .abt21_font {
        margin: 0 auto 4rem 0;
    }
}

@media screen and (max-width:834px) {
    .about2:before {
        min-height: 300px;
    }

    .about2 .abt2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt2 .abt21 {
        padding-top: 0;
        width: 85%;
        margin-right: 0;
    }

    .abt21 .abt21_txt {
        text-align: center;
    }

    .abt21 .abt21_font {
        margin: 0 auto 4rem;
    }

    .abt2 .abt22 {
        width: 100%;
        margin-top: 3rem;
    }
}

@media screen and (max-width:576px) {
    .about2:before {
        min-height: 160px;
    }

    .about2 .abt2 {
        padding: 4rem 2rem 12rem;
    }

    .abt2 .abt21 {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .about2 .abt2 {
        padding: 4rem 1rem 12rem;
    }
}


/*about3*/

.about3 {
    position: relative;
}

.about3:before {
    content: '';
    background: #113850;
    width: 100%;
    min-height: 123px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.about3:after {
    content: '';
    background: #113850;
    width: 1198px;
    max-width: 100%;
    min-height: 502px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.about3 .abt3 {
    width: 1881px;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
}

.abt3 .abt31 {
    width: 1054px;
    max-width: 100%;
}

.abt3 .abt32 {
    width: 45%;
    position: relative;
    padding: 12.5rem 3.9rem 0 6rem;
}

.abt3 .abt32:before {
    content: '';
    background: url(../../images/abt3_deco01.png) top left no-repeat;
    background-size: contain;
    width: 73px;
    max-width: 100%;
    min-height: 154px;
    position: absolute;
    top: 8rem;
    left: 0;
}

.abt32 .abt32_txt {
    padding: 0 0 4rem 3.8rem;
}

.abt32 .abt32_use {
    padding: 0 0 9rem 2.5rem;
}

.abt32 .abt32_use ul {}

.abt32 .abt32_use ul li {
    display: inline-block;
    text-align: center;
    border: 1px #5d6677 solid;
    border-radius: 100%;
    padding: 1.3rem 0.9rem 3rem 0.9rem;
}

.abt32 .abt32_use ul li:nth-child(2),
.abt32 .abt32_use ul li:nth-child(3),
.abt32 .abt32_use ul li:nth-child(4) {
    padding: 1.3rem 2.6rem 3rem 2.6rem;
}

.abt32 .abt32_use ul li p {
    font-size: 18px;
    color: #5d6677;
}

.abt32 .abt32_use ul li h3 {
    font-size: 18px;
    color: #5d6677;
}


.abt32 .abt32_img {}


@media screen and (max-width:1536px) {
    .about3:after {
        min-height: 300px;
    }
}

@media screen and (max-width:1400px) {
    .about3:after {
        min-height: 210px;
        clip-path: polygon(0 0, 57% 0, 100% 100%, 0% 100%);
    }

    .abt3 .abt31 {
        max-width: 50%;
    }

    .abt3 .abt32 {
        width: 50%;
        padding: 2rem 1rem 0 6rem;
    }

    .abt32 .abt32_use {
        padding: 0 0 3rem 2.5rem;
    }

}

@media screen and (max-width:1200px) {
    .about3:after {
        min-height: 170px;
        clip-path: polygon(0 0, 47% 0, 100% 100%, 0% 100%);
    }
}

@media screen and (max-width:1100px) {
    .about3 .abt3 {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt3 .abt31 {
        max-width: 100%;
    }

    .abt3 .abt32 {
        width: 100%;
        padding: 0 2rem 3rem;
        order: -1;
        text-align: center;
    }

    .abt3 .abt32:before {
        display: none;
    }
}

@media screen and (max-width:450px) {
    .abt32 .abt32_txt {
        padding: 0 0 2rem 0;
    }

    .abt32 .abt32_use {
        padding: 0 0 3rem 0;
    }

    .abt32 .abt32_use ul li {
        width: 25%;
    }
}

@media screen and (max-width:414px) {
    .abt32 .abt32_use ul li {
        width: 27%;
    }
}

@media screen and (max-width:393px) {
    .abt32 .abt32_use ul li {
        width: 29%;
    }
}

@media screen and (max-width:370px) {
    .abt32 .abt32_use ul li {
        width: 31%;
    }
}

@media screen and (max-width:360px) {
    .abt3 .abt32 {
        padding: 0 1rem 3rem;
    }
}

@media screen and (max-width:320px) {
    .abt32 .abt32_use ul li {
        width: 32%;
    }
}

@media screen and (max-width:310px) {
    .abt32 .abt32_use {
        padding: 0 0 1rem 0;
    }

    .abt32 .abt32_use ul li {
        width: 37%;
        margin-bottom: 1rem;
    }
}


/*about4*/
.about4 {
    background: #113850;
    padding: 9.4rem 0 18rem 0;
}

.about4 .abt4 {
    width: 1036px;
    max-width: 100%;
    margin: 0 auto;
}

.abt4 .abt4_title {
    text-align: center;
    margin-bottom: 3.5rem;
}

.abt4 .abt4_title h2 {
    font-size: 30px;
    color: #c49720;
    margin-bottom: 1rem;
}

.abt4 .abt4_title h3 {
    font-size: 16px;
    color: #c7b38e;
    font-family: 'Bona Nova';
    text-transform: uppercase;
}

.abt4 .abt4_more {
    position: relative;
}

.abt4 .abt4_more ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abt4 .abt4_more ul li {
    position: relative;
    overflow: hidden;
    width: 47%;
    margin-bottom: 4rem;
}

.abt4 .abt4_more ul li a {
    position: relative;
}

.abt4 .abt4_more ul li a:before {
    content: '';
    border: 1px #fff solid;
    width: 95%;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;

}

.abt4 .abt4_more ul li a img {
    transition: .5s all;
}

.abt4 .abt4_more ul li a:hover img {
    transform: scale(1.2);
}

.abt4_more .abt4_txt {
    position: absolute;
    bottom: 2.9rem;
    right: 2.4rem;
}

.abt4_more .abt4_txt h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bona Nova';
    display: inline-block;
}

.abt4_more .abt4_txt h2 {
    font-size: 38px;
    color: #fff;
    display: inline-block;
}


@media screen and (max-width:1000px) {
    .about4 {
        padding: 9.4rem 2rem 18rem 2rem;
    }

}

@media screen and (max-width:650px) {
    .about4 {
        padding: 4rem 2rem 2rem 2rem;
    }

    .abt4_more .abt4_txt {
        bottom: 1rem;
        right: 1rem;
    }

    .abt4_more .abt4_txt h3 {
        font-size: 12px;
    }

    .abt4_more .abt4_txt h2 {
        font-size: 16px;
    }
}

@media screen and (max-width:576px) {
    .abt4_more .abt4_txt {
        bottom: 2rem;
    }

    .abt4_more .abt4_txt h3 {
        display: block;
        text-align: right;
    }

    .abt4_more .abt4_txt h2 {
        display: block;
        text-align: right;
        font-size: 20px;
    }
}

@media screen and (max-width:450px) {
    .abt4 .abt4_more ul li {
        width: 100%;
        margin-bottom: 3rem;
    }

    .abt4_more .abt4_txt {
        right: 2rem;
    }

    .abt4_more .abt4_txt h3 {
        font-size: 14px;
    }

    .abt4_more .abt4_txt h2 {
        font-size: 38px;
    }
}

@media screen and (max-width:360px) {
    .about4 {
        padding: 4rem 1rem 2rem 1rem;
    }
}

/***about end****/
/***********************/
/***********************/
/***blueprint start***/

.blueprint {}

.blueprint .blueprint1 {
    position: relative;
}

.blueprint .blueprint1:after {
    content: '';
    background: url(../../images/bp_deco_01.png) bottom right no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 348px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.blueprint1 .bp1 {
    width: 1288px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10rem;
    position: relative;
    z-index: 1;
}

.bp1 .bp11 {
    padding-left: 2rem;
}

.bp1 .bp11 img {}

.bp1 .bp12 {
    padding-left: 2rem;
    position: relative;
}

.bp12 .bp12_lt {
    width: 53.2%;
    display: inline-block;
    margin-top: 4rem;
}

.bp12_lt .bp12_title {
    display: inline-block;
    margin-right: 4.8rem;
    padding-bottom: 1.4rem;
    position: relative;
    vertical-align: top;
}

.bp12_lt .bp12_title:after {
    content: '';
    background: url(../../images/bp1_deco01.png) bottom left repeat-X;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.bp12_lt .bp12_title h5 {
    font-size: 14px;
    font-family: 'Bona Nova';
    color: #113850;
    display: inline-block;
    text-transform: uppercase;
}

.bp12_lt .bp12_title h4 {
    font-size: 38px;
    color: #113850;
    display: inline-block;
}

.bp12_lt .bp12_title p {
    font-size: 18px;
    color: #5d6677;
    display: inline-block;
}

.bp12_lt .bp12_txt {
    color: #5d6677;
    display: inline-block;
    position: relative;

}

.bp12_lt .bp12_txt ul {}

.bp12_lt .bp12_txt ul li {
    list-style: disc;
}


.bp12 .bp12_rt {
    display: inline-block;
    position: absolute;
    top: -6rem;
}

.bp12 .bp12_rt img {}


@media screen and (max-width:1200px) {
    .blueprint1 .bp1 {
        padding: 0 2rem 10rem 2rem;
    }
}

@media screen and (max-width:1100px) {
    .bp1 .bp11 {
        padding-left: 0;
    }

    .bp1 .bp12 {
        padding-left: 0;
    }

    .bp12 .bp12_rt {
        width: 40%;
        top: -4rem;
        right: 1rem;
    }
}

@media screen and (max-width:1000px) {
    .bp12 .bp12_lt {
        width: 62%;
        margin-top: 2rem;
    }
}

@media screen and (max-width:834px) {
    .blueprint1 .bp1 {
        padding: 0 2rem 6rem 2rem;
    }

    .bp1 .bp12 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bp12 .bp12_lt {
        width: 100%;
        margin-top: 5rem;
    }

    .bp12 .bp12_rt {
        width: 100%;
        top: 0;
        right: 0;
        position: relative;
        order: -1;
        text-align: center;
        margin-top: 3rem;
    }
}

@media screen and (max-width:576px) {
    .bp12 .bp12_lt {
        margin-top: 4rem;
        padding: 0 2rem;
    }

    .bp12_lt .bp12_title {
        margin: 0 0 2rem 0;
    }

    .bp12_lt .bp12_txt {
        padding-left: 2rem;
    }
}

@media screen and (max-width:430px) {
    .blueprint {
        padding-top: 4rem;
    }

    .bp12 .bp12_lt {
        padding: 0;
    }

}

@media screen and (max-width:360px) {
    .blueprint1 .bp1 {
        padding: 0 1rem 6rem 1rem;
    }

    .bp12_lt .bp12_title h4 {
        font-size: 28px;
    }
}

@media screen and (max-width:330px) {
    .blueprint1 .bp1 {
        padding: 0 1rem 4rem 1rem;
    }

    .bp12_lt .bp12_title h5 {
        font-size: 12px;
    }

    .bp12_lt .bp12_title h4 {
        font-size: 25px;
    }

    .bp12_lt .bp12_title p {
        font-size: 15px;
    }
}

/*blueprint2*/
.blueprint .blueprint2 {
    position: relative;
}

.blueprint .blueprint2:after {
    content: '';
    background: url(../../images/bp_deco_02.png) top right no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 348px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.blueprint2 .bp2 {
    padding-top: 6rem;
    position: relative;
    z-index: 1;
}

.bp2 .bp21 {
    width: 1390px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bp21 .bp21_txt {
    width: 33%;
}

.bp21 .bp21_txt img {
    margin-bottom: 3rem;
}

.bp21 .bp21_txt p {
    font-size: 18px;
    color: #5d6677;
    text-align: justify;
}

.bp21 .bp21_img {
    position: relative;
    padding-right: 15.3rem;
	padding-top: 3rem;
}

.bp21 .bp21_img:before {
    content: '';
    background: url(../../images/bp2_deco01.png) top left no-repeat;
    background-size: contain;
    width: 180px;
    max-width: 100%;
    min-height: 134px;
    position: absolute;
    top: 3.2rem;
    left: -12.6rem;
}

.bp2 .bp22 {
    width: 1740px;
    max-width: 100%;
    margin: -4.3rem auto 0;
    padding: 0 15.9rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.bp2 .bp22 img:nth-child(1) {}

.bp2 .bp22 img:nth-child(2) {
    padding-top: 10.5rem;
}

@media screen and (max-width:1536px) {
    .bp2 .bp22 {
        padding: 0 2rem;
    }

    .bp2 .bp22 img {
        width: 49%;
    }
}

@media screen and (max-width:1400px) {
    .bp2 .bp21 {
        padding: 0 2rem;
    }

    .bp21 .bp21_img {
        padding-right: 10rem;
    }
}

@media screen and (max-width:1200px) {
    .bp21 .bp21_txt {
        width: 35%;
    }

    .bp21 .bp21_img {
        padding-right: 0;
    }

    .bp21 .bp21_img:before {
        min-height: 90px;
        left: -8.5rem;
    }
}

@media screen and (max-width:1100px) {
    .bp21 .bp21_img {
        width: 54%;
    }

    .bp21 .bp21_txt {
        width: 40%;
    }
}

@media screen and (max-width:834px) {
    .bp2 .bp21 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bp21 .bp21_txt {
        width: 100%;
        padding: 0 0 3rem 0;
    }

    .bp21 .bp21_txt img {
        margin-bottom: 5rem;
    }

    .bp21 .bp21_img {
        width: 80%;
    }

    .bp2 .bp22 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 3rem auto 0;
    }

    .bp2 .bp22 img {
        width: 100%;
    }

    .bp2 .bp22 img:nth-child(2) {
        padding-top: 3rem;
    }
}

@media screen and (max-width:576px) {
    .bp21 .bp21_img {
        width: 90%;
    }

    .bp21 .bp21_img:before {
        left: -4rem;
    }
}

@media screen and (max-width:430px) {
    .bp21 .bp21_img {
        width: 100%;
    }

    .bp21 .bp21_img:before {
        min-height: 40px;
        left: -2rem;
    }

}

@media screen and (max-width:360px) {
    .bp2 .bp21 {
        padding: 0 1rem;
    }

    .bp21 .bp21_img:before {
        min-height: 40px;
        left: 0;
        top: 0;
    }

    .bp2 .bp22 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .blueprint2 .bp2 {
        padding-top: 4rem;
    }
}

/*blueprint3*/

.blueprint3 {
    padding-bottom: 7.7rem;
}

.blueprint3 a .bp3 {
    width: 16%;
    margin: 8.3rem auto 0;
    border: 1px #c49720 solid;
    padding: 1.1rem 3rem;
    position: relative;
}

.blueprint3 a .bp3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #c49720;
    z-index: -1;
    transition: .5s all;
}

.blueprint3 a:hover .bp3:before {
    width: 100%;
}

.bp3 img {
    display: inline-block;
}

.bp3 .bp3_line {
    display: inline-block;
    background: #c7b38e;
    min-height: 53px;
    width: 1px;
    margin: 0 3rem 0;
    vertical-align: middle;
}

.bp3 .bp3_more {
    display: inline-block;
    vertical-align: middle;
}

.bp3 .bp3_more h4 {
    font-size: 24px;
    color: #113850;
    font-family: 'Noto Sans TC';
    padding-bottom: 1rem;
    font-weight: 400;
}

.bp3 .bp3_more h5 {
    font-size: 12px;
    color: #113850;
    font-family: 'Bona Nova';
    letter-spacing: 0px;
    font-weight: 400;
}

@media screen and (max-width:1600px) {
    .blueprint3 a .bp3 {
        width: 20%;
        text-align: center;
    }
}

@media screen and (max-width:1200px) {
    .blueprint3 a .bp3 {
        width: 27%;
    }
}

@media screen and (max-width:834px) {
    .blueprint3 a .bp3 {
        width: 37%;
    }
}

@media screen and (max-width:576px) {
    .blueprint3 a .bp3 {
        width: 52%;
    }
}

@media screen and (max-width:450px) {
    .blueprint3 a .bp3 {
        width: 67%;
        margin: 5rem auto 0;
    }
}

@media screen and (max-width:393px) {
    .blueprint3 a .bp3 {
        width: 75%;
    }
}

@media screen and (max-width:350px) {
    .blueprint3 a .bp3 {
        width: 85%;
    }
}

@media screen and (max-width:310px) {
    .blueprint3 a .bp3 {
        width: 90%;
    }
}

/***blueprint end****/
/***********************/
/***********************/
/***dream start***/

.dream {}

.dream .dream1 {
    position: relative;
}

.dream .dream1:after {
    content: '';
    background: url(../../images/dm_deco_01.png) bottom right no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 348px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.dream1 .dm1 {
    width: 1288px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10rem;
    position: relative;
    z-index: 1;
}

.dm1 .dm11 {
    padding-left: 2rem;
}

.dm1 .dm11 img {}

.dm1 .dm12 {
    padding-left: 2rem;
    position: relative;
}

.dm12 .dm12_lt {
    width: 53.2%;
    display: inline-block;
    margin-top: 4rem;
}

.dm12_lt .dm12_title {
    display: inline-block;
    margin-right: 4.8rem;
    padding-bottom: 1.4rem;
    position: relative;
    vertical-align: top;
}

.dm12_lt .dm12_title:after {
    content: '';
    background: url(../../images/dm1_deco01.png) bottom left repeat-X;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.dm12_lt .dm12_title h5 {
    font-size: 14px;
    font-family: 'Bona Nova';
    color: #113850;
    display: inline-block;
    text-transform: uppercase;
}

.dm12_lt .dm12_title h4 {
    font-size: 38px;
    color: #113850;
    display: inline-block;
}

.dm12_lt .dm12_title p {
    font-size: 18px;
    color: #5d6677;
    display: inline-block;
}

.dm12_lt .dm12_txt {
    color: #5d6677;
    display: inline-block;
    position: relative;

}

.dm12_lt .dm12_txt ul {}

.dm12_lt .dm12_txt ul li {
    list-style: disc;
}


.dm12 .dm12_rt {
    display: inline-block;
    position: absolute;
    top: -6rem;
}

.dm12 .dm12_rt img {}


@media screen and (max-width:1200px) {
    .dream1 .dm1 {
        padding: 0 2rem 10rem 2rem;
    }
}

@media screen and (max-width:1100px) {
    .dm1 .dm11 {
        padding-left: 0;
    }

    .dm1 .dm12 {
        padding-left: 0;
    }

    .dm12 .dm12_rt {
        width: 40%;
        top: -4rem;
        right: 1rem;
    }
}

@media screen and (max-width:1000px) {
    .dm12 .dm12_lt {
        width: 62%;
        margin-top: 2rem;
    }
}

@media screen and (max-width:834px) {
    .dream1 .dm1 {
        padding: 0 2rem 6rem 2rem;
    }

    .dm1 .dm12 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dm12 .dm12_lt {
        width: 100%;
        margin-top: 5rem;
    }

    .dm12 .dm12_rt {
        width: 100%;
        top: 0;
        right: 0;
        position: relative;
        order: -1;
        text-align: center;
        margin-top: 3rem;
    }
}

@media screen and (max-width:576px) {
    .dm12 .dm12_lt {
        margin-top: 4rem;
        padding: 0 2rem;
    }

    .dm12_lt .dm12_title {
        margin: 0 0 2rem 0;
    }

    .dm12_lt .dm12_txt {
        padding-left: 2rem;
    }
}

@media screen and (max-width:430px) {
    .dream {
        padding-top: 4rem;
    }

    .dm12 .dm12_lt {
        padding: 0;
    }

}

@media screen and (max-width:360px) {
    .dream1 .dm1 {
        padding: 0 1rem 6rem 1rem;
    }

    .dm12_lt .dm12_title h4 {
        font-size: 28px;
    }
}

@media screen and (max-width:330px) {
    .dream1 .dm1 {
        padding: 0 1rem 4rem 1rem;
    }

    .dm12_lt .dm12_title h5 {
        font-size: 12px;
    }

    .dm12_lt .dm12_title h4 {
        font-size: 25px;
    }

    .dm12_lt .dm12_title p {
        font-size: 15px;
    }
}

/*dream2*/
.dream .dream2 {
    position: relative;
}

.dream .dream2:after {
    content: '';
    background: url(../../images/bp_deco_02.png) top right no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 348px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.dream2 .dm2 {
    padding-top: 6rem;
    position: relative;
    z-index: 1;
}

.dm2 .dm21 {
    width: 1390px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.dm21 .dm21_txt {
    width: 33%;
}

.dm21 .dm21_txt img {
    margin-bottom: 3rem;
}

.dm21 .dm21_txt p {
    font-size: 18px;
    color: #5d6677;
    text-align: justify;
}

.dm21 .dm21_img {
    position: relative;
    padding-right: 15.3rem;
	padding-top: 3rem;
}

.dm21 .dm21_img:before {
    content: '';
    background: url(../../images/dm2_deco01.png) top left no-repeat;
    background-size: contain;
    width: 180px;
    max-width: 100%;
    min-height: 134px;
    position: absolute;
    top: 3.2rem;
    left: -12.6rem;
}

.dm2 .dm22 {
    width: 1740px;
    max-width: 100%;
    margin: -4.3rem auto 0;
    padding: 0 15.9rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.dm2 .dm22 img:nth-child(1) {}

.dm2 .dm22 img:nth-child(2) {
    padding-top: 10.5rem;
}

@media screen and (max-width:1536px) {
    .dm2 .dm22 {
        padding: 0 2rem;
    }

    .dm2 .dm22 img {
        width: 49%;
    }
}

@media screen and (max-width:1400px) {
    .dm2 .dm21 {
        padding: 0 2rem;
    }

    .dm21 .dm21_img {
        padding-right: 10rem;
    }
}

@media screen and (max-width:1200px) {
    .dm21 .dm21_txt {
        width: 35%;
    }

    .dm21 .dm21_img {
        padding-right: 0;
    }

    .dm21 .dm21_img:before {
        min-height: 90px;
        left: -8.5rem;
    }
}

@media screen and (max-width:1100px) {
    .dm21 .dm21_img {
        width: 54%;
    }

    .dm21 .dm21_txt {
        width: 40%;
    }
}

@media screen and (max-width:834px) {
    .dm2 .dm21 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .dm21 .dm21_txt {
        width: 100%;
        padding: 0 0 3rem 0;
    }

    .dm21 .dm21_txt img {
        margin-bottom: 5rem;
    }

    .dm21 .dm21_img {
        width: 80%;
    }

    .dm2 .dm22 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 3rem auto 0;
    }

    .dm2 .dm22 img {
        width: 100%;
    }

    .dm2 .dm22 img:nth-child(2) {
        padding-top: 3rem;
    }
}

@media screen and (max-width:576px) {
    .dm21 .dm21_img {
        width: 90%;
    }

    .dm21 .dm21_img:before {
        left: -4rem;
    }
}

@media screen and (max-width:430px) {
    .dm21 .dm21_img {
        width: 100%;
    }

    .dm21 .dm21_img:before {
        min-height: 40px;
        left: -2rem;
    }

}

@media screen and (max-width:360px) {
    .dm2 .dm21 {
        padding: 0 1rem;
    }

    .dm21 .dm21_img:before {
        min-height: 40px;
        left: 0;
        top: 0;
    }

    .dm2 .dm22 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .dream2 .dm2 {
        padding-top: 4rem;
    }
}

/*dream3*/

.dream3 {
    padding-bottom: 7.7rem;
}

.dream3 a .dm3 {
    width: 16%;
    margin: 8.3rem auto 0;
    border: 1px #c49720 solid;
    padding: 1.1rem 3rem;
    position: relative;
}

.dream3 a .dm3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #c49720;
    z-index: -1;
    transition: .5s all;
}

.dream3 a:hover .dm3:before {
    width: 100%;
}

.dm3 img {
    display: inline-block;
}

.dm3 .dm3_line {
    display: inline-block;
    background: #c7b38e;
    min-height: 53px;
    width: 1px;
    margin: 0 3rem 0;
    vertical-align: middle;
}

.dm3 .dm3_more {
    display: inline-block;
    vertical-align: middle;
}

.dm3 .dm3_more h4 {
    font-size: 24px;
    color: #113850;
    font-family: 'Noto Sans TC';
    padding-bottom: 1rem;
    font-weight: 400;
}

.dm3 .dm3_more h5 {
    font-size: 12px;
    color: #113850;
    font-family: 'Bona Nova';
    letter-spacing: 0px;
    font-weight: 400;
}

@media screen and (max-width:1600px) {
    .dream3 a .dm3 {
        width: 20%;
        text-align: center;
    }
}

@media screen and (max-width:1200px) {
    .dream3 a .dm3 {
        width: 27%;
    }
}

@media screen and (max-width:834px) {
    .dream3 a .dm3 {
        width: 37%;
    }
}

@media screen and (max-width:576px) {
    .dream3 a .dm3 {
        width: 52%;
    }
}

@media screen and (max-width:450px) {
    .dream3 a .dm3 {
        width: 67%;
        margin: 5rem auto 0;
    }
}

@media screen and (max-width:393px) {
    .dream3 a .dm3 {
        width: 75%;
    }
}

@media screen and (max-width:350px) {
    .dream3 a .dm3 {
        width: 85%;
    }
}

@media screen and (max-width:310px) {
    .dream3 a .dm3 {
        width: 90%;
    }
}

/***dream end****/
/***********************/
/***********************/
/***guid start***/
.guid {
    width: 824px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 5.6rem;
}

.guid .guid_set {
    padding-bottom: 10rem;
}

.guid_set .guid_title {
    display: flex;
    align-items: flex-start;
}

.guid_title .guid_txt {
    margin-right: 4.4rem;
    line-height: 0;
    padding-top: 1.5rem;
}

.guid_title .guid_txt h4 {
    font-size: 36px;
    color: #113850;
    margin-bottom: 1.5rem;
}

.guid_title .guid_txt h5 {
    font-size: 12px;
    color: #c49720;
    font-family: 'Bona Nova';
}

.guid_title .guid_deco {
    vertical-align: top;
}


.guid_set .guid_inner {
    padding: 1rem 0 0 2rem;
}

.guid_set .guid_inner ol {}

.guid_set .guid_inner ol li {
    list-style: auto;
    font-size: 16px;
}

.guid_set .guid_inner2 {
    padding: 1rem 0 0 0;
}

.guid_set .guid_inner2 ul {
    padding-top: 2rem;
}

.guid_set .guid_inner2 ul li {
    font-size: 16px;
}

@media screen and (max-width:834px) {
    .guid {
        padding: 0 2rem;
    }
}

@media screen and (max-width:450px) {
    .guid {
        padding: 4rem 2rem 0;
    }

    .guid .guid_set {
        padding-bottom: 5rem;
    }

    .guid_title .guid_txt {
        margin-right: 1rem;
    }

    .guid_title .guid_txt {
        width: 85%;
    }

    .guid_title .guid_deco {
        width: 15%;
    }
}

@media screen and (max-width:414px) {
    .guid_title .guid_txt h4 {
        font-size: 30px;
    }
}

@media screen and (max-width:393px) {
    .guid_title .guid_txt h5 {
        letter-spacing: 0;
    }
}

@media screen and (max-width:360px) {
    .guid {
        padding: 4rem 1rem 0;
    }
}

@media screen and (max-width:350px) {
    .guid_title .guid_txt h4 {
        font-size: 26px;
    }
}

@media screen and (max-width:320px) {
    .guid_title .guid_txt {
        width: 95%;
        padding-top: 0;
    }

    .guid_title .guid_deco {
        width: 12%;
    }
}

@media screen and (max-width:300px) {
    .guid_title .guid_txt h4 {
        font-size: 23px;
    }
}

/***guid end****/
/***********************/
/***********************/
/***inews start***/

.inews {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.inewslist {
    padding-top: 2.7rem;
    width: 50% !important;
}

.inews_title {
    display: inline-block;
    margin-left: 5.5rem;
    padding-top: 0.9rem;
}

.inews_title img {
    display: block;
    margin: 0 auto;
}

.inews_title img:nth-child(1) {
    margin-bottom: 1.5rem;
}

@media screen and (max-width:768px) {
    .inewslist {
        width: 60% !important;
    }
}

@media screen and (max-width:480px) {
    .inews_title {
        margin-left: 0;
    }
}

@media screen and (max-width: 450px) {
    .inewslist {
        width: 70% !important;
    }
}

@media screen and (max-width:430px) {
    .inews {
        margin-top: 4rem;
    }

    .inews_title {
        width: 20%;
    }
}

@media screen and (max-width: 402px) {
    .inewslist {
        width: 75% !important;
    }
}

@media screen and (max-width:393px) {
    .inews {
        margin-top: 2rem;
    }

    .inews_title {
        width: 15%;
        margin-left: 5px;
    }

    .inewslist {
        width: 80% !important;
    }
}

@media screen and (max-width:370px) {
    .inewslist {
        width: 80%;
    }
}

@media screen and (max-width:300px) {
    .inews {
        max-width: 95%;
    }
}

/***inews end****/
/***********************/
/***news*************************************************************************************************/
.news {
    margin: 0 auto;
    width: 1330px;
    max-width: 100%;
    text-align: center;
    padding: 5rem 0;
    position: relative;
    min-height: 400px;
}

.newslist {}

.newslist table {
    color: #113850;
    font-size: 16px;
	    width: 820px;
	max-width: 100%;
    margin: 0 auto;
}
.newslist .ripple2{
   margin-bottom: 2rem;
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
}


.newslist_rwd a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
}

/*npic*/
.npic {
    position: relative;
    width: 294px;
    max-width: 100%;
    min-height: 196px;
    transition: .3s ease all;
    display: block;
    vertical-align: top;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));

}

.npic:before {
    content: '';
    background: url(../../images/inews_deco01.png) top left no-repeat;
    background-size: contain;
    width: 98px;
    max-width: 100%;
    min-height: 147px;
    position: absolute;
    bottom: -2rem;
    right: -1.8rem;
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    margin: 1.5rem 0 0 0;
    width: 100%;
    vertical-align: top;
}

.ntitle h6 {
    color: #113850;
    font-size: 19px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 500;
    margin-bottom: 1rem;
}
.ntitle h6 a:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	display: block;
}

.ntitle h6 a {
    display: inline-block;
    font-size: 16px;
}

.ntitle p {
    font-family: 'Bona Nova';
    position: relative;
    color: #5d6677;
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.newslist_rwd a:hover .npic {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}

/*page_num*/
.page_num {
    display: none;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

@media screen and (max-width:1366px) {
    .news {
        padding: 5rem 2rem;
    }
}

@media screen and (max-width:1200px) {
    .news {
        padding: 5rem 2rem 5rem 7rem;
    }

    .newslist {
        text-align: left;
    }

    .newslist_rwd {
        width: 32%;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:1000px) {
    .news {
        padding: 5rem 2rem 5rem 6rem;
    }

    .newslist {
        text-align: center;
    }

    .newslist_rwd {
        width: 42%;
    }
}

@media screen and (max-width:834px) {
    .news {
        padding: 5rem 2rem 5rem 1rem;
    }
}

@media screen and (max-width:768px) {
    .news {
        padding: 5rem 2rem 5rem 4rem;
    }

    .newslist_rwd {
        width: 49%;
    }
}

@media screen and (max-width:650px) {
    .news {
        padding: 5rem 2rem 5rem 2rem;
    }

    .newslist_rwd {
        width: 50%;
    }
}

@media screen and (max-width:450px) {
    .newslist_rwd {
        width: 80%;
    }
}

@media screen and (max-width:414px) {
    .newslist_rwd {
        width: 85%;
    }
}

@media screen and (max-width:393px) {
    .newslist_rwd {
        width: 90%;
    }
}

@media screen and (max-width:370px) {
    .newslist_rwd {
        width: 95%;
    }
}

@media screen and (max-width:360px) {
    .newslist_rwd {
        width: 100%;
    }

    .npic:before {
        bottom: -1rem;
        right: -1rem;
    }
}

@media screen and (max-width:330px) {
    .news {
        padding: 5rem 1rem 5rem 1rem;
    }
}

/*************************
*******service_album*******
**************************/
#service_album {
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 40vh;
}

#service_album a {
    color: #cbae01;
    display: inline-block;
}

#service_album a:visited,
#service_album a:focus {
    color: #513c26;
}

#service_album a:hover {
    color: #7f4d18;
}

.table1 table {
    min-width: 23%;
}

.table2 td {
    max-width: 200px;
    height: 30px;
}

@media(max-width:992px) {
    .contactm {
        margin-bottom: 20px
    }

    .table1 table {
        width: 100%;
    }

    table.tablegrid {
        width: 23%;
    }
}

@media(max-width:768px) {
    .table1 table {
        width: 98%;
    }

    table.tablegrid {
        width: 47%;
    }
}

@media(max-width:500px) {
    table.tablegrid {
        width: 95%;
    }
}

/*album*/
.album {
    z-index: 5;
    position: relative;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 5em 0 7em;
}

.album a {
    display: inline-block;
    color: #063827;
}

.album tr.photo a {
    overflow: hidden;
    height: 150px;
}

.album tr.photo a img {
    height: auto;
}

.album tr.photo {
    transition: .2s ease-in-out;
}

.album tr.photo:hover {
    opacity: .6;
}

.album .table-responsive {
    border: 0;
    margin: 10px 0;
	width: 20%;
	display: inline-block;
}

/***********************/
/***location start***/

.location {
    width: 1248px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 10rem;
}

.location .loc_set {
    display: flex;
    margin-bottom: 4rem;
}

.loc_set .loc {
    width: 59.5%;
    position: relative;
    padding: 3.8rem 0 0 6.9rem;
}

.loc_set .loc:before {
    content: '';
    background: rgba(17, 56, 80, .5);
    width: 600px;
    max-width: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.map {
    position: relative;
    vertical-align: top;
    min-height: 400px;
    width: 600px;
    max-width: 100%;
}

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

.map:before {
    content: '';
    background: url(../../images/loc_deco01.png) top left no-repeat;
    background-size: contain;
    width: 59px;
    max-width: 100%;
    min-height: 126px;
    position: absolute;
    top: 3.5rem;
    right: -5.9rem;
}


.loc_set .loc_info {
    padding: 5.5rem 0 0 1.2rem;
}

.loc_info .loc_title {
    display: flex;
}

.loc_title .loc_txt {
    margin-right: 2rem;
    padding-top: 2rem;
}

.loc_title .loc_txt h2 {
    font-size: 36px;
    color: #113850;
    margin-bottom: 1.5rem;
}

.loc_title .loc_txt h3 {
    font-size: 12px;
    color: #c49720;
    font-family: 'Bona Nova';
}

.loc_title .loc_deco {}

.loc_info .loc_content {}

.loc_info .loc_content ul {}

.loc_info .loc_content ul li {
    display: flex;
    align-items: baseline;
    padding: 1.2rem 0;
    position: relative;
    border-bottom: 1px #c49720 dashed;
}

.loc_info .loc_content ul li img {
    margin-right: 1.5rem;
}

.loc_info .loc_content ul li p {
    font-size: 16px;
    color: #5d6677;
}

.loc_info .loc_content ul li p:nth-of-type(1) {}

.loc_info .loc_content ul li p:nth-of-type(2) {}



.loc_content .loc_line {
    margin-top: 1.3rem;
    width: 28%;
}

.loc_content .loc_line a {
    transition: .5s all;
}

.loc_content .loc_line a:hover {
    transform: scale(.8);
}



@media screen and (max-width:1200px) {
    .location {
        padding: 0 2rem 10rem;
    }
}

@media screen and (max-width:1100px) {
    .location .loc_set {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 7rem;
    }

    .loc_set .loc {
        width: 70%;
    }

    .loc_set .loc_info {
        padding: 0;
        margin-bottom: 3rem;
        order: -1;
        width: 60%;
    }
}

@media screen and (max-width:768px) {
    .loc_set .loc {
        width: 90%;
        padding: 2rem 0 0 2rem;
    }

    .loc_set .loc_info {
        width: 80%;
    }
}

@media screen and (max-width:650px) {
    .location .loc_set {
        justify-content: left;
    }

    .map:before {
        min-height: 60px;
    }

    .loc_set .loc_info {
        width: 90%;
    }
}

@media screen and (max-width:450px) {
    .location {
        padding: 4rem 2rem 10rem;
    }

    .map {
        min-height: 290px;
    }

    .loc_set .loc_info {
        width: 100%;
    }

    .loc_set .loc {
        width: 95%;
    }

    .loc_set .loc:before {
        min-height: 290px;
    }

    .loc_title .loc_txt h2 {
        font-size: 30px;
    }

    .loc_content .loc_line {
        width: 40%;
    }
}

@media screen and (max-width:430px) {
    .loc_set .loc {
        padding: 0;
        width: 100%;
    }
    .loc_set .loc:before{
        display: none;
    }

    .map:before {
        display: none;
    }

    .loc_info .loc_content ul li p:nth-of-type(2) {
        width: 65%;
    }

    .loc_title .loc_deco {
        width: 20%;
    }

    .loc_title .loc_txt h3 {
        letter-spacing: 0;
    }


}

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

    .loc_info .loc_content ul li p:nth-of-type(2) {
        width: 60%;
    }
}

@media screen and (max-width:370px) {
    .loc_title .loc_txt h2 {
        font-size: 25px;
    }
}

@media screen and (max-width:360px) {
    .location {
        padding: 4rem 1rem 5rem;
    }
}

@media screen and (max-width:340px) {
    .loc_info .loc_content ul li p:nth-of-type(2) {
        width: 55%;
    }

    .map {
        min-height: 220px;
    }
}

@media screen and (max-width:310px) {
    .loc_title .loc_txt h3 {
        letter-spacing: -1px;
    }

    .loc_info .loc_content ul li p:nth-of-type(2) {
        width: 53%;
        word-wrap: break-word;
    }
}

@media screen and (max-width:300px) {
    .loc_title .loc_txt h2 {
        font-size: 20px;
    }

    .loc_info .loc_content ul li p:nth-of-type(2) {
        width: 52%;
        word-wrap: break-word;
    }
}

/***location end****/
/***********************/



/*gotop*/
#gotop {
    position: fixed;
    right: 4.5rem;
    bottom: 37rem;
    z-index: 30;
    cursor: pointer;
    display: none;
}

#gotop img {
    transition: .3s ease-in-out;
}

#gotop:hover img {
    transform: translateY(-5px);
}

/*btm*/
#btm {
    position: fixed;
    right: 2rem;
    bottom: 5rem;
    z-index: 30;
    cursor: pointer;
    text-align: right;
    width: 5%;
}
#btm_mob {
   display: none;
}

#btm a {
    text-align: right;
}

#btm a img {
    transition: .3s ease-in-out;
    margin: 0 0 0 auto;
}

#btm a:hover img {
    transform: scale(.8);
}

#btm .btm_deco {
    padding-right: 3.7rem;
}

@media screen and (max-width:1536px) {
    #btm {
    width: 6.5%;
}
}

@media screen and (max-width:991px) {
    #btm {
    width: 9%;
}
}

@media screen and (max-width:768px) {
    #btm {
    width: 13%;
}
}
@media screen and (max-width:530px) {


    #gotop {
        bottom: 23em;
        right: 2.2rem;
    }
    #btm {
    width: 17%;
}
}

@media screen and (max-width:450px) {
    #gotop {
        bottom: 6rem;
        right: 1rem;
    }
    #btm {
    display: none;
}
#btm_mob {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 30; 
    display: block;
            text-align: center;
        background: #113850;
}

    #btm_mob a {
        display: inline-block;
        width: 30%;
                margin: 0 2rem;
    }
}

@media screen and (max-width:393px) {
        #btm_mob a {
        width: 35%;
    }
}

/***********************/
/***schedule start***/

.schedule {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.oki_gre,
.oki_A {
    background: #99ee00;
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block
}

.oki_ora,
.oki_W {
    background: #FFcc66;
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block
}

.oki_red,
.oki_F {
    background: #FF6666;
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block
}

.oki_gra,
.oki_N {
    /*background: #999999;*/
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block
}

.oki_whi {
    color: #ffffff
}

.oki_bg_gre {
    background: #33CC00
}

.oki_bg_red {
    background: #c3aa9c
}

.oki_pink {
    background: #FFEEEE
}

.oki_wk0 {
    background: #FFCCCC
}

.oki_wk6 {
    background: #FFEEEE
}

.oki_roomqty {
    font-size: 16px;
    max-width: 1500px;
}

.oki_r_table {
    border-collapse: collapse;

}

.oki_r_table tr.qty td {
    text-align: center;
}


.oki_r_btn {
    text-decoration: none;
    background: #ff9900;
    color: #ffffff;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
    margin-left: 5px;
}

.oki_r_btn:hover {
    text-decoration: none;
    background: #ff9900;
    color: #000000;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.oki_msg {
    min-height: 22px;
    *height: ;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}


.oki_w100p {
    width: 98%
}

.oki_h3 {
    font-weight: bold;
    font-size: 10pt
}

.oki_right {
    float: right
}

.oki_hide {
    display: none
}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


@media screen and (max-width:1366px) {
    .schedule {
        padding: 0 2rem;
    }
}

@media screen and (max-width:450px) {
    .schedule {
        padding: 4rem 2rem 0;
    }

    .table-responsive {
        margin-bottom: 0;
    }
}

@media screen and (max-width:360px) {
    .schedule {
        padding: 4rem 1rem 0;
    }
}

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

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

/***schedule end****/
/***********************/
/***********************/
/***booking start***/

.booking {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

/*---apply-------------------------------------------------------------------------------------------------------------------------------*/
.ui-widget {
    font-family: inherit !important;
    font-size: 1.1em;
}
/*apply*/
.apply {
    width:1000px;
    margin:0 auto;
    max-width:90%;
    padding-bottom:7em;
    position:relative;
}
.apply iframe {
    width: 100%;
    height: 700px;
}
.apply label {
    width:48%;
    text-align:left;
    padding:0 1em;
    font-weight:normal;
}
.apply td {
    padding-bottom:1em;
}
table.tb1 input[type=text], textarea,table.tb1 input[type=date] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 90%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
    box-shadow: 1px 1px 1px rgb(158, 170, 175,.5);
}
.apply .s {
    display:inline-block;
    width:25%;
}
.apply .s input[type=text] {
    width:60px;
}
.apply input[type=submit],.apply input[type=reset] {
    background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0,0,0,.3);
    transition: .2s ease all;
    width: 150px;
    margin: 0 1%;
    color: #000;
}
.apply input[type=button]:hover,.apply input[type=reset]:hover,.apply input[type=submit]:hover {
    background: rgba(0,0,0,.8);
    box-shadow: 0px 0px 1px rgba(0,0,0,.3);
    color: #fff;
}
.apply input[type=reset] {
    background: rgb(173, 176, 176);
}
/*remark*/
.remark {
    text-align:center;
    color:#e64c2e;
    font-size:20px;
    margin-top:1em;
}
table.tb2 input[type=text],table.tb2 input[type=date] {
    box-shadow:none;
    width:80%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
}
.table-condensed>tbody>tr>td {
    padding:10px;
}
.side {
    text-align:right;
}
    @media screen and (max-width:800px) {
        .apply label {
            width:100%;
        }
        .apply .s {
            width:30%;
            margin:.2em 0;
        }
        .apply iframe {
            width: 100%;
            height:800px;
        }
    }
    @media screen and (max-width:660px) {
        .apply .s {
            width:45%;
        }
    }
    @media screen and (max-width:480px) {
        table.tb1 tr {
            border-bottom: dashed 1px #dedede;
            display:block;
            padding:.5em 0;
        }
        table.tb1 td {
            padding-bottom: .5em;
            display: block;
            text-align: left !important;
            width: 100% !important;
        }
        .side {
            text-align:left;
        }
        .apply label {
            padding:0 1em 0 0;
        }
        table.tb1 input[type=text], textarea,table.tb1 input[type=date] {
            width:100%;
        }
        .apply table.tb2 tr {
            border-bottom: dashed 0px #dedede;
            padding: .5em 0;
        }
        .apply .s {
            width:40%;
        }
        .apply {
            padding-bottom:8em;
        }
        table.tb2 input[type=text], table.tb2 input[type=date] {
            width:100%;
        }
        .table-condensed>tbody>tr>td {
            padding: 5px;
        }
    }
    @media screen and (max-width:350px) {
        .apply .s {
            width: 48%;
        }
        .apply input[type=submit], .apply input[type=reset] {
            width: 100%;
            margin: .5em 0;
        }
        .apply {
            padding-bottom:6em;
        }
    }


/***booking end****/
/***********************/