@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,
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;
}

html {
    scroll-behavior: smooth;

}

body {
    position: relative;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    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;
}

a {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

img {
    width: 100%;
    vertical-align: middle;
}


:root {
    --bg-primary-100: #F26930;
    --bg-b-bg: #262323;
    --text-gray-100: #F8F8F8;
    --text-gray-200: #f4f4f4;
    --text-gray-300: #EEE;
    --text-gray-400: #DDD;
    --text-gray-500: #999;
    --text-gray-600: #666;
    --text-gray-700: #444;
    --text-black: #111;
    --text-white: #FFF;
    --etc-notice: #F00;
    --etc-notice-blue: #3A84FF;

}

/* headline text */
.h44 {
    color: var(--text-black, #111);
    /* PC/H_44 */
    font-family: Pretendard;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 136.364% */
    letter-spacing: -0.44px;
}

.h38 {
    color: var(--text-black, #111);
    /* PC/H_38 */
    font-family: Pretendard;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 126.316% */
    letter-spacing: -0.38px;
}

.h32 {
    color: var(--text-black, #111);
    /* PC/H_32 */
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    letter-spacing: -0.32px;
}

.h28 {
    color: var(--text-black, #111);
    /* PC/H_28 */
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 142.857% */
    letter-spacing: -0.28px;
}

.h24 {
    color: var(--text-black, #111);
    /* PC/H_24 */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
    letter-spacing: -0.24px;
}

.h20 {
    color: var(--text-black, #111);
    /* PC/H_20 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.2px;
}

.h18 {
    color: var(--text-black, #111);
    /* PC/H_18 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.18px;
}

.h16 {
    color: var(--text-black, #111);
    /* PC/H_16 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.16px;
}

.h15 {
    color: var(--text-black, #111);
    /* PC/H_15 */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 146.667% */
    letter-spacing: -0.15px;
}

.h14 {
    color: var(--text-black, #111);
    /* PC/H_14 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
}

.e14 {
    color: var(--text-black, #111);
    /* PC/EN_14 */
    /*font-family: Montserrat;*/
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.28px;
}

/* body text */
.body20 {
    color: var(--text-black, #111);
    /* PC/body_20 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
    letter-spacing: -0.2px;
}

.body18 {
    color: var(--text-black, #111);
    /* PC/body_18 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: -0.18px;
}

.body16 {
    color: var(--text-black, #111);
    /* PC/body_16 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
    letter-spacing: -0.16px;
}

.body15 {
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.15px;
}

.body14 {
    color: var(--text-black, #111);
    /* PC/body_14 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
}


.body13 {
    color: var(--text-black, #111);
    /* PC/body_13 */
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 153.846% */
    letter-spacing: -0.13px;
}

.colorPrimary {
    color: var(--bg-primary-100);
}

.colorRed {
    color: var(--etc-notice);
}

.color111 {
    color: var(--text-black);
}

.color000 {
    color: var(--bg-b-bg);
}

.colorFFF {
    color: var(--text-white);
}

.color700 {
    color: var(--text-gray-700);
}

.color600 {
    color: var(--text-gray-600);
}

.color500 {
    color: var(--text-gray-500);
}

.color400 {
    color: var(--text-gray-400);
}

.color300 {
    color: var(--text-gray-300);
}

.color200 {
    color: var(--text-gray-200);
}

.color100 {
    color: var(--text-gray-100);
}

.layoutWrap {
    margin: 0 auto;
    max-width: 1080px;
}


/* header */
.header-wrap {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 45px 0;
}

.header-bottom {
    position: relative;
}

.header-logo {
    width: 227px;
    height: 80px;
}

.headerStyle1 {
    background: #F26930;
}

.headerStyle2 {
    position: relative;
    background: #fff;
}


.headerStyle2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background: #000
}

.headerStyle2 .header-wrap {
    padding: 50px 0;
}

/* container */

.container .layoutWrap {
    padding: 100px 0;
}

.container .contentImage {
    width: 100%;
}

/* footer */
footer {
    background: #000;
}

.footerWrap {
    text-align: center;
    padding: 63px 0;
}

.footerWrap .copyright{
    line-height: 18px;
}

.onlyMo {
    display: none;
}

.headerStyle1 .logoStyle1 {
    display: block;
}

.headerStyle1 .logoStyle2 {
    display: none;
}

.headerStyle2 .logoStyle1 {
    display: none;
}

.headerStyle2 .logoStyle2 {
    display: block;
}


.buttonWrap{
    width: 100%;
    max-width: 1080px;
    margin: 80px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}
.buttonWrap .btnText{
    font-size: 18px;
    letter-spacing: 0;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    padding: 16px 0;
    border-radius: 30px;
    background: #000;
    color: #fff;
    min-width: 400px;
}

.buttonWrap .btnText:hover{
    transition: all .3s;
    background: #F26930;
}

@media screen and (max-width:1080px) {
    .layoutWrap {
        width: calc(100% - 37px);
    }

    .header-wrap {
        padding: 24px 0;
    }

    .header-logo {
        width: 120px;
        height: 42px;
    }

    .headerStyle2 .header-wrap {
        padding: 24px 0;
    }

    .container .layoutWrap {
        padding: 50px 0;
    }

    .buttonWrap{
        margin: 80px 0 40px;
    }

    .footerWrap {
        box-sizing: border-box;
        padding: 40px 0;
    }
}

@media screen and (max-width:600px) {
    .onlyMo {
        display: block;
    }

	.onlyPc {
        display: none;
    }

    .buttonWrap .btnText{
        font-size:14px;
        width: 100%;
        min-width: 300px;
        padding: 14px 16px;
    }

    .btn {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}