

*{
    margin:0;
    padding:0;
}



@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}



a{
    color:#030A13;
    text-decoration: none;
}


li{
    list-style: none;
}

body{
    color:#030A13;
}


.pc{
    display: none;
}





.banner_text{
    font-size:1.8rem;
}


.title_large{
    font-size:1.2rem;
    line-height: 1.6rem;
    margin-top:2%;
}

.title_large span{
    color:#0357DD;
}


.title_medium{
    font-size:1rem;
    font-weight: 400;
    color:#939BA9;
}



.body_large{
    font-size:1.2rem;
    line-height: 1.6rem;
}



.body_medium{
    font-size:0.9rem;
    line-height: 1.3rem;
}


.caption{
    font-size:1rem;
    color:#939BA9;
}


section{
    width:90%;
    margin:0 auto;
    margin-top:20%;
}



section .title_medium, section .title_large{
    text-align: center;
}


section .title_box{
    margin-bottom:8%;
}





header {
  background: transparent;
  transition: background-color 0.5s ease;
}

/* 스크롤 후 배경 */
header.scrolled {
  background: rgba(3, 10, 19, 0.7);
}





/* ------------모바일 헤더------------ */



header{
    position: fixed;
    width:100%;
    z-index: 999;
}



.mb_header_wrap {
    position: relative;
    display: flex;
    width:90%;
    height:60px;
    margin:0 auto;
    align-items: center;
}


.mb_header_wrap img {
    display: block;
    height:40px;
}


.mb_header_right {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}


.mb_menu_icon {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.mb_menu_icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}




/* ------------모바일 메뉴------------ */



.mb_menu_wrap {
    position: absolute;
    width:100%;
    height:100vh;
    top:0;
    background: #fff;
    z-index: 9999;
    display: none;
}

.mb_menu {
    position: relative;
    width:90%;
    margin:0 auto;
}





.mb_menu_top{
    display: flex;
    width:100%;
    height:60px;
    align-items: center;
    justify-content: space-between;
}


.mb_menu_logo{
    width:40%;
}


.mb_menu_logo img{
    width:100%;
    display: block;
    margin-top:4%;
}




.mb_close_menu_icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.mb_close_menu_icon span {
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #030A13;
    border-radius: 10px;
}


.mb_close_menu_icon span:nth-child(1){
    transform: rotate(45deg);
}

.mb_close_menu_icon span:nth-child(2){
    transform: rotate(-45deg);
}



.mb_menu > ul{
    padding-top:12%;
}

.mb_menu_wrap ul li {
    margin-bottom: 8%;
}

.mb_menu_wrap ul li ul{
    margin-top:6%;
}









/* ------------상담신청 플로팅------------ */



.float_btn{
    position: fixed;
    box-sizing: content-box;
    width:60px;
    height:60px;
    padding:2%;
    right:8%;
    bottom:4%;
    border-radius: 12px;
    background: #030A13;
    cursor: pointer;
    z-index: 99;
}


.float_btn img{
    display: block;
    width:50%;
    margin:0 auto;
}

.float_btn .body_medium{
    padding-top:12%;
    color:#fff;
    text-align: center;
}




/* ------------상담신청 플로팅 오픈------------ */



.float_open{
    position: fixed;
    width:100vw;
    height:100vh;
    background: rgb(0, 0, 0,0.8);
    backdrop-filter: blur( 3px );
    z-index: 999;
    display: none;
}



.float_open .input_box_Wrap{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}


.float_open .input_box_Wrap{
    width:90%;
    height:50%;
}


.close_btn{
    position: absolute;
    width:20px;
    height:20px;
    right:4%;
}



.close_btn::after{
    position: absolute;
    display: block;
    content: "";
    width:100%;
    height:2px;
    border-radius: 20px;
    transform: rotate(45deg);
    background: #030A13;
}




.close_btn::before{
    position: absolute;
    display: block;
    content: "";
    width:100%;
    height:2px;
    border-radius: 20px;
    transform: rotate(-45deg);
    background: #030A13;
}







.input_box_Wrap{
    width:100%;
    height:100%;
    border-radius: 20px;
    background: rgba( 255, 255, 255, 0.7);
    backdrop-filter: blur( 3px );
    box-shadow: 0 2px 20px 0 rgb(3, 10, 19,0.15);
    border: 1px solid rgba( 255, 255, 255 );
}



.input_box .title_large{
    text-align: left;
    color:#0357DD;
}


.input_box form{
    margin-top:6%;
}


.input_box form .input_text_box{
    margin-top: 5%;
}


.input_text_box input{
    margin-top:2%;
    width:100%;
    padding:5%;
    box-sizing: border-box;
    border-radius: 12px;
    border:1px solid #939BA9;
}



.check_box_wrap{
    display: flex;
    align-items:center;
    justify-content: space-between;
}


.check_box_wrap input{
    width:24px;
    height:24px;
}




.check_text{
    width:88%;
}


.check_text #policy{
    cursor: pointer;
}



.check_box_wrap{
    margin-top: 6%;
}




.contact_btn{
    width:100%;
    height:56px;
    margin-top:6%;
    text-align: center;
    align-content: center;
    color:#fff;
    border-radius: 80px;
    background: #0357DD;
    cursor: pointer;
}


input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="checkbox"]::before {
    position: absolute;
    content:"";
    left:5px;
    bottom:9px;
    width:6px;
    height:2px;
    background: #fff;
    border-radius: 50px;
    transform: rotate(40deg);
}


input[type="checkbox"]:after {
    position: absolute;
    content:"";
    right:5px;
    width:11px;
    height:2px;
    background: #fff;
    border-radius: 50px;
    transform: rotate(-45deg);
}


input[type="checkbox"]:checked {
    background-color: #0357DD;
}


input[type="checkbox"]:checked::after {
    display: block;
}





/* ------------개인정보 수집 및 이용 약관------------ */



.policy_main_wrap{
    position: fixed;
    width:100%;
    height:100vh;
    background: rgb(0, 0, 0,0.8);
    backdrop-filter: blur( 3px );
    z-index: 9999;
    display: none;
}





.policy_main{
    position: absolute;
    width:90%;
    padding:6%;
    box-sizing: border-box;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 20px;
}




.policy_main .body_large{
    line-height: 4rem;
}


.policy_main ul{
    margin-top:4%;
}



/* ------------푸터------------ */



footer{
    width:100%;
    height:100%;
    color:#fff;
    background: #000;
}


.footer_wrap{
    box-sizing: content-box;
    padding:8%;
}

.footer_main_wrap img{
    width:50%;
}



footer .body_medium{
    margin-top:4%;
    color: #939BA9;
}



footer .body_large{
    margin-top:4%;
    line-height: 2rem;
}




.footer_sns_wrap{
    display: flex;
    width:100%;
    gap: 4%;
    margin-top:8%;
}

.footer_sns_wrap a{
    width:12%;
}



.footer_sns_wrap img{
    display: block;
    width:100%;
    margin:0 auto;
}








/* ------------태블릿 768------------ */

@media (min-width: 768px) and (max-width: 1023px) {
    


.banner_text{
    font-size:3.2rem;
}


.title_large{
    font-size:2.2rem;
    line-height: 3rem;
}


.title_medium{
    font-size:1.6rem;
}



.body_large{
    font-size:2rem;
    line-height: 2.4rem;
}



.body_medium{
    font-size:1.3rem;
    line-height: 2rem;
}


.caption{
    font-size:1.2rem;
}




/* ------------모바일 헤더------------ */





.mb_header_wrap {
    height:100px;
}


.mb_header_wrap img {
    height:60px;
}


.mb_header_right {
    gap: 16px;
}


.mb_menu_icon {
    width: 40px;
    height: 24px;
}





/* ------------모바일 메뉴------------ */






.mb_menu_top{
    height:100px;
}



.mb_menu_logo{
    width:32%;
}




.mb_close_menu_icon {
    width: 36px;
    height: 36px;
}



.mb_menu > ul{
    padding-top:8%;
}





/* ------------상담신청 플로팅------------ */



.float_btn{
    width:80px;
    height:80px;
    right:6%;
    border-radius: 20px;
}







/* ------------상담신청 플로팅 오픈------------ */




.float_open .input_box_Wrap{
    width:80%;
    height:52%;
}


.close_btn{
    width:32px;
    height:32px;
}







.input_box_Wrap{
    border-radius: 32px;
    border: 2px solid rgba(255, 255, 255);
}



.input_text_box input{
    border-radius: 20px;
    border: 2px solid #939BA9;
}


.input_text_box input::placeholder{
    font-size: 1.2rem;
    line-height: 20px;
}




.check_box_wrap input{
    width:40px;
    height:40px;
}




.check_text{
    width:90%;
}




.contact_btn{
    height:80px;
}






input[type="checkbox"] {
    border-radius: 10px;
}




input[type="checkbox"]::before {
    left:5px;
    bottom:16px;
    width:12px;
}


input[type="checkbox"]:after {
    right:5px;
    width:22px;
}





/* ------------개인정보 수집 및 이용 약관------------ */




.policy_main{
    width:80%;
    border-radius: 32px;
}




.policy_main .body_large{
    line-height: 5rem;
}






/* ------------푸터------------ */




.footer_main_wrap img{
    width:40%;
}




footer .body_large{
    line-height: 3.4rem;
}



.footer_sns_wrap{
    margin-top:6%;
}


.footer_sns_wrap a{
    width:8%;
}







}




















@media (min-width: 1024px) and (max-width: 1279px) {
    

.banner_text{
    font-size:3.2rem;
}


.title_large{
    font-size:2rem;
    line-height: 3rem;
}


.title_medium{
    font-size:1.6rem;
}



.body_large{
    font-size:2rem;
    line-height: 2.4rem;
}



.body_medium{
    font-size:1.3rem;
    line-height: 2rem;
}


.caption{
    font-size:1.2rem;
}

section .title_box{
    margin-bottom:6%;
}


/* ------------모바일 헤더------------ */





.mb_header_wrap {
    height:80px;
}


.mb_header_wrap img {
    height:60px;
}


.mb_header_right {
    gap: 16px;
}


.mb_menu_icon {
    width: 40px;
    height: 24px;
}





/* ------------모바일 메뉴------------ */






.mb_menu_top{
    height:100px;
}



.mb_menu_logo{
    width:32%;
}




.mb_close_menu_icon {
    width: 36px;
    height: 36px;
}



.mb_menu > ul{
    padding-top:2%;
}



.mb_menu_wrap ul li{
    margin-bottom:3%;
}

.mb_menu_wrap ul li ul{
    margin-top:2%;
}



/* ------------상담신청 플로팅------------ */



.float_btn{
    width:80px;
    height:80px;
    right:4%;
    border-radius: 20px;
}







/* ------------상담신청 플로팅 오픈------------ */





.float_open .input_box_Wrap{
    width:70%;
    height:88%;
}


.close_btn{
    top:6%;
    width:32px;
    height:32px;
}





.input_box form{
    margin-top:4%;
}




.input_box_Wrap{
    border-radius: 32px;
    border: 2px solid rgba(255, 255, 255);
}



.input_text_box input{
    padding:4%;
    border-radius: 20px;
    border: 2px solid #939BA9;
}


.input_text_box input::placeholder{
    font-size: 1.2rem;
}




.check_box_wrap input{
    width:40px;
    height:40px;
}




.check_text{
    width:90%;
}




.contact_btn{
    height:80px;
}






input[type="checkbox"] {
    border-radius: 10px;
}




input[type="checkbox"]::before {
    left:5px;
    bottom:16px;
    width:12px;
}


input[type="checkbox"]:after {
    right:5px;
    width:22px;
}





/* ------------개인정보 수집 및 이용 약관------------ */




.policy_main{
    width:80%;
    border-radius: 32px;
    height:80%;
    overflow: scroll;
}




.policy_main .body_large{
    line-height: 5rem;
}






/* ------------푸터------------ */




.footer_main_wrap img{
    width:40%;
}




footer .body_large{
    line-height: 3.4rem;
}



.footer_sns_wrap{
    margin-top:6%;
}


.footer_sns_wrap a{
    width:8%;
}







}






@media (min-width: 1280px) {




.mb{
    display: none;
}

.pc{
    display: block;
}
    
.banner_text{
    font-size:2.6rem;
}


.title_large{
    font-size:2.4rem;
    line-height: 3.2rem;
    margin-top:1%;
}


.title_medium{
    font-size:2rem;
}



.body_large{
    font-size:2rem;
    line-height: 2.4rem;
}



.body_medium{
    font-size:1.6rem;
    line-height: 2.2rem;
}


.caption{
    font-size:1.2rem;
}


section{
    margin-top:12%;
    width:80%;
    max-width: 1280px;
}




section .title_box{
    margin-bottom:4%;
}






/* ------------pc 헤더------------ */



header{
    position: fixed;
    width:100%;
    height:100px;
    z-index: 999;
}

header .title_large{
    margin-top:0;
    font-size: 1.2rem;
    color:#fff;
}


header .title_medium{
    font-size: 1.1rem;
    font-weight: 500;
    color:#fff;
}



.pc_header_wrap{
    display: flex;
    width:80%;
    height:100%;
    margin:0 auto;
    justify-content: space-between;
    align-items: center;
}



.pc_header_wrap > ul{
    display: flex;
    width:50%;
    text-align: center;
}


.pc_header_wrap > ul{
    align-items: center;
}


.pc_header_wrap > ul li{
    width:100%;
}

header img{
    width:40%;
}


.pc_header_wrap ul li .title_large:hover{
    color:#0357DD;
}

          
/* 서브메뉴 */


 
.sub_menu{
    position: absolute;
    top:100px;
    left:0;
    width:100%;
    background: #F8F9FC;
    display: none;
}

.sub_menu ul{
    display: flex;
    width:880px;
    height:100%;
    margin:0 auto;
    align-items: center;
}


.sub_menu .title_medium{
    text-align: left;
    margin-bottom:8%;
    color:#030A13;
}


.sub_menu ul li{
    height:100%;
}

.sub_menu ul li a{
    display: block;
    box-sizing: border-box;
    padding:20% 12%;
}


.sub_menu ul li img{
    display: block;
    width:100%;
    text-align: left;
    border-radius: 10px;
}





/* hover 시 효과 */

.pc_header_wrap ul li:hover header,
header:hover {
    box-sizing: border-box;
    border-bottom:1px solid #939BA9;
    background: rgba(255, 255, 255, 0.9);
    transition: background-color 0.4s ease;
}


.pc_header_wrap ul li:hover header,
header:hover .title_large{
    color:#030A13;
}






/* ------------상담신청 플로팅------------ */



.float_btn{
    width:76px;
    height:76px;
    right:4%;
    padding:1%;
    border-radius: 20px;
}



.float_btn .body_medium{
    font-size: 1.2rem;
}






/* ------------상담신청 플로팅 오픈------------ */




.float_open .input_box_Wrap{
    width:440px;
    height:520px;
}


.close_btn{
    top:6%;
    width:24px;
    height:24px;
}


.float_open .title_large{
    font-size: 1.8rem;
}



.float_open form .body_medium{
    font-size: 1.2rem;
}




.input_box_Wrap{
    border-radius: 32px;
}

.input_box{
    padding:6%;
}


.input_box form{
    margin-top:0%;
}


.input_box form .input_text_box{
    margin-top: 4%;
}


.input_text_box input{
    padding:6%;
    border-radius: 20px;
}



.check_box_wrap input{
    width:36px;
    height:36px;
}



.contact_btn{
    height:64px;
    border-radius: 80px;
}


input[type="checkbox"] {
    border-radius: 8px;
}



input[type="checkbox"]::before {
    left:5px;
    bottom:14px;
    width:12px;
    height:2px;
}


input[type="checkbox"]:after {
    right:5px;
    width:20px;
    height:2px;
}





.float_open .check_text .body_medium{
    font-size: 1rem;
    line-height: 1.5rem;
}


.float_open .contact_btn .body_large{
    font-size: 1.4rem;
}






/* ------------개인정보 수집 및 이용 약관------------ */




.policy_main{
    width:50%;
    border-radius: 32px;
    height:80%;
    padding:4%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE */
    scrollbar-width: none;
}


.policy_main_wrap .title_large{
    font-size: 1.6rem;
}



.policy_main .body_large{
    font-size: 1.2rem;
    line-height: 3rem;
    margin-top:4%;
}


.policy_main .body_medium{
    font-size: 1rem;
    line-height: 2rem;
}




/* ------------푸터------------ */


.footer_wrap{
    padding:4%;
}

.footer_main_wrap img{
    width:20%;
}




footer .body_large{
    margin-top:2%;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

footer .body_medium{
    margin-top:2%;
    font-size: 1rem;
    line-height: 1.3rem;
}



.footer_sns_wrap{
    width:40%;
    margin-top:4%;
}


.footer_sns_wrap a{
    width:12%;
}














}








