.login_page .page_title_box {
    padding-bottom: 0;
}

.login_page .check_line {
    margin-top: 1.5rem;
}

.login_page .btn_ver1 {
    margin: 5.5rem auto 2rem;
}
.login_page .btn_ver.line-style{
	background: #fff;
	color: var(--mainColor);
	border: 1px solid var(--mainColor);
	max-width:500px;
	margin:0 auto 10rem;
}
.login_page .button-line{
	max-width:500px;
	margin:3rem auto 4rem;
	height:1px;
	width:100%; 
	background:#f1f1f1;
	position:relative
}
.login_page .button-line:after{
	content:'or';
	color:#a9a9a9;
	font-size:1.9rem;
	text-align:center;
	font-weight:200;
	position:absolute;
	width:8rem;
	height:3rem;
	top:50%;
	left:50%;
	display:block;
	transform: translate(-50%, -50%);
	background:#fff;
	letter-spacing: 1px;

}

.login_page .tab {
    max-width: 35.9rem;
    margin: 0 auto 3.5rem;
}

.login_page .tab .tab_effect {
    width: calc(100% / 2 - 1rem);
}

.login_page .radio_box_wrap {
    margin-bottom: 2.5rem;
    flex-direction: row;
    justify-content: center;
}
.login_page .radio_box_wrap .radio_box + .radio_box {
    margin-left: 7rem;
}
.login_page .radio_box_wrap .radio_box .radio_text {
    font-size: 1.6rem;
}

.login_page .sns-box {
    max-width: 50rem;
    margin: 0 auto 5rem;
}

.login_page .sns-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 6.5rem;
    color: #fff;
    border-radius: 15px;
    font-size: 1.8rem;
}
.login_page .sns-box a > img {
    margin-right: 1rem;
}

.login_page .sns-box .sns-naver {
    background: #19ce60;
}

.login_page .sns-box .sns-kakao {
    background: #fde432;
    color: #000;
}

.login_page .sns-box .sns-fb {
    background: #4669c3;
}

.login_page .join_txt {
    text-align: center;
    font-size: 1.6rem;
}

.login_page .join_txt a {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 1rem;
}

/* ·Î±×ÀÎ ÇªÅÍ */
.login_page_footer {
    margin-top: 10rem;
    text-align: center;
    position: relative;
}

.login_page_footer>img:nth-child(1) {
    position: absolute;
    top: 18rem;
    left: 0;
}

.login_page_footer>img:nth-child(2) {
    position: absolute;
    top: 12rem;
    left: 31rem;
}

.login_page_footer>img:nth-child(3) {
    position: absolute;
    top: 10rem;
    right: 42rem;
}

.login_page_footer>img:nth-child(4) {
    position: absolute;
    top: 27.5rem;
    right: 24rem;
}

.login_page_footer_container {
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 10rem;
    border-top: 1px solid #f1f1f1;
}

.login_page_footer_container>h3 {
    font-size: 3.5rem;
    font-weight: bold;
    /* line-height: 1; */
    margin-bottom: .5rem;
    word-break: keep-all;
}

.login_page_footer_container>p {
    font-size: 1.7rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
}

.login_page_footer .center_info {
    display: flex;
    width: auto;
    margin: 0 0 0 auto;
    justify-content: center;
    align-items: flex-start;
}

.login_page_footer .center_info .center_info_desc {
    margin-right: 1.5rem;
    padding-top: 50px;
    width: calc(99.999% - (476px + 50px));
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.login_page_footer .center_info .info_desc {
    border-radius: 2rem;
    text-align: left;
}

.login_page_footer .center_info .info_desc.n1 {
    background: #cde8bf;
    width: 33.2rem;
    margin-bottom: 1.5rem;
}

.login_page_footer .center_info .info_desc.n2 {
    background: #e2d2fa;
    width: 33.2rem;
}

.login_page_footer .center_info .info_desc.n3 {
    position: relative;
    width: 476px;
}

.login_page_footer .center_info .info_desc.n3>div {
    position: absolute;
    top: 9rem;
    left: 3.5rem;
}

.login_page_footer .center_info .info_desc.n3 .cs-box .flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 0.5rem;
}
.login_page_footer .center_info .info_desc.n3 .cs-box .flex-box .img_b {
	width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    background: #fff;
    margin-right: 1.4rem;
    position: relative;
	text-align: center;
}

.login_page_footer .center_info .info_desc a {
    display: flex;
    align-items: center;
    padding: 1.75rem 2.5rem;
    position: relative;
}

.login_page_footer .center_info .info_desc a span {
    font-size: 2rem;
    letter-spacing: -0.06rem;
}

.login_page_footer .center_info .center_info_desc .img_b {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    background: #fff;
    position: relative;
    margin-right: 1.4rem;
}

.login_page_footer .center_info .arrow_i {
    position: absolute;
    top: 50%;
    right: 3.2rem;
    transform: translateY(-50%);
	width:14px;
}

.login_page_footer .center_info .info_desc.n3 p {
    font-size: 2rem;
    color: #000;
    margin-top: -0.6rem;
    margin-bottom: 0.2rem;
}

.login_page_footer .center_info .center_info_desc .info_desc.n1:hover,
.login_page_footer .center_info .center_info_desc .info_desc.n2:hover {
    background: #fff;
    box-shadow: 0px 2px 14.7px 0.3px rgb(0 0 0 / 8%);
}

.login_page_footer .center_info .center_info_desc .info_desc.n1:hover .img_b {
    background: #cde8bf;
    transition: background 0.3s ease;
}

.login_page_footer .center_info .center_info_desc .info_desc.n2:hover .img_b {
    background: #e2d2fa;
    transition: background 0.3s ease;
}

/* ¾ÆÀÌµð Ã£±â ÆäÀÌÁö */
.find_box {
    max-width: 50rem;
    width: 100%;
}

.find_id_page .section01 {
    max-width: 105rem;
    width: 90%;
    margin: 0 auto;
}
.find_id_page .page_title{
    padding-bottom: 5.6rem;
}

.find_page .tab {
    max-width: 35.9rem;
    margin: 0 auto 3.5rem;
}
.find_page .tab .tab_effect {
    width: calc(100% / 2 - 1rem);
}

.find_id_page .section01 .tab_content {
    max-width: 100%;
}

.find_page .section01 .form_box{
    margin-top: 3.2rem;
}

.find_page .section01_container .find_box+.find_box {
    margin-left: 5rem;
}

.find_id_page .section01_container .certify_ul {
    margin-top: 5.6rem;
}

/* ºñ¹Ð¹øÈ£ Ã£±â ÆäÀÌÁö */
.find_page .page_sub_desc {
    margin-bottom: 7.7rem;
    /* text-align: left; */
}
.find_page .btn_ver1 {
    margin: 5.5rem auto 3rem;
}
.input_box .pw_txt.err_message {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
    margin: 0.8rem 0 0 0;
    display: block;
}
.input_box .err_message {
    font-size: 1.4rem;
    color: #ef3c29;
    margin-top: 0.5rem;
    display: none;
}
.input_box .err_message.error.pw_txt {
    font-size: 1.4rem;
    color: #ef3c29;
}
.input_box .user_pw_n1 .pw_txt.err_message {
    display: block;
}
.input_box .err_message.error {
    display: block;
    padding-left: 0.7rem;
    position: relative;
}
.find_page .input_box .pw_txt.err_message::before,
.find_page .input_box .error.err_message::before,
.terms_b .txt_b dd::before {
    content: '*';
    position: absolute;
    top: 0;
    width: 0.3rem;
    height: 1px;
    left: 0;
}
.find_page .input_box .pw_txt.err_message {
    display: block;
    padding-left: 0.7rem;
    position: relative;
}

.section01 .tab_content {
    max-width: 500px;
    margin: 0 auto;
}
.find_page .more_txt {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: -0.08rem;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}

/* ÆË¾÷Ã¢ */
.popup_cont {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    /* display: none; */
}
.popup_cont.hide{
    display: none;
}
.popup_cont.show{
    display: block;
}
.popup_cont .popup_box {
    width: 70.7rem;
    /* height: 39.5rem; */
    background-color: #fff;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate3d(-50%,-50%,0);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2rem;
    padding: 7.6rem 2.5rem 6rem 2.5rem;
}
.popup_user_change {
    display: none;
}
.popup_user_check .popup_box {
    height: 35.4rem;
}
/* .popup_user_change .popup_box {
    height: 61.5rem;
} */
.popup_user_change .certify_ul {
    width: 50rem;
    margin-bottom: 2rem;
}
.popup_cont .popup_txt_tit {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.12rem;
    color: #000;
    word-break: keep-all;
    /* margin-top: 7.6rem; */
}
.popup_cont .popup_txt_desc {
    font-size: 1.7rem;
    line-height: 1.71;
    letter-spacing: -0.85px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 1.1rem;
}
.popup_cont .dlist {
    text-align: left;
    width: 50rem;
}
.popup_user_change .popup_txt_desc {
    margin-bottom: 3.6rem;
}

.popup_cont .dormancy_id {
    color: var(--mainColor);
}
.popup_cont .popup_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.8rem auto 0;
}
.popup_cont .popup_close_btn {
    position: absolute;
    top: 3rem; right: 3rem;
    width: 1.5rem; height: 1.5rem;
    cursor: pointer;
}
.popup_cont a.btn_ver2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: unset;
    color: #fff;
}
.popup_cont a.btn_ver2_grey {
    color: #000;
}

/* ¾ÆÀÌµðÃ£±â °á°ú ÆäÀÌÁö */
.search_id_page .section01_container {
    max-width: 105rem;
    margin: 0 auto;
}

.search_id_page .page_title {
    padding-bottom: 3rem;
}

.search_id_page .tit_box {
    margin: 5.5rem 0 3rem;
}

.search_id_page .btn_ver2_box {
    width: 50%;
    margin: 3.5rem auto 0;
}

.result_box {
    padding: 1rem 1rem 0;
    border-radius: 10px;
    border: solid 1px #ddd;
    min-height: 17.5rem;
}
.result_table {
    width: 100%;
}
.result_table .nothing{
    padding-top: 5%;
}
.result_table th {
    background: #f4f6f8;
    font-size: 1.5rem;
    font-weight: 500;
    height: 3.8rem;
}
.result_table th:nth-child(1) {
    width: 15%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.result_table th:nth-child(2) {
    width: 65%;
}
.result_table th:nth-child(3) {
    width: 20%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.result_table td {
    height: 6rem;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.result_table td.password a {
    font-size: 1.4rem;
}



@media screen and (max-width:1440px) {
    .login_page_footer>img:nth-child(1) {
        width: 9.375vw;
    }

    .login_page_footer>img:nth-child(2) {
        width: 6.771vw;
        left: 10.417vw;
    }
    .login_page_footer>img:nth-child(3) {
        right: 15rem;
    }
    .login_page_footer>img:nth-child(4) {
        right: 2rem;
    }
    .login_page .btn_ver,
    .login_page .sns-box a {
        height: 5.2rem;
        font-size: 1.6rem;
        border-radius: 10px;
    }
    .login_page .btn_ver1 {
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .login_page .sns-box {
        max-width: 500px;
    }
    .login_page .sns-box a:nth-child(1) img {
        height: 15px;
    }
    .login_page .sns-box a:nth-child(2) img {
        height: 18px;
    }
    .login_page .sns-box a:nth-child(3) img {
        height: 21px;
    }
}

@media screen and (max-width:1024px) {
    .login_page_footer>img{
        display: none;
    }
    .login_page_footer .center_info {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width: 500px;
        /* width: 90%; */
        margin: 0 auto;
    }
    .login_page_footer .center_info .center_info_desc{
        margin: 0;
        width: 100%;
    }
    .login_page_footer .center_info .info_desc.n1,
    .login_page_footer .center_info .info_desc.n2,
    .login_page_footer .center_info .info_desc.n3{
        width: 100%;
    }
    .login_page_footer .center_info .info_desc.n3{
        margin-top: 1.5rem;
    }
    .login_page_footer .center_info .info_desc.n3>div{
        top: 12rem;
    }
}

@media screen and (max-width:768px) {
    .find_id_page .page_title{
        padding-bottom: 5rem;
    }
    .find_id_page .section01 {
        width: 100%;
    }
    .find_id_page .section01_container {
        flex-direction: column;
        align-items: center;
    }
    .find_id_page .section01_container .find_box+.find_box {
        margin-left: 0;
        margin-top: 5rem;
    }
    .login_page_footer .center_info .info_desc.n3>div {
        top: 10%;
        left: 2.5rem;
    }
}


@media all and (max-width:500px) {
    .login_page_footer_container>p,
    .login_page_footer .center_info .info_desc a span,
    .login_page_footer .center_info .info_desc.n3>div > span,
    .tit_box ul li,
    .radio_box .content{
        font-size: 1.4rem;
    }

    /* ·Î±×ÀÎ ÇªÅÍ */
    .login_page_footer{
        margin: 5rem auto;
    }
    .login_page_footer_container{
        padding-top: 5rem;
    }
    .login_page_footer_container>h3{
        font-size: 2rem;
        word-break: keep-all;
        line-height: 1.3;
    }
    .login_page_footer .center_info .center_info_desc {
        margin-right: 0;
        padding-top: 2.5rem;
    }
    .login_page_footer .center_info .info_desc{
        border-radius: 1rem;
    }
    .login_page_footer .center_info .info_desc a{
        padding: 1rem 1.5rem;
    }

    .login_page_footer .center_info .center_info_desc .img_b,
	.login_page_footer .center_info .info_desc.n3 .cs-box .flex-box .img_b {
        width: 4rem;
        height: 4rem;
    }
    .pos_c{
        width: 50%;
    }
    .login_page_footer .center_info .info_desc.n3>div{
        top: 10%;
        left: 1.5rem;
    }
    .login_page_footer .center_info .info_desc.n3>div > span.tit{
        font-size: 1.2rem;
    }

    .login_page_footer .center_info .info_desc.n3 div p {
        font-size: 1.4rem;
    }
	.login_page_footer .center_info .info_desc.n3>div > span {
		font-size: 1.3rem;
	}


    .check_line {
        align-items: flex-start;
        flex-direction: column;
    }
    .find_id_box{
        display: flex;
        width: 100%;
        justify-content: flex-start;
        padding-top: 1rem;
    }
    .find_id_box a {
        font-size: 1.2rem;
    }

    .find_id_box a:first-child{
        padding-right: .7rem;
    }
    .find_id_box a:last-child{
        padding-left: .7rem;
    }

    .login_page .join_txt {
        font-size: 1.2rem;
    }
    .login_page .join_txt a {
        font-size: 1.3rem;
    }

    /* ¾ÆÀÌµðÃ£±â */
    .find_id_page .page_title{
        padding-bottom: 3rem;
    }
    .tit_box{
        padding-bottom: 1rem;
    }
    .tit_box h3{
        font-size: 1.8rem;
    }

    .find_page .section01 .form_box,
    .find_id_page .section01_container .certify_ul {
        margin-top: 2.2rem;
    }
    .certify_li, .agreement_li {
        height: 13.5rem;
    }
    .certify_li span, .agreement_li span {
        font-size: 1.4rem;
    }
    .certify_li img, .agreement_li img {
        width: 36px;
    }

    .search_id_page .tit_box {
        margin: 3rem 0;
    }
    .result_box {
        padding: 0;
        border-radius: 0;
        border: 0;
        min-height: 10rem;
    }
    .result_table th:nth-child(1),
    .result_table th:nth-child(2),
    .result_table th:nth-child(3) {
        width: auto;
    }

    .result_table th,
    .result_table td,
    .result_table td.password,
    .result_table td.password a {
        font-size: 1.2rem;
    }

    /* ¹öÆ° */
    .login_page .btn_ver,
    .login_page .sns-box a {
        height: 4.5rem;
        font-size: 1.4rem;
        border-radius: 6px;
    }
    .login_page .sns-box {
        margin-bottom: 2.5rem;
    }
    .login_page .btn_ver1 {
        margin-top: 2.5rem;
    }
	.login_page .btn_ver.line-style{
		margin:0 auto 3rem;
	}
	.login_page .button-line{
		margin:2rem auto 3rem;
	}
	.login_page .button-line:after{
		content:'or';
		font-size:1.3rem;
		width:5rem;
		line-height:3rem;
	}
}
