body {
    margin: 0;
    position: relative;
}

#layout_body {
    padding: 0;
    background-color: #ffffff;
    /*margin-bottom: 100rem;*/
}


/**********  쇼핑몰 연동   *********/
.shoppinghome {
    max-width: 480rem;
    min-width: 320rem;
    margin: 0 auto;
    background-color: white;
}

.shoppinghome .mydata .mydata-swiper2 {
    background-color: white;
    overflow: hidden;
    width: 100%;
     margin-bottom: 60rem;
}

#swiper11 {
    background-color: transparent;
    position: relative;
    z-index: 2;
    width: 100%;
}

#swiper12 {
    background-color: transparent;
    position: relative;
    z-index: 2;
    width: 100%;
}
.shoppinghome .mydata .mydata-swiper2 .swiper {
    width: 100%;
    height: auto;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper.v3_swiper_wrapper {
    /*margin-left: 10rem;*/
    display: flex;
    justify-content: space-around;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}

.shoppinghome .mydata .swiper-slide {
    width: 31%;
}

.shoppinghome .mydata .swiper-slide.btn-add-shop {
    8
}
.swiper-slide, .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.v3_short_form.swiper.swiper-initialized.swiper-horizontal {
    padding-left: 25rem;
}

.shoppinghome .mydata .mydata-swiper2 .swiper .swiper-item {
    width: 115rem;
    height: 200rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 5rem;
    /*cursor: pointer;*/
}

.shoppinghome .mydata .mydata-swiper2 .swiper .swiper-item img {
    width: 78rem;
    height: 78rem;
    border-radius: 50px;
    margin: 26rem 0 4rem 0;
}

.shoppinghome .mydata .mydata-swiper2 .swiper .swiper-item.Mt15 img {
    margin-top: 15rem;
}

.shoppinghome .mydata .mydata-swiper2 .swiper .swiper-item h2 {
    padding: 10rem 0 0;
    font-size: 18rem;
    font-weight: 400;
    text-align: center;
}

.shoppinghome .mydata .mydata-swiper2 .swiper .swiper-item p {
    font-size: 18rem;
    font-weight: 400;
    margin: 7rem 0 0;
    color: rgb(17, 94, 251);
    background-color: #E9F0FF;
    line-height: 30rem;
    border-radius: 36px;
    text-align: center;
    width: 70rem;
    height: 30rem;
    /*padding: 4rem 7rem 5rem 8rem !important;*/
}

.shoppinghome .mydata .mydata-swiper2 .swiper .swiper-item p.v3_connect_complete {
    background: #ddd;
    color: #000;
    width: 80rem;
}

/*.swiper-item {
    position: relative;
}
.v3_short_form_point {
    position: absolute;
    color: #fff;
    font-size: 18rem;
    font-weight: 500;
    right: 1rem;
    top: 16rem;
    width: 50rem;
    height: 30rem;
    background-color: #777777;
    opacity: 0.9;
    text-align: center;
    line-height: 30rem;
    border-radius: 0px 10px 0px 8px;
}*/

.v3_point_area {
    width: 180rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
}

.v3_short_form_point {
    font-size: 18rem;
    font-weight: 500;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    /*display: inline-block;*/
    width: 180rem;
}

.v3_short_form_point.v3_default_color {
    padding: 4rem 7rem 5rem 8rem;
    border-radius: 36px;
    background-color: #E9F0FF;
    text-align: center;
    height: 30rem;
    width: 80rem;
    margin-top: 5rem;
}

.v3_short_form_point.Mt5 {
    margin-top: 5rem;
    font-size: 17rem;
}

.mydata-swiper2 .v3_pos_add_point {
    display: flex;
    justify-content: space-between;
}

.mydata-swiper2 .v3_pos_add_point p:nth-child(2) {
    cursor: pointer;
    padding-right: 25rem;
}


/**********  마이데이터 연결 등   *********/
.v3_mycash_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40rem 20rem 5rem 25rem;
    margin-bottom: 30rem;
}

.v3_main_title {
    font-size: 34rem;
    font-weight: 500;
    width: auto;
    max-height: 42rem;
}

.v3_title_desc {
    font-size: 22rem;
    font-weight: 200;
    margin: 0 0 30rem 25rem;
}

.searchicon {
    position: absolute;
    right: 75rem;
}

.alarmicon {
    margin-left: 10rem;
    position: relative;
}

.v3_mycash_title .alarm_circle {
    width: 20rem;
    height: 20rem;
    position: absolute;
    transform: translate(-4rem, -8rem);
    right: 13rem;
    z-index: 50;
}

.v3_mycash_title .alarm_num {
    position: absolute;
    transform: translate(-12rem, -8rem);
    z-index: 99;
    right: 12rem;
    font-size: 15rem;
    font-weight: 600;
}

.cover-wrapper {
    background: #3E3847;
}

.v3_my_cash_info {
    color: #ffffff;
    /*margin-bottom: 30rem;*/
}

.my_cash {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 50rem);
    height: 120rem;
    background: #ffffff;
    color: #000000;
    font-size: 20rem;
    font-weight: 400;
    margin: 0 auto;
    border-radius: 14px;

}

.my_cash .mycash_point {
    width: 57%;
    padding-left: 25rem;
    border-right: 1px solid #EEEEEE;
    cursor: pointer;
}

.my_cash .my_attendance {
    width: 43%;
    text-align: left;
    padding-left: 25rem;
    cursor: pointer;
}

.mycash_point > ul > li:nth-child(2), .my_attendance > ul > li:nth-child(2) {
    height: 37rem;
    font-size: 30rem;
    font-weight: 600;
    color: #115EFB;
    /*font-family: "Montserrat SemiBold";*/
    margin-top: 10rem;
    background: url(/data/skin/responsive_ver1_default_gl/images/v3/myCash/v3_right_arrow_836.svg)no-repeat right 15rem center;
}

.mycash_point > ul > li:nth-child(2) > span {
    font-size: 22rem;
    font-weight: 600;
    /*font-family: "Montserrat SemiBold"*/
}

.my_attendance > ul > li:nth-child(2) > span {
    font-size: 16rem;
    font-weight: 300;
    /*font-family: "Pretendard Light";*/
}

.v3_swipper_wrapper {
    padding-left: 15rem;
    padding-right: 15rem;
}

.v3_lnb_btn_area > ul {
    border-bottom: none !important;
}

#myash-save-method { /*포인트충전소 있을 경우 숨김*/
    padding-top: 20rem;
}

.v3_mycash_save_method {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 20rem;
    font-weight: 300;
    padding: 12rem 20rem 12rem 25rem;
    border-radius: 18px;
    /*margin: 12rem 25rem 50rem 25rem;*/ /*포인트충전소 있을 경우*/
    margin: 0rem 25rem 50rem 25rem;
    height: 88rem;
    /*background: url(/data/skin/responsive_ver1_default_gl/images/v3/common/v3_right_arrow_purple.svg) no-repeat right 20rem center;*/
    background: linear-gradient(135deg, #5F99AC, #613EFF, #7717FF);
    position: relative;
    cursor: pointer;
}

.v3_mycash_save_method p:first-child {
    font-weight: 300;
    color: #fff;
    margin-bottom: 4rem;
}

.v3_mycash_save_method li:last-child {
    margin-left: 18rem;
}

.v3_mycash_save_method img {
    width: 54rem;
    height: 87rem;
    vertical-align: bottom;
    padding-bottom: 0;
}

.v3_mycash_save_method .v3_rignt_arrow_wh {
    width: 8rem;
    height: auto;
    position: absolute;
    right: 20rem;
    top: 45%;
}

.cursor_point.survey-image.slick-slide.slick-current.slick-active img {
    border-radius: 14px;
}

.v3_buy_save_area {
    width: calc(100% - 50rem);
    color: #000000;
    margin: 0 0 60rem 25rem;
}

.v3_buy_save_area h3 {
    font-size: 30rem;
    line-height: 30rem;
    font-weight: 700;
    margin-bottom: 20rem;
}

.v3_buy_save_area h3.Mb10 {
    margin-bottom: 10rem;
}

.v3_buy_save_area .v3_save_benefit_area.Mb26 {
    margin-bottom: 26rem;
}

.v3_buy_save_area .v3_save_benefit_area {
    display: flex;
    justify-content: space-between;
}

.v3_buy_save_area .v3_save_benefit {
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.v3_buy_save_area img {
    /*width: 80rem;*/
    width: 60rem;
    height: auto;
    /*margin-bottom: 10rem*/;
    margin: 0 8rem 10rem 0;
}

.v3_buy_save_area .v3_save_benefit img {
    margin: 0 0 10rem 0;
}

.v3_buy_save_area p {
    font-size: 18rem;
    color: #444444;
    font-weight: 500;
}

.v3_buy_save_area p:first-child {
    margin-bottom: 4rem;
}

.v3_buy_save_area p span {
    font-size: 24rem;
    font-weight: 700;
    color: #000;
}

.v3_buy_save_area.v3_mission_area p span {
    font-size: 22rem;
    font-weight: 500;
}

.v3_buy_save_area .v3_mission_txt_sp1 {
    color: #6930FF;
    margin-right: 3rem;
}

.v3_mission_save_point .v3_mission_txt .v3_mission_txt_sp1.v3_default_color {
    font-weight: 700;
}

.v3_mission_save_point .v3_mission_txt p {
    color: #757678;
}

.v3_buy_save_area .v3_mission_box {
    border: 1px solid #EBEBEB;
    border-radius: 25px;
    box-shadow: 0px 2px 4px 2px #EBEBEB;
    padding: 26rem 0 13rem 0;
}

.v3_buy_save_area .v3_mission_save_point {
    display: flex;
    align-items: center;
    margin-bottom: 14rem;
    cursor: pointer;
    background: url(/data/skin/responsive_ver1_default_gl/images/partners/pocu/v3_right_arrow_bk.svg) no-repeat right 34rem center;
    padding-left: 22rem;
}

.v3_buy_save_area .v3_mission_save_point .v3_mission_txt {
    margin-left: 12rem;
}

.v3_buy_save_area .v3_coupang_banner {
    width: 100%;
}

.v3_buy_save_area .v3_coupang_buy_btn {
    font-size: 24rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #45961D;
    border-radius: 15px;
    width: calc(100% - 40rem);
    padding: 21rem 0;
    position: absolute;
    bottom: 33rem;
    left: 20rem;
    cursor: pointer;
}

.v3_buy_save_area .v3_pos_add_point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20rem;
}

.v3_buy_save_area .v3_pos_add_point.Mb0 {
    margin-bottom: 0rem;
}

.v3_buy_save_area .v3_pos_add_point p {
    font-size: 20rem;
    font-weight: 400;
    cursor: pointer;
}

.v3_buy_save_area .v3_pos_add_point p > span {
    color: #FF4D4D;
    font-weight: 500;
    font-size: 20rem;
}

.v3_order_list_banner.v3_banner_pocu.H165 {
    height: auto !important;
    padding: 24rem 32rem 23rem 32rem;
    background-color: #EAF3FF;
}

.v3_order_list_banner.v3_banner_pocu.H165.v3_pocu_bn2 {
    padding: 15rem 13rem 15rem 32rem;
    background-color: #F6EAFF;
}

.v3_order_list_banner.v3_banner_pocu.H165 img {
    width: 156rem;
    height: 108rem;
}

.v3_order_list_banner.v3_banner_pocu.H165 p {
    font-size: 18rem;
    color: #6c6c6c;
}

.v3_order_list_banner.v3_banner_pocu.H165 p:nth-child(1),.v3_order_list_banner.v3_banner_pocu.H165 p:nth-child(2) {
    font-size: 24rem;
    font-weight: 700;
    color: #3689FF;
    padding-bottom: 2rem;
}

.v3_order_list_banner.v3_banner_pocu.H165 p:nth-child(3) {
    padding-top: 6rem;
}

.v3_order_list_banner.v3_banner_pocu.v3_pocu_bn2 p:nth-child(1),.v3_order_list_banner.v3_banner_pocu.v3_pocu_bn2 p:nth-child(2) {
    color: #705BBC;
}

.v3_order_list_banner.v3_banner_pocu.v3_pocu_bn2 img {
    width: 166rem;
    height: 120rem;
}

.shoppinghome h2 {
    font-size: 30rem;
    font-weight: 700;
    /*margin-bottom: 10rem;*/
    padding: 26rem 25rem 10rem 25rem;
    color: #000;
    cursor: pointer;
}
.shoppinghome .mydata .mydata-swiper2 h2.Mb10 {
    padding: 5rem 25rem 10rem 25rem;
}

.mydata-swiper2 .v3_pos_add_point p {
    font-size: 20rem;
    padding-left: 25rem;
    font-weight: 400;
    color: #444444;
}

.v3_buy_save_area .v3_pos_add_point .v3_more_add {
    /*font-size: 14rem;
    font-weight: 700;*/
    background: url(/data/skin/responsive_ver1_default_gl/images/partners/pocu/v3_right_arrow_pocu.svg) no-repeat right 0rem center;
    background-size: 16rem;
    padding-right: 16rem;
    line-height: 28rem;
}
.mydata-swiper2 .v3_pos_add_point .v3_more_add {
    background: url(/data/skin/responsive_ver1_default_gl/images/partners/pocu/v3_right_arrow_pocu.svg) no-repeat right 25rem top 3.5rem;
    background-size: 20rem;
    padding-right: 45rem !important;
    line-height: 28rem;
    /*display: none;*/
}

.v3_buy_save_area.v3_add_shopping_point.Pt0 {
    margin: 0;
    width: 100%;
}
.v3_buy_save_area.v3_add_shopping_point.Pt0 {
> h3 {
    padding: 0 25rem;
}
}
.v3_buy_save_area.v3_add_shopping_point.Pt0 {
.v3_pos_add_point p {
    padding-left: 25rem;
}
}
.v3_buy_save_area.v3_add_shopping_point.Pt0 {
.v3_pos_add_point p {
    padding-left: 25rem;
}
}
.mydata-swiper2 .v3_pos_add_point .v3_more_add, .v3_buy_save_area.v3_add_shopping_point .v3_pos_add_point .v3_more_add {
    /* background-position-y: calc(50% - 1.5rem); */
    line-height: 24rem;
    margin-bottom: 7rem;
    padding-top: 1.5rem;
}
.v3_buy_save_area.v3_add_shopping_point.Pt0 {
& .shoppinghome .mydata .mydata-swiper2 {
#swiper12 {
    padding: 0 20rem;
}
}
}
.v3_buy_save_area .v3_pos_add_point .v3_more_add {
    background: url(/data/skin/responsive_ver1_default_gl/images/partners/pocu/v3_right_arrow_pocu.svg) no-repeat right 25rem top 3.5rem;
    background-size: 20rem;
    padding-right: 45rem;
}


.mydata-swiper2 .v3_pos_add_point p > span {
    color: #FF4D4D;
    font-weight: 500;
    font-size: 20rem;
}

.tab-shopping-point-wapper {
    margin: 0 25rem !important;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
}

.tab-shopping-point-wapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0rem !important;
    height: 60rem;
}

.tab-shopping-point ul li {
    font-size: 20rem;
    font-weight: 500;
    text-align: center;
    color: #A1A3A9 !important;
    margin-right: 0;
    cursor: pointer;
    width: 100%;
}

.tab-shopping-point ul li.active-point {
    background-color: #6930FF;
    border: 1px solid #6930FF;
    color: #fff !important;
    height: 44rem;
    line-height: 44rem;
    border-radius: 8px;
    font-size: 18rem;
    margin: 8rem;
}

.v3_buy_save_area h3.Mb8 {
    margin-bottom: 8rem;
}
.v3_buy_save_area h3.Mt35 {
    margin-top: 35rem;
}
.Mb0 {
    margin-bottom: 0;
}

.Mt10 {
    margin-top: 10rem;
}

.Pt60 {
    padding-bottom: 60rem;
}

.v3_short_form .swiper-wrapper .swiper-slide.v3_short_form_slide img {
    width: 180rem;
    height: 300rem;
}

.v3_short_form .swiper-wrapper .swiper-slide.v3_short_form_slide {
    width: 42%;
    margin-right: 12rem;
}

.shoppinghome .mydata .mydata-swiper2 .v3_short_form.swiper .swiper-item {
    width: 180rem;
    height: 100%;
    border: none;
    border-radius: 16px;
    box-shadow: none;
}

.shoppinghome .mydata .mydata-swiper2 .v3_short_form.swiper .swiper-item img {
    width: 180rem;
    height: 300rem;
    border-radius: 12px;
}

.shoppinghome .mydata .mydata-swiper2 .shopping_purchase_event.swiper .swiper-item img {
    width: 178rem;
    height:225rem;
    border-radius: 20px;
    margin-bottom: 0;
}

.shopping_purchase_event .swiper-wrapper .swiper-slide.v3_shopping_purchase_slide {
    width: 178rem;
}

.shoppinghome h2.Pt0 {
    padding-top: 0;
    line-height: 30rem
}


/*.shoppinghome .mydata .mydata-swiper2 .swiper .swiper-item {
    box-shadow: 4px 4px 8px 4px #EAEAEA;
}*/

.rna-pg-head.v3_pocu {
    box-shadow: none;
    height: 78rem;
    line-height: 78rem;
}

.rna-head-txt.v3_pocu {
    font-size: 24rem;
    font-weight: 500;
}

.rna-pg-head {
    box-shadow: none;
    height: 65rem;
    line-height: 65rem;
}

.rna-head-txt {
    font-size: 24rem;
    font-weight: 500;
}

.rna-head-close-box {
    position: absolute;
    right: 30rem;
    top: 25rem;
    width: 20rem;
    height: 20rem;
    background: url(/data/skin/responsive_ver1_default_gl/images/partners/pocu/v3_close_btn.svg) no-repeat 0 0;
    background-size: 20rem 20rem;
    cursor: pointer;
}





.v3_survey_banner2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #527AB7;
    font-size: 22rem;
    font-weight: 400;
    padding: 12rem 20rem 12rem 18rem;
    border-radius: 18px;
    /*margin: 40rem 25rem 50rem 25rem;*/
    height: 114rem;
    background: #EFFFFB url(/data/skin/responsive_ver1_default_gl/images/v3/common/v3_right_arrow_lightblue.svg) no-repeat right 20rem center;
}

.v3_survey_banner2 img {
    width: 78rem;
    height: auto;
}

.v3_survey_banner2 li:last-child {
    margin-left: 16rem;
}

.v3_survey_banner2 p:first-child {
    margin-bottom: 4rem;
}

.v3_survey_banner2 li > p > span {
    font-weight: 700;
}

.v3_buy_save_banner {
    display: flex;
}

.v3_banner_small {
    display: flex;
    width: 208rem;
    height: 120rem;
    margin: 0 auto;
    border-radius: 14px;
    font-size: 20rem;
    color: #000000;
}

.v3_banner_small.v3_coupang {
    background: #F8F8F7 url("/data/skin/responsive_ver1_default_gl/images/v3/myCash/v3_coupang1.webp")no-repeat right 8rem bottom;
    background-size: 121rem 79rem;
}

.v3_banner_small.v3_wmp {
    background: #F8F8F7 url("/data/skin/responsive_ver1_default_gl/images/v3/myCash/v3_wmp1.webp")no-repeat right 9rem bottom;
    background-size: 109rem 74rem;
}

.v3_banner_small > li:first-child, .v3_banner_small > li:nth-child(3) {
    padding: 20rem 0 52rem 20rem;
}

.v3_banner_small > li > p:first-child {
    font-weight: 600;
}

.v3_banner_small > ul > li > p:last-child {
    font-weight: 200;
}

.v3_banner_small img {
    width: 121rem;
    padding-top: 41rem;
}

.v3_order_list_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 12rem 20rem 12rem 25rem;
    border-radius: 18px;
    margin: 0 25rem 18rem 25rem;
    height: 114rem;
    cursor: pointer;
}
.v3_mycash_banner {
    /*padding-bottom: 50rem;*/
}

.v3_mycash_banner .v3_banner1 {
    background-color: #F6F1FF;
}

.mydata-swiper2 .image_thumb {
    margin-top: 20rem;
    /*display: none;*/
}

.v3_mycash_banner .v3_banner2 {
    background-color: #FFF5F5;
}


.v3_mycash_banner .v3_banner3 {
    background-color: #FFF9F1;
}


.v3_mycash_banner .v3_banner4 {
    background-color: #EFFEFF;
}

.v3_mycash_banner .v3_banner4 img {
    width: 72.33rem;
    height:70rem;
}

.v3_mycash_banner .v3_banner5 {
    background-color: #FFF2F2;
}

.v3_order_list_banner p:first-child {
    font-size: 22rem;
    font-weight: 600;
    padding-bottom: 6rem;
}

.v3_order_list_banner p:nth-child(2), .v3_order_list_banner p:nth-child(3) {
    font-size: 17rem;
    font-weight: 400;
    color: #444444;
}

.v3_order_list_banner p:nth-child(3) > span {
    color: #DF3C2E;
    font-weight: 700;
}


.v3_order_list_banner img {
    width: 90rem;
    height: 90rem;
}


/*  info-pop-up */

#info-popup {
    display: none;
    bottom: -100%;
    top: 0;
}

#info-popup {
    display: block;
    position: fixed;
    /* max-width: 480px;
     min-width: 320px;*/
    margin: 0 auto;
    /*top: 0;*/
    left: 0; /*calc( (100% - 390px) / 2 ); */
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 999999;
    overflow-y: scroll;
}

.info-pop-shade {
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100vw;
    height: 100vh;
    z-index: 999991;
    background: rgba(139, 139, 139, 0.4);
    display: none;
}

#info-popup .info-popup-main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#info-popup .my_cash_is {
    width: 100%;
    height: 324rem;
    background: url(/data/skin/responsive_ver1_default_gl/images/v3/myCash/v3_my_cash_is.webp) no-repeat;
    background-size: 100% 100%;
    /*margin-bottom: 15rem;*/
}

#info-popup .my_cash_is > h2 {
    font-size: 34rem;
    font-weight: 700;
    color: #fff;
    padding: 73rem 0 18rem 20rem;
}

#info-popup .my_cash_is > p {
    font-size: 18rem;
    font-weight: 300;
    color: #fff;
    width: calc(100% - 145rem);
    padding: 10rem 5rem 0 20rem;
    /*padding: 10rem 12rem 0 30rem;*/
    line-height:30rem
}

#info-popup .my_cash_is > p > span {
    font-weight: 600;
}

.info-popup-content {
    width: 100%;
    height: auto;
    overflow: auto;
    /*padding-bottom: 30rem;*/
}

.v3_info_popup_service {
    font-size: 20rem;
    font-weight: 500;
    color: #444444;
    margin: 12rem 0 16rem 0;
    line-height: 28rem;
    padding-left: 25rem;
}

.info-popup-content h5 {
    font-size: 18rem;
    font-weight: 500;
    color: #444444;
    text-align: center;
    line-height: 28rem;
    padding-bottom: 130rem;
}

.v3_info_popup_notice {
    font-size: 17rem;
    font-weight: 400;
    color: #777777;
    padding: 0 20rem 30rem 25rem;
    line-height: 25rem;
}

.v3_mycash_info_bannner {
    width: 100%;
    /*margin-top: 30rem;*/
}

.v3-info-content {
    text-align: center;
    margin: 0 auto;
}

.resp_wrap.custom-display-resp {
    padding: 10rem 25rem;
    font-size: 18rem;
    font-weight: 300;
    color: #777;
    width: 100%;
    margin: 0 auto;
}

.resp_wrap.custom-display-resp h3 {
    font-size: 36rem;
    font-weight: 900;
    color: #652C8D;
    text-align: center;
    margin-bottom: 27rem;
}

.ahn_tab.ahn_flex_row_sb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 66rem;
    align-items: center;
    /*border: 1px solid #F5F5FF;*/
    border-radius: 14px;
    background: #F5F5FF;
}

.ahn_tab_btn.v3_ahn_tab {
    width: calc(100% / 3);
    /*border: 1px solid #DBDBDB;*/
    /*padding: 11rem 0;*/
    cursor: pointer
}

.ahn_tab .v3_ahn_tab {
    font-weight: 500;
    height: 66rem;
    line-height: 66rem;
}

.ahn_tab .ahn_tab_btn {
    text-align: center;
    font-size: 19rem;
    /*font-weight: 700;*/
    margin-top: 0rem;
    width: 100%;
    color: #5E5E5E;
    cursor: pointer;
}

.ahn_tab_btn.v3_ahn_tab.active {
    color: #fff;
    background-color: #115efb;
    border: 1px solid #115efb;
    border-radius: 10px;
    font-weight: 500;
    height: 56rem;
    line-height: 56rem;
    margin: 5rem;
    font-size: 19rem;
    z-index: 9;
}

.point-info-img {
    width: 47.5%;
    margin-top: 41rem;
}

#coupang-wrap {
    text-align: center;
    display: none;
}

#coupang-wrap img {
    width: calc(100% - 60rem);
}

.basic-btn-area {
    width: 100%;
    text-align: center;
    padding: 44rem 0 60rem 0;
    background-color: #fff;
}

.add-point-mall .basic-btn-area {
    padding: 0 0 60rem 0;
}

.basic-btn-area .btn-detail-view, .basic-btn-area .btn-add-shopping-point {
    width: calc(100% - 60rem);
    border-radius: 10px;
    color: #fff;
    font-size: 22rem;
    font-weight: 700;
    text-align: center;
    padding: 16rem 0;
    cursor: pointer;
}

.tab-contents p {
    font-size: 22rem;
    color: #444444;
    font-weight: 500;
    text-align: center;
    line-height: 30rem;
}

.add-point-txt1 {
    font-weight: 700;
    color: #8E37CB;
    position: relative;
    display: inline-block;
}

.add-point-txt1 em {
    position: absolute;
    width: 100%;
    height: 10rem;
    background-color: #DEFF81;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: -1;
}

.add-point-txt2 {
    font-weight: 500;
    color: #8E37CB;
}

#survey-wrap img {
    width: 75.5%;
    margin-top: 41rem;
}

#ads-wrap img {
    width: 87%;
    margin-top: 41rem;
}

#shoppingmall-connect-wrap img {
    width: 87%;
    margin-top: 41rem;
}

.purchase-item {
    position: relative;
}

.purchase-item-txt {
    font-size: 20rem;
    color: #444444;
    position: absolute;
    top: 5%;
    left: 23%;
}

.purchase-item-txt img {
    width: 100%;
}

.purchase-item .btn-buy {
    width: calc(100% - 160rem);
    font-size: 20rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    padding: 15rem 0;
    position: absolute;
    left: 17%;
    top: 82%;
    cursor: pointer;
}

.add-point-mall h3 {
    font-size: 36rem;
    font-weight: 900;
    color: #652C8D;
    text-align: center;
    margin-bottom: 21rem;
    padding-top: 60rem;
}

.shopping-point-notice {
    text-align: start;
    padding: 30rem 30rem 60rem 30rem;
    font-size: 14rem;
    color: #777777;
    background-color: #F5F5F5;
    margin-bottom: 90rem;
}

.shopping-point-notice h4 {
    font-size: 20rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 15rem;
}

.shopping-point-notice p {
    line-height: 20rem;
}

.v3_fixed_btn_layer.Pt14 {
    padding-top: 14rem;
    height: 90rem;
}
.v3_pop_close_btn {
    width: calc(100% - 60rem);
    padding: 19rem 0;
    text-align: center;
    font-size: 22rem;
    font-weight: 700;
    color: #fff;
    background-color: #584DE3;
    border-radius: 8px;
    margin: 0 auto;
    border: 1px solid #584DE3;
    cursor: pointer;
}

.shopping-point-icon-area {
    /*border-top: 1px solid #ccc;*/
    padding-top: 5rem;
    padding-bottom: 24rem;
    margin-top: 0 !important;
}

.icon-area-shopping-point.shopping-point-icon-area.clear_both ul li {
    width: 20%;
    text-align: center;
    margin-top: 20rem;
    margin-bottom: 10rem;
    cursor: pointer;
}

.icon-area-shopping-point.shopping-point-icon-area.clear_both img {
    width: 56rem;
    border-radius: 50px;
}

.mall_name {
    font-size: 16rem;
    font-weight: 400;
    color: #444444;
}

.mall_name.Mt10 {
    margin-top: 10rem;
}

.mall_properties {
    font-size: 14rem;
    font-weight: 400;
    color: #584DE3;
}

    /* 개인정보 이용동의 체크박스 */
.agree-box.v3_agree_box {
    width: calc(100% - 50rem);
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 0 0 17rem 0;
    /*margin: 20rem 7rem 120rem 7rem;*/
}

.rna-container.agree-box {
    border: 1px solid #DBDBDB;
}

.agree-box {
    box-shadow: initial;
    background: #fff;
    border-radius: 8px;
    padding: 0 8rem;
    margin-top: 20rem;
}

#body .rna-agr-all-box {
    text-align: left;
    margin-bottom: 0;
}

.v3_agr_head {
    margin-top: 7rem;
}

.rna-agr-all-box {
    margin-top: initial;
}

.rna-agr-head {
    font-size: 18rem;
    font-weight: 500;
    color: #000;
    border: none;
    height: 44rem;
}

.v3_middle_line {
    border-bottom: 1.5px solid #DBDBDB;
    margin: 15rem 0 10rem 0;
}

.rna-agr-box input[type='checkbox'], .rna-agr-box_sub input[type='checkbox'] {
    cursor: pointer;
    position: relative;
    width: 24rem;
    height: 24rem;
    font-size: 18rem;
    visibility: hidden;
}

.rna-agr-box input[type='checkbox']::after, .rna-agr-box_sub input[type='checkbox']::after {
    position: absolute;
    top: 2rem;
    background-color: #fff;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: '✓';
    border-radius: 50%;
    color: #ccc;
    width: 24rem;
    height: 24rem;
    box-sizing: border-box;
    padding-top: 1rem;
    font-weight: bold;
}

.rna-agr-all-box input[type='checkbox']::after {
    position: absolute;
    top: -5rem;
    left: 15rem;
    display: inline-block;
    visibility: visible;
    text-align: center;
    content: '✓';
    border-radius: 50%;
    color: #A1A3A9;
    width: 30rem;
    height: 30rem;
    box-sizing: border-box;
    padding-top: 1rem;
    font-weight: 500;
    background: #F2F2F2;
    font-size: 20rem;
}

.rna-agr-box.v3_agr_box input[type='checkbox']::after {
    position: absolute;
    left: 17rem;
    background: #F2F2F2;
    border: none;
    color: #A1A3A9;
    font-weight: 500;
    padding-top: 2rem;
    font-size: 16rem;
}

.rna-agr-box_sub input[type='checkbox']::after {
    position: absolute;
    top: 0;
    left: 17rem;
    background: #F2F2F2;
    width: 24rem;
    height: 24rem;
    display: inline-block;
    visibility: visible;
    text-align: center;
    content: '✓';
    color: #A1A3A9;
    box-sizing: border-box;
    padding-top: 1rem;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12rem;
    border: none;
}

.rna-agr-all-box input[type='checkbox']:checked::after {
    position: absolute;
    top: -5rem;
    left: 15rem;
    display: inline-block;
    visibility: visible;
    text-align: center;
    content: '✓';
    border-radius: 50%;
    color: #fff;
    width: 30rem;
    height: 30rem;
    box-sizing: border-box;
    padding-top: 1rem;
    font-weight: 500;
    background: #742FE3;
    font-size: 20rem;
}


.rna-agr-box.v3_agr_box input[type='checkbox']:checked::after {
    position: absolute;
    left: 17rem;
    width: 24rem;
    height: 24rem;
    background: #742FE3;
    border: none;
    color: #fff;
    font-weight: 500;
    padding-top: 2rem;
    font-size: 16rem;
}

.rna-agr-box_sub input[type='checkbox']:checked::after {
    background: #742FE3;
    content: '✓';
    font-size: 15rem;
    font-weight: bold;
    width: 30rem;
    height: 30rem;
    box-sizing: border-box;
    padding-top: 3rem;
    color: #fff;
}

.rna-agr-all-box .rna-agr-head .rna-agr-head-title {
    font-size: 22rem;
    color: #000;
    font-weight: 600;
    margin-left: 5rem;
    padding-left: 20rem;
}

.rna-agr-head-title {
    display: inline-block;
    height: 52rem;
    line-height: 52rem;
    padding-left: 2rem;
}

.rna-agr-box {
    margin-bottom: initial !important;
}

.v3_agr_info_lnk {
    float: right;
    margin: 18rem 15rem 0 0;
    color: #5E5E5E;
    width: 16rem;
    height: auto;
}

.rna-agr-box.v3_agr_box input[type='checkbox'], .rna-agr-box_sub input[type='checkbox'] {
    cursor: pointer;
    position: relative;
    width: 30rem;
    height: 30rem;
    font-size: 15rem;
    visibility: hidden;
}

.rna-agr-head-title span {
    color: #FF3E60;
    font-size: 18rem;
}

.rna-agr-head-title .v3_choice {
    color: #5E5E5E;
}

/* 개인정보 이용동의 팝업 */
.terms.join-terms-popup-wrp .close-x {
    font-size: 40rem;
    font-weight: 300;
    color: #000;
    text-align: right;
    padding-right: 25rem;
    padding-top: 15rem;
}

.terms.join-terms-popup-wrp .title {
    font-size: 20rem;
    font-weight: bold;
    padding-top: 10rem;
    padding-bottom: 50rem;
    padding-left: 25rem;
    color: #000000;
    height: 50rem;
    line-height: 50rem;
    box-sizing: border-box;
}

.join-terms-popup-wrp .v3_content {
    font-size: 14rem;
    color: #666;
    padding: 15rem 25rem 60rem 25rem !important;
    line-height: 22rem;
    height: calc(100% - 98rem);
    overflow: auto;
    box-sizing: border-box;
}

.terms.join-terms-popup-wrp .v3_confirm_btn {
    background-color: #742FE3;
    color: #fff;
}

.join-terms-popup-wrp .v3_confirm_btn {
    position: absolute;
    bottom: 30rem;
    left: 25rem;
    width: calc(100% - 50rem) !important;
    height: 48rem !important;
    border-radius: 8px;
    color: #000;
    border-top: 1px solid #ccc;
    font-size: 16rem;
    text-align: center;
}

.join-terms-popup-wrp .v3_confirm_btn > span {
    line-height: 48rem;
}

.terms.join-terms-popup-wrp .content {
    height: calc(100% - 190rem);
}

.terms.join-terms-popup-wrp {
    height: 65vh ;
    top: 10vh !important;
}

.join-terms-popup-wrp {
    position: fixed !important;
    height: 70%;
    top: 15%;
    left: 15rem;
    width: calc(100% - 30rem);
    background: #fff;
    border-radius: 10px;
    display: none;
    z-index: 9999999;
    border: 1px solid #ddd;
}

.terms.join-terms-popup-wrp {
    /*max-width: 390rem;*/
    left: 20rem;
}

.terms.join-terms-popup-wrp,v3_survey-popup {
    max-width: 480px;
}
.v3_terms_popup_wrp {
    width: calc(100% - 30rem) !important;
    left: -10rem !important;
}
.survey-header {
    border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 481px) {
    .join-terms-popup-wrp.v3_terms_popup_wrp {
        width: 360px !important;
        left: calc((100% - 390px) / 2 + 15px) !important;
    }
    .survey-bottom-wrap {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}


/* 개인정보 이용동의 팝업 끝 */


.info-fixed-btn-layer {
    position: fixed;
    bottom: -1px !important;
    /*left: 25rem;*/
    background-color:#ffffff;
    text-align: center;
    z-index: 99999;
    width: 100%;
    height: 90rem;
    /*background-color: transparent;*/
}

#info-popup .btn-point-shop-move {
    margin: 0 auto;
    text-align: center;
    padding : 22rem 105rem;
    /*height: 53rem;
    line-height:53rem;*/
    background-color: #115EFB;
    border-radius: 10px;
    font-size: 22rem; /*18rem; */
    font-weight: 400;
    color: white;
    position: fixed;
    bottom:20rem;
    left: 25rem;
    width: calc(100% - 50rem);
}

#info-popup .shopping-point-prod {
    display: flex;
    align-items: flex-start;
}

#info-popup .shopping-point-prod img {
    margin: 30rem 18rem 0 25rem;
    width: 30%;
    border: 1px solid #ccc;
}

#info-popup .shopping-point-prod .shopping-point-prod-content {
    padding: 30rem 25rem 0 0;
}

#info-popup .shopping-point-prod .shopping-point-prod-content h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #5D5D5D;
}

#info-popup .shopping-point-prod .shopping-point-prod-content .p1 {
    margin-top: 6rem;
    font-size: 0.9rem;
    font-weight: 400;
}

#info-popup .shopping-point-prod .shopping-point-prod-content .p2 {
    margin-top: 6rem;
    font-size: 0.778rem;
    font-weight: 400;
    color: #A1A3A9;
}

#info-popup .shopping-point-prod .shopping-point-prod-content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#info-popup .shopping-point-prod .shopping-point-prod-content div .p3 {
    font-size: 1.111rem;
    font-weight: 650;
    color: #000;
}

#info-popup .shopping-point-prod .shopping-point-prod-content div .p4 {
    background-color: #FFE6D8;
    color: #FF9559;
    font-size: 1rem;
    padding: 1rem 3rem;
    border-radius: 6px;
    margin-left: 5rem;
}

.slick-dots {
    position: absolute;
    z-index: 20;
    bottom: -5rem !important;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.slick-dots li.slick-active button {
    background-color: #115EFB !important;
}

.slick-dots>li.slick-active>button {
    width: 40px;
    background: #000;
    box-shadow: 0 0 3px #fff;
}

.slick-dots>li>button {
    box-sizing: border-box;
    width: 16rem;
    height: 8rem;
    background: #fff;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 4px;
    opacity: 0.6;
    transition: width 0.2s;
    box-shadow: 0 0 3px #115EFB;
    outline: none;
}

.slick-dots>li {
    display: inline-block;
    padding: 0 3rem;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}



/* terms-pop-444 팝업 */

#shop-warning-popup {
    display: block;
    position: fixed;
    margin: 0 auto;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 99999;
    overflow-y: scroll;
}

.popup-shoppingpoint-sass {
    display: flex;
    align-items: center;
    padding: 0 25rem;
    height: 60rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-shoppingpoint-sass img {
    width: 40rem;
    height: 40rem;
}

.popup-shoppingpoint-sass h2 {
    margin: 0 auto;
    font-size: 24rem;
    font-weight: 700;
    text-align: center;
}

#shop-warning-popup .shop-warning-popup-main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#shop-warning-popup .shop-warning-popup-main-title img {
    margin: 33rem 0 22rem;
    width: 120rem;
    height: 120rem;
}

#shop-logo-img {
    border: 1px solid #ccc;
    border-radius: 60px;
}

#shop-warning-popup .shop-warning-popup-main-title h3 {
    font-size: 22rem;
    font-weight: 600;
    color: #1d1d1d;
}

#shop-warning-popup .shop-warning-popup-main-title .shop-warning-popup-dollar {
    display: flex;
    align-items: center;
    margin-top: 15rem;
    margin-bottom: 15rem;
    padding: 10rem 47rem;
    background-color: #EBF1FF;
    border-radius: 50px;
}

#shop-warning-popup .shop-warning-popup-main-title .shop-warning-popup-dollar img {
    width: 22rem;
    height: 22rem;
    margin: 0px;
    margin-right: 10rem;
}

#shop-warning-popup .shop-warning-popup-main-title .shop-warning-popup-dollar p {
    font-size: 22rem;
    font-weight: 600;
    color: #115EFB;
}

#shop-warning-popup .shopping-point-prod {
    display: flex;
    align-items: flex-start;
}

#shop-warning-popup .shopping-point-prod img {
    margin: 30rem 18rem 0 25rem;
    width: 30%;
    border: 1px solid #ccc;
}

#shop-warning-popup .shopping-point-prod .shopping-point-prod-content {
    padding: 30rem 25rem 0 0;
}

#shop-warning-popup .shopping-point-prod .shopping-point-prod-content h3 {
    font-size: 22rem;
    font-weight: 500;
    color: #5D5D5D;
}

#shop-warning-popup .shopping-point-prod .shopping-point-prod-content .p1 {
    margin-top: 6rem;
    font-size: 20rem;
    font-weight: 400;
}

#shop-warning-popup .shopping-point-prod .shopping-point-prod-content .p2 {
    margin-top: 6rem;
    font-size: 18rem;
    font-weight: 400;
    color: #A1A3A9;
}

#shop-warning-popup .shopping-point-prod .shopping-point-prod-content div .p3 {
    font-size: 22rem;
    font-weight: 650;
    color: #000;
}

#shop-warning-popup .shopping-point-prod .shopping-point-prod-content div .p4 {
    background-color: #FFE6D8;
    color: #FF9559;
    font-size: 22rem;
    padding: 1rem 3rem;
    border-radius: 6px;
    margin-left: 5rem;
}

#shop-warning-popup .div1 {
    display: flex;
    justify-content: space-between;
    padding: 18rem 5rem 15rem;
    margin: 10rem auto 0px;
    width: calc(100% - 50rem);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20rem;
    font-weight: 400;
}

#shop-warning-popup .div1 p:nth-child(2) {
    color: #115EFB;
    font-weight: 700;
}

#shop-warning-popup .div2 {
    display: flex;
    justify-content: space-between;
    padding: 18rem 5rem 15rem;
    margin: 0px auto;
    width: calc(100% - 50rem);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18rem;
    font-weight: 400;
}

#shop-warning-popup .div2 p:nth-child(2) {
    color: #444444;
}

#point-available-device {
    color: #115EFB !important;
    font-weight: 700;
}

#shop-warning-popup .comment {
    padding: 15rem 20rem;
    font-size: 18rem;
    font-weight: 400;
    color: #777777;
}

#shop-warning-popup .explain {
    margin: 0 15rem 70rem 15rem;
    padding: 20rem 15rem;
    background-color: #F5F5F5;
}

#shop-warning-popup .explain div h3 {
    font-size: 18rem;
    font-weight: 700;
    margin-bottom: 8rem;
}

#shop-warning-popup .explain div p {
    font-size: 20rem;
    font-weight: 400;
    padding-left: 3rem;
    /* text-indent: -8px; */
    color: #444444;
}

#shop-warning-popup .explain div p {
    font-size: 16rem;
    font-weight: 400;
    padding-left: 3rem;
    /* text-indent: -8px; */
    color: #444444;
}

.fixed-btn-layer {
    position: fixed;
    bottom: 0px !important;
    background-color: #ffffff;
    height: 70rem;
    text-align: center;
    z-index: 99999;
    width: 100%;
}

#shop-warning-popup .btn-point-shop-move {
    margin: 0 30rem 10rem 30rem;
    text-align: center;
    /* width: 100%; */
    height: 68rem;
    /* padding: 5px 0; */
    line-height: 68rem;
    background-color: #115EFB;
    border-radius: 8px;
    font-size: 20rem;
    font-weight: 600;
    color: white;
}


/*쇼핑몰연동 팝업*/

/*terms-pop-8*/

#body .rna-ad-jn-frm {
    height: auto;
    top: calc((100% - 245rem) / 2);
    border: 1px solid #ddd;
    border-radius: 10px;
}

.rna-pop-new-title {
    padding: 15rem 0;
    border-bottom: 1px solid #ECECEC;
}

.rna-evt-txt1 {
    height: 22rem;
    line-height: 22rem;
    margin-top: 20rem;
    margin-bottom: 15rem;
    font-size: 12rem;
    padding: 0 10rem;
    width: calc(100% - 157rem);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.rna-int-item-txt1 {
    font-size: 18rem;
    color: #000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    height: 18rem;
    line-height: 18rem;
    padding: 0 3rem;
    margin-bottom: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join-terms-popup-wrp .title {
    font-size: 19rem;
    color: #000;
    height: 50rem;
    line-height: 19rem;
    box-sizing: border-box;
}

.rna-int-item-txt1 em {
    position: absolute;
    width: 100%;
    height: 10rem;
    background: #115EFB;
    left: 0;
    bottom: 0;
    opacity: 0.2;
}

#body .rna-evt-st-box {
    text-align: center;
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.join-terms-popup-wrp .content {
    font-size: 14rem;
    color: #666;
    padding: 15rem;
    line-height: 22rem;
    height: calc(100% - 98rem);
    overflow: auto;
    box-sizing: border-box;
}

.rna-pop-txt2 {
    color: #000;
    font-size: 20rem;
    line-height: 30rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10rem;
}

form {
    clear: both;
}

input, select, textarea, button {
    vertical-align: middle;
}

.input-title {
    width: 55rem;
    float: left;
    height: 48rem;
    line-height: 48rem;
    text-align: center;
}

#body .rna-ad-jn-inpt {
    width: 100%;
    height: 48rem;
    line-height: 48rem;
    font-size: 14rem;
    /* color: #aaa; */
    color: #111111;
    margin-bottom: 10rem;
}

#body .rna-ad-jn-inpt.v3-input {
    width: calc(100% - 60rem);
    height: 48rem;
    line-height: 48rem;
    font-size: 14rem;
    color: #111111;
    margin-bottom: 10rem;
}

div.toggle-pwd {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
}

.toggle-image {
    position: absolute;
    opacity: 0.5;
    top: 11rem;
    right: 10rem;
}

.ahn-goods-wrp-more-btn {
    background: #584DE3;
    color: #fff;
    padding: 15rem;
    text-align: center;
    font-size: 17rem;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 15rem;
    width: 100%;
}

#body .rna-ad-jn-ok-msg {
    font-size: 18rem;
    color: #000;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 30rem;
}

#body .rna-ad-jn-ok-msg.v3-ok-btn {
    line-height: 60rem;
}

.join-terms-popup-wrp .bottom {
    width: 100%;
    height: 54rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000;
    border-top: 1px solid #ccc;
    font-size: 18rem;
    text-align: center;
    line-height: 54rem;
}

#body .rna-ad-jn-cncl-lnk, #body .rna-ad-jn-ok-lnk {
    width: 50%;
    float: left;
    font-size: 16rem;
    line-height: 60rem;
}

#body .rna-ad-jn-ok-lnk {
    color: #115EFB;
    text-align: center;
}


/*terms-pop-1*/

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number] {
    box-sizing: border-box;
    padding: 0 9rem;
    width: 180rem;
    height: 32rem;
    font-size: 13rem;
    line-height: 32rem;
    color: #333;
    border: 1px #ccc solid;
    border-radius: 2px;
}


/* footer_c */

.layout_footer {
    margin-top: 40rem;
    font-size: 16rem;
    line-height: 1.5;
    font-weight: 400;
    color: #767676;
}

.layout_footer .footer_c {
    border-top: 1px #eee solid;
    padding: 20rem 0;
    padding-bottom: 60rem;

}

.layout_footer .footer_c .resp_wrap {
    position: relative;
}

.layout_footer .menu3 {
    margin-left: -30rem;
    /*padding-right: 50rem;*/
    font-size: 16rem;
    line-height: 1.8em;
    color: #999;
}

.layout_footer .menu3:after {
    display: block;
    content: "";
    clear: both;
}

.layout_footer .menu3>li {
    float: left;
    padding: 1rem 0 5rem 30rem;
}

.layout_footer .pcolor {
    color: #666;
}

.resp_wrap:after {
    display: block;
    content: "";
    clear: both;
}

.pcolor > a {
    color: #444;
}


/* 광고 보고 적립 */

.rna-evt-txt1.v3_evt_txt1 {
    padding: 0;
    width: 100%;
    height: 20rem;
    line-height: 20rem;
    margin-top: 20rem;
    margin-bottom: 15rem;
    font-size: 12rem;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.rna-evt-txt2.v3_evt_txt2 {
    font-weight: 500;
    line-height: 1.4em;
    color: #4F4F4F;
    font-size: 20rem;
    padding: 0 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ahn_tab .ahn_tab_btn.point-info-btn {
    text-align: center;
    font-size: 19rem;
    font-weight: 700;
    margin-top: 0rem;
    width: 100%;
    color: #5E5E5E;
}

.rna-evt-item.gl_item {
    background: #F9F9FF;
    border-radius: 18px;
    margin-bottom: 14rem;
    cursor: pointer;
}

.rna-int-item-txt1.v3_int_item_txt1 {
    font-size: 19rem;
}

.basic-btn-area.Pt16.Pb10 {
    padding: 16rem 0 10rem 0;
}

.v3_buy_save_area.Mt0 {
    margin: 0 0 0 25rem;
}

.point-pop-shade {
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100vw;
    height: 100vh;
    z-index: 999991;
    background: rgba(139, 139, 139, 0.4);
    display: none;
}




/***** quizlist *****/

/*.layout_header .logo_wrap {
    display: none;
}*/
.rna-pg-head.Bt {
    border-bottom: 1px solid #d8d8d8;
}
.container {
    max-width: 800rem;
    /*margin: 20rem auto;*/
    background-color: #fff;
    /*padding: 0 25rem;*/
    border-radius: 8px;
    position: relative;
}
h1 {
    text-align: center;
    height: 65rem;
    line-height: 65rem;
}
/*.tab-menu {
    display: flex;
    justify-content: space-around;
    background-color: #115EFB;
    color: #5E5E5E;
    padding: 10rem;
    border-radius: 14px;
    text-align: center;
}*/
.tab-item {
    cursor: pointer;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.reset-list {
    list-style: none;
    padding: 0;
}
.reset-list.bg {
    border-radius: 8px;
    margin: 0 25rem;
}
.list-item {
    padding: 20rem;
    background-color: #FAFAFA;
    border-radius: 10px;
    margin-bottom: 10rem;
}
.list-item:last-child {
    border-bottom: none;
}
.flex {
    display: flex;
    align-items: center;
}
.flex--align-center {
    align-items: center;
}
.flex--justify-between {
    justify-content: space-between;
}
.img-wrap {
    margin-right: 12rem;
    width: 74rem;
    height: 74rem;
}
.img-wrap img {
    width: 100%;
    height: auto;
}
.text-wrap h3 {
    margin: 0;
    font-size: 17rem;
    color: #777777;
    font-weight: 300;
}

.text-wrap h3.line-clamp {
    padding-right: 10rem;
}
.text-wrap p {
    font-size: 22rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4rem;
}
.badge {
    background-color: #007bff;
    color: #fff;
    /*padding: 10rem 15rem;*/
    width: 100rem;
    height: 44rem;
    line-height: 44rem;
    border-radius: 50px;
    font-size: 20rem;
    display: block;
    text-align: center;
}
.badge--main {
    background-color: #28a745;
    display: none;
}
.badge--gr {
    background-color: #777777;

}
.point {
/*    font-size: 14rem;
    margin-top: 10rem;*/
    font-size: 20rem;
    color: #fff;
    background-color: #115efb;
    border: 1px solid #115efb;
    border-radius: 50px;
    width: 100rem;
    height: 44rem;
    line-height: 44rem;
    text-align: center;
    font-weight: 300;
}

.Mt19 {
    margin-top: 19rem;
}

.v3_notice_txt {
    font-size: 14rem;
    color: #444444;
    font-weight: 400;
}
.v3_attendance_method .v3_notice_txt2 {
    font-size: 14rem;
    color: #444444;
    font-weight: 400;
}

.mission__section.mission__quiz {
    margin-top: 20rem;
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 18rem 25rem 25rem;
}

.mission__sub.Mb30 {
    margin-bottom: 30rem;
}

.v3_middle_gap10 {
    width: 100%;
    height: 10rem;
    background-color: #eeeeee;
}

.mission-wrap.Pt30 {
    padding: 30rem 25rem 0 25rem;
    margin-bottom: 260rem;
}

.v3_attendance_method h2 {
    font-size: 24rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 14rem;
}

.v3_attendance_method ul > li {
    font-size: 17rem;
    color: #444444;
    font-weight: 400;
    margin-bottom: 14rem;
}

.v3_attendance_method ul > li > span {
    font-weight: 700;
}

.v3_attendance_method ul > li:last-child {
    margin-bottom: 20rem;
}

.v3_attendance_method .v3_quiz_example {
    width: 340rem;
    display: block;
    margin: 0 auto;
}


.v3_attendance_method .v3_check_notice {
    width: 18rem;
    padding-bottom: 4rem;
}

.v3_attendance_method ul.v3_mission_desc {
    box-sizing: border-box;
    border: 4px solid red;
    border-radius: 12px;
    padding: 10rem 15rem 0 15rem;
}


.v3_check_notice_txt1 {
    color: red;
    font-size: 21rem;
}
.v3_check_notice_txt2 {
    color: red;
    font-size: 16rem;
}
.v3_check_notice_txt3 {
    color: red;
    font-size: 19rem;
}
.v3_check_notice_txt4 {
    color: red;
    font-size: 17rem;
}
.answer-wrap {
    border-radius: 30px 30px 0 0;
    background: linear-gradient(135deg, #115efb, #0a958d);
    padding: 40rem 25rem;
    /*margin-bottom: 60rem;*/
    margin-bottom: 0;
    position: fixed;
    /*bottom: 20rem;*/
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.answer-wrap p {
    font-size: 22rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20rem;
}
#quizAnswer,  #searchAnswer, #myPlaceUrl {
    width: 310rem;
    height: 56rem;
    font-size: 18rem;
    font-weight: 300;
    color: #A1A3A9;
    border-radius: 6px;
    margin-right: 15rem;
}

.answer-wrap .btn {
    width: 110rem;
    padding: 15rem;
    background-color: #135764;
    color: #fff;
    font-size: 18rem;
    border: none;
    margin-bottom: 0;
    cursor: pointer;
}

.mission-wrap {
    padding: 34rem 25rem 40rem 25rem;
    /*border: 1px solid #ddd;*/
    background-color: #fff;
}

.img-wrap {
    margin-right: 10rem;
}

.img-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.mission__sub {
    margin-top: 10rem;
    font-size: 20rem;
}

.mission__section.mission__sub.flex.flex--align-center .img-wrap img {
    width: 60rem;
    height: auto;
}

.mission__section strong {
    color: #000;
    font-weight: bold;
}

.color--main.text-highlighter {
    color: #115efb;
}

.btn-wrap {
    margin-top: 20rem;
}

.btn {
    background-color: #115efb;
    color: #fff;
    border: 1px solid #115efb;
    padding: 15rem 20rem;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 5rem;
    font-size: 20rem;
    font-weight: 500;
}
.btn.v3_copy_keyword {
    border: none;
}

/*.btn:hover {
    background-color: #0056b3;
}*/

.btn100 {
    width: 100%;
}

.btn30 {
    width: 30%;
}

.btn2 {
    color: #000;
    background-color: #ddd;
    border: 1px solid #ddd;
}

.quiz-text {
    font-size: 30rem;
    font-weight: 700;
    color: #115efb;
}

.quiz-info {
    margin-top: 10rem;
    color: #444444;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10rem;
    background-color: #fff;
    font-size: 18rem;
}


.input-group {
    display: flex;
}

.form-control {
    flex: 1;
    padding: 10rem;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
}

.btn-group {
    display: flex;
}

.complain-wrap {
    margin-top: 10rem;
    color: #777;
}

.complain-wrap button {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 8rem 15rem;
    border-radius: 5px;
    cursor: pointer;
}

.complain-wrap button:hover {
    background-color: #c82333;
}

.location-btn {
    position: absolute;
    top: 16%;
    transform: translateY(-50%);
    left: 1rem;
    font-size: 2rem;
    line-height: 2rem;
}



    /* 검색영역 */
.goods-sech-layer form {
    text-align: left;
    background: #fff;
    border: 1px #fff solid;
    border-radius: 30px;
    width: 100%;
    position: relative;
    top: 0;
    line-height: 35rem;
    margin-bottom: 0;
    padding: 0 25rem;
}

.goods-sech-layer .search_ver2_input_box {
    width: 100%;
    text-indent: 10rem;
    background: #F5F5F5;
    border-radius: 30px;
    height: 56rem;
    line-height: 35rem;
    border: none;
    font-size: 18rem;
    font-weight: 500;
    color: #5E5E5E;
    padding-left: 25rem;
    margin: 2rem 0 15rem 0;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number] {
    box-sizing: border-box;
    padding: 0 9rem;
    width: 180rem;
    height: 32rem;
    font-size: 13rem;
    line-height: 32rem;
    color: #333;
    border: 1px #ccc solid;
    border-radius: 2px;
}

.goods-sech-layer .search {
    background: url(/data/skin/responsive_ver1_default_gl/images/v3/pointStation/v3_btn_gnb_search.svg) no-repeat center center;
    background-size: 30rem 30rem;
    position: absolute;
    right: 40rem;
    top: 15rem;
    height: 30rem;
    width: 30rem;
}

.goods-sech-layer .cncl-search {
    position: absolute;
    right: 81rem;
    top: 14rem;
    font-size:25rem;
    display:none;
}


.hc_point_alam_save_bar {
    height: 50rem;
    line-height: 50rem;
    box-sizing: border-box;
    font-size: 14rem;
    color: #777777;
    padding: 0 25rem;
    /*margin-bottom: 12rem;*/
}

.hc_point_alam_save_bar button {
    float: right;
    position: relative;
    top: 9rem;
    border: 1px solid #444444;
    padding: 6rem 16rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    color: #444444;
    font-size: 16rem;
}

.alarm-set-title {
    font-size: 16rem;
}

.container .v3_head_txt, .rna-pg-head.Bt .v3_head_txt{
    font-size: 20rem;
    font-weight: 600;
    color: #000;
}

.rna-head-back-box {
    background: url(/data/skin/responsive_ver1_default_gl/images/v3/pointStationView/v3_btn_gnb_back.svg) no-repeat 0 0;
    width: 30rem;
    height: 30rem;
    left: 25rem;
    background-size: 30rem 30rem;
}

.small_btn_wrap {
    margin: 0 auto;
    padding-top: 15rem;
    text-align: center;
}

.btn.small_btn {
    width: 70%;
    height: 40rem;
    font-size: 13rem;
    padding: 0;
    cursor: default;
}


.quiz-container {
    margin-bottom: 150rem;
}

.v3_my_cash_info.Pd30 {
    padding: 30rem 0;
}

.v3_my_cash_info.Pd30 .my_attendance > ul > li:nth-child(2) > span {
    font-size: 22rem;
    font-weight: 600;
    font-family: "Montserrat SemiBold";
}


.v3_my_cash_info.Pd30 .mycash_point > ul > li:nth-child(2), .my_attendance > ul > li:nth-child(2) {
    background: none;
}

/*.my_cash .mycash_point ul > li > .new_num_count, .my_cash .my_attendance ul > li > .new_num_count {
    margin-right: 5px;
}*/



/* 쇼핑 구매 이벤트 */
.goods-wrp.ahn-goods-wrp {border:initial;padding:0 25rem 10rem 25rem;margin:0;}
.goods-wrp.ahn-goods-wrp .ahn_main_title {font-size:30rem;line-height:30rem;color:#000;padding-bottom:20rem;font-weight:700;}
.goods-inner > ul {display:flex;justify-content:space-between;}
.goods-inner > ul > li {width:47%;height:auto;}
.goods-inner > ul > li > img {width:208rem;}

/* terms-pop-2223 */
.survey_pop_icon2 {
    text-align: center;
    padding: 30rem 0 6rem;
}

#body .terms-pop-2223 .rna-ad-jn-ok-msg {
    font-weight: 500;
    margin-top: 10rem;
}

#body .terms-pop-2223 .rna-ad-jn-cncl-lnk, #body .rna-ad-jn-ok-lnk {
    border-right: 1px solid #DBDBDB;
    font-size: 18rem;
    font-weight: 700;
}

#body .terms-pop-5 .rna-ad-jn-ok-lnk {
    border-right: none;
}

/* mycashis-info-popup */
.resp_wrap.custom-display-resp.v3_mycash_resp {
    padding: 0 30rem 20rem 30rem;
    width: initial;
}
.ahn_tab.ahn_flex_row_sb.v3_add_point_tab {
    height: initial;
    border-radius: initial;
    flex-wrap: wrap;
    background: initial;
    border: 1px solid #DBDBDB;
    text-align: center;
}
.ahn_tab_btn.v3_ahn_tab.v3_add_point_btn {
    width: calc(100% / 4);
    border: 1px solid #DBDBDB;
    padding: 11rem 0;
    font-size: 18rem;
    font-weight: 300;
    color: #777;
    height: initial;
    line-height: initial;
}
.ahn_tab_btn.v3_ahn_tab.v3_add_point_btn.active {
    color: #fff;
    background-color: #000;
    border-radius: initial;
    font-weight: 300;
    margin: 0;
}

#elevenstreet-wrap img {
    width: calc(100% - 60rem);
}





@media screen and (min-width: 481px) {
.v3_mycash_title {
    padding: 5rem 20rem 5rem 15rem !important;
}

.answer-wrap {
    width: 390px;
}
}

#add-shop-info-frm .cncl-search {
    position:absolute;
}
