.wrap {
    overflow-x: hidden;
    position: relative;
}
body,html {
    height: 100%;
}
.upper {
    padding-top: 50px;
}
.login_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    /*margin: 0 0 45px 0;*/
    top: 0;
    left: 0;
}
.login_wrap .upper {
    width: 100%;
    padding: 10%;
    height: calc(100% + 50px);
    margin: 0 auto;
    position: relative;
}
.login_img {
    margin-top: 5%;
}
.login_txt {
    padding: 20px 0;
    font-size: 0.950rem;
    color: #fff;
    line-height: 1.45;
}
.login_input {
    margin-bottom: 20px;
}
.login_input label > input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #3A78B3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
}
.checkbox_area {
    display: inline-block;
}
.checkbox_area label {
    display: inline-block;
    color: #fff;
    font-size: 0.875rem;
    vertical-align: middle;
}
.checkbox_area label > .checkbox_img {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    /*background-image: url('../images/checkbox_off.png');*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}
.checkbox_img.on {
    /*background-image: url('../images/checkbox_on.png')!important;*/
}
.terms_view {
    display: inline-block;
    float: right;
    margin-top: 3px;
    padding-right: 12px;
    color: #C0DBEF;
    font-size: 0.875rem;
    background-image: url('../images/icon_next_b.png');
    background-repeat: no-repeat;
    -webkit-background-size: 7px;
    background-size: 7px;
    background-position: right center;
    position: relative;
    z-index: 10;
}
.btn_login {
    width: 100%;
    margin: 15px auto;
    padding: 12px 0;
    background-color: rgba(255, 255, 255, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.btn_login > p {
    text-align: center;
    color: #4586C9;
}
.btn_login > img {
    width: 45px;
    position: absolute;
    left: 20%;
    bottom: -70%;
}
.btn_login > .login_on {
    opacity: 0;
}
.btn_login.on {
    background-color: #FFE800;
}
.btn_login.on > p {
    color: #434343;
}
.btn_login.on > .login_on {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn_login.on > .login_off {
    opacity: 0;
}
.bottom_bar_view {
    height: 60px;
}
.bottom_bar {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.bottom_bar > img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.terms_wrap {
    width: 85%;
    margin: 10% auto;
}
.terms_wrap h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #1C1C1C;
    text-align: left;
}
.terms_wrap p {
    padding: 10px 0 20px 0;
    color: #828282;
    font-size: 0.875rem;
}
.stamp_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.stamp_wrap .stamp_top {
	/*�ϴ� ���� �߰� �� ���� ũ�� ����*/
    /*height: 40vh;*/
    height: 33vh;
    /*�ϴ� ���� �߰� �� ���� ũ�� ����*/
    padding: 10%;
    overflow: hidden;
}
.stamp_store_location {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 20px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, .4);
    position: relative;
    z-index: 30;
}
.stamp_store_location > p {
    padding-left: 17px;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    background-image: url('../images/icon_location_w.png');
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    background-position: left center;
}
.stamp_upper {
    position: relative;
    background-image: url('../images/bg_beach_02.png');
    background-repeat: no-repeat;
    -webkit-background-size: 120%;
    background-size: 120%;
    background-position: top center;
}
.stamp_upper_bg {
    width: 105%;
    position: absolute;
    top: -14vh;
    left: -4%;
}
.stamp_inner {
    padding-top: 20%;
    position: relative;
    z-index: 10;
}
.stamp_beach_img {
    width: 100%;
    padding: 0 10%;
    position: absolute;
    top: -5.5%;
    left: 0;
    z-index: 1;
}
.stamp_inner h2, .stamp_inner h3 {
    font-weight: 400;
    text-align: center;
    color: #9A9076;
}
.stamp_inner h2 {
    padding-bottom: 10px;
    font-size: 1.2rem;
}
.stamp_inner h3 {
    padding-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1.4;
}
.stamp_list {
    width: 80%;
    margin: 0 auto;
    font-size: 0;
}
.stamp_list > li {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-top: 5%;
    text-align: center;
}
.stamp_list > li:nth-child(3n) {
    margin-right: 0;
}
.stamp_list > li > .stamp_img {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.stamp_list > li > .stamp_img > .stamp_on {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.stamp_list > li > p {
    display: inline-block;
    margin-top: 10px;
    padding-right: 13px;
    font-size: 1rem;
    color: #434343;
    text-align: center;
    background-image: url('../images/icon_next.png');
    background-repeat: no-repeat;
    -webkit-background-size: 6px;
    background-size: 6px;
    background-position: right center;
}
.stamp_list > li.on .stamp_img > .stamp_on {
    display: block;
}
.benefit_wrap {
    margin-top: 20%;
    padding-top: 15%;
    background-color: rgba(0, 0, 0, .05);
    background-image: url('../images/ex_img_03.png');
    background-repeat: no-repeat;
    -webkit-background-size: 40%;
    background-size: 40%;
    background-position: bottom right;
}
.coupon_list {
    padding: 10% 10%;
}
.coupon_list > li {
    margin-bottom: 15%;
}
.coupon_list > li > p {
    text-align: center;
    font-size: 1rem;
    color: #434343;
    line-height: 1.45;
}
.coupon_box {
    margin-top: 10%;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.coupon_box .coupon_box_top {
    padding: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #F5F5F5;
}
.coupon_box .coupon_box_top > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.750rem;
    color: #828282;
}
.coupon_box_top .left,
.coupon_box_btm .left {
    width: 50%;
}
.coupon_box_top .right,
.coupon_box_btm .right {
    width: 50%;
    text-align: right;
}
.coupon_box_btm {
    padding: 5%;
    border-bottom: 1px solid #D4D4D4;
}
.coupon_box_btm > li {
    font-size: 0;
    margin-bottom: 10px;
}
.coupon_box_btm > li > p {
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle;
    color: #828282;
    line-height: 1.5;
}
.store_location {
    padding: 5% 0;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.store_location > p {
    display: inline-block;
    padding-left: 15px;
    background-image: url('../images/icon_location.png');
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    background-position: left center;
    color: #434343;
    font-size: 0.875rem;
}
.plus_coupon > li > .left,
.plus_coupon > li > .right {
    width: 45%;
}
.plus {
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem !important;
}
.btn_more_view > p {
    display: inline-block;
    width: 50%;
    padding: 5% 0;
    vertical-align: middle;
    font-size: 0.875rem;
    color: #434343;
    text-align: center;
}
.btn_more_view > p:first-child {
    border-right: 1px solid #D4D4D4;
}
.copy_right {
    padding: 5% 0;
    font-size: 0.650rem;
    color: #B3AA91;
    text-align: center;
}
.btn_benefit_coupon_added {
	/*�ϴ� ���� �߰�*/
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index:99;
    /*�ϴ� ���� �߰�*/
    padding: 5% 0;
    background-color: #FFE800;
    color: #434343;
    font-size: 1rem;
    text-align: center;
}
.btn_benefit_coupon {
    padding: 5% 0;
    background-color: #FFE800;
    color: #434343;
    font-size: 1rem;
    text-align: center;
}
.badge {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 20px;
    margin-left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ED1C24;
    color: #fff;
    font-size: 0.750rem;
    text-align: center;
    vertical-align: middle;
}
.store_wrap {
    padding-bottom: 20%;
    background-color: #DEDEDE;
}
.store_wrap .upper {
    padding-top: 100px;
    background-color: #DEDEDE;
}
.store_list > li {
    margin-bottom: 10px;
}
.tab {
    width: 100%;
    height: 50px;
    background-color: #4586C9;
    font-size: 0;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 20;
}
.tab > li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}
.tab > li > p {
    display: inline-block;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, .5);
    line-height: 40px;
    position: relative;
}
.tab > li.on p {
    color: #FFE800;
}
.tab > li.on p:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFE800;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab_contents {
    margin-top: 10px;
}
.tab_contents > li {
    display: none;
}
.tab_contents > li.on {
    display: block;
}
.store_content {
    padding: 10% 5%;
    background-color: #fff;
}
.store_content > .name {
    font-size: 1.2rem;
    color: #1C1C1C;
    text-align: center;
}
.store_content > .btn_store {
    margin-top: 5%;
    font-size: 0;
    border: 1px solid #D4D4D4;
}
.store_content > .btn_store li {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
.store_content > .btn_store li:first-child {
    border-right: 1px solid #D4D4D4;
}
.store_content > .btn_store li > span {
    display: inline-block;
    padding: 7% 0 7% 15px;
    font-size: 0.875rem;
    color: #434343;
    background-repeat: no-repeat;
    background-position: left center;
}
.store_content > .btn_store .call > span {
    background-image: url('../images/icon_call.png');
    -webkit-background-size: 15px;
    background-size: 15px;
}
.store_content > .btn_store .location > span {
    background-image: url('../images/icon_location.png');
    -webkit-background-size: 12px;
    background-size: 12px;
}
.coupon_wrap .upper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
}
.coupon_wrap .upper > h2 {
    padding: 10% 0;
    color: rgba(0, 0, 0, .5);
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
}
.coupon_wrap .benefit_coupon {
    width: 90%;
    margin: 0 auto;
}
.benefit_coupon > li {
    max-height: 120px;
    padding: 15px 0;
    font-size: 0;
    background-color: #DCCE41;
    margin-bottom: 15px;
    position: relative;
}
.benefit_coupon > li:before,
.benefit_coupon > li:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #FFE800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: calc(17% - 6px);
}
.benefit_coupon > li:before {
    top: -6px;
}
.benefit_coupon > li:after {
    bottom: -6px;
}
.benefit_coupon > li .active_content {
    display: block;
}
.benefit_coupon > li .active_content > p {
    font-size: 0.780rem;
    line-height: 1.5;
    color: #828282;
}
.benefit_coupon > li.on {
    background-color: #fff;
}
.benefit_coupon > li.on .active_content {
    display: block;
}
.benefit_coupon > li.on .coupon_name {
    color: #434343;
    margin-bottom: 5px;
}
.benefit_coupon > li.on > .right p {
    color: #ED1C24;
}
.benefit_coupon > li > .left,
.benefit_coupon > li > .right {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.benefit_coupon > li > .left {
    width: 83%;
    padding: 0 15px;
}
.benefit_coupon > li > .right {
    width: 17%;
    position: relative;
}
.benefit_coupon > li > .left .coupon_img {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.benefit_coupon > li > .left .coupon_content {
    display: inline-block;
    width: 70%;
    padding-left: 15px;
    font-size: 0.875rem;
    color: #7B742E;
    vertical-align: middle;
}
.benefit_coupon > li > .right p {
    text-align: center;
    font-size: 0.750rem;
    color: #7B742E;
    position: relative;
}
.benefit_coupon > li > .right p:before {
    content: '';
    display: block;
    width: 1px;
    height: 155%;
    background-color: #7B742E;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.41;
}
.benefit_coupon > li.on > .right p:before {
    background-color: #D4D4D4;
    opacity: 1;
}
.stamp_popup_title {
    font-size: 1rem;
    color: #434343;
    text-align: center;
    line-height: 1.5;
}
.stamp_popup_title + small {
    display: block;
    padding-top: 10px;
    font-size: 0.875rem;
    color: #828282;
}
.btn_radio_group > li {
    font-size: 0;
    margin-bottom: 10px;
}
.radio_input {
    width: 75%;
    text-align: left;
}
.btn_radio_group > li .quantity {
    width: 25%;
    font-size: 0.780rem;
    color: #4586C9;
    text-align: right;
}
.radio_input, .btn_radio_group > li .quantity {
    display: inline-block;
    vertical-align: middle;
}
.radio_input label {
    font-size: 1rem;
    color: #434343;
}
.btn_radio_group, .popup_wrap .coupon_box {
    width: 100%;
    margin: 5% auto;
    padding: 5%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #F5F5F5;
}
.popup_wrap .coupon_box {
    padding: 10% 5%;
}
.radio_input > input {
    display: none;
}
.btn_radio_group .radio_input .radio_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url('../images/radio_off.png');
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
}
.radio_input > input[type="radio"]:checked + label .radio_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('../images/radio_on.png');
}
.coupon_detail {
    width: 90%;
    padding-top: 10%;
    margin: 10% auto;
    background-color: #fff;
    position: relative;
}
.coupon_top {
    padding-bottom: 10%;
    position: relative;
}
.coupon_top:after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background-color: #D4D4D4;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.coupon_top .coupon_detail_img {
    width: 40%;
    margin: 0 auto 20px auto;
}
.coupon_top > p {
    padding-top: 5px;
    text-align: center;
    font-size: 0.950rem;
}
.coupon_top > p.coupon_name {
    font-size: 1.2rem;
    color: #434343;
}
.detail_content {
    width: 100%;
    padding: 10% 10% 0 10%;
    margin: 0 auto;
}
.detail_content li {
    font-size: 0;
    margin-bottom: 5px;
}
.detail_content li p {
    display: inline-block;
    font-size: 0.875rem;
    color: #9F9F9F;
    vertical-align: middle;
}
.detail_content li p:first-child {
    width: 30%;
}
.detail_content li p:last-child {
    width: 70%;
    text-align: right;
}
.coupon_btm:before,
.coupon_btm:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: #FFE800;
    position: absolute;
    top: -12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.coupon_btm:before {
    left: -13px;
}
.coupon_btm:after {
    right: -13px;
}
.coupon_btm {
    width: 100%;
    margin: 0 auto;
    padding: 10%;
    font-size: 0;
    position: relative;
}
.coupon_btm > p {
    display: inline-block;
    width: 75%;
    padding-right: 10px;
    color: #9F9F9F;
    font-size: 0.850rem;
    line-height: 1.5;
    vertical-align: middle;
}
.coupon_btm > img {
    display: inline-block;
    width: 25%;
    overflow: hidden;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.caution {
    width: 80%;
    margin: 0 auto 10% auto;
}
.caution > p {
    font-size: 1rem;
    color: #434343;
    padding-bottom: 5px;
}
.caution > ul > li {
    padding-left: 10px;
    font-size: 0.9rem;
    padding-bottom: 5px;
    color: #434343;
    line-height: 1.5;
    position: relative;
}
.caution > ul > li:before {
    content: '-';
    display: block;
    color: #434343;
    font-size: 0.750rem;
    position: absolute;
    top: 0;
    left: 0;
}
.icon_used {
    display: none;
    width: 65%;
    position: absolute;
    bottom: -10%;
    right: 0;
}
.icon_used.used {
    display: block;
}
@media only screen and (min-width: 375px) {
    .login_wrap .upper {
        height: 100%;
    }
}
