.inner.no-foot {
    padding-bottom: 23px;
}

.sub-tit {
    color: #393939;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin: 29px 0px 25px;
}

.sub-inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.upolad-btn {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

/* counsel 상담신청 */
.counsel-con .con-tit {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 13px;
}

.counsel-con ul {
    margin-bottom: 37px;
}

.input,
.textarea,
.select {
    border: 0;
    background: #F5F5F5;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    border-radius: 5px;
    padding: 13px 10px;
    width: 100%;
    font-family: 'Noto Sans KR';
}

.textarea {
    height: 220px;
}

.input::placeholder,
.textarea::placeholder {
    font-family: 'Noto Sans KR';
    color: #9A9A9A;
}

.select {
    background-image: url(../images/sub/select_toggle.png);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 26px;
    height: 26px;
    border: 1px solid #9A9A9A;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
}

.checkbox:checked {
    background: #FF7373;
    border-color: #FF7373;
}

.checkbox:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 11px;
    transform: translate(-50%, -50%);
    background-image: url(../images/sub/check.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.counsel-con li+li {
    margin-top: 19px;
}

.counsel-con li {
    color: #575757;
    font-size: 18px;
    font-weight: 500;

}

.counsel-con .file-upload {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-bottom: 12px;
}

.counsel-con .file-name {
    background-color: #FFF3F3;
    border-radius: 4px;
    padding: 4px 10px;
    font-weight: 500;
    line-height: 150%;
    font-size: 18px;
    color: #393939;
}

.counsel-con .file-name .file-del {
    position: relative;
    margin-left: 7px;
    padding-top: 19px;
    padding-bottom: 3px;
}

.counsel-con .file-name .file-del span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.counsel-con .file-name .file-del span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.counsel-con .file-name .file-del span {
    background: #FF7373;
    width: 19.79898987322333px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}

.counsel-con .btn.red {
    margin-bottom: 30px;
}

.btn {
    border-radius: 5px;
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0 auto;
    cursor: pointer;
}

.btn.gray {
    background: #D6D6D6;
    color: #393939;
}

.btn.red {
    background: #FF7373;
    color: #fff;
}

.btn.white {
    background: #fff;
    border: 1px solid #D6D6D6;
    color: #6C6C6C;
}

.btn.black {
    border: 1px solid #393939;
    background: #393939;
    color: #fff;
}


/* 상담 안내 */
.info {
    background: #FBF5F5;
}

.info-con h3 {
    background: #FF7373;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #fff;
    display: flex;
    margin: 0 auto;
    width: 300px;
    justify-content: center;
    border-radius: 60px;
    padding: 20px 0;
    z-index: 9;
    position: relative;
}

.info-wrap::after {
    content: "";
    position: absolute;
    top: -36px;
    left: 155px;
    width: 225px;
    height: 62px;
    background: #FF7373;
    border-radius: 60px;
    z-index: -1;
}

.info .sub-inner {
    padding-top: 50px;
}

.info .info-wrap {

    transform: translateY(-30px);
}

.info .info-wrap ul {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 0px 25px #0000002e;
    text-align: center;
    padding: 55px 47px 10px;
}

.info .info-wrap ul li {
    padding: 30px 0;
    border-top: 2px solid #F5F5F5;
}

.info .call-img {
    width: 19px;
    vertical-align: bottom;
    margin-right: 8px;
}

.info .number {
    color: #191919;
    font-size: 26px;
    font-weight: 700;
}

.info li p {
    font-size: 20px;
    font-weight: 500;
    color: #575757;
    line-height: 203%;
}

.info li p span {
    color: #191919;
    padding-left: 17px;
}

.info .call-img2 {
    width: 19px;
    margin-right: 10px;
}

.info .message {
    width: 24px;
    margin-right: 10px;
}

.info .btn {
    margin-top: 19px;
}

/* FQA */
.fqa-con ul li {
    padding: 32px 0 22px;
    border-top: 1px solid #D6D6D6;
    position: relative;
}

.fqa-con ul li:last-child {
    border-bottom: 1px solid #D6D6D6;
}

.fqa-q {
    color: #393939;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    gap: 6px;
    align-items: baseline;
    line-height: 150%;
    word-break: keep-all;
}

.fqa-num {
    color: #E2000D;
    font-weight: 500;
}

.fqa-a {
    color: #575757;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    padding: 10px 0 0 32px;
    word-break: keep-all;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
}

.faq-toggle {
    position: absolute;
    width: 18px;
    top: 37px;
    right: 7px;
    transition: all .2s;
    transform: rotate(-90deg);
}

.faq-toggle img {
    width: 18px;
}

.fqa-con ul li.open .faq-toggle img {
    content: url(../images/sub/select_toggle.png);
    width: 30px;
}

.fqa-con ul li.open .faq-toggle {
    transform: translate(8px, -5px) rotate(180deg);
}

.fqa-con ul li.open .fqa-a {
    max-height: 102px;
}


/* 로그인창 */
.login-wrap form ul li+li {
    margin-top: 10px;
}

.login-wrap {
    min-height: 586px;
}

.login-wrap b {
    font-weight: 600;
    font-size: 26px;
    line-height: 148%;
    color: #393939;
    margin-top: 60px;
    display: block;
    margin-bottom: 47px;
    padding-bottom: 33px;
    position: relative;
}

.login-wrap b::before {
    content: "";
    position: absolute;
    background: #F8B003;
    width: 65px;
    height: 11px;
    bottom: 0;
    left: 0;
}

.log-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-bottom {
    margin-top: 23px;
}

.log-bottom ul li a {
    font-size: 18px;
    color: #575757;
    padding: 0px;
    position: relative;
}

.log-bottom ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, -50%);
    height: 1px;
    width: 100%;
    background: #575757;
}

.btn.gray.submit-btn {
    color: #fff;
}

/* 공지사항 */
.notice-con {
    margin-top: 42px;
}

.fqa-con {
    margin-top: 42px;
    min-height: 645px;
}

.notice-list li:nth-child(1) a {
    border-top: 1px solid #D6D6D6;
}

.notice-list li a {
    display: block;
    padding: 23px 0 23px;
    border-bottom: 1px solid #D6D6D6;
}

.notice-list li .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
    color: #393939;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.nb_notice {
    color: #FF7373;
}

.notice-list li .date {
    font-size: 16px;
    color: #575757;
    font-size: 400;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    gap: 26px;
}

.pagination .arrow img {
    width: 27px;
}

.pagination .arrow.prev img,
.pagination .arrow.next img {
    width: 13.5px;
}

.pagination .arrow.next img,
.pagination .arrow.last img {
    transform: scaleX(-1);
}

.pagination span,
.pagination a:not(.arrow) {
    font-weight: 400;
    font-size: 16px;
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border: 1px solid #949494;
    background: #fff;
    border-radius: 50%;
    padding-bottom: 2px;
}

.pagination span.on,
.pagination a.on {
    border: 1px solid #393939;
    background: #393939;
    color: #fff;
}

.pagination a.arrow {
    border: 0;
    margin: 0;
}

/* 게시글 보기 */
.sub-view .prve a {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    gap: 7px;
    padding: 15px 0;
}

.sub-view .prve a img {
    width: 26px;
}

.sub-view .title {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 21px 0;
}

.sub-view .title h2 {
    font-weight: 500;
    font-size: 20px;
    color: #393939;
    margin-bottom: 11px;
}

.sub-view .title .date {
    font-size: 16px;
    font-weight: 500;
    color: #575757;
}

.sub-view .con {
    padding: 12px 0;
    line-height: 150%;
    color: #575757;
}

.sub-view .dot {
    display: block;
    position: relative;
    padding-left: 18px;
    margin-left: 8px;
}

.sub-view .dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #575757;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.sub-view .btn {
    margin-top: 35px;
}

/* 회원가입 */
.join .btn.black {
    width: 116px;
    flex-shrink: 0;
}

.join ul li span {
    font-weight: 400;
    font-size: 16px;
    color: #575757;
    margin-top: 14px;
    display: block;
    padding-left: 12px;
}

.join .flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.join .id-input .flex {
    align-items: flex-end;
}

.join .flex .btn {
    height: 52px;
}

.join ul li .left {
    width: 100%;
}

.join ul li.pass-input input+input {
    margin-top: 10px;
}

.join label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #575757;
    font-size: 18px;
    font-weight: 400;
}

.terms-group {
    margin-bottom: 34px;
}

.terms-group label {
    padding-top: 11px;
}

.terms-group label.all {
    border-bottom: 1px solid #D6D6D6;
    padding-top: 0;
    padding-bottom: 11px;
}

.terms-group label span {
    border-bottom: 1px solid #575757;
    padding-bottom: 1px;
}

.counsel-con.join li+li {
    margin-top: 25px;
}

.pop {
    background: #fff;
    z-index: 100;
    position: fixed;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.3s;
}

body.open-pop {
    overflow: hidden;
    transition: all 0.3s;
}

body.open-pop::before {
    display: block;
}

body.open-pop .pop {
    transform: translateY(0);
}

.pop .inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pop .inner .con {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

.pop p {
    color: #575757;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 21px;
    word-break: keep-all;
}

.pop h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    color: #393939;
}

.pop .pop-del {
    position: absolute;
    right: 30px;
    top: 25px;
    padding: 12px;
    cursor: pointer;
}

.pop .pop-del span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.pop .pop-del span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.pop .pop-del span {
    width: 28.2842712474619px;
    background: #393939;
    height: 2px;
    position: absolute;
}

@media(max-width: 690px) {
    .info .sub-inner {
        max-width: 480px;
    }

    .info-con h3 {
        font-size: 24px;
        width: 229px;
    }

    .info-wrap::after {
        top: -34px;
        left: 85px;
    }
}

@media(max-width: 480px) {
    .sub-tit {
        font-size: 24px;
    }

    .counsel-con .con-tit,
    .input,
    .textarea,
    .input::placeholder,
    .textarea::placeholder,
    .counsel-con .file-name,
    .btn,
    .select {
        font-size: 16px;
    }

    .btn {
        height: 50px;
    }

    .info .sub-inner {
        max-width: 400px;
    }

    .info .info-wrap ul li {
        padding: 19px 0;
    }

    .info-con h3 {
        font-size: 24px;
        width: 210px;
    }

    .info-wrap::after {
        left: 57px;
        width: 210px;
    }

    .info .number {
        font-size: 24px;
    }

    .info .call-img {
        width: 16px;
    }

    .info li p {
        font-size: 18px;
    }

    .fqa-con ul li {
        padding: 20px 0 10px;
    }

    .fqa-q {
        font-size: 18px;
    }

    .fqa-a {
        font-size: 16px;
    }

    .sub-inner {
        max-width: 400px;
        padding: 0 18px;
    }

    .log-bottom ul li a {
        font-size: 16px;
    }

    .notice-list li a {
        padding: 21px 0 21px;
    }

    .notice-list li .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .notice-list li .date {
        font-size: 14px;
    }

    .pagination {
        margin-top: 15px;
        gap: 14px;
    }

    .pagination .arrow img {
        width: 19px;
    }

    .pagination .arrow.prev img,
    .pagination .arrow.next img {
        width: 9.5px;
    }

    .paginatio .pagination span,
    .pagination a:not(.arrow) {
        width: 35px;
        height: 35px;
    }

    .fqa-con {
        min-height: 608px;
    }

    .login-wrap b {
        font-size: 24px;
        margin-bottom: 41px;
        padding-bottom: 29px;
    }

    .login-wrap b::before {
        width: 48px;
    }

    .sub-view .prve a {
        font-size: 16px;
        gap: 7px;
        padding: 15px 0;
    }

    .sub-view .prve a img {
        width: 24px;
    }

    .sub-view .title {
        padding: 21px 0;
    }

    .sub-view .title h2 {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .sub-view .title .date {
        font-size: 16px;
    }

    .sub-view .dot {
        padding-left: 16px;
        margin-left: 10px;
    }

    .sub-view .dot::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        background: #575757;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    .join ul li span {
        font-size: 14px;
        letter-spacing: -1px;
    }

    .counsel-con li {
        font-size: 16px;
    }

    .join label {
        gap: 6px;
        font-size: 16px;
    }

    .checkbox {
        width: 24px;
        height: 24px;
    }

    .pop p {
        font-size: 16px;
    }

    .pop h3 {
        font-size: 20px;
    }

    .pop .inner {
        max-width: none;
    }

    .faq-toggle img {
        width: 12px;
    }

    .fqa-con ul li.open .faq-toggle img {
        width: 21px;
    }

    .faq-toggle {
        top: 26px;
    }
}

@media(max-width:400px) {
    .info .sub-inner {
        max-width: 350px;
        padding: 50px 10px 5px;
    }

    .info-wrap::after {
        left: 45px;
    }
}