@charset "utf-8";

@font-face {
    font-family: 'NotoSansCJKkr-Medium';
    src: url('../font/NotoSansCJKkr-Medium.eot');
    src: url('../font/NotoSansCJKkr-Medium.woff2') format('woff2'),
    url('../font/NotoSansCJKkr-Medium.woff') format('woff'),
    url('../font/NotoSansCJKkr-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6,
p, a, em, img, strong, dl, dt, dd, ol, ul, li,
label, table, tbody, thead, tr, th, td,
canvas, footer, header, nav, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'NotoSansCJKkr-Medium', sans-serif;
    vertical-align: baseline;
    word-wrap: break-word;
}

input, select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none; appearance: none;
    -webkit-border-radius: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
    outline: 0;
    vertical-align: top;
}

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

:focus {
    outline: none;
}

.container_wrap {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 150;
}

.header_inner {
    height: 100%;
    position: relative;
}

.header_content {
    display: inline-block;
    vertical-align: middle;
}

strong.header_content {
    color: #000;
    font-size: 1rem;
    font-weight: bold;
}

.barcode {
    width: auto;
    height: 60px;
    margin-top: 5px;
}

.tip {
    width: 30%;
    margin-top: -20px;
}

.my, .menu, .back, .header_logo, .close {
    width: auto;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.my {
    right: 45px;
}

.menu {
    right: 5px;
}

.title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    color: #000;
}

.container_upper {
    width: 100%;
    padding: 60px 0;
    position: relative;
}

.container_main {
    height: 100%;
    background-image: url('../images/logo_main.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 50%;
    background-size: 50%;
    margin-top: -60px;
}

/*
181130수정
*/
.img_couponmall {
    display: block;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 30px;
    font-size: 0;
}
/*
//181130수정
*/

.fix_menu {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #F2F3F6;
    -webkit-box-shadow: 0 7px 35px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 7px 35px rgba(0, 0, 0, .3);
    box-shadow: 0 7px 35px rgba(0, 0, 0, .3);
    border-top: 1px solid #E3E2E2;
}

.fix_menu ul {
    height: 100%;
    position: relative;
    font-size: 0;
}

.fix_menu ul li {
    display: inline-block;
    width: 20%;
    height: 100%;
    position: relative;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.fix_menu .home_on {
    background-image: url('../images/icon_home_on.png');
}

.fix_menu .home {
    background-image: url('../images/icon_home.png');
}

.fix_menu .hanamoney {
    background-image: url('../images/icon_hanamoney.png');
}

.fix_menu .event {
    background-image: url('../images/icon_event.png');
}

.fix_menu .event_on {
    background-image: url('../images/icon_event_on.png');
}

.fix_menu .coupon {
    background-image: url('../images/icon_coupon.png');
}

.fix_menu .mycoupon {
    background-image: url('../images/icon_mycoupon.png');
}

.fix_menu ul li p {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 0.72rem;
    text-align: center;
    color: #000;
}

.fix_menu ul li.home p {
    color: #585353;
}

.content_menu {
    padding: 15px 0;
    background-color: #585353;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.menu_list {
    font-size: 0;
    padding: 10px;
    position: relative;
    background-image: url('../images/sidebanner.png');
    background-repeat: no-repeat;
    -webkit-background-size: 50%;
    background-size: 50%;
    background-position: 105% bottom;
}

.menu_list > li {
    display: inline-block;
    width: 25%;
    padding-top: 10px;
}

.menu_list > li > img {
    display: block;
    width: 100%;
}

.content_menu > strong {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #fff;
}

.content_menu > img {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}

img.right_img {
    padding-right: 15px;
    float: right;
    width: 23%;
}

.list_content {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.header_logo {
    padding: 10px 5px;
}

.close {
    right: 0px;
}

.baarcode_area {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.baarcode_area.on .barcode_after {
    display: block;
}

.baarcode_area.on .timer > span {
    opacity: 1;
}

.baarcode_area > img {
    width: 100%;
}

.barcode_after {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.timer {
    position: absolute;
    bottom: 2%;
    right: 10%;
    font-size: 0.8rem;
    color: #585353;
}

.timer > span {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    overflow: hidden;
    opacity: 0;
}

.timer > img {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    padding: 5px;
}

.card_list_wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.card_list_wrap > strong {
    display: block;
    padding-left: 15%;
    font-size: 1rem;
    padding-bottom: 20px;
}

.card_bg_01, .card_bg_02 {
    background-repeat: no-repeat;
    -webkit-background-size: 110%;
    background-size: 110%;
    background-position: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.card_bg_01 {
    background-image: url('../images/bg_card.png');
}

.card_bg_02 {
    background-image: url('../images/bg_card_02.png');
}

.card_list_wrap .swiper-slide {
    width: 70% !important;
    position: relative;
}

.card_list_wrap .swiper-slide > img {
    display: block;
    width: 100%;
    opacity: 0;
}

.card_money {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -47px;
    color: #fff;
    font-size: 0.875rem;
}

.card_money > strong {
    display: block;
    padding-top: 10px;
    font-size: 0.92rem;
    font-weight: bold;
}

.card_tab {
    width: 100%;
    background-color: #0F2424;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.card_tab > li {
    display: inline-block;
    width: 33.333%;
    vertical-align: middle;
    padding: 15px 10px;
    position: relative;
}

.card_tab > li:nth-child(2):before, .card_tab > li:nth-child(2):after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, .3);
}

.card_tab > li:nth-child(2):before {
    left: 0;
}

.card_tab > li:nth-child(2):after {
    right: 0;
}

.card_tab > li > img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.bottom_tab {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.bottom_img {
    opacity: 1 !important;
    position: absolute;
    bottom: -60%;
}

.barcode_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.barcode_popup.on {
    display: block;
}

.barcode_popup.on .transparency {
    opacity: 1;
    -webkit-animation: transparency 0.1s linear forwards;
    -o-animation: transparency 0.1s linear forwards;
    animation: transparency 0.1s linear forwards;
}

.barcode_popup.on .barcode_popup_inner {
    -webkit-animation: popup_up 0.3s ease-in-out forwards;
    -o-animation: popup_up 0.3s ease-in-out forwards;
    animation: popup_up 0.3s ease-in-out forwards;
}

.transparency {
    background-color: rgba(0, 0, 0, .3);
    z-index: 200;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}

.barcode_popup_inner {
    width: 100%;
    padding: 5px 0 60px 0;
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: #fff;
    z-index: 201;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
}

.symbol {
    width: 70px;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.list_title {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.list_title strong {
    font-size: 0.95rem;
    color: #474748;
}

.list_title .close {
    height: 50px;
}

.popup_content_list {
    padding: 30px 20px;
}

.popup_content_list li {
    width: 100%;
    padding: 10px 5px;
    font-size: 0;
    color: #474748;
    border-bottom: 1px solid #D8D8D8;
}

.popup_content_list li:last-child {
    border-bottom: 0;
}

.popup_content_list > li > p {
    font-size: 1rem;
    font-weight: bold;
}

.popup_content_list > li > span {
    display: inline-block;
    font-size: 0.95rem;
    color: #000;
}

.popup_content_list > li > strong {
    float: right;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    color: #000;
}

.popup_content_list > li.use_money > strong {
    color: #585353;
}

.barcode_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.barcode_btn span {
    display: inline-block;
    width: 50%;
    padding: 20px 0;
    font-size: 0.95rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.barcode_btn .left {
    background-color: #585353;
}

.barcode_btn .right {
    background-color: #585353;
}

.tab_list {
    width: 80%;
    height: 100%;
    font-size: 0;
}

.tab_list > li {
    display: inline-block;
    width: 33.333%;
    position: relative;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.9rem;
    color: #474748;
}

/*
181130 수정
*/
.tab_list > li.active_tab {
    font-weight: bold;
}

.tab_list > li.active_tab:after {
    content: '';
}

.active_tab:after {
    content: none;
    width: 70px;
    height: 3px;
    background-color: #585353;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.banner_txt {
    display: block;
    width: 100%;
}

.contact_list {
    width: 85%;
    padding-top: 20px;
    margin: 0 auto;
}

.contact_list ul {
    padding-top: 20px;
}

.contact_list ul li {
    padding: 10px 0;
    font-size: 0;
}

.contact_list ul li strong {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;
}

.contact_list ul li small {
    display: inline-block;
    width: 40%;
    font-size: 0.9rem;
    color: #9C9C9C;
    text-align: right;
}

/*
181128 추가 css
*/
.bg_color {
    height: 100%;
    background-color: #F4F5F7;
    overflow: scroll;
}
/*
//181128 추가 css
*/

.sub_text {
    font-size: 1rem;
    color: #474748;
    padding: 20px;
}

.sub_text strong {
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
}

.sub_text span {
    display: block;
    display: block;
    color: #585353;
    font-weight: bold;
}

.sub_text small {
    display: block;
    font-size: 0.82rem;
}

.sub_text .money {
    font-size: 1rem;
}

.top_text {
    padding: 20px;
    font-size: 0.82rem;
    color: #474748;
}

.noheader {
    height: 100%;
    padding-top: 0;
}

.noheader .sub_text {
    line-height: 1.5;
    text-align: center;
}

.to {
    padding: 20px;
    padding-top: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #474748;
}

.to .point_color {
    color: #585353;
    text-decoration: underline;
}

.input_wrap {
    position: relative;
    padding: 10px 0;
}

.money_input {
    width: 100%;
    height: 48px;
    position: relative;
}

.money_input input {
    width: 100%;
    height: 47px;
    font-family: 'NotoSansCJKkr-Medium', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: transparent;
    border-bottom: 1px solid #D1D1D1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    caret-color: #474748;
}

.money_input input.focus {
    border-bottom: 1px solid #585353 !important;
}

input::-webkit-input-placeholder {
    color: #D1D1D1;
    font-size: 1rem;
    font-weight: normal;
}

input::-ms-input-placeholder {
    color: #D1D1D1;
    font-size: 1rem;
    font-weight: normal;
}

input::placeholder {
    color: #D1D1D1;
    font-size: 1rem;
    font-weight: normal;
}

.input_wrap .input_delete {
    width: 26px;
    height: 26px;
    padding: 5px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}

.text_box_wrap {
    display: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 0.9rem;
    font-weight: normal;
}

.text_box_wrap.keyOn {
    display: block;
}

.text_box {
    margin-right: 3px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #474748;
    font-family: 'NotoSansCJKkr-Medium', sans-serif;
}

.amount_list {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.amount_list li {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 10px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 0.82rem;
    border: 1px solid #E0E0E0;
}

.one_button {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #585353;
}

.one_button > p {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.coin_icon {
    display: block;
    width: 20%;
    margin: 15% auto 0 auto;
}

.confirm_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.confirm_btn .left, .confirm_btn .right {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}

.confirm_btn .left {
    width: 30%;
    color: #000;
    position: relative;
}

.confirm_btn .left:after {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background-color: #CBCBCB;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
}

.confirm_btn .right {
    width: 70%;
    color: #585353;
}

.img_tab {
    display: block;
    width: 100%;
    padding: 10px 10px 0 10px;
    background-color: #fff;
}

.content_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #F4F5F7;
}

.content_wrap > p {
    padding: 0;
}

.point_area {
    width: 100%;
    margin: 20px 0;
    background-color: #fff;
    font-size: 0;
}

.point_area > li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 25px 15px;
    text-align: center;
    position: relative;
}

.point_area > li:first-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    background-color: #CBCBCB;
}

.point_area > li > p {
    font-size: 0.9rem;
}

.point_area > li > strong {
    display: block;
    font-size: 1.1rem;
}

.point_color {
    color: #585353;
}
/*
181128 수정 css
*/
.img_brand_list {
    display: block;
    width: 25%;
}
/*
//181128 수정 css
*/

.text_center {
    text-align: center;
}

.popup_pagge {
    padding: 30px 40px;
}

.popup_pagge > li {
    border-top: 1px solid #D8D8D8;
}

.popup_pagge > li:last-child {
    border-top: 0;
    border-bottom: 1px solid #D8D8D8;
}

.mymoney_area {
    padding: 20px;
    font-size: 0.875rem;
}

.mymoney_area .mymoney {
    display: block;
    float: right;
    font-weight: bold;
}

.contents_inner {
    padding: 20px 0;
    background-color: #fff
}

.tab_swipe {
    padding: 0 20px !important;
    border-bottom: 1px solid #CBCBCB;
}

.tab_swipe .swiper-slide {
    width: 27% !important;
    padding: 12px 0 !important;
    position: relative;
    text-align: center;
    font-size: 0.875rem;
}

.tab_swipe .swiper-slide.active {
    color: #585353;
}

.tab_swipe .swiper-slide.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #585353;
    position: absolute;
    bottom: 0;
    left: 0;
}

.charging_card {
    display: block;
    width: 80%;
    margin: 5% auto;
}

.text_img {
    display: block;
    width: 80%;
    margin: 20px auto;
}

.charging_input {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.charging_input .money_input input {
    color: #474748;
}

.contents_box {
    padding: 20px 0 80px 0;
    background-color: #fff;
}

.event_menu {
    width: 100%;
    padding: 0 10px;
    font-size: 0;
}

.event_menu strong {
    display: block;
    font-size: 0.9rem;
}

.event_menu li {
    display: inline-block;
    width: 25%;
}

.event_menu li img {
    display: block;
    width: 100%;
}

.stamp_wrap .stamp_txt {
    width: 60%;
    margin: 0 auto;
    padding: 25px 0;
}

.stamp_card {
    width: 80%;
    margin: 0 auto;
    padding: 15px 15px 10px 15px;
    font-size: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.stamp_card > li {
    display: inline-block;
    width: 20%;
    position: relative;
    margin-bottom: 5px;
}

.stamp_card > li.on .stamp_on {
    display: block !important;
}

.stamp_card > li > img {
    display: block;
    width: 100%;
    padding: 3px;
}

.stamp_on {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
}
/* 코끼리 */
.spin_elp_img {
    display: block;
    width: 35%;
    margin: auto;
    position: relative;
    z-index: 15;
}

.stamp_balloon {
    width: 30%;
    position: absolute;
    top: 4%;
    right: 3%;
}

.content_upper {
    padding-top: 10px;
    background-color: #F3F4F8;
}

.rally {
    width: 90%;
    margin: -3% auto 0 auto;
    padding: 20px 0;
    position: relative;
}

.rally .stamp_card {
    width: 100%;
    padding: 0 3%;
    background-color: transparent;
}

.rally .stamp_card > li {
    width: 14.4%;
    margin-right: 7%;
    margin-bottom: 0;
}
.rally .stamp_card > li:last-child {
    margin-right: 0;
}

.rally .stamp_card > li > img {
    padding: 0;
}

.rally .banner_txt {
    width: 90%;
    margin: 0 auto;
}

.rally_wrap {
    background-color: #fff;
}
.rally_01, .rally_02, .rally_03 {
    position: absolute;
    left: 0;
}
.rally_01 {
    top: 10px;
}

.rally_02 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rally_03 {
    bottom: 10px;
}

.rally_point {
    width: 60% !important;
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* 룰렛 */
img.img_stamp_here {
    width: 50%;
}

img.spin_elp_roulette_shadow {
    display: block;
    width: 50%;
    margin: -3% auto 0 auto;
}

img.spin_elp_roulette {
    width: 100%;
    margin: 0 auto;
    margin-top: -10%;
    position: relative;
    z-index: 2;
}

img.spin_elp_roulette.on {
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -ms-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-720deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(-720deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(-720deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(-720deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-720deg)
    }
}

/* 룰렛이멈췄을경우 키프레임 */
@-webkit-keyframes stopRotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-655deg)
    }
}

@-moz-keyframes stopRotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(-655deg)
    }
}

@-ms-keyframes stopRotate {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(-655deg)
    }
}

@-o-keyframes stopRotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(-655deg)
    }
}

@keyframes stopRotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-655deg)
    }
}

.content_roulette_spin {
    width: 60%;
    margin: auto;
    margin-top: 20%;
    position: relative;
}

.complete_paper { /* 종이가루(?) */
    width: 100%;
    z-index: 30;
    position: absolute;
    top: -15%;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.spin_elp_roulette.spin_stop {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -webkit-animation:stopRotate 1s linear infinite;
    -moz-animation:stopRotate 1s linear infinite;
    -ms-animation:stopRotate 1s linear infinite;
    -o-animation:stopRotate 1s linear infinite;
    animation:stopRotate 1s linear infinite;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.stamp_balloon.roulette_start {
    display: none;
}

/* Popup css */

.popup_content {
    padding: 20% 7%;
    background-color: #fff;
}

.pop_btn, .pop_confirm_btn {
    display: inline-block;
    padding: 5% 0;
    font-size: 0.875rem;
    color: #000;
    text-align: center;
}

.popup_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
}

.popup_wrap:before {
    display: inline-block;
    width: 0;
    height: 100%;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    content: "";
    font-size: 0;
}

.popup_upper {
    display: inline-block;
    width: 80%;
    position: relative;
    vertical-align: middle;
    background-color: #fff;
    letter-spacing: -1px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: popup_show 0.3s linear 0s 1;
    -moz-animation: popup_show 0.3s linear 0s 1;
    -o-animation: popup_show 0.3s linear 0s 1;
    animation: popup_show 0.3s linear 0s 1;
}

.popup_wrap .confirm_btn {
    position: relative;
}

.popup_wrap .confirm_btn .left {
    background-color: #848589;
    color: #fff;
}

.popup_wrap .confirm_btn .left:after {
    content: none;
}

.popup_wrap .confirm_btn .right {
    background-color: #585353;
    color: #fff;
}

.popup_wrap .pop_subtxt {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #474748;
}

.coupon_wrap {
    width: 75%;
}

.coupon_header {
    width: 100%;
    height: 60px;
    position: relative;
}

.coupon_title {
    padding-bottom: 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #474748;
}

.coupon_img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.content_text {
    padding: 20px 0 30px 0;
    font-size: 0;
}

.left, .right {
    display: inline-block;
    line-height: 1.5;
    font-size: 0.85rem;
    color: #474748;
}

.left {
    width: 30%;
    text-align: right;
}

.right {
    width: 70%;
    padding-left: 15px;
    text-align: left;
}

.main_logo {
    display: block;
    width: 50%;
    margin: 15% auto;
}

.login_content {
    width: 80%;
    margin: 0 auto;
}

.login_content .phone_number {
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: #474748;
    font-size: 1rem;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #707070;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url('../images/arrow_downpng.png');
    -webkit-background-size: 5%;
    background-size: 5%;
    background-position: 95% center;
    background-repeat: no-repeat;
}

.login_content > small {
    font-size: 0.82rem;
    color: #9C9C9C;
}

.login_btn {
    width: 100%;
    margin: 5% 0;
    padding: 15px 0;
    background-color: #585353;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login_btn > p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.transaction_list_wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.none_list {
    display: none;
    width: 70%;
    margin: 10% auto 0 auto;
}

.none_list > img {
    display: block;
    width: 100%;
}

.transaction_list_wrap .text_img {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #E5E5E5;
}

.transaction_list {
    border-bottom: 1px solid #E5E5E5;
}

.transaction_list > li {
    padding: 20px 0;
    font-size: 0;
    border-top: 1px solid #E5E5E5;
}

.transaction_list > li:first-child {
    border-top: 0;
}

.transaction_list > li .left {
    width: 60%;
    text-align: left;
}

.transaction_list > li .right {
    width: 40%;
    text-align: right;
}

.transaction_list > li .right > p, .transaction_list > li .left > p {
    line-height: 1.7;
}

.transaction_list > li .bank_balance {
    color: #000;
}

.transaction_list > li .left .name {
    font-size: 0.95rem;
    font-weight: bold;
    color: #000;
}

.transaction_list > li .left .date {
    font-size: 0.82rem;
    color: #9C9C9C;
}

.transaction_list > li .right .amount {
    font-size: 1.2rem;
    font-weight: bold;
}

.transaction_list > li .right .amount.sent {
    color: #D22C5C;
}

.transaction_list > li .right .amount.receive {
    color: #585353;
}

@-webkit-keyframes popup_show {
    0% {
        -webkit-transform: translate3d(0, -40px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes popup_show {
    0% {
        -moz-transform: translate3d(0, -40px, 0);
        opacity: 0.3;
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes popup_show {
    0% {
        -o-transform: translate3d(0, -40px, 0);
        opacity: 0.3;
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes popup_show {
    0% {
        transform: translate3d(0, -40px, 0);
        opacity: 0.3;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes popup_up {
    0% {
        bottom: -100%;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes popup_up {
    0% {
        bottom: -100%;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes popup_up {
    0% {
        bottom: -100%;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes popup_up {
    0% {
        bottom: -100%;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes popup_up {
    0% {
        bottom: -100%;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes transparency {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes transparency {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes transparency {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes transparency {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes transparency {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (min-width: 375px) {
    .card_money {
        font-size: 1.2rem;
    }

    .card_money > strong {
        font-size: 1.5rem;
    }

    .coin_icon {
        width: 25%;
        margin: 20% auto 0 auto;
    }
}

/*
181128 추가 css
*/

.brand_list {
    font-size: 0;
}

.brand_list > li {
    display: inline-block;
    width: 48.5%;
    margin: 0 3% 3% 0;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.brand_list > li.check .check_before {
    display: none;
}

.brand_list > li.check .check_after {
    display: block;
}

.bg_box {
    width: 100%;
    display: block;
}

.brand_content {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.brand_list > li:nth-child(even) {
    margin-right: 0;
}

.brand_content strong {
    display: block;
    padding-top: 15px;
    font-size: 0.9rem;
    color: #474748;
}

.check_box {
    float: right;
    width: 20%;
    position: relative;
}

.check_before, .check_after {
    display: block;
    width: 100%;
}

.check_after {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

/*
181130 추가 css
*/

#tab_content_1, #tab_content_2 {
    display: none;
}

#tab_content_1.active_tab, #tab_content_2.active_tab {
    display: block;
}

.input_area {
    border-bottom: 1px solid #CBCBCB;
    position: relative;
}

.input_area input {
    width: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0 50px 15px 5px;
    color: #000;
}

.input_area input::-webkit-input-placeholder {
    font-size: 0.7rem;
    color: #9C9C9C;
}

.input_area input::-ms-input-placeholder {
    font-size: 0.7rem;
    color: #9C9C9C;
}

.input_area input::placeholder {
    font-size: 0.7rem;
    color: #9C9C9C;
}

.input_delete {
    width: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

#tab_content_2 .check_box {
    display: inline-block;
    float: unset;
    width: 8%;
    position: relative;
}

#tab_content_2 .check_box .check_after {
    position: static;
}


.contact_list ul li .check_box,
.contact_list ul li strong,
.contact_list ul li small {
    vertical-align: middle;
}
.choose_friends {
    display: none;
}

#tab_content_2 .contact_list ul li.check .check_before {
    display: none;
}

#tab_content_2 .contact_list ul li.check .check_after {
    display: block;
}

.txt_area {
    padding-top: 20px;
    font-size: 0;
}

.txt_area > p {
    display: inline-block;
}

.txt {
    width: 50%;
    font-size: 0.8rem;
    color: #000;
}

.total_txt {
    width: 50%;
    text-align: right;
    font-size: 0.8rem;
    color: #9C9C9C;
}

.total_txt > strong {
    display: inline-block;
    padding-left: 5px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #585353;
}

.img_couponmall > .img_left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.img_couponmall > .img_right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.img_couponmall > .img_left > img,
.img_couponmall > .img_right > img {
    display: block;
}

.img_couponmall > .img_left > img {
    width: 80%;
}

.img_couponmall > .img_right > img {
    width: 35%;
    padding: 5px;
    float: right;
}
