@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  overflow-x: hidden;
}

p {
  font-family: Microsoft JhengHei;
}

input {
  font-family: Microsoft JhengHei;
}

.loder {
  width: 100vw;
  height: 100vh;
  background-size: 250px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .loder {
    background-size: 150px;
  }
}
.loder span {
  display: none;
}

::-webkit-scrollbar {
  width: 0px;
}

@keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltip {
  position: absolute;
  background: #eeeeee;
  color: black;
  min-width: 150px;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  z-index: 90;
  display: none;
}
.tooltip a {
  color: #343434;
  border-bottom: 1px solid #000;
}
.tooltip a:hover {
  color: #000;
  transition: 0.3s;
  border-bottom: 1px solid #343434;
}
.tooltip.show {
  display: block;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #eeeeee;
  top: -8px;
  transform: rotate(45deg);
  left: 7px;
}

.content02 .con02_center {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .content02 .con02_center {
    width: 1080px;
  }
}
@media screen and (max-width: 1349px) and (min-width: 960px) {
  .content02 .con02_center {
    width: 950px;
  }
}
@media screen and (max-width: 959px) and (min-width: 451px) {
  .content02 .con02_center {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .content02 .con02_center {
    width: calc(100%  - 30px);
  }
}

.bread_area {
  margin-top: 80px;
}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
  .bread_area {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .bread_area {
    margin-top: 60px;
  }
}

.color_b {
  color: #005BAC;
}

.color_vip {
  color: #00B688;
}

a {
  text-decoration: none;
}

.content02 {
  width: 100%;
  background: #fff;
}
.content02 .con02_center {
  margin: 0 auto;
  padding: 50px 80px;
  box-sizing: border-box;
}
.content02 .con02_center .botton_area {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
}
.content02 .con02_center .botton_area .botton_box {
  width: calc((100% / 2) - 2px);
  border: 1px solid #ccc;
  float: left;
  background: #fff;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 8;
}
.content02 .con02_center .botton_area .botton_box p {
  color: #666;
  letter-spacing: 4px;
  font-size: 16px;
  transition: 0.5s;
}
.content02 .con02_center .botton_area .botton_box.click {
  background: #32b490;
  border: 1px solid #32b490;
  transition: 0.5s;
}
.content02 .con02_center .botton_area .botton_box.click p {
  color: #fff;
  transition: 0.5s;
}
.content02 .con02_center .botton_line {
  width: 100%;
  height: 1px;
  background: #32b490;
  margin: -1px 0 0 0;
  position: relative;
  z-index: 9;
}
.content02 .con02_center .con02_article {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 60px 0;
  display: none;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #f9f9f9;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article {
    margin: 20px 0 0 0;
    padding: 30px 0;
  }
}
.content02 .con02_center .con02_article.click {
  display: block;
}
.content02 .con02_center .con02_article .login_center {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 500px;
}
.content02 .con02_center .con02_article .login_center .input_box {
  width: 100%;
  margin: 0 auto 25px auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box {
    margin: 0 auto 10px auto;
  }
}
.content02 .con02_center .con02_article .login_center .input_box .input_left {
  width: 110px;
  padding: 7px 0;
  text-align: left;
  color: #666;
  letter-spacing: 0.5px;
  float: left;
  font-size: 14px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box .input_left {
    width: 100%;
  }
}
.content02 .con02_center .con02_article .login_center .input_box .input_left.last {
  width: 200px;
}
.content02 .con02_center .con02_article .login_center .input_box .input_left p {
  margin: 5px 0;
  float: left;
}
.content02 .con02_center .con02_article .login_center .input_box .input_left p span {
  color: #fe7272;
}
.content02 .con02_center .con02_article .login_center .input_box .input_left .arrow {
  width: 42px;
  height: 42px;
  float: left;
  margin: -5px 0 0 20px;
  animation: arrow_opa 1s linear infinite;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right {
  width: calc(100% - 110px);
  float: right;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box .input_right {
    width: 100%;
  }
}
.content02 .con02_center .con02_article .login_center .input_box .input_right.last {
  width: calc(100% - 200px);
}
.content02 .con02_center .con02_article .login_center .input_box .input_right.select {
  background: none;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right p {
  float: left;
  font-size: 15px;
  letter-spacing: 2px;
  color: #666;
  margin: 5px 0 5px 10px;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right p.none_over {
  width: 100%;
  background: #f9f9f9;
  font-size: 12px;
  color: #fc798f;
  padding: 5px 0 0 10px;
  margin: 0;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right p.remind {
  width: 100%;
  background: #f9f9f9;
  font-size: 12px;
  color: #bfbfbf;
  padding: 5px 0 0 10px;
  margin: 0;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right label {
  width: 100px;
  float: left;
  cursor: pointer;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right input {
  border: 1px solid #e3e3e3;
  background: none;
  padding: 12px;
  color: #333;
  font-size: 14px;
  color: #666;
  font-family: Microsoft JhengHei;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right input.text_only {
  width: calc(100% - 26px);
  -webkit-appearance: none;
  -moz-appearance: none;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right input.radio {
  float: left;
  margin: 8px 0;
  width: 14px;
  height: 14px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox {
  width: calc((100% - 40px) / 3);
  float: left;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox {
    width: calc((100% - 20px) / 3);
  }
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox select {
  width: 100%;
  font-size: 15px;
  letter-spacing: 2px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  padding: 10px;
  color: #666;
  font-family: Microsoft JhengHei;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox select {
    letter-spacing: 0.5px;
    font-size: 13px;
  }
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox.left {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox.left {
    margin: 0 5px 0 0;
  }
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox.center {
  margin: 0 10px 0 10px;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox.center {
    margin: 0 5px 0 0;
  }
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox.right {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox.right {
    margin: 0 5px 0 0;
  }
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox .selectarrow {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 11px;
  right: 8px;
  z-index: 1;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .selectbox .selectarrow img {
  width: 100%;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right textarea {
  width: calc(100% - 10px);
  font-size: 15px;
  letter-spacing: 2px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 5px;
  color: #666;
  font-family: Microsoft JhengHei;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .g-recaptcha > div {
  float: right;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.content02 .con02_center .con02_article .login_center .input_box .input_right .icon img {
  width: 100%;
}
.content02 .con02_center .con02_article .login_center .input_box.last {
  margin: 50px auto 0 auto;
}
.content02 .con02_center .con02_article .login_center .input_box.link {
  max-width: 150px;
  margin: 0 auto;
}
.content02 .con02_center .con02_article .login_center .input_box.title {
  width: 100%;
  border-bottom: 2px solid #aeaeae;
  text-align: center;
  color: #555555;
}
.content02 .con02_center .con02_article .login_center .input_box.button {
  margin: 0 auto;
}
.content02 .con02_center .con02_article .login_center .input_box .input_botton {
  width: calc(50% - 7.5px);
  color: #fff;
  font-size: 13px;
}
.content02 .con02_center .con02_article .login_center .input_box .input_botton input {
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  padding: 15px 0;
}
.content02 .con02_center .con02_article .login_center .input_box .input_botton.left {
  margin: 0 7.5px 0 0;
  float: left;
  background: #787878;
}
.content02 .con02_center .con02_article .login_center .input_box .input_botton.right {
  margin: 0 0 0 7.5px;
  float: right;
  background: #343434;
}
.content02 .con02_center .con02_article .login_center .input_box input.btn {
  width: 100%;
  max-width: 283px;
  margin: 30px auto 0 auto;
  text-align: center;
  letter-spacing: 5px;
  display: block;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box input.btn {
    margin: 15px auto 0 auto;
  }
}
.content02 .con02_center .con02_article .login_center .input_box button {
  font-size: 14px;
  border: none;
  background: none;
  width: 100%;
  text-align: center;
}
.content02 .con02_center .con02_article .login_center .input_box.checkbox_box {
  width: 100%;
  max-width: 280px;
  margin: 30px auto 0 auto;
  text-align: center;
  letter-spacing: 5px;
}
.content02 .con02_center .con02_article .login_center .input_box.checkbox_box input {
  width: 15px;
  height: 15px;
  float: left;
  border: none;
  background: #e5e5e5;
  -webkit-appearance: checkbox;
  margin: 2px 0 0 0;
}
.content02 .con02_center .con02_article .login_center .input_box.checkbox_box p {
  width: calc(100% - 20px);
  float: right;
  color: #333;
  letter-spacing: 0.5px;
  margin: 0;
}
.content02 .con02_center .con02_article .login_center .input_box.checkbox_box p a {
  display: initial;
  text-decoration: underline;
  color: #3e74b9;
}
.content02 .con02_center .con02_article .login_center .input_box a {
  display: block;
  width: calc(100% / 2);
}
.content02 .con02_center .con02_article .login_center .input_box a.link {
  color: #3e74b9;
  font-size: 14px;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .login_center .input_box a.link.forget {
  float: left;
  text-align: left;
}
.content02 .con02_center .con02_article .login_center .input_box a.link.reset {
  float: right;
  text-align: right;
}
.content02 .con02_center .con02_article .login_center .input_box a.link:hover {
  color: #333;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .login_center .input_box p.link {
  color: #a4a4a4;
  font-size: 14px;
  text-align: center;
}
.content02 .con02_center .con02_article .login_center .input_box p.link span {
  color: #32b490;
  margin: 0 0 0 5px;
  border-bottom: 1px solid #32b490;
}
.content02 .con02_center .con02_article .login_center .input_box p.link a.linka {
  color: #32b490;
  margin: 0 0 0 5px;
  border-bottom: 1px solid #32b490;
  width: fit-content;
  display: -webkit-inline-box;
}
.content02 .con02_center .con02_article .login_center .input_box .centerline {
  position: absolute;
  width: 1px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 0.5px);
  background: #3e74b9;
}
.content02 .con02_center .con02_article .login_center .input_box .iconcenter {
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.content02 .con02_center .con02_article .login_center .input_box .iconcenter .lefticon {
  width: 60px;
  height: 60px;
  float: left;
}
.content02 .con02_center .con02_article .login_center .input_box .iconcenter .lefticon img {
  width: 100%;
}
.content02 .con02_center .con02_article .login_center .input_box .iconcenter .rightword {
  width: calc(100% - 80px);
  float: right;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1px;
}
.content02 .con02_center .con02_article .login_center .input_box .iconcenter .rightword h5 {
  margin: 10px 0;
}
.content02 .con02_center .con02_article .login_center .input_box.iconcenter {
  background: #fdfdfd;
  padding: 25px 15px;
  margin-top: -25px;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .login_center .input_box.iconcenter {
    margin-top: -10px;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .content02 .con02_center {
    width: 880px;
  }
  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 12px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 14px;
  }
  .content02 .content_line {
    width: 880px;
  }
}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
  .content02 .con02_center {
    width: 880px;
  }
  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 12px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 14px;
  }
  .content02 .content_line {
    width: 880px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 960px) {
  .content02 .con02_center {
    width: 880px;
  }
  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 12px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 14px;
  }
  .content02 .content_line {
    width: 880px;
  }
}
@media screen and (max-width: 959px) and (min-width: 700px) {
  .content02 .con02_center {
    width: 680px;
  }
  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 12px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 14px;
  }
  .content02 .content_line {
    width: 680px;
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}
@media screen and (max-width: 700px) and (min-width: 451px) {
  .content02 .con02_center {
    width: calc(100% - 30px);
  }
  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .owl-carousel {
    display: block;
  }
  .content02 .content_line {
    width: calc(100% - 30px);
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}
@media screen and (max-width: 450px) {
  .scrolltop_botton {
    bottom: 175px;
  }

  #easychat-floating-button {
    transform: translateY(-85px);
  }

  .content02 .con02_center {
    width: calc(100% - 30px);
    padding: 20px 0;
  }
  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .content_line {
    width: calc(100% - 30px);
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}
@keyframes rotatebox {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatebox {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.degree {
  padding: 22px 20px;
  border: 1px solid #e3e3e3;
}
.degree_info {
  display: flex;
  align-items: center;
  gap: 17px;
}
.degree_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.degree_box {
  display: flex;
  align-items: center;
}
.degree_box_img {
  width: 10px;
  transform: rotate(-90deg);
}
.degree_btn {
  font-size: 15px !important;
  color: rgba(14, 5, 10, 0.8);
  text-decoration: underline;
}
.degree_title {
  color: rgba(14, 5, 10, 0.8);
}
.degree_txt {
  font-size: 14px;
  color: rgba(14, 5, 10, 0.58);
}
.degree_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e3e3e3;
}
.degree_bottom_txt {
  font-size: 15px;
  color: rgba(14, 5, 10, 0.8);
}

.popup {
  width: calc(100% - 30px);
  max-width: 500px;
  position: fixed;
  border: 2px solid #32b490;
  background-color: #fff;
  z-index: 2147483641;
  padding: 50px;
  top: 10vh;
  left: calc(50% - 210px - 50px);
  display: none;
}
@media screen and (max-width: 700px) {
  .popup {
    width: calc(100% - 34px - 60px);
    top: 10vh;
    max-width: inherit;
    left: 15px;
    padding: 30px;
  }
}
.popup::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 22.5%, #ffffff 100%);
}
.popup.click {
  display: block;
}
.popup .btn_close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: -55px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .popup .btn_close {
    width: 30px;
    height: 30px;
    top: -45px;
  }
}
.popup .btn_close svg {
  width: 100%;
  height: 100%;
}
.popup_info {
  max-height: 50vh;
  overflow-y: auto;
}
.popup_info::-webkit-scrollbar {
  width: 5px;
}
.popup_info::-webkit-scrollbar-thumb {
  background-color: #787878;
  border-radius: 10px;
}
.popup .p_center {
  width: calc(100% + 0px);
  height: 100%;
  position: relative;
  overflow-y: scroll;
  max-height: calc(50vh - 40px);
}
@media screen and (max-width: 700px) {
  .popup .p_center {
    max-height: calc(70vh - 40px);
  }
}
.popup .p_center p.n_p_word {
  text-align: center;
  color: #333;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.popup .p_center p.n_p_word.title {
  margin: 20px 0 0px 0;
}
.popup .p_center p.n_p_word.article {
  font-size: 17px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.5px;
  margin: 40px 0 20px 0;
}
.popup .p_center .popup_input {
  border: 1px solid #dedede;
  width: calc(100% - 42px);
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  padding: 12px 20px;
}
.popup .p_center .popup_use {
  background-color: #333;
  width: 120px;
  color: #fff;
  border: none;
  padding: 12px 0;
  margin: 40px 0 0 0;
  margin-left: calc(100% - 120px);
  letter-spacing: 6px;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .popup .p_center .popup_use {
    opacity: 1;
  }
}
.popup .p_center .popup_use:hover {
  opacity: 1;
  transition: 0.4s;
}
.popup .p_center .popup_line {
  width: 100%;
  border-bottom: 1px solid #666;
  margin: 25px 0;
  width: 100%;
}
.popup .gray_txt {
  margin: 0;
  font-size: 14px;
  color: rgba(80, 80, 80, 0.8);
}
.popup .gray_txt:not(:last-of-type) {
  margin-bottom: 16px;
}
.popup .input_sec {
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.popup .input_title {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-left: calc(100% - 359px);
  margin-right: 21px;
}
.popup .input_title_txt {
  width: 160px;
  flex-shrink: 0;
  text-align: center;
  font-weight: bold;
  margin: 0 0 16px;
}
.popup .input_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.popup.confirm_shopping_gold .input_box:not(:last-of-type) {
  margin-bottom: 18px;
}
@media screen and (max-width: 550px) {
  .popup .input_box {
    gap: 10px;
  }
}
.popup .input_box.items-center {
  align-items: flex-start;
}
@media screen and (max-width: 550px) {
  .popup .input_box.items-center {
    flex-direction: column;
  }
}
.popup .input_box_btn {
  text-align: right;
  margin-top: 10px;
}
.popup .input_left {
  width: 70px;
  white-space: nowrap;
  flex-shrink: 0;
}
.popup .input_left p {
  font-size: 15px;
  color: rgba(30, 30, 30, 0.8);
  margin: 0;
}
.popup .input_left span {
  color: rgba(255, 63, 63, 0.8);
}
@media screen and (max-width: 550px) {
  .popup .input_right {
    width: 100%;
  }
}
.popup .input_info {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .popup .input_info {
    gap: 10px;
  }
}
.popup .format_select {
  width: 160px;
}
@media screen and (max-width: 550px) {
  .popup .format_select {
    width: 100%;
  }
}
.popup .btnbox {
  width: 454px;
  overflow: hidden;
  margin: 20px auto 30px auto;
}
@media screen and (max-width: 550px) {
  .popup .btnbox {
    width: 100%;
  }
}
.popup .btnbox .cancel_btn,
.popup .btnbox .verify_btn {
  width: calc(100% / 2 - 6px);
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  color: #fff;
  display: block;
  padding: 8px 0;
  font-size: 15px;
}
.popup .btnbox .cancel_btn:hover,
.popup .btnbox .verify_btn:hover {
  transition: 0.4s;
  background-color: #3e7db9;
}
.popup .btnbox .cancel_btn {
  float: left;
  background-color: #787878;
}
.popup .btnbox .verify_btn {
  float: right;
  background-color: #343434;
}
.popup .agree {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 21px;
}
.popup .agree_input {
  opacity: 0;
}
.popup .agree_txt {
  margin: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
}
.popup .agree_link {
  font-size: 15px;
  color: #3e74b9;
  text-decoration: underline;
}
.popup .checkbox_svg {
  width: 16px;
  height: 16px;
  opacity: 1;
  flex-shrink: 0;
}
.popup .checkbox_svg path {
  fill: #ebebeb;
  transition: 0.3s;
}
.popup .checkbox_svg polyline {
  fill: none;
  stroke: #ebebeb;
  stroke-width: 8;
  stroke-miterlimit: 10;
  transition: 0.3s;
}
.popup .checkbox_svg.click path {
  fill: #797979;
}
.popup .checkbox_svg.click polyline {
  stroke: #ffc524;
}

.format_select {
  background-color: white;
  border: thin solid #c9c9c9;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #80838b;
  font-size: 14px;
  font-weight: normal;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #808080 50%), linear-gradient(135deg, #808080 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), calc(100% - 2.5em) 0em;
  background-size: 5px 5px, 5px 5px, 1px 38px;
  background-repeat: no-repeat;
}
.format_select:focus {
  background-image: linear-gradient(45deg, #3e74b9 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #3e74b9 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 13px) 1em, calc(100% - 18px) 1em, calc(100% - 2.5em) 0em;
  background-size: 5px 5px, 5px 5px, 1px 38px;
  background-repeat: no-repeat;
  border-color: #3e74b9;
  outline: 0;
}
.format_select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.canvas {
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.canvas-clear {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  color: rgba(14, 5, 10, 0.8);
  padding: 0;
}



/*# sourceMappingURL=maps/member.css.map */
