@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;700&display=swap');

/* 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;
    -webkit-user-select:none;
      -moz-user-select:none;
      -ms-user-select:none;
      user-select:none
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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 */
.navbar {
    background-color: #0D47A1;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    padding: 15px;
}

.color1 {
    color: #90CAF9;
    transition: all ease 0.2s 0s;
}

.color2 {
    color: #E3F2FD;
    transition: all ease 0.2s 0s;
}

.color3 {
    color: #fff;
    transition: all ease 0.2s 0s;
}

.top-link:hover .color1 {
    color: #E3F2FD;
}

.top-link:hover .color2 {
    color: #BBDEFB;
}

.top-link:hover .color3 {
    color: #90CAF9;
}

/* main image */
.img-darker:after {
    content:"";
    display:block;
    position:absolute;
    background-color: rgba(0,0,0,0.9) !important;
}

.main-title h3 {
    font-size: 2.5em;
    line-height: 1.3em;
    letter-spacing: -1px;
    font-weight: 700;
}

.main-img {
    width: 35%;
}

/* button */
.btn-hover-none:hover, .btn-hover-none:active {
    color: #1565C0 !important;
    background-color: #fff !important;
    border-color: #6c757d;
    text-decoration: none;
    cursor: default !important;
}

.btn-default {
    background-color: #0D47A1;
    color: #fff;
    border-radius: 100px;
}

.btn-default:hover {
    background-color: #1A237E;
    color: #fff;
}

.btn-main {
    background-color: #0D47A1;
    color: #fff;
    border-radius: 100px;
    width: 50%;
    font-size: 1.5em;
    font-weight: 700;
}

.btn-main:hover {
    background-color: #1A237E;
    color: #fff;
}


.btn-darker {
    background-color: #1565C0;
    color: #fff;
}

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

.btn-outline {
    border : 1px solid #0D47A1;
    color: #0D47A1;
    padding: 8px 20px;
    background-color: #fff;
}

.btn-outline:hover {
    background-color: #0D47A1;
    color: #fff;
}

.btn-form {
    background: none;
    font-size: 0.8em;
    border-radius: 4px;
    color: #1565C0;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 20px;
    cursor: pointer;
}

.btn-delete {
    text-decoration: underline;
    color: #121212;
}

.btn-delete:hover {
    color: #f44336;
}

.link-default {
    color: #0D47A1;
    font-size: 1.2em;
    font-weight: 700;
}

.outline-list {
    border : 1px solid #9b9b9b;
    background-color: #f8f9fa; 
    max-width: 250px;
    padding: 8px 20px;
    margin: 15px auto;
    border-radius: 50px;
    font-weight: 600;
}

/* form */
form h5 {
    color: #0D47A1;
    font-weight: 600;
    font-size: 1em;
    padding: 10px;

}

form p {
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: 600;
}

.bg-form {
    background-color: #fff;
    padding: 3em;
    margin: 1em;
    -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);

}

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

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

.section-space-b0 {
    padding : 60px 0 0 0;
}

.section-title {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 30px;
    font-weight: 400;
}

.section-title span {
    font-weight: 700;
}

.section-text {
    font-size: 1.1em;
    letter-spacing: -1;
}

.section-align {
    padding-left: 80px;
}

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

.reason-list li {
    list-style: none;
    padding: 15px 0;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: -1;
}

.reason-list span {
    display: inline-block;
    text-align: center;
    width: 32px;
    margin-right: 10px;
    line-height: 1.5em;
    border-radius: 5px;
    background-color: #0D47A1;
    font-size: 1.2em;
    color: #fff;
}

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

.text-red {
    color: #f44336;
}

.m-text {
    display: none;
}

.fa-ul li {
    text-align: left;
    font-weight: 700;
    padding: 10px;
}

.box {
    margin: 0 auto;
    position: relative;
}

.img-responsive {
    width: 60%;
}

.img-responsive2 {
    width: 80%;
}

.text-count {
    font-size: 1.2em;
}

.text-count span {
    font-size: 2em;
    font-weight: 700;
    color: #0D47A1;
    padding: none;
}


/* background */
.bg-default {
    background-color: #0D47A1;
}

.bg-darker {
    background-color: #121958;
}

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

/* footer */
footer {
    border-top: 1px solid #c9c9c9;
}

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

/* 기존 form */
.formWrap{
width: 100%;
max-width: calc(100vw - 21px);
height: auto;
float: left;
margin: -20px 0px 20px;
border: solid 1px #dedede;
}
.formWrap{
text-align:center;
}
.title.wrap > img{
width:300px;
}
.formWrap .count{
font-size: 0.938rem;
font-weight: 600;
background: #f2f2f2;
padding: 10px 20px;
}

.formWrap h2{
width: 100%;
height: auto;
float: left;
text-align: left;
font-weight: bold;
font-size: 1.125rem;
padding-bottom: 5px;
margin-bottom: 10px;
color: #000;
}
.formWrap h2 span{
font-weight: 800;
}
.formWrap form{
width: 100%;
height: auto;
float: left;
padding: 20px 15px 40px;
background: #fff;
}
.formWrap:first-child{
margin-top: 20px;
}
.inputWrap input{
height: auto;
border-radius: 3px;
margin-bottom: 10px;
}
.inputWrap.memo{
height: 100px;
line-height: +1.5;
}
.inputWrap.captcha{
height: 115px;
}
.inputWrap.captcha .showCaptcha{
width: 95%;
height: 80px;
line-height: 80px;
font-size: 1.750rem;
text-align: center;
border: solid 1px #ddd;
background: #f5f5f5;
color: #000;
float: left;
}
.inputWrap.captcha label{
padding-right: 5%;
}
.inputWrap.captcha label span{
float: right;
width: 1.125rem;
height: 35px;
display: inline-block;
cursor: pointer;
}
.inputWrap.captcha label span img{
width: 100%;
height: auto;
}
.inputWrap.captcha div{
width: 50%;
height: 100%;
display: table-cell;
vertical-align: bottom;
}
.inputWrap.captcha div > *{
display: inline-block;
float: none;
vertical-align: bottom;
}
.inputWrap label{
float: left;
display: block;
text-align: left;
font-weight: 700;
width: 100%;
height: 40px;
line-height: 40px;
color: #000;
}
.inputWrap textarea{
width: 100%;
height: 65px;
float: left;
padding: 10px 5px;
box-shadow: none;
resize: none;
border-radius: 0;
background: #fff;
border: 1px solid #ddd;
}
.inputWrap select,
.inputWrap input{
float: left;
padding: 0 5px;
box-shadow: none;
resize: none;
border-radius: 0;
width: 100%;
height: 40px;
background: #fff;
border: 1px solid #ddd;
}
.inputWrap.radioWrap .left,
.inputWrap.radioWrap .right{
width: 50%;
float: left;
color: #333;
font-size: 14px;
text-align: left;
}
.inputWrap.radioWrap .left input,
.inputWrap.radioWrap .right input{
width: 15px;
height: 15px;
margin-right: 5px;
position: relative;
top: 3px;
}
.inputWrap.radioWrap .left label,
.inputWrap.radioWrap .right label{
width: auto;
font-weight: normal;
}
.inputWrap.radioWrap .left input,
.inputWrap.radioWrap .right input,
.inputWrap.radioWrap .left label,
.inputWrap.radioWrap .right label{
float: none;
display: inline-block;
}
.inputWrap span{
width: 10px;
height: 100%;
display: block;
float: left;
text-align: center;
color: #000;
}
.inputWrap select::-ms-expand{
border: none;
background: none;
}
.inputWrap .smallBox{
width: calc((100% - 21px)/3);
height: 40px;
}
.inputWrap .middleBox{
width: calc(100% - 40px);
margin-right: 5px;
}
.inputWrap .middleBox + span{
width: auto;
height: 40px;
line-height: 40px;
display: inline-block;
}
.policyWrap{
height: auto;
overflow: hidden;
text-align: left;
margin: 10px 0 20px;
font-size: 13px;
color: #000;
}
.policyWrap .bgWrap{
width: 100%;
height: 50px;
line-height: 50px;
float: left;
background: #E4EAED;
border: none;
padding: 0 10px;
}
.policyWrap .left,
.policyWrap .right{
width: 50%;
height: auto;
float: left;
}
.policyWrap .right{
text-align: right;
width: 50%;
height: auto;
float: left;
}
.policyWrap .agree{
width: 0;
height: 15px;
opacity: 0;
}
.policyWrap .agree + .check{
width: 20px;
height: 20px;
border: solid 1px #aaa;
border-radius: 10px;
display: inline-block;
margin-right: 5px;
position: relative;
top: 5px;
}
.policyWrap .agree:checked + .check{
background: url("../img/icon_check.png") no-repeat center;
background-size: 70% auto;
}

.formWrap .btnWrap .sendBtn{
width: 100%;
line-height: 60px;
text-align: center;
font-size: 1.5rem;
font-weight: bold;
color: #eaf0f7;
background: #222222;
border-radius:15px;
font-family: 'Noto Sans KR', sans-serif;
}
.btnWrap .sendBtn a{
width: 100%;
height: 100%;
float: left;
display: block;
}

.btnWrap p {
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 0.75rem;
  color: #05429b;
  line-height: 25px;
}
.btnWrap span {
  color: #ff0000;
  line-height: 25px;
  font-size: 0.80rem;
  font-weight: bold;
}
.privacyWrap{
text-align: center;
margin: 10px 0;
}
.privacyWrap img{
width: auto;
height: auto;
margin-bottom: 5px;
}
.privacyWrap .privacy{
font-size: 0.750rem;
color: #05429b;
}
.privacyWrap .privacy span{
color: #ff0000;
font-weight: bold;
}

  

/* responsive */
@media screen and (max-width: 485px) {
    .main-title h3 {
        font-size: 1.7em;
    }

    .main-img {
        width: 100%;
    }

    .btn-main {
        width: 100%
    }

    .section-title {
        font-size: 1.4em;
    }

    .section-count {
        background: none;
        padding: 0px;
    }

    form p {
        font-size: 0.7em;
    }

    .bg-form {
        padding: 3em 1em;
    }
    
    .img-responsive, .img-responsive2 {
        width: 100%;
    }

    .reason-list li {
        font-size: 1em;
    }

    h2 {
        font-size: 30px;
    }

    .text-count {
        font-size: 0.9em;
    }

    .text-count span {
        font-size: 1.3em;
    }

    
}

@media screen and (max-width: 768px) { /* tablet */   
}

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

@media screen and (max-width: 991px) { /* col-lg -> col-md */
    .col {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .section-align {
        text-align: center;
        padding-left: 15px;
    }

    .p-text {
        display: none;
    }
    
    .m-text {
        display: block;
    }
}

#scroller table {
    width: 100%;
    line-height: 2em;
}


#scroller2 {
    width: 100%;
    height: 300px
}

.simply-scroll .simply-scroll-clip {
    height: 300px !important;
    width: 100% !important;
}

.simply-scroll {
    height: 300px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

textarea.agreement {line-height: 1.5; font-size: 12px;}

textarea.form-info {
    width:100%; 
    min-height:86px; 
    margin-top: 10px;
    vertical-align: middle;
    border:1px solid #eaeaea;
    font-size:14px;
    line-height:1.4;
    resize:none;
}
