@charset "UTF-8";

@import url('https://img.seoul.co.kr/css/webfont_pretendard.css');

/* reset css */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

caption {
    display: none;
}

* {
    transition: all .25s;
}

.articleSection *,
.examTable * {
    transition: all .05s;
}

html {
    scroll-behavior: smooth;

}

body {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 170%;
}

ol,
li,
dl,
dt,
dd {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

img {
    width: 100%;
    vertical-align: middle;
}

header {
    position: relative;
    padding: 84px 0 71px;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 740px;
}

.imgRelative {
    position: relative;
}

.sectionWrap {
    margin: 0 auto;
    max-width: 820px;
}

.seoulLogo {
    width: 36px;
    margin-bottom: 31px;
}

h1 {
    position: relative;
    z-index: 100;
    color: var(--text-white, #FFF);
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.78px;
}

h1 strong {
    color: var(--text-white, #FFF);
    font-family: Pretendard;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bgWrap {
    position: relative;
    overflow: hidden;
}

.bgWrap:after{
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 33.2%;
    top:0;
    left:0;
    background: #7E15EF;
}

.layoutWrap {
    max-width: 1000px;
    margin: 0 auto;
    background: url("https://img.seoul.co.kr/img/SAT/2025/bg_circle_.png") no-repeat top left;
}

.tableWrap {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95);
}


.examTable {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #000;
}

.examTable b {
    display: block;
    font-weight: 700;
}

.examTable .qbtn {
    margin-right: 4px;
    cursor: default;
}

.examTable .abtn {
    margin-left: 4px;
    cursor: default;
}

.examTable .lbtn {
    cursor: default;
}

.examTable .qbtn.on,
.examTable .abtn.on,
.examTable .lbtn.on { cursor: pointer; }

.tableHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}

.tableHeader>div {
    text-align: center;
    padding-bottom: 20px;
}

.tableHeader>div:nth-child(1) {
    min-width: 80px;
}

.tableRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
    padding: 20px 0;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.tableRow:last-child {
    padding: 20px 0 0;
}

.tableRow>div {
    text-align: center;
}

.tableRow>div:nth-child(1) {
    min-width: 80px;
}

.innerLayout_basic>div:nth-child(1),
.innerLayout_basic>div:nth-child(3) {
    min-width: 80px;
}

.innerLayout_basic>div:nth-child(2) {
    min-width: 130px;
}

.tableRow>div:nth-child(5) {
    min-width: 267px;
    text-align: right;
}

.innerLayout {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innerLayout_basic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.detaileTableRow {
    min-width: 267px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.detaileTableRow:last-child {
    padding-bottom: 0;
}

.detaileTableRow .bthTd {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.735px;
    line-height: normal;
}

.detaileTableRow .subject {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.735px;
    padding: 4px 40px 4px 0;
    line-height: normal
}

.minW267 {
    min-width: 267px;
    text-align: right;
}

.minW267 span {
    padding-right: 19px;
}

.btnAlign {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.btnTd a {
    font-size: 0;
    line-height: normal;
}

.btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #848484;
}

.btn.on {
    background-color: #7E15EF;
}

.qbtn {
    margin-right: 4px;
}

.abtn {
    margin-left: 4px;
}

.fw400 {
    font-weight: 400;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb11 {
    padding-bottom: 11px;
    border-bottom: 1px solid #848484;
    ;
}

.pt11 {
    padding-top: 11px;
}

.examTable .subText {
    position: absolute;
    bottom: 4px;
    right: 0;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.39px;
}


.notice {
    text-align: center;
    margin: 40px 0 80px;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
}

.notice strong {
    color: #FF6607;
}

.imageSection {
    position: relative;
}

.imageSection:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}

.imageSection:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}

.articleSection {
    margin: 118px 0;
}

.sectionTitle {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.articleList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 13px;
}

.articleBox {
    width: 195px;
}

.articleBox .articleImage {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.articleBox .articleTitle {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 15px;
    min-height: 38px;
}

.articleBox .articleDate {
    display: block;
    color: #999;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}

.articleBox:hover .articleImage img {
    transition: all .3s;
    scale: 1.1;
}

.articleBox:hover .articleTitle {
    color: #3F59B2;
}

.articleBox.hide { display: none; }

.moreArticleBtn {
    cursor: pointer;
    display: block;
    border-radius: 5px;
    background: #848484;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    width: 145px;
    height: 34px;
    margin: 80px auto 0;
}

.moreArticleBtn:hover {
    transition: all .3s;
    background-color: #000;
}

footer {
    padding: 63px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.45px;
    background: #000;
    text-align: center;
}

.movingImg1 {
    position: absolute;
    z-index: 2;
    top: -74px;
    right: 28%;
    width: 82px;
    animation: floating 1.5s linear 0s infinite alternate;

}

.movingImg_p2 {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: -60px;
    width: 120px;
    animation: floating 1.5s linear 0s infinite alternate;
}


.movingImg_m2 {
    position: absolute;
    z-index: 2;
    top: 22%;
    right: -8px;
    width: 80px;
    animation: floating 1.5s linear 0s infinite alternate;
}

.studentImg {
    z-index: 0;
    position: absolute;
    width: 288px;
    top: -1px;
    right: -40px;
}

.bulbImg {
    position: absolute;
    right: 260px;
    top: 120px;
    width: 60px;
}

.bulbImg:after {
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: radial-gradient(circle, rgba(255, 244, 18, 1) -50%, rgba(255, 244, 18, 0) 77%);
    content: '';
    animation: shining 1.5s linear 0s infinite alternate;
    transform: scale(1);
}

.onlyMobile {
    display: none;
}

.none {
    display: none;
}

@keyframes floating {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(5px, 24px);
    }
}

@keyframes shining {

    0% {
        transform: scale(1.5);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1.7);
        opacity: 1;
    }
}

.lineclamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 2.8em;
}


.lineclamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 라인수 */
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    max-height: 4.2em;
    text-overflow: ellipsis;
}


.lineclamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 라인수 */
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:960px) {
    .sectionWrap {
        padding: 0 32px;
    }

    .articleList {
        justify-content: flex-start;
        gap: 34px 24px;
    }

    .articleBox {
        width: calc(33.3% - 16px);
    }
}

@media screen and (max-width:750px) {

    header {
        padding: 47px 0 43px;
    }

    .seoulLogo {
        margin-bottom: 16px;
    }

    h1 {
        font-size: 16px;
    }

    h1 strong {
        font-size: 38px;
    }

    .layoutWrap {
        background-size: contain;
    }

    .wrapper {
        width: calc(100% - 54px);
        margin: 0 auto;
    }

    .tableHeader {
        font-size: 18px;
    }

    .tableHeader>div {
        padding-bottom: 36px;
    }

    .tableRow {
        justify-content: flex-start;
        font-size: 18px;
        padding: 36px 0;
    }

    .tableRow:last-child {
        padding: 36px 0 0;
    }

    .tableRow>div {
        text-align: left;
    }

    .tableHeader>div:nth-child(1),
    .tableRow>div:nth-child(1) {
        min-width: 44px;
        padding-right: 13px;
    }

    .innerLayout {
        flex-direction: column;
        align-items: normal;
    }

    .detailTableBox {
        margin-top: 20px;
    }


    .tableHeader>div {
        text-align: left;
    }

    .minW267 {
        min-width: 116px;
        text-align: center;
    }

    .notice {
        margin: 20px 0 80px;
    }

    .articleSection {
        margin: 80px 0 100px;
    }

    .sectionWrap {
        padding: 0 32px;
    }

    .articleList {
        justify-content: space-between;
        gap: 34px 15px;
    }

    .articleBox {
        width: calc(50% - 10px);
    }

    .articleBox .articleTitle {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.42px;
        margin-bottom: 11px;
        min-height: 39px;
    }

    .moreArticleBtn {
        margin: 50px auto 0;
    }

    .mobileLayout {
        align-items: flex-start;
    }

    .studentImg {
        width: 175px;
        top: auto;
        bottom: -24px;
        right: -22px;
    }

    .bulbImg {
        right: 84px;
        top: 30px;
        width: 28px;
    }

    .bulbImg:after {
        top: 4px;
        left: 3px;
        width: 17px;
        height: 17px;
    }

    .movingImg1 {
        top: -26px;
        right: 47%;
        width: 45px;
    }

    .onlyPc {
        display: none;
    }

    .onlyMobile {
        display: block;
    }

    .hide {
        display: none;
    }

    .bgWrap:after{
        height: 11%;
    }

    .layoutWrap {
        max-width: 1000px;
        margin: 0 auto;
        background: url("https://img.seoul.co.kr/img/SAT/2025/bg_circle_mo.png") no-repeat top left;
    }

}


@media screen and (max-width:450px) {
    .detaileTableRow {
        min-width: auto;
    }

    .detaileTableRow .subject {
        max-width: 80px;
        padding: 0;
    }

    .movingImg1 {
        top: -50px;
    }

}

@media screen and (max-width:404px) {
    .movingImg1 {
        right: 40%;
    }

}