@charset "utf-8"; /* modal */

/* 리뷰쓰기*/
.pp-review-form {
    width: 840px;
}

.pp-review-form .modal-contents {
    padding-top: 70px;
}

.pp-review-form .image {
    max-width: 256px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.pp-review-form .image:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -21%;
    width: 115.06%;
    height: 115.06%;
    background: url('/images/2019/shop-item-halo.png') no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
}

.pp-review-form .image img {
    width: 100%;
    display: block;
    position: relative;
}

.pp-review-form h4 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.pp-review-form .form {
    margin-top: 30px;
}

.pp-review-form .form textarea {
    width: 100%;
    height: 240px;
    font-size: 14px;
    line-height: 24px;
}

.pp-review-form .form button {
    width: 180px;
}

@media (max-width: 767px) {
    .pp-review-form {
    }

    .pp-review-form .image {
        max-width: 180px;
    }
}

/* 쿠폰변경 */
.pp-change-coupon {
    width: 840px;
}

.pp-change-coupon .set-description dd a {
    color: inherit;
}

.pp-change-coupon .btnarea-foot button {
    width: 180px;
}

.pp-change-coupon .coupon-list {
    margin-top: 24px;
    margin-left: -50px;
    font-size: 0;
}

.pp-change-coupon .coupon-list li {
    display: inline-block;
    width: 25%;
    padding: 0 0 88px 50px;
    box-sizing: border-box;
    vertical-align: top;
}

.pp-change-coupon .coupon-list li label {
    position: relative;
    display: block;
    width: 100%;
    height: 112px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.pp-change-coupon .coupon-list li label:before {
    content: ' ';
    position: absolute;
    left: 50%;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100px auto;
    border: none;
    margin: -50px 0 0 -50px;
    overflow: hidden;
}

.pp-change-coupon .coupon-list li.cu label:before {
    background-image: url('/images/2019/set-bi-cu.png');
}

.pp-change-coupon .coupon-list li.gs label:before {
    /* background-image: url('/images/2019/set-bi-gs.png'); */
	background-image: url('/images/2021/set-bi-gs.png');
}

.pp-change-coupon .coupon-list li.seven label:before {
    background-image: url('/images/2019/set-bi-seven.png');
}

.pp-change-coupon .coupon-list li.ministop label:before {
    background-image: url('/images/2019/set-bi-ministop.png');
}

.pp-change-coupon .coupon-list li.emart label:before {
    background-image: url('/images/2019/set-bi-emart.png');
}

.pp-change-coupon .coupon-list li.cspace label:before {
    background-image: url('/images/2019/set-bi-cspace.png');
}

.pp-change-coupon .coupon-list li.glo label:before {
    background-image: url('/images/2019/set-bi-glo.png');
}

.pp-change-coupon .coupon-list input[type='radio']:checked + label {
    border: 1px solid #e35205;
}

.pp-change-coupon .coupon-list li label > span {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 24px;
    padding: 0 0 0 30px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.pp-change-coupon .coupon-list input[type='radio'] + label:after {
    display: none;
}

.pp-change-coupon .coupon-list input[type='radio'] + label > span:before,
.pp-change-coupon .coupon-list input[type='radio'] + label > span:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    box-sizing: border-box;
    border-radius: 10px;
}

.pp-change-coupon .coupon-list input[type='radio'] + label > span:before {
    border: 2px solid #333;
}

.pp-change-coupon .coupon-list input[type='radio'] + label > span:after {
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background-color: #333;
    border-radius: 5px;
    display: none;
}

.pp-change-coupon .coupon-list input[type='radio']:checked + label > span:after {
    display: block;
}

@media (max-width: 767px) {
    .coupon-stit {
        font-size: 16px;
        line-height: 28px;
    }

    .pp-change-coupon .coupon-list {
        margin-left: -14px;
        margin-top: 16px;
    }

    .pp-change-coupon .coupon-list li {
        width: 33.333%;
        padding: 0 0 50px 14px;
    }

    .pp-change-coupon .coupon-list li label {
        padding-top: 75.6%;
        height: auto;
    }

    .pp-change-coupon .coupon-list li label:before {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
        background-size: 60px auto;
    }

    .pp-change-coupon .coupon-list li label > span {
        margin-top: 13px;
        padding: 0 0 0 24px;
        white-space: normal;
    }
}

/* 배송조회 */
.pp-check-delivery {
    width: 840px;
}

.pp-check-delivery .pg-area {
    margin-top: 40px;
}

.pop-check-delivery .invoice-num {
    font-weight: 700;
}

.pop-check-delivery table {
    width: 100%;
    margin-top: 24px;
    border-top: 2px solid #333;
    table-layout: fixed;
    text-align: left;
}

.pop-check-delivery thead th {
    height: 70px;
    padding-left: 24px;
    border-bottom: 1px solid #333;
    font-weight: 700;
    box-sizing: border-box;
}

.pop-check-delivery tbody td {
    border-bottom: 1px solid #eee;
    padding: 23px 24px 23px 24px;
    box-sizing: border-box;
    line-height: 28px;
    vertical-align: top;
}

.pop-check-delivery .cell-date {
    width: 21%;
}

.pop-check-delivery .cell-time {
    width: 24%;
}

.pop-check-delivery .cell-now {
}

.pop-check-delivery .cell-now em {
    display: block;
}

@media (max-width: 767px) {
    .pp-check-delivery .pg-area {
        margin-top: 20px;
    }

    .pop-check-delivery .invoice-num {
        font-size: 16px;
        line-height: 24px;
    }

    .pop-check-delivery table {
        margin-top: 26px;
    }

    .pop-check-delivery thead th {
        height: 48px;
        padding-left: 12px;
        padding-top: 3px;
        font-size: 12px;
        line-height: 28px;
    }

    .pop-check-delivery tbody td {
        padding: 16px 5px 16px 12px;
    }

    .pop-check-delivery tbody td {
        font-size: 14px;
        line-height: 24px;
    }

    .pop-check-delivery tbody td.cell-date {
        padding-left: 0;
    }

    .pop-check-delivery .cell-date {
        width: 25%;
    }

    .pop-check-delivery .cell-time {
        width: 19%;
    }
}

/* 비밀번호변경*/
.pp-my-edit-pwd {
    width: 588px;
}

.pop-my-edit-pwd .cell-new input {
    border-color: #333;
}

.pop-my-edit-pwd li + li {
    margin-top: 40px;
}

.pop-my-edit-pwd li strong {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.028em;
    font-weight: 700;
}

.pop-my-edit-pwd input,
.pop-my-edit-pwd select {
    width: 100%;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #eee;
    text-indent: 0;
    padding-left: 0;
}

.pop-my-edit-pwd .text-guide {
    font-size: 14px;
    color: #e35205;
    margin-top: 16px;
}

/* 회원탈퇴 */
.pp-member-out {
    width: 588px;
}

.pop-member-out p {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.25px;
    margin-top: 10px;
}

.pop-member-out p:first-child {
    margin-top: 15px;
}

.pop-member-out .cell-new input {
    border-color: #333;
}

.pop-member-out li + li {
    margin-top: 40px;
}

.pop-member-out li strong {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.028em;
    font-weight: 700;
}

.pop-member-out input,
.pop-member-out select {
    width: 100%;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #eee;
    text-indent: 0;
    padding-left: 0;
}

.pop-member-out textarea {
    width: 100%;
    height: 200px;
    margin-top: 10px;
    border: none;
    border: 1px solid #eee;
    padding: 20px;
}

/* 연락처변경 */
.pp-edit-tel {
    width: 840px;
}

/* 개인정보 및 마케팅 수집 동의 */
.pp-coupon-privacy {
    width: 840px;
}

.pop-coupon-privacy .togglebox-terms {
    border-top: none;
    margin-top: -20px;
}

.pop-coupon-privacy .toggle-tit {
    padding-left: 8px;
}

.pop-coupon-privacy .toggle-tit label {
    font-size: 18px;
}

.pop-coupon-privacy .toggle-target {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #bdbdbd;
}

@media (max-width: 767px) {
    .pop-coupon-privacy .toggle-tit {
        padding-left: 0;
    }

    .pop-coupon-privacy .toggle-tit label {
        font-size: 14px;
        line-height: 22px;
    }
}

/* 쿠키수집동의 */
.pp-cookie {
    width: 564px;
}

.pop-cookie {
    line-height: 28px;
    text-align: center;
}

.pop-cookie br.pc {
    display: inline-block;
}

.pp-cookie .btnarea-foot [class^='btnf-'] {
    min-width: 150px;
}

@media (max-width: 767px) {
    .pop-cookie {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 564px) {
    .pop-cookie {
        word-break: break-all;
        text-align: left;
    }

    .pop-cookie br.pc {
        display: none;
    }

    .pp-cookie .btnarea-foot [class^='btnf-'] {
        min-width: auto;
    }
}

.modal-mini-wrap.pp-main-colabs {
    max-width: 1280px;
    padding: 0 40px 0 40px;
    background-color: transparent;
}

.pp-main-colabs .modal-contents {
    padding: 0;
}

.pp-main-colabs .swiper-wrapper {
    max-width: 1200px;
    width: 100%;
    height: 675px;
    background-color: #fff;
}

.pp-main-colabs .swiper-slide {
    overflow: hidden;
    height: 100%;
}

.pp-main-colabs .swiper-slide figure {
    float: left;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.pp-main-colabs .swiper-slide .desc {
    float: left;
    width: 50%;
    height: 100%;
    padding: 46px 50px 50px 50px;
    box-sizing: border-box;
    overflow-y: auto;
}

.pp-main-colabs .swiper-slide em {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #e35205;
}

.pp-main-colabs .swiper-slide h4 {
    margin-top: 6px;
    font-size: 48px;
    line-height: 1.21;
    letter-spacing: -1.25px;
}

.pp-main-colabs .swiper-slide p.location {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.27px;
}

.pp-main-colabs .swiper-slide p.contents {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.25px;
    word-break: break-all;
}

@media (max-width: 1279px) {
    .pp-main-colabs .swiper-slide .desc {
        padding: 56px 50px 60px 50px;
    }
}

@media (max-width: 1023px) {
    .pp-main-colabs .swiper-wrapper {
        height: 80vh;
    }

    .pop-main-colabs .swiper-slide {
        overflow-y: auto;
    }

    .pp-main-colabs .swiper-slide figure {
        float: none;
        width: 100%;
        height: 328px;
    }

    .pp-main-colabs .swiper-slide .desc {
        float: none;
        width: 100%;
        height: auto;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .modal-mini-wrap.pp-main-colabs {
        max-width: 1280px;
        padding: 40px 16px 40px 16px;
        background-color: transparent;
    }

    .pp-main-colabs .swiper-wrapper {
        height: 80vh;
    }

    .pp-main-colabs .swiper-slide .desc {
        padding: 24px 24px 24px 24px;
    }

    .pp-main-colabs .swiper-slide em {
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: normal;
    }

    .pp-main-colabs .swiper-slide h4 {
        margin-top: 6px;
        font-size: 36px;
        line-height: 1.22;
        letter-spacing: -1px;
    }

    .pp-main-colabs .swiper-slide p.location {
        margin-top: 8px;
        
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
    }

    .pp-main-colabs .swiper-slide p.contents {
        margin-top: 28px;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.25px;
        color: #bdbdbd;
    }

    .pp-main-colabs .swiper-slide figure {
        background-image: url(../../resources/images/img-labs-popup-1-mobile.jpg) !important;
    }
}

/* 메인 팝업 css */
.main-pp-html {
    width: 740px;
}

.main-pp-html.box_type_01 {
    width: 554px;
}

.modal-mini-wrap .modal-header h3 {
    width: 90%;
}

.main-pp-html .modal-contents {
    background: url("https://d3nsks150m8sxr.cloudfront.net/popup/css/popup_bg_191112.jpg") no-repeat 0 0;
    background-size: auto;
}

.main-pp-html .pop-coupon-privacy strong {
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    display: block;
    color: #e35205;
}

.main-pp-html .pop-coupon-privacy .winner {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

.main-pp-html .pop-coupon-privacy .winner td {
    padding: 5px 0;
    width: 50%;
}

.main-pp-html .pop-coupon-privacy .winner th {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}

a.link-go {
    text-decoration: underline;
    color: #e35205;
}

.main-pp-html .pop-coupon-privacy .subtx {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 22px;
    color: #fff;
}

.main-pp-html .pop-coupon-privacy .subtx a {
    color: #fff;
}

.main-pp-html .pop-coupon-privacy .pop_sub_logo {
    display: inline-block;
    padding-bottom: 30px;
}

.main-pp-html .pop-coupon-privacy .pop_sub_tit {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    padding-bottom: 28px;
    letter-spacing: -5px;
}

.main-pp-html .modal-close {
    background: url("https://d3nsks150m8sxr.cloudfront.net/popup/css/icon_close-white.png");
}

.main-pp-html .modal-footer {
    padding: 15px 28px;
    display: table;
}

.main-pp-html .modal-footer .footer_box_check {
    display: table-cell;
    width: 100%;
}

.main-pp-html .modal-footer .footer_box_check a {
    vertical-align: middle;
}

.main-pp-html .modal-footer .footer_box_check i {
    display: inline-block;
    border: 1px solid #c8c8c8;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    margin-right: 7px;
}

.main-pp-html .modal-footer .footer_box_check i svg {
    position: relative;
    top: -4px;
}

.main-pp-html .modal-footer .footer_box_check i path {
    fill: #c8c8c8;
}

.main-pp-html .modal-footer .footer_box_check span {
    font-size: 17px;
    color: #777;
    vertical-align: middle;
}

.main-pp-html .modal-footer .footer_box_check.active span {
    color: #d95206;
}

.main-pp-html .modal-footer .footer_box_check.active i {
    border-color: #d95206;
}

.main-pp-html .modal-footer .footer_box_check.active i path {
    fill: #d95206;
}

.main-pp-html .modal-footer .footer_box_close {
    display: table-cell;
    width: 100%;
}

.main-pp-html .modal-footer .footer_box_close a {
    color: #d95206;
    font-size: 19px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .main-pp-html.box_type_01 {
        min-width: auto;
    }

    .main-pp-html .modal-contents {
        background-size: cover;
    }

    .modal-mini-wrap .modal-contents {
        padding-bottom: 40px;
    }

    .main-pp-html .pop-coupon-privacy .pop_sub_tit {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .main-pp-html .pop-coupon-privacy .subtx {
        font-size: 14px;
        line-height: 18px;
    }

    .main-pp-html .modal-close {
        width: 32px;
        height: 32px;
        background-size: 100%;
    }

    .modal-mini-wrap .modal-header h3 {
        font-size: 20px;
    }

    .main-pp-html .pop-coupon-privacy strong {
        font-size: 18px;
    }

    .main-pp-html .pop-coupon-privacy .winner td {
        font-size: 14px;
    }

    .main-pp-html .pop-coupon-privacy .winner th {
        font-size: 12px;
    }

    .main-pp-html .modal-footer {
        padding: 10px 20px;
    }

    .main-pp-html .modal-footer .footer_box_check span {
        font-size: 14px;
    }

    .main-pp-html .modal-footer .footer_box_close a {
        font-size: 16px;
    }
}

.main-pp-image {
    width: 740px;
}

.main-pp-image.box_type_01 {
    width: 554px;
}

.modal-mini-wrap .modal-header h3 {
    width: 90%;
}

.main-pp-image .modal-contents {
    padding: 0;
    line-height: 0;
}

.main-pp-image .pop-coupon-privacy {
    position: relative;
}

.main-pp-image .pop-coupon-privacy strong {
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    display: block;
    color: #e35205;
}

.main-pp-image .pop-coupon-privacy .winner {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

.main-pp-image .pop-coupon-privacy .winner td {
    padding: 5px 0;
    width: 50%;
}

.main-pp-image .pop-coupon-privacy .winner th {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}

a.link-go {
    text-decoration: underline;
    color: #e35205;
}

.main-pp-image .pop-coupon-privacy .subtx {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 22px;
    color: #fff;
}

.main-pp-image .pop-coupon-privacy .subtx a {
    color: #fff;
}

.main-pp-image .pop-coupon-privacy .pop_sub_logo {
    display: inline-block;
    padding-bottom: 30px;
}

.main-pp-image .pop-coupon-privacy .pop_sub_tit {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    padding-bottom: 28px;
    letter-spacing: -5px;
}

.main-pp-image .modal-close {
    background: url("https://d3nsks150m8sxr.cloudfront.net/popup/css/icon_close-white.png");
    z-index: 10;
}

.main-pp-image .modal-footer {
    padding: 15px 28px;
    display: table;
}

.main-pp-image .modal-footer .footer_box_check {
    display: table-cell;
    width: 100%;
}

.main-pp-image .modal-footer .footer_box_check a {
    vertical-align: middle;
}

.main-pp-image .modal-footer .footer_box_check i {
    display: inline-block;
    border: 1px solid #c8c8c8;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    margin-right: 7px;
}

.main-pp-image .modal-footer .footer_box_check i svg {
    position: relative;
    top: -4px;
}

.main-pp-image .modal-footer .footer_box_check i path {
    fill: #c8c8c8;
}

.main-pp-image .modal-footer .footer_box_check span {
    font-size: 17px;
    color: #777;
    vertical-align: middle;
}

.main-pp-image .modal-footer .footer_box_check.active span {
    color: #d95206;
}

.main-pp-image .modal-footer .footer_box_check.active i {
    border-color: #d95206;
}

.main-pp-image .modal-footer .footer_box_check.active i path {
    fill: #d95206;
}

.main-pp-image .modal-footer .footer_box_close {
    display: table-cell;
    width: 100%;
}

.main-pp-image .modal-footer .footer_box_close a {
    color: #d95206;
    font-size: 19px;
    vertical-align: middle;
}

.main-pp-image .pop-coupon-privacy img {
    width: 100%;
}

.main-pp-image .pop-coupon-privacy .box_tel_link {
    display: inline-block;
    font: 0/0 a;
    line-height: 0;
    position: absolute;
    left: 46.5704%;
    top: 75.7480%;
    width: 21.6606%;
    height: 3.3071%;
}

@media (max-width: 767px) {
    .main-pp-image.box_type_01 {
        min-width: auto;
    }

    .main-pp-image .modal-contents {
        background-size: cover;
    }

    .modal-mini-wrap .modal-contents {
    }

    .main-pp-image .pop-coupon-privacy .pop_sub_tit {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .main-pp-image .pop-coupon-privacy .subtx {
        font-size: 14px;
        line-height: 18px;
    }

    .main-pp-image .modal-close {
        width: 32px;
        height: 32px;
        background-size: 100%;
    }

    .modal-mini-wrap .modal-header h3 {
        font-size: 20px;
    }

    .main-pp-image .pop-coupon-privacy strong {
        font-size: 18px;
    }

    .main-pp-image .pop-coupon-privacy .winner td {
        font-size: 14px;
    }

    .main-pp-image .pop-coupon-privacy .winner th {
        font-size: 12px;
    }

    .main-pp-image .modal-footer {
        padding: 10px 20px;
    }

    .main-pp-image .modal-footer .footer_box_check span {
        font-size: 14px;
    }

    .main-pp-image .modal-footer .footer_box_close a {
        font-size: 16px;
    }
}

.glo-footer .modal-contents{
	line-height: 1.5em;
}
.glo-footer #marketing .modal-contents{
	line-height: 1.2em;
}
.glo-footer #privacy_footer a img{
	display: inline-block;
	margin: 0 0 5px 5px;
}
.privacy_table_area .privacy_table th, .privacy_table_area .privacy_table td{
	word-break: keep-all;
}
@media (max-width: 767px){
	.glo-footer .modal-header h3{
		margin: 0 auto;
	}
}

/* 2023-03-02 팝업 하단 수정 */
.main-pp-image .modal-footer{
	width: 100%;
}
.main-pp-image .modal-footer .footer_box_check{
	width: 80%;
}
.main-pp-image .modal-footer .footer_box_close{
	width: 20%;
	text-align: right;
}
.main-pp-image .modal-footer .footer_box_check i svg{
	top: 3px;
}

/* 2021-06-24 법인 변경 */
.layer_popup__wrap {display:none; position:fixed; top:50%; left:0; right:0; width:90%; max-height:85%; background:#fff; margin:0 auto; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); z-index:101; overflow-y:auto; box-shadow:0 0 .5rem rgba(0,0,0,.1);}
.modal-dimmed.show + .layer_popup__wrap {display:block;}
.layer_popup__head .layer_popup__cls {position:absolute; top:1rem; right:1rem; width:1.25rem; height:1.25rem; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 311 311.077' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.035 311.078c-4.097 0-8.195-1.558-11.308-4.695-6.25-6.25-6.25-16.383 0-22.633L283.789 4.687c6.25-6.25 16.383-6.25 22.633 0s6.25 16.383 0 22.637L27.363 306.383a16.045 16.045 0 01-11.328 4.695zm0 0'/%3E%3Cpath d='M295.117 311.078a15.879 15.879 0 01-11.308-4.695L4.727 27.324c-6.25-6.254-6.25-16.386 0-22.636s16.382-6.25 22.636 0L306.422 283.75c6.25 6.25 6.25 16.383 0 22.633-3.137 3.117-7.23 4.695-11.305 4.695zm0 0'/%3E%3C/svg%3E") 50% 50%/100% auto no-repeat; text-indent:-9999px;}
.layer_popup__head h3 {font-size:22px; font-weight:700; line-height:30px; text-align:center;}
.layer_popup__foot {position:relative; min-height:30px; padding:15px 80px 15px 25px;}
.layer_popup__foot .layer_popup__today {display:inline-block; font-size:18px; font-weight:700; line-height:28px; letter-spacing:-0.05rem; color:#828282;}
.layer_popup__foot .layer_popup__today:before {content:''; display:inline-block; width:26px; height:26px; border:1px solid #ccc; border-radius:50%; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ccc' d='M385.8 201.8L247.1 340.4c-4.2 4.2-9.6 6.3-15.1 6.3s-10.9-2.1-15.1-6.3l-69.3-69.3c-8.3-8.3-8.3-21.8 0-30.2 8.3-8.3 21.8-8.3 30.2 0l54.2 54.2 123.6-123.6c8.3-8.3 21.8-8.3 30.2 0 8.3 8.4 8.3 21.9 0 30.3z'/%3E%3C/svg%3E") 50% 50%/100% auto no-repeat; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; margin:1px 5px 0 0; vertical-align:top; box-sizing:border-box;}
.layer_popup__foot .layer_popup__today.on {color:#e35205;}
.layer_popup__foot .layer_popup__today.on:before {border-color:#e35205; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23e35205' d='M385.8 201.8L247.1 340.4c-4.2 4.2-9.6 6.3-15.1 6.3s-10.9-2.1-15.1-6.3l-69.3-69.3c-8.3-8.3-8.3-21.8 0-30.2 8.3-8.3 21.8-8.3 30.2 0l54.2 54.2 123.6-123.6c8.3-8.3 21.8-8.3 30.2 0 8.3 8.4 8.3 21.9 0 30.3z'/%3E%3C/svg%3E");}
.layer_popup__foot .layer_popup__cls {position:absolute; top:50%; right:1rem; font-size:20px; font-weight:700; line-height:30px; letter-spacing:-0.045rem; color:#e35205; padding:0 10px; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}

.kbo_popup {max-width:580px;}
.kbo_popup .layer_popup__head {background:#dfedef; padding:20px 2.75rem;}
.kbo_popup .layer_popup__head .glo_logo {display:block; width:60px; height:50px; margin:0 auto; background:url(/images/2021/glo_logo_black.svg) 50% 50%/100% auto no-repeat; text-indent:-9999px;}
.kbo_popup .kbo_inner, .kbo_mini .kbo_inner {padding:20px; text-align:center;}
.kbo_popup .kbo_inner h4 {font-size:32px; font-weight:700; letter-spacing:-0.05rem; color:#000; margin:0 0 25px;}
.kbo_popup .kbo_inner p, .kbo_mini .kbo_inner p {font-size:18px; font-weight:500; line-height:30px; letter-spacing:-0.05rem; margin:0 0 25px; word-break:keep-all;}

.kbo_popup .kbo_join p {font-size:14px; line-height:24px;}
.kbo_popup .kbo_join strong {color:#e35205;}
.kbo_popup .kbo_join .fold_area {padding:20px; background:#f2f2f2;}
.kbo_popup .kbo_join .fold_text {font-size:18px; line-height:28px; margin:0;}
.kbo_popup .kbo_join .fold_text .hide {display:none;}
.kbo_popup .kbo_join .fold_btn {width:100%; height:58px; font-size:22px; font-weight:700;}
.kbo_popup .kbo_join .fold_btn:after { content:''; display:inline-block; width:18px; height:100%; background:url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11.295 9l-4.59 4.59c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l3.89-3.88 3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.705 9c-.38-.39-1.02-.39-1.41 0z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-6 -8)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23fff' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' mask='url(%23b)' d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/svg%3E") 50% 50%/100% auto no-repeat; margin:0 0 0 5px; vertical-align:top; transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); -o-transform:rotate(-180deg);}
.kbo_popup .kbo_join .fold_btn.on:after {transform:rotate(0); -webkit-transform:rotate(0); -moz-transform:rotate(0); -ms-transform:rotate(0); -o-transform:rotate(0); }
.kbo_join_area {padding:20px 15px; background:#f2f2f2; margin:25px 0;}
.kbo_join_area p {font-size:16px; line-height:24px;}
.kbo_popup .kbo_join_btn {padding:0 25px;}
.kbo_popup .kbo_join_btn a { float:left; width:45%; padding:10px .5rem; background:#e35205; border-radius:1rem; -webkit-border-radius:1rem; -moz-border-radius:1rem; -ms-border-radius:1rem; -o-border-radius:1rem; font-size:17px; font-weight:700; line-height:22px; letter-spacing:-0.045rem; color:#fff; box-sizing:border-box; transition:background .3s; -webkit-transition:background .3s; -moz-transition:background .3s; -ms-transition:background .3s; -o-transition:background .3s; }
.kbo_popup .kbo_join_btn a:hover {background:#f65500;}
.kbo_popup .kbo_join_btn a:first-child {margin-right:10%;}
.kbo_popup .kbo_join_btn .full_btn:first-child {float:none; display:block; width:90%; padding:15px .5rem; margin:0 auto; border-radius:40px; -webkit-border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px;}
.kbo_popup .kbo_join_btn .line {line-height:44px;}

.kbo_popup .kbo_note {text-align:left; margin:25px 0 0; padding:0 10px;}
.kbo_popup .kbo_note dt {font-size:17px; font-weight:900; letter-spacing:-0.045rem; color:#000; margin:0 0 10px;}
.kbo_popup .kbo_note dd {position:relative; font-size:13px; font-weight:700; line-height:23px; color:#333; padding:0 0 0 14px;}
.kbo_popup .kbo_note dd:before { content:''; position:absolute; top:9.5px; left:0; width:4px; height:4px; background:#333; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; }

.kbo_mini_dimmed, .id_chk_dimmed {z-index:101;}
.kbo_mini {max-width:480px; z-index:102;}
.kbo_mini .layer_popup__head {position:relative; background:#fff; padding:30px 0 0;}
.kbo_mini .kbo_inner p {font-size:17px; line-height:27px;}
.kbo_mini .kbo_join_btn a, .kbo_mini .kbo_join_btn button {font-size:16px; padding:0 12px;}

.termi_popup, .termi_dimmed {display: none;}

.id_chk_popup {max-width:360px;}
.id_chk_popup .layer_popup__head {padding:15px 0; background:#f8f8f8;}
.id_chk_popup .layer_popup__head h3 {font-weight:900; color:#000;}
.id_chk_popup .kbo_inner p {font-size:16px; margin:0 0 10px;}
.id_chk_popup .kbo_inner ul {max-width:250px; margin:0 auto 20px; text-align:left;}
.id_chk_popup .kbo_inner label {font-size:15px; font-weight:700; padding-left:28px;}
.id_chk_popup .kbo_inner label:before {margin-top:-10px;}
.id_chk_popup .kbo_inner label:after {margin-top:-5px;}

.incon_popup .kbo_inner {padding:30px 20px 50px;}
.incon_popup .kbo_inner p {margin-bottom:40px;}

@media screen and (max-width:767px) {
	.pc-only {display:none;}
    .mobile-only {display:block;}

    .layer_popup__head .layer_popup__cls {width:1rem; height:1rem;}
    .layer_popup__foot {padding:10px 60px 10px 15px;}
    .layer_popup__foot .layer_popup__today {font-size:14px;}
    .layer_popup__foot .layer_popup__today:before {width:22px; height:22px; margin-top:3px;}
    .layer_popup__foot .layer_popup__cls {right:15px; font-size:14px; padding:0 7px;}

    .kbo_popup {max-width:480px;}
    .kbo_popup .layer_popup__head {padding:15px 2.75rem;}
    .kbo_popup .layer_popup__head .glo_logo {width:48px; height:40px;}
    .kbo_popup .kbo_inner h4 {font-size:26px; margin:0 0 15px;}
    .kbo_popup .kbo_inner p {font-size:14px; line-height:24px; margin:0 0 15px;}

    .kbo_popup .kbo_join .fold_text {font-size:14px; line-height:24px;}
    .kbo_popup .kbo_join .fold_btn {height:48px; line-height:48px; font-size:16px;}
    .kbo_popup .kbo_join .fold_btn:after {width:12px;}
    .kbo_join_btn {padding:0 15px;}
    .kbo_join_btn a { font-size:15px; line-height:20px; border-radius:40px; -webkit-border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; padding:8px; }
    .kbo_join_btn .line {line-height:40px;}

    .kbo_mini .kbo_inner p {font-size:14px; line-height:24px;}

    .kbo_popup .kbo_note dt {font-size:16px; margin:0 0 8px;}
    .kbo_popup .kbo_note dd {font-size:12px; line-height:18px; padding:0 0 0 10px;}

    .pop-join-privacy .privacy-text {font-size:13px; padding:15px;}

    .incon_popup .kbo_inner {padding:30px 15px;}
    .incon_popup .kbo_inner p {margin-bottom:20px;}
}

@media screen and (max-width:420px) {
    .layer_popup__wrap .m_none {display:none;}

    .kbo_popup .layer_popup__head {padding:10px 2.75rem;}
    .kbo_popup .layer_popup__head .glo_logo {width:40px;}

    .kbo_popup .kbo_join .btns-fill-gray {font-size:14px;}
    .kbo_join_area p {font-size:13px; line-height:20px;}
    .kbo_join_btn {padding:0;}
    .kbo_join_btn .full_btn:first-child {width:100%; padding:10px;}


    .kbo_popup .kbo_join .fold_text {font-size:12px; line-height:20px;}
    .kbo_popup .kbo_join .fold_btn {height:44px; line-height:44px; font-size:14px;}
    .kbo_popup .kbo_join_btn {padding:0 4%;}
    .kbo_popup .kbo_join_btn a, .kbo_popup .kbo_join_btn .line, .kbo_popup .kbo_join_btn .full_btn {float:none; display:block; width:100%; font-size:14px; line-height:22px; margin:0 0 5px;}
	.kbo_popup .kbo_join_btn .full_btn:first-child {padding:10px .5rem;}
    .kbo_join_btn a br {display:none;}

    .kbo_mini .kbo_join_btn a {width:100%; height:40px; line-height:40px; font-size:14px; margin:5px auto 0;}
}
/* 2021-06-24 법인 변경 end */
/* 2021-07-08 KBO 법인 변경 Sep */
.kakaosynk .btnf-line-black {margin:18px 0 0;}

.pop-join-privacy .exist_area {position:relative; margin:0 auto -20px; padding:20px 10%; border-bottom:2px solid #000;}
.pop-join-privacy .exist_area .info_frm {width:82%;}
.pop-join-privacy .exist_area .info_frm li:first-child {margin:0 0 5px;}
.pop-join-privacy .exist_area .info_frm li {display:flex; align-items:center;}
.pop-join-privacy .exist_area .info_frm .ttl {width:120px; font-size:16px; font-weight:700;}
.pop-join-privacy .exist_area .info_frm .val {flex:1 1 auto;}
.pop-join-privacy .exist_area .info_frm input {width:100%;}
.pop-join-privacy .exist_area .confirm_btn { position:absolute; top:50%; right:10%; width:13%; height:calc(100% - 40px); font-size:18px; font-weight:700; background:#e35205; color:#fff; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }

@media screen and (max-width:767px){
    .kakaosynk .btnf-line-black {width:100%;}

    .pop-join-privacy .exist_area {padding:10px 0;}
    .pop-join-privacy .exist_area .info_frm {width:100%;}
    .pop-join-privacy .exist_area .info_frm .ttl {width:100px;}
    .pop-join-privacy .exist_area .confirm_btn { position:static; display:block; width:100%; height:46px; line-height:46px; font-size:16px; font-weight:400; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); margin:8px 0 0;}
}
/* 2021-07-08 KBO 법인 변경 Sep end */
/* 2021-07-27 KBO 법인변경 9월 추가 및 수정 건 */
.kbo_inner .org {color:#e35205;}
.pp-login .modal-contents {padding:20px 0 60px;}
.pp-login .pop-note {font-size:14px; line-height:20px; padding:12px; margin:0 0 20px; text-align:center; border:1px solid #666; color:#333; box-sizing:border-box;}
.pp-login .pop-note .org {color:#e35205;}
/* 2021-07-27 KBO 법인변경 9월 추가 및 수정 건 end */
/* 2021-07-28 KBO Easy Sign-up */
.easy_wrap {padding:50px 0 0;}
.easy_wrap .kbo_inner p strong {font-weight:700;}
.easy_wrap .benefit_area { width:100%; max-width:940px; border:1px solid #e35205; border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px; margin:0 auto 50px; overflow:hidden; box-sizing:border-box;}
.easy_wrap .benefit_area h3 {height:90px; line-height:90px; background:#e35205; text-align:center; font-size:32px; font-weight:700; letter-spacing:-0.035rem; color:#fff;}
.easy_wrap .benefit_list {display:flex; flex-wrap:wrap; padding:4%;}
.easy_wrap .benefit_list li {width:33.33%; text-align:center; border-right:1px solid #d6d6d6; padding:0 0 30px; box-sizing:border-box;}
.easy_wrap .benefit_list li:nth-child(-n+3) {border-bottom:1px solid #d6d6d6;}
.easy_wrap .benefit_list li:nth-child(3n) {border-right:0;}
.easy_wrap .benefit_list li:nth-child(n+4) {padding:35px 0 15px;}
.easy_wrap .benefit_list .ico {position:relative; display:block; width:90%; height:105px; margin:0 auto 20px;}
.easy_wrap .benefit_list .ico img {position:absolute; top:0; left:0; right:0; bottom:0; width:auto; height:auto; max-width:100%; max-height:100%; margin:auto;}
.easy_wrap .benefit_list li:nth-child(n+4) .ico {height:120px;}
.easy_wrap .benefit_list .txt {display:block; font-size:26px; font-weight:700; line-height:36px; letter-spacing:-0.04rem; color:#333;}
.easy_wrap .benefit_list .txt strong {display:block; font-weight:900;}
.easy_wrap .benefit_list .txt small {font-size:17px;}

.kbo_wrap .kbo_kakao a {display:block; width:100%;}
.kbo_wrap .kbo_kakao img {width:100%; vertical-align:top;}

@media screen and (max-width:1024px){
    .easy_wrap .benefit_area h3 {font-size:28px;}
    .easy_wrap .benefit_list .txt {font-size:20px; line-height:1.35;}
    .easy_wrap .benefit_list .txt small {font-size:14px;}
}
@media screen and (max-width:767px){
    .easy_wrap {padding:0;}
    .easy_wrap .easy_vis {position:relative; align-items:center; width:100%; background:url(/images/kbo/easy_vis.jpg) 100% 50%/cover no-repeat; text-align:left; margin:0 auto 30px; padding:44.44% 0 0; box-sizing:border-box;}
    .easy_wrap .easy_vis h2 { position:absolute; top:50%; left:0; width:100%; font-size:6.5vw; margin:0; padding:0 8%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); box-sizing:border-box;}
    .easy_wrap .benefit_area h3 {height:60px; line-height:60px; font-size:5vw;}
    .easy_wrap .benefit_list li {width:50%; padding:10px 4% 20px;}
    .easy_wrap .benefit_list li:nth-child(n+3) {padding:20px 4%;}
    .easy_wrap .benefit_list li:nth-child(-n+4) {border-bottom:1px solid #d6d6d6;}
    .easy_wrap .benefit_list li:nth-child(3n) {border-right:1px solid #d6d6d6;}
    .easy_wrap .benefit_list li:nth-child(even) {border-right:0;}

    .easy_wrap .benefit_list li .ico {height:80px; margin:0 auto 10px;}
    .easy_wrap .benefit_list li:nth-child(n+3) .ico {height:80px;}
    .easy_wrap .benefit_list .ico img {max-width:75%; max-height:95%;}
    .easy_wrap .benefit_list .txt {font-size:4.5vw;}
    .easy_wrap .benefit_list .txt small {font-size:3vw;}
}
/* 2021-07-28 KBO Easy Sign-up End */
/* 2021-08-06 회원가입 유의사항 */
.pop-note b {font-weight:900; color:#555;}
/* 2021-08-06 회원가입 유의사항 end */
/* 2021-08-18 KBO 추가 사항 */
.kbo_join_btn .comp_btn { display:block; width:90%; max-width:480px; padding:20px .5rem; margin:0 auto; border-radius:40px; background:#e35205; -webkit-border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; font-size:20px; font-weight:700; line-height:22px; letter-spacing:-0.045rem; color:#fff; box-sizing:border-box; transition:background .3s; -webkit-transition:background .3s; -moz-transition:background .3s; -ms-transition:background .3s; -o-transition:background .3s; }
/* 2021-08-18 KBO 추가 사항 End */
/* 2021-08-26 약관 추가 사항 */
.pop-join-terms .org_noti {font-size:17px; font-weight:700; line-height:1.5; letter-spacing:-0.025rem; color:#e35205; text-align:center; margin:20px 0 0;}

@media screen and (max-width:767px){
	.pop-join-terms .org_noti {font-size:14px;}
}
/* 2021-08-26 약관 추가 사항 End */
/* 2021-09-16 회원전환 종료 */
.pop-join-basic ~ .org_noti {font-size:15px; font-weight:700; line-height:1.5; letter-spacing:-0.025rem; color:#e35205; text-align:center; margin:20px 0 0;}
/* 2021-09-16 회원전환 종료 End */
/* 2022-05-09 팝업 */
.layer_popup__wrap {display:none; position:fixed; top:50%; left:0; right:0; width:90%; max-height:85%; background:#fff; margin:0 auto; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); z-index:101; overflow-y:auto; box-shadow:0 0 .5rem rgba(0,0,0,.1);}
.modal-dimmed.show + .layer_popup__wrap {display:block;}
.layer_popup__head .layer_popup__cls {position:absolute; top:1rem; right:1rem; width:1.25rem; height:1.25rem; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 311 311.077' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.035 311.078c-4.097 0-8.195-1.558-11.308-4.695-6.25-6.25-6.25-16.383 0-22.633L283.789 4.687c6.25-6.25 16.383-6.25 22.633 0s6.25 16.383 0 22.637L27.363 306.383a16.045 16.045 0 01-11.328 4.695zm0 0'/%3E%3Cpath d='M295.117 311.078a15.879 15.879 0 01-11.308-4.695L4.727 27.324c-6.25-6.254-6.25-16.386 0-22.636s16.382-6.25 22.636 0L306.422 283.75c6.25 6.25 6.25 16.383 0 22.633-3.137 3.117-7.23 4.695-11.305 4.695zm0 0'/%3E%3C/svg%3E") 50% 50%/100% auto no-repeat; text-indent:-9999px;}
.layer_popup__head h3 {font-size:22px; font-weight:700; line-height:30px; text-align:center;}
.layer_popup__foot {position:relative; min-height:30px; padding:15px 80px 15px 25px;}
.layer_popup__foot .layer_popup__today {display:inline-block; font-size:18px; font-weight:700; line-height:28px; letter-spacing:-0.05rem; color:#828282;}
.layer_popup__foot .layer_popup__today:before {content:''; display:inline-block; width:26px; height:26px; border:1px solid #ccc; border-radius:50%; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ccc' d='M385.8 201.8L247.1 340.4c-4.2 4.2-9.6 6.3-15.1 6.3s-10.9-2.1-15.1-6.3l-69.3-69.3c-8.3-8.3-8.3-21.8 0-30.2 8.3-8.3 21.8-8.3 30.2 0l54.2 54.2 123.6-123.6c8.3-8.3 21.8-8.3 30.2 0 8.3 8.4 8.3 21.9 0 30.3z'/%3E%3C/svg%3E") 50% 50%/100% auto no-repeat; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; margin:1px 5px 0 0; vertical-align:top; box-sizing:border-box;}
.layer_popup__foot .layer_popup__today.on {color:#e35205;}
.layer_popup__foot .layer_popup__today.on:before {border-color:#e35205; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23e35205' d='M385.8 201.8L247.1 340.4c-4.2 4.2-9.6 6.3-15.1 6.3s-10.9-2.1-15.1-6.3l-69.3-69.3c-8.3-8.3-8.3-21.8 0-30.2 8.3-8.3 21.8-8.3 30.2 0l54.2 54.2 123.6-123.6c8.3-8.3 21.8-8.3 30.2 0 8.3 8.4 8.3 21.9 0 30.3z'/%3E%3C/svg%3E");}
.layer_popup__foot .layer_popup__cls {position:absolute; top:50%; right:1rem; font-size:20px; font-weight:700; line-height:30px; letter-spacing:-0.045rem; color:#e35205; padding:0 10px; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}

.kbo_popup {max-width:580px;}

@media screen and (max-width:767px) {
    .layer_popup__head .layer_popup__cls {width:1rem; height:1rem;}
    .layer_popup__foot {padding:10px 60px 10px 15px;}
    .layer_popup__foot .layer_popup__today {font-size:14px;}
    .layer_popup__foot .layer_popup__today:before {width:22px; height:22px; margin-top:3px;}
    .layer_popup__foot .layer_popup__cls {right:15px; font-size:14px; padding:0 7px;}

    .kbo_popup {max-width:480px;}

    .kbo_popup .kbo_note dt {font-size:16px; margin:0 0 8px;}
    .kbo_popup .kbo_note dd {font-size:12px; line-height:18px; padding:0 0 0 10px;}

    .pop-join-privacy .privacy-text {font-size:13px; padding:15px;}
}

@media screen and (max-width:420px) {
    .layer_popup__wrap .m_none {display:none;}

    .kbo_popup .layer_popup__head {padding:10px 2.75rem;}
    .kbo_popup .layer_popup__head .glo_logo {width:40px;}

    .layer_popup__wrap .btn_area a, .layer_popup__wrap .btn_area button {height:min(12.2666vw, 46px); font-size:14px;}
}

.layer_popup__wrap .btn_area {display:flex; max-width:440px; justify-content:space-between; margin:0 auto;}
.layer_popup__wrap .btn_area a, .layer_popup__wrap .btn_area button {width:48%;}
/* 2022-05-09 휴면회원 팝업 End */