<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    * {margin: 0; padding: 0;}
    ul, li { list-style: none;}
    a {text-decoration: none;}
    body, html {
        width: 100%;
        height: 100%;
        font-family: 'Nanum Gothic', sans-serif;
        font-family: 'Noto Sans KR', sans-serif;
    }
	a:visited{text-decoration: none; color: #fff;}
    
    /*�ㅻ뜑�곸뿭*/
    
    .container {width: 100%;height: 100%;}
    .hd { width: 100%;  position:fixed; top:0; left: 0; z-index:999999998 ; background:url('../image/common/menu-line.png'); background-size:100%; }
    .hd li a {
        float: left;
    }
    .hd li {   }
    
    .menu { width: 10%; position: absolute; right: 0; top: 0%; }
    .menu li a img { 
	width: 1100%;
    }
	
	.tel { width: 29px; height: 60px;  top:9px; right:2px; position: absolute; }
    .tel li a img { margin: 0 auto; width: 50px; height: 50px;
    }

	.youtube { width: 30%; height: 60px;  top:0; right:10%; position: absolute; }
    .youtube li a img { 
		width: 1100%;
    }
	
    .logo { width: 60%; position: absolute; top: 0; left: 0;}
    .logo a { width: 100%; }
    .logo img { width:100%; }
    /*�대퉬寃뚯씠��*/
    
    .gnb {width: 100%; height: 50px;background-color: #000; text-align:center; position:absolute; top:53px;}
	.gnb ul {text-align:center; width:100%;}
    .gnb ul li {float: left; margin-top: 3%; line-height:28px; display:inline-block; width:24.8%;}
    .gnb ul li a { color: white;font-weight: bold; font-size: 10.5px; }
    

 
        .gnb_wrap {
            position: fixed;
            top: 0;
            right: -100%;
            width: 80%;
            height: 100%;
            z-index: 99999;
			
        }

        .gnb_wrap .gnb_top {
            position: relative;
            background-color: #000;
            padding: 18px 0 30px 0 ;
			border-bottom: solid 1px rgba(255,255,255,0.22);
        }

        .gnb_wrap .gnb_top h1 {
            position: absolute;
            top: 21px;
            padding: 0;
			
        }
        #menu_close a img {
            width: 25px;
            height: 25px;
            display: block;
        }
      
        .gnb_wrap .gnb_top h1 img {
            width: 260px;
			margin-top: 0px;
			margin-left:0px;
        }

        .gnb_wrap .gnb_top p 
        {
            margin-left: 88%;
            
            width: 30px;
            height: 30px;
            display: block;
            
        }

        .gnb_wrap .gnb_list {
            
			position: absolute;
            width: 100%;
            height: 100%;
            background-color: #000;
			font-family:'Noto Sans KR', sans-serif;
			overflow: hidden;	
			z-index: 99;
        }

		.gnb_wrap .gnb_list .gnb_bg {
			position: absolute;
			bottom: 0;
			left: -10%;
			z-index: -1;;
		}

        .gnb_wrap .gnb_list .gnb_dep1 {
            padding: 20px;
            display: block;
            font-size: 15px;
            font-weight: 400;
            border-bottom: solid 1px rgba(255,255,255,0.22);
        }

        .gnb_wrap .gnb_list .gnb_dep1 span {
/*            background: url("image/off.png") center right no-repeat;*/
            display: block;
            color: #fff;
            background-size: 24px 12px;
            font-weight: 400;
        }

        .gnb_wrap .gnb_list li.on .gnb_dep1 span {
/*            background:url("image/on.png") center right no-repeat; */
            display: block;
            color: #fff;
            text-decoration: underline;
             background-size: 24px 12px;
        }

        .gnb_wrap .gnb_list .gnb_dep2 {
            display: none;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li {
            background-color: #2a2a2a;
            border-bottom: solid 1px rgba(255,255,255,0.22);
            color: #fff;
            font-weight: 400;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li a {
            color: rgba(255, 255, 255, 0.8) !important;
            padding: 20px 20px 20px 30px;
            display: block;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li.on {
            background-color: #4f8ec3;
            border-bottom: solid 1px #655534;
            color: #fff !important;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li.on a {
            color: #fff !important;
            padding: 20px 20px 20px 30px;
            display: block;
        }

        
    .gnb_overlay {
        z-index: 9999;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        position: fixed;
        left: -100%;
        top: 0;
        
    }</pre></body></html>