@charset "utf-8";

.header{
    box-shadow: none;
}

.input-panel .img-bg{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.input-panel img{
    width: auto;
    height: 40px;
    border-radius: 6px;
    margin: 0 auto;
}

.input-panel div span.input-title {
    font-size: 14px;
    font-family: Pretendard-Regular;
    color: #767676;
    margin-top: 0;
}

.input-panel div span input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-family: Pretendard-Regular;
    color: #000;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

/* btn */
.btn-box {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    padding: 6px 20px;
    background-color: #fff;
    box-shadow: none;
}

div .btn-base {
    font-size: 14px;
    font-family: Pretendard-SemiBold;
    color: #fff;
    margin-top: 0;
    width: 100%;
    background-color: #D9281B;
    padding: 0;
    border-radius: 6px;
    border: none;
    line-height: 44px;
}

div .btn-non {
    font-size: 14px;
    font-family: Pretendard-SemiBold;
    color: #fff;
    margin-top: 0;
    width: 100%;
    background-color: #d9d9d9;
    border-radius: 6px;
    border: none;
}

.input-panel div span input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-family: Pretendard-Regular;
    color: #000;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.input-panel div span input::placeholder{
    color: #767676;
}


/* 자동 로그인 */

.check-wrap{
    margin-left: 6px;
}
.check-wrap .icon-check {
    margin-right: 0;
    color: #452812;
}
.check-wrap .icon-check:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: none;
    background-size: 100%;
    margin: -3px 5px 0 0;
    background-position: -48px 0;
    border-radius: 50%;
    background-position: 0 0;
    box-shadow: 0 0 0 2px #d9d9d9 inset;
}

.check-wrap input[type=checkbox]:checked+.icon-check:before, .check-wrap input[type=radio]:checked+.icon-check:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/rd-check2.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    margin: -3px 5px 0 0;
    background-position: -48px 0;
    border-radius: 50%;
    background-position: 0 0;
    box-shadow: none;
}

#first-annotation{
    color: #C3A792;
    border: 1px solid #C3A792;
    padding: 3px 7px;
    border-radius: 5px;
    box-sizing: border-box;
}

/* 240827*/

/* term.html */
.agree-terms-box {
    border: none;
    padding: 0 5%;
    margin-top: 15px;
}

.confirm-authority-inner div {
    padding: 13px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-family: Pretendard-SemiBold;
    color: #000;
    margin-top: 0px;
}

.agree-terms-box .check-wrap {
    margin: 10px 0 40px;
    padding: 0 20px;
}
.agree-terms-box .check-wrap>span {
    margin-top: 15px;
}
.agree-terms-box .check-wrap .terms-check-all .icon-check {
    padding-bottom: 15px;
    color: #000;
    border-bottom: 1px solid #D9D9D9;
}
.agree-terms-box .check-wrap .terms-check-all .icon-check::before {
    margin: -3px 8px 0 0;
}

.agree-terms-box .check-wrap>span label a {
    color: #767676;
    text-decoration: none;
}

.agree-terms-box .check-wrap>span label a span {
    color: #D9281B;
    margin-left: 4px;
}

.confirm-authority-inner h2 {
    padding: 13px 0;
    font-size: 18px;
    font-family: Pretendard-Bold;
    color: #000;
    margin-top: 0;
}

.btn-box {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    padding: 6px 5%;
    background-color: #fff;
    box-shadow: none;
}

div .btn-base {
    height: 44px;
}

/*  signin.html  */
.singin-wrap #first-annotation{
    border: none;
    color: #767676;
    font-size: 16px;
}

.singbtn-box{
    margin-top: 30px;
}

.input-panel div button.input-erase {
    top: 50%;
    transform: translateY(-50%);
}

/* 240829 signin.html */
.input-panel #certLine button.input-erase {
    top: 23px;
    transform: translateY(-50%);
}
.input-panel #certLine button.btn-base {
    width: 80px;
    margin-top: 8px;
    background-color: #D9281B;
    height: 28px;
    line-height: 28px;
}

#time_count{
    position: absolute;
    right: 10%;
    top: 23px;
    transform: translateY(-50%);
}

#certLine .input-guide-text{
    color: #452812;
    font-size: 14px;
    padding-left: 10px;
}

#certLine .input-guide-text:last-child{
    font-size: 13px;
    opacity: 0.7;
    padding-left: 10px;
}
.input-panel div .input-guide-text {
    margin-top: 8px;
}

/* 240830 */
.check-wrap input[type=checkbox]:checked+.icon-check:before{
    margin: -3px 8px 0 0
}

/* find-account.html */

.find-account{
    margin-bottom: 30px;
    padding: 80px 20px 0;
}

.find-account #first-annotation {
    color: #000;
    border: none;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
}



/*241210 추가*/
.term_txt{}

.agree-terms-box .check-wrap>span{display: flex; justify-content: space-between;}

.agree-terms-box .check-wrap>span label{width: auto;}
.agree-terms-box .check-wrap>span label a{position: relative; left:5px;}

.term_detail{width: 20px; height: 20px; float:right;}
.term_detail > a{width: 100%; cursor: pointer;}
.term_detail > a > img{width: 100%; height: 100%;}

.check-wrap input[type=checkbox]+.icon-check:before{
    margin:-3px 8px 0 0;
}

.agree-terms-box .check-wrap>span label{
    color:#767676; font-weight: normal;
}

.agree-terms-box .check-wrap>span label a.terms-a{width: 100px;}


.agree-terms-box .check-wrap .terms-check-all .icon-check{border-bottom:none;}
.terms-check-all{border-bottom: 1px solid #D9D9D9;}