@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'TheJamsil6ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil6ExtraBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/* typo */
body,
html {
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    overflow-x: hidden;
    box-sizing: border-box;
    word-break: break-word;
    letter-spacing: -1px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.2;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin-bottom: 20px;
    margin-top: 5px;
}

ul {
/*    margin: 0 0 15px 0;*/
/*    padding-left: 20px; */
    list-style: square outside none;
}
ol {
    padding-left: 15px;
    margin-bottom: 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 0.2.5s ease;
    -o-transition: all 0.2.5s ease;
    transition: all 0.2.5s ease;
}
a:hover {
    text-decoration: none;
    color: #fff;
}

*:focus {
    outline: none !important;
}

input, select {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    border: 1px solid transparent;
    border-radius: 4px;
}
select  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
   display:none;/*for IE10,11*/
}

*, *:before, *:after {
    box-sizing: inherit;
}

button.activetive.focus, button.activetive:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: none;
}
body {
    background-color: #fff;
}
.contentsWrap {
    width: 100%;
}
.wrap {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
}
/* Section */
.small {
    font-size: 80% !important;
}
.contents {
    padding: 50px 0;
    text-align: center;
}
.contents p {
    font-size: 18px;
}
.contents p.top {
    font-size: 24px;
    margin-bottom: 0;
}
.contents .wrap img {
    width: 100%;
    max-width: 450px;
}
.contents h2 span{
    position: relative;
    bottom: 5px;
    color: #4262ff;
}
header.info {
    height: 45px;
    font-size: 15px;
    background-color: #f8f9fa;
    color:#9e9e9e;
    padding:10px 15px;
}
.header {
    padding: 10px;
    max-width: 550px;
    margin: 0 auto;
}
.header .left {
    width: 50%;
    text-align: left;
}
.header .left img {
    width: 50px;
}
.header .right {
    width: 50%;
    text-align: right;
}
.header .right a {
    font-size: 16px;
    font-weight: 500;
}
.header .right a:hover {
    color: #4262ff;
}
@keyframes highlight {
    0% {
      width: 0; }
    100% {
      width: 100%; } 
}
.highlight {
    display: inline-block;
    z-index: 1;
    position: relative;
    margin: 0 auto 20px;
}
.highlight.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    background: #BBDEFB;
    z-index: -1;
    animation: highlight 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -webkit-animation: highlight 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
/* main */
.main {
    padding: 3vh 20px;
    text-align: center;
}
.main h1 {
    letter-spacing: -2px;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}
.main h1 span {
    color: #4262ff;
}
.main p.top {
    text-align: left;
    color: #9b9b9b;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.main p.point {
    margin-bottom: 40px;
    text-align: left;
}
.main a {
    display: block;
}
.main p.point span{
    margin-right: 1px;
    font-size: 16px;
    font-weight: 600;
    color: #4262ff;
}
.main p.timer {
    font-size: 16px;
    color: #333;
}
.main .box {
    background: #fff url('../img/main.png') no-repeat center bottom;
    background-size: contain;
    border-radius: 10px;
    padding: 30px;
    margin: 10px auto 30px;
    height: 300px;
}
.main .box p.tit {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.main .rateWrap {
    display: flex;
    margin: 30px 0;
}
.main .rateWrap .col {
    width: 50%;
}
.main .rateWrap .col p.top {
    font-size: 18px;
    color: #9b9b9b;
    font-weight: 400;
    margin-bottom: 0;
}
.main .rateWrap .col p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.bubbleWrap {
    position: relative;
    bottom: 10px;
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    -webkit-box-pack: center;
    justify-content: center;
    animation: motion .5s linear 0s infinite alternate;
}
.bubble {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 170px;
    height: 30px;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #333;
    border-radius: 8px;
}

.bubble::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-bottom: -7px;
    margin-left: -8px;
    border-top-color: #333;
    border-width: 8px 8px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
}
@keyframes motion{
    0% {
        bottom: 15px;
    }
    100% {
        bottom: 10px;
    }
}
@-ms-keyframes motion{
    0% {
        bottom: 15px;
    }
    100% {
        bottom: 10px;
    }
}
@-webkit-keyframes motion{
    0% {
        bottom: 15px;
    }
    100% {
        bottom: 10px;
    }
}
.sec00 {
    text-align: left;
}
.sec00 a:hover {
    color: inherit;
}
.sec00 p.item {
    margin-bottom: 0;
    text-align: left;
}
.sec00 p.item span{
    margin-left: 5px;
    padding: 5px 10px 8px;
    border: 1px solid #eee;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
}
.sec00 p.item span img {
    width: 25px;
}
.sec01{
    text-align: left;
}
.sec01 h3 span{
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 400;
}
.sec01 .rateWrap{
    display: flex;
}
.sec01 .rateWrap .left {
    width: 30%;
    text-align: left;
    color: #9b9b9b;
    font-weight: 500;
}
.sec01 .rateWrap .right {
    width: 70%;
    text-align: right;
    color: #fe5c2e;
    font-weight: 600;
    font-size: 18px;
}
.sec01 .rateWrap .right span {
    position: relative;
    bottom: 2px;
}
.sec01 .box, .sec02 .box {
    background: #f2f5f9;
    border-radius: 10px;
    padding: 30px;
    margin: 10px auto;
}
.contents .imgWrap {
    position: relative;
    width: 450px;
    height: 330px;
    margin: 0 auto;
}
.sec01 .imgWrap .ob1,
.sec01 .imgWrap .ob2,
.sec01 .imgWrap .ob3,
.sec01 .imgWrap .ob4,
.sec01 .imgWrap .ob5 {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.sec01 .imgWrap .ob3 {
    z-index: 0;
}
.sec01 .imgWrap.action1 .ob1 { opacity: 1; animation: bounceInDown 1s ease; }
.sec01 .imgWrap.action2 .ob2 { opacity: 1; animation: zoomInDown 1s ease; }
.sec01 .imgWrap.action3 .ob3 { opacity: 1; animation: zoomInUp 1s ease; }
.sec01 .imgWrap.action4 .ob4 { opacity: 1; animation: fadeInRight 1s ease; }
.sec01 .imgWrap.action5 .ob5 { opacity: 1; animation: motion .5s linear 0s infinite alternate; }

.sec02 .imgWrap .ob1,
.sec02 .imgWrap .ob2,
.sec02 .imgWrap .ob3,
.sec02 .imgWrap .ob4,
.sec02 .imgWrap .ob5,
.sec02 .imgWrap .ob6,
.sec02 .imgWrap .ob7,
.sec02 .imgWrap .ob8 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.sec02 .imgWrap .ob1 {
    z-index: 2;
    transform: translate(0, 0);
    transition: all 0.5s ease;
}
.sec02 .imgWrap .ob2 {
    z-index: 1;
    transform: translate(0, 0);
    transition: all 0.5s ease;
}
.sec02 .imgWrap .ob3 {
    z-index: 0;
    transform: translate(0, 0);
    transition: all 0.5s ease;
}
.sec02 .imgWrap .ob4 {
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.sec02 .imgWrap .ob5 {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.sec02 .imgWrap .ob6 {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.sec02 .imgWrap .ob7,
.sec02 .imgWrap .ob8 {
    z-index: 3;
}
/* 각각 부모 클래스에 따라 나타남 */
.sec02 .imgWrap.action3 .ob1 { opacity: 1; transform: translate(-30px, 20px); }
.sec02 .imgWrap.action4 .ob2 { opacity: 1; transform: translate(30px, -10px); }
.sec02 .imgWrap.action5 .ob3 { opacity: 1; transform: translate(20px, -50px); }
.sec02 .imgWrap.action6 .ob4 { opacity: 1; transform: translate(-30px, 20px); }
.sec02 .imgWrap.action7 .ob5 { opacity: 1; transform: translate(30px, -10px); }
.sec02 .imgWrap.action8 .ob6 { opacity: 1; transform: translate(20px, -50px); }
.sec02 .imgWrap.action2 .ob7 { opacity: 1; animation: move 3s linear 0s infinite alternate; }
.sec02 .imgWrap.action1 .ob8 { opacity: 1; animation: bounce 2s linear 0s infinite alternate; }
@keyframes move{
    0% {
        transform: translate(20px, 20px);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(20px, -20px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@-ms-keyframes move{
    0% {
        bottom: 15px;
    }
    100% {
        bottom: 10px;
    }
}
@-webkit-keyframes move{
    0% {
        bottom: 15px;
    }
    100% {
        bottom: 10px;
    }
}
.sec02 .txtBox {
    background-color: #d6ecfd;
    padding: 5px 10px;
    font-weight: 600;
}
.sec02 .txtBox img {
    width: 20px;
}
.sec03 .box {
    max-width: 550px;
    margin: 0 auto;
}
.sec03 .box .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 1px 0;
    background: #fff;
    border-radius: 10px;
}
.sec03 .box .list:nth-child(2) {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.sec03 .box .right {
    width: 30%;
}
.sec03 .box .right img {
    max-width: 85px;
}
.sec03 .box .left {
    width: 70%;
    text-align: left;
    padding: 10px;
}
.sec03 .box .left p {
    margin-bottom: 0;
    color: #616161;
    font-size: 14px;
}
.sec03 .box .left p.top {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #333;
}
.sec03 .box .left p.top span {
    font-size: 16px;
    font-weight: 500;
}
.sec04 .imgWrap .ob1, .sec04 .imgWrap .ob2,
.sec05 .imgWrap .ob1, .sec05 .imgWrap .ob2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec04 .imgWrap .ob2 {
    animation: tada 2s linear 0s infinite alternate;
}
.sec05 .imgWrap .ob1 {
    animation: pulse 1s linear 0s infinite alternate;
}
.sec05 h3{
    font-weight: 500;
}
.sec05 h3 span {
    color: #4262ff;
}
.sec05 .countWrap {
    padding: 0 15px;
    margin-top: 80px;
}
.sec05 .countTxtWrap {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.sec05 .countTxtWrap .right {
    width: 70%;
    text-align: right;
    font-weight: 600;
}
.sec05 .countTxtWrap .left {
    width: 30%;
    text-align: left;
    font-size: 20px;
}
.sec05 .graphTxtWrap {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 10px;
    font-size: 22px;
    color: #9b9b9b;
}
.sec05 .graphTxtWrap .right {
    width: 50%;
    text-align: right;
}
.sec05 .graphTxtWrap .left {
    width: 50%;
    text-align: left;
}
.sec05 .countNum {
    font-family: 'TheJamsil6ExtraBold';
    font-size: 25px;
    line-height: 30px;
    height: 35px;
    overflow: hidden;
    padding-right: 2px;
}
.sec05 .num {
    display: inline-block;
    width: fit-content;
    height: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 -2px;
}
.sec05 .num-list {
    display: block;
}
.sec05 .graph-bar {
    width: 100%;
    margin: 0 auto;
    height: 8px;
    background-color: #eee;
    border-radius: 50px;
}
.sec05 .graph-bar .graph {
    width: 0%;
    height: 8px;
    padding: 0;
    background: #FFEA00;
    border-radius: 50px;
    text-align: left;
}
.sec05 .graph-bar .graph.active {
    position: relative;
    width: 100%;
    height: 8px;
    padding: 0;
    background: #FFEA00;
    transition: all 1s ease;
    border-radius: 50px;
    text-align: left;
}
.sec05 .graph-bar .graph.active::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url('../img/coin.png') no-repeat center center;
  background-size: contain;
}
.sec06 {
    background-color: #f8f9f0;
}
.sec06 .imgWrap .ob1, .sec06 .imgWrap .ob2, .sec06 .imgWrap .ob3 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-30px);
    opacity: 0;
    transition: all .5s ease;
}
.sec06 .imgWrap.action1 .ob1 { opacity: 1; transform: translateY(0); }
.sec06 .imgWrap.action2 .ob2 { opacity: 1; transform: translateY(0); }
.sec06 .imgWrap.action3 .ob3 { opacity: 1; transform: translateY(0); }
.sec07 ul.list {
    list-style: none;
    max-width: 500px;
    margin: 0 auto;
}
.sec07 ul.list li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f8f9fa;
    margin: 5px 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding: 0 30px;
}
.sec07 ul.list img{
    width: 30px;
    vertical-align: middle;
    margin-right: 15px;
}
/* button */
.btn-default {
    display: block;
    max-width: 550px;
    margin: 0 auto;
    color: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    background-color: #0D47A1;
}
.btn-default:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.btn-default:hover {
    background: #4262ff;
}
#scroll-btn {
    display: none;
    padding: 0 10px 30px;
}
.btn-default2 {
    margin: 0 auto;
    background: #EEEEEE;
    color: #4262ff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}
.btn-default2:hover {
    background-color: #4262ff;
}
.btn-form {
    background-color: #fbb220;
    color: #162962;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 15px;
    border-radius: 50px;
}
.btn-form:hover {
    background-color: #FF8F00;
    color: #162962;
}

/* form */
.form {
    padding: 30px 10px;
    background-color: #0D47A1;
}
.bg-form {
    max-width: 600px;
    margin: 10px auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 8px 8px -6px rgba(0,0,0,1);
    -moz-box-shadow: 5px 8px 8px -6px rgba(0,0,0,1);
    box-shadow: 5px 8px 8px -6px rgba(0,0,0,1);
}
.form-text {
    color: #fff !important;
    text-align: center;
    margin-bottom: 1em;
}
.form-text h3 span {
    font-size: .8em;
    font-weight: 400;
}
form p {
    color: blue;
    font-weight: 600;
    text-align: center;
}
.col-form-label {
    font-weight: 600;
}
.form-row {
    align-items: center;
}
.form-check-box {
    background-color: #EEEEEE;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 50px;
}
textarea.agreement {width: 100%;line-height: 1.3; font-size: 12px;border-radius: 5px; border:1px solid #eee; color: gray;display: none}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:30px;
    height:30px;
    margin-right: 5px;
    vertical-align:middle;
    background:url('/img/circle-check-blank.png') no-repeat;
    background-size: cover;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url('/img/circle-check.png') no-repeat;
    background-size: cover;
}


.form-row>.col, .radio-row>[class*=col-] {
    padding:  0;
}
.custom-select, .form-control, .label-radio { 
    display:block;
    width:100%;
    padding:1px 10px;
    height:40px;
    line-height:35px;
    border:1px solid #dedede;
    border-radius:10px;    
}
textarea.form-control {
    line-height: 1.3;
    height: auto;
}
.label-radio {
    text-align:center;
}
.label-radio.activetive {
    background-color:#5270ff;
    color:#fff;
}
.label-radio-group input[type=radio]:checked+.label-radio {
    background-color:#162962;
    border-color:#162962;
    color:#fff;
}
.label-radio-group input[type=radio] {
    display:none;
}
@keyframes colorChange {
  0% {color: black;}
  50% {color: red;}
  100% {color: black;}
}
.colorChange {
    animation-name: colorChange;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    -webkit-animation-name: colorChange;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-name: colorChange;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: infinite;
}
/*colorChange end*/
/* footer */
footer {
    border-top: 1px solid #c9c9c9;
}

footer p {
    font-size: 15px !important;
    line-height: 1;
    color: #333;
    margin: 0 auto;
}
  
.footer-top{
    border-top: 1px solid #c9c9c9;
    padding: 1rem;
}
/* etc */
.m-text {
    display: none;
}
/* responsive */

@media screen and (max-width: 991px) { /* col-lg -> col-md */
}
@media screen and (max-width: 768px) { /* tablet */
    h1 {
        font-size: 32px;
    }
    .m-text {
        display: block;
    }
    .p-text {
        display: none;
    }
    .contents {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 485px) {
    h1 {
        font-size: 37px;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    .contents p {
        font-size: 16px;
    }
    .contents p.top {
        font-size: 20px;
    }
    .contents .imgWrap {
        width: 350px;
        height: 280px;
    }
    .main .box {
        height: 150px;
    }
    .sec00 p.item span{
        margin-left: 1px;
        padding: 5px 5px 8px;
        border: 1px solid #eee;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 400;
    }
    .sec00 p.item span img {
        width: 20px;
    }
    .sec01 .box, .sec02 .box {
        padding: 15px;
    }
    .sec03 .box .left p.top {
        font-size: 22px;
    }
    form p {
        font-size: 14px !important;
        margin-bottom: 10px;
    }
    /*.form-check-box {
        font-size: 12px;
    }*/
    input[type="checkbox"] + label span {
        width: 25px;
        height: 25px;
    }
    .label-radio, .col-form-label {
        font-size: 14px;
    }

}

@media screen and (max-width: 375px) { /* iphone SE */
    .contents .imgWrap {
        width: 250px;
        height: 190px;
    }
}

@media screen and (width: 280px) and (height: 653px) { /* galaxy fold */
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 18px;
    }
}

