/* common */

:root {
    --max-width: 420px;
}

.mobile-aos,
.mobile-ios,
.mobile-text {
    display: none;
}

.qr-code {
    width: 120px;
}

.color-primary {
    color: #53D9C1;
}

b.color-primary {
    font-weight: 600;
}

.btn {
    float: none !important;
    display: block;
    width: 100%;
    position: relative;
    border-radius: 4px !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0;
    box-sizing: border-box;
    border: 0;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

.btn-group {
    display: block;
    width: 100%;
    margin-top: 12px;
}

.btn-primary {
    background-color: #A0F0E0;
    color: #333;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #53D9C1;
    color: #333;
}

.btn-info {
    background-color: #000;
    color: #A0F0E0;
    font-weight: 600;
}

.btn-info:hover,
.btn-info:active {
    background-color: #222;
    color: #A0F0E0;
}

.btn-success {
    background-color: #D0F7EF;
    color: #000;
}

.btn-success:hover,
.btn-success:active {
    background-color: #A0F0E0;
    color: #000;
}

.badge {
    height: 22px;
    padding: 5px 10px;
    background-color: #333;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50px;
}


h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}

.desc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background-color: #EBFFFB;
    padding: 14px 16px;
    box-sizing: border-box;
    word-break: keep-all;
}

.desc>p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
}

.desc>img {
    height: 24px;
}


.noti {
    display: inline-block;
    padding: 4px 8px;
    background-color: #E7FBF7;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    border-radius: 14px;
}

.container-fluid {
    padding: 0;
    margin: 0 auto;
}

/* web qr */
.web .item-group {
    width: 152px;
    margin: 30px auto 0 !important;
    text-align: center;
}

.web .item-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 26px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #A0F0E0;
    background-color: #000;
    border-radius: 30px;
}

/* content-top */
.content-top {
    position: relative;
}

.content-top>.title .connect {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 18px 20px;
    background-color: #A0F0E0;
    color: #000;
}

.content-top>.title .connect h5 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.content-top>.title .connect p {
    font-size: 14px;
    line-height: 18px;
}

.content-top .tit-group {
    padding: 16px 20px 30px;
    box-sizing: border-box;
    text-align: center;
}

.content-top .tit-group .img-box {
    margin-top: 24px;
    padding-bottom: 10px;
}

.content-top .tit-group .img-box span {
    display: block;
    margin-top: 8px;
    color: #444;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 16.128px;
}

.content-top .tit-group .s-tit {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.content-top .tit-group .s-tit b {
    background: #C9FAF1
}

.content-top .tit-group .subj {
    margin-top: 16px;
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/*.content-mid*/

.ic-tab-arrow {
    overflow: hidden;
    position: fixed;
    top: 50%;
    right: 20px;
    width: 42px;
    height: 42px;
    background: #53D9C1;
    border-radius: 100%;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.25);
    animation: bouncy 1.5s ease-in-out infinite;
    z-index: 100;
}

.ic-tab-arrow span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
}

.ic-tab-arrow span:nth-of-type(1) {
    transform: translate(23px, 17px) rotate(-135deg);
    animation: arrows 2s linear infinite 0.6s;
    animation-direction: normal;
}

.ic-tab-arrow span:nth-of-type(2) {
    transform: translate(16px, 17px) rotate(-135deg);
    animation: arrows 2s linear infinite 0.3s;
    animation-direction: normal;
}

.ic-tab-arrow span:nth-of-type(3) {
    transform: translate(9px, 17px) rotate(-135deg);
    animation: arrows 2s linear infinite;
    animation-direction: normal;
}

@keyframes bouncy {

    0%,
    100% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(2px);
    }
}

@keyframes arrows {
    0% {
        opacity: 0;
        transform: translate(-20px, 17px) rotate(-135deg);
    }

    30% {
        opacity: 1;
        transform: translate(10px, 17px) rotate(-135deg);
    }

    60% {
        opacity: 1;
        transform: translate(23px, 17px) rotate(-135deg);
    }

    100% {
        opacity: 0;
        transform: translate(40px, 17px) rotate(-135deg);
    }
}

.content-mid {
    width: 100%;
    margin: 0 auto;
}

.section.aos {
    padding-bottom: 130px;
}

.section.ios {
    padding-bottom: 98px;
}

.step-group {
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    margin: 0 24px;
}

.step .header-group {
    padding: 40px 24px 24px;
}

.step .header-group .badge {
    margin-bottom: 16px;
}

.step .header-group p {
    margin-top: 12px;
}

.step .img-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 24px;
    background-color: #F5F5F5;
}

.step .img-group>.btn-group .noti {
    margin-bottom: 10px;
    background: #E6E6E6;
}

.step .img-group>img {
    width: 100%;
    max-width: 280px;
}

/*설치전 확인*/

.caution {
    margin-top: 32px;
    padding-bottom: 50px;
    background-color: #000;
}

.caution+.caution {
    margin-top: 0;
    border-top: 1px solid rgba(160, 240, 224, 0.5);
}

.caution>header {
    padding: 40px 24px 24px;
    text-align: center;
    color: #fff;
}

.caution>header>h2 {
    margin-top: 8px;
    margin-bottom: 16px;
}

.caution>header>.ic-bang {
    margin-top: 8px;
}

.caution>header>p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.caution .box {
    padding: 12px 0;
    background-color: #fff;
    border: 4px solid #53D9C1;
    border-radius: 8px;
    color: #333;
    font-weight: 700;
}

.caution .box img {
    width: 24px;
    height: 24px;
    border: 0;
    margin-top: -1px;
}

.caution>.btn-group {
    margin-top: 16px;
    padding: 0 24px;
}

/*하단 앱다운로드 */
.app-down {
    position: fixed;
    bottom: -24px;
    width: 100%;
    padding: 24px 24px 48px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.10);
}

.app-down .txt-icon {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.app-down .txt-icon img {
    width: 20px;
    height: 20px;
}

.app-down img.ic-connector {
    width: 25px;
    height: 25px;
    margin-right: -1px;
    margin-top: -2px;
}

.app-down .app-down-text-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.app-down .btn span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}

.app-down .ic-ios span:before,
.app-down .ic-android span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-down .ic-ios span:before {
    background: url('../images/icn-apple@3x.png') no-repeat center / cover;
    width: 16px;
    height: 16px;
    margin-top: -2px;
}

.app-down .ic-android span:before {
    background: url('../images/icn-android@3x.png') no-repeat center/cover;
    width: 18px;
    height: 16px;
}

/*tab*/
.tab-group {
    padding-top: 44px;
}

.tab-group .tab-link {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    top: 108px;
}

.tab-group.active .tab-link {
    position: fixed;
    top: 0;
    z-index: 2;
}

.tab-group .tab-link li {
    flex: 1;
}

.tab-group .tab-link li a {
    display: flex;
    justify-content: center;
    padding: 16px 0 6px;
    border-bottom: 2px solid #F0F0F0;
    color: #B3B3B3;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}

.tab-group .tab-link li.active a {
    border-bottom-color: #000;
    color: #000;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/*popup*/
.contents-popup {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 24px;
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: center;
}

.contents-popup.active {
    display: flex;
}

.contents-popup .popup-container {
    max-width: 312px;
    border-radius: 8px;
    background: #FFF;
    padding: 24px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.contents-popup .popup-container .tit-box p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    word-break: keep-all;
}

.contents-popup .popup-container .btn-box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.contents-popup .popup-container .btn-box a {
    flex: 1;
    display: flex;
    max-width: 132px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
}

.contents-popup .popup-container .btn-box a.gray-btn {
    background-color: #F0F0F0;
}

.contents-popup .popup-container .btn-box a.primary-btn {
    background-color: #A0F0E0;
}

/*경고*/
.warning {
    margin-top: 10px;
    display: none;
}

.warning a {
    font-size: 10px;
    color: #33CCBD;
    border: 1px solid #33CCBD;
    padding: 5px 10px;
    border-radius: 5px;
}

.btn .progressbar {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    background-color: #3BB0B4;
    border-radius: 8px;
}