@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap&subset=korean');

/**
  *	Reset
  *	Repeatable Patterns
  *	Top
*/
/* Reset
-------------------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 14px/20px 'Noto Sans KR', sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #5a5a5a;
  margin: 0 auto;
  max-width: 500px;
}

a {
  text-decoration: none;
  color: #434343;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #2e4ab2;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul, ol {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

b, strong {
  font-weight: 700;
}

button {
  border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0px 20px;
  line-height: 42px;
  background-color: #3964A4;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover i:before {
  background-color: #3062e2;
}
*/
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 8px 12px;
  color: #242424;
  height: 42px;
  
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: 1px solid #0074E4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #838383;
  font-size: 13px;
  font-weight: 300;
}

input:-ms-input-placeholder {
  color: #838383;
  font-size: 13px;
  font-weight: 300;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #838383;
  font-size: 13px;
  font-weight: 300;
}

/* bootstrap resetting elements */
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

p {
  margin-bottom: 15px;
}

p:last-of-type {
  margin-bottom: 0px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.relative {
  position: relative !important;
}

.container {
  width: 1260px;
  max-width: 100%;
}

.boxed {
  overflow: hidden;

  margin: 0 auto;
  position: relative;
  max-width: 500px; /* 모바일 최적화 크기 */
  width: 100%;
}

.boxed.bg-blue {
  background-color: #4174f7;
}

.boxed.qrscanBg {

  background: #81000000 url(../images/qr_bg01.png);
  background-size: cover;
}

/* Header
---------------------------------------------------------------*/
#header {
  background: url(../images/main.png) top center no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 40px;
}

#header .top_header {
  padding: 15px 26px 46px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#header .top_header h1 a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

#header .header-wrap {
  padding: 0 26px;
  margin-bottom: 20px;
}

#header .header-wrap .head-box p {
  font-size: 13px;
  color: #fff;
  line-height: 19px;
}

#header .header-wrap .head-box strong {
  font-size: 36px;
  color: #fff;
  line-height: 54px;
}

#header .header-wrap .head-box span {
  font-size: 30px;
  color: #fff;
  line-height: 54px;
}

#header .bt_head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  min-height: 92px;
  width: 84%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 7px 0 rgba(34, 45, 172, 0.17);
  position: relative;
}

#header .bt_head:before {
  content: '';
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #e2e2e2;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50%;
  margin-left: -0.5px;
}

#header .bt_head .box01,
#header .bt_head .box02 {
  width: 50%;
}

#header .bt_head .box01 {
  padding: 8%;
}

#header .bt_head .box02 {
  padding: 0 10% 0 8%;
}

#header .bt_head dl dt {
  font-size: 14px;
  color: #2e4ab2;
  float: left;
  font-weight: 500;
  margin-right: 20px;
}

#header .bt_head dl dd {
  color: #5a5a5a;
  font-size: 13px;
}

#header .bt_head dl dd.pointArea {
  text-align: right;
}

/* Main Content
---------------------------------------------------------------*/
#main_content {
  padding: 20px 20px 40px 20px;
}

.table_main_menu tr td a {
  color: #434343;
}

.table_main_menu tr td a p {
  color: #434343;
  margin-top: 9px;
  letter-spacing: -1px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 26px;
}

.table_main_menu.st2 {
  width: 65%;
  margin: 0 auto;
}

/* Main Menu
-------------------------------------------------------------- */
#mainnav {
  position: absolute;
  right: -300px;
  /* left: 330px; */
  margin: auto;
  width: 330px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  z-index: 1050;
}

#mainnav.open {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

#mainnav .top_mainnav {
  background: #4CE7CB;
  background: -moz-linear-gradient(left, #4CE7CB 0%, #4174F7 100%);
  background: -webkit-linear-gradient(left, #4CE7CB 0%, #4174F7 100%);
  background: linear-gradient(to right, #4CE7CB 0%, #4174F7 100%);
  position: relative;
  padding: 28px 0;
}

#mainnav .top_mainnav .close_menu {
  position: absolute;
  left: 22px;
  top: 30px;
  cursor: pointer;
}

#mainnav .top_mainnav .logo02 {
  margin-bottom: 28px;
}

#mainnav .top_mainnav .customer_info .name_customer {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 4px;
}

#mainnav .top_mainnav .customer_info .name_customer .name {
  font-weight: 500;
  font-size: 19px;
}

#mainnav .top_mainnav .customer_info ul.detail_customer li {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  position: relative;
}

#mainnav .top_mainnav .customer_info ul.detail_customer li:not(:last-child) {
  margin-right: 6px;
  padding-right: 12px;
}

#mainnav .top_mainnav .customer_info ul.detail_customer li:not(:last-child):before {
  content: '';
  position: absolute;
  height: 8px;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#mainnav .top_mainnav .customer_info ul.detail_customer li .nd {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 300;
}

#mainnav .top_mainnav .customer_info ul.detail_customer li strong {
  font-size: 12px;
}

#mainnav nav {
  padding: 20px 0 20px 30px;
}

#mainnav nav .box_menu {
  margin-bottom: 18px;
}

#mainnav nav .box_menu h5 {
  color: #4174f7;
  font-weight: 500;
  padding-bottom: 9px;
  border-bottom: 1px solid #4174f7;
  line-height: 24px;
}

#mainnav nav .box_menu ul li a {
  padding: 12px 15px;
  display: block;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
}

#mainnav nav .box_menu>ul>li>a,
#mainnav nav .box_menu ul>li .sub_menu {
  border-bottom: 1px solid #e1e1e1;
}

#mainnav nav .box_menu>ul>li>a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #9b9b9b;
}

#mainnav nav .box_menu ul>li .sub_menu {
  padding: 16px 0 0;
}

#mainnav nav .box_menu ul>li .sub_menu li a {
  font-size: 13px;
  padding: 0 15px;
  margin-bottom: 16px;
}

#mainnav nav .box_menu ul>li.has_sub_menu {
  position: relative;
}

#mainnav nav .box_menu ul>li.has_sub_menu .btn_sub {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 16px;
  z-index: 5;
  cursor: pointer;
}

#mainnav nav .box_menu ul>li.has_sub_menu .btn_sub img {
  position: absolute;
  left: 0;
  right: 0;
}

#mainnav nav .box_menu ul>li.has_sub_menu .btn_sub .minus {
  opacity: 0;
  visibility: hidden;
}

#mainnav nav .box_menu ul>li.has_sub_menu .btn_sub.active .plus {
  opacity: 0;
  visibility: hidden;
}

#mainnav nav .box_menu ul>li.has_sub_menu .btn_sub.active .minus {
  opacity: 1;
  visibility: visible;
}

.boxed .modal-backdrop {
  position: absolute;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 19px 20px;
  min-height: 63px;
  border-bottom: 1px solid #dadada57;
  background: #fff;
}

.breadcrumbs.st1 {
  border: none;
  padding: 22px 20px 0;
  justify-content: flex-end;
}

/* .breadcrumbs a,
.breadcrumbs .language_area {
  width: 20%;
} */
.breadcrumbs>a {
  position: relative;
  z-index: 5;
}

.breadcrumbs h2 {
  color: #2f2f2f;
  font-size: 16px;
  /* font-weight: 500; */
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}

.language_area a {
  display: inline-block;
  width: 30px;
}

.language_area a img {
  opacity: 0.7;
}

.language_area a.active img {
  border: 1px solid #eaeaea;
  opacity: 1;
}

.cl-w {
  color: #fff !important;
}

.logo03 {
  padding: 49px 0 46px;
}

.login_form {
  padding: 0 10px;
}

.password.input_field {
  position: relative;
}

.show_pass, .show_pass_confirm {
  position: absolute;
  right: 16px;
  top: 11px;
  font-size: 12px;
  color: #4174f7;
  cursor: pointer;
  z-index: 5;
}

.checkbox {
  position: relative;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.checkbox label {
  color: #636363;
  font-size: 12px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  border: 1px solid #4174f7;
}

.checkbox label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: url(../images/checkbox_01.svg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 5;
}

.checkbox input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.login_form .button_submit {
  margin-top: 40px;
}

.login_form .forgot_account {
  margin-top: 14px;
}

.login_form .forgot_account a {
  color: #7c7c7c;
  font-size: 12px;
}

.login_form .forgot_account a:hover {
  text-decoration: underline;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 85%;
  /* margin-left: -150px; */
  background-color: #fff;
  border-radius: 8px;
  z-index: 1050;
  overflow: hidden;
}

.popup form .top {
  padding: 16px 20px 25px;
}

.popup .top h6 {
  font-size: 16px;
  color: #3671ff;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1.6px solid #276dff;
}

.popup form .top .sub_title {
  margin: 21px 0;
  color: #2f2f2f;
  font-size: 16px;
  text-align: center;
}

.popup form .bottom button {
  border-radius: 0;
  line-height: 48px;
}

.list_language .radiobox {
  padding: 12px;
  border-bottom: 1px solid #dadada;
}

.list_language .radiobox:last-child {
  border-bottom: none;
}

.radiobox {
  position: relative;
}

.radiobox input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.radiobox label {
  color: #373737;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.radiobox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background: url(../images/radio_check.svg) center center no-repeat;
  transition: 0.3s;
}

.radiobox input[type="radio"]:checked+label:before {
  background-image: url(../images/radio_checked.svg);
}



.register_form .box_register {
  margin-bottom: 25px;
}

.register_form .box_register h6 {
  color: #373737;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 14px;
}

.register_form .box_register h6 span {
  display: inline-block;
  font-size: 15px;
  color: #4174f7;
  font-weight: 400;
  margin-left: 10px;
}

.register_form .box_register .find-address input {
  width: calc(100% - 98px);
  display: inline-block;
}

.register_form .box_register .find-address button {
  width: 90px;
  background-color: #fff;
  color: #4174f7;
  border: 1px solid #4174f7;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  margin-left: 4px;
}

.register_form .button_submit {
  margin: 40px 0;
}

.notice_area {
  padding: 21px 10px;
}

.notice_area .logo {
  margin-bottom: 40px;
}

.notice_area .logo .box_logo {
  display: inline-block;
  margin-bottom: 16px;
}

.notice_area .logo .version {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.86px;
  color: #434343;
}

.notice_area .note {
  color: #4174f7;
  letter-spacing: -0.8px;
  line-height: 16px;
}

.notice_area .update a {
  display: inline-block;
  color: #fff;
  letter-spacing: -0.8px;
  line-height: 16px;
  background-color: #3771e1;
  border-radius: 15.5px;
  padding: 7.5px 20px;
}

.qr-code {

	margin:0 auto;
}

.qr-code-area {
  padding: 102px 0;
}

.qr-code-area .member {
  margin-top: 44px;
  display: inline-block;
  border: 1px solid #4174f7;
  border-radius: 8px;
  width: 216px;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #4174f7;
}

.qr-code-area .member .numb-member {
  vertical-align: middle;
}

.qr-code-merchant {
  padding: 60px 0;
}

.qr-code-merchant .box-text {
  margin-bottom: 65px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 216px;
  padding: 5px;
  background-color: rgba(251, 252, 252, 0.24);
}

.contact_form {
  padding: 20px 10px;
}

.contact_form .input_field {
  margin-bottom: 20px;
}

.contact_form .input_field label {
  color: #595959;
  letter-spacing: -0.8px;
  line-height: 16px;
  margin-bottom: 10px;
}

.contact_form .input_field input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dadada;
  background-color: transparent;
  padding: 10px 4px;
  font-size: 13px;
  color: #4174f7;
  font-weight: 500;
  height: 34px;
}

.contact_form .input_field input[type="email"] {
  text-decoration: underline;
  font-size: 12px;
}

.popup form.confirm_send_point .top {
  padding: 16px 6.7% 36px;
}

.popup form.confirm_send_point .top .sub_title {
  font-size: 14px;
  margin: 25px 0;
}

.popup form.confirm_send_point .top .box_password input {

  text-align: center;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(39, 109, 255, 0.6);
  background-color: transparent;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  height: 36px;
  font-size: 30px;
  color: #6c6c6c;
}

.popup.done_send_point form .top .sub_title {
  margin: 39px 0 0;
  font-size: 16px;
  color: #2f2f2f;
}

.popup_send_point,
.popup.done_send_point {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  top: 50%;
}

.popup_send_point.open,
.popup.done_send_point.open {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.create-order-form {
  padding: 17px 5px;
}

.order-item-link {
  margin-bottom: 8px;
}

.order-item-link a {
  background-color: #4174f7;
  display: block;
  border-radius: 8px;
  color: #fff;
  padding: 12px 45px 12px 32px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.order-item-link.card-1 a {
  background-color: #0f2d7a;
}

.order-item-link.card-2 a {
  background-color: #48c1d9;
}

.order-item-link.card-3 a {
  background-color: #00A893;
}

.order-item-link a:before {
  content: '';
  position: absolute;
  right: 19px;
  top: 22px;
  width: 19px;
  height: 19px;
  background: url(../images/icon-right.svg) center center no-repeat;
  transition: 0.3s;
}

.order-item-link a:hover:before {
  right: 15px;
}

.box_register .input_field .message {
  font-size: 11px;
  color: #4174f7;
}

.box_register .radiobox {
  display: inline-block;
  margin-right: 12px;
}

.box_register .radiobox label {
  padding-left: 22px;
}

.box_register .input_field .unit {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 13px;
  color: #575757;
}

.cash-account {
  font-size: 13px;
  color: #202020;
  line-height: 19px;
  font-weight: 500;
}

.cash-account small {
  font-size: 12px;
  font-weight: 400;
}

/* Tab Container */
.tab_container .over-scroll {
  overflow-x: scroll;
}

.tab_container .menu_tab {
  min-width: 400px;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: -1px;
}

.tab_container .over-scroll::-webkit-scrollbar-track {
  background-color: #ffff;
}

.tab_container .over-scroll::-webkit-scrollbar {
  height: 4px;
  background-color: #fff;
}

.tab_container .over-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #cfcfcf;
}

.tab_container .menu_tab li {
  color: #6f6f6f;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  padding: 9px 17px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.tab_container .menu_tab li.active {
  border-bottom: 2px solid #3671ff;
  color: #3671ff;
}

.list_product {
  padding: 5px 20px 0;
}

.product_item {
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.product_item .img_product {
  width: 130px;
  margin-right: 14px;
}

.product_item .img_product img {
  border-radius: 8px;
}

.product_item .img_product a {
  display: block;
}

.product_item .desc_product {
  width: calc(100% - 108px);
}

.product_item .desc_product .name h6 {
  display: inline-block;
}

.product_item .desc_product .name h6 a {
  font-size: 15px;
  color: #434343;
  font-weight: 500;
}

.product_item .desc_product .name .mobi-transfer {
  display: inline-block;
  margin-left: 4px;
  color: #4174f7;
  font-size: 12px;
}

.product_item .desc_product .price-svg-wrapper {
  display: flex;
  align-items: center;
  margin: 6px 0 3px;
}

.product_item .desc_product .price {
  font-size: 13px;
  color: #606060;
  font-weight: 500;
}

.product_item .desc_product .svg-cash img {
  height: 32px;
  margin-left: 8px;
}

.product_item .desc_product p {
  line-height: 18px;
  color: #606060;
  font-size: 12px;
}

.more_product {
  height: 150px;
  padding: 30px;
  background-color: #eff1f4
}

.more_product p {
  color: #797979;
}

.sec-single-product {
  padding-bottom: 85px;
}

.sec-single-product .content-product {
  padding: 16px 26px;
}

.sec-single-product .detail-header-info {
  padding-bottom: 9px;
  margin-bottom: 13px;
  border-bottom: 1px solid #cfcfcf;
}

.sec-single-product .detail-header-info .name_product {
  font-size: 15px;
  color: #434343;
  font-weight: 500;
  margin-bottom: 3px;
}

.sec-single-product .detail-header-info .price-view {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
}

.sec-single-product .detail-header-info .price-view .sale {
  font-size: 12px;
  font-weight: 500;
  color: #4174f7;
}

.sec-single-product .detail-header-info .price-view .regular-price {
  color: #606060;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.sec-single-product .detail-header-info .price-view .regular-price .unit {
  font-size: 14px;
}

.sec-single-product .description-product p {
  line-height: 19px;
  font-size: 11px;
  color: #606060;
  text-align: justify;
}

.sec-single-product .buy-now,
.popup-buy-product {
  position: sticky;
  bottom: 0;
  left: 0;
  box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.22);
  width: 100%;
  background-color: #eff1f4;
  padding: 12px 20px 52px;
  z-index: 1050;
  transition: 0.5s;
}

.sec-single-product .buy-now a {
  display: block;
  color: #fff;
  border-radius: 8px;
  background-color: #4174f7;
  line-height: 22px;
  padding: 10px;
}

.popup-buy-product {
  opacity: 0;
  visibility: hidden;
  /* bottom: -100%; */
  text-align: center;
}

.popup-buy-product.open {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.form-buy-product .input-group {
  margin-bottom: 20px;
  width: 160px;
  text-align: center;
  display: inline-block;
}

.form-buy-product .input-group input {
  text-align: center;
}

.form-buy-product .input-group .input-group-btn {
  width: 51.5px;
}

.form-buy-product .input-group .input-group-btn .btn {
  padding: 8.4px 12px;
  height: 42px;
  background-color: #fbfcfc;
  border-color: #d7d7d7;
  border-radius: 8px;
  line-height: 20px;
}

.form-buy-product .input-group .input-group-btn .btn:focus {
  border: none;
  outline: none;
}

.form-buy-product .input-group .input-group-btn:first-child>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-buy-product .input-group .input-group-btn:last-child>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-title {
  padding: 10px 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
}

.page-title h2 {
  color: #2a2a2a;
  font-size: 13px;
  line-height: 19px;
}

.box_register .detail-point dl dt {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #373737;
  line-height: 18px;
}

.box_register .detail-point dl dd {
  font-size: 12px;
  color: #4174f7;
  line-height: 18px;
}

.sec-order-list {
  padding: 0 10px;
  border-top: 1px solid #d4d4d4;
}

.sec-product-order .product_item {
  padding: 16px 21px;
}

.sec-product-order .product_item .quanlity {
  margin: 6px 0 12px;
  font-size: 13px;
  color: #606060;
  line-height: 19px;
}

.sec-product-order .product_item .price {
  font-size: 18px;
}

.sec-product-order .product_item .price .unit {
  font-size: 14px;
}

.divider-6 {
  height: 6px;
  background-color: #eff1f4;
}

.form-shipping-info .box_register h6 a {
  float: right;
  font-size: 13px;
  color: #4174f7;
  font-weight: 400;
  position: relative;
}

.form-shipping-info .box_register h6 a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #4174f7;
}

.form-shipping-info {
  min-height: calc(100vh - 63.2px);
  position: relative;
}

.form-shipping-info .button_submit {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
}

.info-merchants {
  padding: 19px 26px;
  border-bottom: 1px solid #838383;
}

.info-merchants dl dt {
  float: left;
  width: 40px;
  margin-right: 7px;
  font-weight: 500;
  color: #4174f7;
  line-height: 20px;
  clear: both;
}

.info-merchants dl dd {
  line-height: 20px;
  margin-bottom: 10px;
}

.info-merchants dl dd:last-child {
  margin-bottom: 0;
}

.title-sec-storeL {
  font-size: 13px;
  color: #fff;
  padding: 10px 26px;
  line-height: 19px;
  background-color: #3671ff;
}

.store-fix-top {
	position: fixed;
	left: 0;
	top: 0;
    height: 221px;
    width: 100%;
	z-index: 100;
}

.store-fix-top .breadcrumbs {
	background: #fff;
}

.store-fix-top .info-merchants {
	background: #fff;
}

.sec-nearby-merchants {
	margin-top: 221px;
	z-index: 10;
}

.list-location {
  padding: 0 20px;
}

.list-location .location-item {
  padding: 15.5px 0;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.list-location .location-item .images {
  width: 94px;
  margin-right: 14px;
}

.list-location .location-item .images img {
  border-radius: 8px;
}

.list-location .location-item .info-location {
  width: calc(100% - 108px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.list-location .location-item .info-location .name-location {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 4px;
}

.list-location .location-item .info-location .name-location h6 {
  color: #434343;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.list-location .location-item .info-location .name-location h6 img {
  margin-left: 6px;
  vertical-align: top;
}

.list-location .location-item .info-location .discount {
  font-size: 10px;
  color: #4174f7;
  line-height: 15px;
  margin: 5px 0;
}

.list-location .location-item .info-location .desc p {
  font-size: 12px;
  color: #606060;
  line-height: 18px;
  margin-bottom: 4px;
}

.sec-location-single .content-location {
  padding: 15px 22px;
  border-bottom: 1px solid #d4d4d4;
}

.sec-location-single .content-location .name-location {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: top;
  align-content: center;
}

.sec-single-product .buy-now .purchase {
  display: block;
  color: #fff;
  border-radius: 8px;
  background-color: #4174f7;
  line-height: 22px;
  padding: 8px;
  margin-bottom: 8px;
}

.sec-location-single .content-location .name-location h6 {
  font-size: 20px;
  color: #292929;
  line-height: 29px;
  font-weight: 500;
}

.sec-location-single .content-location .name-location h6 img {
  margin-left: 10px;
  vertical-align: unset;
}

.sec-location-single .content-location .telephone a {
  display: inline-block;
  font-size: 13px;
  color: #606060;
  line-height: 18px;
  margin-top: 13px;
}

.sec-location-single .tab_container .menu_tab {
  width: 100%;
}

.sec-location-single .tab_container .menu_tab li {
  padding: 9px 0;
  margin: 0 53px;
}

.location-info-01 {
  padding: 20px 26px;
}

.location-info-01 dt {
  width: 72px;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 13px;
  float: left;
  clear: both;
  /* margin-bottom: 10px; */
  line-height: 19px;
}

.location-info-01 dd {
  line-height: 19px;
  color: #606060;
  font-size: 12px;
  margin-bottom: 10px;
}

.payment {
  margin-top: 32px;
}

.payment a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  background-color: #4174f7;
  border-radius: 8px;
  line-height: 22px;
}

.list-review .review-item {
  padding: 15.5px 26px 15.5px;
  border-bottom: 1px solid #dadada;
}

.list-review .review-item h6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 9px;
  color: #1e1e1e;
}

.list-review .review-item p {
  color: #606060;
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
}

.list-review .review-item .date-review {
  margin-top: 18px;
  color: #606060;
  font-size: 12px;
  line-height: 18px;
}

.sec-review-location {
  padding: 20px;
  min-height: calc(100vh - 63px);
}

.sec-review-location .location-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #cfcfcf;
}

.sec-review-location .location-item .images {
  width: 59px;
  margin-right: 16px;
}

.sec-review-location .location-item .name-location {
  font-size: 15px;
  color: #434343;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 500;
}

.sec-review-location .location-item .date-use {
  font-size: 12px;
  color: #606060;
  line-height: 18px;
}

.form-review-location {
  padding: 25px 0;
}

.form-review-location .input_field {
  padding-bottom: 50px;
}

.form-review-location .input_field label {
  font-weight: 500;
  margin-bottom: 20px;
  color: #373737;
  line-height: 20px;
  display: block;
}

.form-review-location .input_field label span {
  float: right;
  color: #838383;
  font-weight: 300;
}

.form-review-location .button_submit {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
}

.sec-confirm-payment {
  padding: 19px 26px;
}

.sec-confirm-payment .info-payment dl dt {
  color: #4174f7;
  font-weight: 400;
  width: 110px;
  float: left;
  clear: both;
  line-height: 20px;
}

.pInputArea {
	width: 58%;
    border-bottom: 1px solid #000;
    margin-left: 110px;
}

.pInputArea .pInput {
	border: none;
	background: none;
	height: 20px;
	width: 80%;
	margin: 0;
	padding: 0;
}

.pInputArea .pInput:focus{
    background-color:#FFF;
    outline:none;
    border:none;
    box-shadow:none;
}

.pointMark {
	float: right;
	color: #4174f7;
	padding-right: 2px;
	font-weight: 500;
	margin-top: -22px;
}

.sec-confirm-payment .info-payment dl dd {
  color: #2f2f2f;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 14px;
}

.breadcrumbs.st2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: none;
  min-height: 70px;
  z-index: 100;
}

.breadcrumbs.st2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.42);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.001) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.001) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.001) 100%);
}

.breadcrumbs.st2 h2 {
  color: #fff;
}

.breadcrumbs.st2 .talk {
  position: absolute;
  right: 16px;
  top: 10px;
}

.sec-map {
  position: relative;
  z-index: 99;
}

.sec-map .map_container {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

.sec-map .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-map .search-location {
  margin-top: -50px;
  background-color: #fff;
  padding: 24px 20px;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 99;
  position: relative;
  box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1);
}

.sec-map .search-location .location-direc {
  position: absolute;
  top: -56px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.form-search-location .title-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}

.form-search-location .title-form h6 {
  color: #4d4d4d;
  font-weight: 500;
}

.form-search-location .title-form .search-radiobox .radiobox {
  display: inline-block;
  margin-left: 12px;
}

.form-search-location .title-form .search-radiobox .radiobox label {
  padding-left: 22px;
}

.form-search-location .button_submit {
  margin-top: 30px;
}

.select-box {
  position: relative;
}

.select-box select {
  padding-right: 35px;
}

.select-box:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  background: url(../images/icon-down.svg) center center no-repeat;
  background-size: cover;
  right: 12px;
  top: 12px;
  z-index: 5;
}

.form-search-location .select-box select {
  padding-left: 48px;
  cursor: pointer;
}

.form-search-location .input_field {
	margin-bottom:8px;
}

.form-search-location .select-box .fakeBox {
	cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 35px 8px 48px;
    color: #242424;
    height: 42px;
    background: #fbfcfc;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
	box-sizing: border-box;
}

.form-search-location .inputStore {
	width: 100%;
    height: 100%;
    display: block;
    border: none;
    padding-left: 0;
}



}

.no-scroll::-webkit-scrollbar {
  display: none;
}

.no-scroll::-moz-scrollbar {
  display: none;
}

.no-scroll::-o-scrollbar {
  display: none;
}

.no-scroll::-google-ms-scrollbar {
  display: none;
}

.no-scroll::-khtml-scrollbar {
  display: none;
}

.form-search-location .select-box:before {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  background: url(../images/map.svg) center center no-repeat;
  background-size: cover;
  left: 16px;
  top: 9px;
  z-index: 5;
}

.form-search-location .select-box.select-shop:before {
  background-image: url(../images/shop.svg);
}

.form-search-location .select-box.select-shop-name:before {
  background-image: url(../images/shop_name.svg);
}

.form-choose-area .choose-area .top {
  padding: 16px 20px 0;
}

.form-choose-area .choose-area .box-area {
  overflow-x: scroll;
}

.form-choose-area .choose-area .box-area::-webkit-scrollbar-track {
  background-color: #ffff;
}

.form-choose-area .choose-area .box-area::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.form-choose-area .choose-area .box-area::-webkit-scrollbar-thumb {
  background-color: #565656;
  border-radius: 3px;
}

.form-choose-area .choose-area .box-area .list-area {
  max-height: 50vh;
}

.form-choose-area .choose-area .list-area .radiobox {
  padding: 11px 10px;
  border-bottom: 1px solid #d6d6d6;
}

.form-choose-area .choose-area .list-area .radiobox label {
  padding-left: 0;
  display: block;
  line-height: 24px;
  color: #2c2c2c;
}

.form-choose-area .choose-area .list-area .radiobox label:before {
  right: 0;
  left: auto;
}

.form-choose-area {
  opacity: 0;
  visibility: hidden;
}

.form-choose-area.open {
  opacity: 1;
  visibility: visible;
}

.form-choose-area button {
	border-radius: 0 !important;
}

.sec-switch-points .switch-points-container {
  background-color: #4174f7;
  color: #fff;
  padding: 10px 7.3% 5px;
}

.sec-switch-points .switch-points-container .point-cover {
  padding: 12px 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sec-switch-points .switch-points-container .point-cover:last-child {
  border-bottom: none;
}

.sec-switch-points .switch-points-container .point-cover .sub-title {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.79;
  font-weight: 300;
}

.sec-switch-points .switch-points-container .point-cover .point {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}

.sec-switch-points .switch-points-container .point-cover .point span {
  font-size: 24px;
  font-weight: 500;
}

.sec-switch-points .form-switch-points {
  padding: 17px 20px;
}

.sec-switch-points .form-switch-points .title-form {
  color: #333333;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 11px;
  margin-left: 6px;
}

.sec-switch-points .form-switch-points .convert-points {
  border-top: 1.4px solid #4174f7;
  border-bottom: 1.4px solid #4174f7;
}

.convert-points .radiobox {
  overflow: hidden;
  border-bottom: 1px solid #dadada;
}

.convert-points .radiobox:last-child {
  border-bottom: none;
}

.convert-points .radiobox:nth-child(2n) {
  background-color: #f1f5ff;
}

.convert-points .radiobox label {
  display: block;
  font-size: 15px;
  color: #373737;
  padding: 12px 26px 15px 40px;
}

.convert-points .radiobox label:before {
  left: 10px;
}

.convert-points .radiobox label img {
  width: 20px;
  margin: 0 6%;
}

.convert-points .radiobox label strong {
  float: right;
  color: #373737;
  font-size: 15px;
  line-height: 22px;
}

.form-switch-points .note {
  color: #fd3636;
  font-size: 12px;
  font-weight: 300;
  margin: 9px 0 0 6px;
}

.form-switch-points .button_submit {
  margin-top: 40px;
}

.sec-account-manager .form-register-account {
  padding: 19px 22px;
}

.sec-account-manager .menu_tab {
  margin-bottom: -1px;
  padding: 0;
  width: 100%;
  min-width: 300px !important;
}

.sec-account-manager .menu_tab li {
  width: 28%;
  padding: 9px 0;
  text-align: center;
}

.form-register-account h6,
.form-edit-customer h6,
.form-amount-money .box_register h6 {
  color: #1b1b1b;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 20px;
}

.form-register-account .manager-account-direc a {
  font-size: 13px;
  color: #4174f7;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  margin-top: 6px;
}

.form-register-account .manager-account-direc a img {
  vertical-align: bottom;
}

.form-register-account .button_submit,
.form-edit-customer .button_submit,
.form-amount-money .box_register .button_submit {
  margin-top: 40px;
}

.sec-info-customer {
  padding: 29px 22px;
}

.form-edit-customer .box_register {
  margin-bottom: 30px;
}

.form-edit-customer .box_register .sub {
  margin: 20px 16px;
  font-size: 13px;
  color: #575757;
  line-height: 19px;
}

.form-edit-customer .box_register .delete-account {
  margin-top: 12px;
}

.delete-account a {
  position: relative;
  color: #4174f7;
  font-size: 13px;
  line-height: 19px;
  display: inline-block;
}

.delete-account a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #4174f7;
}

.application-drawal-container {
  padding: 20px;
}

.account-drawal .title {
  color: #262626;
  line-height: 20px;
  margin-bottom: 17px;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.account-drawal .title:before {
  content: '';
  position: absolute;
  top: 7px;
  right: -18px;
  height: 8px;
  width: 8px;
  border-right: 1px solid #5e5e5e;
  border-top: 1px solid #5e5e5e;
  transform: rotate(45deg);
}

.account-drawal .box-detail {
  border: 1px solid #4174f7;
  padding: 15px 12px;
  background-color: rgba(65, 116, 247, 0.11);
  color: #4174f7;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.account-drawal .box-detail .bank {
  font-size: 16px;
  line-height: 24px;
}

.account-drawal .box-detail .numb-account {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.account-drawal .c-point {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 16px 10px 13.5px;
}

.account-drawal .c-point h6 {
  font-weight: 500;
  color: #4174f7;
  line-height: 20px;
}

.account-drawal .c-point .point {
  color: #353535;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.account-drawal .c-point .point span {
  font-size: 18px;
}

.limit-drawal {
  padding: 16px 10px;
  margin-bottom: 29.5px;
  border-top: 1px solid #696969;
  border-bottom: 1px solid #696969;
}

.limit-drawal .limit-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}

.limit-drawal .limit-item h6 {
  font-weight: 500;
  color: #4174f7;
  line-height: 20px;
}

.limit-drawal .limit-item .money-limit {
  color: #353535;
  line-height: 19px;
  font-size: 13px;
}

.limit-drawal .note {
  color: #fd3636;
  font-size: 12px;
  font-weight: 300;
}

.select-history {
  padding: 9px 55px 9px 26px;
  background-color: #eff1f4;
  border-top: 1px solid #d4d4d4;
  cursor: pointer;
}

.select-history:after {
  right: 30px;
  width: 15px;
  height: 15px;
}

.select-history li {
  font-size: 13px;
  color: #7d7d7d;
  line-height: 19px;
  display: inline-block;
  position: relative;
}

.select-history li:not(:last-child) {
  padding-right: 10px;
  margin-right: 2px;
}

.select-history li:not(:last-child):before {
  content: '';
  position: absolute;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  background-color: #7d7d7d;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.transaction-item {
  padding: 19.5px 26px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

.transaction-item .name-transaction,
.transaction-item .info-transaction {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.transaction-item .name-transaction {
  margin-bottom: 7px;
}

.transaction-item .name-transaction .name {
  font-size: 13px;
  color: #262626;
  line-height: 22px;
}

.transaction-item .name-transaction .money {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.transaction-item.up .name-transaction .money {
  color: #4174f7;
}

.transaction-item.down .name-transaction .money {
  color: #f74141;
}

.transaction-item .info-transaction ul.date li {
  float: left;
  font-size: 12px;
  color: #8f8f8f;
  line-height: 18px;
  position: relative;
}

.transaction-item .info-transaction ul.date li:not(:last-child) {
  margin-right: 9px;
  padding-right: 9px;
}

.transaction-item .info-transaction ul.date li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 1px;
  background-color: #8f8f8f;
}

.transaction-item .info-transaction .fee {
  font-size: 13px;
  color: #8f8f8f;
  line-height: 19px;
}

.popup-option {
  background-color: #fff;
  padding: 20px;
  z-index: 1050;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: -50%;
  left: 0;
  width: 100%;
  transition: 0.3s;
}

.popup-option.open {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.popup-option .title {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #276dff;
  margin-bottom: 24px;
}

.popup-option .title .delete-popup {
  cursor: pointer;
}

.popup-option .title h3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  color: #3671ff;
  font-weight: 500;
  text-align: center;
  z-index: -1;
}

.popup-option .title .confirm {
  font-size: 15px;
  color: #4174f7;
  line-height: 17px;
  cursor: pointer;
}

.popup-option .field-row {
  margin-bottom: 26px;
}

.popup-option .field-row .sub-title {
  color: #8b8b8b;
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 19px;
}

.popup-option .field-row .field-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-option .field-row .field-date .minus {
  color: #464646;
  font-size: 30px;
  width: 20px;
  text-align: center;
}

.popup-option .field-row .field-date .input_date {
  width: calc(100% / 2.15);
  position: relative;
}

.popup-option .field-row .field-date .input_date input {
  padding-left: 37px;
}

.popup-option .field-row .field-date .input_date:before {
  content: '';
  position: absolute;
  height: 22px;
  width: 22px;
  background: url(../images/calendar.svg) center center no-repeat;
  background-size: cover;
  left: 10px;
  top: 10px;
  z-index: 5;
}

.popup-option .field-row .btn-group {
  width: 100%;
}

.popup-option .field-row .btn-group button {
  width: 33.33%;
  border-radius: 8px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 5px;
  background-color: rgba(242,242,242);
  border-color: #d7d7d7;
  margin-left: -1px;
}

.popup-option .field-row .btn-group.w-2 button {
  width: 50%;
}

.popup-option .field-row .btn-group.w-6 {
  display: inline-table;
}

.popup-option .field-row .btn-group.w-6 button {
  margin-bottom: -1px;
}

.popup-option .field-row .btn-group button:not(:last-child) {
  border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.popup-option .field-row .btn-group button:not(:first-child) {
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.popup-option .field-row .btn-group.w-6 button:nth-child(1) {
  border-bottom-left-radius: 0;
}

.popup-option .field-row .btn-group.w-6 button:nth-child(3) {
  border-top-right-radius: 8px;
}

.popup-option .field-row .btn-group.w-6 button:nth-child(4) {
  border-bottom-left-radius: 8px;
}

.popup-option .field-row .btn-group.w-6 button:nth-child(6) {
  border-top-right-radius: 0;
}

.popup-option .field-row .btn-group button:hover {
  border-color: rgba(88,88,88,0.8);
  color: #454545;
  background-color: #fff;
}
.popup-option .field-row .btn-group button.selected {
  border-color: rgba(88,88,88,0.8);
  color: #454545;
  background-color: #fff;
}

@media (max-width: 767px) {
  .convert-points .radiobox label {
    padding-right: 10px;
  }

  .convert-points .radiobox label img {
    margin: 0 3%;
  }

  #header .bt_head {
    width: 94%;
  }
}










/* Preloader
-------------------------------------------------------------- */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  /* width: 360px; */
  height: 100vh;
  overflow: visible;
  display: table;
  text-align: center;
  background: #4ce7cb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4ce7cb 0%, #4174f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4ce7cb 0%, #4174f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4ce7cb 0%, #4174f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#preloader .logo_splash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#preloader .logo_splash img {
  display: block;
  margin: 0 auto;
}

.loader {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: relative;
  width: 200px;
  height: 200px;
}

.loader-icon {
  width: 80px;
  height: 80px;
  border: 2px solid #80c3f3;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.initializePW {
	margin-top:15px;
}

.initializePW a {
	color: #4174f7;
	text-decoration: underline;
}

.validationMsg {
	font-size: 13px;
	color: #fd3636;
	padding-left: 5px;
}





/* 메뉴 */
body.fixed .m-gnb { right:0; opacity:1; }
.m-gnb { position: fixed; right:-110%; top:0; bottom:0; width:85%; background: #fff; z-index:3200; transition: all 0.5s ease; opacity:0;  }
.bg-gnb { display: none; position: fixed;left: 0; right:0; top:0; bottom:0; background: rgba(0,0,0,0.6); z-index:3000; }
.m-gnb .scroll { position: absolute;left: 0; right:0; top:0; bottom:0; overflow: auto; }
.m-gnb .head { padding: 60px 30px 30px; background: #3964A4; position: relative; }
.m-gnb .head .btn-close { position: absolute; right:20px; top:20px; background: url(../images/main/ico_close.png) no-repeat 50% 50%; width:25px; height: 25px; background-size:21px auto; }
.m-gnb .head .user { margin-bottom: 20px; }
.m-gnb .head .user:after {display: block; content: ''; clear: both; }
.m-gnb .head .user .photo { float:left; width:60px; height: 60px;  position: relative; margin-right:18px; }
.m-gnb .head .user .photo img { width:60px; height: 60px; border-radius:18px; }
.m-gnb .head .user .photo .btn-set { position: absolute; right:-3px; bottom:-3px; width:24px; height: 24px; background: #fff url(../images/main/ico_set.png) no-repeat 50% 50%; background-size:12px auto;  border-radius:100%;  text-indent: -9999px; }
.m-gnb .head .user .welcome { font-size:18px; line-height: 24px; color: #fff; padding-top:6px;  }
.m-gnb .head .info { border-radius:10px; background: #D7C49E; text-align: center; overflow: hidden; padding:12px 0; }
.m-gnb .head .info dl { float:left; width:50%; position: relative; font-size:14px; color: #fff; line-height: 1;  }
.m-gnb .head .info dl + dl { border-left: 1px solid #71707a; }
.m-gnb .head .info dl dt { display: inline; }
.m-gnb .head .info dl dd { display: inline; color: #ffa36b; margin-left: 4px; }
.m-gnb .body { padding:30px;  }
.m-gnb .body .tit { position: relative; font-size:18px; color: #565967; margin-bottom: 12px;  }
.m-gnb .body .tit img { position: absolute; right:0; top:50%; transform: translateY(-50%); width:20px; }
.m-gnb .body .flip { margin-top:7px; }
.m-gnb .body .flip .btn-flip { display: block; font-size:14px; color: #565967; position: relative; line-height: 30px; }
.m-gnb .body .flip .btn-flip:after { content: ''; position: absolute; right:5px; top:10px; width:7px; height: 7px; border-left: 1px solid #9fa9b5; border-bottom: 1px solid #9fa9b5; transform: rotate(-45deg); transition: all 0.5s ease; }
.m-gnb .body .flip .btn-flip.active:after { transform:rotate(135deg);top:13px; }
.m-gnb .body .flip .btns { display: none; overflow: hidden; }
.m-gnb .body .flip .btns a { float:left; width:49%; height: 36px; border-radius:5px; line-height: 35px; font-size:14px; color: #565967; background: #f5f4f6; text-align: center; }
.m-gnb .body .flip .btns a:last-child { float:right; }
.m-gnb .body .flip .btns a .ico1 { display: inline-block; vertical-align: middle; background: url(../images/main/ico_nav1.png) no-repeat 50% 50%; background-size:13px auto; width:13px; height: 14px; margin:-3px 5px 0 0;}
.m-gnb .body .flip .btns a .ico2 { display: inline-block; vertical-align: middle; background: url(../images/main/ico_nav2.png) no-repeat 50% 50%; background-size:14px auto; width:14px; height: 14px; margin:-3px 5px 0 0;}
.m-gnb .body .btn-link { display: block; font-size:14px; color: #565967; line-height: 38px; position: relative;}
.m-gnb .body .btn-link:after { content: ''; position: absolute; right:5px; top:10px; width:7px; height: 7px; border-left: 1px solid #9fa9b5; border-bottom: 1px solid #9fa9b5; transform: rotate(-135deg); }
.m-gnb .body .box { padding:15px 0; position: relative; }
.m-gnb .body .box:before { content: ''; position: absolute; left: 0; top:0; right:-30px; height: 1px; background: #eaeaea; }
.m-gnb .body .btn-logout { display: block; font-size:14px; color: #565967;}
.m-gnb .body .btn-logout:before { content: ''; display: inline-block; vertical-align: middle; background: url(../images/main/ico_logout.png) no-repeat 50% 50%; background-size:14px auto; width:14px; height: 14px; margin:-3px 5px 0 0; }










































