@charset "UTF-8";
/* @import url("./style.css"); */
@import url("../seoul24.css");

/* ·Î±×ÀÎ ÆäÀÌÁö - º°µµ */
header .logo {
    cursor: pointer;
    width: 227px;
    height: 80px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-position: 0 -438px;
    margin: 40px auto 82px;
    background-size: 979px;
}

.loginPage .textContent {
    text-align: center;
    margin: 160px 0 60px;
}

.loginTop {
    margin-bottom: 36px;
    text-align: center;
}

.myPage,
.loginPage {
    margin: 0 auto;
    width: 380px;
}

.loginContent {
    position: relative;
    margin: 0 auto 36px;
}

.loginContent .seoulLogo {
    display: inline-block;
    vertical-align: bottom;
    width: 67px;
    height: 22px;
    overflow: hidden;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-position: -271px -199px;
    background-size: 979px;
}

.contentBlockTitle {
    position: relative;
    text-align: center;
}

.contentBlockTitle .goBackBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 0;
    width: 40px;
    height: 40px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-position: -61px -62px;
    background-size: 979px;
}

.joinForm {
    margin-top: 30px;
}

.loginBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subBox {
    margin: 126px 0 0;
}

.myPageTabContent {
    display: none;
}

.myPageTabContent.on {
    display: block;
}

.myPage .myPageTabContent .btnWrap {
    margin-top: 35px;
}

.mypageBox .layout-row,
.subBox .layout-row,
.joinBox .layout-row,
.loginBox .layout-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
}

.subBox .layout-row .inputBox,
.joinBox .layout-row .inputBox,
.loginBox .layout-row .inputBox {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.mypageBox .layout-row .textWrap,
.mypageBox .layout-row .inputBox {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.myPageTabContent .layout-row {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid var(--text-gray-300);
}

.myPageTabContent .layout-row:first-child {
    padding-top: 0;
}

.myPageTabContent .layout-row:last-of-type {
    border-bottom: 0;
    padding: 25px 0 0;

}

.joinBox .layout-row {
    margin-bottom: 40px;
}

.loginBox .layout-row:not(:last-of-type) {
    margin-bottom: 15px;
}

.layout-row .subButton {
    cursor:pointer;
    box-sizing: border-box;
    padding: 5px 0;
    border: 1px solid var(--bg-primary-100);
    background: var(--text-white);
    border-radius: 20px;
    width: 170px;

}

.inputBox .textWrap {
    box-sizing: border-box;
    width: 100%;
    background: var(--text-white);
    padding: 12px 20px;
    border-radius: 4px;
    min-height: 48px;
}

.inputBox .inputWrap {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--text-gray-300);
    background: var(--text-white);
    padding: 5px 8px 5px 20px;
    border-radius: 4px;
    min-height: 48px;
}

.myPageForm .inputBox input[type="text"],
.joinForm .inputBox input[type="text"],
.loginForm .inputBox input[type="text"],
.myPageForm .inputBox input[type="password"],
.joinForm .inputBox input[type="password"],
.loginForm .inputBox input[type="password"] {
    width: 100%;
    min-height: 36px;
    border: 0;
    background: 0;
    padding: 0;
    border-radius: 0;
    color: var(--text-gray-500);
}

.inputBox input[type="text"]:focus-visible,
.inputBox input[type="password"]:focus-visible {
    color: var(--text-black);
}

.loginPage .textareaWrap {
    position: relative;
    border: 1px solid var(--text-gray-300);
    border-radius: 4px;
    padding: 12px 20px 24px;
}

.textareaWrap .textLengthWrap {
    position: absolute;
    right: 20px;
    bottom: 12px;
    display: flex;
    gap: 3px;
}

.loginPage textarea {
    color: var(--text-gray-500);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin-bottom: 12px;
    resize: none;
    width: 100%;
    overflow: hidden;
}

.loginPage textarea::placeholder {
    font-family: 'pretendard';
}

.loginPage textarea:focus-visible {
    color: var(--text-black);
}

.input-row {
    display: flex;
    gap: 10px;
}

.input-row .rightSide {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
    align-items: center;
}

.input-row .rightSide .endText {
    padding: 0 8px;
}

.input-row .rightSide .inputBtnWrap {
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
}

.inputBtnWrap .inputBtn {
    border: 0;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    padding: 6px 16px;
    border-radius: 6px;
    background: var(--text-black);
}

.inputBtnWrap .inputBtn:disabled {
    background: var(--text-gray-600);
}

.inputBtnWrap .inputBtn.cancel {
    background: var(--text-gray-300);
    color: var(--text-gray-600);
}


.inputBtnWrap .inputBtn.done {
    color: var(--text-white);
    background: var(--text-gray-400);
}

.passwordinputWrap {
    position: relative;
}

.inputWrap input[type="password"]:focus,
.inputWrap input[type="text"]:focus {
    outline: none;
}

.inputWrap:focus-within {
    transition: all .1s;
    border: 2px solid var(--text-black);
    color: black;
}

.inputBox .showPassword {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-position: -569px -385px;
    background-size: 979px;
}

.inputBox .showPassword.show {
    animation: 0;
    background-position: -535px -385px;
}

.nicknameCheck {
    cursor: pointer;
    right: 12px;
    width: 38px;
    height: 38px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-position: -494px -384px;
    background-size: 979px;
}

.inputBox label .labelInfo {
    padding-left: 4px;
}

.inputBox .chkList {
    display: flex;
    flex-direction: column;
    gap: 0;
}


/* checkbox */
.chkInput {
    display: flex;
    padding: 4px 0;
    gap: 4px;
}

.chkInput .chkInputWrap {
    display: flex;
    gap: 7px;
}

.agreement li:first-child .chkInput {
    border-bottom: 1px solid var(--text-gray-300);
    padding-top: 0;
}

.chkList li:last-child .chkInput {
    padding-bottom: 0;
    border-bottom: 0;
}

.chkInput input[type="checkbox"] {
    display: none;
    width: 14px;
}

.chkInput input[type="checkbox"]+label {
    display: flex;
    align-items: flex-top;
    cursor: pointer;
    gap: 6px;
}

.chkInput input[type="checkbox"]+label>span {
    vertical-align: middle;
}

.chkInput input[type="checkbox"]+label:before {
    box-sizing: border-box;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid var(--text-gray-700);
    border-radius: 3px;
    margin-top: 5px;
}

.chkInput input[type="checkbox"]:checked+label:before {
    content: "";
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png");
    background-repeat: no-repeat;
    background-position: -389px -259px;
    background-size: 979px;
}

.showAccess {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-position: -720px -16px;
    margin-top: 4px;
    background-size: 979px;
}

.joinForm .loginForm input,
.joinForm input:first-child {
    margin-bottom: 0;
}

.loginPageWrap .loginButton {
    margin-top: 27px;
}

.loginButton {
    transition: all .3s;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 14px 40px;
    width: 100%;
    background: var(--text-black);
    border: 0;
    border-radius: 100px;
}

.loginButton.block {
    background: var(--text-gray-500);
}

.loginButton:disabled {
    background: var(--text-gray-600);
}

.loginButton.primary {
    background: var(--bg-primary-100);
}

/* °£Æí·Î±×ÀÎ */
.loginPage .socialLoginBtn {
    position: relative;
    margin: 16px 0 45px;
}

.socialLoginBtn.socialLayout {
    margin: 121px 0 62px;
}

.socialLoginBtn.socialLayout div span {
    display: block;
    text-align: center;
}

.socialLoginBtn.socialLayout ul.loginBtnList {
    margin-top: 21px;
}

.loginPage .socialLoginTitle {
    position: relative;
    text-align: center;
}

.myPage .btnWrap,
.loginPage .btnWrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 27px
}

.socialLoginTitle span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: var(--text-white);
    padding: 0 8px;
    text-align: center;
}

.socialLoginTitle:after {
    z-index: 0;
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: -16px;
    width: 100%;
    height: 1px;
    background: var(--text-gray-400);
}

.loginPage .socialLoginBtn ul {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.loginPage .socialLoginBtn ul li a>div {
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat; 
    background-size: 979px;
}


.loginPage .socialLoginBtn ul li:nth-child(1) a>div {
    background-position: -140px -381px;
}

.loginPage .socialLoginBtn ul li:nth-child(2) a>div {
    background-position: -190px -381px;
}

.loginPage .socialLoginBtn ul li:nth-child(3) a>div {
    background-position: -240px -381px;
}

.loginPage .socialLoginBtn ul li:nth-child(4) a>div {
    background-position: -290px -381px;
}

.loginPage .socialLoginAlert {
    cursor: default;
    display: none;
    position: absolute;
    width: 170px;
    height: inherit;
    text-align: center;
    top: 55px;
    padding: 2px 12px;
    border-radius: 6px;
    background: var(--text-black);
}
.loginPage .socialLoginBtn .loginBtnList li{
    position: relative;
}
.loginPage .socialLoginBtn .loginBtnList li .socialLoginAlert.history{
    display: block;
    left:50%!important;
    transform: translateX(-50%);
}
/* .loginPage .socialLoginBtn .loginBtnList li:nth-child(1) .socialLoginAlert.history {
    display: block;
    left: 22px;
}
.loginPage .socialLoginBtn .loginBtnList li:nth-child(2) .socialLoginAlert.history {
    display: block;
    left: 88px;
}
.loginPage .socialLoginBtn .loginBtnList li:nth-child(3) .socialLoginAlert.history {
    display: block;
    right: 39px;
} */
/* .loginPage .socialLoginBtn .loginBtnList li:nth-child(4) .socialLoginAlert.history {
    display: block;
    right: -11px;
} */
.loginPage .socialLoginAlert:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: -9px;
    left: calc(50% - 5px);
    width: 21px;
    height: 18px;
    transform: rotate(-55deg) skewX(-20deg) scale(1, 1) translateX(-50%);
    background: black;
    border-radius: 3px;
}

.loginFooter {
    background: var(--text-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-top: 183px;
}

.loginFooter ul {
    display: flex;
    gap: 10px;
    padding-bottom: 12px;
}

.loginFooter ul li {
    position: relative;
}

.loginFooter ul li:not(:last-child):after {
    content: '';
    z-index: 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    width: 1px;
    height: 11px;
    background: var(--text-gray-500);
}

.loginFooter .copyright {
    padding-bottom: 40px;
}

.joinForm input::placeholder,
.loginForm input::placeholder {
    color: var(--text-gray-500);
}


/* alert */
.alertModal.hide { display: none; }
.alertModal {
    z-index: 99999;
    box-sizing: border-box;
    /* position: absolute; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9px;
    background: var(--text-gray-300);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.30);
    padding: 30px;
    width: 309px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}

.alertModal.alertDim {
    width: 360px;
}

.alertModal .closeWrap {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
}

.alertModal .closeBtn {
    width: 26px;
    height: 26px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-position: -198px -224px;
    background-size: 979px;
}

.alertModal .modalContent {
    text-align: center;
}

.alertModal .modalBtnWrap {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.alertModal .modalBtn {
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 6px;
}

.alertModal .modalBtn.cancelBtn {
    background: var(--text-white);
}

.alertModal .modalBtn.confirmBtn {
    background: var(--text-gray-500);
}

.dim {
    z-index: 9999;
    content: '';
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    opacity: 1;
}

.alertText {
    /* display: flex; */
    gap: 4px;
    /* visibility: hidden; */
    display: none;
    transition: all 0.5s;
}

.alertText.on {
    display: flex;
}

.alertText .alertTextIcon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: block;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-position: 0 10px;
    background-size: 979px;
}

.alertText.warning {
    color: var(--bg-primary-100);
    visibility: visible;
}

.alertText.warning .alertTextIcon {
    background-position: -615px -393px;
}

.alertText.pass {
    color: var(--etc-notice-blue);
    visibility: visible;
}

.alertText.pass .alertTextIcon {
    background-position: -648px -393px;
}

.alertText.mail {
    color: var(--text-gray-700);
    visibility: visible;
}

.alertText.mail .alertTextIcon {
    background-position: -705px -393px;
}

.inputBox input:disabled {
    border: 0;
    color: var(--text-gray-500);
}

.joinType {
    display: flex;
    align-items: center;
    gap: 10px;
}

.joinSnsIcon {
    width: 30px;
    height: 30px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-size: 979px;
}

.joinNaver {
    background-position: -340px -387px;
}

.joinGoogle {
    background-position: -378px -387px;
}

.joinKakao {
    background-position: -416px -387px;
}

.joinFacebook {
    background-position: -454px -387px;
}


/* ¸¶ÀÌÆäÀÌÁö */
.myPageContent .myPageTabBtn {
    display: flex;
    gap: 70px;
    border-bottom: 1px solid var(--text-black);
    margin: 35px 0;
}

.myPageContent .myPageTabBtn li {
    cursor: pointer;
    padding: 0 10px 15px;
}

.myPageContent .myPageTabBtn li.on {
    color: var(--bg-b-bg);
    border-bottom: 3px solid var(--text-black);
}

.linkedList,
.linkedWrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.linkedList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linkedType {
    display: flex;
    align-items: center;
    gap: 20px;
}

.linkedSns {
    display: block;
    width: 41px;
    height: 41px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-size: 979px;
}

.linkedSns.linkedNaver {
    background-position: -140px -381px;
}

.linkedSns.linkedKaKao {
    background-position: -190px -381px;
}

.linkedSns.linkedGoogle {
    background-position: -240px -381px;
}

.linkedSns.linkedfaceBook {
    background-position: -290px -381px;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}

.copyText {
    cursor: pointer;
    text-decoration: underline;
}

.copyModal {
    z-index: 100;
    position: absolute;
    top: 109px;
    right: -2px;
    background: var(--text-gray-100);
    border-radius: 12px;
    padding: 20px;
}

.copyModal .tit {
    display: flex;
    gap: 6px;
}

.copyModal .tit .icon {
    width: 17px;
    height: 22px;
    background: url("https://img.seoul.co.kr/img/n24/seoulIcon.png") no-repeat;
    background-position: -615px -392px;
    display: inline-block;
}

.myPageTable td,
.myPageTable th {
    padding-bottom: 10px;
}

.myPageTable th {
    width: 100px;
}

/* onoff */
.chkButtonWrap {
    display: flex;
    align-items: center;
}

input.chk {
    position: absolute;
    left: -1000%;
}

input.chk+label:hover {
    cursor: pointer;
}

input.chk+label {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 30px;
    background-color: var(--text-gray-400);
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;

}

input.chk+label:before {
    content: "";
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: var(--text-white);
    border: 0;
    border-radius: 13px;
    transition: all 0.5s;
}

input.chk:checked+label {
    background-color: var(--bg-primary-100);
    border: 0;

}

input.chk:checked+label:before {
    right: 2px;
    background-color: var(--text-white);
    border: 0;
}

input.chk+label:after {
    content: "";
    position: absolute;
    right: -45px;
    top: 1px;
    color: #999;
    line-height: 15px;
    transition: all 0.5s;
    font-size: 12px;
}

input.chk:checked+label:after {
    right: 7px;
}

/* 260107 jhr add :: start */
.arrowIcon{
    display: inline-block;
    background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
    background-size: 979px;
    background-position: -71px -71px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}
/* 260107 jhr add :: end */

/* ÀÌ¿ë¾à°ü */

.useAgreementFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 66px 0;
}

.useAgreementFooter ul {
    display: flex;
    gap: 24px;
}

.useAgreement {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 0;
}

.useAgreement .pageTitle {
    text-align: center;
    padding: 50px 0;
}

.useAgreement .rulesTitle {
    padding-top: 0;
    margin-top:20px;
    margin-bottom: 32px;
}

.useAgreement .ruleBox {
    margin-bottom: 32px;
}

.useAgreement .ruleBox .block {
    width: 730px;
    margin-bottom: 32px;
    padding-top: 32px;
}

.useAgreement table {
    margin-top: 10px;
    width: 100%;
    border: 2px solid var(--text-gray-400);
}

.useAgreement table th,
.useAgreement table td {
    padding: 16px 24px;
    border: 1px solid var(--text-gray-400);
}

.useAgreement .table_block {
    padding: 32px 0;
}

.moblieOlny {
    display: none;
}

@media screen and (max-width:800px) {
    .useAgreement .pageTitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.2px;
        padding: 30px 0;
    }

    .useAgreement .rulesTitle {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: -0.16px;
    }

    .useAgreement .ruleBox {
        margin-bottom: 24px;
    }

    .useAgreement .ruleBox:last-child{
        margin-bottom: 0;
    }
    .useAgreement .ruleBox:last-child .block{
        padding-bottom: 0;
    }
    .useAgreementContent {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.14px;
    }

    .useAgreement .ruleBox .block,
    .useAgreement {
        width: calc(100% - 37px);
        padding: 19px 0 18px;
        margin-bottom: 0;
    }

    .useAgreement .table_block th {
        color: var(--text-black);
    }
    .useAgreement .table_block th, .useAgreement .table_block td {
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.13px;
        padding: 10px 10px;
        vertical-align: middle;
    }

    .loginFooter{
        padding-top: 90px;
    }
}

@media screen and (max-width:400px) {
    .moblieOlny {
        display: block;
    }

    .loginPage .socialLoginAlert{
        width: 85px;
    }
    /* .loginPage .socialLoginBtn .loginBtnList li:nth-child(1) .socialLoginAlert.history {
        left: 14%;
    }
    .loginPage .socialLoginBtn .loginBtnList li:nth-child(2) .socialLoginAlert.history {
        left: 33%;
    }
    .loginPage .socialLoginBtn .loginBtnList li:nth-child(3) .socialLoginAlert.history {
        right: 18%;
    } */
    /* .loginPage .socialLoginBtn .loginBtnList li:nth-child(4) .socialLoginAlert.history {
        right: 5%;
    } */

    header .logo {
        width: 142px;
        height: 50px;
        background: url("https://img.seoul.co.kr/img/n24/seoulIconX2.png") no-repeat;
            background-position: -238px -468px;
        margin: 10px auto 12px;
        background-size: 979px;
    }

    .loginContent {
        padding-top: 10px;
    }

    .joinForm {
        margin-top: 40px;
    }

    .loginPage {
        width: calc(100% - 37px);
        padding: 19px 0 18px;
    }

    .joinBox .layout-row:last-of-type {
        margin-bottom: 28px;
    }

    .myPage {
        width: 100%;
    }

    .mypageBox {
        width: calc(100% - 37px);
        padding: 19px 0 18px;
        margin: 0 auto;
    }

    .myPageContent .myPageTabBtn li {
        padding: 0 10px 20px;
    }

    .flexEnd {
        gap: 10px;
    }

}


@media screen and (max-width:370px) {
    .alertModal {
        max-width: 100%;
    }

    .alertModal .modalBtn {
        padding: 4px 12px;
    }

    .inputBox .inputWrap {
        padding: 5px 8px 5px 16px;
    }
}