﻿html {overflow-x: hidden !important; width: 100%; height: 100%; position: relative;}
body {text-rendering: optimizeLegibility; background: #fff; color: #333; border: 0; margin: 0; padding: 0; font-size: 1.1rem; line-height:1.3}
.popover, .tooltip {text-rendering: optimizeLegibility;}
body, input, textarea, select, button {-webkit-font-smoothing: antialiased;}
#HtmlTag[lang="ja-JP"] body {
    font-family: "メイリオ",Meiryo,Osaka,"小塚ゴシック Pro H",KozGoPr6N-Heavy,KozGoPro-Heavy,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",'Microsoft JhengHei UI',微軟正黑體,sans-serif !important;
    font-size: 15px;
}
#HtmlTag[lang="ja-JP"] .popover, .tooltip {
    font-family: "メイリオ",Meiryo,Osaka,"小塚ゴシック Pro H",KozGoPr6N-Heavy,KozGoPro-Heavy,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",'Microsoft JhengHei UI',微軟正黑體,sans-serif !important;
    font-size: 12px;
}
#HtmlTag[lang="zh-TW"] body {
    font-family: 'Microsoft JhengHei UI', 微軟正黑體, PMingLiU, MingLiU, 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    font-size: 15px;
}

#HtmlTag[lang="zh-TW"] .popover, .tooltip {
    font-family: 'Microsoft JhengHei UI', 微軟正黑體, PMingLiU, MingLiU, 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    font-size: 12px;
}
.mutilang {font-family: 微軟正黑體, 'Microsoft YaHei', 'Microsoft JhengHei UI', SimSun, 'Segoe UI', Helvetica, Tahoma, 'メイリオ',Meiryo,Osaka,'小塚ゴシック Pro H',KozGoPr6N-Heavy,KozGoPro-Heavy,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', Sans-Serif;}
.modal {z-index:1062;}
.modal-backdrop {z-index:1061;}
.modal-backdrop.show {opacity: .75 !important;}
.main-nav.dark-nav {
    box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
    z-index: 1000;
    position: absolute;
    width: 100%;
    border: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(95, 95, 95, 0.6);
    box-shadow: rgba(0,0,0,.2) 0 10px 20px 0;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 10px 20px 0;
}

h1,h2,h3,h4,h5,h6 {color: #1c1c1c; font-weight: 700;}
h1 {font-size: 36px; line-height: 48px;}
h2 {font-size: 28px; line-height: 36px;}
h3 {font-size: 24px; margin-bottom: 20px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 14px; line-height: 24px;}
a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: none; color: #000;}
a:focus {outline: 0;}
ol, ul {margin-bottom: 20px;}
hr{background-color:#e7e7e7;background-color: #dadada; border-bottom: 1px solid #fff; border-top: 0;height:1px;}
dt {font-weight:400; color: #616161;}
dt span {font-weight:600;}
.gap-60 {clear: both; height: 60px;}
.gap-50 {clear: both; height: 50px;}
.gap-40 {clear: both; height: 40px;}
.gap-30 {clear: both; height: 30px;}
.gap-20 {clear: both; height: 20px;}
.gap, .gapH {width: 100%}
.gap {height: 30px}
.gapH {height: 15px}
.zindex-1 {z-index: 1;}
.zindex-2 {z-index: 2;}
.zindex-3 {z-index: 3;}
.zindex-4 {z-index: 4;}
.zindex-5 {z-index: 5;}

/** loading process **/
#UpdateProgress {width:100%; height: calc(100vh); background-color:#fff;z-index:10001; position:absolute;}
.loading {position: fixed; top:45%; left:0; width: 100%; height:34px; text-align: center; z-index:10002; }
.loading .sk-child {width: 16px; height: 16px; background-color: #676767; border-radius: 0; display: inline-block; -webkit-animation: loading 1.4s ease-in-out 0s infinite both; animation: loading 1.4s ease-in-out 0s infinite both;}
.loading .sk-bounce1 {-webkit-animation-delay: -0.48s; animation-delay: -0.48s;}
.loading .sk-bounce2 {-webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.loading .sk-bounce3 {-webkit-animation-delay: -0.16s; animation-delay: -0.16s;}
@-webkit-keyframes loading {
  0%, 80%, 100% {-webkit-transform: scale(0); transform: scale(0); }
  40% {-webkit-transform: scale(1); transform: scale(1); }
}
@keyframes loading {
  0%, 80%, 100% {-webkit-transform: scale(0); transform: scale(0); }
  40% {-webkit-transform: scale(1); transform: scale(1); }
}

#body-inner {position: relative; overflow: hidden;}
.unstyled {list-style: none; margin: 0; padding: 0;}

.wow {visibility: hidden}
.clear {clear: both}

#back-to-top{position:fixed;right:25px;bottom:0;z-index:10;backface-visibility:hidden;display:none}
#back-to-top.affix{bottom:0}
#back-to-top .btn{width:40px;height:35px;line-height:30px;font-weight:700;font-size:16px;padding:0;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border:0;color: #fff; background-color: #1d2087;}
#back-to-top .btn:hover{color:#fff;background:#007fef}

/* Video responsive */
.embed-responsive{padding-bottom:56.25%;position:relative;display:block;height:0;overflow:hidden}
.embed-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

.accordion p {margin-bottom: 10px;}

/*---------------------------
 Accordion 01
------------------------------*/
.accordion-01 .acco-group {background: #ffffff; }
.accordion-01 .acco-group .acco-heading {padding: 12px 0; border-bottom: 1px solid #eee; display: inline-block; vertical-align: top; width: 100%; color: #011638; font-weight: 600; position: relative; }
.accordion-01 .acco-group .acco-des { padding: 15px 0; }

/*---------------------------
 Accordion 02
------------------------------*/
.accordion-02 .acco-group {border-bottom: 5px solid transparent; background: #ffffff; }
.accordion-02 .acco-group + .acco-group {margin-top: -1px; }
.accordion-02 .acco-group .acco-heading {padding: 13px 40px 13px 35px; display: inline-block; background: #7f8ea3; vertical-align: top; width: 100%; color: #fff; text-indent:-20px; font-weight: 500; position: relative; border-radius:4px;}
.accordion-02 .acco-group .acco-heading:after {content: ""; width: 7px; height: 7px; border-top: 2px solid #fff; border-left: 2px solid #fff; -moz-transition: ease all 0.3s; -o-transition: ease all 0.3s; -webkit-transition: ease all 0.3s; transition: ease all 0.3s; -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); position: absolute; top: 20px; right: 20px; }
.accordion-02 .acco-group .acco-des { padding: 20px; }
.accordion-02 .acco-group.acco-active .acco-heading:after { top: 25px; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

#select-lange {padding-top: 6px; margin-left: -15px;}
#select-lange button {box-shadow: none;}
#select-lange button:first-child { margin-top: -3px; margin-left: -12px;}
#select-lange button.dropdown-toggle{ width: 20px; padding: 0 3px 0 0; margin-left: -4px; border-radius: 3px;}
#select-lange span {font-size: .875rem;}
#select-lange .dropdown-menu {padding:0; width: 90px; margin-bottom: 0; min-width: 116px; border-radius: 0;}
#select-lange .btn-group:hover .dropdown-menu, .dropdown-menu.show {display: block !important; position: absolute; will-change: transform; left: 5px !important; transform: translate3d(-37px, 55px, 0px);}
#select-lange .btn-group:hover .dropdown-toggle {border: 1px solid #cecece; background-color: rgba(221,221,221,.15);} 
#select-lange .btn-group .dropdown-toggle::after { -webkit-transition: -webkit-transform .2s; transition: transform .2s;} 
#select-lange .btn-group:hover .dropdown-toggle::after {transform: rotate(180deg);} 
#select-lange .dropdown-menu>li {border-bottom: 1px solid rgba(0,0,0,.25);}
#select-lange .dropdown-menu>li>a {display: block; padding: 7px 10px; color: #525252!important; white-space: nowrap; font-size:13px; font-weight: bolder;}
#select-lange .dropdown-menu>li>a:hover {background-color: #f0f0f0; color: #333; text-indent: 5px;}

hr-w{background-color:#fff;border:0;height:5px;margin:0}
.wrap100, .wrap100gray {width:100%;height:100%;margin:0;padding:0;}
.wrap100>.d-flex {height:100%;}
.wrap100gray {position: absolute; background-color: #083154; z-index: 1; opacity: 0;}
.h100 {height:100%;}

.copyright-info {text-align: center}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {

}

.floating {animation-name: floating; animation-iteration-count: infinite; animation-timing-function: ease-in-out; animation-duration: 3s;}
@keyframes floating {
    0%,to {transform: translate(0%,0%);}
    25% {transform: translate(0px,10px)}
    50% {transform: translate(0px,0px)}
    75% {transform: translate(0%,10px)}
}
.noborder {box-shadow: none; background: 0 0; border: 0;}
.text-white { color: #fff;}
.text-puretor {color: #60ac34;}
.text-yellow {color: #fff100;}
.text-puretor-dk {color: #007318;}
.text-pink {color: #953e90;}
.text-pink-lt {color: #ba79ad;}
.text-shadow-w {text-shadow: 0 0 2px #b7b7b7, 0 0 1px #ffffff; color: #fff;}

.btn-grey-empty {color: #484847 !important; background-color: #fff; border: 1px solid #484847; border-radius: 20px !important; padding: 8px 20px; font-size: 15px; font-weight: 700;}
.btn-grey-empty:hover {color: #fff!important; background-color: #1d1d1d; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out;}

.flipInX {-webkit-backface-visibility: visible !important; backface-visibility: visible !important; animation-name: flipInX}
.animated {animation-duration: 1s; animation-fill-mode: both}
.animated.hinge {animation-duration: 2s}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {animation-duration: .75s}

.container-slide .item {background-size: auto 100%; background-repeat: no-repeat; background-position: bottom center;}
.container-slide {width:100%;}
.owl-carousel, .owl-stage-outer {width:100%; height:100%;}
.owl-stage, .owl-item, .item {height:100%;display:block;}
.owl-theme .owl-nav [class*=owl-] {width: 50px; height: 50px; position: absolute; text-align: center; top: 45%; font-weight: bold; text-shadow: 0 0 10px #fff, 0 0 1px #fff; opacity: .7; padding:10px;margin: 0;background: #000; border-radius: 50%;}
.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {background: #000; opacity:1;}
.owl-theme .owl-nav {-webkit-transition: opacity 150ms; transition: opacity 150ms; transition-timing-function: cubic-bezier(.65,.05,.36,1);}
.owl-theme .owl-nav .disabled {opacity: 0.2;}
.owl-theme .owl-nav .owl-next {right: 20px;}
.owl-theme .owl-nav .owl-prev{left: 20px;}
.owl-theme .owl-nav .owl-next > i {margin-left: 3px;}
.owl-theme .owl-nav .owl-prev > i {margin-right: 3px;}

@keyframes fadin1 {
    0% {opacity: 0; background-position-y: 100%}
    20% {opacity: .5; background-position-y: 90%}
    to {opacity: 1; background-position-y: 85%}
}

@keyframes fadin02 {
    from {opacity: 0; animation-timing-function: linear}
    to {opacity: .1}
}

/*-- Copyright --*/
.copyright{background:#1d2087;color:#fff;padding:15px 0;position:relative;z-index:1;font-weight:600;font-size:14px}


/**	Resets **/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;	padding: 0;}
	::selection {color:#fff; text-shadow:none; background: #333;}
	::-moz-selection { color:#fff; text-shadow:none; background: #333; /* Firefox */ }
	::-webkit-selection { color:#fff; text-shadow:none; background: #333; /* Safari */	}	

button { background: none; border: 0; margin: 0; padding: 0; cursor: pointer;}
img { border: 0; vertical-align: top;}
input:-webkit-autofill {color: #ffffff !important;}
textarea {resize: none;}
textarea, input, button, *:focus { outline:none !important;}
textarea {resize: vertical;}

select{border:2px solid #e5e7e9;height:46px;padding:12px;outline:0;line-height:1!important}
label {	font-weight:400;}
iframe, fieldset {border: 0; margin: 0;	padding: 0;}
audio, canvas, img, video {	vertical-align: middle;}

p{display:block;-webkit-margin-before:.1em;-webkit-margin-after:.1em;-webkit-margin-start:0;-webkit-margin-end:0}
a{behavior:expression(this.onFocus=this.blur());-moz-user-select:none;-khtml-user-select:none;-moz-outline-style:none;-webkit-transition:all .15s cubic-bezier(.45,.05,.55,.95);-moz-transition:all .15s;-o-transition:all .15s;transition:all .15s ease-in-out}
a:link { text-decoration: none !important;}
a:hover { text-decoration: none !important;}
a:active { outline: none;}
a:focus, .btn:focus,input[type="text"]:focus { -moz-outline:none; outline:none; }
a, a:focus, a:hover, a:active { outline: 0;  cursor:pointer;}

input[type="image"] {outline:none;}
input[type="image"]::-moz-focus-inner { border: 0;}
input:focus {outline: none !important; border:1px solid #b5b5b5 !important;}
::-webkit-input-placeholder {color:#c3c3c3 !important;}
:-moz-placeholder {color:#c3c3c3 !important; opacity: 1;}
::-moz-placeholder {color:#c3c3c3 !important; opacity: 1;}
:-ms-input-placeholder {color:#c3c3c3 !important;}
*::-ms-backdrop {border-collapse:separate !important;}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form { margin-bottom: 20px; }
canvas {width: 100% !important;	height: auto !important;}
:active, :focus { outline: 0 !important; }
dd {margin-bottom: 10px;}
select:focus, textarea:focus, input:focus { outline: 0 none; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -o-box-shadow: none !important; box-shadow: none !important;}
.form-control {color:#777; border-radius:2px;}
.form-control:focus {border-color: #aaaaaa; -webkit-box-shadow: none; box-shadow: none;}
.form-group label {margin-left: 2px; margin-bottom: 2px;}
.input-group-addon {border-radius: 2px;}
.btn {border-radius: 2px;}
.popover {top: 20px !important; background-color: #000;}
.popover-body {color: #fff;}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {border-top-color: #000;}
.wrap100 {width:100%;height:100%;margin:0;padding:0;}
.well {border-radius:2px;}
.nav-tabs, .nav-pills { position: relative;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background-color: unset !important; border-color: unset !important;}
.clear {clear:both;}

/**	response **/
@media (min-width: 1920px) {

}

@media (min-width: 992px) and (max-width:1599px) {

}

@media (min-width: 1200px) {
    .navbar-nav li:hover .dropdown-menu {display: block}  
    .accordion-02 .acco-group .acco-heading {font-size: 1.1rem;}
}

@media (max-width:1199px) {
    
}

@media (min-width: 992px) and (max-width:1199px) {
    #back-to-top.affix {bottom: 35px}
    #back-to-top {right: 15px}    
    .accordion-02 .acco-group .acco-heading {font-size: 1rem;}
}


@media (min-width: 992px) {
    .modal-calc {max-width: calc(80vw);}
    #select-lange .btn-group {height: 55px;}
    #select-lange .btn-group:hover .dropdown-menu, .dropdown-menu.show { top: -5px !important; }
}

@media (max-width: 991px) {    
    #back-to-top.affix {bottom: 78px}
    .body-inner {margin: 0 auto}    
    .modal-calc {max-width: calc(92vw);}
    #navbarCollapse {margin-right: 12px;}
    #select-lange .btn-group {height: 46px;}
    #select-lange .btn-group:hover .dropdown-menu, .dropdown-menu.show { top: -15px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {    
    .accordion-02 .acco-group .acco-heading, .accordion-02 .acco-group .acco-des {font-size: 15px;}
    .copyright {text-align: center}
}

@media (min-width: 768px) {
    hr { margin: 40px 0}
}

@media (max-width: 767px) {       
    .owl-theme .owl-nav [class*=owl-] {width: 40px; height: 40px; padding: 5px;}
    .accordion-02 .acco-group .acco-heading, .accordion-02 .acco-group .acco-des {font-size: 14px; padding: 10px 30px 10px 32px;}   
    #back-to-top {bottom: 0; right: 20px}
    .container.max-sw {max-width: calc(100vw - 30px);}
}

@media (max-width: 575px) {
    .modal-calc {max-width: calc(94vw); margin: 0 calc(3vw);}
    .modal-calc .modal-body {padding:5px;}
 }

@media (max-width: 538px) {
    body {font-size: 1rem;}    
    h1, h2, h3, h4, h5, h6 {font-weight: 600; line-height:1.1} 
    .owl-theme .owl-nav .owl-prev {left: 10px;}
    .owl-theme .owl-nav .owl-next {right: 10px;}
    .owl-theme .owl-nav [class*=owl-] {width: 30px; height: 30px; padding: 2px;font-size:13px;}
    .gapH {height: 10px;}    
 }

@media (max-width: 420px) {
    body {font-size: 13px;}   
    ul {margin-left: -0.5em; margin-right: 0.75em;}
    dl {margin-left:1em; margin-right: 1.5em;}
    .copyright-info {font-size:12px;}
    #back-to-top {right: 10px;}
}