@charset "UTF-8";

/*!
================== ※ 圖文配置 ※ ==================
*/
/*==========textAimg==========*/
.content .textAimg-c,
.content .textAimg-l,
.content .textAimg-l-sep,
.content .textAimg-r,
.content .textAimg-r-sep {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.content .textAimg-c>.textAimg_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
}

.content .textAimg-c>.textAimg_text {
  clear: both;
}

.content .textAimg-l>.textAimg_img,
.content .textAimg-l-sep>.textAimg_img {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 50%;
}

.content .textAimg-l-sep>.textAimg_text {
  overflow: hidden;
}

.content .textAimg-r>.textAimg_img,
.content .textAimg-r-sep>.textAimg_img {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 50%;
}

.content .textAimg-r-sep>.textAimg_text {
  overflow: hidden;
}

.content .textAimg_text {
  text-align: justify;
  word-break: break-word;
  display: block;
  margin-bottom: 20px;
}

.content ol>li.textAimg_text {
  display: list-item;
  text-indent: 0;
  margin: 0 0 40px 0;
}

.content ul>li.textAimg_text {
  display: list-item;
  text-indent: 0;
  margin: 0 0 40px 0;
}

.content .textAimg-c ol,
.content .textAimg-l ol,
.content .textAimg-l-sep ol,
.content .textAimg-r ol,
.content .textAimg-r-sep ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 30px;
}

.content .textAimg-c ul,
.content .textAimg-l ul,
.content .textAimg-l-sep ul,
.content .textAimg-r ul,
.content .textAimg-r-sep ul {
  list-style: disc;
  list-style-position: inside;
  padding: 0 15px;
}

@media (max-width: 600px) {

  .content .textAimg-l > .textAimg_img,
  .content .textAimg-l-sep > .textAimg_img,
  .content .textAimg-r > .textAimg_img,
  .content .textAimg-r-sep > .textAimg_img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
  }
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

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

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;
}

/*!

normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css ※ css初始化 ※
*/
/* Document ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ========================================================================== */
/*!

================== ※ 基本設置 ※ ==================
*/
:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  text-overflow: ellipsis;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

::selection {
  background: #1a73e8;
  color: #fff;
}

::-moz-selection {
  background: #1a73e8;
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

select,
input,
textarea {
  font-family: "Ubuntu", "微軟正黑體", Arial, sans-serif;
}

textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.6;
}

select,
input:not([type='radio']):not([type='checkbox']) {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #2a3b5f;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
  color: #333;
}

input[type='checkbox'],
input[type='radio'] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 10px;
}

select {
  width: 100%;
  /*! 隱藏既有下拉箭頭 */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  /*! 美化下拉選單 */
  background: url("../images/arrow03.svg") center right 8px no-repeat, #fff;
  background-size: 14px auto;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: #333;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.under {
  text-decoration: underline;
  color: #0032d5;
}

img {
  max-width: 100%;
  align-self: flex-start;
}

h1 {
  font-size: 2em;
  margin: 0;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -5px;
}

.btnall {
  width: 100%;
  min-width: 100px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 25px;
  margin: 0 5px;
  border-radius: 4px;
  /* font-weight: bold; */
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btnall img {
  vertical-align: middle;
  width: 22px;
  margin-right: 8px;
  align-self: center;
}

.btnicon {
  min-width: 80px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  /* font-weight: bold; */
}
.btndel {
  width: 100px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
}

.ditto {
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 0.9rem;
}

.btn_Red {
  color: #fff;
  background: #e30011;
}

.btn_Red:hover {
  opacity: 0.8;
}

.btn_BG {
  color: #fff;
  background: #ff4700;
}

.btn_BG:hover {
  background: #d63d00;
}

.btn_SB {
  color: #fff;
  background: #1a8bd9;
}

.btn_SB:hover {
  background: #116d97;
}

.btn_GR {
  color: #fff;
  background: #5cb85c;
}

.btn_GR:hover {
  color: #fff;
  background: #469846;
}

.btn_DB {
  color: #fff;
  background: #14274f;
}

.btn_DB:hover {
  background: #0c1830;
}

.btn_3A {
  color: #fff;
  background: #aaa;
}

.backBtn img {
  width: 17px;
}

.m_t_10 {
  margin-top: 10px;
}

.m_t_30 {
  margin-top: 30px;
}

.m_t_60 {
  margin-top: 60px;
}
.color_CRed,
.mbr_detail .tbody>.td:first-child span.color_CRed {
  color: #990000;
}

h4 {
  color: #104e8b;
  /*--另一種藍#0046a9--*/
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.red {
  color: #FF0000;
}

/*-------------------------------------------------*/
body.Fixd {
  height: 100vh;
  overflow: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  word-break: break-word;
  overflow-x: hidden;
  font-family: "Ubuntu", "微軟正黑體", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .5px;
  color: #333;
  display: flex;
  /*使物件依序排列*/
  flex-direction: column;
  /*使物件垂直排列*/
  box-sizing: border-box;
  background: #ffffff;
}

.wrapper {
  width: 100%;
  flex-grow: 1;
  /*可佔滿垂直剩餘的空間*/
  position: relative;
}

.starMark::before {
  content: '*';
  color: #FF0000;
  font-weight: normal;
}

/*!

==================== ※ header 設置 ※ ====================
*/
header {
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: all 0.3s;
  position: fixed;
}

header.Height {
  top: 0;
  left: 0;
  z-index: 100;
}

.header {
  width: 100%;
  max-width: 1460px;
  height: 80px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

header.Height .header {
  height: 60px;
}

.logo {
  margin: 0;
  width: 100%;
  max-width: 505px;
  height: 100%;
  transition: all 0.3s;
}

.logo a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/logo.png") center left no-repeat;
  background-size: contain;
}

.logo a:hover {
  opacity: 0.76;
}

/*!

==================== ※ #main 設置 ※ ====================
*/
.main.mainTop {
  padding-top: 80px;
}
.main {
  width: 100%;
  height: calc(100% - 80px);
  /* max-width: 1360px; */
  /* padding: 0 20px; */
  margin: 0 auto;
  display: flex;
  padding-top: 80px;
  flex-direction: column;
  /* box-sizing: border-box; */
  transition: all .3s;
}

/*--------------------內頁-------------------------*/
textarea,
input:not([type='radio']):not([type='checkbox']) {
  width: 100%;
  border-radius: 4px;
  height: 50px;
  border: 1px solid #dedede;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}

select,
input:not([type='radio']):not([type='checkbox']) {
  border: 1px solid #dedede;
  padding: 15px;
}

input[type='checkbox'],
input[type='radio'] {
  width: 20px;
  height: 20px;
}

select {
  background: url("../images/arrow.png") center right 12px no-repeat, #fff;
  background-size: 14px auto;
  box-sizing: border-box;
}
input:disabled {
  background-color: #f0f0f0;
}
/*進入頁*/

.wrapper.enterPage {
  width: 100%;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
}
.wrapper.enterPage::before {
  content: '';
  background: url(../images/enter_bg.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 580px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper.enterPage .container {
  background: none;
  max-width: 1800px;
  padding: 60px 0 30px;
}
.enterHeader {
  width: 100%;
  max-width: 1280px;
  height: 110px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.enterHeader .logo {
  max-width: 786px;
  margin: 0 auto;
}
.enterHeader .logo a {
  background: url("../images/enterLOGO.png") center left no-repeat;
  background-size: contain;
}
.enterBtn {
  width: 100%;
  max-width: 1800px;
}
.enterBtnBlock {
  display: flex;
  flex-wrap: wrap;
}
.enterBtnBlock .btn {
  width: calc(100% / 4 - 50px);
  max-width: 400px;
  text-align: center;
  margin: 0 25px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  transition: transform 0.8s;
  word-break: break-word;
}
.enterBtnBlock .btn:hover {
  transform: translateY(8px);
  opacity: 0.88;
}
.enterBtnBlock .btn a {
  display: block;
}
.enterBtnBlock h1 {
  font-weight: 600;
  padding: 12px;
  color: #FFF;
  font-size: 1.625rem;
  background-image: linear-gradient(135deg, #fcbe43 10%, #F8D800 100%);
}
.enterBtnBlock .btn_area {
  padding: 10px;
  line-height: 1.3;
}
.enterBtnBlock img {
  margin: 20px;
  transition: transform 1.5s;
}
.enterBtnBlock a img:hover {
  transform: rotateY(180deg);
}
.enterBtnBlock .btn p {
  font-size: 1.875rem;
  color: #fcbe43;
}
.enterBtnBlock .btn span {
  font-size: 1.5625rem;
}
.enterBtnBlock h1.blueBG {
  background-image: linear-gradient(135deg, #1a8bd9 10%, #0396FF 100%);
}
.enterBtnBlock h1.RedBG {
  background-image: linear-gradient(135deg, #ff4700 10%, #EA5455 100%);
}
.enterBtnBlock .btn p.BGtext {
  color: #1a8bd9;
}
.enterBtnBlock .btn p.Redtext {
  color: #ff4700;
}
.pagebanner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
  text-align: center;
}
.pagebanner span {
  font-size: 1.875rem;
  color: #203C4D;
  padding: 36px 200px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #FFF;
}
.container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px 80px;
  background: #fff;
  flex-grow: 1;
}
.sidebar {
  width: 250px;
  float: left;
}
.member_select {
  background-color: #ebf9ff;
  border-radius: 4px;
  padding: 15px 10px;
  margin: 40px 20px;
  letter-spacing: 0.2px;
  color: #2a3b5f;
}
.member_select .region {
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.2;
}
.member_select.user {
  display: flex;
  align-items: center;
}
.member_select p,
.member_select span {
  width: calc(80% - 80px);
  font-size: 0.875rem;
  padding-left: 30px;
  box-sizing: border-box;
  background: url(../images/member.svg) left 2px no-repeat;
  background-size: 30px;
  line-height: 30px;
}
.member_select span {
  width: 20%;
  background: url(../images/name.svg) left 2px no-repeat;
  background-size: 26px;
}
.member_select a {
  width: 80px;
  margin: 6px auto;
  padding: 6px;
  font-size: 0.9375rem;
}
.user_block {
  width: calc(100% - 40px);
  text-align: center;
  margin: 40px 20px;
}
.user_block span {
  display: inline-block;
  background-color: #e9e9e9;
  min-width: 200px;
  padding: 11px 16px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 6px;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.user_block span::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  content: '';
  height: 0;
  width: 0;
  margin-left: -10px;
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 12px;
  z-index: 2;
  transform: translateX(4px);
  border-left-color: #e9e9e9;
  margin: 0;
}
.user_block span::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -25px;
  height: 0;
  width: 0;
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 12px;
  transform: translateX(3px);
  border-left-color: #fff;
  margin: 0;
}
.user_block span:last-child::after {
  display: none;
}
.user_block .active {
  background-color: #fcc13b;
}
.user_block .active::before {
  border-left-color: #fcc13b;
}

.sidebar_title h1 {
  color: #2a3b5f;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #2a3b5f;
  text-align: center;
}
.sidebar_tab {
  border: 1px solid #2a3b5f;
  color: #2a3b5f;
  border-radius: 4px;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
  display: none;
  box-sizing: border-box;
}
.sidebar_tab:after {
  content: '';
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url(../images/arrow02.svg) center no-repeat;
  background-size: 15px;
  transition: all .3s;
}
.sidebar_menu {
  padding: 0 10px 0 20px;
}
.sidebar_menu > li {
  margin-bottom: 10px;
}
.sidebar_menu > li > a {
  border: 1px solid #3d5467;
  position: relative;
}
.sidebar_menu > li > a:after {
  content: '';
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #3d5467;
  transition: all .3s;
}
.sidebar_tab.open:after,
.sidebar_menu > li > a.open:after {
  transform: translateY(-50%) rotate(90deg);
}
.sidebar_menu > li > a:hover:after,
.sidebar_menu > li > a.active:after {
  border-color: transparent transparent transparent #fff;
}
.sidebar_menu > li > a {
  display: block;
  padding: 15px 30px 15px 15px;
  color: #3d5467;
  font-weight: bold;
  border-radius: 4px;
}
.sidebar_menu > li > a:hover,
.sidebar_menu > li > a.active {
  color: #fff;
  background: #ff4700;
  border: 1px solid #ff4700;
}
.sidebar_menu.STU > li > a:hover,
.sidebar_menu.STU > li > a.active {
  color: #fff;
  background: #1a8bd9;
  border: 1px solid #1a8bd9;
}
.inside {
  margin-top: 40px;
}
.inside_main {
  width: calc(100% - 290px);
  float: right;
  background: #FFF;
  padding: 0 20px 60px;
}
.inside_main.full {
  width: calc(100% - 40px);
  float: none;
  padding: 0 20px 60px;
}

/*上傳檔案*/
.page_UploadBox {
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.page_UploadBox input:not([type='radio']):not([type='checkbox']) {
  width: 40%;
}
.page_UploadImgBtn, .page_DownloadBtn {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #116d97;
  padding: 0 42px 0 10px;
  color: #FFF;
  border-radius: 4px;
  margin-left: 10px;
  background: url("../images/upload.png") center right 12px no-repeat, #1e81ce;
  background-size: 24px auto;
  line-height: 48px;
}
.page_DownloadBtn {
  background: url("../images/download.png") center right 12px no-repeat, #5cb85c;
  border: 1px solid #1B7C1B;
}
.page_DownloadBtn:hover {
  background: url("../images/download.png") center right 12px no-repeat, #1B7C1B;
  border: 1px solid #1B7C1B;
}
.page_UploadImgBtn input:not([type='radio']):not([type='checkbox']) {
  width: 100%;
}
.page_UploadImgBtn input[type='file'] {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  border-radius: 0 5px 5px 0;
}
.page_UploadImgBtn:active {
  background: url("../images/upload.png") center right 12px no-repeat, #116d97;
  background-size: 24px auto;
}
.page_ImgBox .imgHide {
  display: none;
}
.page_ImgBox img {
  max-width: 300px;
  margin-top: 20px;
}

/*------------------table 共用--------------------*/

.shares_table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.shares_table a {
  text-decoration: underline;
  color: #104e8b;
  display: block;
}
.shares_table .btnBox a {
  color: #fff;
  text-decoration: inherit;
}
.shares_table a:hover {
  opacity: .6;
}
.shares_table .btnBox a:hover {
  opacity: 1;
}
.thead,
.tbody {
  display: table-row;
  letter-spacing: .1px;
}

.th,
.td {
  display: table-cell;
  padding: 2px 10px;
  vertical-align: baseline;
}
.td {
  padding: 10px;
}
.md_t1 .th {
  border: 1px solid #FFF;
  background: #1a8bd9;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
}
.md_t1 .tbody {
  border-bottom: 1px solid #dcdcdc;
}
.md_t1 .tbody>.td {
  text-align: center;
  vertical-align: middle;
}
.md_t1 .tbody > .td.left {
  text-align: left;
}
.table {
  display: block;
  word-break: keep-all;
}
.arrow {
  padding: 10px 20px;
  background: url("../images/push-button.png") center no-repeat;
  background-size: 30px;
}
.tablearea {
  width: 100%;
  overflow: auto;
  margin: 10px 0 20px;
}
.rep_Change {
  display: table-cell;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  min-width: 1170px;
}
.th:last-child,
.th:nth-last-child(2),
.td:last-child,
.td:nth-last-child(2) {
  position: sticky;
  left: 0;
  right: -1px;   
  background-color:#1a8bd9;
  border-right: 1px solid #ffffff;
}
.td:last-child,
.td:nth-last-child(2) {
  position: sticky;
  left: 0;
  right: -1px;  
  background-color: #fff;
}
.th:nth-last-child(2),
.td:nth-last-child(2){
  right: 103px;
}
.th:last-child,
.th:nth-last-child(2) {
  z-index: 3;
  min-width: 103px;
  background: #05558E;
  border: 1px solid #FFF;
}
.md_t1.rep_Change .tbody {
  position: relative;
}
.shares_table .confirmicon,
.shares_table .altericon,
.shares_table .delicon,
.shares_table .appicon,
.shares_table .nomicon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  padding: 0;
  text-decoration: none;
  font-size: 1rem;
}

/* 頁碼 */
/***********************************************/
.pagination {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 40px;
}
.pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagination li {
  float: left;
}
.pagination .current {
  background: #8b8b8b;
  color: #fff;
}
.pagination a:hover {
  background: #8b8b8b;
  color: #ffffff;
}
.pagination a,
.pagination span {
  background: #efefef;
  color: #8b8b8b;
  display: inline-block;
  line-height: 20px;
  margin: 3px;
  padding: 8px 10px;
  border-radius: 4px;
}
.confirmicon i,
.altericon i,
.delicon i,
.appicon i,
.nomicon i {
  display: block;
  width: 40px;
  height: 40px;
}
.confirmicon i {
  background: url(../images/confirm.svg) no-repeat center;
  background-size: 40px;
}
.altericon i {
  background: url(../images/alter.svg) no-repeat center;
  background-size: 40px;
}
.delicon i {
  background: url(../images/del.svg) no-repeat center;
  background-size: 40px;
}
.appicon i {
  background: url(../images/app.svg) no-repeat center;
  background-size: 40px;
}
.nomicon i {
  background: url(../images/nom.svg) no-repeat center;
  background-size: 40px;
}
.appicon i:hover {
  background: url(../images/app_h.svg) no-repeat center;
  background-size: 40px;
}
.nomicon i:hover {
  background: url(../images/nom_h.svg) no-repeat center;
  background-size: 40px;
}
.confirmicon span,
.altericon span,
.delicon span,
.appicon span,
.nomicon span {
  display: none;
}
.check_area {
  padding: 10px;
}
.check_area span {
  padding: 6px 0;
  display: inline-block;
}
.loginarea {
  width: 100%;
  max-width: 800px;
  background-color: #f7f7f7;
  border-radius: 2px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 100px;
  line-height: 170%;
  font-size: 1.125rem;
}
.login_list {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
.login_list label {
  padding: 5px 0;
  display: block;
}
.psd {
  position: relative;
}
.conceal {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 25px;
  height: 50px;
  background-image: url(../images/eye_close.svg);
  background-size: 100% 100%;
  cursor: pointer;
}
.conceal.eye {
  background-image: url(../images/eye_open.svg);
  background-size: 100% 100%;
}
.codeBox {
  padding: 10px 15px;
}
.codeBox .code {
  padding: 5px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.codeBox .code_Turn {
  display: block;
  width: 55px;
  height: 34px;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  background: url("../images/turn.png") center no-repeat;
  background-size: contain;
  background-size: auto;
}
.codeBox .code_Img {
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
}
.codeBox span,
.login_list span {
  font-size: 1rem;
  color: #898989;
}
.codeBtn {
  text-align: center;
  padding: 40px 0;
}
.codeBtn .btn {
  width: 100%;
  max-width: 100px;
  background: #4da1a9;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
}
.codeBtn .btn:hover {
  opacity: 0.85;
}
.codeBtn .btn:active {
  opacity: 1;
}
.codeBtn .btn.reset_btn {
  background-color: #9e9e9e;
}
.btn_text {
  color: #14274f;
  font-weight: 700;
  font-size: 1rem;
}

/*!

==================== ※ footer 設置 ※ ====================
*/
.gotop {
  width: 50px;
  height: 50px;
  position: absolute;
  right: calc(100% / 2 - 580px);
  bottom: 15px;
  font-size: 0.95rem;
  color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 10px;
}
.gotop span {
  width: 100%;
  height: 100%;
  display: block;
  background: #979797 url(../images/gotop.svg) no-repeat center;
  background-size: 30px;
  border-radius: 10px;
  text-align: center;
}
.gotop:hover span {
  background: rgb(170, 170, 170) url(../images/gotop.svg) no-repeat center;
  background-size: 30px;
}
footer {
  background-color: #f8f8f8;
}
.footer_main {
  width: 100%;
  max-width: 1460px;
  padding: 7px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.footer_about {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.footer_about img {
  max-width: 120px;
  margin-right: 25px;
  align-self: center;
}
.footer_about div {
  font-size: 0.75rem;
  color: #a0a0a0;
  line-height: 1.3333;
}

/*表格*/
.btn_submit {
  display: flex;
  justify-content: center;
}
.btn_submit a {
  width: calc(100% / 2);
  margin: 10px 4px;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
}
.btn_submit.fullbtn a {
  width: calc(100% / 1);
}
.btn_submit.inthirdbtn {
  width: 100%;
}
.btn_submit.inthirdbtn a {
  width: calc(100% / 6);
  font-size: 1rem;
  font-weight: 400;
  margin: 0 4px 20px;
}
.btn_submit a.icon_next:hover {
  background: url("../images/next.png") center right 20px no-repeat, #116d97;
}
.btn_submit a.icon_save:hover {
  background: url("../images/save.png") center right 20px no-repeat, #116d97;
}
.btn_submit a.icon_send:hover {
  background: url("../images/send.png") center right 20px no-repeat, #469846;
}
.btn_submit a.icon_clean:hover {
  background: url("../images/clear.png") center right 12px no-repeat, #7c7c7c;
  background-size: 15px auto;
}
.btn_submit a.icon_search:hover {
  background: url("../images/search.png") center right 12px no-repeat, #116d97;
  background-size: 15px auto;
}
.btn_submit a.icon_ADD:hover {
  background: url("../images/add.png") center right 12px no-repeat, #469846;
  background-size: 15px auto;
}
.btn_submit a.icon_submit:hover {
  background: url("../images/send.png") center right 20px no-repeat, #116d97;
}
.btn_submit a.icon_cancel:hover {
  background: url("../images/cancel.png") center right 20px no-repeat, #7c7c7c;
}
.id_no input:not([type='radio']):not([type='checkbox']) {
  color: #FF0000;
  font-weight: 600;
}
.attn,
.tips,
.error {
  display: block;
  width: calc(100% - 30px);
  background: url(../images/attn.png) left top 2px no-repeat;
  background-size: 18px;
  font-size: 0.875rem;
  padding-left: 26px;
  color: #999;
  font-weight: normal;
  letter-spacing: inherit;
}
.tips {
  background: url(../images/tips.png) left top 2px no-repeat;
}
.codeBox span.error,
.login_list span.error {
  color: #FF0000;
  background: url(../images/attn.png) left top 7px no-repeat;
}
.form_area {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.form_area h1.head {
  font-weight: 600;
  padding: 16px;
  color: #FFF;
  font-size: 1.875rem;
  background-image: linear-gradient(135deg, #fcbe43 10%, #F8D800 100%);
}
.form_block {
  padding: 26px;
}
.form_block p {
  color: #999999;
  font-size: 1.125rem;
  text-align: center;
}
.form_block h2 {
  color: #1e81ce;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
  max-width: 300px;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
.form_block h2::before {
  content: '';
  width: 20px;
  border-top: 4px solid #b0e5ff;
  position: absolute;
  top: 24px;
  left: 20px;
  transform: rotate(90deg);
}
.form_block h2::after {
  content: '';
  width: 20px;
  border-top: 4px solid #b0e5ff;
  position: absolute;
  right: 22px;
  bottom: 20px;
  transform: rotate(90deg);
}
.form {
  border-radius: 12px;
  background: #f7f7f7;
  padding: 40px 30px;
  margin: 0 auto 30px;
}
.form > .item {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form > .item:last-child {
  padding-bottom: 0;
}
.form .item > div:first-child {
  width: 100%;
  font-size: 1.125rem;
  font-weight: bold;
  color: #4f4f4f;
  padding: 6px 0;
}
.form .item > div:last-child {
  width: 100%;
  padding: 6px 0;
}
.itemhalf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  padding-bottom: 50px;
}
.itemhalf:last-child {
  padding-bottom: 0;
}
.itemhalf .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-right: 30px;
}
.itemhalf .item:last-child {
  margin-right: 0;
}
.datefull {
  display: flex;
}
.datefull .date_select {
  width: 48%;
}
.datefull span {
  padding: 10px;
}
.icon_date {
  background: url("../images/calendar.png") center right 20px no-repeat, #fff;
  background-size: 24px auto;
  box-sizing: border-box;
}
.icon_next {
  background: url("../images/next.png") center right 20px no-repeat, #1e81ce;
  background-size: 20px auto;
  box-sizing: border-box;
}
.icon_save {
  background: url("../images/save.png") center right 20px no-repeat, #1e81ce;
  background-size: 20px auto;
  box-sizing: border-box;
}
.icon_send {
  background: url("../images/send.png") center right 20px no-repeat, #5cb85c;
  background-size: 23px auto;
  box-sizing: border-box;
}
.icon_clean {
  background: url("../images/clear.png") center right 12px no-repeat, #8b8b8b;
  background-size: 15px auto;
  box-sizing: border-box;
}
.icon_search {
  background: url("../images/search.png") center right 12px no-repeat, #1e81ce;
  background-size: 15px auto;
  box-sizing: border-box;
}
.icon_ADD {
  background: url("../images/add.png") center right 12px no-repeat, #5cb85c;
  background-size: 15px auto;
  box-sizing: border-box;
}
.icon_submit {
  background: url("../images/send.png") center right 20px no-repeat, #1e81ce;
  background-size: 23px auto;
  box-sizing: border-box;
}
.icon_cancel {
  background: url("../images/cancel.png") center right 20px no-repeat, #8b8b8b;
  background-size: 20px auto;
  box-sizing: border-box;
}
.itemhalf .date {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.itemhalf .date:last-child {
  width: calc(50% - 10px);
}
.date span {
  padding: 0 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.0625rem;
}
.date:last-child span {
  padding-right: 0;
}
.form input:focus {
  outline: 0;
  box-shadow: 0 0 3px rgb(92 179 253 / 100%);
}
.form input[type='radio']:focus {
  border-radius: 50%;
}
.form h1 {
  font-size: 1.625rem;
  color: #00acdf;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.form h2 {
  font-size: 1.375rem;
  color: #3f51b5;
  font-weight: bold;
  text-align: center;
}
.text_Check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
}
.q_item {
  display: inline-flex;
  align-items: flex-start;
  padding: 20px 0;
}
.q_item img {
  max-width: 100%;
  padding: 20px 0 0 5px;
}
.text_Check .q_item {
  padding: 10px 0;
}
.text_Check.check .q_item {
  margin-bottom: 30px;
}
.q_item input {
  position: absolute;
}

.q_item label {
  width: 100%;
  margin-left: 35px;
}
.q_item span {
  display: block;
  font-size: 1.125rem;
  margin-left: 10px;
}
.item .q_item textarea {
  width: 100%;
  margin-top: 10px;
}
.q_item input[type='checkbox'],
.q_item input[type='radio'] {
  margin-top: 5px;
}

/*!

================= ※ IE版本過低頁面 ※ =================
*/
.suggest {
  display: table-row;
  display: -moz-deck;
  font-family: "Ubuntu", "微軟正黑體", Arial, sans-serif;
  text-align: center;
  height: 100vh;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.suggest_Main {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.suggest p {
  font-size: 1rem;
  line-height: 150%;
  margin: -20px 0;
}
.suggest p a {
  color: #000;
  text-decoration: underline;
}
.suggest .logoBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.suggest a.logoDL {
  display: block;
  margin: 10px 15px;
  height: 50px;
}
.suggest a.logoDL img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

@media (max-width: 1500px) {
  .enterHeader {
    width: calc(100% - 20px);
    max-width: 1000px;
  }
  .enterHeader .logo {
    max-width: 600px;
  }
  .wrapper.enterPage .main {
    height: calc(100% - 60px);
    padding-top: 60px;
  }
}

@media (max-width: 1300px) {
  .enterBtnBlock .btn {
    width: calc(100% / 2 - 50px);
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .enterBtnBlock img {
    max-width: 160px;
  }
}

@media (max-width: 1200px) {
  .pagebanner span {
    font-size: 1.5rem;
    padding: 36px 50px;
  }
  .member_select .region {
    text-align: center;
    font-size: 1.25rem;
  }
  .member_select.user {
    flex-direction: column;
  }
  .member_select p,
  .member_select span {
    width: 100%;
  }
  .form_area h1.head {
    font-size: 1.625rem;
  }
  .gotop {
    right: 20px;
  }
  .footer_main {
    flex-direction: column;
    padding: 20px;
  }
  .footer_about {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
}

@media (max-width: 1100px) {

  .loginarea {
    padding: 45px 60px;
  }
  .wrapper.enterPage .main {
    height: calc(100% - 30px);
    padding-top: 30px;
  }
  .wrapper.enterPage .container {
    padding: 40px 0 30px;
  }
  .btn_submit.inthirdbtn a {
    width: calc(100% / 4);
  }
}

@media (max-width: 1024px) {
  .form {
    padding: 70px 30px;
  }
}

@media (max-width: 990px) {
  .member_select {
    margin: 20px 0;
  }
  .sidebar_menu {
    padding: 0;
  }
  .inside_main {
    padding: 0 0 30px 0;
  }
  .inside_main.full {
    width: calc(100%);
    margin-top: 0;
    padding: 0 0 36px 0;
  }
  .form_block {
    padding: 20px;
  }
  .page_UploadBox input:not([type='radio']):not([type='checkbox']) {
    width: 60%;
  }
  .loginarea {
    padding: 30px;
  }
}

@media (max-width: 900px) {

  .enterBtnBlock .btn {
    width: calc(100% / 1 - 50px);
  }
  .enterBtnBlock img {
    max-width: 130px;
    margin: 10px;
  }
  .enterBtnBlock h1 {
    padding: 8px;
    font-size: 1.375rem;
  }
  .enterBtnBlock .btn p {
    font-size: 1.625rem;
    color: #fcbe43;
  }
  .enterBtnBlock .btn span {
    font-size: 1.25rem;
  }
  .itemhalf:not(.time) {
    flex-direction: column;
  }
  .itemhalf .item {
    padding-bottom: 50px;
    margin: 0;
  }
  .itemhalf .item:last-child {
    padding-bottom: 0;
  }
  .datefull {
    flex-direction: column;
  }
  .datefull .date_select {
    width: 100%;
  }
  .datefull span {
    padding: 10px;
  }
  .btn_submit.inthirdbtn a {
    width: calc(100% / 3);
  }
}


@media (max-width: 800px) {

  .header {
    height: 64px;
    padding: 0 0 0 15px;
  }
  header.Height .header {
    height: 64px;
  }
  .logo,
  header.Height .logo {
    max-width: 420px;
  }
  .main.mainTop {
    padding-top: 64px;
  }
  .main {
    padding-top: 64px;
  }
  .sidebar {
    width: 100%;
    float: initial;
  }
  .inside {
    margin-top: 20px;
  }
  .loginarea {
    padding: 20px;
  }
  .sidebar_menu {
    padding: 5px 0;
  }
  .sidebar_menu > li {
    margin-bottom: 5px;
  }
  .sidebar_menu > li > a {
    padding: 10px 30px 10px 15px;
  }
  .sidebar_title h1,
  .sidebar_menu {
    display: none;
  }
  .sidebar_tab {
    display: block;
    font-size: 1rem;
  }
  .inside_main {
    width: 100%;
    float: initial;
    margin-top: 20px;
  }
  .gotop {
    bottom: 75px;
  }
}

@media (max-width: 769px) {

  .pagebanner {
    padding: 50px 0;
  }
  .pagebanner span {
    font-size: 1.125rem;
    padding: 20px;
  }
  .wrapper.enterPage .container {
    padding: 40px 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 12px 30px;
  }
  .form_area h1.head {
    font-size: 1.375rem;
    padding: 12px;
  }
  .form_block h2 {
    margin: 0 auto 20px;
  }
  .page_UploadBox {
    flex-direction: column;
  }
  .page_UploadBox input:not([type='radio']):not([type='checkbox']) {
    width: 100%;
  }
  .page_UploadImgBtn {
    margin-left: 0;
    margin-top: 10px;
  }
  .icon_del {
    top: 20px;
  }
  textarea {
    min-height: 150px;
  }
  .header h1 {
    font-size: 1.5rem;
  }
  .form {
    padding: 40px 30px;
  }
  .form h1 {
    font-size: 1.375rem;
    margin-bottom: 26px;
  }
  .form h2 {
    font-size: 1.25rem;
  }
  .form > .item,
  .itemhalf,
  .itemhalf .item {
    padding-bottom: 30px;
  }
  .item .q_item textarea {
    width: calc(100% - 10px);
  }
}

@media (max-width: 600px) {
  .btnBox {
    flex-wrap: wrap;
  }
  .member_select .btnall {
    margin: 10px 5px 0;
  }
  .th:last-child, .th:nth-last-child(2) {
    min-width: 90px;
  }
  .tablearea {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .td {
    padding: 6px;
  }
  .confirmicon i,
  .altericon i,
  .delicon i,
  .appicon i,
  .nomicon i,
  .appicon i:hover,
  .nomicon i:hover {
    background-size: 30px;
  }
  .confirmicon i, .altericon i, .delicon i, .appicon i, .nomicon i {
    display: block;
    width: 30px;
    height: 30px;
  }
  .loginarea {
    font-size: 1.0625rem;
    padding: 10px;
  }
  .codeBtn {
    padding: 30px 0;
  }
  .codeBox .code_Turn {
    width: 32px;
    background-size: 20px;
  }
  .form {
    padding: 30px 20px;
  }
  .btn_submit a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 500px) {

  .wrapper.enterPage .main {
    height: calc(100% - 10px);
    padding-top: 10px;
  }
  .enterHeader {
    height: 80px;
  }
  .enterBtnBlock .btn_area {
    display: flex;
    align-items: center;
  }
  .enterBtnBlock .btn {
    width: calc(100% / 1 - 20px);
    margin: 0 auto 14px;
  }
  .enterBtnBlock img {
    align-self: center;
  }
  .enterBtnBlock .btn_text {
    text-align: left;
  }
  .enterBtnBlock img {
    max-width: 80px;
    margin: 0 10px 0 0;
  }
  .enterBtnBlock .btn p {
    font-size: 1.25rem;
  }
  .enterBtnBlock .btn span {
    font-size: 1.125rem;
  }
  textarea,
  input:not([type='radio']):not([type='checkbox']) {
    height: 40px;
  }
  select,
  input:not([type='radio']):not([type='checkbox']) {
    padding: 10px;
  }
  .main.mainTop {
    padding-top: 54px;
  }
  .main {
    padding-top: 54px;
  }
  textarea {
    min-height: 200px;
  }
  .header,
  header.Height .header {
    height: 54px;
  }
  .logo,
  header.Height .logo {
    max-width: 330px;
  }
  .wrapper.enterPage .container {
    padding: 30px 0;
  }
  .member_select {
    padding: 15px;
    margin: 10px 0;
  }
  .member_select p,
  .member_select span {
    margin-bottom: 10px;
  }
  .member_select .btnall {
    width: 100%;
  }
  .pagebanner {
    padding: 30px 0;
  }
  .pagebanner span {
    font-size: 1rem;
    padding: 0;
  }
  .member_select .region {
    font-size: 1rem;
  }
  .login_list {
    padding: 10px;
  }
  .form_area h1.head {
    font-size: 1.125rem;
    padding: 10px;
  }
  .form_block {
    padding: 12px;
  }
  .form > .item,
  .itemhalf {
    padding-bottom: 20px;
  }
  .form .item > div:first-child {
    font-size: 1.0625rem;
    letter-spacing: 0.01rem;
  }
  .form {
    padding: 20px 15px;
    margin: 0 auto 20px;
  }
  .form h1 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .form h2 {
    font-size: 1.125rem;
  }
  .itemhalf {
    flex-direction: column;
  }
  .itemhalf .date:first-child {
    margin-bottom: 10px;
  }
  .itemhalf .date,
  .itemhalf .date:last-child {
    width: 100%;
  }
  .date span,
  .date:last-child span {
    padding: 0 0 0 10px;
  }
  .icon_del {
    top: 12px;
    right: 25px;
  }
  .icon_del a {
    width: 34px;
    height: 34px;
    padding: 5px;
  }
  .q_item img {
    max-width: 90%;
  }
  .q_item span {
    font-size: 1.0625rem;
  }
  .page_UploadImgBtn {
    line-height: 40px;
  }
  .btn_submit {
    flex-direction: column;
  }
  .btn_submit a {
    margin: 6px auto;
    font-size: 1.0625rem;
  }
  .btn_submit.inthirdbtn {
    flex-direction: initial;
  }
  .conceal {
    position: absolute;
    top: 46px;
    right: 25px;
  }
  .btn_submit.inthirdbtn a {
    margin: 0 4px 10px;
    padding: 4px;
  }
  .icon_clean {
    background:#8b8b8b;
  }
  .icon_search {
    background:#1e81ce;
  }
  .icon_ADD {
    background:#5cb85c;
  }
  .btn_submit a.icon_clean:hover {
    background:#7c7c7c;
  }
  .btn_submit a.icon_search:hover {
    background:#116d97;
  }
  .btn_submit a.icon_ADD:hover {
    background:#469846;
  }
  .pagination a, .pagination span {
    padding: 8px 7px;
  }
}

@media (max-width: 375px) {
  .wrapper.enterPage .container {
    padding: 20px 0;
  }
  .enterBtnBlock h1 {
    padding: 4px;
    font-size: 1.25rem;
  }
  .enterBtnBlock img {
    max-width: 50px;
  }
  .enterBtnBlock .btn p {
    font-size: 1.125rem;
  }
  .enterBtnBlock .btn span {
    font-size: 1rem;
  }
  .header {
    padding: 0 0 0 10px;
  }
  .loginarea {
    font-size: 1rem;
  }
  .codeBox span,
  .login_list span {
    font-size: 0.875rem;
  }
  .footer_about img {
    max-width: 100px;
    margin-right: 20px;
  }
  .form {
    padding: 20px;
  }
  .form > .item {
    padding-bottom: 20px;
  }


}

@media (max-width: 350px) {
  .logo,
  header.Height .logo {
    max-width: 270px;
  }
  .footer_about {
    flex-direction: column;
  }
  .footer_about img {
    margin: 0 0 10px;
  }
  .form {
    padding: 15px 10px;
  }
  .icon_del {
    top: 10px;
    right: 15px;
  }
}