@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}
/* 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: #006bff;
}
header.info {
    height: 45px;
    font-size: 15px;
    background-color: #f8f9fa;
    color:#9e9e9e;
    padding:10px 15px;
}
.header {
    padding: 10px 0 0;
    max-width: 550px;
    margin: 0 auto;
}
.header .left {
    width: 50%;
    text-align: left;
    font-weight: 800;
    color: #7b7b7b;
    font-size: 18px;
}
.header .left img {
    width: 40px;
}
.header .right {
    width: 50%;
    text-align: right;
}
.header .right a {
    font-size: 16px;
    font-weight: 500;
}
.header .right a:hover {
    color: #006bff;
}
/* main */
.main {
    padding: 2vh 20px;
    text-align: center;
}
.main h1 {
    letter-spacing: -2px;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}
.main h1 span {
    color: #006bff;
}
.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: #006bff;
}
.main p.timer {
    font-size: 16px;
    color: #333;
}
.main img{
    width: 100%;
    max-width: 400px;
}
.sec01 {
    background-color: #f5f5f5;
    padding: 20px 0;
}
.sec01 .outBox {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 20px;
}
.sec01 .titleWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
.sec01 .titleWrap h2{
    font-family: 'NanumSquareNeoExtraBold';
    font-size: 26px;
}
.sec01 .titleWrap .right {
    width: 20%;
    margin: auto;
}
.sec01 .titleWrap .right img {
    max-width: 80px;
}
.sec01 .titleWrap .left {
    width: 80%;
    margin: auto;
    text-align: left;
}
.sec01 .boxWrap {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sec01 .box {
    width: calc((100% / 3) - 10px);
    margin: 5px;
}
.sec01 .box p span {
    font-family: 'NanumSquareNeoExtraBold';
    font-size: 24px;
    color: #0079ea;
}
.sec03 {
    background-color: #E8F5E9;
}
.sec03 h2 span{
    color: #00C853;
}
.sec03 ul.list {
    list-style: none;
    max-width: 500px;
    margin: 30px auto 0;
}
.sec03 ul.list li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f8f9fa;
    margin: 15px 0;
    border-radius: 5px;
    font-size: 24px;
    color: #1B5E20;
    text-align: center;
    padding: 0 30px;
}
.sec03 ul.list li span{
    font-weight: 800;
    position: relative;
    bottom: 3px;
}
.sec04 ul.list {
    list-style: none;
    max-width: 500px;
    margin: 0 auto;
}
.sec04 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;
}
.sec04 ul.list img{
    width: 30px;
    vertical-align: middle;
    margin-right: 15px;
}
.sec05 {
    background-color: #E3F2FD;
}
.sec05 .mySwiper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.sec05 .mySwiper .swiper-slide .box{
    padding: 30px 15px;
}
.sec05 .mySwiper .swiper-slide{
    background: #fff url(../img/sec05-1.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
    border-radius: 10px;
    overflow: hidden;
}
.sec05 .mySwiper .swiper-slide:nth-child(2){
    background: #fff url(../img/sec05-2.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.sec05 .mySwiper .swiper-slide:nth-child(3){
    background: #fff url(../img/sec05-3.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.sec05 .mySwiper .swiper-slide:nth-child(4){
    background: #fff url(../img/sec05-4.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.sec05 .mySwiper .swiper-slide p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}
.sec05 .mySwiper .swiper-slide p.name{
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 5px;
}
.sec05 .mySwiper .swiper-slide p.num{
    font-size: 16px;
    font-family: 'NanumSquareNeoExtraBold';
}
.sec05 .mySwiper .swiper-slide p.num span{
    font-size: 24px;
    color: #006bff;
}
.sec05 .mySwiper .swiper-slide hr{
    width: 50%;
}
.mySwiper .swiper-pagination-bullet-active {
    background: #006bff !important;
}
/* 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: #0041ff;
}
.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: #006bff;
}
#scroll-btn {
    display: none;
    padding: 0 10px 30px;
}
.btn-default2 {
    display: block;
    text-align: center;
    background: #f0f0f0;
    color: #333;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}
.btn-default2:hover {
    background-color: #333;
    color: #fff;
}
.btn-default3 {
    text-align: center;
    background: #00C853;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}
.btn-default3:hover {
    background-color: #00E676;
    color: #fff;
}
.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: #08306d;
}
.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;
    }
    .sec01 .box p span {
        font-size: 20px;
    }
    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 */
}

@media screen and (width: 280px) and (height: 653px) { /* galaxy fold */
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 18px;
    }
}

