/* 기본 페이지 스타일 */
.page {
    width: 21.0cm;
    height: 29.7cm;
    background-color: white;
    z-index: -1;
    position: relative;
    box-sizing: border-box;
    overflow: hidden; /* 페이지 내용이 넘치지 않도록 설정 */
}

/* 모바일 뷰 스타일 */
@media (max-width: 768px) {
    .page {
        width: 21.0cm; /* 고정된 너비 */
        height: 29.7cm; /* 고정된 높이 */
        transform: none; /* 변환 없음 */
        margin: 0 auto; /* 가운데 정렬 */
        zoom: 0.5; /* 스케일 조정 */
    }
}

@font-face {
    font-family: 'TTHakgyoansimKkwabaegiR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimKkwabaegiR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OAGothic-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/OAGothic-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'OAGothic-Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/OAGothic-Medium.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
* {
    margin: 0;
    font-family: 'OAGothic-Medium';
    z-index: 2;
    position: relative;
}
body {
    margin: 0;
    background-color: #999999;
}

#topBackground, #topBackground2p {
    background-color: #001ED6;
    height: 1.8cm;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#logo {
    font-family: 'TTHakgyoansimKkwabaegiR';
    position: absolute;
    right: 32px;
    top: 24px;
    color: white;
    margin: 0;
    font-size: 24px;
}

table.topTable {
    height: 6cm;
    width: 100%;
    z-index: 2;
    padding-left: 0.4cm;
    padding-right: 0.4cm;
}

td.leftColumn {
    width: 20%;
    vertical-align: bottom;
    text-align: center;
    margin: 0;
}

td.centerColumn {
    width: 40%;
    vertical-align: bottom;
    text-align: left;
    margin: 0;
}

td.rightColumn {
    width: 35%;
    vertical-align: bottom;
    text-align: right;
    margin: 0;
}

.topHighlightTextSmall, .topHighlightTextLarge {
    font-family: 'OAGothic-ExtraBold';
    color: black;
    margin: 1;
    line-height: 1;
    white-space: nowrap;
}

.topHighlightTextSmall {
    font-size: 18px;
}

.topHighlightTextLarge {
    font-size: 54px;
}

.roundBox {
    border-radius: 30px;
    border: 1.5px solid #999999;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: center;
    background-color: white;
}

.roundBoxinRow {
    border-radius: 30px;
    border: 1.5px solid #999999;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    text-align: center;
    background-color: white;
    white-space: nowrap;
}

.infoLine {
    flex-grow: 1;
    border-top: 2px solid black;
    margin-left: 10px;
}

.infoLineSub {
    flex-grow: 1;
    border-top: 2px dotted #999999;
    margin-left: 10px;
}

.infoBox {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.infoText {
    font-size: 16px;
}

table.infoTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 4px;
}

td.leftInfoSide {
    width: 30%;
    vertical-align: top;
    text-align: right;
    margin: 0;
    font-size: 36px;
    font-family: 'OAGothic-ExtraBold';
    padding-right: 20px;
}

td.rightInfoSide {
    width: 70%;
}

td.rightLeftInfo {
    width: 40%;
}

td.rightRightInfo {
    width: 60%;
    padding-left: 18px;
}

.career {
    font-size: 20px;
    line-height: 52px;
}

.paragraph {
    font-size: 20px;
    line-height: 32px;
}

.roundBoxinText {
    border-radius: 30px;
    border: 1.5px solid #999999;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    display: inline;
    font-family: 'OAGothic-ExtraBold';
    white-space: nowrap;
}

#topdfButton {
    position: fixed;
    bottom: 5%;
    right: 5%;
    text-align: center;
    color: white;
    background-color: #001ED6;
    border: 2px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 100px;
    font-size: 20px;
    box-shadow: 2px 4px 4px 0px #999999;
    z-index: 1000;
}

#signature {
    position: absolute;
    bottom: 60px;
    text-align: center;
    color: black;
    margin: 0px;
    font-size: 18px;
    width: 100%;
}

#eb {
    font-family: 'OAGothic-ExtraBold';
}
