
/* typo */
body,
html {
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    overflow-x: hidden;
    word-break: keep-all;
}
#bgw{width: 45%; margin: 0 auto; font-size: 17px; padding: 5px 0 1px;}
#bgw span{font-size: 20px;} 
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 1.2em;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin-bottom: 12px;
}

ul {
    margin: 0 0 15px 0;
    /* padding-left: 15px; */
    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;
}

img:after{
    content: "";
    clear: both;
    text-align: center;
}

a {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: none;
}

/* Header */


/* main image */
.main {
    background:url('../img/bg1.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 70vh;
    padding: 20vh 0;
}

.timer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #000;
    font-weight: 600;
}

.down-arrow {
    position: relative;
    top: 10vh;
}

.main h2 {
    font-size: 2.5em;
    line-height: 1.3em;
    letter-spacing: -1px;
    font-weight: 600;
}

.main p {
    font-size: 1.6em;
    margin-bottom: 10px;
}

.main .logo {
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 30px;
}

.main .logo img {
    width: 40px;
}
.main-list .col:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.main-list h3 {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
}

.main-list h3 span {
    font-size: 2em;
    font-weight: 600;
    position: relative;
    bottom: 10px;
}
/* button */
.btn-hover-none:hover, .btn-hover-none:active {
    color: #0e3b64 !important;
    background-color: #fff !important;
    border-color: #6c757d;
    text-decoration: none;
    cursor: default !important;
}

.btn-default {
    background-color: #2F5FD2;
    border-radius: 0;
    color: #fff;
}

.btn-default:hover {
    background-color: #0e3b64;
    color: #fff;
}

.btn-darker {
    background-color: #3F3F3F;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 700;
}

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

.btn-main {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 50px;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 50px;
}

.btn-main:hover {
    background-color: #fff;
    color: #00A0E9;
}

/* form */
.form-title {
    font-size: 1.9em;
}

.col-form-label {
    font-weight: 600;
}

.form-check-box {
    background-color: #EEEEEE;
    padding: 0.5em 2em;
}

.form-text {
    font-weight: 600;
    line-height: 1.4em;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url('../img/blank-check-box.png') no-repeat;
    background-size: cover;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url('../img/check-box.png') no-repeat;
    background-size: cover;
}

/* section default */
.contents {
    padding : 60px 0;
}

.contents h2 {
    font-size: 2.4em;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.contents h2 span {
    font-weight: 400;
}

.contents h3 {
    font-weight: 400;
    line-height: 1.4em;
}

.contents h3 span {
    font-weight: 700;
}

.contents .small {
    font-size: 80%;
    color: #9b9b9b;
}

.contents h5 {
    color: #7a7a7a;
    font-weight: 500;
}
.section-count {
    background-color: #fff;
    padding: 30px;
}

.section-count p {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 700;
    color: #9b9b9b;
}

.section-count span {
    font-size: 2.4em;
    font-weight: 700;
    padding: none;
    color: #333;
    position: relative;
    bottom: 8px;
}

.text-default {
    color: #0e3b64;
}

.text-red {
    color: #f44336;
}

.text-blue {
    color: #198bfb;
}

.text-lighter {
    color: #9b9b9b;
}

.text-shadow {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.m-text {
    display: none;
}

.btn-m {
    display: none;
}

.list-item {
    list-style: none;
}

.list-item li {
    height: 60px;
    line-height: 60px;
    background: #fff;
    margin: 5px 0;
    box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    padding: 0 30px;
}

.list-item li img {
    width: 30px;
}

.fa-ul li {
    text-align: left;
    font-size: 1.2em;
    padding: 10px 5px;
}

/* background */
.bg-default {
    background-color: #198bfb;
}

.bg-darker {
    background-color: #1755b5;
}

.bg-lighter {
    background-color: #E3F2FD;
}

.bg-pattern {
    background: url('../img/bg_con_pc.png'), #FAFAFA;
    background-size: cover;
}
/* footer */
footer {
    border-top: 1px solid #c9c9c9;
}

footer p {
    font-size: 0.65em;
    line-height: 1.5em;
    color: #9b9b9b;
    margin: 0;
}

.footer-top{
    border-top: 1px solid #c9c9c9;
    padding: 1rem;
}

.po-1 {
    position:relative;
    top: 12px;
}

/* responsive */
@media screen and (max-width: 991px) { /* col-lg -> col-md */
    /* .col {
        padding-top: 1em;
        padding-bottom: 1em;
    } */
	
	
}
@media screen and (max-width: 768px) { /* tablet */   
    .p-text {
        display: none;
    }
    .m-text {
        display: inherit;
    }
    .btn-m {
        display: inline;
    }

    .form-check-box {
        padding: 0 2em;
    }

    .footer-top {
        padding: 0;
    }

    .bg-pattern {
        background-image: url('../img/bg_con.png');
    }

    .main {
        background:linear-gradient(90deg, rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url('../img/bg1_m.jpg') no-repeat;
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url('../img/bg1_m.jpg') no-repeat;
        background: -moz-linear-gradient(left, rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url('../img/bg1_m.jpg') no-repeat;
        background: -o-linear-gradient(left, rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url('../img/bg1_m.jpg') no-repeat;
        background-size: cover;
        background-position: center bottom;
        height: 75vh;
        padding: 15vh 0;
        text-align: center;
    }

    .main h2 {
        font-size: 2em;
    }
    
    .down-arrow {
        top: 8vh;
    }

    .simply-scroll {
        padding: 1em 0;
        height: auto !important;
    }

    .simply-scroll .simply-scroll-list li {
        width: 100px !important;
        height: 24px !important;
    }

    .simply-scroll .simply-scroll-list li > img {
        width: 80px;
    }
    .m-center {
        text-align: center !important;
    }
    .contents h2 {
        font-size: 2em;
    }
}
@media screen and (max-width: 485px) {
    h2 {
        font-size: 30px;
    }
    .form-check-box {
        font-size: 0.8em;
    }
    .list-item li {
        font-size: 0.9em;
        padding: 0 0 0 20px;
    }
    .list-item li img {
        max-width: 20px;
    }
    .main .logo {
        bottom: 8px !important;
		text-align: left;
    }
    .main-list h3 {
        font-size: .9em;
    }
    .main-list h3 span {
        font-size: 1.8em;
        bottom: 3px;
    }
	#bgw{width:100%; font-size: 14px;}
}
@media screen and (width: 320px) { /* SE */
    .main-list h3 {
        font-size: .8em;
    }

    .main-list h3 span {
        font-size: 1.3em;
        bottom: 0px;
    }
	#arrow {padding-left: 0%;
}
}

@media screen and (width: 280px) and (height: 653px) { /* galaxy fold */
}

.text_box {
    width: calc(100% - 40px) !important;
    float: left;
}

.text_box_text {
    width: 40px;
    float: left;
    padding-top: 5px;
}

.txtAni {
    animation-name: txtAni;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    -webkit-animation-name: txtAni;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-name: txtAni;
    -ms-animation-duration: 1.5s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: infinite;
}
@keyframes txtAni{
	0% {
		opacity: 0.1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}
@-ms-keyframes txtAni{
	0% {
		opacity: 0.1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}
@-webkit-keyframes txtAni{
	0% {
		opacity: 0.1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}
