﻿@charset "utf-8";
@import url('./swiper.css');
@import url('./common.css');

/* >>>>>>>>>> 공통 <<<<<<<<<< */
/* 레이아웃 */
#wrap {
    margin: 0 auto;
    max-width: 390px;
    min-width: 320px
}

#wrap #header {
    position: relative
}

#wrap #header.hide {
    opacity: 0
}

/*#wrap #header.sub {background:#e2f0ff}*/
#wrap #header h1 {
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700
}

#wrap #header .btnBack {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: url("../images/btn-back.png") no-repeat center/100%
}

#wrap #header .btnSet {
    display: block;
    position: absolute;
    top: 8px;
    right: 52px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: url("../images/btn-set.png") no-repeat center/100%
}

#wrap #header .btnSet.txtSet {
    top: 0;
    right: 8px;
    background: none;
    height: 48px;
    text-indent: 0;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
}

#wrap #header .btnClose {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: url("../images/btn-close.png") no-repeat center/100%
}

#wrap #contents {
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 10px 24px 0; /*221213_패딩높이조정 -6px*/
    height: 352px
}

#wrap #contents:first-child {
    height: 400px
}

#wrap #contents.main {
    padding: 24px 24px 0;
    background: #ebebeb
}

#wrap .layerContents {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 16px 24px 0;
    height: 352px
}

/* 타이틀 */
.titArea h2 {
    line-height: 26px;
    font-size: 22px;
    font-weight: 700
}

/* 버튼 */
.btn {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 8px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #000
}

/* 2021-08-02 */
.btn:disabled {
    border-color: #ebebeb;
    color: #bcbcbc;
    background: #ebebeb
}

.btn.ss {
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px
}

.btn.sm {
    padding: 0 20px;
    line-height: 38px
}

.btnGray {
    border-color: #ebebeb;
    color: #000;
    background: #ebebeb
}

.btnWhite {
    border-color: #fff;
    color: #868686;
    background: #fff
}

/* 2021-08-02 */
.btnCardSelect {
    display: inline-block;
    position: relative;
    margin: 5px 0 16px;
    max-width: 100%;
    vertical-align: top
}

.btnCardSelect p {
    display: block;
    padding: 0 30px;
    height: 44px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700
}

.btnCardSelect p em {
    display: block;
    margin: 7px -30px 0 -30px;
    height: 3px;
    text-indent: -9999px;
    background: #000
}

.btnCardSelect a img {
    margin: 0 10px 0 -30px;
    width: 20px;
    height: 32px;
    vertical-align: middle
}

.btnCardSelect a img.v2 {
    margin: 0 4px 0 -36px;
    width: 32px;
    height: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.btnCardSelect .btnListGo {
    position: absolute;
    top: -4px;
    right: 0;
    padding: 0;
    width: 32px;
    height: 100%;
    border: none;
    text-indent: -9999px;
    background: url("../images/ico-arrow.png") no-repeat right -10px center/32px
}

/* 2021-08-03 new */
.btnCardSelect.full {
    display: block
}

.btnCardSelect.full p span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 80px)
}

/*-- 2021-08-02 */
.btnArrow {
    display: inline-block;
    margin-top: 45px;
    padding-right: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    background: url("../images/ico-arrow.png") no-repeat right center/16px
}

/* 버튼 정렬 */
.btnBottom {
    display: flex;
    padding-top: 10px;
    margin-top: auto
}

/* 2021-08-02 */
.btnBottom .btn {
    flex: 1
}

.btnBottom .btn + .btn {
    margin-left: 7px
}

.btnBottom.v2 {
    display: block
}

.btnBottom.v2 .btn {
    width: 100%
}

.btnBottom.v2 .btn + .btn {
    margin: 0
}

.btnRight {
    margin-top: 24px;
    text-align: right
}

.btnRight .btn {
    padding: 0 12px;
    min-width: 106px
}

.btnRight .btn + .btn {
    margin-left: 6px
}

.btnArea {
    display: flex
}

.btnArea .btn {
    flex: 1
}

.btnArea .btn + .btn {
    margin-left: 7px
}

/* 2021-08-02 new - pc일때 추가 *
@media (min-width:768px) {
    .btnBottom:last-child {padding-bottom:2px}
    .btnBottom:last-child .btn {line-height:52px}
}
/*-- 2021-08-02 new */

/* 텍스트 */
.topTxt {
    display: block;
    margin-bottom: 8px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700
}

.topTxt.v2 {
    letter-spacing: -0.05em;
    line-height: 32px;
    font-size: 24px
}

.topTxt.v2:first-child {
    margin-top: 16px
}

.topTxt.v2 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    max-width: calc(100% - 46px)
}

.txt {
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.64
}

.txtB {
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500
}

.infoTxt {
    margin-bottom: 16px;
    padding: 2px 0 2px 28px;
    line-height: 20px;
    font-size: 14px;
    background: url("../images/ico-info.png") no-repeat 0 0/24px
}

.infoTxtS {
    margin-top: 8px
}

.infoTxtS span {
    display: inline-block;
    padding-left: 20px;
    line-height: 16px;
    font-size: 12px;
    background: url("../images/ico-info-s.png") no-repeat 0 2px/16px
}

.infoTxtS.txtR {
    text-align: right
}

.topTxt span,
.txt span,
.txtB span {
    display: inline-block
}

.txt + .inputList {
    margin-top: -16px
}

ul.txt li {
    line-height: 22px;
    font-size: 14px
}

/* 2021-06-22 */

/* 여백 */
.pt0 {
    padding-top: 0 !important
}

/* 레이어 팝업 */
.layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    perspective: 800px;
    -webkit-perspective: 800px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s
}

.layer .inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-50px) rotateX(20deg);
    transform: translateY(-50px) rotateX(20deg);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s
}

.layer .inner .tit {
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    background: #fff
}

.layer .inner .cont {
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 48px;
    bottom: 0;
    left: 0;
    padding: 16px 24px 0;
    width: 100%
}

.layer .inner .cont .titArea {
    margin: -6px 0 32px
}

.layer .inner .cont.fixedBtn {
    bottom: 56px;
    padding-bottom: 16px
}

/* 2021-07-23 */
.layer .inner .cont.fixedBtn.v2 {
    bottom: 112px;
    padding-bottom: 16px
}

/* 2021-07-23 */
.layer .inner > .btnBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 16px 2px;
    width: 100%;
    background: #fff
}

/* 2021-08-02 */
.layer .inner > .btnBottom:before {
    display: block;
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0.2), #fff)
}

/* 2021-08-02 */
.layer .inner .btnClose {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    text-indent: -99999px;
    background: url("../images/btn-close.png") no-repeat center/100%
}

.layer .inner .btnBack {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    text-indent: -99999px;
    background: url("../images/btn-back.png") no-repeat center/100%
}

.layer.on {
    visibility: visible;
    opacity: 1
}

.layer.on .inner {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg)
}

.layer.alert {
    perspective: 0;
    -webkit-perspective: 0
}

.layer.alert .inner {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    border-radius: 15px;
    width: 288px;
    height: auto;
    -webkit-transform: translateY(0) rotateX(0) translate(-50%, -50%) scale(0);
    transform: translateY(0) rotateX(0) translate(-50%, -50%) scale(0)
}

.layer.alert .inner .cont {
    position: static;
    padding: 28px 15px;
    text-align: center
}

.layer.alert .inner .cont strong {
    display: block;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700
}

.layer.alert .inner .cont p {
    margin-top: 8px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #5c5c5c
}

.layer.alert .inner .btnBottom {
    position: static;
    margin: 0;
    padding: 0
}

.layer.alert .inner .btnBottom:before {
    display: none
}

.layer.alert .inner .btnBottom .btn {
    border: none;
    border-radius: 0;
    border-top: 1px solid #f0f0f0;
    color: rgba(0, 0, 0, 0.48);
    background: #fff
}

.layer.alert .inner .btnBottom .btn + .btn {
    margin: 0;
    border-left: 1px solid #f0f0f0
}

.layer.alert .inner .btnBottom .btn:last-child {
    color: #000
}

.layer.alert .inner .btnBottom .btn.close {
    color: rgba(0, 0, 0, 0.48)
}

.layer.alert.on .inner {
    -webkit-transform: translateY(0) rotateX(0) translate(-50%, -50%) scale(1);
    transform: translateY(0) rotateX(0) translate(-50%, -50%) scale(1)
}

/* 입력 리스트 */
.inputList {
    margin-top: 15px
}

.inputList li {
    position: relative;
    padding-top: 16px
}

.inputList li + li {
    margin-top: 16px !important
}

/* 2021-08-04 */
.inputList li > label {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-weight: 500;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s
}

.inputList li .msg {
    margin-top: 2px;
    line-height: 16px;
    font-size: 11px;
    font-weight: 500;
    color: #F00
}

.inputList li.error {
    margin-top: 0;
    border-color: #f00
}

.inputList li.error input {
    border-color: #f00;
    color: #f00
}

.inputList li.error .card {
    border-color: #f00
}

.inputList li.error .codeNum {
    border-color: #f00
}

.inputList li.on > label {
    top: 0;
    line-height: 16px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4)
}

.inputList:first-child {
    margin-top: 0
}

.inputList + .btnArrow {
    margin-top: 14px
}

.inputList li.on .card span {
    opacity: 1
}

.inputList li.error .codeNum p em {
    color: #f00
}

.inputList li.error .codeNum p span label {
    color: rgba(255, 0, 0, 0.2)
}

.inputList li.error .certNum span {
    display: none
}

.inputList li.error .certNum .btnDel {
    display: block
}

.inputList + .txt {
    margin-top: 12px;
    opacity: 0.48
}

.inputList + .txt + .btnArrow {
    margin-top: 24px
}

/* 인풋 스타일 */
.card {
    display: flex;
    overflow: hidden;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

/* 2021-08-02 */
.card input {
    margin-bottom: -1px;
    flex: 1;
    text-align: left;
}

/* 2021-08-12 */
.card input:last-child {
    letter-spacing: 1;
    max-width: 66px;
    padding-right: 3px
}

/* 2021-08-12 */
.card span {
    display: block;
    margin: 0 4px;
    line-height: 39px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s
}

/* 2021-08-12 */
.codeNum {
    display: flex;
    overflow: hidden;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

.codeNum p,
.codeNum > input {
    margin-bottom: -1px;
    flex: 1;
    font-size: 20px
}

.codeNum > span {
    display: block;
    line-height: 39px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.12)
}

.codeNum p {
    text-align: center
}

.codeNum p > * {
    display: inline-block;
    vertical-align: top
}

.codeNum p span {
    position: relative
}

.codeNum p span label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-weight: 500;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.2)
}

.codeNum p span input {
    width: 20px;
    text-align: center
}

.codeNum p span input::-webkit-input-placeholder {
    font-family: 'pass';
    text-align: center;
    font-size: 30px
}

.codeNum p span input::-moz-placeholder {
    font-family: 'pass';
    text-align: center;
    font-size: 30px
}

.codeNum p span input:-ms-input-placeholder {
    font-family: 'pass';
    text-align: center;
    font-size: 30px
}

.codeNum p span input:-moz-placeholder {
    font-family: 'pass';
    text-align: center;
    font-size: 30px
}

.codeNum p em {
    margin-top: 9px;
    line-height: 30px;
    font-size: 26px;
    opacity: 0.2;
    font-style: normal;
    letter-spacing: 0.04em
}

/* 2021-08-05 */
.codeNum input {
    border: none !important
}

.phoneNum {
    position: relative
}

.phoneNum input {
    padding-right: 65px
}

.phoneNum .btn {
    position: absolute;
    bottom: 5px;
    right: 0
}

.certNum {
    position: relative
}

.certNum input {
    padding-right: 40px
}

.certNum span {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 39px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.4
}

.certNum .btnDel {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 40px;
    text-indent: -9999px;
    background: url("../images/btn-del.png") no-repeat center/24px
}

/* 2021-08-12 */
@media (max-width: 374px) {
    .card input {
        max-width: 58px
    }
}

/*-- 2021-08-12 */

/* 여백 */
.mt15 {
    margin-top: 15px !important
}

.mT25 {
    margin-top: 25px !important
}

/* >>>>>>>>>> 페이지 <<<<<<<<<< */
/* 이용약관 *//* 2021-06-22 */
.terms > * {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500
}

.terms > * + * {
    margin-top: 22px
}

.terms > strong {
    display: block;
    margin: 22px 0 -10px;
    font-weight: 700;
    font-size: 18px
}

.terms ol > li {
    position: relative;
    padding-left: 20px
}

.terms ol > li:before {
    position: absolute;
    left: 0;
    top: 0
}

.terms ol > li:nth-child(1):before {
    content: "1."
}

.terms ol > li:nth-child(2):before {
    content: "2."
}

.terms ol > li:nth-child(3):before {
    content: "3."
}

.terms ol > li:nth-child(4):before {
    content: "4."
}

.terms ol > li:nth-child(5):before {
    content: "5."
}

.terms ol > li:nth-child(6):before {
    content: "6."
}

.terms ol > li:nth-child(7):before {
    content: "7."
}

.terms ol > li:nth-child(8):before {
    content: "8."
}

.terms ol > li:nth-child(9):before {
    content: "9."
}

.terms ol > li:nth-child(10):before {
    content: "10."
}

.terms ol.v2 > li {
    text-indent: -20px
}

.terms ol.v2 > li:before {
    display: none
}

.terms dl dd > ol {
    margin-left: 20px
}

.terms dl dd > ol.v2 {
    margin-left: 0
}

.terms ol li ol li {
    text-indent: 0
}

/* 2021-07-30 */
.terms ul li {
    position: relative;
    padding-left: 12px
}

.terms ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #000
}

.terms dl dt {
    margin-bottom: 5px;
    font-weight: 700
}

/*-- 2021-06-22 */

/* 약관 동의 */
.agreeBox {
    margin-top: 24px;
    padding: 12px 12px 18px;
    border-radius: 5px;
    background: #f5f5f5
}

.agreeBox > * {
    position: relative
}

.agreeBox > * input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.agreeBox > * label {
    display: block;
    padding-left: 36px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    background: url("../images/checkbox.png") no-repeat 4px center/24px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s
}

.agreeBox > * input:checked + label {
    color: #000;
    background-image: url("../images/checkbox-on.png")
}

.agreeBox > dt {
    margin: 0;
    margin-bottom: 14px
}

/* 2021-07-30 */
.agreeBox > dt label {
    display: block;
    padding-right: 24px;
    line-height: 32px;
    font-size: 16px;
    background: url("../images/checkbox-b.png") no-repeat 0 center/32px
}

/* 2021-08-02 */
.agreeBox > dt input:checked + label {
    background-image: url("../images/checkbox-b-on.png")
}

.agreeBox > * a {
    display: block;
    position: absolute;
    top: -4px;
    right: -7px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url("../images/bl-arrow.png") no-repeat center/24px
}

.agreeBox > dd {
    margin: 0
}

/* 2021-07-30 */
.agreeBox > dd + dd {
    margin-top: 2px
}

.agreeBox > dd a {
    opacity: 0.5
}

.agreeBox > .error label {
    color: #f00
}

/* 2021-08-02 */
@media (max-width: 374px) {
    .agreeBox > dt label {
        font-size: 15px
    }
}

@media (max-width: 359px) {
    .agreeBox > dt label {
        font-size: 14px
    }
}

/*-- 2021-08-02 */

/* 2021-11-02 */
div.agreeBox {
    position: relative;
    margin-top: 18px;
    padding: 12px;
    border-radius: 5px;
    background: #f5f5f5
}

div.agreeBox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

div.agreeBox label {
    display: block;
    padding: 0 24px 0 36px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.48);
    background: url("../images/checkbox-b.png") no-repeat 0 center/32px
}

/* 2021-08-02 */
div.agreeBox input:checked + label {
    color: #000;
    background-image: url("../images/checkbox-b-on.png")
}

/* 2021-11-08 */
div.agreeBox a {
    display: block;
    position: absolute;
    top: 7px;
    right: 4px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url("../images/bl-arrow.png") no-repeat center/24px
}

div.agreeBox input:checked + label + a {
    background-image: url("../images/bl-arrow-on.png")
}

/* 2021-11-08 */
@media (max-width: 374px) {
    div.agreeBox label {
        font-size: 15px
    }
}

@media (max-width: 359px) {
    div.agreeBox {
        padding: 12px 8px
    }

    div.agreeBox label {
        padding-left: 30px;
        font-size: 14px
    }
}

/*-- 2021-11-02 */

/* 신규 서비스 안내 */
.guideList {
    margin-top: 40px
}

.guideList dl {
    padding-left: 26px
}

.guideList dl:nth-child(1) {
    background: url("../images/ico-num01.png") no-repeat 0 0/auto 22px
}

.guideList dl:nth-child(2) {
    background: url("../images/ico-num02.png") no-repeat 0 0/auto 22px
}

.guideList dl + dl {
    margin-top: 24px
}

.guideList dl dt {
    margin-bottom: 4px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.guideList dl dd {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.64)
}

/* 결제 방법 선택 */
.paymentSelect a {
    display: block;
    padding: 16px 24px;
    border-radius: 10px;
    background: #f5f5f5
}

.paymentSelect a + a {
    margin-top: 8px
}

.paymentSelect a strong {
    display: block;
    margin-bottom: 4px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700
}

.paymentSelect a p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.64
}

/* 백신 설치 */
.vaccineInst {
    display: block;
    position: relative;
    margin: 24px 0 48px;
    padding: 26px 16px 26px 86px;
    border: 1px solid #ededed;
    border-radius: 8px;
    background: #fff url("../images/ico-vaccine.png") no-repeat 16px center/60px
}

.vaccineInst:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url("../images/ico-arrow-b.png") no-repeat center/100%
}

.vaccineInst strong {
    display: block;
    margin-bottom: 4px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700
}

.vaccineInst p {
    line-height: 16px;
    font-size: 12px;
    font-weight: 500
}

/* 본인 인증 */
.btnSelect {
    display: flex;
    margin-top: 16px
}

.btnSelect span {
    flex: 1;
    position: relative
}

.btnSelect span + span {
    margin-left: 7px
}

.btnSelect span input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.btnSelect span input + label {
    display: block;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.48);
    background: #fff;
    transition: border-color, color 0.2s;
    -webkit-transition: border-color, color 0.2s;
    -moz-transition: border-color, color 0.2s
}

.btnSelect span input:checked + label {
    border: 2px solid #000;
    line-height: 44px;
    font-weight: 700;
    color: #000
}

.btnSelect.v2 {
    flex-direction: row;
    flex-wrap: wrap;
    margin: -2px
}

.btnSelect.v2 span {
    padding: 2px;
    min-width: 33.3333%
}

.btnSelect.v2 span + span {
    margin-left: 0
}

.btnSelect + .txt {
    margin: 24px 0;
    text-align: center;
    line-height: 22px
}

.txtBtn {
    display: table;
    margin-top: 34px;
    width: 100%
}

/* 2021-08-02 new */
.txtBtn p {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.64);
    font-weight: 500
}

.txtBtn p + p {
    text-align: right
}

.txtBtn p:last-child {
    text-align: right
}

.agreeBox dd.off {
    display: none;
}

/* 인증번호 요청 */
.certRequ {
    display: flex;
    margin-top: 16px
}

.certRequ p {
    flex: 1;
    line-height: 32px;
    font-size: 20px;
    font-weight: 700
}

.certRequ .btn {
    padding: 0 12px;
    line-height: 30px;
    font-size: 14px
}

/* 비밀번호 입력 */
.pwArea {
    padding-top: 16px;
    text-align: center
}

.pwArea span {
    display: block;
    margin-bottom: 5px;
    line-height: 30px;
    font-weight: 700;
    font-size: 15px;
    color: #000
}

.pwArea .topTxt {
    margin: 0
}

.pwArea .password {
    display: none;
    margin-top: 27px
}

.pwArea .password p {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #000;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: #fff;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s
}

.pwArea .password p + p {
    margin-left: 18px
}

.pwArea .password p.on {
    background: #000
}

.pwArea .password.errorDot p {
    border-color: #f00
}

.pwArea .password.errorDot p.on {
    border-color: #f00;
    background: #f00
}

.pwArea input {
    margin-top: 30px;
    height: 56px;
    text-align: center
}

.pwArea .btnArrowB {
    display: inline-block;
    margin-top: 5px;
    padding-right: 14px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #0070f0;
    background: url("../images/txt.png") no-repeat center right/5px auto
}

.pwArea .btnArL {
    margin-right: 20px;
}

.pwArea .btnArR {
}

/* @media only screen and ( max-width:767px) {
    .pwArea .password {display:block}
    .pwArea input {position:absolute; top:-99999px; left:-99999px}
} 가상키패드가 입력이 되지 않음 21.07.28*/
.errorDot {
    border-color: #f00 !important;
    color: #f00
}

.error {
    margin-top: 15px;
    line-height: 16px;
    font-size: 11px;
    font-weight: 500;
    color: #f00
}

/* 결제환경 등록 & 제휴몰 연결 */

.checkList {
    margin-top: 24px
}

.checkList div {
    position: relative
}

.checkList div + div {
    margin-top: 24px
}

.checkList div label strong {
    display: block;
    margin-bottom: 5px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 700
}

.checkList div label strong.icoLock {
    padding-left: 26px;
    background: url("../images/ico-lock-b.png") no-repeat 4px 5px/16px
}

.checkList div label strong img {
    display: inline;
    height: 27px;
    vertical-align: top
}

.checkList div label span {
    display: block;
    line-height: 22px;
    font-size: 14px;
    opacity: 0.64;
    font-weight: 500
}

.checkList div input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.checkList div input + label {
    display: block;
    padding-left: 32px;
    background: url("../images/ico-check-off.png") no-repeat 0 2px/24px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s
}

.checkList div input:checked + label {
    background-image: url("../images/ico-check.png")
}


/* 카드 선택 */
.cardSwiper {
    margin: 40px -24px 0;
    padding: 0 24px;
    opacity: 0;
    height: 212px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s
}

.cardSwiper .swiper-slide {
    position: relative;
    max-width: 80px;
    width: 80px;
    max-height: 212px;
    min-height: 212px;
    text-align: center
}

.cardSwiper .swiper-slide .img {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    height: 128px
}

.cardSwiper .swiper-slide .img.v2 span {
    margin-left: -23px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.cardSwiper .swiper-slide .img span {
    display: inline-block;
    position: relative
}

.cardSwiper .swiper-slide .img span:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 5px;
    right: 3px;
    width: 24px;
    height: 24px;
    opacity: 0.1;
    background: url("../images/ico-check.png") no-repeat 0 0/100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s
}

/* 2021-08-02 */
.cardSwiper .swiper-slide .img.v2 span:before {
    top: 5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

.cardSwiper .swiper-slide .img span img {
    display: block;
    max-width: 128px;
    max-height: 128px
}

.cardSwiper .swiper-slide p {
    margin-top: 8px;
    max-width: 100% !important;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700
}

.cardSwiper .swiper-slide p span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%
}

.cardSwiper .swiper-slide .btn {
    padding: 0;
    margin-top: 8px;
    width: 80px
}

/* 2021-06-22 */
.cardSwiper .swiper-slide.on .img span:before {
    opacity: 1
}

.cardSwiper .swiper-slide.disabled .img span:before {
    display: none
}

.cardSwiper .swiper-slide.disabled:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6)
}

.cardSwiper .swiper-slide.disabled02 .img:after {
    content: "결제불가";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 70%;
    font-size: 16px;
    font-weight: 700;
    background: rgba(133, 133, 133, .8);
    color: #fff;
}

.cardSwiper .swiper-slide.disabled02 .img span:before {
    display: none;
}

.cardSwiper .swiper-slide.disabled02 p {
    color: rgba(0, 0, 0, .48)
}

.cardSwiper + .btnArrow {
    margin-top: 30px
}

.cardSwiper:first-child {
    margin-top: 34px
}

.cardSwiper.open {
    opacity: 1
}

/* 아이디 찾기 완료 */
.confirmBox {
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    background: #ebf4fe
}

.confirmBox p {
    text-align: center;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700
}

/* 메인 */
.paymentSelectM {
    margin-bottom: 0
}

.paymentSelectM li {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
}

.paymentSelectM li + li {
    margin-top: 12px
}

.paymentSelectM li a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 32px 25px;
    height: 120px;
    background: #fff url("../images/ico-arrow.png") no-repeat right 16px center/32px
}

.paymentSelectM li a strong {
    display: block;
    margin-bottom: 6px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700
}

.paymentSelectM li a strong.icoApp {
    padding-left: 30px;
    background: url("../images/ico-app.png") no-repeat left center/24px
}

.paymentSelectM li a strong .icoNew {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #0070F0
}

.paymentSelectM li a p {
    line-height: 20px;
    font-size: 14px;
    opacity: 0.48
}

.payService {
    margin-top: 32px
}

.payService dt {
    margin-bottom: 14px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700
}

.payService dd {
    overflow: hidden;
    margin: 0 -24px;
    padding: 0 24px
}

.payService dd .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 96px;
    height: 56px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background: #fff
}

.payService dd .swiper-slide img {
    max-width: 100%;
    max-height: 100%
}

/* 설정 메인 */
.setList {
    margin-top: -14px
}

.setList ul li + li {
    border-top: 1px solid #f5f5f5
}

.setList ul li a {
    display: block;
    padding-right: 30px;
    line-height: 55px;
    font-size: 20px;
    font-weight: 500;
    background: url("../images/ico-arrow-b.png") no-repeat right center/24px
}

/* 연결된 제휴몰 */
.affiMall {
    overflow: hidden;
    margin: 0 -24px;
    padding: 0 20px
}

.affiMall .swiper-slide {
    width: 104px;
    text-align: center
}

.affiMall .swiper-slide .imgArea {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    width: 80px;
    height: 80px
}

.affiMall .swiper-slide .imgArea img {
    width: 100%;
    height: 100%
}

.affiMall .swiper-slide p {
    margin-top: 12px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700
}

.affiMall .swiper-slide .btn {
    margin-top: 16px;
    width: 80px
}

/* 결제 환경 관리 */
.tabWrap > ul {
    display: flex;
    margin-bottom: 32px
}

.tabWrap > ul li {
    flex: 1
}

.tabWrap > ul li + li {
    margin-left: 5px
}

.tabWrap > ul li a {
    display: block;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    text-align: center;
    line-height: 46px; /*221213_높이조정*/
    color: #868686;
    font-size: 16px;
    font-weight: 500
}

.tabWrap > ul li.curr a {
    border: 2px solid #000;
    text-align: center;
    line-height: 44px; /*221213_높이조정*/
    color: #000;
    font-weight: 700
}

.tabWrap .tabBox > div {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.tabWrap .tabBox > div.on {
    position: static
}

/* 로그인 221213  */
.tabWrap.v2 {
    margin-top: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.tabWrap.v2 > ul {
    flex: auto;
    position: relative;
    flex-wrap: wrap;
}

.tabWrap.v2 > ul > li {
    min-width: 50%;
}

.tabWrap.v2 > ul > li a {
    line-height: 36px; /*221213_높이조정*/
}

.tabWrap.v2 > ul > li.curr a {
    line-height: 34px; /*221213_높이조정*/
}

.tabWrap.v2 > ul li + li {
    margin-left: 0px
}

.tabWrap.v2 > ul > li:nth-child(1) {
    padding: 0 1px 2px 0;
}

.tabWrap.v2 > ul > li:nth-child(2) {
    padding: 0 0 2px 1px;
}

.tabWrap.v2 > ul > li:nth-child(3) {
    padding: 0 1px 2px 0;
}

.tabWrap.v2 > ul > li:nth-child(4) {
    padding: 0 0 2px 1px;
}

.nextword.on {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 70px 55px 70px 55px;
    color: rgba(0, 0, 0, 0.48);
}

.setMana {
    overflow: hidden;
    margin: 0 -24px;
    padding: 0 24px
}

.setMana .swiper-slide {
    padding: 24px 20px;
    border-radius: 10px;
    border: 1px solid #000;
    width: 256px
}

.setMana .swiper-slide > strong {
    display: block;
    margin-bottom: 28px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700
}

.setMana .swiper-slide ul li {
    position: relative;
    padding-left: 100px;
    text-align: right;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.64)
}

.setMana .swiper-slide ul li + li {
    margin-top: 8px
}

.setMana .swiper-slide ul li strong {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000
}

.setMana .affiMall .swiper-slide {
    padding: 0;
    border: none;
    width: 104px
}

.detail {
    padding: 0 9px;
    text-align: left
}

.detail > strong {
    display: block;
    margin-bottom: 32px !important;
    line-height: 26px !important;
    font-size: 20px !important;
    font-weight: 700
}

.detail ul li {
    position: relative;
    padding-left: 100px;
    text-align: right;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.64);
    letter-spacing: -0.05em
}

.detail ul li + li {
    margin-top: 16px
}

.detail ul li strong {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000
}

.detail + .btnRight {
    margin-top: 12px;
    text-align: right
}

/* 2021-06-25 */
.detail + .btnRight .btn {
    padding: 0;
    min-width: 80px
}

/* 2021-06-25 */


.errorBox .topTxt {
    margin-bottom: 12px
}

.errorBox .txt {
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500
}

.errorBox img {
    display: block;
    margin: 0 auto;
    width: 240px
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7)
}

.loading .inBox {
    margin-top: -40px;
    text-align: center
}

.loading .inBox strong {
    display: block;
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.loading .inBox img {
    animation: loading 1s linear infinite;
    -ms-animation: loading 0.5s linear infinite;
    -moz-animation: loading 0.5s linear infinite;
    -webkit-animation: loading 0.5s linear infinite
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes loading {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-moz-keyframes loading {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

.main .infoTxtS {
    margin-top: 24px;
    opacity: 0.48
}

.main .txtR {
    margin-top: 30px;
    text-align: right
}

.main .txtR .btnArrow {
    margin-top: 0
}

.errorBox.type2 .txt {
    min-height: 78px;
    opacity: 1;
    text-align: center
}

.errorBox.type2 img {
    padding: 46px 0 24px;
    width: 120px;
}


.btnArrowG {
    display: inline-block;
    margin-top: 5px;
    padding-right: 24px;
    background: url("../images/ico-arrow.png") no-repeat right center/16px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    color: #000
}

.btnBottomBack {
    line-height: 56px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.64);
    text-align: center
}

/*-- 2021-08-03 */

.layerLoading .inner {
    background: none;
}

.layerLoading.on .inner {
    height: 20px;
}

.layerLoading .loading {
    height: 20px;
    background: none;
}

.layerLoading.on img {
    height: 10px
}

/* 2021-06-25 */
div.error {
    text-align: center
}

div.error img {
    margin-bottom: 24px;
    width: 120px;
    height: 120px
}

div.error p {
    line-height: 26px;
    font-size: 16px;
    color: #000
}

.appCodeInput .topTxt {
    margin-bottom: 26px
}

.appCodeInput input {
    display: block;
    margin-bottom: 24px;
    border: none;
    border-radius: 12px;
    height: 56px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    letter-spacing: 8px;
    background: #ebf4fe
}

.appCodeInput .txt {
    margin-bottom: 24px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.64;
    font-weight: 500
}

.appCodeInput .txtB {
    text-align: left
}

.btnLine {
    display: inline-block;
    margin: 5px 0 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    font-size: 14px;
    font-weight: 500
}


@media (max-width: 374px) {
    .btnCardSelect a {
        padding-bottom: 5px;
        font-size: 22px
    }

    .topTxt.v2 {
        line-height: 30px;
        font-size: 22px
    }
}

.btnSelect + .inputList {
    margin-top: 10px
}

.terms .boxWhite {
    padding: 15px;
    border: 1px solid #eee;
    background: #f4f4f4
}

.terms table {
    border-top: 1px solid #000;
    width: 100%
}

.terms table th,
.terms table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 14px
}

.terms table td strong {
    font-weight: 700;
    text-decoration: underline;
    font-style: italic
}

/* 2021-07-14 추가 */
.terms table th {
    background: #f4f4f4
}

.terms dl dd p strong {
    display: block;
    margin: 10px 0;
    font-weight: 500
}

.layer .cardSwiper {
    margin: 20px -24px 0
}

.layer .cardSwiper + .btnArrow {
    margin: 20px 0 -24px
}

/* 2021-11-26 */
.txt + .tabWrap {
    margin-top: 10px
}

/*221213_수정 -10px*/
.txt + .tabWrap ul {
    margin-bottom: 6px
}

.mb2 {
    margin-bottom: 2px
}

.mt-12 {
    margin-top: -12px
}

.pt8 {
    padding-top: 8px
}

.inputList + .btnRight {
    margin-top: 8px
}

.inputList + .btnRight .btn {
    min-width: inherit
}

.inputList.v2 li + li {
    margin-top: 10px !important
}

/* 2022-06-30 */
.btnCardSelect.disabled {
    pointer-events: none;
}
