*, *:before, *:after {
  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: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px; }

a {
  text-decoration: none; }

@media (min-width: 0px) {
  .ordernow {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 30px 10px 20px 10px;
    background-color: #FFF; }
  .ordernow:after {
    content: " ";
    display: block;
    clear: both; }
  .ordernow h2 {
    font-size: 23px;
    color: #555;
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px; }
  .ordernow p {
    margin-left: 20%;
    font-size: 15px;
    color: #555;
    font-weight: 200;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 10px; } }

@media (min-width: 767px) {
  .ordernow {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    display: none; }
  .ordernow:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 979px) {
  .ordernow {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: none; }
  .ordernow:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 0px) {
  .grid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .grid:after {
    content: " ";
    display: block;
    clear: both; }
  .grid .path {
    width: 100%;
    margin-bottom: 20px; }
  .grid .path figure {
    width: 100%;
    height: 165px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background: #f8b62b; }
  .grid .path figure .mobie_w {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 95px;
    background-color: #fff; }
  .grid .path figure figcaption {
    position: absolute;
    width: 100%;
    height: 165px;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .grid .path figure figcaption h2 {
    margin: 12px 0 0 0;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 34px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 55px; }
  .grid .path figure figcaption button {
    width: 200px;
    height: 45px;
    border: 3px solid #fff;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    opacity: 1;
    font-size: 18px; }
  .grid .path figure figcaption .sub_btn {
    position: absolute;
    top: 70px;
    width: 100px;
    text-align: center;
    font-size: 13px;
    transition: all 0.4s; }
  .grid .path figure figcaption .sub_btn a {
    color: #9eb100; }
  .grid .path figure figcaption p {
    display: none; }
  .grid .path figure svg {
    display: none; } }

@media (min-width: 767px) {
  .grid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    width: 800px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid:after {
    content: " ";
    display: block;
    clear: both; }
  .grid .path {
    width: 270px;
    height: 430px;
    margin: 0 50px; }
  .grid .path figure {
    width: 270px;
    height: 430px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background: #f8b62b; }
  .grid .path figure svg {
    display: block;
    position: absolute;
    top: -1px;
    z-index: 10;
    width: 100%;
    height: 500px; }
  .grid .path figure svg path {
    fill: #fff; }
  .grid .path figure .mobie_w {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 95px;
    background-color: #fff; }
  .grid .path figure figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center; }
  .grid .path figure figcaption h2 {
    margin: 12px 0 20px 0;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 34px;
    transition: transform 0.3s;
    transform: translateY(30px); }
  .grid .path figure figcaption img {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    opacity: 1;
    margin: 40px auto auto auto;
    transition: opacity 0.3s; }
  .grid .path figure figcaption p {
    display: block;
    padding: 0 20px;
    color: #aaa;
    font-weight: 300;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px); }
  .grid .path figure figcaption button {
    width: 200px;
    height: 45px;
    margin-top: 150px;
    border: 3px solid #fff;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    opacity: 1;
    transition: all .3s;
    transform: translateY(-52%) translateX(0%) scale(1); }
  .grid .path figure figcaption .sub_btn {
    margin: 260px auto auto auto;
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
    background-size: 77px 24px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s; }
  .grid .path figure figcaption .sub_btn a {
    color: #FFF; } }

@media (min-width: 979px) {
  .grid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    width: 900px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid:after {
    content: " ";
    display: block;
    clear: both; }
  .grid .path {
    width: 270px;
    height: 430px;
    margin: 0 50px; }
  .grid .path figure {
    width: 270px;
    height: 430px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background: #f8b62b; }
  .grid .main_sec {
    background: #9ab100 !important; }
  .grid figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center; }
  .grid figcaption h2 {
    margin: 12px 0 20px 0;
    height: 50px;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 34px;
    transition: transform 0.3s;
    transform: translateY(30px); }
  .grid figcaption img {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    opacity: 1;
    margin: 40px auto auto auto;
    transition: opacity 0.3s; }
  .grid figcaption p {
    display: block;
    padding: 0 20px;
    color: #aaa;
    font-weight: 300;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(30px); }
  .grid figcaption button {
    width: 200px;
    height: 45px;
    border: 3px solid #fff;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    opacity: 1;
    transition: all .3s;
    transform: translateY(-52%) translateX(0%) scale(1); }
  .grid figcaption .sub_btn {
    margin: 125px auto auto auto;
    left: 86px;
    color: #FFF;
    font-size: 14px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s; }
  .grid svg {
    display: block;
    position: absolute;
    top: -1px;
    z-index: 10;
    width: 100%;
    height: 500px; }
  .grid svg path {
    fill: #fff; } }

.main_sec {
  background: #9ab100 !important; }

.main_third {
    background: #00aed8 !important;
}

@media (min-width: 0px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .container:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 767px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/mail_bg.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding: 50px 0 50px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .container:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 979px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/mail_bg.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding: 50px 0 50px 0;
    margin-top: -25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .container:after {
    content: " ";
    display: block;
    clear: both; } }

.main_first {
  background: #f8b62b; }

.main_second {
  background: #9ab100; }

@media (min-width: 0px) {
  .sec_wrap {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px; }
  .sec_wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .sec_wrap input[type='radio'] {
    position: absolute;
    visibility: hidden; }
  .sec_wrap input[type=radio]:checked ~ .options {
    background-color: #d9f3f9; }
  .sec_wrap input[type=radio]:checked ~ .options .option_bottom .check {
    border: 3px solid #00afd6; }
  .sec_wrap input[type=radio]:checked ~ .options .option_bottom .check::before {
    background: #00afd6; }
  .sec_wrap .pay_options {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .sec_wrap .pay_options .mycardtable {
    padding: 30px;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .mycardtable h6 {
    color: #33aed9;
    margin-bottom: 10px; }
  .sec_wrap .pay_options .mycardtable .table_outline {
    width: 100%;
    color: #888;
    font-weight: 300;
    font-size: 16px; }
  .sec_wrap .pay_options .mycardtable .table_outline table {
    width: 100%; }
  .sec_wrap .pay_options .mycardtable .table_outline table tr td {
    padding: 15px;
    text-align: center;
    border: #cccccc 1px solid; }
  .sec_wrap .pay_options .mycardtable .table_outline table tr th {
    padding: 15px;
    background-color: #f1f1f1;
    text-align: center;
    border: #cccccc 1px solid;
    font-weight: 500; }
  .sec_wrap .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sec_wrap .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 0px; }
  .sec_wrap .pay_options .pay_title .sec_text {
    position: absolute;
    text-align: right;
    line-height: 20px;
    width: 515px;
    top: 17px;
    right: 20px;
    color: #c6c6c6;
    font-size: 12px;
    letter-spacing: 1px; }
  .sec_wrap .pay_options .options_promo {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    outline: 1px solid #e2e2e2;
    background-color: #fff;
    transition: 0.2s;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options_promo .option_top {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options_promo .option_top .option_sec {
    text-align: center;
    color: #555;
    margin: 0px;
    float: left;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0px; }
  .sec_wrap .pay_options .options_promo .option_bottom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative; }
  .sec_wrap .pay_options .options_promo .option_bottom .option_des {
    width: 100%;
    text-align: left;
    margin: 0px 0px 10px 0px;
    color: #999;
    padding-left: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3; }
  .sec_wrap .pay_options .options_promo .option_bottom .paydirections {
    position: absolute;
    height: 30px;
    color: #999;
    font-size: 13px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: 450;
    right: 0;
    top: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options_promo .option_bottom .paydirections a {
    margin-left: 5px;
    margin-right: 5px;
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    outline: 1px solid #e2e2e2;
    background-color: #fff;
    transition: 0.2s;
    padding: 0 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options .mobileLink {
    display: block;
    position: absolute;
    background-color: none;
    width: 100%;
    height: 100%;
    z-index: 400;
    top: 0;
    left: 0; }
  .sec_wrap .pay_options .options .arrow-go {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 8px;
    top: 50%;
    margin-top: -25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .arrow-go i {
    font-size: 30px;
    color: #23c2e8; }
  .sec_wrap .pay_options .options .corner {
    width: 130px;
    height: 30px;
    font-size: 13px;
    background-color: #FB2172;
    transform: rotate(0deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #FFF; }
  .sec_wrap .pay_options .options .corner-jp {
    width: 130px;
    height: 30px;
    font-size: 13px;
    background-color: #f7b11e;
    transform: rotate(0deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #FFF; }
  .sec_wrap .pay_options .options .corner-blue {
    width: 130px;
    height: 30px;
    font-size: 13px;
    background-color: #33aed9;
    transform: rotate(0deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #FFF; }
  .sec_wrap .pay_options .options .option_top {
    width: 80%;
    margin-top: 10px; }
  .sec_wrap .pay_options .options .option_top .option_title {
    text-align: left;
    margin: 5px 16px;
    color: #555;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 8px;
    padding: 0px; }
  .sec_wrap .pay_options .options .option_top .option_sec {
    text-align: center;
    color: #555;
    margin: 3px 16px;
    float: left;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 0px; }
  .sec_wrap .pay_options .options .option_top .strikethrough {
    font-size: 13px;
    float: left;
    margin-top: 8px;
    text-align: center;
    color: #999999;
    font-weight: 100;
    text-decoration: line-through; }
  .sec_wrap .pay_options .options .option_top .option_paymentlogo {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sec_wrap .pay_options .options .option_top .option_paymentlogo img {
    width: 150px; }
  .sec_wrap .pay_options .options .option_top_index {
    width: 88%;
    margin-top: 10px;
    position: relative; }
  .sec_wrap .pay_options .options .option_top_index .paydirections {
    position: absolute;
    width: 56px;
    height: 23px;
    color: #999;
    font-size: 12px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 20px;
    border-radius: 3px;
    right: -30px;
    top: 7px;
    z-index: 450;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_top_index .paydirections a {
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options .option_top_index .option_title {
    text-align: left;
    margin: 5px 16px;
    color: #555;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 8px;
    padding: 0px; }
  .sec_wrap .pay_options .options .option_top_index .option_sec {
    text-align: center;
    color: #555;
    margin: 3px 16px;
    float: left;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 0px; }
  .sec_wrap .pay_options .options .option_top_index .strikethrough {
    font-size: 13px;
    float: left;
    margin-top: 8px;
    text-align: center;
    color: #999999;
    font-weight: 100;
    text-decoration: line-through; }
  .sec_wrap .pay_options .options .option_top_index .option_paymentlogo {
    display: block;
    margin-top: 0px;
    margin-left: 00px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sec_wrap .pay_options .options .option_top_index .option_paymentlogo img {
    width: 150px; }
  .sec_wrap .pay_options .options .option_bottom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative; }
  .sec_wrap .pay_options .options .option_bottom .option_des {
    width: 100%;
    text-align: left;
    margin: 3px 16px;
    color: #999;
    padding-left: 16px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3; }
  .sec_wrap .pay_options .options .option_bottom .pay_btn_new {
    display: none; }
  .sec_wrap .pay_options .options .option_bottom .paydirections {
    position: absolute;
    width: 56px;
    height: 23px;
    color: #999;
    font-size: 12px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 20px;
    border-radius: 3px;
    right: 16px;
    top: -70px;
    z-index: 450;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_bottom .paydirections a {
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options .option_bottom .check {
    display: block;
    position: absolute;
    border: 3px solid #c0c0c0;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: -36px;
    right: 30px;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: border .25s linear; }
  .sec_wrap .pay_options .options .option_bottom .check:before {
    display: block;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    margin: auto;
    transition: all 0.25s; } }

@media (min-width: 767px) {
  .sec_wrap {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px; }
  .sec_wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .sec_wrap input[type='radio'] {
    position: absolute;
    visibility: hidden; }
  .sec_wrap input[type=radio]:checked ~ .options {
    background-color: #d9f3f9; }
  .sec_wrap input[type=radio]:checked ~ .options .option_bottom .check {
    border: 3px solid #00afd6; }
  .sec_wrap input[type=radio]:checked ~ .options .option_bottom .check::before {
    background: #00afd6; }
  .sec_wrap .pay_options {
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .sec_wrap .pay_options .mycardtable {
    padding: 30px;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .mycardtable h6 {
    color: #33aed9;
    margin-bottom: 10px; }
  .sec_wrap .pay_options .mycardtable .table_outline {
    width: 80%;
    color: #888;
    font-weight: 300;
    font-size: 16px; }
  .sec_wrap .pay_options .mycardtable .table_outline table {
    width: 100%; }
  .sec_wrap .pay_options .mycardtable .table_outline table tr td {
    padding: 15px;
    text-align: left;
    border: #cccccc 1px solid; }
  .sec_wrap .pay_options .mycardtable .table_outline table tr th {
    padding: 15px;
    background-color: #f1f1f1;
    text-align: left;
    border: #cccccc 1px solid;
    font-weight: 500; }
  .sec_wrap .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sec_wrap .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px; }
  .sec_wrap .pay_options .pay_title .sec_text {
    position: absolute;
    text-align: right;
    line-height: 20px;
    width: 515px;
    top: 17px;
    right: 20px;
    color: #c6c6c6;
    font-size: 12px; }
  .sec_wrap .pay_options .options_promo {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    outline: 1px solid #e2e2e2;
    background-color: #fff;
    transition: 0.2s;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options_promo .option_top {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options_promo .option_top .option_sec {
    text-align: center;
    color: #555;
    margin: 0px;
    float: left;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0px; }
  .sec_wrap .pay_options .options_promo .option_bottom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative; }
  .sec_wrap .pay_options .options_promo .option_bottom .option_des {
    width: 100%;
    text-align: left;
    margin: 0px 0px 10px 0px;
    color: #999;
    padding-left: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3; }
  .sec_wrap .pay_options .options_promo .option_bottom .paydirections {
    position: absolute;
    width: 90px;
    height: 30px;
    color: #999;
    font-size: 13px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: 450;
    right: 0;
    top: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options_promo .option_bottom .paydirections a {
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options {
    float: left;
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 375px;
    outline: 1px solid #e2e2e2;
    background-color: #fff;
    transition: 0.2s;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options .mobileLink {
    display: none; }
  .sec_wrap .pay_options .options .arrow-go {
    display: none; }
  .sec_wrap .pay_options .options .corner {
    position: absolute;
    width: 94px;
    height: 94px;
    font-size: 13px;
    padding-bottom: 5px;
    font-weight: 500;
    background-color: #FB2172;
    top: -13%;
    right: -33%;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF; }
  .sec_wrap .pay_options .options .corner-jp {
    position: absolute;
    width: 120px;
    height: 120px;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 5px;
    background-color: #f7b11e;
    top: -16%;
    right: -40%;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF; }
  .sec_wrap .pay_options .options .corner-blue {
    position: absolute;
    width: 120px;
    height: 120px;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 5px;
    background-color: #33aed9;
    top: -16%;
    right: -40%;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF; }
  .sec_wrap .pay_options .options .option_top, .sec_wrap .pay_options .options .option_top_index {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_top .paydirections, .sec_wrap .pay_options .options .option_top_index .paydirections {
    position: static;
    margin-top: 10px;
    width: 90px;
    height: 30px;
    color: #999;
    font-size: 13px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 20px;
    border-radius: 3px;
    z-index: 450;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_top .paydirections a, .sec_wrap .pay_options .options .option_top_index .paydirections a {
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options .option_top .option_title, .sec_wrap .pay_options .options .option_top_index .option_title {
    text-align: center;
    margin: 25px 10px;
    color: #555;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 8px; }
  .sec_wrap .pay_options .options .option_top .option_sec, .sec_wrap .pay_options .options .option_top_index .option_sec {
    text-align: center;
    color: #555;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px; }
  .sec_wrap .pay_options .options .option_top .strikethrough, .sec_wrap .pay_options .options .option_top_index .strikethrough {
    font-size: 14px;
    text-align: center;
    color: #999999;
    font-weight: 100;
    text-decoration: line-through; }
  .sec_wrap .pay_options .options .option_top .option_paymentlogo, .sec_wrap .pay_options .options .option_top_index .option_paymentlogo {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_top .option_paymentlogo img, .sec_wrap .pay_options .options .option_top_index .option_paymentlogo img {
    position: static;
    max-width: 100%; }
  .sec_wrap .pay_options .options .option_bottom {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
  .sec_wrap .pay_options .options .option_bottom .option_des {
    text-align: center;
    margin: 10px 0;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-left: 0; }
  .sec_wrap .pay_options .options .option_bottom .pay_btn_new {
    display: block;
    text-align: center;
    width: 90%;
    height: 38px;
    border: 2px solid #00afd6;
    font-weight: 300;
    border-radius: 3px;
    text-align: center;
    color: #00afd6;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.2s; }
  .sec_wrap .pay_options .options .option_bottom .pay_btn_new:hover {
    background-color: #00afd6;
    color: #fff; }
  .sec_wrap .pay_options .options .option_bottom .paydirections {
    position: static;
    width: 90px;
    height: 30px;
    color: #999;
    font-size: 13px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 20px;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_bottom .paydirections a {
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options .option_bottom .check {
    display: block;
    position: static;
    border: 3px solid #c0c0c0;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: border .25s linear; }
  .sec_wrap .pay_options .options .option_bottom .check:before {
    display: block;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    margin: auto;
    transition: all 0.25s; } }

@media (min-width: 979px) {
  .sec_wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF; }
  .sec_wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .sec_wrap input[type='radio'] {
    position: absolute;
    visibility: hidden; }
  .sec_wrap input[type=radio]:checked ~ .options {
    background-color: #d9f3f9; }
  .sec_wrap input[type=radio]:checked ~ .options .option_bottom .check {
    border: 3px solid #00afd6; }
  .sec_wrap input[type=radio]:checked ~ .options .option_bottom .check::before {
    background: #00afd6; }
  .sec_wrap .pay_options {
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .sec_wrap .pay_options .mycardtable {
    padding: 30px;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .mycardtable h6 {
    color: #33aed9;
    margin-bottom: 10px; }
  .sec_wrap .pay_options .mycardtable .table_outline {
    width: 80%;
    color: #888;
    font-weight: 300;
    font-size: 16px; }
  .sec_wrap .pay_options .mycardtable .table_outline table {
    width: 100%; }
  .sec_wrap .pay_options .mycardtable .table_outline table tr td {
    padding: 15px;
    text-align: left;
    border: #cccccc 1px solid; }
  .sec_wrap .pay_options .mycardtable .table_outline table tr th {
    padding: 15px;
    background-color: #f1f1f1;
    text-align: left;
    border: #cccccc 1px solid;
    font-weight: 500; }
  .sec_wrap .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sec_wrap .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px; }
  .sec_wrap .pay_options .pay_title .sec_text {
    position: absolute;
    text-align: right;
    line-height: 20px;
    width: 515px;
    top: 17px;
    right: 20px;
    color: #c6c6c6;
    font-size: 12px;
    letter-spacing: 1px; }
  .sec_wrap .pay_options .options_promo {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    outline: 1px solid #e2e2e2;
    background-color: #fff;
    transition: 0.2s;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options_promo .option_top {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options_promo .option_top .option_sec {
    text-align: center;
    color: #555;
    margin: 0px;
    float: left;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0px; }
  .sec_wrap .pay_options .options_promo .option_bottom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative; }
  .sec_wrap .pay_options .options_promo .option_bottom .option_des {
    width: 100%;
    text-align: left;
    margin: 0px 0px 10px 0px;
    color: #999;
    padding-left: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3; }
  .sec_wrap .pay_options .options_promo .option_bottom .paydirections {
    position: absolute;
    width: 90px;
    height: 30px;
    color: #999;
    font-size: 13px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: 450;
    right: 0;
    top: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options_promo .option_bottom .paydirections a {
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options {
    float: left;
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 375px;
    outline: 1px solid #e2e2e2;
    background-color: #fff;
    transition: 0.2s;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options:hover {
    z-index: 99;
    outline: 1px solid #e2e2e2;
    transform: scale(1.1); }
  .sec_wrap .pay_options .options .mobileLink {
    display: none; }
  .sec_wrap .pay_options .options .arrow-go {
    display: none; }
  .sec_wrap .pay_options .options .corner {
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 5px;
    background-color: #FB2172;
    top: -14%;
    right: -26%;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF; }
  .sec_wrap .pay_options .options .corner-jp {
    position: absolute;
    width: 120px;
    height: 120px;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 5px;
    background-color: #f7b11e;
    top: -16%;
    right: -31%;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF; }
  .sec_wrap .pay_options .options .corner-blue {
    position: absolute;
    width: 120px;
    height: 120px;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 5px;
    background-color: #33aed9;
    top: -16%;
    right: -31%;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF; }
  .sec_wrap .pay_options .options .option_top, .sec_wrap .pay_options .options .option_top_index {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_top .paydirections, .sec_wrap .pay_options .options .option_top_index .paydirections {
    position: static;
    margin-top: 5px;
    width: 90px;
    height: 30px;
    color: #999;
    font-size: 13px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: 450;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_top .paydirections a, .sec_wrap .pay_options .options .option_top_index .paydirections a {
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options .option_top .option_title, .sec_wrap .pay_options .options .option_top_index .option_title {
    text-align: center;
    margin: 40px 16px 0;
    color: #555;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 8px; }
  .sec_wrap .pay_options .options .option_top .option_sec, .sec_wrap .pay_options .options .option_top_index .option_sec {
    text-align: center;
    color: #555;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 5px; }
  .sec_wrap .pay_options .options .option_top .strikethrough, .sec_wrap .pay_options .options .option_top_index .strikethrough {
    font-size: 14px;
    text-align: center;
    color: #999999;
    font-weight: 100;
    text-decoration: line-through; }
  .sec_wrap .pay_options .options .option_top .option_paymentlogo, .sec_wrap .pay_options .options .option_top_index .option_paymentlogo {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options .option_top .option_paymentlogo img, .sec_wrap .pay_options .options .option_top_index .option_paymentlogo img {
    position: static;
    max-width: 100%; }
  .sec_wrap .pay_options .options-empty {
    float: left;
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 375px;
    outline: 1px solid #e2e2e2;
    background-color: #fff;
    transition: 0.2s;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec_wrap .pay_options .options-empty .option_top, .sec_wrap .pay_options .options-empty .option_top_index {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options-empty .option_top .option_title, .sec_wrap .pay_options .options-empty .option_top_index .option_title {
    text-align: center;
    margin: 40px 16px 0;
    color: #555;
    height: 70px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 8px; }
  .sec_wrap .pay_options .options-empty .option_top .option_sec, .sec_wrap .pay_options .options-empty .option_top_index .option_sec {
    text-align: center;
    color: #555;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px; }
  .sec_wrap .pay_options .options-empty .option_top .strikethrough, .sec_wrap .pay_options .options-empty .option_top_index .strikethrough {
    font-size: 14px;
    text-align: center;
    color: #999999;
    font-weight: 100;
    text-decoration: line-through; }
  .sec_wrap .pay_options .options-empty .option_top .option_paymentlogo, .sec_wrap .pay_options .options-empty .option_top_index .option_paymentlogo {
    display: block;
    width: 90%;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options-empty .option_bottom {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
  .sec_wrap .pay_options .options-empty .option_bottom .option_des {
    text-align: center;
    padding: 0;
    margin: 10px 0;
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-left: 0; }
  .sec_wrap .pay_options .options-empty .option_bottom .pay_btn_new {
    display: block;
    text-align: center;
    width: 90%;
    height: 38px;
    border: 2px solid #00afd6;
    font-weight: 300;
    border-radius: 3px;
    text-align: center;
    color: #00afd6;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.2s; }
  .sec_wrap .pay_options .options-empty .option_bottom .pay_btn_new:hover {
    background-color: #00afd6;
    color: #fff; }
  .sec_wrap .pay_options .options-empty .option_bottom .paydirections {
    width: 90px;
    height: 30px;
    color: #999;
    font-size: 13px;
    font-weight: 100;
    border: solid 1px #c0c0c0;
    margin-bottom: 20px;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec_wrap .pay_options .options-empty .option_bottom .paydirections a {
    color: #999;
    outline: none; }
  .sec_wrap .pay_options .options-empty .option_bottom .check {
    display: block;
    border: 3px solid #c0c0c0;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: border .25s linear; }
  .sec_wrap .pay_options .options-empty .option_bottom .check:before {
    display: block;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    margin: auto;
    transition: all 0.25s; } }

.b_text {
  color: #00afd6 !important; }

.y_text {
  color: #7C00FF !important; }

@media (min-width: 0px) {
  .processbar {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    display: none; }
  .processbar:after {
    content: " ";
    display: block;
    clear: both; }
  .processbar .step_point {
    display: none; }
  .processbar .step_line {
    display: none; } }

@media (min-width: 767px) {
  .processbar {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .processbar:after {
    content: " ";
    display: block;
    clear: both; }
  .processbar .step_point {
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .processbar .step_point i {
    color: #FFF;
    font-size: 20px; }
  .processbar .step_point .step_wording_blue {
    position: absolute;
    width: 90px;
    color: #39acdf;
    text-align: center;
    top: 45px;
    left: 50%;
    margin-left: -45px;
    font-size: 13px;
    z-index: 1000; }
  .processbar .step_point .step_wording_red {
    position: absolute;
    width: 90px;
    color: #e14a57;
    text-align: center;
    top: 45px;
    left: 50%;
    margin-left: -45px;
    font-size: 13px;
    z-index: 1000; }
  .processbar .step_point .step_wording_grey {
    position: absolute;
    width: 90px;
    color: #999;
    text-align: center;
    top: 45px;
    left: 50%;
    margin-left: -45px;
    font-size: 13px;
    z-index: 1000; }
  .processbar .step_line {
    display: block;
    width: 150px;
    height: 9px;
    margin-right: -2px; } }

@media (min-width: 979px) {
  .processbar {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .processbar:after {
    content: " ";
    display: block;
    clear: both; }
  .processbar .step_point {
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .processbar .step_point i {
    color: #FFF;
    font-size: 20px; }
  .processbar .step_point .step_wording_blue {
    position: absolute;
    width: 90px;
    color: #39acdf;
    text-align: center;
    top: 45px;
    font-size: 13px;
    z-index: 1000; }
  .processbar .step_point .step_wording_red {
    position: absolute;
    width: 90px;
    color: #e14a57;
    text-align: center;
    top: 45px;
    font-size: 13px;
    z-index: 1000; }
  .processbar .step_point .step_wording_grey {
    position: absolute;
    width: 90px;
    color: #999;
    text-align: center;
    top: 45px;
    font-size: 13px;
    z-index: 1000; }
  .processbar .step_line {
    display: block;
    width: 150px;
    height: 9px;
    margin-right: -2px; } }

.pay_method {
  color: #888;
  padding: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6; }

.circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #39acdf; }

.circle-red {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e14a57; }

.circle-grey {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c6c6c6; }

.grey-empty {
  border: 7px solid #c6c6c6; }

.blue-empty {
  border: 7px solid #39acdf; }

.red-empty {
  border: 7px solid #e14a57; }

.blue-solid {
  border: 7px solid #39acdf;
  background: #39acdf;
  margin-right: -2px; }

.red-solid {
  border: 7px solid #e14a57;
  background: #e14a57;
  margin-right: -2px; }

.blue {
  background-color: #39acdf; }

.grey {
  background-color: #c6c6c6; }

@media (min-width: 0px) {
  .bottom_area {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    margin-top: 30px; }
  .bottom_area:after {
    content: " ";
    display: block;
    clear: both; }
  .bottom_area .phone_input {
    width: 100%;
    background-color: #FFF;
    padding: 20px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
  .bottom_area .phone_input h6 {
    color: #787878;
    font-size: 16px;
    font-weight: 300;
    margin-right: 10px; }
  .bottom_area .phone_input input[type='text'] {
    width: 60%;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    padding: 10px;
    color: #777; }
  .bottom_area .phone_input input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .bottom_area .phone_input input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; } }

@media (min-width: 767px) {
  .bottom_area {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    margin-top: 30px; }
  .bottom_area:after {
    content: " ";
    display: block;
    clear: both; }
  .bottom_area .phone_input {
    width: 100%;
    background-color: #FFF;
    padding: 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
  .bottom_area .phone_input h6 {
    color: #787878;
    font-size: 16px;
    font-weight: 300;
    margin-right: 20px; }
  .bottom_area .phone_input input[type='text'] {
    width: 300px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    padding: 10px;
    color: #777; }
  .bottom_area .phone_input input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .bottom_area .phone_input input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; } }

@media (min-width: 979px) {
  .bottom_area {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    margin-top: 30px; }
  .bottom_area:after {
    content: " ";
    display: block;
    clear: both; }
  .bottom_area .phone_input {
    width: 100%;
    background-color: #FFF;
    padding: 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
  .bottom_area .phone_input h6 {
    color: #787878;
    font-size: 16px;
    font-weight: 300;
    margin-right: 20px; }
  .bottom_area .phone_input input[type='text'] {
    width: 300px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    padding: 10px;
    color: #777; }
  .bottom_area .phone_input input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .bottom_area .phone_input input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; } }

@media (min-width: 0px) {
  .pay_area {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
  .pay_area:after {
    content: " ";
    display: block;
    clear: both; }
  .pay_area .pay_options {
    margin-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .pay_area .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px; }
    /** giftcard 還有用到舊版 css 先異動 nameing, 之後調整改 template 即可 **/
  .pay_area .pay_options .origin_pay_content .payment_note {
    margin: 0 10px;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 18px;
    margin-bottom: 20px; }
  .pay_area .pay_options .origin_pay_content .payment_note p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #999; }
  .pay_area .pay_options .pay_content .payment_note {
    margin: 0 10px;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 18px;
    margin-bottom: 20px; }
  .pay_area .pay_options .pay_content .payment_note p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #999; }
    /** creditcard_naming 新版已不用 **/
  .pay_area .pay_options .origin_pay_content .creditcard_naming {
    width: 97.61905%;
    float: left;
    margin-left: 1.19048%;
    margin-right: 1.19048%;
    padding: 0 15px;
    margin-bottom: 20px; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming .inputtitle {
    color: #666;
    margin-bottom: 15px; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    margin-right: 10px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
    /** creditcard_a 系列在舊版的為卡號, 卡別 **/
    /** 取回異動前的 css 調整為 class origin_pay_conent **/
  .pay_area .pay_options .pay_content .creditcard_a input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .pay_content .creditcard_a input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .origin_pay_content .creditcard_a {
    width: 97.61905%;
    float: left;
    margin-left: 1.19048%;
    margin-right: 1.19048%;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 15px; }
  .pay_area .pay_options .pay_content .creditcard_a {
    width: 97.61905%;
    float: left;
    margin-left: 1.19048%;
    margin-right: 1.19048%;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 15px; }
  .pay_area .pay_options .pay_content .creditcard_a h6 {
    color: #666;
    margin-bottom: 3px; }
  .pay_area .pay_options .pay_content .creditcard_a p {
    color: #999; }
  .pay_area .pay_options .origin_pay_content .creditcard_a h6 {
    color: #666;
    margin-bottom: 3px; }
  .pay_area .pay_options .origin_pay_content .creditcard_a p {
    color: #999; }
    /** cards_species 為卡別處理, 新版 & 禮物卡都沒用到, 不動 **/
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards {
    margin-bottom: 20px;
    margin-right: 40px;
    float: left; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label input[type='radio'] {
    visibility: visible;
    position: static;
    width: 20px;
    height: 20px;
    background-color: #200;
    margin-right: 15px; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label img {
    width: 70px; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number .visited:required:invalid {
      border-color: #e9322d;
      -webkit-box-shadow: 0 0 6px #f8b9b7;
      -moz-box-shadow: 0 0 6px #f8b9b7;
      box-shadow: 0 0 6px #f8b9b7;
   }
  .pay_area .pay_options .pay_content .creditcard_a .card_number input[type='text'] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_a .card_number input[type='text'] {
    width: 55px;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    outline: none; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number.invalid_cardno input[type='text'] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
    border: 1px solid #e9322d;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    outline: none; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number input[type='text']::placeholder {
    text-align: left;
   }
  .pay_area .pay_options .pay_content .creditcard_a .card_number p {
    color: #999;
    font-size: 20px;
    margin: 0 5px; }
    /** rembercard 新版 & 禮物卡都沒用到, 不動 **/
  .pay_area .pay_options .pay_content .creditcard_a .rembercard {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_content .creditcard_a .rembercard input[type='checkbox'] {
    margin-right: 5px;
    width: 15px;
    height: 15px; }
  .pay_area .pay_options .pay_content .creditcard_a .rembercard p {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4; }
    /** creditcard_b (日期 & 安全碼), 新版統一用 creditcard_a **/
    /** 故 creditcard_b 都改用 origin_pay_conent **/
  .pay_area .pay_options .origin_pay_content .creditcard_b {
    width: 97.61905%;
    float: left;
    margin-left: 1.19048%;
    margin-right: 1.19048%;
    margin-bottom: 10px;
    padding: 0 15px;
    margin-top: 10px; }
  .pay_area .pay_options .origin_pay_content .creditcard_b h6 {
    color: #666;
    margin-bottom: 3px; }
  .pay_area .pay_options .origin_pay_content .creditcard_b p {
    color: #999; }
  .pay_area .pay_options .pay_content .creditcard_a .dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 60px;
    margin-right: 30px; }
  .pay_area .pay_options .pay_content .creditcard_a .dates select {
    width: 100%;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #FFF;
    color: #999; }
  .pay_area .pay_options .pay_content .creditcard_a .dates select:disabled {
    width: 100%;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number .visited:required:invalid {
      border-color: #e9322d;
      -webkit-box-shadow: 0 0 6px #f8b9b7;
      -moz-box-shadow: 0 0 6px #f8b9b7;
      box-shadow: 0 0 6px #f8b9b7;
   }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    outline: none; }
    /** 安全碼不合法長度 **/
  .pay_area .pay_options .pay_content .creditcard_a .security_number.invalid_length input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #e9322d;
    border-radius: 2px;
    padding: 10px;
    outline: none;
    color:red; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 10px;
    font-weight: 300; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 10px;
    font-weight: 300; }
  .pay_area .pay_options .pay_content .card-wrapper {
    width: 100%;
    margin-top: 360px;}

    /** 禮物卡頁面 credit_b (日期 & 安全碼) **/
  .pay_area .pay_options .origin_pay_content .creditcard_b .dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 60px;
    margin-right: 30px; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .dates select {
    width: 100%;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #FFF;
    color: #999; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text'] {
    width: 150px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
}

@media (min-width: 767px) {
  .pay_area {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    margin-top: 30px; }
  .pay_area:after {
    content: " ";
    display: block;
    clear: both; }
  .pay_area .pay_options {
    margin-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2;
    padding-bottom: 30px;}
  .pay_area .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px; }
  .pay_area .pay_options .gitftcard_pay_content .payment_note {
    margin: 0 20px;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 18px;
    margin-bottom: 20px;
    width: 97.72727%;
    float: left;
    margin-left: 1.13636%;
    margin-right: 1.13636%; }
  .pay_area .pay_options .origin_pay_content .payment_note p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #999; }
  .pay_area .pay_options .pay_content .payment_note {
    margin: 0 20px;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 18px;
    margin-bottom: 20px;
    width: 97.72727%;
    float: left;
    margin-left: 1.13636%;
    margin-right: 1.13636%; }
  .pay_area .pay_options .pay_content .payment_note p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #999; }
    /** creditcard_naming 新版已不用 **/
  .pay_area .pay_options .origin_pay_content .creditcard_naming {
    padding: 0 25px;
    margin-bottom: 10px; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming .inputtitle {
    color: #666;
    margin-bottom: 15px; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text'] {
    width: 200px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    margin-right: 10px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .pay_content .creditcard_a {
    width: 340px;
    float: left;
    margin-left: 5px;
    margin-right: 1px;
    margin-bottom: 10px;}
  .pay_area .pay_options .pay_content .creditcard_a h6 {
    color: #666;
    margin-bottom: 3px; }
  .pay_area .pay_options .pay_content .creditcard_a p {
    color: #999; }
  .pay_area .pay_options .origin_pay_content .creditcard_a {
    width: 97.72727%;
    float: left;
    margin-left: 1.13636%;
    margin-right: 1.13636%;
    margin-bottom: 10px;
    padding: 0 25px; }
  .pay_area .pay_options .origin_pay_content .creditcard_a h6 {
    color: #666;
    margin-bottom: 3px; }
  .pay_area .pay_options .origin_pay_content .creditcard_a p {
    color: #999; }
    /** 新版 & 禮物卡都沒用到卡別，不動 **/
  .pay_area .pay_options .pay_content .creditcard_a .cards_species {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards {
    margin-bottom: 0;
    margin-right: 14px; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label input[type='radio'] {
    visibility: visible;
    position: static;
    width: 20px;
    height: 20px;
    background-color: #200;
    margin-right: 2px; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label img {
    width: 60px; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .origin_pay_content .creditcard_a .card_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .origin_pay_content .creditcard_a .card_number input[type='text'] {
    width: 100px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_a .card_number p {
    color: #999;
    font-size: 20px;
    margin: 0 5px; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number .visited:required:invalid {
      border-color: #e9322d;
      -webkit-box-shadow: 0 0 6px #f8b9b7;
      -moz-box-shadow: 0 0 6px #f8b9b7;
      box-shadow: 0 0 6px #f8b9b7;
   }
  .pay_area .pay_options .pay_content .creditcard_a .card_number input[type='text'] {
    width: 305px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    outline: none;
    margin-top: 30px; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number.invalid_cardno input[type='text'] {
    width: 305px;
    height: 40px;
    border: 1px solid #e9322d;
    border-radius: 2px;
    padding: 10px;
    outline: none;
    margin-top: 30px; }
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-line-3 {
    margin-top:20px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-jp-line-3 {
    margin-top:40px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-line-3.two_error_msg {
    margin-top:50px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-jp-line-3.two_error_msg {
    margin-top:60px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-line-3.three_error_msg {
    margin-top:60px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-jp-line-3.three_error_msg {
    margin-top:95px;}
  .pay_area .pay_options .pay_content .creditcard_a .card_number p {
    color: #999;
    font-size: 20px;
    margin: 0 5px; }
    /** 新版 & 禮物卡都沒用到 rembercard **/
  .pay_area .pay_options .pay_content .creditcard_a .rembercard {
    margin-top: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_content .creditcard_a .rembercard input[type='checkbox'] {
    margin-right: 5px;
    width: 15px;
    height: 15px; }
  .pay_area .pay_options .pay_content .creditcard_a .rembercard p {
    color: #999;
    font-size: 14px;
    font-weight: 300; }
    /** 新版已無 creditcard_b **/
  .pay_area .pay_options .origin_pay_content .creditcard_b {
    width: 97.72727%;
    float: left;
    margin-left: 1.13636%;
    margin-right: 1.13636%;
    margin-bottom: 10px;
    padding: 0 25px; }
  .pay_area .pay_options .pay_content .card-wrapper {
    float: right;
    width: 400px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 20px;
    padding: 0 25px; }
  .pay_area .pay_options .origin_pay_content .creditcard_b h6 {
    color: #666;
    margin-bottom: 3px; }
  .pay_area .pay_options .origin_pay_content .creditcard_b p {
    color: #999; }
  .pay_area .pay_options .pay_content .creditcard_a .dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: left;
    align-items: center;
    float: left;
    height: 60px;
    margin-right: 10px;
    margin-top: 10px; }
  .pay_area .pay_options .pay_content .creditcard_a .dates select {
    width: 70px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #FFF;
    color: #999; }
    /* default 用的 class */
  .pay_area .pay_options .pay_content .creditcard_a .dates select:disabled {
    width: 70px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: right;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number .invalid {

  }
  .pay_area .pay_options .pay_content .creditcard_a .security_number .visited:required:invalid {
      border-color: #e9322d;
      -webkit-box-shadow: 0 0 6px #f8b9b7;
      -moz-box-shadow: 0 0 6px #f8b9b7;
      box-shadow: 0 0 6px #f8b9b7;
   }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text'] {
    width: 130px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    outline: none;
    margin-top: 20px; }
    /** 安全碼不合法長度 **/
  .pay_area .pay_options .pay_content .creditcard_a .security_number.invalid_length input[type='text'] {
    width: 130px;
    height: 40px;
    border: 1px solid #e9322d;
    color:red;
    border-radius: 2px;
    padding: 10px;
    outline: none;
    margin-top: 20px; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 5px;
    font-weight: 300; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 5px;
    font-weight: 300; }
    /** creditcard_b 舊版 css **/
  .pay_area .pay_options .origin_pay_content .creditcard_b .dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 60px;
    margin-right: 30px; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .dates select {
    width: 100px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #FFF;
    color: #999; }
  .pay_area .pay_options .pay_content .creditcard_b .security_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text'] {
    width: 150px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
}

@media (min-width: 979px) {
  .pay_area {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    margin-top: 30px; }
  .pay_area:after {
    content: " ";
    display: block;
    clear: both; }
  .pay_area .pay_options {
    margin-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .pay_area .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px; }
  .pay_area .pay_options .origin_pay_content .payment_note {
    margin: 0 20px;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 18px;
    margin-bottom: 20px; }
  .pay_area .pay_options .origin_pay_content .payment_note p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #999; }
  .pay_area .pay_options .pay_content .payment_note {
    margin: 0 20px;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 18px;
    margin-bottom: 20px; }
  .pay_area .pay_options .pay_content .payment_note p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #999; }
    /** 新版已無 creditcard_naming **/
  .pay_area .pay_options .origin_pay_content .creditcard_naming {
    width: 98.14815%;
    float: left;
    margin-left: 0.92593%;
    margin-right: 0.92593%;
    padding: 0 25px;
    margin-bottom: 20px; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming .inputtitle {
    color: #666;
    margin-bottom: 15px; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text'] {
    width: 200px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    margin-right: 10px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .origin_pay_content .creditcard_naming input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .pay_content .creditcard_a {
    width: 550px;
    float: left;
    margin-left: 0.92593%;
    margin-right: 0.92593%;
    height: 70px;
    margin-bottom: 20px;
    padding: 0 25px;
    margin-top: 10px;
    margin-bottom: 0; }
  .pay_area .pay_options .origin_pay_content .creditcard_a {
    width: 56.48148%;
    float: left;
    margin-left: 0.92593%;
    margin-right: 0.92593%;
    height: 100px;
    margin-bottom: 20px;
    padding: 0 25px;
    margin-top: 10px;
    margin-bottom: 0; }
  .pay_area .pay_options .pay_content .creditcard_a h6 {
    color: #666;
    margin-bottom: 5px; }
  .pay_area .pay_options .pay_content .creditcard_a p {
    color: #999; }
    /** 新版 & 禮物卡皆無 cards_species 卡別, 不動 **/
  .pay_area .pay_options .pay_content .creditcard_a .cards_species {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards {
    margin-bottom: 0;
    margin-right: 14px; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label input[type='radio'] {
    visibility: visible;
    position: static;
    width: 20px;
    height: 20px;
    background-color: #200;
    margin-right: 2px; }
  .pay_area .pay_options .pay_content .creditcard_a .cards_species .cards label img {
    width: 60px; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top:10px;}
  .pay_area .pay_options .origin_pay_content .creditcard_a .card_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top:10px;}
  .pay_area .pay_options .origin_pay_content .creditcard_a .card_number input[type='text'] {
    width: 100px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_a .card_number p {
    color: #999;
    font-size: 20px;
    margin: 0 5px; }
  .pay_area .pay_options .pay_content .creditcard_a .card_number .visited:required:invalid {
      border-color: #e9322d;
      -webkit-box-shadow: 0 0 6px #f8b9b7;
      -moz-box-shadow: 0 0 6px #f8b9b7;
      box-shadow: 0 0 6px #f8b9b7;
   }
  .pay_area .pay_options .pay_content .creditcard_a .card_number input[type='text'] {
    width: 430px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 10px;
    outline: none;
    margin-top:20px;}
  .pay_area .pay_options .pay_content .creditcard_a .card_number.invalid_cardno input[type='text'] {
    width: 430px;
    height: 40px;
    border: 1px solid #e9322d;
    border-radius: 2px;
    padding: 10px;
    outline: none;
    margin-top:20px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-line-3 {
    margin-top:20px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-jp-line-3 {
    margin-top:30px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-line-3.two_error_msg {
    margin-top:30px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-jp-line-3.two_error_msg {
    margin-top:50px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-line-3.three_error_msg {
    margin-top:50px;}
  .pay_area .pay_options .pay_content .creditcard_a .creditcard_a-jp-line-3.three_error_msg {
    margin-top:70px;}
  .pay_area .pay_options .pay_content .creditcard_a .card_number p {
    color: #999;
    font-size: 20px;
    margin: 0 5px; }
    /** 新版 & giftcard 都沒用到 rembercard, 不動 **/
  .pay_area .pay_options .pay_content .creditcard_a .rembercard {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_content .creditcard_a .rembercard input[type='checkbox'] {
    margin-right: 5px;
    width: 15px;
    height: 15px; }
  .pay_area .pay_options .pay_content .creditcard_a .rembercard p {
    color: #999;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .pay_content .card-wrapper {
    float: right;
    width: 400px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 1px;
    padding: 0 25px; }
    /** creditcard_b (日期, 安全碼) 只有舊版有用到 **/
  .pay_area .pay_options .origin_pay_content .creditcard_b {
    width: 39.81481%;
    float: left;
    margin-left: 0.92593%;
    margin-right: 0.92593%;
    height: 100px;
    margin-bottom: 20px;
    padding: 0 25px;
    margin-top: 10px;
    margin-bottom: 0; }
  .pay_area .pay_options .origin_pay_content .creditcard_b h6 {
    color: #666;
    margin-bottom: 5px; }
  .pay_area .pay_options .origin_pay_content .creditcard_b p {
    color: #999; }
  .pay_area .pay_options .pay_content .creditcard_a .dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 60px;
    margin-right: 30px; }
  .pay_area .pay_options .pay_content .creditcard_a .dates select {
    width: 100px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #FFF;
    color: #999; }
    /* default 用的 class */
  .pay_area .pay_options .pay_content .creditcard_a .dates select:disabled {
    width: 100px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number .visited:required:invalid {
      border-color: #e9322d;
      -webkit-box-shadow: 0 0 6px #f8b9b7;
      -moz-box-shadow: 0 0 6px #f8b9b7;
      box-shadow: 0 0 6px #f8b9b7;
   }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text'] {
    width: 130px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-left: 20px;
    padding: 10px;
    outline: none; }
    /** 安全碼不合法長度 **/
  .pay_area .pay_options .pay_content .creditcard_a .security_number.invalid_length input[type='text'] {
    width: 130px;
    height: 40px;
    border: 1px solid #e9322d;
    border-radius: 2px;
    margin-left: 20px;
    padding: 10px;
    outline: none;
    color:red; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 5px;
    font-weight: 300; }
  .pay_area .pay_options .pay_content .creditcard_a .security_number input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 5px;
    font-weight: 300; }
    /** creditcard_b (日期, 安全碼) 只有舊版有用到 **/
  .pay_area .pay_options .origin_pay_content .creditcard_b .dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 60px;
    margin-right: 30px; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .dates select {
    width: 100px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background: #FFF;
    color: #999; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text'] {
    width: 150px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    outline: none; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .pay_area .pay_options .origin_pay_content .creditcard_b .security_number input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
}

@media (min-width: 0px) {
  .submit_area {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_area:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_area h6 {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px; }
  .submit_area h6 a {
    color: #33aed9; }
  .submit_area .submit {
    display: block;
    width: 80%;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    color: #FFF; } }

@media (min-width: 767px) {
  .submit_area {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_area:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_area h6 {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px; }
  .submit_area h6 a {
    color: #33aed9; }
  .submit_area .submit {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; } }

@media (min-width: 979px) {
  .submit_area {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_area:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_area h6 {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px; }
  .submit_area h6 a {
    color: #33aed9; }
  .submit_area .submit {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; } }

@media (min-width: 0px) {
  .personal_confirm {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    margin-top: 30px; }
  .personal_confirm:after {
    content: " ";
    display: block;
    clear: both; }
  .personal_confirm .pay_options {
    margin-top: 30px;
    padding-bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .personal_confirm .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .personal_confirm .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 0px; }
  .personal_confirm .pay_options .pay_title p {
    display: none;
    width: 60%;
    font-size: 12px;
    color: #888;
    font-weight: 300;
    line-height: 1.3;
    margin-right: 20px; }
  .personal_confirm .pay_options .input_left {
    width: 100%;
    padding: 30px; }
  .personal_confirm .pay_options .input_left .cata_all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
  .personal_confirm .pay_options .input_left .cata_all .student {
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .personal_confirm .pay_options .input_left .cata_all .student input {
    margin: 0; }
  .personal_confirm .pay_options .input_left .cata_all .student .po_photo {
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .personal_confirm .pay_options .input_left .cata_all .student .po_photo i {
    font-size: 25px;
    color: #3da6da !important; }
  .personal_confirm .pay_options .input_left .cata_all .student .delete_photo {
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .personal_confirm .pay_options .input_left .cata_all .student .delete_photo i {
    font-size: 25px;
    color: #d40404 !important; }
  .personal_confirm .pay_options .input_left .cata_all .student .upload_btn {
    width: 150px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 5px; }
  .personal_confirm .pay_options .input_left .cata_all .upload_btn {
    padding: 10px 20px;
    background: #ddd;
    border: none; }
  .personal_confirm .pay_options .input_left .cata_all .upload_input {
    width: 100%; }
  .personal_confirm .pay_options .input_left .cata_all .inputtitle_float {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    color: #555; }
  .personal_confirm .pay_options .input_left .cata_all label a {
    color: #00AED8; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .pay_options .input_left .form_text {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding: 20px 10px; }
  .personal_confirm .pay_options .input_left .form_text h6 {
    font-size: 16px;
    color: #555;
    line-height: 1.3;
    margin-bottom: 5px; }
  .personal_confirm .pay_options .input_left .form_text p {
    font-size: 14px;
    color: #888;
    line-height: 1.4; }
  .personal_confirm .pay_options .input_left .form_text ul li {
    font-size: 14px;
    color: #888;
    line-height: 1.4;
    margin-left: 20px;
    list-style: decimal outside; }
  .personal_confirm .pay_options .input_left .form_text .signup-enews {
    color: #888;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 14px; }
  .personal_confirm .pay_options .input_left .form_text .signup-enews input {
    margin-right: 5px; }
  .personal_confirm .personal_confirm_familyplan .list-input {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_familyplan .list-input .t-text {
    width: 100%;
    font-size: 16px;
    color: #555;
    margin-right: 10px;
    margin-bottom: 12px; }
  .personal_confirm .personal_confirm_familyplan .list-input p {
    color: #888;
    font-weight: 300;
    line-height: 1.4; }
  .personal_confirm .personal_confirm_familyplan .list-input input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 {
    width: 100%;
    margin-bottom: 10px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text'] {
    width: 100%;
    color: #777;
    font-weight: 300;
    font-size: 14px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']::placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 select {
    width: 100%;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 {
    width: 100%;
    margin-bottom: 10px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text'] {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: 100%; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']::placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 p {
    color: #e14a57;
    font-size: 14px; }
  .personal_confirm .personal_confirm_content .list-a {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .list-a .t-text {
    font-size: 16px;
    color: #555;
    margin-right: 10px;
    margin-bottom: 7px; }
  .personal_confirm .personal_confirm_content .list-a p {
    color: #888;
    font-weight: 300;
    line-height: 1.4; }
  .personal_confirm .personal_confirm_content .list-a input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .personal_confirm .personal_confirm_content .list-b {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .list-b input[type='checkbox'] {
    margin-right: 5px; }
  .personal_confirm .personal_confirm_content .list-b p {
    color: #888;
    font-weight: 300;
    font-size: 13px; }
  .personal_confirm .personal_confirm_content .tabs {
    position: relative;
    width: 100%;
    background: #f8f8f8; }
  .personal_confirm .personal_confirm_content .tabs input[type='radio'] {
    visibility: hidden;
    position: absolute; }
  .personal_confirm .personal_confirm_content .tabs label {
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #5f6062;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    background: #f8f8f8;
    cursor: pointer; }
  .personal_confirm .personal_confirm_content .tabs input[type='radio']:checked + label {
    color: #00addc;
    background: #f8f8f8;
    border-bottom: 3px solid #00addc; }
  .personal_confirm .personal_confirm_content .content {
    background: #FFF;
    width: 100%;
    padding: 30px; }
  .personal_confirm .personal_confirm_content .content p {
    color: #666;
    font-size: 15px;
    line-height: 1.5; }
  .personal_confirm .personal_confirm_content .content h6 {
    width: 100px;
    color: #666;
    font-size: 15px;
    line-height: 40px;
    align-self: flex-start;
    margin-bottom: 0px; }
  .personal_confirm .personal_confirm_content .content .receipt-1 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item select {
    display: block;
    margin-left: 0px;
    height: 40px;
    width: 100%;
    padding: 10px 40px 10px 8px;
    font-size: 13px;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type="text"] {
    margin-left: 0px;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item {
    height: auto;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .input_container {
    flex: 1;
    width: 100%;
  }
  .personal_confirm .personal_confirm_content .content .receipt-2 .input_container p {
    margin: 0;
  }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item .error {
    font-size: 13px;
    color: #e52676; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item select {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
    height: 40px;
    padding: 10px 40px 10px 8px;
    font-size: 14px !important;
    border: 1px solid #9e9e9e;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type="text"] {
    margin-left: 0px;
    width: 100%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    padding: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type="checkbox"] {
    margin-right: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item label {
    background-color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: center;
    flex-direction: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    padding: 0; }
  .personal_confirm .personal_confirm_content .content .receipt-3 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item .error {
    font-size: 13px;
    color: #e52676; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item select {
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
    height: 40px;
    width: 100%;
    padding: 10px 40px 10px 8px;
    border: 1px solid #9e9e9e;
    font-size: 14px !important;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type="text"] {
    margin-left: 0px;
    width: 100%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; } }

@media (min-width: 767px) {
  .personal_confirm {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    margin-top: 30px; }
  .personal_confirm:after {
    content: " ";
    display: block;
    clear: both; }
  .personal_confirm .pay_options {
    margin-top: 30px;
    padding-bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .personal_confirm .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .personal_confirm .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px; }
  .personal_confirm .pay_options .pay_title p {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 60%;
    font-size: 12px;
    color: #888;
    font-weight: 300;
    line-height: 1.3;
    margin-right: 20px; }
  .personal_confirm .pay_options .input_left {
    width: 100%;
    padding: 30px; }
  .personal_confirm .pay_options .input_left .cata_all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px; }
  .personal_confirm .pay_options .input_left .cata_all .student {
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .personal_confirm .pay_options .input_left .cata_all .student input {
    margin: 0; }
  .personal_confirm .pay_options .input_left .cata_all .student .po_photo {
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .personal_confirm .pay_options .input_left .cata_all .student .po_photo i {
    font-size: 25px;
    color: #3da6da !important; }
  .personal_confirm .pay_options .input_left .cata_all .student .delete_photo {
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .personal_confirm .pay_options .input_left .cata_all .student .delete_photo i {
    font-size: 25px;
    color: #d40404 !important; }
  .personal_confirm .pay_options .input_left .cata_all .student .upload_btn {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 0; }
  .personal_confirm .pay_options .input_left .cata_all .upload_btn {
    padding: 10px 20px; }
  .personal_confirm .pay_options .input_left .cata_all .inputtitle_float {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 250px;
    color: #555;
    margin-top: 10px;
    margin-bottom: 20px; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text'] {
    width: 300px;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .pay_options .input_left .form_text {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding: 20px 10px; }
  .personal_confirm .pay_options .input_left .form_text h6 {
    font-size: 16px;
    color: #555;
    line-height: 1.3;
    margin-bottom: 5px; }
  .personal_confirm .pay_options .input_left .form_text p {
    font-size: 14px;
    color: #888;
    line-height: 1.4; }
  .personal_confirm .pay_options .input_left .form_text ul li {
    font-size: 14px;
    color: #888;
    line-height: 1.4;
    margin-left: 20px;
    list-style: decimal outside; }
  .personal_confirm .pay_options .input_left .form_text .signup-enews {
    color: #888;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 14px; }
  .personal_confirm .pay_options .input_left .form_text .signup-enews input {
    margin-right: 5px; }
  .personal_confirm .personal_confirm_familyplan .list-input {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_familyplan .list-input .t-text {
    width: 70px;
    font-size: 16px;
    color: #555;
    margin-right: 14px;
    margin-top: 10px; }
  .personal_confirm .personal_confirm_familyplan .list-input p {
    color: #888;
    font-weight: 300; }
  .personal_confirm .personal_confirm_familyplan .list-input input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 {
    margin-bottom: 10px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text'] {
    color: #777;
    font-weight: 300;
    font-size: 14px;
    border-radius: 0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']::placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 select {
    width: 150px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: none;
    outline: none;
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 {
    margin-bottom: 10px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text'] {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: 500px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']::placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 p {
    color: #e14a57;
    font-size: 14px; }
  .personal_confirm .personal_confirm_content .list-a {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .list-a .t-text {
    font-size: 16px;
    color: #555;
    margin-right: 10px; }
  .personal_confirm .personal_confirm_content .list-a p {
    color: #888;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .list-a input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .personal_confirm .personal_confirm_content .list-b {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .list-b input[type='checkbox'] {
    margin-right: 5px; }
  .personal_confirm .personal_confirm_content .list-b p {
    color: #888;
    font-weight: 300;
    font-size: 13px; }
  .personal_confirm .personal_confirm_content .tabs {
    position: relative;
    width: 100%;
    background: #f8f8f8; }
  .personal_confirm .personal_confirm_content .tabs input[type='radio'] {
    visibility: hidden; }
  .personal_confirm .personal_confirm_content .tabs label {
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    float: left;
    color: #5f6062;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    background: #f8f8f8;
    cursor: pointer; }
  .personal_confirm .personal_confirm_content .tabs input[type='radio']:checked + label {
    color: #00addc;
    background: #f8f8f8;
    border-bottom: 3px solid #00addc; }
  .personal_confirm .personal_confirm_content .content {
    background: #FFF;
    width: 100%;
    padding: 30px; }
  .personal_confirm .personal_confirm_content .content p {
    color: #666;
    font-size: 15px;
    line-height: 1.5; }
  .personal_confirm .personal_confirm_content .content h6 {
    color: #666;
    font-size: 15px;
    margin-bottom: 0; }
  .personal_confirm .personal_confirm_content .content .receipt-1 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item {
    height: 40px;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item select {
    display: block;
    margin-left: 10px;
    height: 40px;
    width: 50%;
    padding: 10px 40px 10px 8px;
    font-size: 14px !important;
    border: 1px solid #9e9e9e;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type="text"] {
    margin-left: 10px;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-content-font-size: 13px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item .error {
    color: #e52676; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item select {
    display: block;
    margin-left: 10px;
    height: 40px;
    width: 120px;
    margin-bottom: 0;
    padding: 10px 40px 10px 8px;
    border: 1px solid #9e9e9e;
    font-size: 14px !important;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type="text"] {
    width: 50%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    padding: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type="checkbox"] {
    margin-right: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item label {
    background-color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: center;
    flex-direction: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    padding: 0; }
  .personal_confirm .personal_confirm_content .content .receipt-3 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item {
    height: 40px;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item .error {
    font-size: 13px;
    color: #e52676; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item select {
    display: block;
    height: 20px;
    margin-left: 10px;
    height: 40px;
    width: 120px;
    margin-bottom: 0;
    padding: 10px 40px 10px 8px;
    border: 1px solid #9e9e9e;
    font-size: 14px !important;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type="text"] {
    margin-left: 10px;
    width: 50%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; } }

@media (min-width: 979px) {
  .personal_confirm {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    margin-top: 30px; }
  .personal_confirm:after {
    content: " ";
    display: block;
    clear: both; }
  .personal_confirm .pay_options {
    margin-top: 30px;
    padding-bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .personal_confirm .pay_options .pay_title {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .personal_confirm .pay_options .pay_title .main_text {
    color: #555555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px; }
  .personal_confirm .pay_options .pay_title p {
    display: block;
    width: 60%;
    font-size: 12px;
    color: #888;
    font-weight: 300;
    line-height: 1.3;
    margin-right: 20px; }
  .personal_confirm .pay_options .input_left {
    width: 100%;
    padding: 30px; }
  .personal_confirm .pay_options .input_left .cata_all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px; }
  .personal_confirm .pay_options .input_left .cata_all .student {
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .personal_confirm .pay_options .input_left .cata_all .student input {
    margin: 0; }
  .personal_confirm .pay_options .input_left .cata_all .student .po_photo {
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .personal_confirm .pay_options .input_left .cata_all .student .po_photo i {
    font-size: 25px;
    color: #3da6da !important; }
  .personal_confirm .pay_options .input_left .cata_all .student .delete_photo {
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .personal_confirm .pay_options .input_left .cata_all .student .delete_photo i {
    font-size: 25px;
    color: #d40404 !important; }
  .personal_confirm .pay_options .input_left .cata_all .student .upload_btn {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 0; }
  .personal_confirm .pay_options .input_left .cata_all .inputtitle_float {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 300px;
    color: #555; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text'] {
    width: 300px;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .pay_options .input_left .cata_all input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .pay_options .input_left .form_text {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding: 20px 10px; }
  .personal_confirm .pay_options .input_left .form_text h6 {
    font-size: 16px;
    color: #555;
    line-height: 1.3;
    margin-bottom: 5px; }
  .personal_confirm .pay_options .input_left .form_text p {
    font-size: 14px;
    color: #888;
    line-height: 1.4; }
  .personal_confirm .pay_options .input_left .form_text ul li {
    font-size: 14px;
    color: #888;
    line-height: 1.4;
    margin-left: 20px;
    list-style: decimal outside; }
  .personal_confirm .pay_options .input_left .form_text .signup-enews {
    color: #888;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 14px; }
  .personal_confirm .pay_options .input_left .form_text .signup-enews input {
    margin-right: 5px; }
  .personal_confirm .personal_confirm_familyplan .list-input {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_familyplan .list-input .t-text {
    font-size: 16px;
    color: #555;
    margin-right: 14px;
    margin-top: 10px; }
  .personal_confirm .personal_confirm_familyplan .list-input p {
    color: #888;
    font-weight: 300; }
  .personal_confirm .personal_confirm_familyplan .list-input input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 {
    margin-bottom: 10px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text'] {
    color: #777;
    font-weight: 300;
    font-size: 14px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']::placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_1 select {
    width: 150px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 {
    margin-bottom: 10px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text'] {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: 500px; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']::placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_familyplan .list-input .input_line .input_row_2 p {
    color: #e14a57;
    font-size: 14px; }
  .personal_confirm .personal_confirm_content .list-a {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .list-a .t-text {
    font-size: 16px;
    color: #555;
    margin-right: 10px; }
  .personal_confirm .personal_confirm_content .list-a p {
    color: #888;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .list-a input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_content .list-a .input_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_1 {
    margin-bottom: 10px; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_1 input[type='text'] {
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_1 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_1 input[type='text']::placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_1 select {
    width: 150px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    background: #FFF;
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_2 {
    margin-bottom: 10px; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_2 input[type='text'] {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: 500px; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_2 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_2 input[type='text']::placeholder {
    color: #c0c0c0; }
  .personal_confirm .personal_confirm_content .list-a .input_line .input_row_2 p {
    color: #e14a57;
    font-size: 14px; }
  .personal_confirm .personal_confirm_content .list-b {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .list-b input[type='checkbox'] {
    margin-right: 5px; }
  .personal_confirm .personal_confirm_content .list-b p {
    color: #888;
    font-weight: 300;
    font-size: 13px; }
  .personal_confirm .personal_confirm_content .tabs {
    position: relative;
    width: 100%;
    background: #f8f8f8; }
  .personal_confirm .personal_confirm_content .tabs input[type='radio'] {
    visibility: hidden; }
  .personal_confirm .personal_confirm_content .tabs label {
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    float: left;
    color: #5f6062;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    background: #f8f8f8;
    cursor: pointer; }
  .personal_confirm .personal_confirm_content .tabs input[type='radio']:checked + label {
    color: #00addc;
    background: #f8f8f8;
    border-bottom: 3px solid #00addc; }
  .personal_confirm .personal_confirm_content .content {
    background: #FFF;
    width: 100%;
    height: auto;
    padding: 30px; }
  .personal_confirm .personal_confirm_content .content p {
    color: #666;
    font-size: 15px;
    line-height: 1.5; }
  .personal_confirm .personal_confirm_content .content h6 {
    color: #666;
    font-size: 15px;
    margin-bottom: 0; }
  .personal_confirm .personal_confirm_content .content .receipt-1 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item {
    height: 40px;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item select {
    display: block;
    margin-left: 10px;
    height: 40px;
    width: 50%;
    padding: 10px 40px 10px 8px;
    font-size: 14px !important;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type="text"] {
    margin-left: 10px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-1 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item .error {
    font-size: 13px;
    color: #e52676; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item select {
    display: block;
    margin-left: 10px;
    height: 40px;
    width: 120px;
    margin-bottom: 0;
    padding: 10px 40px 10px 8px;
    border: 1px solid #9e9e9e;
    font-size: 14px !important;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type="text"] {
    width: 50%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    padding: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-2 .item input[type="checkbox"] {
    margin-right: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-3 {
    display: none; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item {
    height: 40px;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item .error {
    font-size: 13px;
    color: #e52676; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item select {
    display: block;
    margin-left: 10px;
    height: 40px;
    width: 120px;
    margin-bottom: 0;
    border: 1px solid #9e9e9e;
    padding: 10px 40px 10px 8px;
    font-size: 14px !important;
    color: #888;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type="text"] {
    margin-left: 10px;
    width: 50%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type='text']:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; }
  .personal_confirm .personal_confirm_content .content .receipt-3 .item input[type='text']::placeholder {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 300; } }

.note {
  color: #c6c6c6; }

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3 {
  display: block; }

@media (min-width: 0px) {
  .white-popup_1 {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .white-popup_1:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 767px) {
  .white-popup_1 {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .white-popup_1:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 979px) {
  .white-popup_1 {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .white-popup_1:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 0px) {
  .card_info {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px; }
  .card_info:after {
    content: " ";
    display: block;
    clear: both; }
  .card_info .card-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2; }
  .card_info .card-cetegory .card-top {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .card_info .card-cetegory .card-top .card-title {
    width: 100%;
    margin-right: 40px;
    margin-top: 5px; }
  .card_info .card-cetegory .card-top .card-title h5 {
    font-size: 22px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px; }
  .card_info .card-cetegory .card-top .card-title h6 {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 1.3;
    margin-bottom: 10px; }
  .card_info .card-cetegory .card-top .card-photo {
    margin-top: 10px; }
  .card_info .card-cetegory .card-top .card-photo img {
    margin-right: 10px; }
  .card_info .card-cetegory .card-mention {
    margin-bottom: 20px; }
  .card_info .card-cetegory .card-mention table {
    margin-left: 10px;
    border: 1px solid gray;
    border-collapse: collapse;
    border-spacing: 2px; }
  .card_info .card-cetegory .card-mention td {
    border: 1px solid gray; }
  .card_info .card-cetegory .card-mention td span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .card-mention p {
    margin-left: 10px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .card-mention li {
    margin-left: 20px;
    margin-bottom: 5px;
    list-style: decimal outside;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .warnings {
    background: #e6e4e5;
    padding: 10px; }
  .card_info .card-cetegory .warnings h6 {
    font-size: 15px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .warnings p {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .bottom_card h6 {
    color: #666;
    font-size: 13px;
    margin-bottom: 20px; }
  .card_info .card-cetegory .bottom_card .identification {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .card_info .card-cetegory .bottom_card .identification img {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px; } }

@media (min-width: 767px) {
  .card_info {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 30px; }
  .card_info:after {
    content: " ";
    display: block;
    clear: both; }
  .card_info .card-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2; }
  .card_info .card-cetegory .card-top {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .card_info .card-cetegory .card-top .card-title {
    width: 40%;
    margin-right: 40px;
    margin-top: 5px; }
  .card_info .card-cetegory .card-top .card-title h5 {
    font-size: 22px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px; }
  .card_info .card-cetegory .card-top .card-title h6 {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 1.3;
    margin-bottom: 10px; }
  .card_info .card-cetegory .card-top .card-photo {
    margin-top: 0; }
  .card_info .card-cetegory .card-top .card-photo img {
    margin-right: 20px; }
  .card_info .card-cetegory .card-mention {
    margin-bottom: 20px; }
  .card_info .card-cetegory .card-mention table {
    margin-left: 10px;
    border: 1px solid gray;
    border-collapse: collapse;
    border-spacing: 2px; }
  .card_info .card-cetegory .card-mention td {
    border: 1px solid gray; }
  .card_info .card-cetegory .card-mention td span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .card-mention p {
    margin-left: 10px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .card-mention li {
    margin-left: 20px;
    margin-bottom: 5px;
    list-style: decimal outside;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .warnings {
    background: #e6e4e5;
    padding: 10px; }
  .card_info .card-cetegory .warnings h6 {
    font-size: 15px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .warnings p {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .bottom_card h6 {
    color: #666;
    font-size: 13px;
    margin-bottom: 20px; }
  .card_info .card-cetegory .bottom_card .identification {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .card_info .card-cetegory .bottom_card .identification img {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px; } }

@media (min-width: 979px) {
  .card_info {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px; }
  .card_info:after {
    content: " ";
    display: block;
    clear: both; }
  .card_info .card-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2; }
  .card_info .card-cetegory .card-top {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .card_info .card-cetegory .card-top .card-title {
    width: 40%;
    margin-right: 40px;
    margin-top: 5px; }
  .card_info .card-cetegory .card-top .card-title h5 {
    font-size: 22px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px; }
  .card_info .card-cetegory .card-top .card-title h6 {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 1.3;
    margin-bottom: 10px; }
  .card_info .card-cetegory .card-top .card-photo img {
    margin-right: 20px; }
  .card_info .card-cetegory .card-mention {
    margin-bottom: 20px; }
  .card_info .card-cetegory .card-mention table {
    margin-left: 10px;
    border: 1px solid gray;
    border-collapse: collapse;
    border-spacing: 2px; }
  .card_info .card-cetegory .card-mention td {
    border: 1px solid gray; }
  .card_info .card-cetegory .card-mention td span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .card-mention p {
    margin-left: 10px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .card-mention li {
    margin-left: 20px;
    margin-bottom: 5px;
    list-style: decimal outside;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .warnings {
    background: #e6e4e5;
    padding: 10px; }
  .card_info .card-cetegory .warnings h6 {
    font-size: 15px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .warnings p {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .card_info .card-cetegory .bottom_card h6 {
    color: #666;
    font-size: 13px;
    margin-bottom: 20px; }
  .card_info .card-cetegory .bottom_card .identification {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .card_info .card-cetegory .bottom_card .identification img {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px; } }

.online_pay-wrapper {
  width: 95%;
  margin: 0 auto;
  background-color: #FFF; }

@media (min-width: 0px) {
  .online_pay {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto; }
  .online_pay:after {
    content: " ";
    display: block;
    clear: both; }
  .online_pay .content_a {
    width: 84.28571%;
    float: left;
    margin-left: 1.19048%;
    margin-right: 1.19048%;
    margin-left: 7.85714%;
    padding-top: 40px;
    padding-bottom: 70px; }
  .online_pay .content_a h4 {
    color: #666;
    font-size: 23px;
    margin-bottom: 30px;
    text-align: center; }
  .online_pay .content_a h5 {
    color: #00aed8;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center; }
  .online_pay .content_a h6 {
    font-size: 18px;
    color: #787878;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px; }
  .online_pay .content_a p {
    font-size: 13px;
    color: #787878;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px; }
  .online_pay .content_a li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: square outside;
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .online_pay .content_a .attention {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px; }
  .online_pay .content_a .button_section {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .button_section .reselect {
    display: block;
    width: 100%;
    height: 38px;
    margin: 0 20px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #999;
    border: solid 2px #999999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .button_section .apply {
    display: block;
    width: 100%;
    height: 38px;
    margin: 0 20px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .getreceipt {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #e1e1e1;
    padding: 40px;
    margin-bottom: 90px; }
  .online_pay .content_a .getreceipt .order_num {
    height: 40px;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 500;
    color: #555555; }
  .online_pay .content_a .getreceipt .order_num input[type="text"] {
    margin-left: 0px;
    margin-top: 10px;
    height: 40px;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .online_pay .content_a .getreceipt .reviewreceipt {
    display: block;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 80px;
    width: 100%;
    height: 45px;
    background: #33aed9;
    font-size: 17px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .order_data {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #e1e1e1;
    padding: 20px;
    margin-bottom: 90px; }
  .online_pay .content_a .order_data .member_info {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px; }
  .online_pay .content_a .order_data .member_info .data_item {
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .member_info .data_item h6 {
    font-size: 16px;
    width: 90%;
    color: #555; }
  .online_pay .content_a .order_data .member_info .data_item p {
    font-size: 16px;
    color: #999; }
  .online_pay .content_a .order_data .address {
    width: 100%; }
  .online_pay .content_a .order_data .address .address_info {
    width: 100%;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .address .address_info h6 {
    font-size: 16px;
    color: #555;
    width: 150px;
    margin-right: 10px;
    margin-top: 7px; }
  .online_pay .content_a .order_data .address .address_info .address_detail {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .order_data .address .address_info .address_detail .detail {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    color: #999; }
  .online_pay .content_a .order_data .address .address_info .address_detail .detail input[type="text"] {
    margin-left: 0px;
    margin-top: 5px;
    height: 40px;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .online_pay .content_a .order_data .address .password {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .address .password h6 {
    font-size: 16px;
    color: #555;
    width: 150px;
    margin-right: 10px;
    margin-top: 7px; }
  .online_pay .content_a .order_data .address .password input[type="text"] {
    height: 40px;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; } }

@media (min-width: 767px) {
  .online_pay {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto; }
  .online_pay:after {
    content: " ";
    display: block;
    clear: both; }
  .online_pay .content_a {
    width: 72.72727%;
    float: left;
    margin-left: 1.13636%;
    margin-right: 1.13636%;
    margin-left: 13.63636%;
    padding-top: 50px;
    padding-bottom: 70px; }
  .online_pay .content_a h4 {
    color: #666;
    font-size: 23px;
    margin-bottom: 30px;
    text-align: center; }
  .online_pay .content_a h5 {
    color: #00aed8;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center; }
  .online_pay .content_a h6 {
    font-size: 18px;
    color: #787878;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px; }
  .online_pay .content_a p {
    font-size: 13px;
    color: #787878;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px; }
  .online_pay .content_a li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: square outside;
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .online_pay .content_a .attention {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px; }
  .online_pay .content_a .button_section {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .button_section .reselect {
    display: block;
    width: 180px;
    height: 38px;
    margin: 0 20px;
    font-weight: 300;
    color: #999;
    border: solid 2px #999999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .button_section .apply {
    display: block;
    width: 180px;
    height: 38px;
    margin: 0 20px;
    font-weight: 300;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .getreceipt {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #e1e1e1;
    padding: 40px;
    margin-bottom: 90px; }
  .online_pay .content_a .getreceipt .order_num {
    height: 40px;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 500;
    color: #555555; }
  .online_pay .content_a .getreceipt .order_num input[type="text"] {
    margin-left: 10px;
    height: 40px;
    width: 70%;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .online_pay .content_a .getreceipt .reviewreceipt {
    display: block;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 80px;
    width: 350px;
    height: 45px;
    background: #33aed9;
    font-size: 17px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .order_data {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #e1e1e1;
    padding: 40px;
    margin-bottom: 90px; }
  .online_pay .content_a .order_data .member_info {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px; }
  .online_pay .content_a .order_data .member_info .data_item {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .member_info .data_item h6 {
    font-size: 16px;
    width: 100px;
    color: #555; }
  .online_pay .content_a .order_data .member_info .data_item p {
    font-size: 16px;
    color: #999; }
  .online_pay .content_a .order_data .address {
    width: 100%; }
  .online_pay .content_a .order_data .address .address_info {
    width: 100%;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .address .address_info h6 {
    font-size: 16px;
    color: #555;
    width: 150px;
    margin-right: 10px;
    margin-top: 0px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .address .address_info .address_detail {
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .order_data .address .address_info .address_detail .detail {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    color: #999; }
  .online_pay .content_a .order_data .address .address_info .address_detail .detail input[type="text"] {
    margin-left: 10px;
    height: 40px;
    width: 70%;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .online_pay .content_a .order_data .address .password {
    width: 100%;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .address .password h6 {
    font-size: 16px;
    color: #555;
    width: 150px;
    margin-right: 10px;
    margin-top: 7px; }
  .online_pay .content_a .order_data .address .password input[type="text"] {
    height: 40px;
    width: 120px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; } }

@media (min-width: 979px) {
  .online_pay {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .online_pay:after {
    content: " ";
    display: block;
    clear: both; }
  .online_pay .content_a {
    width: 64.81481%;
    float: left;
    margin-left: 0.92593%;
    margin-right: 0.92593%;
    margin-left: 17.59259%;
    padding-top: 50px;
    padding-bottom: 70px; }
  .online_pay .content_a h4 {
    color: #666;
    font-size: 23px;
    margin-bottom: 30px;
    text-align: center; }
  .online_pay .content_a h5 {
    color: #00aed8;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center; }
  .online_pay .content_a h6 {
    font-size: 18px;
    color: #787878;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px; }
  .online_pay .content_a p {
    font-size: 13px;
    color: #787878;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px; }
  .online_pay .content_a li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: square outside;
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .online_pay .content_a .attention {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 30px; }
  .online_pay .content_a .button_section {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .button_section .reselect {
    display: block;
    width: 180px;
    height: 38px;
    margin: 0 20px;
    font-weight: 300;
    color: #999;
    border: solid 2px #999999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .button_section .apply {
    display: block;
    width: 180px;
    height: 38px;
    margin: 0 20px;
    font-weight: 300;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .getreceipt {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #e1e1e1;
    padding: 40px;
    margin-bottom: 90px; }
  .online_pay .content_a .getreceipt .order_num {
    height: 40px;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 500;
    color: #555555; }
  .online_pay .content_a .getreceipt .order_num input[type="text"] {
    margin-left: 10px;
    height: 40px;
    width: 70%;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .online_pay .content_a .getreceipt .reviewreceipt {
    display: block;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 80px;
    width: 350px;
    height: 45px;
    background: #33aed9;
    font-size: 17px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .order_data {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #e1e1e1;
    padding: 40px;
    margin-bottom: 90px; }
  .online_pay .content_a .order_data .member_info {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px; }
  .online_pay .content_a .order_data .member_info .data_item {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .member_info .data_item h6 {
    font-size: 16px;
    width: 100px;
    color: #555; }
  .online_pay .content_a .order_data .member_info .data_item p {
    font-size: 16px;
    color: #999; }
  .online_pay .content_a .order_data .address {
    width: 100%; }
  .online_pay .content_a .order_data .address .address_info {
    width: 100%;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .address .address_info h6 {
    font-size: 16px;
    color: #555;
    width: 150px;
    margin-right: 10px;
    margin-top: 0px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .address .address_info .address_detail {
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .online_pay .content_a .order_data .address .address_info .address_detail .detail {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    color: #999; }
  .online_pay .content_a .order_data .address .address_info .address_detail .detail input[type="text"] {
    margin-left: 10px;
    height: 40px;
    width: 70%;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; }
  .online_pay .content_a .order_data .address .password {
    width: 100%;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .online_pay .content_a .order_data .address .password h6 {
    font-size: 16px;
    color: #555;
    width: 150px;
    margin-right: 10px;
    margin-top: 7px; }
  .online_pay .content_a .order_data .address .password input[type="text"] {
    height: 40px;
    width: 120px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c5c5c5; } }

@media (min-width: 0px) {
  .payment_info {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .payment_info:after {
    content: " ";
    display: block;
    clear: both; }
  .payment_info .payment-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory h6 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .payment_info .payment-cetegory h5 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .payment_info .payment-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .payment_info .payment-cetegory img {
    margin-bottom: 30px; }
  .payment_info .payment-cetegory .button_section {
    margin-top: 20px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .button_section p {
    margin-bottom: 0px; }
  .payment_info .payment-cetegory .button_section .open_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .button_section .download_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #626262;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .greetings {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.88;
    color: #555555; }
  .payment_info .payment-cetegory .payment-content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .t-text {
    width: 100%;
    font-size: 16px;
    color: #555;
    margin-right: 14px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input p {
    color: #888;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 {
    width: 100%;
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text'] {
    color: #777;
    font-weight: 300;
    font-size: 14px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']::placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 select {
    width: 100%;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    background: #FFF;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 {
    width: 100%;
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text'] {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: 100%; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']::placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 p {
    color: #e14a57;
    font-size: 14px;
    text-align: left; }
  .payment_info .payment-cetegory .payment-content .item_title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #787878;
    padding: 20px 20px;
    margin-bottom: 20px; }
  .payment_info .payment-cetegory .payment-content .payment-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 20px; }
  .payment_info .payment-cetegory .payment-content .payment-list h5 {
    width: 100px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #555555;
    margin-bottom: 10px;
    text-align: left; }
  .payment_info .payment-cetegory .payment-content .payment-list p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.33;
    text-align: left;
    color: #999999;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .attention {
    padding: 20px;
    border-top: 1px solid #e2e2e2; }
  .payment_info .payment-cetegory .payment-content .attention p {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    text-align: left;
    margin: 5px;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .attention ul li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: decimal outside;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .payment_info .payment-cetegory .payment-content .attention .slogen {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-left: 10px;
    margin-top: 30px;
    line-height: 1.4; }
  .payment_info .payment-cetegory .bottom_btn .reprint {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .payment_info .payment-cetegory .bottom_btn p {
    font-size: 14px; }
  .payment_info .payment-cetegory .outside_btn .reapply {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .payment_info a {
    color: #33aed9;
    font-weight: 300; } }

@media (min-width: 767px) {
  .payment_info {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .payment_info:after {
    content: " ";
    display: block;
    clear: both; }
  .payment_info .payment-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory h6 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .payment_info .payment-cetegory h5 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .payment_info .payment-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .payment_info .payment-cetegory img {
    margin-bottom: 30px; }
  .payment_info .payment-cetegory .button_section {
    margin-top: 20px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .button_section p {
    margin-bottom: 0px; }
  .payment_info .payment-cetegory .button_section .open_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .button_section .download_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #626262;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .greetings {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.88;
    color: #555555; }
  .payment_info .payment-cetegory .payment-content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .t-text {
    width: 80px;
    font-size: 16px;
    color: #555;
    margin-right: 14px;
    margin-top: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input p {
    color: #888;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 {
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text'] {
    color: #777;
    font-weight: 300;
    font-size: 14px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']::placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 select {
    width: 150px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 {
    width: 100%;
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text'] {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: 100%; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']::placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 p {
    color: #e14a57;
    font-size: 14px;
    text-align: left; }
  .payment_info .payment-cetegory .payment-content .item_title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #787878;
    padding: 20px 20px;
    margin-bottom: 20px; }
  .payment_info .payment-cetegory .payment-content .payment-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 18px 20px;
    margin-bottom: 20px; }
  .payment_info .payment-cetegory .payment-content .payment-list h5 {
    width: 20%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #555555;
    margin: 0; }
  .payment_info .payment-cetegory .payment-content .payment-list p {
    width: 80%;
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.33;
    color: #999999;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .attention {
    margin: 20px;
    padding: 20px;
    border-top: 1px solid #e2e2e2; }
  .payment_info .payment-cetegory .payment-content .attention p {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    text-align: left;
    margin: 5px;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .attention ul li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: decimal outside;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .payment_info .payment-cetegory .payment-content .attention .slogen {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-left: 10px;
    margin-top: 30px;
    line-height: 1.4; }
  .payment_info .payment-cetegory .bottom_btn .reprint {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .payment_info .payment-cetegory .bottom_btn p {
    font-size: 14px; }
  .payment_info .payment-cetegory .outside_btn .reapply {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .payment_info a {
    color: #33aed9;
    font-weight: 300; } }

@media (min-width: 979px) {
  .payment_info {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .payment_info:after {
    content: " ";
    display: block;
    clear: both; }
  .payment_info .payment-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory h6 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .payment_info .payment-cetegory h5 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .payment_info .payment-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .payment_info .payment-cetegory img {
    margin-bottom: 30px; }
  .payment_info .payment-cetegory .button_section {
    margin-top: 20px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .button_section p {
    margin-bottom: 0px; }
  .payment_info .payment-cetegory .button_section .open_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .button_section .download_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #626262;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .payment_info .payment-cetegory .greetings {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.88;
    color: #555555; }
  .payment_info .payment-cetegory .payment-content {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .t-text {
    width: 80px;
    font-size: 16px;
    color: #555;
    margin-right: 14px;
    margin-top: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input p {
    color: #888;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 {
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text'] {
    color: #777;
    font-weight: 300;
    font-size: 14px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 input[type='text']::placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_1 select {
    width: 150px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    background: #FFF;
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 {
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text'] {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: 500px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 input[type='text']::placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_familyplan .list-input .input_line .input_row_2 p {
    color: #e14a57;
    font-size: 14px;
    text-align: left; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a {
    margin: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .t-text {
    width: 15%;
    font-size: 16px;
    color: #555;
    margin-right: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a p {
    color: #888;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a input[type='text'] {
    width: 250px;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_1 {
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_1 input[type='text'] {
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_1 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_1 input[type='text']::placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_1 select {
    width: 150px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectarrow.png) no-repeat right 12px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_2 {
    margin-bottom: 10px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_2 input[type='text'] {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: 500px; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_2 input[type='text']:-ms-input-placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_2 input[type='text']::placeholder {
    color: #c0c0c0; }
  .payment_info .payment-cetegory .payment-content .personal_confirm_content .list-a .input_line .input_row_2 p {
    color: #e14a57;
    font-size: 14px; }
  .payment_info .payment-cetegory .payment-content .item_title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #787878;
    padding: 30px 40px;
    margin-bottom: 20px; }
  .payment_info .payment-cetegory .payment-content .payment-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 18px 40px; }
  .payment_info .payment-cetegory .payment-content .payment-list h5 {
    width: 20%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #555555;
    margin-top: 0; }
  .payment_info .payment-cetegory .payment-content .payment-list p {
    width: 80%;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.33;
    color: #999999;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .attention {
    margin: 20px;
    padding: 20px;
    border-top: 1px solid #e2e2e2; }
  .payment_info .payment-cetegory .payment-content .attention p {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    text-align: left;
    margin: 5px;
    font-weight: 300; }
  .payment_info .payment-cetegory .payment-content .attention ul li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: decimal outside;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .payment_info .payment-cetegory .payment-content .attention .slogen {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-left: 10px;
    margin-top: 30px;
    line-height: 1.4; }
  .payment_info .payment-cetegory .outside_btn .reapply {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .payment_info a {
    color: #33aed9;
    font-weight: 300; } }

.center {
  text-align: center; }

.non_bottom_line {
  border-bottom: none !important; }

.red {
  color: #e14a57 !important; }

.pt100 {
  padding-top: 100px !important; }

@media (min-width: 0px) {
  .ibon_info {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .ibon_info:after {
    content: " ";
    display: block;
    clear: both; }
  .ibon_info .ibon-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .ibon_info .ibon-cetegory h6 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .ibon_info .ibon-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .ibon_info .ibon-cetegory img {
    margin-bottom: 30px; }
  .ibon_info .ibon-cetegory .button_section {
    margin-top: 20px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .button_section p {
    margin-bottom: 0px; }
  .ibon_info .ibon-cetegory .button_section .open_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .button_section .download_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #626262;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .greetings {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.88;
    color: #555555; }
  .ibon_info .ibon-cetegory .ibon-content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .ibon_info .ibon-cetegory .ibon-content .item_title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #787878;
    padding: 20px 20px;
    margin-bottom: 20px; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 20px; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list h5 {
    width: 100px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #555555; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.33;
    color: #999999;
    font-weight: 300; }
  .ibon_info .ibon-cetegory .ibon-content .attention {
    margin: 20px;
    padding: 20px;
    border-top: 1px solid #e2e2e2; }
  .ibon_info .ibon-cetegory .ibon-content .attention p {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    text-align: left;
    margin: 5px;
    font-weight: 300; }
  .ibon_info .ibon-cetegory .ibon-content .attention ul li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: decimal outside;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .ibon_info .ibon-cetegory .ibon-content .attention .slogen {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-left: 10px;
    margin-top: 30px;
    line-height: 1.4; }
  .ibon_info .ibon-cetegory .bottom_btn .reprint {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .ibon_info .ibon-cetegory .bottom_btn p {
    font-size: 14px; }
  .ibon_info .ibon-cetegory .outside_btn .reapply {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .ibon_info a {
    color: #33aed9;
    font-weight: 300; } }

@media (min-width: 767px) {
  .ibon_info {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .ibon_info:after {
    content: " ";
    display: block;
    clear: both; }
  .ibon_info .ibon-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .ibon_info .ibon-cetegory h6 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .ibon_info .ibon-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .ibon_info .ibon-cetegory img {
    margin-bottom: 30px; }
  .ibon_info .ibon-cetegory .button_section {
    margin-top: 20px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .button_section p {
    margin-bottom: 0px; }
  .ibon_info .ibon-cetegory .button_section .open_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .button_section .download_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #626262;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .greetings {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.88;
    color: #555555; }
  .ibon_info .ibon-cetegory .ibon-content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .ibon_info .ibon-cetegory .ibon-content .item_title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #787878;
    padding: 20px 20px;
    margin-bottom: 20px; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 18px 20px; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list h5 {
    width: 100px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #555555; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.33;
    color: #999999;
    font-weight: 300; }
  .ibon_info .ibon-cetegory .ibon-content .attention {
    margin: 20px;
    padding: 20px;
    border-top: 1px solid #e2e2e2; }
  .ibon_info .ibon-cetegory .ibon-content .attention p {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    text-align: left;
    margin: 5px;
    font-weight: 300; }
  .ibon_info .ibon-cetegory .ibon-content .attention ul li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: decimal outside;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .ibon_info .ibon-cetegory .ibon-content .attention .slogen {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-left: 10px;
    margin-top: 30px;
    line-height: 1.4; }
  .ibon_info .ibon-cetegory .bottom_btn .reprint {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .ibon_info .ibon-cetegory .bottom_btn p {
    font-size: 14px; }
  .ibon_info .ibon-cetegory .outside_btn .reapply {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .ibon_info a {
    color: #33aed9;
    font-weight: 300; } }

@media (min-width: 979px) {
  .ibon_info {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .ibon_info:after {
    content: " ";
    display: block;
    clear: both; }
  .ibon_info .ibon-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .ibon_info .ibon-cetegory h6 {
    font-size: 23px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .ibon_info .ibon-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .ibon_info .ibon-cetegory img {
    margin-bottom: 30px; }
  .ibon_info .ibon-cetegory .button_section {
    margin-top: 20px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .button_section p {
    margin-bottom: 0px; }
  .ibon_info .ibon-cetegory .button_section .open_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #00aed8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .button_section .download_softwere {
    display: block;
    width: 350px;
    height: 45px;
    margin: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
    color: #FFF;
    background: #626262;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ibon_info .ibon-cetegory .greetings {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.88;
    color: #555555; }
  .ibon_info .ibon-cetegory .ibon-content {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .ibon_info .ibon-cetegory .ibon-content .item_title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #787878;
    padding: 30px 40px;
    margin-bottom: 20px; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 18px 40px; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list h5 {
    width: 100px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #555555; }
  .ibon_info .ibon-cetegory .ibon-content .ibon-list p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.33;
    color: #999999;
    font-weight: 300; }
  .ibon_info .ibon-cetegory .ibon-content .attention {
    margin: 20px;
    padding: 20px;
    border-top: 1px solid #e2e2e2; }
  .ibon_info .ibon-cetegory .ibon-content .attention p {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    text-align: left;
    margin: 5px;
    font-weight: 300; }
  .ibon_info .ibon-cetegory .ibon-content .attention ul li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: decimal outside;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 1.4; }
  .ibon_info .ibon-cetegory .ibon-content .attention .slogen {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-left: 10px;
    margin-top: 30px;
    line-height: 1.4; }
  .ibon_info .ibon-cetegory .outside_btn .reapply {
    display: block;
    color: #FFF;
    width: 350px;
    height: 45px;
    margin: 0 auto;
    background: #33aed9;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .ibon_info a {
    color: #33aed9;
    font-weight: 300; } }

.cata_r {
  color: #888; }

.btn-group {
  color: #888;
  margin-bottom: 20px;
  float: left;
  margin-right: 10px; }

.btn-group select {
  margin-right: 5px; }

.tabs .pay_input_l_name {
  margin: 0 !important; }

@media (min-width: 0px) {
  .payment_terms {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
  .payment_terms:after {
    content: " ";
    display: block;
    clear: both; }
  .payment_terms ul li {
    color: #868a8b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: decimal outside; }
  .payment_terms ul li a {
    color: #33aed9; } }

@media (min-width: 767px) {
  .payment_terms {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
  .payment_terms:after {
    content: " ";
    display: block;
    clear: both; }
  .payment_terms ul li {
    color: #868a8b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: decimal outside; }
  .payment_terms ul li a {
    color: #33aed9; } }

@media (min-width: 979px) {
  .payment_terms {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
  .payment_terms:after {
    content: " ";
    display: block;
    clear: both; }
  .payment_terms ul li {
    color: #868a8b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: decimal outside; }
  .payment_terms ul li a {
    color: #33aed9; } }

@media (min-width: 0px) {
  .terms_w {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #868a8b;
    font-size: 13px;
    line-height: 24px; }
  .terms_w:after {
    content: " ";
    display: block;
    clear: both; }
  .terms_w a {
    color: #33aed9; }
  .terms_w a:hover {
    color: #0680ab; } }

@media (min-width: 767px) {
  .terms_w {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #868a8b;
    font-size: 13px;
    line-height: 24px; }
  .terms_w:after {
    content: " ";
    display: block;
    clear: both; }
  .terms_w a {
    color: #33aed9; }
  .terms_w a:hover {
    color: #0680ab; } }

@media (min-width: 979px) {
  .terms_w {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #868a8b;
    font-size: 13px;
    line-height: 24px; }
  .terms_w:after {
    content: " ";
    display: block;
    clear: both; }
  .terms_w a {
    color: #33aed9; }
  .terms_w a:hover {
    color: #0680ab; } }

@media (min-width: 0px) {
  .attention {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px; }
  .attention:after {
    content: " ";
    display: block;
    clear: both; }
  .attention ul li {
    color: #868a8b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: disc outside;
    margin-left: 20px; }
  .attention ul p {
    text-align: left !important; } }

@media (min-width: 767px) {
  .attention {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px; }
  .attention:after {
    content: " ";
    display: block;
    clear: both; }
  .attention ul li {
    color: #868a8b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: disc outside;
    margin-left: 20px; }
  .attention ul p {
    text-align: left !important; } }

@media (min-width: 979px) {
  .attention {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px; }
  .attention:after {
    content: " ";
    display: block;
    clear: both; }
  .attention ul li {
    color: #868a8b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: disc outside;
    margin-left: 20px; }
  .attention ul p {
    text-align: left !important; } }

@media (min-width: 0px) {
  .barcode {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #eee;
    padding: 0 30px;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .barcode:after {
    content: " ";
    display: block;
    clear: both; }
  .barcode h6 {
    margin-bottom: 10px !important; }
  .barcode .barcode-img {
    margin-left: 20px; }
  .barcode .barcode-img p {
    margin-bottom: 10px;
    text-align: left; } }

@media (min-width: 767px) {
  .barcode {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #eee;
    padding: 0 30px;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .barcode:after {
    content: " ";
    display: block;
    clear: both; }
  .barcode h6 {
    margin-bottom: 10px !important; }
  .barcode .barcode-img {
    margin-left: 90px; }
  .barcode .barcode-img p {
    margin-bottom: 10px;
    text-align: left; } }

@media (min-width: 979px) {
  .barcode {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #eee;
    padding: 0 30px;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .barcode:after {
    content: " ";
    display: block;
    clear: both; }
  .barcode h6 {
    margin-bottom: 10px !important; }
  .barcode .barcode-img {
    margin-left: 90px; }
  .barcode .barcode-img p {
    margin-bottom: 10px;
    text-align: left; } }

.kktv {
  background-color: #b11b49 !important; }

@media (min-width: 0px) {
  .giftcard {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px; }
  .giftcard:after {
    content: " ";
    display: block;
    clear: both; }
  .giftcard .giftcard_content {
    width: 97.61905%;
    float: left;
    margin-left: 1.19048%;
    margin-right: 1.19048%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b0e6f3;
    padding: 20px; }
  .giftcard .giftcard_content .giftcard_text p {
    color: #555;
    line-height: 1.5;
    font-size: 17px; }
  .giftcard .giftcard_content .giftcard_text a {
    color: #d0011b; }
  .giftcard .giftcard_content .modify_order {
    text-align: left;
    color: #0097bc;
    margin-top: 20px; }
  .giftcard .giftcard_content .modify_order a {
    color: #0097bc; } }

@media (min-width: 767px) {
  .giftcard {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .giftcard:after {
    content: " ";
    display: block;
    clear: both; }
  .giftcard .giftcard_content {
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b0e6f3; }
  .giftcard .giftcard_content .giftcard_text p {
    color: #555;
    line-height: 1.5;
    font-size: 17px; }
  .giftcard .giftcard_content .giftcard_text a {
    color: #d0011b; }
  .giftcard .giftcard_content .modify_order {
    text-align: left;
    color: #0097bc;
    margin-top: 20px; }
  .giftcard .giftcard_content .modify_order a {
    color: #0097bc; } }

@media (min-width: 979px) {
  .giftcard {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .giftcard:after {
    content: " ";
    display: block;
    clear: both; }
  .giftcard .giftcard_content {
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b0e6f3; }
  .giftcard .giftcard_content .giftcard_text {
    width: 80%; }
  .giftcard .giftcard_content .giftcard_text p {
    color: #555;
    line-height: 1.5;
    font-size: 17px; }
  .giftcard .giftcard_content .giftcard_text a {
    color: #d0011b; }
  .giftcard .giftcard_content .modify_order {
    width: 20%;
    text-align: right;
    color: #0097bc; }
  .giftcard .giftcard_content .modify_order a {
    color: #0097bc; } }

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }
@media (min-width: 0px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  body:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 767px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  body:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 979px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  body:after {
    content: " ";
    display: block;
    clear: both; } }

header {
  height: 67px;
  width: 100%;
  margin-bottom: 25px;
  border-top: 3px solid #00aed8;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 2000;
  position: relative;
}

.index_banner_desktop {
  position: absolute;
  top: 67px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
  display: none;
}

.index_banner_desktop img {
  min-height: 70px;
  margin-bottom: -2px;
}

.index_banner_desktop img.close {
  height: 70px;
}

.index_banner_desktop .switch {
  position: absolute;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  cursor: pointer;
  right: 0;
}

.index_banner_desktop #open_bnr {
  bottom: 0;
  display: none;
}

.index_banner_desktop #close_bnr {
  top: 0;
}

.index_banner_mobile {
  display: none;
}

@media (max-width: 768px) {
  .index_banner_desktop {
    display: none !important;
  }

  .index_banner_mobile {
    display: block;
    margin-bottom: 25px;
  }
}

@media (max-width: 414px) {
  .index_banner_mobile {
    margin-bottom: 20px;
  }
  #pay_option {
    margin-top: 0px;
  }
}

@media (min-width: 0px) {
  footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #10314c;
    color: #FFF;
    text-align: center;
    padding-top: 30px;
    padding: 30px;
    margin: 0;
    font-size: 12px;
    font-weight: 200;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 60px; }
  footer:after {
    content: " ";
    display: block;
    clear: both; }
  footer .select_area {
    display: none;
    position: absolute;
    width: 150px;
    background: #FFF;
    bottom: 108px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 500; }
  footer .select_area ul li a {
    display: block;
    color: #10314c;
    font-size: 13px;
    padding: 10px;
    font-weight: 400; }
  footer .select_area ul li a:hover {
    background: #eee; }
  footer .select_lan {
    display: block;
    padding: 10px 23px;
    background-color: #D2D2D2;
    margin-bottom: 23px;
    border-radius: 50px;
    color: #10314C;
    font-weight: 800;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .select_lan i {
    font-size: 18px;
    margin-left: 10px; }
  footer p {
    font-size: 12px; } }

@media (min-width: 767px) {
  footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #10314c;
    color: #FFF;
    text-align: center;
    padding-top: 30px;
    padding: 30px;
    margin: 0;
    font-size: 12px;
    font-weight: 200;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 60px; }
  footer:after {
    content: " ";
    display: block;
    clear: both; }
  footer .select_area {
    display: none;
    position: absolute;
    width: 150px;
    background: #FFF;
    bottom: 108px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 500; }
  footer .select_area ul li a {
    display: block;
    color: #10314c;
    font-size: 13px;
    padding: 10px;
    font-weight: 400; }
  footer .select_area ul li a:hover {
    background: #eee; }
  footer .select_lan {
    display: block;
    padding: 10px 23px;
    background-color: #D2D2D2;
    margin-bottom: 23px;
    border-radius: 50px;
    color: #10314C;
    font-weight: 800;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .select_lan i {
    font-size: 18px;
    margin-left: 10px; }
  footer p {
    font-size: 12px; } }

@media (min-width: 979px) {
  footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #10314c;
    color: #FFF;
    text-align: center;
    padding-top: 30px;
    padding: 30px;
    margin: 0;
    font-size: 12px;
    font-weight: 200;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 60px; }
  footer:after {
    content: " ";
    display: block;
    clear: both; }
  footer .select_area {
    display: none;
    position: absolute;
    width: 150px;
    background: #FFF;
    bottom: 108px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 500; }
  footer .select_area ul li a {
    display: block;
    color: #10314c;
    font-size: 13px;
    padding: 10px;
    font-weight: 400; }
  footer .select_area ul li a:hover {
    background: #eee; }
  footer .select_lan {
    display: block;
    padding: 10px 23px;
    background-color: #D2D2D2;
    margin-bottom: 23px;
    border-radius: 50px;
    color: #10314C;
    font-weight: 800;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .select_lan i {
    font-size: 18px;
    margin-left: 10px; }
  footer p {
    font-size: 12px; } }

.show_lan {
  display: block !important; }
.head_wrap .logo ,.head_wrap .logo_notlogin {
    width: 200px;
    height: 67px;
    background: url(../images/kklogo/kkbox.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-width: 0px) {
  .head_wrap {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .head_wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .head_wrap .id_name {
    display: none; }
  .head_wrap .dropdown_desktop {
    display: none; }
  .head_wrap .humberger_wrapper {
    position: absolute;
    width: 50px;
    height: 67px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .head_wrap .humberger_wrapper .humberger {
    width: 28px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center; }
  .head_wrap .humberger_wrapper .humberger .aaa {
    width: 20px;
    height: 2px;
    background: #787878; } }

@media (min-width: 767px) {
  .head_wrap {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 30px; }
  .head_wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .head_wrap .id_name {
    display: block;
    position: absolute;
    height: 67px;
    padding-right: 20px;
    font-size: 14px;
    color: #787878;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .head_wrap .id_name a {
    color: #787878;
    outline: none; }
  .head_wrap .id_name img {
    margin-left: 5px; }
  .head_wrap .humberger_wrapper {
    display: none; }
  .head_wrap .dropdown_desktop {
    display: block;
    position: absolute;
    width: 250px;
    height: 0px;
    background: #303030;
    right: 0;
    top: 50px;
    font-size: 14px;
    transition: all .2s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden; }
  .head_wrap .dropdown_desktop:hover {
    background-color: #111; }
  .head_wrap .dropdown_desktop a {
    color: #FFF; } }

@media (min-width: 979px) {
  .head_wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .head_wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .head_wrap .id_name {
    display: block;
    position: absolute;
    height: 67px;
    padding-right: 20px;
    font-size: 14px;
    color: #787878;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .head_wrap .id_name a {
    color: #787878;
    outline: none; }
  .head_wrap .id_name img {
    margin-left: 5px; }
  .head_wrap .dropdown_desktop {
    display: block;
    position: absolute;
    width: 250px;
    height: 0px;
    background: #303030;
    right: 0;
    top: 50px;
    font-size: 14px;
    transition: all .2s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden; }
  .head_wrap .dropdown_desktop:hover {
    background-color: #111; }
  .head_wrap .dropdown_desktop a {
    color: #FFF; } }

.open-h {
  height: 40px !important;
  visibility: visible !important;
  color: #FFF !important; }

@media (min-width: 0px) {
  .dropdown_mobile {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    height: 0;
    width: 100%;
    margin-top: 67px;
    background: #303030;
    top: 0px;
    z-index: 1000;
    padding: 0 20px;
    transition: all .2s; }
  .dropdown_mobile:after {
    content: " ";
    display: block;
    clear: both; }
  .dropdown_mobile .mail {
    visibility: hidden;
    height: 55px;
    padding-left: 10px;
    font-size: 15px;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 200;
    border-bottom: 1px solid #777; }
  .dropdown_mobile .logout {
    visibility: hidden;
    height: 50px;
    color: #FFF;
    padding-left: 10px;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 200; } }

@media (min-width: 767px) {
  .dropdown_mobile {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none; }
  .dropdown_mobile:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 979px) {
  .dropdown_mobile {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none; }
  .dropdown_mobile:after {
    content: " ";
    display: block;
    clear: both; } }

.open {
  height: 110px; }

.open .mail {
  visibility: visible; }

.open .logout {
  visibility: visible; }

.custom-select {
  height: 40px;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  background-color: #D2D2D2;
  color: #222;
  border-radius: 20px; }

.selected_lan {
  width: inherit;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 13px; }

.selected_lan > .text {
  padding: 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selected_lan > .text i {
  margin-left: 5px; }

.select-box {
  display: none;
  width: 100%;
  z-index: 10029;
  background-color: #FFF;
  color: #888;
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 8px 20px #000000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35); }

.select-box.active {
  display: block; }

.select-box.drop-up {
  top: auto;
  bottom: 100%; }

ul.select-list {
  margin: 0; }

ul.select-list li {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 10px;
  transition: all .3s; }

ul.select-list li:hover, ul.select-list li.active {
  background-color: #c0c0c0;
  color: #FFF; }

.mtvh {
  margin-top: 50vh !important; }

@media (min-width: 0px) {
  .member_invite {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite:after {
    content: " ";
    display: block;
    clear: both; }
  .member_invite .t-title {
    padding: 20px;
    width: 100%; }
  .member_invite .t-title h3 {
    font-size: 20px;
    color: #555;
    font-weight: 300; }
  .member_invite .family_leader {
    width: 100%;
    height: 160px;
    background: #d9f3f9;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader img {
    display: block;
    width: 100px;
    margin-right: 25px; }
  .member_invite .family_leader .owner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader .owner .owner_name {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader .owner .owner_name .i-title {
    font-size: 13px;
    padding: 7px 25px;
    background: #FFF;
    color: #555;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50px;
    border: solid 1px #e9e9e9; }
  .member_invite .family_leader .owner .owner_name h6 {
    color: #555555;
    font-size: 20px; }
  .member_invite .family_leader .owner .owner_mail {
    color: #5f5f5f;
    font-size: 15px; }
  .member_invite .family_member_card {
    width: 90%;
    border: solid 1px #e9e9e9;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 20px; }
  .member_invite .family_member_card .number_bg {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #d0d0d0;
    transform: rotate(45deg);
    left: -55px;
    top: -55px; }
  .member_invite .family_member_card .number {
    position: absolute;
    color: #FFF;
    left: 1px;
    top: 1px;
    z-index: 505;
    font-size: 12px;
    width: 23px;
    height: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_member_card .delete_card {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 8px;
    top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s; }
  .member_invite .family_member_card .delete_card .cross_1 {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #d1d1d1;
    transform: rotate(45deg); }
  .member_invite .family_member_card .delete_card .cross_2 {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #d1d1d1;
    transform: rotate(-45deg); }
  .member_invite .family_member_card .delete_card:hover .cross_1, .member_invite .family_member_card .delete_card:hover .cross_2 {
    background: #999; }
  .member_invite .family_member_card img {
    display: block;
    width: 70px;
    margin-right: 0px;
    margin-bottom: 10px; }
  .member_invite .family_member_card .name {
    color: #888;
    width: 100%;
    margin-bottom: 20px; }
  .member_invite .family_member_card .name .mail {
    font-size: 11px;
    color: #aeaeae;
    font-weight: 100;
    text-align: center; }
  .member_invite .family_member_card .name .reply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
  .member_invite .family_member_card .name .reply h5 {
    font-size: 16px;
    text-align: center;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    height: 20px; }
  .member_invite .family_member_card .name .reply .situation {
    margin-left: 10px; }
  .member_invite .family_member_card .name .reply .icon {
    width: 18px;
    height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    margin-left: 5px; }
  .member_invite .family_member_card .btn {
    border: solid 1px #00aed8;
    border-radius: 50px;
    width: 120px;
    height: 35px;
    color: #00aed8;
    margin-left: 20px;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .invite_btn {
    border: solid 1px #e9e9e9;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #00aed8;
    font-size: 16px;
    padding: 16px 30px;
    cursor: pointer;
    transition: all .3s; }
  .member_invite .invite_btn svg {
    margin-right: 8px; }
  .member_invite .invite_btn:hover {
    background: #00aed8;
    color: #FFF; }
  .member_invite .quota {
    font-size: 14px;
    color: #aeaeae;
    margin-bottom: 50px; } }

@media (min-width: 767px) {
  .member_invite {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite:after {
    content: " ";
    display: block;
    clear: both; }
  .member_invite .t-title {
    padding: 20px;
    width: 100%; }
  .member_invite .t-title h3 {
    font-size: 20px;
    color: #555;
    font-weight: 300; }
  .member_invite .family_leader {
    width: 100%;
    height: 160px;
    background: #d9f3f9;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader img {
    display: block;
    width: 100px;
    margin-right: 25px; }
  .member_invite .family_leader .owner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader .owner .owner_name {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader .owner .owner_name .i-title {
    font-size: 13px;
    padding: 7px 25px;
    background: #FFF;
    color: #555;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50px;
    border: solid 1px #e9e9e9; }
  .member_invite .family_leader .owner .owner_name h6 {
    color: #555555;
    font-size: 20px; }
  .member_invite .family_leader .owner .owner_mail {
    color: #5f5f5f;
    font-size: 15px; }
  .member_invite .family_member_card {
    width: 90%;
    height: 100px;
    border: solid 1px #e9e9e9;
    margin-bottom: 30px;
    padding-left: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
  .member_invite .family_member_card .number_bg {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #d0d0d0;
    transform: rotate(45deg);
    left: -55px;
    top: -55px; }
  .member_invite .family_member_card .number {
    position: absolute;
    color: #FFF;
    left: 1px;
    top: 1px;
    z-index: 505;
    font-size: 12px;
    width: 23px;
    height: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_member_card .delete_card {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 8px;
    top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s; }
  .member_invite .family_member_card .delete_card .cross_1 {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #d1d1d1;
    transform: rotate(45deg); }
  .member_invite .family_member_card .delete_card .cross_2 {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #d1d1d1;
    transform: rotate(-45deg); }
  .member_invite .family_member_card .delete_card:hover .cross_1, .member_invite .family_member_card .delete_card:hover .cross_2 {
    background: #999; }
  .member_invite .family_member_card img {
    display: block;
    width: 70px;
    margin-right: 20px;
    margin-bottom: 0px; }
  .member_invite .family_member_card .name {
    color: #888;
    width: 60%;
    margin-bottom: 0; }
  .member_invite .family_member_card .name .mail {
    font-size: 11px;
    color: #aeaeae;
    font-weight: 100;
    text-align: left; }
  .member_invite .family_member_card .name .reply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
  .member_invite .family_member_card .name .reply h5 {
    font-size: 16px;
    text-align: left;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    height: 20px; }
  .member_invite .family_member_card .name .reply .situation {
    margin-left: 10px; }
  .member_invite .family_member_card .name .reply .icon {
    width: 18px;
    height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    margin-left: 5px; }
  .member_invite .family_member_card .btn {
    border: solid 1px #00aed8;
    border-radius: 50px;
    width: 120px;
    height: 35px;
    color: #00aed8;
    margin-left: 20px;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .invite_btn {
    border: solid 1px #e9e9e9;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #00aed8;
    font-size: 16px;
    padding: 16px 30px;
    cursor: pointer;
    transition: all .3s; }
  .member_invite .invite_btn svg {
    margin-right: 8px; }
  .member_invite .invite_btn:hover {
    background: #00aed8;
    color: #FFF; }
  .member_invite .quota {
    font-size: 14px;
    color: #aeaeae;
    margin-bottom: 50px; } }

@media (min-width: 979px) {
  .member_invite {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite:after {
    content: " ";
    display: block;
    clear: both; }
  .member_invite .t-title {
    padding: 20px;
    width: 100%; }
  .member_invite .t-title h3 {
    font-size: 20px;
    color: #555;
    font-weight: 300; }
  .member_invite .family_leader {
    width: 100%;
    height: 160px;
    background: #d9f3f9;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader img {
    display: block;
    width: 100px;
    margin-right: 25px; }
  .member_invite .family_leader .owner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader .owner .owner_name {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_leader .owner .owner_name .i-title {
    font-size: 13px;
    padding: 7px 25px;
    background: #FFF;
    color: #555;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50px;
    border: solid 1px #e9e9e9; }
  .member_invite .family_leader .owner .owner_name h6 {
    color: #555555;
    font-size: 20px; }
  .member_invite .family_leader .owner .owner_mail {
    color: #5f5f5f;
    font-size: 15px; }
  .member_invite .family_member_card {
    width: 60%;
    height: 100px;
    border: solid 1px #e9e9e9;
    margin-bottom: 30px;
    padding-left: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
  .member_invite .family_member_card .number_bg {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #d0d0d0;
    transform: rotate(45deg);
    left: -55px;
    top: -55px; }
  .member_invite .family_member_card .number {
    position: absolute;
    color: #FFF;
    left: 1px;
    top: 1px;
    z-index: 505;
    font-size: 12px;
    width: 23px;
    height: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .family_member_card .delete_card {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 8px;
    top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s; }
  .member_invite .family_member_card .delete_card .cross_1 {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #d1d1d1;
    transform: rotate(45deg); }
  .member_invite .family_member_card .delete_card .cross_2 {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #d1d1d1;
    transform: rotate(-45deg); }
  .member_invite .family_member_card .delete_card:hover .cross_1, .member_invite .family_member_card .delete_card:hover .cross_2 {
    background: #999; }
  .member_invite .family_member_card img {
    display: block;
    width: 70px;
    margin-right: 20px;
    margin-bottom: 0px; }
  .member_invite .family_member_card .name {
    color: #888;
    width: 50%;
    margin-bottom: 0; }
  .member_invite .family_member_card .name .mail {
    font-size: 11px;
    color: #aeaeae;
    font-weight: 100;
    text-align: left; }
  .member_invite .family_member_card .name .reply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px; }
  .member_invite .family_member_card .name .reply h5 {
    font-size: 16px;
    text-align: left;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    height: 20px; }
  .member_invite .family_member_card .name .reply .situation {
    margin-left: 10px; }
  .member_invite .family_member_card .name .reply .icon {
    width: 18px;
    height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    margin-left: 5px; }
  .member_invite .family_member_card .btn {
    border: solid 1px #00aed8;
    border-radius: 50px;
    width: 120px;
    height: 35px;
    color: #00aed8;
    margin-left: 20px;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .member_invite .invite_btn {
    border: solid 1px #e9e9e9;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #00aed8;
    font-size: 16px;
    padding: 16px 30px;
    cursor: pointer;
    transition: all .3s; }
  .member_invite .invite_btn svg {
    margin-right: 8px; }
  .member_invite .invite_btn:hover {
    background: #00aed8;
    color: #FFF; }
  .member_invite .quota {
    font-size: 14px;
    color: #aeaeae;
    margin-bottom: 50px; } }

.not-sure {
  color: #e14a57; }

.sure {
  color: #43be97; }

.icon-not-sure {
  color: #FFF;
  background: #e14a57; }

.icon-sure {
  color: #FFF;
  background: #43be97; }

@media (min-width: 0px) {
  .invite_popup {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%;
    padding: 50px 30px;
    background: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .invite_popup:after {
    content: " ";
    display: block;
    clear: both; }
  .invite_popup .simple-search {
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .invite_popup .simple-search h4 {
    color: #888;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    text-align: left;
    line-height: 1.4; }
  .invite_popup .simple-search p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px; }
  .invite_popup .simple-search .input_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .invite_popup .simple-search .input_row .t-text {
    color: #888;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 80px;
    font-weight: 300; }
  .invite_popup .simple-search .input_row input {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .invite_popup .simple-search .input_row p {
    color: #e14a57;
    font-weight: 300;
    font-size: 14px; } }

@media (min-width: 767px) {
  .invite_popup {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 50px 30px;
    background: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .invite_popup:after {
    content: " ";
    display: block;
    clear: both; }
  .invite_popup .simple-search {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .invite_popup .simple-search h4 {
    color: #888;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px; }
  .invite_popup .simple-search p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px; }
  .invite_popup .simple-search .input_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .invite_popup .simple-search .input_row .t-text {
    color: #888;
    margin-right: 10px;
    width: 80px;
    font-weight: 300; }
  .invite_popup .simple-search .input_row input {
    width: 80%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .invite_popup .simple-search .input_row p {
    color: #e14a57;
    font-weight: 300;
    font-size: 14px; } }

@media (min-width: 979px) {
  .invite_popup {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    padding: 50px 30px;
    background: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .invite_popup:after {
    content: " ";
    display: block;
    clear: both; }
  .invite_popup .simple-search {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .invite_popup .simple-search h4 {
    color: #888;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px; }
  .invite_popup .simple-search p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px; }
  .invite_popup .simple-search .input_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .invite_popup .simple-search .input_row .t-text {
    color: #888;
    margin-right: 10px;
    width: 80px;
    font-weight: 300; }
  .invite_popup .simple-search .input_row input {
    width: 80%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px; }
  .invite_popup .simple-search .input_row p {
    color: #e14a57;
    font-weight: 300;
    font-size: 14px; } }

.mfp-close {
  right: 5px !important; }

@media (min-width: 0px) {
  .submit_area_family {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_area_family:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_area_family h6 {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px; }
  .submit_area_family h6 a {
    color: #33aed9; }
  .submit_area_family .submit {
    width: 100%;
    display: block;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    color: #FFF; } }

@media (min-width: 767px) {
  .submit_area_family {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_area_family:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_area_family h6 {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px; }
  .submit_area_family h6 a {
    color: #33aed9; }
  .submit_area_family .submit {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; } }

@media (min-width: 979px) {
  .submit_area_family {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_area_family:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_area_family h6 {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px; }
  .submit_area_family h6 a {
    color: #33aed9; }
  .submit_area_family .submit {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; } }

a, button {
  outline: none; }

a {
  text-decoration: none;
  color: #fff; }

@media (min-width: 0px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0;
    background: #eeeeee;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  body:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 767px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0;
    background: #eeeeee;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  body:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 979px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0;
    background: #eeeeee;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  body:after {
    content: " ";
    display: block;
    clear: both; } }

.clear {
  clear: both; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }


.pchome_top {
  width: 100%;
  height: 40px;
  background: #e97d44;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 0px) {
  .pchome_info {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .pchome_info:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome_info .pchome-cetegory {
    padding: 10px 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pchome_info .pchome-cetegory h6 {
    font-size: 21px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px; }
  .pchome_info .pchome-cetegory h5 {
    font-size: 18px;
    font-weight: 600;
    color: #e97d44;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10px; }
  .pchome_info .pchome-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .pchome_info .pchome-cetegory img {
    margin-bottom: 10px;
    width: 200px; } }

@media (min-width: 767px) {
  .pchome_info {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .pchome_info:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome_info .pchome-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pchome_info .pchome-cetegory h6 {
    font-size: 25px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .pchome_info .pchome-cetegory h5 {
    font-size: 23px;
    font-weight: 600;
    color: #e97d44;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px; }
  .pchome_info .pchome-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .pchome_info .pchome-cetegory img {
    margin-bottom: 30px; } }

@media (min-width: 979px) {
  .pchome_info {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .pchome_info:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome_info .pchome-cetegory {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pchome_info .pchome-cetegory h6 {
    font-size: 25px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }
  .pchome_info .pchome-cetegory h5 {
    font-size: 23px;
    font-weight: 600;
    color: #e97d44;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px; }
  .pchome_info .pchome-cetegory p {
    font-size: 14px;
    text-align: center;
    color: #787878;
    line-height: 1.4;
    margin-bottom: 30px; }
  .pchome_info .pchome-cetegory img {
    margin-bottom: 30px; } }

@media (min-width: 0px) {
  .pchome-content {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .pchome-content:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome-content .pchome_confirm {
    padding: 30px 20px; }
  .pchome-content .pchome_confirm .list-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px; }
  .pchome-content .pchome_confirm .list-input .input_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px; }
  .pchome-content .pchome_confirm .list-input .input_row .t-text {
    width: 100px;
    font-size: 16px;
    color: #555;
    margin-right: 14px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section .error {
    position: absolute;
    width: 31px;
    height: 27px;
    border: none;
    right: -38px;
    top: 6px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text']:-ms-input-placeholder {
    color: #c0c0c0;
    font-size: 13px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text']::placeholder {
    color: #c0c0c0;
    font-size: 13px; }
  .pchome-content .pchome_confirm .list-input p {
    color: #e14a57;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left; } }

@media (min-width: 767px) {
  .pchome-content {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .pchome-content:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome-content .pchome_confirm {
    ppadding: 30px 20px; }
  .pchome-content .pchome_confirm .list-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
  .pchome-content .pchome_confirm .list-input .input_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px; }
  .pchome-content .pchome_confirm .list-input .input_row .t-text {
    width: 100px;
    font-size: 16px;
    color: #555;
    margin-right: 14px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section .error {
    position: absolute;
    width: 31px;
    height: 27px;
    border: none;
    right: -38px;
    top: 6px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text']:-ms-input-placeholder {
    color: #c0c0c0;
    font-size: 13px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text']::placeholder {
    color: #c0c0c0;
    font-size: 13px; }
  .pchome-content .pchome_confirm .list-input p {
    color: #e14a57;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left; } }

@media (min-width: 979px) {
  .pchome-content {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #e1e1e1; }
  .pchome-content:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome-content .pchome_confirm {
    padding: 50px; }
  .pchome-content .pchome_confirm .list-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px; }
  .pchome-content .pchome_confirm .list-input .input_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px; }
  .pchome-content .pchome_confirm .list-input .input_row .t-text {
    width: 100px;
    font-size: 16px;
    color: #555;
    margin-right: 14px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section .error {
    position: absolute;
    width: 31px;
    height: 27px;
    border: none;
    right: -38px;
    top: 6px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text']:-ms-input-placeholder {
    color: #c0c0c0;
    font-size: 13px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='text']::placeholder {
    color: #c0c0c0;
    font-size: 13px; }
  .pchome-content .pchome_confirm .list-input p {
    color: #e14a57;
    font-weight: 300;
    margin-bottom: 0; } }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='password'] {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px;
    color: #777;
    font-size: 16px;
    font-weight: 300; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='password']:-ms-input-placeholder {
    color: #c0c0c0;
    font-size: 13px; }
  .pchome-content .pchome_confirm .list-input .input_row .input_section input[type='password']::placeholder {
    color: #c0c0c0;
    font-size: 13px; }

.border-red {
  border: 1px solid #e14a57 !important; }

@media (min-width: 0px) {
  .submit_fun {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_fun:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_fun .submit {
    display: block;
    width: 80%;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    color: #FFF; } }

@media (min-width: 767px) {
  .submit_fun {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_fun:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_fun .submit {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px; } }

@media (min-width: 979px) {
  .submit_fun {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .submit_fun:after {
    content: " ";
    display: block;
    clear: both; }
  .submit_fun .submit {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 3px;
    background-color: #33aed9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px; } }

@media (min-width: 0px) {
  .pchome_relus {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto; }
  .pchome_relus:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome_relus h5 {
    font-size: 23px;
    color: orange;
    font-family: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: left;
    cursor: pointer; }
  .pchome_relus h6 {
    font-size: 18px;
    color: #222;
    font-family: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    cursor: pointer;
    text-align: left; }
  .pchome_relus .relus_range {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s; }
  .pchome_relus .relus_range ul {
    counter-reset: item; }
  .pchome_relus .relus_range ul li {
    color: #888;
    font-family: 14px;
    font-weight: 100;
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 10px;
    list-style: decimal outside;
    font-size: 14px;
    display: table;
    counter-increment: item;
    }
  .pchome_relus .relus_range ul li:before {
    content: counters(item, "-") ". ";
    display: table-cell;
    padding-right: 0.6em; }
  .pchome_relus .relus_range li ul  li {
      margin: 0; }
  .pchome_relus .relus_range li ul  li:before {
      content: counters(item, "-") ". "; }
    }

@media (min-width: 767px) {
  .pchome_relus {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto; }
  .pchome_relus:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome_relus h5 {
    font-size: 23px;
    color: orange;
    font-family: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: left;
    cursor: pointer; }
  .pchome_relus h6 {
    font-size: 18px;
    color: #222;
    font-family: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: left; }
  .pchome_relus .relus_range {
    width: 70%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s; }
  .pchome_relus .relus_range ul {
    counter-reset: item; }
  .pchome_relus .relus_range ul li {
    color: #888;
    font-family: 14px;
    font-weight: 100;
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 10px;
    list-style: decimal outside;
    font-size: 14px;
    display: table;
    counter-increment: item;
    }
  .pchome_relus .relus_range ul li:before {
    content: counters(item, "-") ". ";
    display: table-cell;
    padding-right: 0.6em; }
  .pchome_relus .relus_range li ul  li {
      margin: 0; }
  .pchome_relus .relus_range li ul  li:before {
      content: counters(item, "-") ". "; }
}

@media (min-width: 979px) {
  .pchome_relus {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .pchome_relus:after {
    content: " ";
    display: block;
    clear: both; }
  .pchome_relus h5 {
    font-size: 23px;
    color: orange;
    font-family: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: left;
    cursor: pointer; }
  .pchome_relus h6 {
    font-size: 18px;
    color: #222;
    font-family: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: left; }
  .pchome_relus .relus_range {
    width: 70%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s; }
  .pchome_relus .relus_range ul {
    counter-reset: item; }
  .pchome_relus .relus_range ul li {
    color: #888;
    font-family: 14px;
    font-weight: 100;
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 10px;
    list-style: decimal outside;
    font-size: 14px;
    display: table;
    counter-increment: item;
    }
  .pchome_relus .relus_range ul li:before {
    content: counters(item, "-") ". ";
    display: table-cell;
    padding-right: 0.6em; }
  .pchome_relus .relus_range li ul  li {
      margin: 0; }
  .pchome_relus .relus_range li ul  li:before {
      content: counters(item, "-") ". "; } }
.h_auto {
  height: auto !important;
  transition: all .3s; }

.add_money#additional_purchase_price{
    border: solid 4px #00aed8;
    background-color: #e4f9fe;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    display: flex;
    flex-direction: column;
    position:relative;
    padding-bottom: 20px;
}

.add_money#additional_purchase_price .arrow_t_int{
    width:0px;
    height:0px;
    border-width:15px;
    border-style:solid;
    border-color:transparent transparent #00aed8 transparent;
    position:absolute;
    top:-30px;
    left:40px;
}

.add_money#additional_purchase_price .arrow_t_out{
    width:0px;
    height:0px;
    border-width:15px;
    border-style:solid;
    border-color:transparent transparent #e4f9fe transparent;
    position:absolute;
    top:-24px;
    left:40px;
}

.add_money#additional_purchase_price .row{
    display: flex;
}

.add_money#additional_purchase_price .title_row {
    flex-basis: 70px;
    padding: 20px;
    border-bottom: solid 1px #e2e2e2;
}

.add_money#additional_purchase_price .content_row {
    flex: 1;
    flex-basis: auto;
    padding: 30px 14px 14px;
    justify-content: space-between;
}

.add_money#additional_purchase_price .content_row .col .row .col{
    padding: 0 6px;
}

.add_money#additional_purchase_price .content_row .input_col {
    color: #00aed8;
    font-size: 18px;
    font-weight: 500;
}

.add_money#additional_purchase_price .content_row .input_col input{
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: solid 1px #999999;
}

.add_money#additional_purchase_price .content_row .description_col {
    flex: 1;
    flex-basis: auto;
}

.add_money#additional_purchase_price .content_row .description_col p.main{
    font-size: 18px;
}

.add_money#additional_purchase_price .content_row .description_col small{
    font-size: 18px;
    color: #999999;
}

.add_money#additional_purchase_price .content_row .description_col small span.discount_col{
    margin-left: 20px;
}

.add_money#additional_purchase_price .content_row .description_col small span.discount{
    text-decoration-line: line-through;
}

.add_money#additional_purchase_price .content_row .btn_col {
    text-align: right;
}

.add_money#additional_purchase_price .content_row .btn_col a{
    width: 80px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #999999;
    font-size: 13px;
    text-align: center;
    color: #999999;
    line-height: 30px;
    padding: 6px 14px;
    font-weight: 100;
}
@media (max-width: 766px) {
    .sec_wrap .pay_options .options .option_bottom .option_des {
        position: relative;
    }
    .sec_wrap .pay_options .options .option_bottom .option_des .hifi_link {
        position: absolute;
        top: -15px;
        z-index: 401;
    }
}
@media (max-width: 425px) {
    .add_money#additional_purchase_price >span {
        display: none;
    }

    .add_money#additional_purchase_price .content_row {
        flex-direction: column;
    }

    .add_money#additional_purchase_price .content_row .btn_col {
        margin-top: 20px;
    }
}

@media (max-width: 375px) {
    .add_money#additional_purchase_price .content_row >.col >.row {
        flex-direction: column;
    }
}

.pop_title_blue {
    color : #00aed8;
}
