@charset "UTF-8";

/* Layout */
html { overflow-y: auto; width: 100%; }
body { position: relative; min-width: 1280px; width: 100%; }
.inner { position: relative; width: 1200px; margin: 0 auto; } /* Default :1188 */

#skip_to_content {position: absolute; left: 0; top:-10em; width: 100%; z-index:99999; }
#skip_to_content a:active, #skip_to_content a:focus {position:absolute;left:0;top:10em;width:100%;height:27px;background:#009dc8 url(../../images/common/header_bg.gif) repeat-y 50% 0;color:#fff;text-align:center;text-decoration:none;line-height:30px;outline:0}
.mask {display:none;opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;height:100%; background:url(../../images/common/mask.png);z-index:9}


/* Header*/
#dc_header { position: relative; background: none; z-index:10; height: 64px; background-color: #435B88; }


.headerother { clear:both; }

#headertop { position: absolute; z-index: 100; width: 200px; }
#headertop div.top_logo { width: 200px; padding: 15px 0 0 0; }

/* GNB */
#gnb_wrap { position: relative; padding-left: 200px; height: 64px; }
#gnb_wrap .inner { /* position:relative*/ }
#gnb { position: absolute; padding: 0; }
#gnb a { display: block; }
#gnb a:hover { background: #466db5; }

/* 1 Depth */
#btn_menu, #btn_search { display: none; }
#gnb > li { float: left; width: 150px; padding: 0; background: url(/photo/images/layout/icon_gnb.gif) left 50% no-repeat; }
#gnb > li:FIRST-CHILD { background:  none; }
#gnb > li > a { line-height: 64px; color:#fff; font-size: 18px; text-align:center; text-decoration:none; }
#gnb > li.active > a { color: #40c9f7;}
#gnb > li > a > img {vertical-align:-7px}
#gnb > li > a > img.new_win {margin-left:3px;vertical-align:-1px}

#gnb > li:nth-child(1) { }
#gnb > li:nth-child(2) { }
#gnb > li:nth-child(3) { }
#gnb > li:nth-child(4) { }
#gnb > li:nth-child(5) { }
#gnb > li:nth-child(6) { }
#gnb > li:nth-child(7) { }

/*검색*/
.gnb_search { position: absolute; top: 0px; right: 0px; width: 180px; height: 64px; background: #173161 url(/photo/images/layout/btn_search.png) 20px 50% no-repeat; }
.gnb_search .btn_gnb_search { padding-left: 50px; line-height: 64px; font-size: 18px; color: #fff; }
.gnb_search .btn_gnb_search:hover { text-decoration: none; }

/* footer */
#foot_info {padding:26px 0 40px; background:#ebebeb; color:#888; font-size:13px; line-height:1.667}
#foot_info .inner {position:relative}
.foot_logo {width:96px; height:42px; margin:14px 56px 0 24px; float:left;}
.copyright {margin-top:6px; color:#a7a7a7}

