@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("https://font.elice.io/css?family=Elice+DX+Neolli");
/* typo */

body,
html {
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    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: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    font-family: 'Elice DX Neolli'
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin-bottom: 20px;
}

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 {
    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.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
    outline: none;
}

body {
    background-color: #F5F5F5;
}

.contentsWrap {
    margin: 0 auto;
    background-color: #fff;
}

.wrap {
    /* max-width: 700px; */
    width: 100%;
    margin: 0 auto;
}

/* Section */

.small {
    font-size: 80% !important;
}

.contents {
    padding: 60px 0;
    text-align: center;
}

.contents h1 span,
h2 span,
h3 span {
    color: #007676;
    position: relative;
    bottom: 3px;
}

.contents p {
    font-size: 18px;
}

.contents p.sub {
    margin-bottom: 10px;
}

.contents p.sub span {
    font-size: 20px;
    font-weight: 500;
    padding: 8px 20px 5px;
    border: 2px solid #08afa6;
    color: #08afa6;
    border-radius: 50px;
    font-family: 'Elice DX Neolli'
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/* main */

.main {
    background: #c6ebfb url('../img/bg.jpg') no-repeat 90% 50%;
    background-size: cover;
    color: #007676;
    text-align: center;
    padding: 10vh 0 0;
}

.main p.sub {
    font-size: 30px;
    color: #08afa6;
    font-weight: 500;
    margin-bottom: 5px;
}

.main h1 {
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.main p.timer {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #007676;
    position: absolute;
    transform: translate(-50%, 0);
    top: 10px;
    left: 50%;
}

/*.main .item {
    max-width: 600px;
    margin: 10px auto;
}
.main .item .circle {
    width: 150px;
    height: 150px;
    border-radius:50%;
    display:flex;
    border: 1px solid #fff;
    text-align:center;
    color:white;
    margin: auto;
}
.main .item .circle .inner {
    margin: auto;
}
.main .item .circle .inner p {
    margin: 0;
}*/

.main img.mainImg {
    width: 100%;
    max-width: 500px;
}

/* .btnWrap {
    background-color: #007676;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 30px 10px;
    font-weight: 500;
} */

/* sec  */

.imgBox {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.sec00 {
    text-align: left;
}

.sec00 .left .box {
    border-radius: 20px;
    background-color: #eee;
    overflow: hidden;
    text-align: left;
}

.sec00 .left .box span {
    display: inline-block;
    padding: 8px 20px;
    background-color: #08afa6;
    border-radius: 20px 0 20px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.sec00 .left .box p {
    font-size: 18px;
    margin: 15px 25px;
}

.sec00 .right ul {
    list-style: none;
}

.sec00 .right ul li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 10px 0;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding: 0 30px;
    overflow: hidden;
}

.sec00 .right ul li img {
    width: 50px;
    vertical-align: middle;
    margin-right: 15px;
}

.sec01 {
    background-color: #12b2aa;
    color: #fff;
}

.sec01 p.sub span {
    border: 2px solid #fef657;
    color: #fef657;
}

.sec01 .imgWrap {
    position: relative;
    width: 90%;
    height: 370px;
    margin: 30px auto 0;
}

.sec01 .imgWrap .ob1 {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec01 .imgWrap .ob2 {
    width: 200px;
    top: 0px;
    right: 90%;
    rotate: -20deg;
    position: absolute;
}

.sec01 .imgWrap .ob3 {
    top: 40%;
    left: 90%;
    width: 250px;
    rotate: 10deg;
    position: absolute;
}

.sec01a {
    background-color: #ecf9f0;
    text-align: left;
}

.sec01a .section-count {
    background-color: #fff;
    padding: 30px;
}

.sec01a .section-count p {
    margin-bottom: 0;
}

.sec01a .text-count {
    font-size: 1.2em;
    letter-spacing: -1px;
}

.sec01a .text-count span {
    font-size: 1.9em;
    font-weight: 700;
    color: #007676;
    padding: none;
}

.sec02 {
    text-align: left;
}

.sec03 {
    background-color: #ecf9f0;
}

.sec03 .info-table {
    border-top: 2px solid #08afa6;
    border-bottom: 2px solid #08afa6;
    background-color: #fff;
}

.sec03 .info-table table {
    margin-bottom: 0;
}

.sec03 .info-table table th {
    background-color: #08afa6;
    color: #fff;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}

.sec03 .info-table table td {
    text-align: left;
    padding-left: 1em;
    vertical-align: middle;
}

.sec03 .info-table .table th {
    border-top: 0;
}

.sec03 .imgWrap {
    position: relative;
    width: 100%;
    height: 270px;
    margin: 30px auto 0;
}

.sec03 .imgWrap .ob1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec03 .imgWrap .ob2 {
    z-index: 1;
    width: 180px;
    top: 0px;
    right: 90%;
    position: absolute;
}

.sec03 .imgWrap .ob3 {
    z-index: 1;
    top: 50px;
    left: 85%;
    width: 180px;
    position: absolute;
}

.sec04 {
    background-color: #f8f8f8;
}

.sec05 {
    text-align: center;
}

.sec05 h2 {
    color: #fff;
}

.sec05 p.small {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

/*sec05 ticker*/

.box1,
.box2 {
    background-color: #F5F5F5;
    border-radius: 20px;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

.box1-inner,
.box2-inner {
    padding: 15px 5px;
}

.box1 .tg,
.box2 .tg {
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    background: #F5F5F5;
    table-layout: fixed;
}

.box1 .tg td,
.box2 .tg td {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
    border-bottom: 1px dotted #ddd;
    letter-spacing: -0.75px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    display: inline-block;
}

.box1 .tg td {
    width: calc(100% / 3);
}

.box2 .tg td {
    width: 20%;
}

.box2 .tg td.col1 {
    width: 80%;
    text-align: left;
}

.box1 .tit1 {
    background-color: #616161;
    color: #fff;
    padding: 2px 12px;
    border-radius: 50px;
}

.box1 .tit2 {
    background-color: #005bac;
    color: #fff;
    padding: 2px 12px;
    border-radius: 50px;
}

.box1 .tit3 {
    background-color: #FF1744;
    color: #fff;
    padding: 2px 12px;
    border-radius: 50px;
}

.box2 .tit1 {
    background-color: #007E33;
    color: #fff;
    padding: 2px 12px;
    border-radius: 50px;
}

/* color */

.bg-darker {
    background-color: #2d3945;
}

.text-default {
    color: #006af2
}

.text-red {
    color: #f44336 !important;
}

/* button */

.btn-default {
    display: block;
    background: #363f98;
    color: #fff;
    padding: 20px 10px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 400;
}

.btn-default:after,
.btn-link: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-color: #232965
}

.btn-default span {
    font-weight: 600;
    position: relative;
    bottom: 3px;
}

#scroll-btn {
    display: none;
    padding-bottom: 30px;
}

.btn-link {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
}

.btn-link:hover {
    color: #fff;
}

.btn-default2 {
    background-color: #0e3b64;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
}

.btn-default2:hover {
    background-color: #09233b;
    color: #fff;
}



.btn-form:hover {
    background-color: #007676;
    color: #fff;
}



/* etc */

.m-text {
    display: none;
}

/* responsive */

@media screen and (max-width: 991px) {
    /* col-lg -> col-md */
    .sec00,
    .sec02 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    /* tablet */
    h1 {
        font-size: 32px;
    }
    .m-text {
        display: block;
    }
    .p-text {
        display: none;
    }
    .sec01a,
    .sec05 {
        text-align: center;
    }
}

@media screen and (max-width: 485px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
    .wrap {
        padding: 0 10px;
    }
    .contents {
        padding: 30px 0;
    }
    .main {
        background-position: 50% 50%;
    }
    .sec01 .imgWrap {
        height: 250px;
        width: 100%;
    }
    .sec01 .imgWrap .ob2 {
        width: 100px;
        right: 70%;
    }
    .sec01 .imgWrap .ob3 {
        width: 150px;
        left: 65%;
    }
    .sec01a .section-count {
        background: none;
        padding: 0px;
    }
    .sec01a .text-count {
        font-size: 0.9em;
    }
    .sec01a .text-count span {
        font-size: 1.5em;
    }
    .sec03 .imgWrap {
        width: 90%;
    }
    .sec03 .imgWrap .ob2 {
        width: 100px;
        right: 95%;
    }
    .sec03 .imgWrap .ob3 {
        width: 100px;
    }
    .imgBox {
        max-width: 300px;
    }
    .box2 .tg td {
        width: 30%;
    }
    .box2 .tg td.col1 {
        width: 70%;
    }
}

@media screen and (max-width: 375px) {
    /* iphone SE */
    .box1 .tg td,
    .box2 .tg td {
        font-size: .8em !important;
    }
}

@media screen and (width: 280px) and (height: 653px) {
    /* galaxy fold */
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 18px;
    }
    .custom-select,
    .form-control {
        font-size: 11px;
    }
}