* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
    word-break: keep-all;
}

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

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Pretendard-Regular';
}


.blind {
    display:none;
}
.main {
    overflow: hidden;
}

#header {
    width:100%;
    position:fixed;
    top:0px;
    height: 90px;
    display: flex;
    z-index: 999999999999999999999999999999999;
    justify-content: center;
}

#header.active{
    background-color: rgba(255,255,255,0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

#header.nav-down{
    transform: translateY(0);
    transition: .5s ease;
}
#header.nav-up{
    transform: translateY(-100%);
    transition: .5s ease;
}
#header.on {
    background-color:#333;
    transition-duration:0.6s;
}

#header > .inner {
    width:80%;
    max-width: 1200px;
    position:relative;
    margin-left:30px;

    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
    padding-top:35px;
}
#header .logo,
#header #nav,
#header #info {
    
}
#header .logo {
    left:0;
    z-index:999999999;
}
#header .logo img{
    width:210px;
}
#header #nav {
    /* padding-left:150px; */
}
#header #nav .menu_ul {
    display:flex;
    margin:0;
}
#header #nav .menu_li {
    padding:0 40px; 
    flex-direction:column;
    text-align:center;
    position:relative;
    cursor: pointer;
    height: 100px;
    display: flex;
    justify-content: center;
}

.menu_li.last_li{
    margin-top:35px;
}

.menu_li_top{
    display: flex;
}

#header #nav .menu_li::after{
    content:"";
    width:0%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left:50%;transform: translateX(-50%);
}
#header #nav .menu_li:hover::after{
    width:100%;
    transition: .5s ease;
}
/*
#header.hback_white{
    background-color: #fff !important;
}
*/

#header #nav .menu_tit {
    flex-direction:column;
    font-size:20px;
    font-weight:500;
    position:relative;
    letter-spacing:-0.6px;
    color: #fff;
}

.userBox a {
    color: #fff;
}

/*#header #nav .menu_tit.on {
    color:#f6f6f6;
}

#header #nav .menu_li:hover {
    color:#f6f6f6;
}*/
#header #nav .gnb_box {
    position:absolute;
    top:100px;
    left:0;
    width:100%;
    margin-left:0;
    padding:5px;
    text-align: center;
}

#header #nav .gnb_box.on {
    display:block;
}
#header #nav .gnb_ul{
    display: none;
}
#header #nav .gnb_li {
    flex-direction:column;
    width:100%;
    height:35px;
    line-height:35px;
    float:left;
    text-align:center;
    margin:5px 0px;
}
/* #header #nav .gnb_a::after {
    content: "\f105";
    position:absolute;
    top:0;
    right:-30px;
    font-family:FontAwesome;
    font-size:18px;
    color:#fff;
    transition-duration:0.6s;
    opacity:0;
} */
#header #nav .gnb_a:hover::after {
    right:-40px;
    opacity:1;
}
#header #nav .gnb_a {
    position:relative;
    width:100%;
    display:block;
    font-size:16px;
    z-index:9999999;
    transition-duration:0.2s;
    font-weight: 500;
    color: #363636;
}
#header #nav .gnb_a:hover {
    color:#1f7ad1 !important;
}

#header #nav .menu_tit:hover {
    color: #1f7ad1 !important;
}
/* #header #nav .gnb_li .gnb_a::before {
    content:'';    
    width:0;
    height:1px;
    position:absolute;
    left:0;
    bottom:0;
    background-color:#fff;
    transition-duration:0.2s;
} */
#header #nav .gnb_li:hover .gnb_a:before {
    width:100%;
}
#header #nav .gnb_li:hover .gnb_a::after {
    right:-10px;
    opacity:0.6;
}
#header .menu_bg{
    width:100%;height: 430px;
    position: absolute;
    top:0px;left:0;
    display: none;
    background-color: #fff;
}

/*
#header.hback_white{
    background-color: #fff;
}
*/


#header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: transform 0.5s ease-out;
    transition-delay: 3s;
    transform: translateY(-100%);
}

.header2_li a{
    color:#fff !important;
}




#header.hback_white .menu_li a{
    color:black !important;
}

#header.hback_white .userbox_a{
    color:black !important;
}

#header #info {
    align-items: center;
}
#header #info .member {
    display:table;
}
#header #info .member li {
    display:table-cell;
    padding-right:5px;
}
#header #info .member li:last-child:after {
    border-right:none;
}
#header #info .member li a{
    font-size:1em;
    font-weight:400;
}
#header #info .member li:last-child {
    padding-right:0;
}


/* s:�ܹ��Ź�ư */
/* hambergur button */
.hamburger {
    cursor: pointer;
    overflow: hidden;
    /*
    position:absolute;
    right: 0;top:0;
    */
    z-index:99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.hamburger.on{
    border-left: none;
}
.hamburger_container{
    position: relative;
    width:25px;
    height: 21px;
    display: flex;align-items: center;
}
.hamburger_container>span{
    width:100%;height: 3px;
    background: #fff;
    border-radius: 20px;
}
.hamburger_container>span:nth-of-type(1){
    position: absolute;top:0;right: 0;
}
.hamburger_container>span:nth-of-type(3){
    position: absolute;bottom: 0;right: 0;

}
.hamburger_container.on>span:nth-of-type(2){
    transform: translateX(100%);
    opacity: 0;
    transition: .5s ease;
}
.hamburger_container.on>span:nth-of-type(1){
    width:100%;
    position: absolute;
    top:50%;left:0;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s ease;
    background-color: #fff;
}
.hamburger_container.on>span:nth-of-type(3){
    width:100%;
    position: absolute;
    top:50%;right:0;
    transform: rotate(-45deg) translateY(-50%);
    transition: .5s ease;
    background-color: #fff;
}
/* �α��� �ڽ� */
.userBox ul{
    display: flex;
    height: 80px;
    align-items: center;
}
.userBox ul li{
    margin:0px 10px;
    font-size: 14px;
    width: max-content;
}



/* �α��ιڽ� end */

/* e:�ܹ��Ź�ư */

/* s:all_menu */
#header #all_menu {
    width:100%;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    background-color: #eee;
    z-index:999;
    transform: translateX(-100%);
    transition: .5s ease;
}
#header #all_menu.on {
    transform: translateX(0);
}
#header #all_menu .menu_ul {
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    vertical-align:middle;

}
#header #all_menu .menu_li {
    width:100%;
    margin-bottom: 15px;
}

#header #all_menu .menu_tit{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    width: 70%;
    padding: 1px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 30px;
    font-weight: 600;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    text-align:left;
    padding-left:30px;
    white-space: nowrap;

}

.menu_li_navi_icon{
    width: 30%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.all_li{
    font-size: 25px;
}

.m_info{
    display: none;
}

.menu_tit.on{
    color:#13568D !important;
}



/* text_hover effect */

#header #all_menu .menu_tit:hover:after,
#header #all_menu .menu_tit:focus:after{
    width: 100%;
    background-color: #fff;
}
#header #all_menu .menu_tit:hover {

    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer;
}


.all_li a{
    color:#13568D;
}

#header #all_menu .all_box {
    display:none;
}
#header #all_menu .all_box.on {
    display:block;
    transition-duration:0.6s;
}
#header #all_menu .all_tit {
    font-size:18px;
    font-weight:400;
    color: black;
    padding:10px 0;
    display: block;
}
#header #all_menu .all_tit:hover {
    padding-left:20px;
    transition-duration:0.6s;
    font-weight:bold;
    color:#0c56b1;
}

.header2_li {
    color:#fff;
    background-color: #D9D9D9;
    cursor: pointer;
    width: 100px;
    height: 35px;
    text-align: center;
    align-content: center;
}


.header2_li:hover {
    background-color: #13568D !important;
}

.header2_li.on- {
    background-color: #13568D !important;
}

.userbox_a:hover{
    color: #1f7ad1;
}

.header_top_menu{
    position: absolute; right: 0; display: flex; top: 0; z-index: 999;
}
.branch_title_active {
    opacity: 1 !important; border-bottom: 2px solid #fff !important;
}

.top-btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99999999;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #207ad1;
    display: none;
}

.top-btn.on {
    display: flex;
}

.top-btn:hover{
    filter: brightness(1.3);
}

.xi-youtube-play{
    margin-left:15px;
    font-size:45px;
    color:#666;
}

.xi-instagram{
    margin-left:15px;
    font-size:45px;
    color:#666;
}