@import url(https://www.chikatalk.co.kr/css/nanumgothic.css);

@font-face { font-family: 'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'S-CoreDream-3Light';
    color: #1E1E1E;
}

button {
    cursor: pointer;
    outline: 0;
    font-family: 'S-CoreDream-3Light';
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

footer {
    overflow-y: hidden; height: 296px;
 }


.header-bg {    
    background-image: url(/img/header.png) ;
    background-position: center;
    background-size: cover;
    width: 1600px; height: 872px;
}
.header-bg table {
    margin-left: 150px;
}

.header-btn {
    padding-top: 6px;
    width: 562px;
    height: 100px;
    font-size: 32pt;
    font-weight: 600;
    border: none;
    background-color: #0089ff;
    color: white;
}
.body-bg table {
    margin-left: auto;
    margin-right: auto;
}

.body-intro {
    background-image: url(/img/background_01.png);
    background-position: center;
    background-size: cover;
    width: 1600px; height: 636px;
}

.intro01 {
    background-color: #12283E;
    color: white;
    font-size: 27px;
    font-weight: 400; letter-spacing: -2px;
    padding: 30px 60px 24px 60px;
    border: none; border-radius: 50px;
    display: inline-block;
}
.intro02 {
    white-space: nowrap;
    font-weight: 600;
    font-size: 60px;
    text-align: center;
    line-height: 75px;
    letter-spacing: -3px;
    vertical-align: bottom;
}
.intro02 span {
    color: #779293;
}
.intro03 {
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: -2px;
    line-height: 40px;
}


.contents {
    width: 1200px;
}

footer,
.header-bg,
.body01,
.body02,
.body03,
.body04,
.body-bg {
    max-width: 1600px;
    min-width: 1600px;
    margin: 0 auto;
}

.body01,
.body03,
.body04 {
    position: relative;
}
.body02 {
    position: relative;
}

.body01 img {
    position: absolute;
    top: -83px;
    right: 30px;
}
.body02 img {
    position: absolute;
    z-index: 1;
    top: -30px;
}
.body03 img {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
}

.text01 {
    white-space: nowrap;
    line-height: 66px;
    font-size: 66px;
    font-weight: 600;
    border-right: solid 4px #1E1E1E;
    padding-right: 10px;
    margin-bottom: 30px;
}

.number {
    color: #12283E;
    font-size: 170px;
    font-weight: 600;
    line-height: 130px;
}

.title {
    vertical-align: bottom;
}
.title span {
    display: inline-block;
    background-color: #B1CDCF;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    white-space: nowrap;
    padding: 7px 10px 2px 10px;
}
.text02 {
    white-space: nowrap;
    line-height: 32px;
    letter-spacing: -1px;
    font-size: 24px;
    padding-top: 24px;
}

.icon {
    text-align: center;
    vertical-align: bottom;
}
.text03 {
    vertical-align: top;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    width: 200px;
    height: 130px;
}

.body-youtube {
    background-image: url(/img/background_vidoe.png);
    background-position: center;
    background-size: cover;
    width: 100%; height: 758px;
}

.text04 {
    text-align: center;
    font-weight: 600;
    font-size: 58px;
    color: #12283E;
    letter-spacing: -1.5px;
}

.bg-color {
    background-color: #F0EEEF;
}

.body04-bg {
    background-image: url(/img/security.png);
    background-position: center;
    background-size: cover;
    width: 535px; height: 410px;
}

.body-download {
    background-image: url(/img/background_download.png);
    background-position: center;
    background-size: cover;
    width: 100%; height: 330px;
}

.text05 {
    white-space: nowrap;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -1px;
}
.text06 {
    white-space: nowrap;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 2px 2px 2px gray;
}
.text07 {
    white-space: nowrap;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 13px;
    margin-top: 6px;
}

.bottom-btn {
    padding-top: 5px;
    width: 350px;
    height: 100px;
    font-size: 24pt;
    font-weight: 600;
    border: none;
    background-color: #0089ff;
    color: white;
}

.guide-btn {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    background: none;
    border: none;
}

.link {
    padding-left: 30px;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: #1E1E1E;
    font-size: 24px;
}
