/* -------------------- header -------------------- */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1000;
    background-color: #fff;
    transition: height 0.3s;
}
/* 메인 헤더 배경없음 - class: back */
header.back{
    background-color: transparent;
}
header.back .header_logo path{
    fill:#fff;
}
header.back #mnu_pc ul li{color: #fff;}
header.back #mnu_pc ul li:after{
    background-color: #fff;
}
header.back .btnbox_mnu_mo .mbtn span {
    background-color: #fff;
}
header.back .tel_mo{
    color: #004f9b;
    background-color: #fff;
}


.header_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
header.fixed{
    height: 80px;
    border-bottom: 1px solid #ccc;
}
header.fixed .header_logo{
    width: 150px;
}

.header_wrap .tel_mo{display: none;}
.header_logo{
    display: block;
    width: 200px;
    transition: width 0.3s;
}
#mnu_pc ul{
    display: flex;
}
#mnu_pc ul li{
    position: relative;
    margin-right: 50px;
    color: #191919;
    font-size: 20px;
    letter-spacing: -0.025em;
    transition: all 0.4s;
}
#mnu_pc ul li:last-of-type{
    margin-right: unset;
}
#mnu_pc ul li:after{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #004f9b;
    transition: width 0.4s;
    content: '';
}
#mnu_pc ol{display: none;}


.header_wrap .btnbox_mnu_mo{
    display: none;
}
.header_wrap .btnbox_mnu_mo .mbtn {
    position: relative;
    width: 30px;
    height: 30px;
}  
.header_wrap .btnbox_mnu_mo .mbtn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #004f9b;
    transition: transform 0.4s, background-color 0.4s;
}  
.header_wrap .btnbox_mnu_mo .mbtn span.line1 {
    margin-top: -9px;
}
.header_wrap .btnbox_mnu_mo .mbtn span.line3 {
    margin-top: 9px;
}
.header_wrap .btnbox_mnu_mo.clse{
    z-index: 1000;
}
.header_wrap .btnbox_mnu_mo.clse .mbtn span{
    background-color: #fff;
}
.header_wrap .btnbox_mnu_mo.clse .mbtn span.line1 {
    transform: rotate(45deg) translate(6px, 6px);
}
.header_wrap .btnbox_mnu_mo.clse .mbtn span.line2{
    display: none;
}
.header_wrap .btnbox_mnu_mo.clse .mbtn span.line3 {
    transform: rotate(-45deg) translate(7px, -6px);
}


#mnu_mo{
    display: none;
    position: fixed;
    top: 0;left: 120%;
    width: 100%;
    height: 100%;
    padding: 50px;
    color: #fff;
    background-color: rgba(11,59,104,0.95);
    transition: left 0.3s;
}
#mnu_mo.active{
    left: 0;
}
#mnu_mo .mnu_logo{
    width: 100px;
    margin-bottom: 50px;
}
#mnu_mo ul li{
    font-size: 28px;
    font-weight: 700;
    line-height: 2.2;
}
#mnu_mo .submnu{
    display: none;
}
#mnu_mo .submnu li{
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    line-height: 2;
}






/* -------------------- footer -------------------- */
footer{
    position: relative;
    padding: 70px 0;
    background-color: #0e3992;
}
.footer_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.footer_wrap .footer_logo{ 
    width: 200px;
}
.footer_wrap p.tit{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.footer_wrap p.txt1{
    font-size: 14px;
    line-height: 2;
}
.footer_wrap .midbox{
    text-align: center;
}
.footer_wrap .midbox address{
    font-style: normal;
    margin-top: 20px;
    letter-spacing: -0.05em;
    line-height: 1.4;
}
.footer_wrap .contactbox .middle{display: none;}





/* -------------------- quick mnu -------------------- */
.quick_mnu{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 20px;
    transition: right 0.3s, opacity 0.3s;
    z-index: 100;
}
.quick_mnu.bfix{
    position: absolute;
    bottom: calc(100% + 20px);
}
.quick_mnu.q_hide{
    display: none !important;
}

.quick_mnu .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 20px 0;
}
.quick_mnu .contact_box{   
    color: #fff;
    background-color: #0054ff;
}
.quick_mnu .contact_box h2{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.quick_mnu .contact_box .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    font-size: 16px;
    color: #0054ff;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.quick_mnu .contact_box li{
    margin-bottom: 15px;
}
.quick_mnu .contact_box .inner{
    display: flex;
    align-items: center;
}
.quick_mnu .contact_box li .txt{
    font-size: 14px;
    line-height: 1.4;
}
.quick_mnu .contact_box li:last-of-type{
    margin-bottom: 0;
}
.quick_mnu .contact_box .email{
    align-items: flex-start;
}

.quick_mnu .bank_box{
    color: #fff;
    background-color: #2393ff;
}
.quick_mnu .bank_box h2{
    font-size: 16px;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.quick_mnu .bank_box p{
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}

.quick_mnu .kakao_box{
    color: #391b1b;
    background-color: #ffd511;
    margin-bottom: 0;
}
.quick_mnu .kakao_box .icon{
    width: 50px;
    margin: 0 auto 10px;
}
.quick_mnu .kakao_box p{
    text-align: center;
    letter-spacing: -0.025em;
    line-height: 1.3;
    font-weight: 700;
}
.quick_mnu .kakao_box p.tit{
    font-size: 15px;
    margin-bottom: 15px;
}
.quick_mnu .kakao_box p.sub{
    font-size: 14px;
}
.contact_mo{display: none;}








@media screen and (min-width:991.1px) {

    /* -------------------- header -------------------- */
    #mnu_pc ul li:hover{
        color: #004f9b;
        font-weight: 700;
    }
    #mnu_pc ul li:hover:after{
        width: 100%;
    }
}


@media screen and (max-width:1800px) {
    .quick_mnu{
        right: 20px;
		z-index: 1;
    }
}

@media screen and (max-width:1650px) {
	/* -------------------- footer -------------------- */
	.contactbox{
		margin-right:200px;
	}
}

@media screen and (max-width:1280px) {
	.footer_logo{
		max-width:150px;
	}
}


@media screen and (max-width:991px) {

    /* -------------------- header -------------------- */
    #mnu_pc{display: none;}
    header{
        height: 100px;
    }
    header.fixed{
        height: 80px;
    }
    .header_wrap .tel_mo{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        color: #fff;
        font-size: 20px;
        background-color: #004f9b;
        border-radius: 50%;
    }
    .header_logo{
        width: 170px;
    }
    .header_wrap .btnbox_mnu_mo{
        display: block;
    }
    #mnu_mo{display: block;}



    /* -------------------- footer -------------------- */
    footer{padding: 50px 0;}
    .footer_wrap{
        flex-direction: column;
    }
    .footer_wrap .footer_logo{
        width: 160px;
        margin-bottom: 25px;
    }
    .footer_wrap .midbox{
        order: 3;
        margin-top: 20px;
    }
    .footer_wrap p.tit{
        margin-bottom: 0;
        margin-right: 20px;
    }
    .footer_wrap .contactbox{
        display: flex;
        align-items: center;
        order: 2;
		margin-right:0;
    }
    .footer_wrap .contactbox .txtbox{
        display: flex;
        align-items: center;
    }
    .footer_wrap .contactbox .middle{
        display: block;
        line-height: 2;
        font-size: 14px;
        margin: 0 5px;
    }


    
    /* -------------------- quick mnu -------------------- */
    .quick_mnu .contact_box{display: none;}
    .quick_mnu .bank_box{display: none;}
    .quick_mnu .kakao_box{
        padding: 0;
    }
    .quick_mnu .kakao_box .icon{
        width: 50px;
        margin-bottom: 0;
    }
    .quick_mnu .kakao_box p{display: none;}
    .quick_mnu .mo_box{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        border-radius: 50% !important;
		box-shadow: 3px 3px 5px rgb(0 0 0 / 30%);
    }
	.quick_mnu .mo_box a{
	 	width: 70px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
    }

    .contact_mo{
        color: #fff;
        font-size: 20px;
        background-color: #0859ff;
        margin-bottom: 10px;
    }
      
}


@media screen and (max-width:600px) {

    /* -------------------- header -------------------- */
    header{
        height: 80px;
    }
    header.fixed{
        height: 60px;
    }
    .header_logo{
        width: 120px;
    }
    header.fixed .header_logo{
        width: 100px;
    }
    #mnu_mo ul li{
        font-size: 24px;
    }
    #mnu_mo .submnu li{
        font-size: 17px;
    }



    /* -------------------- footer -------------------- */
    .footer_wrap{
        align-items: flex-start;
    }
    .footer_wrap .footer_logo{
        margin-bottom: unset;
    }
    .footer_wrap .midbox{
        text-align: left;
    }
    .footer_wrap .contactbox{
        display: block;
        order: 4;
        margin-top: 30px;
    }
    .footer_wrap p.tit{
        margin-bottom: 10px;
    }
    .footer_wrap .midbox address{
        font-size: 14px;
        margin-top: 7px;
    }
}



@media screen and (max-width:425px) {

    /* -------------------- header -------------------- */
    header{
        height: 60px;
    }
    .header_logo{
        width: 93px;
    }
    header.fixed .header_logo{
        width: 93px;
    }
    .header_wrap .tel_mo{
        width: 32px;
        height: 32px;
        font-size: 17px;
    }
    .header_wrap .btnbox_mnu_mo .mbtn {
        width: 24px;
        height: 24px;
        margin-bottom: 3px;
    }
    #mnu_mo{padding: 25px;}
    #mnu_mo .submnu li{
        font-size: 15px;
    }



    /* -------------------- footer -------------------- */
    footer{
        padding: 30px 0;
    }
    .footer_wrap .footer_logo{
        width: 115px;
    }
    .footer_wrap p.tit{
        font-size: 14px;
        margin-bottom: 3px;
    }
    .footer_wrap p.txt1{
        font-size: 12px;
    }
    .footer_wrap .midbox address{
        font-size: 12px;
    }



    /* -------------------- quick mnu -------------------- */
    .quick_mnu .mo_box{
        width: 56px;
        height: 56px;
    }
    .contact_mo{
        font-size: 16px;
    }
    .quick_mnu .kakao_box .icon{
        width: 35px;
    }
	.quick_mnu .mo_box a{
	 	width: 56px;
		height: 56px;
    }

}



@media screen and (max-width:360px) {

    /* -------------------- header -------------------- */
    .header_wrap .tel_mo{
        width: 30px;
        height: 30px;
    }
    #mnu_mo ul li{
        font-size: 22px;
    }
}