@charset "UTF-8";
/***** css reset *****/
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;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
/* for IE8 */
@media \0screen {
    img {
        width: auto;
    }
}
a {
    display: block;
    color: #188787;
    /* text-decoration: none; */
    cursor: pointer;
}
a:hover,
a:active,
a:focus {
    color: #9c4b45;
    text-decoration: underline;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input,
select,
textarea {
    font-family: Arial, "Microsoft JhengHei", serif;
}
input[type="button"],
input[type="submit"] {
    text-align: center;
    font-weight: bold;
    font-family: Arial, "Microsoft JhengHei";
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all ease-in 0.15s;
    -moz-transition: all ease-in 0.15s;
    -o-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
    vertical-align: middle;
    cursor: pointer;
}
/*Input 的 Placeholder 設定*/
::placeholder {
    /* CSS 3 標準 */
    color: #aaa;
}
::-webkit-input-placeholder {
    /* Chrome, Safari */
    color: #aaa;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
    opacity: 1;
}
/*Input 的"禁止"設定*/
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="data"]:disabled,
input[type="time"]:disabled,
input[type="email"]:disabled,
select:disabled,
textarea:disabled {
    color: #000000;
    background-color: #e6e6e6;
    cursor: default;
}
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Arial, "Microsoft JhengHei", serif;
    background-color: #34b2be;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/***** 首頁 *****/
.loginbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 300px;
    padding: 20px 30px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 5;
}
.index_logo {
    max-width: 210px;
    max-height: 120px;
    margin: 0 auto 20px;
    text-align: center;
}
.input_group {
    margin-bottom: 20px;
    text-align: right;
}
.input_group dt {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: bottom;
}
.icon_login_id {
    background: url(../images/index_icon/loginID.png) no-repeat;
    background-size: 100% auto;
}
.icon_login_pw {
    background: url(../images/index_icon/loginPW.png) no-repeat;
    background-size: 100% auto;
}
.input_set {
    width: 84%;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.input_group dd {
    display: inline-block;
    vertical-align: bottom;
}
.input_group .login_input {
    width: 95%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 18px;
    color: #555;
    background: #fff;
    border: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
    box-shadow: none;
    vertical-align: middle;
    z-index: 2;
}
/* 記住密碼 */
.chkbox_set {
    padding: 0 0 0 45px;
    margin-bottom: 20px;
    color: #777;
    text-align: left;
}
.check_box,
.radio_inline input[type="radio"],
.fixed_table input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}
.chkbox_set .chktext {
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
/* 按鈕 */
.btn {
    width: 100%;
    margin: 5px auto;
    text-align: center;
}
input.btn_login {
    width: 100%;
    padding: 7px 0;
    font-size: 20px;
    font-weight: bold;
    color: #007b7b;
    background: #bfd9d9;
    box-shadow: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}
input.btn50 {
    width: 47%;
}
.login_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index_icon/login_bg.jpg) center center #34b2be
        no-repeat;
    background-size: cover;
    overflow-x: hidden;
    z-index: 1;
}
/***** 跳框 *****/
.popup_windows {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    z-index: 10000;
}
.popup_container {
    position: absolute;
    width: 100%;
    top: 48%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10000;
}
.popup {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    background-color: #fff;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.popup .popup_title {
    padding: 12px 35px;
    color: #333;
    text-align: center;
    font: normal bold 22px/1em "微軟正黑體";
    background-color: #ccc;
    -webkit-border-radius: 0.2em 0.2em 0 0;
    -moz-border-radius: 0.2em 0.2em 0 0;
    -ms-border-radius: 0.2em 0.2em 0 0;
    -o-border-radius: 0.2em 0.2em 0 0;
    border-radius: 0.2em 0.2em 0 0;
}
.popup .btn_close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/index_icon/popup_close.png);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: center;
    cursor: pointer;
}
.popup .popup_in {
    padding: 20px;
}
.popup .popup_in,
.popup_in .popup_input,
.popup_in .popup_select {
    color: #555;
}
.scroll_box {
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup .text_set {
    margin: 0.5em 0 0.8em 0;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
}
.popup .text_title,
.popup .text_center,
.popup .text_right {
    margin: 10px 0;
    font: normal bold 20px/26px "Microsoft JhengHei", Arial;
    text-align: left;
}
.text_right,
.popup .text_right {
    text-align: right;
}
.text_center,
.popup .text_center {
    text-align: center;
}
.popup .text {
    padding: 5px 0;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}
.popup .text .cell1 {
    display: inline-block;
    width: 30%;
    margin: 2px 0 0 0;
    font-weight: bold;
    letter-spacing: -1px;
    word-break: break-word;
    vertical-align: middle;
}
.popup .text .cell2 {
    display: inline-block;
    width: 65%;
    font-size: 18px;
    word-break: break-word;
    vertical-align: middle;
}
.popup .tips {
    margin: 0.5em 0;
    font: italic bold 0.9em/1em "微軟正黑體";
    text-align: center;
}
.popup_in .popup_input,
.popup_in .popup_select {
    display: inline-block;
    padding: 5px;
    font: normal normal 17px/22px "微軟正黑體";
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    cursor: pointer;
}
.popup_in .popup_input {
    width: calc(95% - 10px);
}
.popup_in .popup_select {
    width: calc(100% - 10px);
}
.popup .popup_btn {
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
}
.popup_btn .btn_left,
.popup_btn .btn_right,
.popup_btn .btn_center {
    float: left;
    margin: 5px 5px 5px 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.popup_btn .btn_left,
.popup_btn .btn_right {
    width: 47%;
}
.popup_btn .btn_center {
    float: none;
    width: 70%;
    max-width: 250px;
    margin: 0 auto;
}
/*小按鈕*/
.btn_small {
    color: #28655f;
    background: #afdcd6;
}
.btn_small:hover,
.btn_small:active,
.btn_small:focus {
    color: #fff;
    background: #53a59e;
}
.btn_back,
.btn_small.btn_yellow,
.btn_big.btn_yellow,
.popup_btn .btn_left,
.popup_btn .btn_center {
    color: #655c19;
    background: #deddb7;
}
.btn_back:hover,
.btn_back:active,
.btn_back:focus,
.btn_small.btn_yellow:hover,
.btn_small.btn_yellow:active,
.btn_small.btn_yellow:focus,
.btn_big.btn_yellow:hover,
.btn_big.btn_yellow:active,
.btn_big.btn_yellow:focus,
.popup_btn .btn_left:hover,
.popup_btn .btn_left:active,
.popup_btn .btn_left:focus,
.popup_btn .btn_center:hover,
.popup_btn .btn_center:active,
.popup_btn .btn_center:focus {
    color: #fff;
    background: #b9b897;
}
/*大按鈕*/
.btn_big,
.popup_btn .btn_right {
    color: #007b7b;
    background: #bfd9d9;
}
.btn_big:hover,
.btn_big:active,
.btn_big:focus,
.popup_btn .btn_right:hover,
.popup_btn .btn_right:active,
.popup_btn .btn_right:focus {
    color: #fff;
    background: #69b9b9;
}
.clear {
    clear: both;
}
.clear:after,
.popup .popup_btn:after {
    content: "";
    display: block;
    clear: both;
}

/*********  以下為 手機畫面_設定  *********/
/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    .loginbox {
        width: 75%;
        padding: 20px;
    }
    .input_set {
        width: 80%;
    }
    .chkbox_set {
        padding: 0 0 0 5px;
    }
}
