*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    color: #222;
    font-family: 'GongGothicMedium';
    letter-spacing: -1;
}
html{
    font-size: 14px;
}
.mobile_header{
    display: none;
}
.col-8{
    margin:0 auto;
    position: relative;
}
.header_container{
    background-color: #84BCFF;
}
.header{
    height: 9.375rem;
    display: flex;
    align-items: center;
    background-color: #84BCFF;
}
.header > .col-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#navbar{
    background-color: transparent !important;
}
.nav{
    justify-content: space-between;
    align-items: center;
}
.nav-link{
    color: #fff !important;
    font-size: 1.25rem !important;
}
.logo{
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    cursor: pointer;
}
.logo > span{
    font-size: .6875rem;
    color : #fff;
    letter-spacing: 1;
}
.phone_num{
    padding: .3125rem 1.5625rem;
    background-color: #21528F;
    border-radius: .5rem;
    color : #fff;
    font-size: 1.5rem;
    font-weight: 400;
}
.main_header{
    padding: 1.875rem 0 6.5rem 0;
}
.main_header_title{
    font-size: 1.875rem;
    font-weight: 300;
    padding: 0 0 3.125rem 0;
}
.main_haeder_content{
    font-size: 2.5rem;
    font-weight: 500;
}
.main_haeder_subContent{
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 5rem;
}
.main_haeder_subContent > span{
    font-family: 'InkLipquid';
    font-weight: 300;
    color: #073E81;
    font-size: 4.375rem;
    position: relative;
    z-index: 4;
}
.main_haeder_subContent > span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    background-color: #fff;
    border-radius: 1000px;
    bottom:20%;
    left: 0;
    z-index: -1;
}
.header_girl{
    position: absolute;
    top:-10%;
    right: 10%;
    z-index: 1;
}
.header_girl::after{
    content: "";
    position:absolute;
    width: 477px;
    height: 477px;
    background-color: #073E81;
    z-index: -1;
    right: -50%;
    border-radius: 1000px;
}

.content_form{
    position:fixed;
    left: 0%;
    right: 0%;
    bottom: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.875rem;
    border-radius: 1000px;
    border: solid 3px #C1DDFF;
    backdrop-filter: blur(3px);
    z-index: 999;
}
.content_form > form{
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.form_title{
    font-size: 1.25rem;
    font-weight: 600;
}
.form_title > span{
    color :#969696;
    font-size: .9375rem;   
}
.private_insert{
    display: flex;
    justify-content: space-between;
}

.private_insert > input{
    border-radius: 1000px;
    padding : .3125rem .625rem;
    height: 3.125rem;
    border: solid 1px #84BCFF;

}
.private_check{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.private_check > input{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.private_insert > input:focus{
    outline: 2px solid #e9e9e9;
}
.submit{
    border-radius: 1000px;
    border:none;
    background-color: #034392;
    height: 55px;
}
.submit > a{
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
}

.content{
    margin-top : -20px;
    position:relative;
}
.content_container{
    background-image: url('../img/main_background.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 200px;
    padding-bottom : 200px;
    position: relative;
    z-index: 5;
    background-color: #fff;
}
.section1{
    display: flex;
    justify-content: space-between;
    
}
.section1_content{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 0px;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    width: 32%;
    border-radius: 20px;
}
.section1_content > *{
    padding : 20px 0 0 0;
}
.section1_title{
    font-size: 1.875rem;
    font-weight: 500;
}
.section1_subtitle{
    font-size: 1.5rem;
    color: #575757;
    font-family: 'NanumSquareNeo';
    font-weight: 600;
}
.move{
    border: .56px solid #034392;
    border-radius: 557.2px;
    padding: 10px 40px;
    background-color: #fff;
    margin-top: 20px;
}
.move > a{
    font-size: .875rem;
    font-weight: 200;
    color: #222;
    text-decoration: none;
}
.move:hover > a > img{
    transform: rotate(45deg);
    transition: .2s;
}


.section2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px 0 0 0;
}
.section2_title{
    font-size: 1.5rem;
    color: #575757;
    font-weight: 400;
}
.section2_content{
    font-size: 2.5rem;
    font-weight: bold;
}
.review{
    padding: 50px 0;
}
.review > img{
    width: 33%;
}



.footer{
    padding: 50px 0;
    background-color: #FBFBFB;
}
.footer *{
    letter-spacing: 0;
}
.footer > .col-8{
    display: flex;
    align-items: center;
}
.footer_left{
    display: flex;
    flex-wrap: wrap;
}
.footer_num ,.footer_num > span,.footer_name, .footer_name > span{
    color: #575757;
    font-size: .9375rem;
    font-weight: 500;
}
.footer_name > span{
    font-weight: bold;
}
.footer_name > span, .footer_num > span{
    padding: 0 1.25rem 0 0;
}

.footer_content{
    padding: 1.25rem 0;
    color: #969696;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 500;
}
.footer_content > span{
    color: #575757;
    font-weight: 500;
}
.footer_phone, .footer_phone > span{
    color: #969696;
    font-size: .75rem;
}
.footer_phone > span{
    padding: 0 1.25rem 0 0;
    font-weight: bold;
}