@charset "utf-8";

body::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 27px;
    width: 25.36%;
    aspect-ratio: 487/474;
    max-width: 487px;
    background: url('/hs/images/ipsi26/bg.png') no-repeat center / 100% auto;
    z-index: -1;
}

body { position: relative; }

.wrap{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	word-break: keep-all;
}
.wrap.pass-page{
    max-width: 1000px;
}
.logo-area{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:50px;
}
.pass-page .logo-area{
    margin-bottom: 50px;
}
.logo-area h1{
    display: block;
    width: fit-content;
    height: 50px;
}
.logo-area h1 img{
    height: 100%;
    width: auto;
}
.page-title{
    font-weight: 500;
    font-size: 34px;
    letter-spacing: -1px;
    margin-bottom: 50px;
    text-align: center;
}
.content-wrap{
    width: 100%;
}
.box-style{
    width: 100%;
    background-color: #fff;
}
.des-area{
    padding: 30px 40px 25px;
    margin-bottom: 20px;
}
.des-area p:nth-child(2){
    line-height: 1.5;
}

.notice-des{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    line-height: 1;
}
.notice-des2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.notice-des p{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    color: #1e49a4;
    line-height: 1;
}
.des-area .notice-des p:nth-child(2){
    line-height: 1;
}

.login-area{
    padding: 50px;
    margin-bottom: 50px;
}
.login-area:last-child{
    margin-bottom: 0;
}

.box-title{
    font-family: 'SpoqaHanSansNeo';
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 50px;
    display: block;
    width: fit-content;
}
.login-input-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.login-input-group{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-label{
    width: 30%;
    font-weight: 500;
    font-size: 20px;
}
.login-input-group input{
    width: 70%;
    height: 60px;
    border: 1px solid #d2d5d7;
    background-color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 300;

}

.login-input-group input::placeholder{
    font-size: 20px;
    font-weight: 300;
    color: #a8abae;
}
.login-input-group input:focus{
    border: 1px solid #000;
}

.login-input-group input:disabled{
    border: 1px solid #f8f8fb;
    background-color: #f8f8fb;
    color: #7d8286;
    font-size: 20px;
    font-weight: 300;
}

.login-input-group .select-wrapper {
    width: 70%;
}

.login-input-group select {
    width: 100%;
    height: 60px;
    border: 1px solid #d2d5d7;
    background-color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 300;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.login-input-group .select-wrapper {
    position: relative;
}

.login-input-group .select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px; /* input padding과 동일 */
    transform: translateY(-50%);
    width: 16px;
    aspect-ratio: 1;
    background: url('/hs/images/ipsi26/arrow_down.svg') no-repeat center / 16px auto;
    pointer-events: none;
}

.login-btn a{
    width: 100%;
    height: 70px;
    background-color: #1e49a4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
}

.bottom-area{
    width: 100%;
    text-align: center;
}
.bottom-area p{
    margin-bottom: 25px;
    line-height: 1.5;
}
.bottom-area a{
    text-decoration: underline;
    text-decoration-color: #1e49a4;
    text-underline-offset: 7px;
    text-decoration-thickness: 1px;
    font-weight: 500;
    color: #1e49a4;
}

.box-title-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.box-title-wrap .box-title{
    margin-bottom: 0;
}

.box-title-wrap .logout-btn a{
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.radio-wrap{
    display: flex;
    align-items: center;
    gap: 40px;
    width: 70%;
    height: 60px;
}
.radio-wrap label{
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-left: 35px;
}
.radio-wrap label input{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.radio-wrap label .radio-custom{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #1f2d38;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    left: 0;
}
.radio-wrap label .radio-custom::after {
  content: '';
  width: 14px;
  height: 14px;
  background: #1f2d38;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease;
}

input[type="radio"]:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
}

.phone-input{
    display: flex;
    align-items: center;
    gap: 12px;
    width: 70%;
    font-size: 20px;
    font-weight: 500;
}
.phone-input .select-wrapper, .phone-input input{
    width: calc((100% / 3) - 20.593px);
}

.phone-input select{
    width: 100%;
    height: 60px;
    border: 1px solid #a8abae;
    background-color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 300;
    -webkit-appearance: none; /* Chrome, Safari */
    -moz-appearance: none;    /* Firefox */
    appearance: none;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: '';
  position: absolute;
  width: 16px;
  aspect-ratio: 1;
  background: url('/hs/images/ipsi26/arrow_down.svg') no-repeat center / 16px auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;;
}

.email-input{
    display: none;

}

.num-input-wrap{
    width: 70%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.num-input-wrap input, .num-btn{
    width: calc(50% - 10px);
}
.num-btn a{
    background-color: #798188;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    padding: 5px;
}

.bottom-area p:nth-child(3){
    font-weight: 500;
    color: #1e49a4;
    font-size: 18px;
    margin-bottom: 50px;
}

.warning-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
}
.warning-wrap.blank-wrap{
    margin-bottom: 0;
}
.warning-wrap img{
    width: 60px;
    aspect-ratio: 1;
}
.warning-wrap p{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.4;
}
.warning-wrap p span{
    font-weight: 500;
}
.box-title-des{
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    letter-spacing: -1px;

}
.box-title-des span{
    color: #1e49a4;
    font-weight: 500;
}
.default-btn-wrap{
    width: 100%;
    margin-top: 50px;;
}
.default-btn-wrap a{
    width: 100%;
    height: 70px;
    background-color: #1e49a4;
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-wrap{
    width: 100%;
    margin-bottom: 50px;
}
.video-area{
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
    position: relative;
}
.video-area iframe,
.youtube-fallback {
    width: 100%;
    height: 100%;
    position: absolute; 
    inset: 0;
}
.youtube-fallback {
    display: none;
}
.result-title-wrap{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    margin-bottom: 30px;
}


.result-title-wrap.interview-title{
    margin-bottom: 50px;
}


.result-title{
    width: fit-content;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
}
.result-title .pass-name{
    font-weight: 500;
}
.notice-des.video-des{
    justify-content: center;
}
.result-pass-cont{
    width: 100%;
    margin-bottom: 20px;
    padding: 40px;
}
.result-pass-cont.fail-cont{
    margin-bottom: 50px;
}
.result-pass-text-logo{
    height:73px;
    margin-bottom:40px;
}
.result-pass-text-logo img{
    height:100%;
    width:auto;
}
.result-pass-text-area{
    padding-top: 45px;
    border-top: 1px solid #000;
}
.result-pass-text-top{
    font-size: 28px;
    font-weight: 300;
    margin-bottom:45px;
    line-height:1.4;
}
.result-pass-text-top span{
    font-weight: 500;
}
.result-pass-text-middle{
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom:45px;
}
.result-pass-text-middle span{
    font-weight: 500;
}
.result-info-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin-bottom: 40px;
    border-top: 1px solid #d2d5d7;
}
.result-info-wrap li{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #d2d5d7;
}
.info-title{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    background-color: #f9fafb;
    width: 170px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-text{
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    width: calc(100% - 170px);
    height: 100%;
    padding-left:50px;
    display: flex;
    align-items: center;
}

.result-btn-wrap,
.notice-btn-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.result-btn-wrap > *,
.notice-btn-wrap > *{
    flex: 1;
    max-width: 320px;
}

.result-btn-wrap li a,
.notice-btn-wrap a{
    min-height: 70px;
}

.result-btn-wrap li{
     width: 100%;
}

.result-btn-wrap li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 24px 10px;
    height: 100%;
    background-color: #1e49a4;
}
.result-btn-wrap li a strong{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.result-btn-wrap img{
    width: auto;
    height: 36px;
}
.result-info-docu{
    padding: 40px;
    margin-bottom: 50px;
    text-align: center;
}
.result-info-docu strong{
    font-size: 22px;
    font-weight: 500;
    color: #1e49a4;
    line-height: 1.3;
}
.result-info-docu p:nth-child(1){
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}
.result-info-docu p:nth-child(1) span{
    font-weight: 500;
}
.result-info-docu div:nth-child(2){
    font-weight: 300;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;

}
.address-area{
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}
.call-num{
    width: 100%;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}
.call-num div{
    font-size: 26px;
    font-weight: 500;
}
.address-info{
    font-size: 16px;
    line-height: 1.3;
}

.notice-btn-wrap a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-color: #1e49a4;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    padding:5px 10px;
}
.result-info-wrap.fail-info-wrap li{
    width: 100%;

}
.result-info-wrap.fail-info-wrap li.reserve-rank {
    color: #1e49a4;
}
.fail-title{
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    display: block;
}
.fail-title span{
    font-weight: 500;
}
.fail-des-wrap{
    padding: 40px;
    margin-bottom: 50px;
}
.notice-des.fail-des{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.fail-des-wrap ul{
    display: flex;
    flex-direction: column;
    gap: 8px;

}
.fail-des-wrap ul li{
    padding-left: 15px;
    line-height: 1.5;
    position: relative;
}
.fail-des-wrap ul li::before{
    content: '-';
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
}
.result-info-wrap.interview-info-wrap{
    margin-bottom: 0;
}
.result-info-wrap.interview-info-wrap.fail-interview{
    margin-bottom: 40px;
}

.result-info-docu.interview-docu p:nth-child(1){
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height:1.4;
}
.result-info-docu p:nth-child(1) span{
    font-weight: 500;
}

@media screen and (max-width:700px){
    .logo-area{
        margin-bottom:30px;
    }
    .result-title-wrap.interview-title{
        margin-bottom:30px;
    }
    .box-title-wrap{
        margin-bottom:25px;
    }
    .notice-des{
        margin-bottom:10px;
    }
    .notice-des p{
        font-size: 18px;
    }
    
    .result-pass-text-logo{
        height: 40px;
        margin-bottom:20px;
    }
    .result-pass-text-area{
        padding-top:25px;
    }
    .result-pass-text-top{
        font-size: 22px;
        margin-bottom:25px;
    }
    .result-pass-text-middle{
        font-size: 16px;
        line-height: 26px;
    }
    .result-btn-wrap,
    .notice-btn-wrap{
        flex-direction: column;
    }
    
    .result-btn-wrap > *,
    .notice-btn-wrap > *{
        max-width: 100%;
    }
    
    .result-btn-wrap li a,
    .notice-btn-wrap a{
        height: 60px;
        min-height: 60px;
        padding: 0 10px;          /* 높이는 height로만 제어 */
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        text-align: center;
    }
            
    .result-btn-wrap li{
        width: 100%;
    }
    .logo-area h1{
        height: 40px;
    }
    body{
        padding: 30px 20px;
    }
    .page-title{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .des-area{
        padding: 20px;
    }
    .login-area{
        padding: 20px;
    }
    .box-title{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .bottom-area p{
        margin-bottom:15px;
        font-size: 15px;
    }
    .bottom-area p br{
        display: none;
    }
    .bottom-area p:nth-child(3){
        margin-bottom:30px;
        font-size: 16px;
    }
    .login-input-group{
        flex-direction: column;
        gap:10px;
    }
    .login-input-group .select-wrapper{
        width: 100%;
    }
    .login-input-group select{
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
    .login-input-group .select-wrapper::after{
        right: 15px;
        width: 12px;
        background: url('/hs/images/ipsi26/arrow_down.svg') no-repeat center / 12px auto;
    }
    .input-label{
        font-size: 16px;
        width: 100%;
    }
    .login-input-group input{
        font-size: 16px;
        height: 50px;
        width: 100%;
    }
    .login-input-group input::placeholder{
        font-size: 16px;
    }
    .radio-wrap{
        gap: 10px;
        width: 100%;
    }
    .phone-input{
        gap: 5px;
        font-size: 16px;
        width: 100%;
    }
    .phone-input .select-wrapper, .phone-input input{
        width: calc((100% / 3) - 11.48px);
    }
    .phone-input select{
        height: 50px;
        font-size: 16px;
    }
    .select-wrapper::after{
        width:12px;
        right: 15px;
        background: url('/hs/images/ipsi26/arrow_down.svg') no-repeat center / 12px auto;
    }
    .login-btn a{
        height: 60px;
        font-size: 18px;
    }
    .num-input-wrap{
        width: 100%;
        gap: 10px;
    }
    .num-btn a{
        height: 50px;
        font-size: 14px;
    }
    .warning-wrap p{
        font-size: 18px;
    }
    .result-pass-cont{
        padding: 20px;
    }
    .result-info-wrap.fail-info-wrap li{
        width: 100%;
    }
    .result-info-wrap.fail-info-wrap li:last-child{
        width: 100%;
    }
    .fail-title{
        font-size: 20px;
    }
    .fail-des-wrap{
        padding: 20px;
    }
    .notice-des.fail-des{
        line-height: 1.3;
        margin-bottom:15px;
    }
    .result-info-wrap li:not(:last-child){
        width: 100%;
    }
    .result-info-wrap.interview-info-wrap li:last-child{
        width: 100%;
    }
    .result-title{
        font-size: 30px;
    }
    .result-title-wrap.interview-title::before, .result-title-wrap.interview-title::after{
        display: none;
    }
    .result-info-docu.interview-docu p:nth-child(1){
        font-size: 20px;
    }
    .result-info-docu{
        padding: 20px;
    }
    .notice-btn-wrap a{
        width: 100%;
        font-size: 18px;
        height: 60px;
    }
    .warning-wrap img{
        width: 40px;
    }
    .default-btn-wrap{
        margin-top:25px;
    }
    .default-btn-wrap a{
        font-size: 18px;
        height: 60px;
    }
    .warning-wrap{
        gap: 15px;
    }
    .result-btn-wrap li a{
        padding:21px 10px;
    }
    .notice-btn-wrap{
        flex-wrap: wrap;
    }
    .result-title{
        font-size: 26px;
    }
    .result-info-wrap.interview-info-wrap.fail-interview{
        margin-bottom:25px;
    }
    .result-title-wrap::before, .result-title-wrap::after{
        display: none;
    }
    .result-info-docu strong{
        font-size: 20px;
    }
    .result-info-docu p:nth-child(1){
        font-size: 18px;
        margin-bottom:15px;
    }
    .result-info-docu div:nth-child(2){
        margin-bottom:20px;
    }
    body::before{
        display: none;
    }
    .result-info-wrap{
        margin-bottom:25px;
    }
    .result-info-wrap li{
        height:70px;
    }
    .info-title{
        font-size: 18px;
        width: 110px;
    }
    .info-text{
        font-size: 18px;
        padding-left:20px;
        width: calc(100% - 110px);
    }
    .result-btn-wrap li a strong{
        font-size: 18px;
    }
    .notice-des.video-des{
        line-height: 1.3;
    }
    .bottom-area p:nth-child(1) br{
        display: none;
    }
    .box-title-des{
        font-size: 20px;
    }
    .box-title-des br{
        display: none;
    }
    .call-num{
        font-size: 14px;
    }
    .call-num div{
        font-size: 20px;
    }
    .address-info{
        font-size: 14px;
    }
}

/* 환불은행명 select를 기존 input 디자인과 맞춤 */
.login-select-wrapper {
    width: 70%;
}

.login-select-wrapper select {
    width: 100%;
    height: 60px;
    border: 1px solid #d2d5d7;
    background-color: #fff;
    padding: 5px 20px;
    padding-right: 50px;
    font-size: 20px;
    font-weight: 300;
    box-sizing: border-box;
}

.login-select-wrapper select:focus {
    border: 1px solid #000;
}

@media screen and (max-width:700px) {
    .login-select-wrapper {
        width: 100%;
    }

    .login-select-wrapper select {
        height: 50px;
        padding: 5px 15px;
        padding-right: 40px;
        font-size: 16px;
    }
}
