@charset "utf-8";
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

br {
    visibility: visible;
    opacity: 0;
    line-height: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

* {
    user-select: none;
}

body {
    font-family: "Pretendard Variable", "Noto Sans KR", "Apple SD Neo Gothic", "Malgun Gothic", "맑은 고딕", Helvetica, sans-serif;
}

a,
a:hover,
a:focus,
a:link,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0;
}

.container,
.row {
    max-width: 950px;
    width: 100%;
    margin-inline: auto;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    height: 100vh;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-height: 762px) {
    .container {
        padding: 60px 15px;
        height: auto;
    }
}

.container > .row + .row {
    margin-top: 20px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.clearfix::before,
.row::before {
    content: " ";
    display: table;
}

.clearfix::after,
.row::after {
    content: " ";
    display: table;
    clear: both;
}

[class^="col-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-50 {
    width: 50%;
}

.col-100 {
    width: 100%;
}

.cont {
    padding-top: 40px;
}

.cont h1 {
    font-size: 120px;
    font-weight: 800;
    letter-spacing: -5px;
    line-height: 104px;
    color: #285de6;
    text-indent: -10px;
    margin: 0;
}

.cont h1.home {
    font-size: clamp(36px, 2vw, 40px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3em;
    color: #0a0c0f;
    text-indent: 0;
    margin: 0;
}

.cont h2 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0 40px;
}

.cont p {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 24px;
    margin: 40px 0 35px;
}

.cont p strong {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin: 0 0 25px;
}

#back_btn,
#tenpage_btn,
#page_btn {
    transition: 0.25s;
}

#back_btn {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 47px;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #777;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#back_btn:hover {
    color: #333;
    border: 1px solid #666;
}

#page_btn {
    display: inline-block;
    max-width: 160px;
    width: 100%;
    height: 50px;
    line-height: 47px;
    border-radius: 3px;
    background: #1c54e4;
    border: 1px solid #1c54e4;
    color: #fff;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;
    text-align: center;
}

#page_btn:hover {
    background: #0734a9;
    border: 1px solid #0734a9;
}

.tenpage {
    background-color: #f5f5f5;
    margin: 60px 0 0;
    padding: 20px 0;
    text-align: center;
}

.tenpage p {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

#tenpage_btn {
    width: 105px;
    height: 33px;
    background-color: #fff;
    line-height: 30px;
    border: 1px solid #dddddd;
    color: #303032;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

#tenpage_btn:hover {
    background-color: #1c54e4;
    border: 1px solid #1c54e4;
    color: #fff;
}

.copyright p {
    font-size: 13px;
    color: #555555;
    line-height: 1;
    text-align: center;
    margin: 25px 0 0;
    font-weight: 400;
    letter-spacing: 0;
}

.copyright p span {
    color: #fa8538;
}

.visible-xs {
    display: none;
}

@media (max-width: 1024px) {
    .container {
        position: relative;
        top: 0;
        transform: none;
        padding: 30px 15px 40px;
        align-content: flex-start;
        height: auto;
    }

    .row {
        width: 1024px;
    }

    .container > .row + .row {
        margin-top: 20px;
    }

    .container .cont-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .container .cont-wrap .right {
        order: 1;
    }

    .container .cont-wrap .right img {
        display: block;
        width: 250px;
        margin: 0 auto;
    }

    .container .cont-wrap .left {
        order: 2;
    }

    .container .cont-wrap .left img {
        width: 175px;
    }

    .col-50 {
        width: 100%;
    }

    .col-xs-50 {
        width: 50% !important;
    }

    .visible-xs {
        display: block;
    }

    .cont {
        text-align: center;
    }

    .cont h1 {
        font-size: 42px;
        line-height: 74px;
    }

    .cont h2,
    .cont p strong {
        margin: 0 0 15px;
    }

    .cont p {
        margin: 20px 0 25px;
    }

    #tenpage_btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .tenpage {
        padding: 15px;
    }

    .tenpage p {
        width: 100%;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .cont {
        margin-top: 20px;
    }

    .cont h1.home {
        /* font-size:60px; */
        /* line-height:64px; */
    }

    .cont p {
        font-size: 12px;
        line-height: 20px;
    }

    .cont p strong {
        font-size: 16px;
    }

    .tenpage {
        margin: 15px 0 0;
    }

    .tenpage p {
        font-size: 12px;
    }

    #tenpage_btn {
        font-size: 13px;
    }

    .copyright p {
        margin: 25px 0 0;
        font-size: 12px;
    }
}
