*{color:#222;margin:0;padding:0;box-sizing:border-box;font-family:'Pretendard';word-break: keep-all;overflow-wrap: break-word;white-space: normal;}
        body{overflow-x:hidden;}
        .wrap{overflow: hidden}
        h1.Tit{position: relative;}
        h1.Tit:after{content: "";
    position: absolute;
    background: url(https://russeldata.megastudy.net/campus/images/russel/event/2026/interview/RussellJeonju.svg) no-repeat;
    background-size: cover;
    width: 2000px;
    height: 1247px;
    top: -256px;
    left: 55%;
    margin-left: -1015px;
    z-index: -1;}
        .containerWrap {
            padding-top:90px;
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }
        h2 {
            font-size: 24px;
            margin: 20px 0;
        }
        .resultBox {
            background-color: #fff;
            padding: 50px 40px 32px;
            border-radius: 24px;
            box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
            margin: 60px 0;
        }
        .subject-list {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 30px;
        }
        .containerWrap .top, .containerWrap .bottom {
            display: flex;
            justify-content: center;
            gap: 20px; /* 간격 조정 */
        }
        .subject-list .bottom .subject{margin-top:20px}
        .subject-list .bottom .subject:last-child{margin-top:5px}
        .subject-list .bottom .subject:last-child:after{top:-5px}
        .subject-list .bottom .subject:last-child::before{top:-5px}
        .subject {
            color:#333;
            gap:5px;
            font-weight: 500;
            font-style: Medium;
            font-size: 20px;
            line-height: 125%;
            letter-spacing: -1%;
            text-align: center;
            vertical-align: middle;
            width:250px;
            height:84px;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }
        .subject:after{content:"";background:url("https://russeldata.megastudy.net/campus/images/russel/event/2026/interview/VectorLeft.png") no-repeat;width: 46px;height: 89px;background-size: 46px;position: absolute;left: 0;top:-20px;}
        .subject::before{content:"";background:url("https://russeldata.megastudy.net/campus/images/russel/event/2026/interview/VectorRight.png") no-repeat;width: 46px;height: 89px;background-size: 46px;position: absolute;right: 0;top: -20px;}
        .containerWrap > strong{display: block;font-size:40px;line-height:130%;text-align: center;font-weight: 500;color:#222;margin:0 0 18px;letter-spacing: 30%;}
        h1.Tit{color:#222;font-family: 'Pretendard';font-weight: 700;font-size: 84px;line-height: 120%;letter-spacing: -4%;text-align: center;}
        h1.Tit span{color:#3941E2;display:block}
        h2{font-weight: 700;font-style: Bold;font-size: 32px;line-height: 130%;letter-spacing: -2.5%;text-align: center;}
        span.ex{position:relative;font-size:12px;display:block;text-align:right;font-weight:400;line-height: 140%;letter-spacing: -4%;vertical-align: middle;color:#999999;cursor: pointer;}
        span.ex img{width:14px;vertical-align: top;margin-right: 4px;}
        span.ex .tooltip img{display:none}
        span.ex .tooltip {
            display: none; /* 기본적으로 숨김 */
        }
        span.ex.active .tooltip{display:block}
        span.ex .tooltip {
            display: none; 
            position: absolute;
            top: 30px;
            right: -15px;
            width: auto;
            padding:14px 26px 14px 14px;
            background: #fff;
            text-align: left;
            line-height: 1.5;
            font-size: 12px;
            font-weight: 500;
            color: #777;
            border-radius: 8px;
            border:1px solid #777
            
        }
         span.ex.active .tooltip .close-btn{display:none}
        .close-btn{position:absolute;right:10px;top:10px}
        .ex:hover .tooltip{display: block;
    position: absolute;
    top: 30px;
    right: -15px;
    width: auto;
    padding: 14px 26px 14px 14px;
    background: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .05);
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    width: auto}
        .unit{font-weight: 500;font-size: 20px;line-height: 100%;letter-spacing: -1%;text-align: center;vertical-align: middle;color:#333;vertical-align: sub;margin-left:-4px}
        .count{font-weight:bold;font-size: 32px;line-height: 100%;letter-spacing: -1%;text-align: center;vertical-align: middle;color:#3941E2}
        table{width:100%; border-collapse: collapse;border-spacing: 0;}
        table th{background:#F5F5F5;color:#333;font-size:16px;letter-spacing: -1%;font-weight: 700;padding:17px 8px;border-bottom:1px solid #E5E5E5;border-top:1px solid #E5E5E5;line-height:140%;}
        table td{height:56px;font-weight: 400;font-size: 16px;line-height: 140%;letter-spacing: -1%;text-align: center;text-transform: uppercase;border-bottom:1px solid #E5E5E5;color:#555}
        .bottomBox{font-weight: Bold;font-size: 32px;line-height: 130%;letter-spacing: -2.5%;text-align: center;margin-top:60px;margin-bottom:60px}
        .subTit{display:block;margin:60px 0 20px;font-size:32px}
        .containerWrap > strong.subStrong{font-size:14px;font-weight: 400;line-height: 150%;letter-spacing: -1%;text-align: right;color:#777;margin-bottom:10px}
        .ex{margin-top:12px}
      
.interview_table {
    height: 452px; 
    overflow-y: scroll;
    overflow-x: hidden;
}

.interview_table::-webkit-scrollbar {
    width: 8px;
}

.interview_table::-webkit-scrollbar-track {
    background: #fff; 
}

.interview_table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px; 
}

.interview_table::-webkit-scrollbar-button {
    display: none;
}

.interview_table::-webkit-scrollbar-button:vertical {
    display: none; 
}
        @media (min-width: 768px) and (max-width: 1200px) {
            .ex:hover .tooltip{display:none}
            span.ex .tooltip img{display:block}
            
            span.ex.active .tooltip{width:fit-content;
        right: -42px;padding:14px 30px 14px 14px}
            span.ex.active .tooltip .close-btn{display:block}
            .subject-list{max-width:773px;margin:0 auto}
            .ex:hover div{display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .05);
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    width: auto;}
            h1.Tit{position: relative;}
            h1.Tit:after{content: "";
                position: absolute;
                background: url(https://russeldata.megastudy.net/campus/images/russel/event/2026/interview/RussellJeonjuT.svg) no-repeat;
                width: 2000px;
                height: 1247px;
                top: -254px;
                left: 50%;
                z-index: -1;
                margin-left: -1000px;}
            .bottomBox{font-size:32px}
            .containerWrap > strong{font-size:40px;line-height:130%;letter-spacing: 30%;}
            h1.Tit{font-size:72px}
            .wrap{padding:0 24px}
            .containerWrap .top{margin-bottom:20px}
            .bottom {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            .bottom .subject {
                flex: 1 0 50%; 
                max-width: 250px; 
                text-align: center; 
            }
            .bottom .subject:nth-child(odd) {
                flex: 1 0 100%;
            }
        }
        @media (max-width: 767px) {   
            .ex:hover .tooltip{display:none}
            
            span.ex .tooltip img{display:block;margin-right:0}            
            span.ex.active .tooltip .close-btn{display:block} 
            .ex:hover div{display:none}
            table th,
            table td{font-size:14px}
            .subject-list .bottom .subject:last-child::before,.subject-list .bottom .subject:last-child:after{top:0}
            
            .resultBox h2{font-size:24px;margin-bottom:20px;margin-top:0}
            .subject-list{padding-top:0}
            .subject-list .bottom .subject:last-child{margin-top:14px}
            .containerWrap .bottom{gap:4px;margin-top:0px}
            .subject{height:auto}
            h1.Tit{position: relative;}
            h1.Tit:after{content: "";
                position: absolute;
                background: url(https://russeldata.megastudy.net/campus/images/russel/event/2026/interview/RussellJeonjuM.svg) no-repeat;
                width: 669px;
                height: 1247px;
                top: -245px;
                left: 50%;
                z-index: -1;
                margin-left: -323px;}
            .subTit{margin:40px 16px 12px}
            .count{font-size:24px}
            .unit,.subject{font-size:16px}
            .resultBox{padding:32px 14px 16px}
            .resultBox{margin-top:30px}
            .containerWrap{padding-top:115px}
            .bottomBox{font-size:22px;margin:40px 16px}
            .subTit{font-size:24px}
            .containerWrap > strong{font-size:24px;letter-spacing:20%;}
            .containerWrap > strong.subStrong{font-size:12px}
            h1.Tit{font-size:34px}
            .bottom .subject,.top .subject{width:148px;max-width:148px}
            .wrap{padding:0 15px}
            .bottom {
                display: flex;
                flex-wrap: wrap; 
                justify-content: center; 
            }
            .bottom .subject {
                flex: 1 0 50%;
                text-align: center;
            }
            .subject::before{width:32px;background-size:32px;height:60px;top: -6px;}
            .subject::after{width:32px;background-size:32px;height:60px;top: -6px;}
            .containerWrap .top{margin-bottom:0;gap:0}
        }