html,
body {
    touch-action: pan-y;
}
#testMatiPage {
    width: 85%;
    max-width: 360px;
    margin: 150px auto 30px;
    padding-bottom: 50px;
}
:root {
    --ck-red-color: #ff9f9f;
    --ck-green-color: #36a800;
    --ck-purple-color: #c67dff;
    --ck-picture-color: #71e800;
    --main-green-color: #70bf54;
    --mati-blue-color: #4193ba;
    --mati-green-color: #03897e;
    --mati-red-color: #f26b50;
    --mati-purple-color: #6e2194;
    --mati-god-1: #4193ba;
    --mati-god-2: #846fcb;
    --mati-god-3: #b05b9c;
    --mati-god-4: #c28f54;
    --text-color: #333333;
    --text-dark-color: #666666;
}
/* ifrma */
iframe {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    border: 0;
}
.iframeLoading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}
/* sidebar */
#sideBar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8001;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--text-color);
}
.leftBar {
    position: absolute;
    width: 100%;
    height: 100%;
}
.rightBar {
    position: absolute;
    right: 0;
    width: 70%;
    max-width: 360px;
    height: 100%;
    padding: 15px;
    background-color: white;
}
.sideLogoWrap {
    position: relative;
    width: 100%;
    height: 60px;
}
.xBtn {
    /* width: 50px; */
    margin: 4px;
    padding: 18px;
    right: 0;
    position: absolute;
}
.sideLogo {
    position: absolute;
    left: 0;
    width: 134px;
}
.sideBarTitle {
    padding: 12px 20px;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.sideBarLiWrap {
    margin-bottom: 20px;
    margin-left: 27px;
}
.sideBarLiWrap li {
    padding: 10px;
    font-size: 15px;
    text-align: left;
}
.sideBarLiWrap li span {
    cursor: pointer;
}
.sideBarTouched {
    position: relative;
    font-weight: bold;
}
.sideBarTouched::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: calc(100%);
    background: var(--text-color);
}
.sideBarLine {
    height: 1px;
    background-color: #e1e1e1;
    border: none;
}
.lazyImg {
    opacity: 0;
}
/* mbti 검사페이지 */
.mbtipageWrapper {
    width: 85%;
    max-width: 360px;
    margin: 64px auto 0;
}
.readyMbtiTopTxt {
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    color: #999999;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.8;
}
.topTxtAround {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #c0c0c0;
    border-radius: 30px;
}
.shareIcon {
    position: absolute;
    top: 24px;
    right: 0;
    width: 25px;
    height: 25px;
}
.mbtiTitle {
    margin: 0 auto;
    padding: 27px 0;
    color: var(--text-color); 
    font-family: 'acuonHeadline';
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
}
.mbtiSubWrap {
    display: flex;
    justify-content: space-evenly;
    color: #666666;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
}
.mbtiSubWrap img {
    width: 80px;
    height: auto;
}
.mbtiSubText div {
    position: relative;
    margin-top: 6px;
    padding-left: 18px;
}
.mbtiSubText div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../assets/img/icon_mati_0.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mbtiChoiceLine {
    color: var(--text-color);
    text-decoration: underline;
}
.colorText {
    color: var(--main-green-color);
}
.matiTagsWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
}
.matiTag {
    width: 29%;
    padding: 4px 11px;
    color: var(--main-green-color);
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid var(--main-green-color);
    border-radius: 15px;
}
.readyMbtiImg {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.sliderWrap {
    position: relative;
    margin: 35px 0;
    min-height: 270px;
}
.slider {
    width: 100%;
    margin: 0 auto;
}
.slider img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.sliderWrap span {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
#arrow_prev {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0), rgba(255,255,255) 100%);
}
.arrow_prev_bg {
    z-index: 9;
    height: 100%;
    width: 80px;
}
.arrow_prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/img/arrow_l.png);
    cursor: pointer;
}
#arrow_next {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255) 100%);
}
.arrow_next_bg {
    z-index: 9;
    height: 100%;
    width: 80px;
}
.arrow_next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/img/arrow_r.png);
    cursor: pointer;
}
/* 플로팅 적용 전 */
/* .rmBtnsWrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 360px;
    margin: 0 auto;
    color: white;
}
.rmStartBtn {
    flex-grow: 1;
    height: 45px;
    margin: 0 auto;
    background-color: var(--main-green-color);
    color: white;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 8px;
    cursor: pointer;
}
.rmResultBtn {
    flex-grow: 1;
    height: 45px;
    margin: 0 auto;
    background-color: #00ab5c;
    color: white;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 8px;
    cursor: pointer;
} */
/* 플로팅 적용 후 */
.rmBtnsWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    color: white;
}
.rmStartBtn {
    flex-grow: 1;
    margin: 0 auto;
    background-color: var(--main-green-color);
    color: white;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    cursor: pointer;
}
.rmResultBtn {
    flex-grow: 1;
    margin: 0 auto;
    background-color: #00ab5c;
    color: white;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    cursor: pointer;
}

.readyMatiText {
    color: #666666;
    font-size: 15px;
}
.readyMbtiSub {
    margin: 10px 0 30px;
    color: #999999;
    font-size: 12px;
    line-height: 1.42;
}
/* .mbtiShareBtn {
    width: 100%;
    height: 45px;
    margin: 10px auto;
    color: var(--text-color);
    background-color: #fff;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    border: 1px solid var(--text-color);
    border-radius: 8px;
    cursor: pointer;
} */
.mbtiBtnWrap {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin: 20px 0;
}
.mbtiBtn {
    height: 48px;
    background-color: #f3f3f3;
    color: #666666;
    font-family: 'AcuonHeadline';
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
}
.mbtiBtnTouch {
    color: white !important;
    background-color: var(--main-green-color) !important;
}
.dnBtn {
    width: 100%;
    height: 44px;
    color: var(--text-color);
    font-family: 'AcuonHeadline';
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 8px;
}
.dnBtnTouch {
    color: white;
    background: #508e28;
    border: 1px solid #508e28;
}
#selectMbtiPage .colorText {
    font-size: 40px;
}
.dim {
    position: fixed;
    top: 0;
    z-index: 8998;
    width: 100%;
    height: 100%;
    background-image: url(../assets/img/dim.png);
}
/* 업라이즈팝업 */
.uprisePop {
    position: fixed;
    z-index: 8999;
    left: 0;
    bottom: -800px; /* 아래에숨어있다가 나옴 50px */
    width: 100%;
    padding: 5%;
    background-color: white;
    font-family: 'AcuonHeadline';
    border: 1px solid #000;
    border-radius: 10px 10px 0 0;
}
.uprise {
    animation: uprise 950ms ease both;
}
.downrise {
    animation: downrise 650ms ease both;
}
/* uprisePop animation */
@keyframes uprise {
    from {
        bottom: -200px;
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    to {
        bottom: 0px;
        opacity: 1;
    }
}
/* uprisePop animation */
@keyframes downrise {
    from {
        bottom: 0px;
        opacity: 1;
    }
    60% {
        opacity: 0.3;
    }
    to {
        bottom: -400px;
        opacity: 0;
    }
}
.upopTop {
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: -0.3px;
}
.upopTop p:nth-child(1) {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.3;
}
.upopTop p:nth-child(2) {
    color: var(--main-green-color);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}
.upopTop p:nth-child(3) {
    color: #666666;
    font-size: 11px;
    line-height: 2.5;
}
.upopBottom {
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 0;
}
.upopBottomTextWrap {
    display: flex;
    justify-content: space-between;
    color: #666666;
    font-size: 12px;
    line-height: 1.4;
}
.upopBottomTextWrap img {
    width: 60%;
}

.acuonFooter {
    padding: 40px 0 70px;
    color: #999999;
    font-size: 10px;
    line-height: 1.2;
}
.acuonCopy {
    font-size: 10px;
    -webkit-transform: scale(0.7);
}
.footerLogo {
    width: 100px;
    margin-top: 15px;
}
/* mbti 결과페이지 */
#matiResultPage {
    width: 100%;
    margin: 64px auto 0;
}
.matiResultTop {
    padding: 0 5%;
    margin: 0 auto 30px;
}
.mbtiResTitle {
    padding: 27px 0;
    font-family: 'AcuonHeadline';
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}
.mbtiResultImgWrap {
    position: relative;
    max-width: 360px;
    margin: 20px auto 0;
    min-height: 200px;
    font-size: 12px;
}
.mrGuageWrap {
    max-width: 360px;
    margin: 0 auto;
}
.mrGodSu {
    font-size: 15px;
    color: var(--text-dark-color);
    margin-bottom: 10px;
}
.mrGodName {
    font-size: 35px;
    font-family: 'AcuonHeadline';
    font-weight: bold;
}
.mrGodImg {
    width: 180px;
}
.mrMbtiText {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.mrBubbleL {
    top: 45%;
    left: 0;
}
.mrBubbleR {
    top: 0;
    right: 0;
}
.mrGuageGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 29px;
}
#bubbleTextR {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 85%;
    word-break: keep-all;
}
#bubbleTextL {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 85%;
    word-break: keep-all;
}
.mbtiResultImgWrap svg {
    position: absolute;
    top: 0;
    left: 0;
}
.mbtiResultImgWrap div {
    position: absolute;
    padding: 18px 10px;
    width: 85px;
    height: 85px;
    line-height: 1.5;
}
.mrGuaAlpa {
    font-family: 'AcuonHeadline';
    /* font-weight: bold; */
    font-size: 19px;
}
.mrOI {
    color: var(--mati-blue-color);
}
.mrTP {
    color: var(--mati-green-color);
}
.mrCA {
    color: var(--mati-red-color);
}
.mrSR {
    color: var(--mati-purple-color);
}
.mrGuaKo {
    color: var(--text-dark-color);
    font-size: 12px;
}
.mrGuageBarBg {
    position: relative;
    width: 70%;
    height: 23px;
    background: #ffffff;
    border: 1px solid #000;
    border-radius: 50px;
}
.mrGuageBar {
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    border-radius: 50px;
}
.mrGuageValL {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 13px;
}
.mrGuageValR {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-dark-color);
    font-size: 13px;
}
.mrGuageBgImg {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
}
#guageOI {
    background-color: var(--mati-blue-color)
}
#guageTP {
    background-color: var(--mati-green-color)
}
#guageCA {
    background-color: var(--mati-red-color);
}
#guageSR {
    background-color: var(--mati-purple-color);
}
.matiResultBottom {
    position: relative;
    padding: 0 5% 20px;
    margin: 0 auto;
    background-color: #f9f9f9;
    font-size: 15px;
    line-height: 1.67;
}
.mrInfoCompare {
    max-width: 360px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.67;
    text-align: justify;
}
#matiReSultBasic {
    text-align: justify;
    /* white-space: break-spaces; */
    white-space: pre-line;
}
.mrInfoGuageWrap {
    max-width: 360px;
    margin: 0 auto 20px;
    padding-top: 25px;
    text-align: justify;
}
.mrInfoGrop {
    max-width: 360px;
    margin: 0 auto 20px;
    padding-top: 25px;
    text-align: justify;
    white-space: pre-line;
}
.mrInfoTextWrap {
    max-width: 360px;
    margin: 0 auto 20px;
    text-align: justify;
}
.mrInfoTitle{
    display: flex;
    justify-content: space-around;
    width: 235px;
    margin: 0 auto;
    padding: 5px 25px;
    color: #000;
    background: #fff;
    font-family: 'AcuonHeadline';
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 50px;
}
.mrInfoTitle span {
    margin: 0 auto;
}
.mrInfoDot {
    text-align: center !important;
    font-size: 25px !important;
    font-family: fantasy !important;
    line-height: 0.7 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mrBottomPopup {
    max-width: 460px;
    margin: 0 auto;
    /* position: fixed;
    z-index: 8999;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 100%;
    padding: 20px 5% 35px;
    background-color: white;
    font-family: 'AcuonHeadline';
    border: 1px solid #000;
    border-radius: 10px 10px 0 0; */
}
.mrBottomPopup .text {
    margin-bottom: 26px;
    font-family: 'AcuonHeadline';
    font-size: 15px;
    line-height: 1.5;
}
.mrBottomPopup .underText {
    position: relative;
    z-index: 1;
}
.underText::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 8px;
    bottom: -1px;
    left: 0;
    background: #e4efff;
}
.mrBottomPopImg {
    width: 85%;
}
.patiModal_pc-txt .underText {
    position: relative;
    z-index: 1;
}
.patiModal-end-txt .underText {
    position: relative;
    z-index: 1;
}
.abcGuageWrap {
    margin-top: 20px;
}
.guagesWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.mrAbcTitle {
    color: var(--text-dark-color);
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.mrAbcEn {
    color: var(--text-dark-color);
    font-size: 9px;
    font-weight: bold;
    text-align: left;
}
.mrAbcGuageBg {
    position: relative;
    width: 72%;
    height: 23px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
}
.mrAbcBar {
    position: absolute;
    top: -1px;
    left: -2px;
    height: calc(100% + 2px);
    background-color: var(--main-green-color);
    border-radius: 50px;
}
.mrAbcNumL {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 13px;
    line-height: 1;
}
.mrAbcNumR {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: var(--text-dark-color);
    font-size: 13px;
    line-height: 1;
}
.mrPropenWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;

    margin-top: -20px;
}
.propenTable {
    position: relative;
    height: 60px;
    background-color: #eeeff3;
    font-size: 10px;
    border-radius: 5px;
    word-break: keep-all;
}
.propenImg {
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.propenTable span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 3px;
    font-family: 'NanumSquareRound';
    font-weight: bold;
}
.mrBtnsWrap {
    display: flex;
    /* margin: 20px auto 50px; */
    margin: 20px auto 20px;
    gap: 10px;
    width: 90%;
    max-width: 360px;
}
.mrShareBtn {
    flex-grow: 1;
    width: 50%;
    height: 45px;
    max-width: 360px;
    margin: 0 auto;
    color: var(--text-color);
    background-color: #ffffff;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 8px;
}
.mrDetailBtn {
    flex-grow: 1;
    width: 50%;
    height: 45px;
    margin: 0 auto;
    background-color: var(--main-green-color);
    color: white;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 8px;
}
/* .patiShareBtn {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 35px;
    background-color: #ffffff;
    color: var(--text-color);
    font-family: 'AcuonHeadline';
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 8px;
} */
/* 버튼들 */
.flotingBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: var(--main-green-color);
    color: white;
    font-family: 'AcuonHeadline';
    font-weight: bold;
    font-size: 20px;
}
.ntBtn {
    width: 100%;
    height: 50px;
    max-width: 360px;
    background-color: var(--main-green-color);
    color: white;
    font-family: 'AcuonHeadline';
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 8px;

    /* test */
    margin: 20px 0;
}
/* mati검사란? */
#whatMatiPage {
    max-width: 600px;
    margin: 0 auto;
    padding: 64px 5% 0;
}
.whatMatiImg {
    width: 80%;
    height: auto;
    margin: 20px auto;
}
.matiLetterGroup {
    margin-bottom: 40px;
}
.matiLetterTitle {
    /* display: flex;
    justify-content: space-between; */
    padding: 20px 0;
    font-size: 40px;
}
.matiTitleL {
    color: #659554;
    font-family: 'AcuonHeadline';
    font-weight: bold;
}
.matiTitleC {
    color: #133000;
    font-size: 24px;
}
.matiTitleR {
    color: var(--main-green-color);
    font-family: 'AcuonHeadline';
    font-weight: bold;
}
.matiLetterSub {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.matiSubL {
    width: 50%;
    padding: 15px 0 15px 10px;
    background-color: #e1f9bb;
    border-radius: 15px 0 0 15px;
    text-align: left;
    line-height: 1.3;
}
.matiSubL p {
    text-align: left;
} 
.matiSubTitleL {
    margin-bottom: 7px;
    color: #659554;
    font-size: 23px;
    font-weight: bold;
}
.matiSubR {
    width: 50%;
    padding: 15px 10px 15px 0;
    background-color: #f1ffda;
    border-radius: 0 15px 15px 0;
    text-align: right;
    line-height: 1.3;
}
.matiSubR p {
    text-align: right;
}
.matiSubTitleR {
    margin-bottom: 7px;
    color: var(--main-green-color);
    font-size: 23px;
    font-weight: bold;
    text-align: right;
}
.matiSubText {
    color: #133000;
    font-size: 13px;
    font-weight: 200;
}
/* MATI 유형 */
#matiTypePage {
    padding: 64px 5% 60px;
}
.matiTypeTitle {
    padding: 30px 0;
    font-family: 'AcuonHeadline';
    font-weight: bold;
    font-size: 22px;
}
.matiTypeGroup {
    margin-bottom: 15px;
    padding: 15px 30px;
    border-radius: 10px;
}
.matiType_0 {
    color: #4193ba;
    background-color: #f2faff;
}
.matiType_1 {
    color: #846fcb;
    background-color: #f5f2ff;
}
.matiType_2 {
    color: #b05b9c;
    background-color: #fff5fa;
}
.matiType_3 {
    color: #c28f54;
    background-color: #fffdeb;
}
video {
    width: 200px;
    height: auto;
}
.matiTypeGif {
    width: 180px;
    height: auto;
}
.matiTypeGodName {
    font-size: 35px;
    font-family: 'AcuonHeadline';
    font-weight: bold;
}
.matiTypeTagWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin: 15px auto;
    max-width: 280px;
}
.matiTypeTag {
    padding: 5px 10px;
    color: var(--text-dark-color);
    background-color: #fff;
    font-size: 12px;
    border: 1px solid var(--text-dark-color);
    border-radius: 20px;
}
.matiTypeSub {
    color: var(--text-color);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 200;
    text-align: left;
    /* word-break: keep-all; */
}
.matiTypePhrase {
    margin: 20px 0;
    color: #999999;
    font-family: 'AcuonHeadline';
    font-size: 15px;
    line-height: 1.24;
    word-break: keep-all;
}
/* 인성검사 페이지 */
#personaltestPage {
    padding: 64px 0 0;
}
.patiPageWrapper {
    width: 100%;
    margin: 0 auto;
    padding: 64px 0 0;
}
#patiResultPage {
    width: 100%;
    padding: 64px 0 0;
    margin: 0 auto;
}
.patiReulstTopWrp {
    width: 90%;
    margin: 0 auto;
}
.patiReadyTop {
    /* max-width: 360px;*/
    padding: 0 5%;
    /* margin: 0 auto; */
}
.patiSubTxt {
    margin: 0 auto;
    color: #666666;
    font-size: 12px;
    line-height: 1.67;
}
.patiSubBox {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 360px;
    margin: 35px auto;
    padding: 20px 26px;
    color: #4e4e4e;
    background-color: #f6f6f6;
    font-size: 14px;
    border-radius: 10px;
    text-align: left;
    word-break: keep-all;
    line-height: 1.3;
}
.patiSubBox div {
    text-align: left;
}
.patiSubBox span {
    font-weight: bold;
}
.patiSubGray {
    margin: 20px auto;
    color: #999999;
    font-size: 12px;
    line-height: 1.2;
}
.patiDashWrap {
    position: relative;
    margin-top: 50px;
}
.patiDotLine {
    margin: 0;
    padding: 0;
    border-top: 2px dashed #333;
}
.dashIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}
.patiReadyBottom {
    padding: 0 5%;
    background-color: #f6f6f6;
}
.patiReadyBottomIn {
    max-width: 360px;
    margin: 0 auto;
    padding-top: 35px;
}
.phoneImg {
    position: relative;
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.mobileBg {
    width: 100%;
    height: auto;
}
.mobileIn {
    position: absolute;
    top: 9.5%;
    left: 3.6%;
    width: 93%;
    height: auto;
}
.rpSubWrap {
    width: 90%;
    margin: 20px auto 30px;
    color: var(--text-dark-color);
    font-size: 12px;
    line-height: 1.67;
    word-break: keep-all;
}
.rpSubWrap p {
    position: relative;
}
.rpSubWrap p::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 25px;
    background: url(../assets/img/icon_pati_0.png) no-repeat;
    background-size: cover;
}
.rpTitle {
    width: 185px;
    margin: 35px auto 20px;
    padding: 8px 37px;
    color: #000;
    background: #fff;
    font-family: 'AcuonHeadline';
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    border: 1px solid #000;
    border-radius: 50px;
}
.linkBtn {
    color: var(--main-green-color);
    background: none;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}
.rpHowTest {
    width: 100%;
    margin: 35px 0;
}
/*pati 결과*/
.patiSubSmall {
    margin-top: -17px;
    color: var(--text-dark-color);
    font-size: 12px;
    line-height: 1.5;
    word-break: keep-all;
}
.patiTagWarp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 360px;
    margin: 20px auto;
    white-space: nowrap;
}
.patiTag {
    padding: 4px 11px;
    color: var(--main-green-color);
    font-size: 12px;
    border: solid 1px var(--main-green-color);
    border-radius: 15px;
    white-space: nowrap;
}
/* 차트 */
#chartWrap {
    width: 100%;
    margin: 0 auto;
}
.dotLine {
    margin: 0;
    border-top: 2px dashed #828282;
}
.patiResultCredi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 5%;
    position: relative;
}
.prTitle {
    color: var(--text-dark-color);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    width: 50px;
}
.patiGuageBg {
    position: relative;
    width: 80%;
    height: 23px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
}
.prCrediImg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-7%, -50%);
    width: 40px;
    background: white;
    border-radius: 50%;
}
.prCrediBar {
    position: absolute;
    width: 65%;
    height: 100%;
    background: #68c0dc;
    border-radius: 20px;
}
.patiResultPart {
    padding-top: 20px;
}
.patiResultBottom {
    padding: 0 5%;
    background: #f6f6f6;
}
.awarenessWrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 25px;
}
.awareness {
    width: 75%;
    padding: 10px;
    background-color: white;
    color: #333;
    font-family: 'AcuonHeadline';
    font-weight: bold;
    font-size: 17px;
    border: 1px solid #000000;
    border-radius: 40px;
}
.awarenessNum {
    padding: 10px;
    background-color: #68c0dc;
    color: #fff;
    font-family: 'AcuonHeadline';
    font-weight: bold;
    font-size: 20px;
    border-radius: 40px;
}
.patiResultText {
    text-align: justify;
    white-space: pre-line;
    /* white-space: pre-wrap; */
    line-height: 1.4;
}
.prPartDataWrap {
    margin-bottom: 45px;
}
.phoneInput {
    width: 100%;
    height: 25px;
    max-width: 360px;
    margin-top: 10px;
    border: 1px solid var(--text-color);
    border-radius: 8px;
}
@media screen and (max-width: 350px) {
    .mbtiSub {
        font-size: 14px;
    }
}
.shareModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9001;
    background: rgb(0, 0, 0, 0.6);
}
.share-bg {
    position: fixed;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 25%;
    width: 100%;
    max-width: 350px;
}
.share-bg img {
    width: 100%;
}
.share-txt {
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    top: 6%;
}
.share-txt span {
    position: absolute;
    color: #111111;
    font-size: 24px;
    font-family: 'NotoSansBold';
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.btn-share-div {
    position: absolute;
    transform: translate(-50%, -0%);
    left: 50%;
    bottom: 10%;
    width: 100%;
    height: 64%;
}
.btn-share-div img {
    width: 25%;
    position: relative;
    top: 28%;
    padding: 0 7px;
}
._none {
    display: none;
}
.share-xBtn {
    position: absolute;
    transform: translate(-0%, 0%);
    right: 10%;
    top: 10%;
    width: 4%;
}
.bannerWrap {
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
.eventBanner {
    width: 90%;
    max-width: 480px;
    margin: 0 auto 30px;
}
.patiModal-bg {
    position: fixed;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 25%;
    width: 90%;
    max-width: 350px;
    height: 190px;
    padding: 15px 15px 20px;
    background-color: #ffffff;
    border-radius: 10px;
}
.patiModal-x {
    float: right;
    width: 25px;
    height: 25px;
    padding: 5px;
}
.patiModal-txt {
    margin: 45px 0 24px;
    color: #595959;
    font-size: 15px;
    font-family: "AcuonHeadline";
    line-height: 1.3;
}
.patiModal-btn {
    width: 100%;
    height: 45px;
    color: #ffffff;
    background-color: var(--main-green-color);
    border: solid 1px #333333;
    border-radius: 8px;
    font-family: "AcuonHeadline";
    font-size: 20px;
    cursor: pointer;
}
.patiModal_pc-bg {
    position: fixed;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 25%;
    width: 90%;
    max-width: 350px;
    height: 190px;
    padding: 15px 15px 20px;
    background-color: #ffffff;
    border-radius: 10px;
}
.patiModal_pc-x {
    float: right;
    width: 25px;
    height: 25px;
    padding: 5px;
}
.patiModal_pc-txt {
    margin: 31px 0 20px;
    color: #595959;
    font-size: 15px;
    font-family: "AcuonHeadline";
    line-height: 1.4;
}
.patiModal_pc-btn {
    width: 100%;
    height: 45px;
    color: #ffffff;
    background-color: var(--main-green-color);
    border: solid 1px #333333;
    border-radius: 8px;
    font-family: "AcuonHeadline";
    font-size: 20px;
    cursor: pointer;
}
.patiModal-end-bg {
    position: fixed;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 25%;
    width: 90%;
    max-width: 350px;
    height: 190px;
    padding: 15px 15px 20px;
    background-color: #ffffff;
    border-radius: 10px;
}
.patiModal-end-x {
    float: right;
    width: 25px;
    height: 25px;
    padding: 5px;
}
.patiModal-end-txt {
    margin: 42px 0 25px;
    color: #595959;
    font-size: 15px;
    font-family: "AcuonHeadline";
    line-height: 1.6;
}
@media screen and (max-width: 380px) {
    .rpSubWrap p::before {
        left: 15px;
    }
}
@media screen and (max-width: 330px) {
    .patiSubBox {
        padding: 20px 22px;
        font-size: 12px;
    }
    .rpSubWrap p::before {
        left: -5px;
    }
    .matiTag {
        padding: 4px 6px;
    }
    .readyMatiText {
        font-size: 14px;
    }
}