@charset "UTF-8";


header#header{
    box-sizing:border-box;
    margin: 0 auto;
    max-width:;
    height: ;
    background-color:#;
    text-align: center;
    padding:42px 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: 9;
}
a#close_btn{ /* 모바일 닫기 버튼 */
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
}


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

ul.nav_main{
    position:absolute; right:0;
    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(4) a, .nav_title:nth-child(5) a, .nav_title:nth-child(6) a  { border-radius:6px; }

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

.nav_sub a{ /* 서브메뉴 */
    display: inline-block; font-size:16px; font-weight:500; color:#fff; line-height:1.1em; letter-spacing:0;
    padding: 10px 0;
    width: 140px;
    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: #67c810;
    border-radius:0 0 6px 6px; padding-bottom:10px;
}

ul.m_nav_sub{
    display: none;
}

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

/*/
@media (min-width:1500px) and (max-width:1500px){
	
header#header{
    box-sizing:border-box;
    position:absolute; right:-25px;
    text-align: center;
    padding:28px 0; 
}

#header_wrap .state { display:; position:absolute; right:0; top:15px; z-index:9;}
#header_wrap .state ul li { float:left; }
#header_wrap .state ul li a { display:block; border-left:1px #fff solid;line-height:9px; padding:0 10px; font-size:0.8em; font-weight:300; color:#fff; }
#header_wrap .state ul li:first-child a { border-left:0;}

}
*/


@media (min-width:768px) and (max-width:1600px){
	
header#header{
    box-sizing:border-box;
    margin: 0 auto;
    max-width:;
    height: ;
    background-color:#;
    text-align: center;
    padding:37px 0; /* 메뉴 위치 */
}

div#wrap{
    position: relative; 
}
	
	ul.nav_main{
    position:absolute; right:0;
    text-align: center;
    list-style: none;
    padding-left: 0;
}
	
	ul.nav_main>li{
    display: inline-block; /*inline-block*/
    font-size: 0;
    margin: -2.9px;
}
	
	.nav_title a{ */
    display: inline-block; font-size:19px; font-weight:500; color:#fff; letter-spacing:0;
    padding: 20px 0;
    width: 130px;
    transition: 0.3s;
    border-radius: ;
}
.nav_title a:hover{ /* 메인메뉴 오버 상태 지속은 js/nav_main.js 수정 */
    background-color: #67c810; color:#fff;
}

.nav_sub a{ /* 서브메뉴 */
    display: inline-block; font-size:16px; font-weight:; color:#fff;
    padding: 5px 0;
    width: 130px;
    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: #67c810;
    border-radius: ;
}

ul.m_nav_sub{
    display: none;
}

.m_nav_title a{
    display: inline-block;
    width: 100%;
    padding: 13px; font-size:16px; font-weight:500;
}
.m_nav_sub a{ font-size:14px; padding:8px;
    background-color: #ededed; /* 모바일 2차 서브메뉴 */
}


div#burgerbtn{ /* 모바일 삼선메뉴*/
    display:none; /* block */
    position: absolute;
    top:42px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer; color:#fff;
}
    div#slide_menu{
        display: block; z-index:8;
    }
    div#slide_bg{
        display: block;
    }

	
#header_wrap .state { display:; position:absolute; right:0; top:15px; z-index:9;}
#header_wrap .state ul li { float:left; }
#header_wrap .state ul li a { display:block; border-left:1px #fff solid;line-height:9px; padding:0 10px; font-size:0.8em; font-weight:300; color:#fff; }
#header_wrap .state ul li:first-child a { border-left:0;}

}


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



	ul.nav_main {
    display: none;
}
	

    a#title{
        display: none;
    }
   div#burgerbtn{ /* 모바일 삼선메뉴*/
    display: block;
    position: absolute;
    top:54px;
    right: 0;
    width: 25px;
    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 40px; font-size:1.1em; font-weight:bold; text-align:left; letter-spacing:0.5px;
}
ul.m_nav_sub { background-color:#ededed;  padding:0 0 15px 0; 
}
ul.m_nav_sub li a{ font-size:1.0em; font-weight:500; padding:15px 0 0 30px; text-align:left; /* 모바일 2차 서브메뉴 */
}
	
    
	
#header_wrap .state { display:none;}

div#tel { border-top:1px solid #dedede; margin:20px 40px 0; padding:25px 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:#ff7200; letter-spacing:0;}
div#tel p { display:block; margin:5px 0 0; line-height:1.5em;}  

}



@media screen and (max-width: 767px){
    ul.nav_main{
      display: none;  
    }
    a#title{
        display: none;
    }
   div#burgerbtn{ /* 모바일 삼선메뉴*/
    display: block;
    position: absolute;
    top:26px;
    right: 0;
    width: 30px;
    height: 22px;
    cursor: pointer; color:#fff;
}
    div#slide_menu{
        display: block; z-index:9;
    }
    div#slide_bg{
        display: block;
    }
	
	
	.m_nav_title a{
    display: inline-block;
    width: 100%;
    padding:10px 20px; font-size:1.2em; font-weight:bold; text-align:left; letter-spacing:0.5px;
}
ul.m_nav_sub { background-color:#ededed;  padding:0 0 15px 0; 
}
ul.m_nav_sub li a{ font-size:1.2em; font-weight:500; padding:15px 0 0 30px; text-align:left; /* 모바일 2차 서브메뉴 */
}

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


    

#header_wrap .state { display:none;}

div#tel { border-top:1px solid #dedede; margin:10px 15px 0; 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:#ff7200; letter-spacing:0;}
div#tel p { display:block; margin:5px 0 0; line-height:1.5em;}  
    
    
}