<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main menu */
#NaviContainer {
	width                   : 100%;
    min-width               : 1200px;
    display                 : inline-block;
}

.NaviContents {
	width                   : 1200px;
	margin                  : 0 auto;
}

.NaviContents li {
	float                   : left;
}

/* .NaviContents .NaviMenu1 { position:fixed; cursor:pointer; z-index:999999; }                                              */
/* .NaviContents .NaviMenu2 { position:fixed; cursor:pointer; z-index:-1; margin-left:168px;  -webkit-margin-start:168px;  } */
/* .NaviContents .NaviMenu3 { position:fixed; cursor:pointer; z-index:-2; margin-left:336px;  -webkit-margin-start:336px;  } */
/* .NaviContents .NaviMenu4 { position:fixed; cursor:pointer; z-index:-3; margin-left:504px;  -webkit-margin-start:504px;  } */
/* .NaviContents .NaviMenu5 { position:fixed; cursor:pointer; z-index:-4; margin-left:672px;  -webkit-margin-start:672px;  } */
/* .NaviContents .NaviMenu6 { position:fixed; cursor:pointer; z-index:-5; margin-left:840px;  -webkit-margin-start:840px;  } */
/* .NaviContents .NaviMenu7 { position:fixed; cursor:pointer; z-index:-6; margin-left:1008px; -webkit-margin-start:1008px; } */

/* .NaviMenu1 { width:1200px; height:67px; background:url("/Images/Navi/Navi.png") 0 0      no-repeat; } */
/* .NaviMenu2 { width:1200px; height:67px; background:url("/Images/Navi/Navi.png") 0 -67px  no-repeat; } */
/* .NaviMenu3 { width:1200px; height:67px; background:url("/Images/Navi/Navi.png") 0 -134px no-repeat; } */
/* .NaviMenu4 { width:1200px; height:67px; background:url("/Images/Navi/Navi.png") 0 -201px no-repeat; } */
/* .NaviMenu5 { width:1200px; height:67px; background:url("/Images/Navi/Navi.png") 0 -268px no-repeat; } */
/* .NaviMenu6 { width:1200px; height:67px; background:url("/Images/Navi/Navi.png") 0 -335px no-repeat; } */
/* .NaviMenu7 { width:1200px; height:67px; background:url("/Images/Navi/Navi.png") 0 -402px no-repeat; } */

.NaviMenu { 
    width                   : 1200px; 
    height                  : 49px; 
    background              : url("/Images/Navi/Navi.png") 0 0 no-repeat; 
    cursor                  : pointer; 
}

.NaviMenu .NaviMenu1 { 
    float                   : left; 
    width                   : 168px; 
    height                  : 49px; 
}
.NaviMenu .NaviMenu2 { 
    float                   : left; 
    width                   : 169px; 
    height                  : 49px; 
}
.NaviMenu .NaviMenu3 { 
    float                   : left; 
    width                   : 168px; 
    height                  : 49px; 
}
.NaviMenu .NaviMenu4 { 
    float                   : left; 
    width                   : 168px; 
    height                  : 49px; 
}
.NaviMenu .NaviMenu5 { 
    float                   : left; 
    width                   : 168px; 
    height                  : 49px; 
}
.NaviMenu .NaviMenu6 { 
    float                   : left; 
    width                   : 169px; 
    height                  : 49px; 
}
.NaviMenu .NaviMenu7 { 
    float                   : left; 
    width                   : 190px; 
    height                  : 49px; 
}

.SiteNaviContents {
    display                 : inline-block; 
    background-color        : #353c4e; 
    width                   : 100%; 
    min-width               : 1200px;
    height                  : 50px; 
    border                  : 0 solid #000;
    text-align              : center;
    overflow                : hidden;
}
.SiteNaviContents .SiteNaviMenu { 
    width                   : 1200px; 
    margin                  : 0 auto;
    display                 : inline-block;
}

.SiteNaviMenu ul { 
/*
    margin-top              : 15px;
    margin-left             : 170px;
    -webkit-margin-before   : 15px;
    -webkit-margin-start    : 170px;
*/
}

.SiteNaviMenu li { 
    float                   : left;
    width                   : 240px;
    cursor                  : pointer;
    font-family             : "MalgunGothic", "ë§‘ì€ ê³&nbsp;ë”•";
    font-size               : 11pt;
    font-weight             : bold;
    color                   : #ffffff;
    height                  : 50px;
    line-height             : 50px;
    overflow                : hidden;
/*
    background              : url("/Images/Navi/SiteNavi_bar.png") 0 2px no-repeat;
    padding                 : 0 20px;
    -webkit-padding-before  : 0;
    -webkit-padding-end     : 20px;
    -webkit-padding-after   : 0;
    -webkit-padding-start   : 20px;
*/
}

.SiteNaviMenu li:last-child { 
    height                  : 50px;
    background              : #d95e04;
    overflow                : hidden;
}</pre></body></html>