@charset "UTF-8";
* {
  box-sizing: border-box; }

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

html, body {
  height: auto; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0;
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

a {
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none; }

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none; }

:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

.unreset img {
  max-width: 100%;
  height: auto !important; }

* {
  box-sizing: border-box; }

html, body {
  position: relative;
  height: 100%;
  font-family: sans-serif,Arial,'微軟正黑體', Helvetica, 'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體;
  font-size: 16px; }

button {
  outline: none;
  font-size: 16px;
  box-shadow: none; }

input, textarea, select {
  outline: none;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  border: none;
  font-family: sans-serif,Arial,'微軟正黑體',Helvetica, 'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體; }

@font-face {
  font-family: 'Handel Gothic D';
  src: url("../css/fonts/Handel Gothic D.woff") format("woff"), url("../css/fonts/Handel Gothic D.TTF") format("truetype"), url("../css/fonts/Handel Gothic D.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'Tahoma';
  src: url("../css/fonts/Tahoma.woff") format("woff"), url("../css/fonts/Tahoma.TTF") format("truetype"), url("../css/fonts/Tahoma.eot") format("embedded-opentype"); }

@media screen and (max-width: 600px) {
  html, body {
    font-size: 15px; } }

nav {
  background: -webkit-linear-gradient(left, #8E6EEC 0px, #5E7CFD 100%);
  padding: 25px 0; }

.l-nav a {
  display: inline-block; }

.l-nav img {
  height: 30px; }

@media screen and (max-width: 600px) {
  .l-nav img {
    height: 20px; } }

footer {
  background: -webkit-linear-gradient(left, #8E6EEC 0px, #5E7CFD 100%);
  padding: 20px 0 0;
  position: relative; }
  footer > p {
    color: #fff;
    padding: 10px 0;
    border-top: 1px solid #ffffff36; }

.l-footer_wrap {
  display: flex;
  align-items: flex-end;
  color: #fff;
  justify-content: space-between; }
  .l-footer_wrap.l-footer_wrap {
    padding-bottom: 20px; }
  .l-footer_wrap a {
    color: #fff;
    text-decoration: underline; }
  .l-footer_wrap h3 {
    font-weight: bold;
    margin-bottom: 10px; }
  .l-footer_wrap p {
    font-size: .9rem; }

@media screen and (max-width: 780px) {
  .l-footer_wrap {
    flex-direction: column;
    align-items: flex-start; } }

.col-wrap {
  width: 100%;
  position: relative; }

.col-container {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 0 20px; }

.col-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.col-12 {
  width: 100%;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.col-6 {
  width: 50%;
  position: relative;
  width: calc(( 100% - 20px * 2 ) /2);
  margin-left: 10px;
  margin-right: 10px; }

.col-4 {
  position: relative;
  width: calc(( 100% - 20px * 3 ) /3);
  margin-left: 10px;
  margin-right: 10px; }

.col-3 {
  width: 25%;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.col-float_l {
  float: left; }

.col-float_r {
  float: right; }

@media screen and (max-width: 780px) {
  .col-4 {
    width: calc(( 100% - 20px * 2 ) /2); } }

@media screen and (max-width: 600px) {
  .col-row {
    flex-direction: column;
    margin: 0; }
  .col-3, .col-4, .col-6 {
    width: 100%;
    padding: 0; }
  .col-4 {
    margin: 0 0 20px; } }

.c-btn {
  width: 270px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: #ED346F;
  font-weight: bold;
  border-radius: 100px; }
  .c-btn:hover {
    background: transparent;
    color: #ED346F;
    border: 1px solid #ED346F; }

.c-btn-box {
  display: flex;
  justify-content: center; }

.c-btn-submit {
  height: auto;
  line-height: 2.8;
  font-size: 1.1rem;
  border: 1px solid #ED346F; }

.c-wrap-w {
  width: 100%; }

.c-wrap-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }

.c-wrap-bg {
  position: relative;
  overflow: hidden; }
  .c-wrap-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: url(../img/bg.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -1; }

.c-title {
  color: #5E7CFD;
  text-align: center;
  margin-bottom: 30px; }
  .c-title h2 {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    display: inline-block; }

.c-login_wrap_wrap {
  min-height: calc( 100vh - 85px - 125px); }
  .c-login_wrap_wrap.c-wrap-bg:before {
    top: 30%; }

.c-wrap-privacy {
  min-height: calc( 100vh - 80px - 125px); }

.c-login_wrap {
  max-width: 720px;
  margin: 100px auto;
  background: #fff;
  padding: 50px 20px;
  border-radius: 10px; }

.c-login {
  max-width: 450px;
  margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .c-login_wrap_wrap {
    min-height: calc( 100vh - 80px - 155px - 5px); } }

@media screen and (max-width: 780px) {
  .c-login_wrap {
    margin: 80px auto; } }

@media screen and (max-width: 600px) {
  .c-login_wrap {
    margin: 50px auto;
    padding: 30px 20px; } }

.c-input input {
  border: 1px solid #5E7CFD;
  width: 100%;
  padding: 15px 10px;
  background: none; }
  .c-input input:focus {
    border-bottom: 3px solid #5E7CFD; }

.c-input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc; }

.c-input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc; }

.c-input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc; }

.c-input :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc; }

.c-input .c-error {
  border: 1px solid #B8202D; }
  .c-input .c-error::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #B8202D; }
  .c-input .c-error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B8202D; }
  .c-input .c-error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B8202D; }
  .c-input .c-error:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #B8202D; }

.c-input-3box {
  display: flex;
  align-items: center; }
  .c-input-3box input {
    width: auto; }
  .c-input-3box .h-box20 {
    width: 20%; }
  .c-input-3box .h-box30 {
    width: 30%; }
  .c-input-3box .h-box40 {
    width: 40%; }
  .c-input-3box .h-box50 {
    width: 50%; }
  .c-input-3box .h-box60 {
    width: 60%; }
  .c-input-3box .h-box80 {
    width: 80%; }
  .c-input-3box .h-box100 {
    width: 100%; }

.c-flex-wrap {
  flex-wrap: wrap; }
  .c-flex-wrap .h-box60.h-ml10 {
    width: calc( 100% - 40% - 10px); }
  .c-flex-wrap .h-box60.h-mr10 {
    width: calc( 100% - 40% - 10px); }
  .c-flex-wrap .h-box80.h-ml10 {
    width: calc( 100% - 20% - 10px); }
  .c-flex-wrap .h-box40.h-mLR10 {
    width: calc( 100% - 60% - 20px); }

@media screen and (max-width: 600px) {
  .c-input input {
    padding: 10px 10px; }
  .c-input-3box {
    flex-wrap: wrap; }
    .c-input-3box .h-box20 {
      width: calc(( 100% - 10px ) /2);
      margin: 0; }
      .c-input-3box .h-box20:first-child {
        margin-right: 10px; }
    .c-input-3box .h-box20, .c-input-3box .h-box30, .c-input-3box .h-box40, .c-input-3box .h-box50, .c-input-3box .h-box60 {
      width: 100%;
      margin-bottom: 5px; }
  .c-flex-wrap .h-box40.h-mLR10, .c-flex-wrap .h-box60.h-ml10, .c-flex-wrap .h-box80.h-ml10, .c-flex-wrap .h-box40.h-mLR10, .c-flex-wrap .h-box60.h-mr10 {
    width: 100%;
    margin: 0 0 5px; } }

.c-checkcode {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .c-checkcode input {
    width: calc( 100% - 175px - 30px - 35px); }
  .c-checkcode .c-checkImg {
    height: 55px;
    width: 175px;
    margin: 0 15px; }

.c-textarea textarea {
  border: 1px solid #5E7CFD;
  resize: none;
  height: 100px;
  padding: 5px;
  background: none; }

@media screen and (max-width: 600px) {
  .c-checkcode input {
    width: calc( 100% - 110px - 30px - 35px); }
  .c-checkcode .c-checkImg {
    width: 110px; } }

.c-order_wrap {
  max-width: 900px;
  margin: 0 auto; }
  .c-order_wrap .c-title {
    margin-top: 100px; }

@media screen and (max-width: 600px) {
  .c-order_wrap .c-title {
    margin-top: 50px; } }

.c-table-tit {
  display: table;
  text-align: center;
  border-bottom: 1px solid #979797;
  width: 100%; }
  .c-table-tit > div {
    display: table-cell;
    padding: 5px;
    vertical-align: middle; }

.c-table-list {
  display: table;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #979797;
  padding: 15px 0; }
  .c-table-list > div {
    display: table-cell;
    padding: 5px;
    vertical-align: middle; }
    .c-table-list > div > span {
      display: none; }

@media screen and (max-width: 600px) {
  .c-table-tit {
    display: none; }
  .c-table-list {
    display: block;
    text-align: left;
    margin-bottom: 40px;
    padding: 15px 0 0; }
    .c-table-list > div {
      display: flex;
      align-items: center;
      width: 100%;
      border-bottom: 1px solid #ccc;
      padding: 15px 0; }
      .c-table-list > div:last-child {
        border-bottom: none; }
      .c-table-list > div span {
        display: block;
        width: 100px;
        font-weight: bold; }
      .c-table-list > div > div {
        width: calc( 100% - 100px); }
      .c-table-list > div img {
        margin: 0; } }

.c-qty_wrap {
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-qty_wrap input {
    height: 45px;
    margin: 0 10px;
    border: 1px solid #5E7CFD;
    text-align: center;
    width: 50%;
    background: none; }

.c-qty {
  cursor: pointer;
  transition: all .3s; }
  .c-qty:hover {
    opacity: .8; }

@media screen and (max-width: 780px) {
  .c-qty img {
    width: 30px;
    height: 30px; } }

@media screen and (max-width: 600px) {
  .c-qty_wrap {
    justify-content: flex-start; }
  .c-qty img {
    width: 45px;
    height: 45px; } }

.c-form {
  padding: 50px 35px; }

.c-form-list {
  width: 100%;
  display: flex;
  align-items: center; }
  .c-form-list .c-input, .c-form-list p, .c-form-list .c-textarea {
    width: calc( 100% - 190px); }
  .c-form-list p {
    line-height: 55px;
    font-weight: bold; }
  .c-form-list .c-textarea {
    padding: 0; }

.c-label {
  width: 180px;
  margin-right: 10px; }

@media screen and (max-width: 600px) {
  .c-form {
    padding: 30px 0; }
  .c-form-list .c-input, .c-form-list p, .c-form-list .c-textarea {
    width: calc( 100% - 110px); }
  .c-label {
    width: 100px; } }

.c-checkbox_wrap {
  margin: 50px 0; }
  .c-checkbox_wrap .c-checkbox {
    border-bottom: none;
    justify-content: center; }
  .c-checkbox_wrap a {
    display: inline-block;
    font-weight: bold;
    color: #000;
    text-decoration: underline; }
    .c-checkbox_wrap a:hover {
      opacity: .8; }
  .c-checkbox_wrap span {
    font-weight: normal; }

input[type="checkbox"] {
  width: 1px;
  height: 1px;
  opacity: 0;
  padding-left: 0; }

input[type="checkbox"]:checked + .c-checkbox-box::after {
  content: ' ';
  display: block;
  background: url(../img/check.svg) no-repeat center;
  text-align: center;
  height: 28px; }

.c-checkbox {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
  .c-checkbox span {
    font-weight: bold;
    font-size: 1.1rem; }

.c-checkbox-box {
  width: 30px;
  height: 30px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #ccc; }

@media screen and (max-width: 1024px) {
  .c-checkbox-wrap {
    width: 100%;
    margin-top: 20px; } }

@media screen and (max-width: 780px) {
  .c-checkbox span {
    width: calc( 100% - 40px); } }

@media screen and (max-width: 600px) {
  .c-checkbox-wrap {
    flex-wrap: wrap; } }

.c-lightbox-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 100%; }

.c-lightbox-cont {
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 30px;
  position: relative; }
  .c-lightbox-cont p {
    font-size: 1.1rem; }
  .c-lightbox-cont h2 {
    color: #5E7CFD;
    font-weight: bold;
    font-size: 1.1rem; }
  .c-lightbox-cont ul {
    list-style-type: decimal;
    padding-left: 20px; }

.c-lightbox-cont::-webkit-scrollbar {
  display: none; }

@media screen and (max-width: 600px) {
  .c-lightbox-cont {
    width: 90%;
    padding: 30px 20px; }
    .c-lightbox-cont .c-btn {
      width: 100%; } }

.c-tabWrap::-webkit-scrollbar {
  display: none; }

.c-tab {
  display: flex;
  justify-content: center;
  margin: 40px auto 30px;
  width: 100%; }
  .c-tab a {
    text-align: center;
    font-size: 1.1rem;
    position: relative;
    width: 12.5%;
    padding: 10px 0;
    margin: 0 5px;
    color: #B8202D;
    letter-spacing: 1px;
    transition: .5s;
    border: 1px solid #B8202D; }
    .c-tab a:before {
      content: "";
      background: url(/img/icon_rib2.png) no-repeat center/contain;
      width: 26px;
      height: 27px;
      display: inline-block;
      vertical-align: middle;
      display: none; }
    .c-tab a.act, .c-tab a:hover {
      color: #fff;
      background: #B8202D; }
      .c-tab a.act:before, .c-tab a:hover:before {
        background-image: url(/img/icon_rib1.png); }
      .c-tab a.act:after, .c-tab a:hover:after {
        display: block; }

@media screen and (max-width: 1024px) {
  .c-tab {
    flex-wrap: wrap;
    justify-content: center; }
    .c-tab a {
      margin-bottom: 10px;
      width: 33%; } }

@media screen and (max-width: 600px) {
  .c-tab {
    justify-content: center; } }

.c-loading {
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

label.error {
  color: #B8202D;
  font-size: .9rem; }

.c-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 50px auto; }

.c-select {
  position: relative;
  border: 1px solid #5E7CFD;
  padding: 15px 25px 15px 10px;
  background: #fff url(/img/icon_arrow.svg) no-repeat center right 5px;
  background-size: 15px;
  color: #000; }
  .c-select.c-error {
    border: 1px solid #B8202D; }

@media screen and (max-width: 600px) {
  .c-select {
    padding: 10px 25px 10px 10px; } }

.c-radiobox {
  display: flex;
  display: inline-block;
  margin-left: 20px; }
  .c-radiobox label {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    color: #595757; }
  .c-radiobox input[type='radio'] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    background: #fff;
    padding: 0;
    margin: 0px;
    vertical-align: middle; }
  .c-radiobox input[type='radio']:checked {
    position: relative; }
    .c-radiobox input[type='radio']:checked:before {
      content: "";
      background: #58217B;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .c-radiobox label.error {
    color: #B8202D;
    font-size: .9rem; }

.c-radiobox-item {
  display: inline-block;
  margin-right: 10px; }

@media screen and (max-width: 600px) {
  .c-radiobox-item {
    display: block;
    width: 100%;
    margin: 0 auto 10px; } }

.c-pagination-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px; }
  .c-pagination-wrap p {
    margin-right: 20px;
    line-height: 40px; }

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .c-pagination a {
    padding: 0 10px;
    font-size: .9rem;
    line-height: 40px; }
    .c-pagination a.act, .c-pagination a:hover {
      color: #B8202D;
      border-bottom: 2px solid #B8202D; }
  .c-pagination .c-page:hover {
    border-bottom: none; }

@media screen and (max-width: 600px) {
  .c-pagination-wrap {
    flex-direction: column; }
    .c-pagination-wrap p {
      text-align: center;
      width: 100%;
      margin-right: 0; }
  .c-pagination {
    width: 100%;
    flex-wrap: wrap; } }

.c-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.c-tag {
  background: #B8202D;
  line-height: 1.6;
  padding: 2px 5px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .c-tag:hover {
    opacity: .8; }

.c-breadcrumb {
  padding: 0px 0 30px; }
  .c-breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem;
    color: #7D7D7D; }
    .c-breadcrumb li a {
      color: #7D7D7D;
      font-size: .9rem;
      transition: .3s; }
      .c-breadcrumb li a:hover {
        color: #000; }
    .c-breadcrumb li:after {
      content: ">"; }
    .c-breadcrumb li:last-child:after {
      content: " "; }

@media screen and (max-width: 600px) {
  .c-breadcrumb {
    padding: 50px 0 15px; } }

.h-noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh; }

.h-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  top: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

.h-hidden {
  overflow: hidden; }

.h-center {
  text-align: center; }

.h-tar {
  text-align: right; }

.h-tal {
  text-align: left; }

.h-fz9 {
  font-size: .9rem; }

.h-fz12 {
  font-size: 1.2rem; }

.h-fz24 {
  font-size: 24px; }

.h-bdr5 {
  border-radius: 5px; }

.h-dib {
  display: inline-block; }

.h-fwBold {
  font-weight: bold; }

.h-lh16 {
  line-height: 1.6; }

.h-maAuto {
  margin: 0 auto; }

.h-pdTB50 {
  padding: 50px 0; }

.h-pdT15 {
  padding-top: 15px; }

.h-pdT30 {
  padding-top: 30px; }

.h-pdT50 {
  padding-top: 50px; }

.h-pdB50 {
  padding-bottom: 50px; }

.h-pdL20 {
  padding-left: 20px; }

.h-mLR10 {
  margin: 0 10px; }

.h-mLR15 {
  margin: 0 15px; }

.h-mt10 {
  margin-top: 10px; }

.h-mt15 {
  margin-top: 15px; }

.h-mt20 {
  margin-top: 20px; }

.h-mt25 {
  margin-top: 25px; }

.h-mt30 {
  margin-top: 30px; }

.h-mt50 {
  margin-top: 50px; }

.h-mt60 {
  margin-top: 60px; }

.h-mb10 {
  margin-bottom: 10px; }

.h-mb15 {
  margin-bottom: 15px; }

.h-mb20 {
  margin-bottom: 20px; }

.h-mb30 {
  margin-bottom: 30px; }

.h-mb40 {
  margin-bottom: 40px; }

.h-mb50 {
  margin-bottom: 50px; }

.h-mb60 {
  margin-bottom: 60px; }

.h-mb80 {
  margin-bottom: 80px; }

.h-ml10 {
  margin-left: 10px; }

.h-mr10 {
  margin-right: 10px; }

.h-mt-65 {
  margin-top: -65px; }

.h-box10 {
  width: 10%; }

.h-box20 {
  width: 20%; }

.h-box25 {
  width: 25%; }

.h-box30 {
  width: 30%; }

.h-box35 {
  width: 35%; }

.h-box40 {
  width: 40%; }

.h-box50 {
  width: 50%; }

.h-box70 {
  width: 70%; }

.h-box80 {
  width: 80%; }

.h-box100 {
  width: 100%; }

.h-flex {
  display: flex; }

.h-flex-sb {
  display: flex;
  justify-content: space-between; }

.h-flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.h-flex-aicenter {
  display: flex;
  align-items: center; }

.h-td-underline {
  text-decoration: underline; }

a.h-td-underline {
  text-decoration: underline; }

.h-list-disc {
  list-style-type: disc; }

.h-box-shadow {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); }

.h-h100 {
  height: 100px; }

.h-colorRed {
  color: #B8202D; }

.h-colorGray {
  color: #848484; }

.h-break-all {
  word-break: break-all; }

ul.h-decimal, ol.h-decimal {
  list-style-type: decimal; }

.h-input-color ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #F8F8F8; }

.h-input-color :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #F8F8F8; }

.h-input-color ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #F8F8F8; }

.h-input-color :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #F8F8F8; }

.banner_wrap {
  position: relative;
  margin-bottom: 30px; }

.banner_img {
  padding-bottom: 47.31%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.banner_txt {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%); }

.btn-logout {
  position: absolute;
  color: #fff;
  top: 20px;
  border: 1px solid #fff;
  padding: 5px 15px;
  right: calc(( 100% - 1140px ) /2);
  font-size: .9rem;
  cursor: pointer;
  transition: all .3s; }
  .btn-logout:hover {
    background: #fff;
    color: #000; }

@media screen and (max-width: 1160px) {
  .btn-logout {
    right: 20px; } }

@media screen and (max-width: 600px) {
  .banner_img {
    padding-bottom: 75%; }
  .banner_txt img {
    width: 100%; } }

.product_wrap .c-btn-box {
  margin-bottom: 100px; }

.product_box {
  display: flex;
  align-items: center;
  margin-bottom: 50px; }

.product_img {
  width: 450px;
  position: relative; }
  .product_img img {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.2)); }
  .product_img:before {
    content: "";
    background: -webkit-linear-gradient(left, #8E6EEC 0px, #5E7CFD 100%);
    border-radius: 10px;
    width: 190px;
    height: 190px;
    display: block;
    position: absolute;
    z-index: -1; }

.product_info {
  width: calc( 100% - 450px - 40px); }
  .product_info h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: transparent;
    background: -webkit-linear-gradient(left, #8E6EEC 0px, #5E7CFD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; }
  .product_info p {
    line-height: 1.6;
    font-size: 1.1rem; }

.product_Xmsc {
  margin-bottom: 150px; }
  .product_Xmsc .product_img {
    margin-right: 40px;
    margin-top: 6%; }
    .product_Xmsc .product_img:before {
      left: -30px;
      bottom: -30px; }

.product_Xexosome {
  margin-bottom: 100px; }
  .product_Xexosome .product_img {
    margin-left: 40px; }
    .product_Xexosome .product_img:before {
      right: -30px;
      bottom: -30px; }

@media screen and (max-width: 1440px) {
  .product_wrap_wrap {
    overflow: hidden; } }

@media screen and (max-width: 1160px) {
  .product_img {
    width: 40%; }
  .product_info {
    width: calc( 100% - 40% - 40px); } }

@media screen and (max-width: 780px) {
  .product_box {
    flex-direction: column; }
  .product_img {
    width: 70%; }
  .product_info {
    width: 100%; }
  .product_Xmsc {
    margin-top: 50px; }
    .product_Xmsc .product_img {
      margin: 0 auto 50px; }
  .product_Xexosome {
    flex-direction: column-reverse;
    margin-bottom: 50px; }
    .product_Xexosome .product_img {
      margin: 0 auto 50px; }
  .product_wrap .c-btn-box:nth-child(2) {
    margin-bottom: 100px; } }

@media screen and (max-width: 600px) {
  .product_info h3 {
    font-size: 1.6rem; }
  .product_img {
    width: 90%; }
    .product_img:before {
      width: 150px;
      height: 150px; }
  .product_Xmsc {
    margin-top: 0;
    margin-bottom: 80px; }
    .product_Xmsc .product_img {
      margin: 0 auto 30px; }
      .product_Xmsc .product_img:before {
        left: -15px;
        bottom: -15px; }
  .product_Xexosome .product_img {
    margin: 0 auto 30px; }
    .product_Xexosome .product_img:before {
      right: -15px;
      bottom: -15px; } }

.test {
  position: relative; }
