@charset "UTF-8";


header#header{
	/* display:flex; justify-content:flex-end; 오른쪽 위치 */
    box-sizing:border-box;
    margin: 0 0 0;
    max-width:;
    height: ;
    background-color:#;
    text-align: center;
    padding:40px 0; /* 메뉴 위치 */
}
a#title{
    display: none;
    font-size:15px; 
}
div#wrap{
    position: relative;
}

div#slide_bg{
    display: none;
    position: fixed;
    top: 0;
    left: -50%;
    height:100%; 
    width: 50%;
    background-color: rgba(0,0,0,0.5); /* 모바일 배경 */
    z-index: 1;
}

div#slide_menu{ /* 모바일 메뉴 펼쳐짐*/
    display: none;
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    margin-left: +300px;
    height:100%; 
    padding-top: 60px;
    background-color: #fff;
    z-index: 1;
}
a#close_btn{ /* 모바일 닫기 버튼 */
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
}

ul.nav_main, ul.m_nav, ul.m_nav_sub{ 
    text-align: center;
    list-style: none;
    padding-left: 0;
}

ul.nav_main>li{
    display: inline-block;
    font-size: 0;
    margin: -2.9px;
}

.nav_title:nth-child(3) a, .nav_title:nth-child(4) a, .nav_title:nth-child(5) a { border-radius:6px;}

/* .nav_title:nth-child(5) a { width:200px;}*/

.nav_title a{ /* 메인메뉴 */
    display: inline-block; font-size:20px; font-weight:600; color:#fff; letter-spacing:0;
    padding: 15px 0 ;
    width: 160px;
    transition: 0.3s;
    border-radius:6px 6px 0 0;
}
.nav_title a:hover{ /* 메인메뉴 오버 상태 지속은 js/nav_main.js 수정 */
    background-color: #0069ff; font-weight:500; color:#fff;
}

.nav_sub a{ /* 서브메뉴 */
    display: inline-block; font-size:16px; font-weight:400; color:#fff; line-height:1.4em; letter-spacing:0;
    padding: 5px 0 0;
    width: 160px;
    transition: 0.3s;
    border-radius:;
}
.nav_sub a:hover { color:#ffe746; text-decoration:; }
 
ul.nav_sub{
    display: none;
    list-style: none;
    padding-left: 0;
    position: absolute;
    background-color: #0069ff;
    border-radius:0 0 6px 6px; padding-bottom:10px;
}

ul.m_nav_sub{
    display: none;
}

div#content{
    max-width: ;
    height: ;
    background-color: #;
}

div#burgerbtn{ /* 모바일 삼선메뉴*/
    display: none;
    position: absolute;
    top: 45px;
    right: 5%;
    width: 25px;
    height: 25px;
    cursor: pointer; color:#fff;
}



@media (min-width:768px) and (max-width:1499px){
	
header#header{
	 /*display:flex; justify-content:flex-end; 오른쪽 위치 */
    box-sizing:border-box;
    margin: 0;
    max-width:;
    height: ;
    background-color:#;
    text-align: center;
    padding:40px 0; /* 메뉴 위치 */
}
	
	ul.nav_main>li{
    display: inline-block;
    font-size: 0;
    margin: -2.9px;
}
	
	/*.nav_title:nth-child(5) a { width:200px;}*/
	
	.nav_title a{ /* 메인메뉴 */
    display: inline-block; font-size:20px; font-weight:600; color:#fff; letter-spacing:0;
    padding: 15px 0;
    width: 160px;
    transition: 0.3s;
    border-radius: ;
}
.nav_title a:hover{ /* 메인메뉴 오버 상태 지속은 js/nav_main.js 수정 */
    background-color: #0069ff; font-weight:500; color:#fff;
}

.nav_sub a{ /* 서브메뉴 */
    display: inline-block; font-size:16px; font-weight:400; color:#fff;
    padding: 5px 0 0;
    width: 160px;
    transition: 0.3s;
    border-radius: ;
}
.nav_sub a:hover { color:#ffeeb1; text-decoration:; }
 
ul.nav_sub{
    display: none;
    list-style: none;
    padding-left: 0;
    position: absolute;
    background-color: #0069ff;
    border-radius: ;
}



@media screen and (max-width: 1300px){


	ul.nav_main {
    display: none;
}
	

    a#title{
        display: none;
    }
   div#burgerbtn{ /* 모바일 삼선메뉴*/
    display: block;
    position: absolute;
    top:45px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer; color:#111;
}
    div#slide_menu{
        display: block; z-index:8;
    }
    div#slide_bg{
        display: block;
    }
	
		.m_nav_title a{
    display: inline-block;
    width: 100%;
    padding:10px 30px; font-size:1.1em; font-weight:600; color:#222; letter-spacing:0.5px; text-align:left;
}
ul.m_nav_sub { background-color:#ededed;  padding:6px 0; 
}
ul.m_nav_sub li a{ font-size:1.0em; font-weight:500; padding:5px 40px; letter-spacing:0.5px; text-align:left; /* 모바일 2차 서브메뉴 */
}
	
	
#all_menu { display:none;}

.sns { display:none;}

#header_wrap .wrapper .tel { display:none; }

#header_wrap .gnb { display:none; }
	
#header_wrap .state { display:none;}

div#state { margin:0 10px 10px; overflow:hidden;}
div#state a {  float:left; margin-left:5px; width:60px; display:block; border-radius:4px; background:#949494; padding:4px 0; font-size:0.9em; color:#fff; letter-spacing:0; text-align:center; cursor: pointer;}
div#state a.login { background:#30cae6;}

div#tel { border-top:1px solid #dedede; margin:10px 30px; padding:20px 0; }
div#tel h1 { font-size:1.1em; font-weight:600; color:#; letter-spacing:-0.5px;}
div#tel h2 { display:block; margin:0 0 10px; }
div#tel h2 a { display:block; margin:5px 0; font-size:0.8em; color:#0069ff; letter-spacing:0;}
div#tel p { display:block; margin:5px 0 0; line-height:1.5em;}  

#sns { width:80%; margin:0 auto; }
#sns ul { display:flex; justify-content:space-between; flex-wrap:wrap; }
#sns ul li img { height:50px; }

}





}

@media screen and (max-width: 767px){
	
	#all_menu { display:none; }
	
    ul.nav_main{
      display: none;  
    }
    a#title{
        display: none;
    }
   div#burgerbtn{ /* 모바일 삼선메뉴*/
    display: block;
    position: absolute; padding:0;
    top:25px;
    right: 10px;
    width: 30px;
    height: 25px;
    cursor: pointer; color:#fff;
}
    div#slide_menu{
        display: block; z-index:8;
    }
    div#slide_bg{
        display: block;
    }
	
	
	.m_nav_title a{
    display: inline-block;
    width: 100%;
    padding:10px 20px; font-size:16px; font-weight:600; color:#333; letter-spacing:0.5px; text-align:left;
}
ul.m_nav_sub { background-color:#ededed;  padding:6px 0; 
}
ul.m_nav_sub li a{ display:block; font-size:15px; font-weight:500; padding:5px 25px; letter-spacing:0.5px; text-align:left; /* 모바일 2차 서브메뉴 */
}
	
    
div#eng { /* */
    display: block; position: absolute;
    top:15px;left:10%; padding:3px 10px;
	border-radius:20px; background:#0069ff; text-align:center; cursor: pointer;
}
div#eng a { font-weight:400; color:#fff; letter-spacing:0; }

div#state { margin:0 10px 10px; overflow:hidden;}
div#state a {  float:left; margin-left:5px; width:60px; display:block; border-radius:4px; background:#949494; padding:4px 0; font-size:0.9em; color:#fff; letter-spacing:0; text-align:center; cursor: pointer;}
div#state a.login { background:#30cae6;}

div#tel { border-top:1px solid #dedede; margin:10px 20px; padding:20px 0; }
div#tel h1 { font-size:1.1em; font-weight:600; color:#; letter-spacing:-0.5px;}
div#tel h2 { display:block; margin:0 0 10px; }
div#tel h2 a { display:block; margin:5px 0; font-size:0.8em; color:#0069ff; letter-spacing:0;}
div#tel p { display:block; margin:5px 0 0; line-height:1.5em;}  
    
#sns { width:80%; margin:0 auto; }
#sns ul { display:flex; justify-content:space-between; flex-wrap:wrap; }
#sns ul li img { height:40px; }


#header_wrap .gnb { display:none; }
	
}