@charset "utf-8"; 

#wrap {position:relative; z-index:10; width:100%; min-width:1100px; margin:0 auto; padding:0;}
#header {min-width:1100px; height:500px;}
#header h1 {height:80px; margin:0; padding:20px 0; text-align:center;}

/* gnb */
.gnb {z-index:1000; width:1100px; height:63px; margin:0 auto; background:#23bcb7; border-radius:100px;}
.gnb .gnb_wrap {position:relative; overflow:hidden; width:1100px; margin:0 auto; padding:0; font-weight:400; text-align:center;}
.gnb_menu {display:inline-block; height:63px; margin:0px 0px 0 0; padding:0 25px; font-size:16px; line-height:63px; text-align:center; text-decoration:none; color:#fff;}
.gnb_menu:first-child+a {background:none;}
.gnb a {color:#fff;}
.gnb a:hover {height:60px; border-bottom:3px solid #f7951b; color:#fff;}
.active {height:60px; border-bottom:3px solid #fff; color:#fff !important;}
.home {width:66px; height:63px; margin-right:20px; padding:0; background:url('../image/icon_home.png') no-repeat; background-position:50% 20px; font-size:0; border:none; vertical-align:top;}
a.home:hover {border:none;}
.extLink {position:absolute; right:0; top:0; width:66px; padding:0; border-left:1px solid #a3a7b1; line-height:63px;}
.extLink:hover {background:#23bcb7 !important; color:#fff;}

/* sticky */
.fxd {width:100%; background:#fff; border-bottom:1px solid #ddd;}
.fxd .gnb_wrap {border:none;}
.fxd a {color:#333;}
.fxd .home {background:url('../image/icon_home_sticky.png') no-repeat; background-position:50% 20px;}
.fxd a:hover {height:60px; border-bottom:3px solid #f7951b; color:#23bcb7;}
.fxd .active {border-bottom:3px solid #f7951b; color:#23bcb7 !important;}
.fxd .extLink {right:0; border-right:1px solid #a3a7b1;}

/* visual */
#main_visual {margin:20px auto 0;}
#main_visual > ul {border-radius:20px;}
#main_visual > p {top:auto !important; bottom:10px;}
#main_visual > p img {margin:0 4px !important;}
/* 콘텐츠영역 */
.section {position:relative; z-index:10; width:100%; min-width:1100px; margin:0 auto; padding:0 0 20px 0;}
.inner {position:relative; width:1100px; min-height:50px; margin:0 auto; padding:50px 0; }
.inner:after {content:""; display:table; clear:both;}

/* SECTIONS */
.sTop {height:500px;}
.s1 {background:#fff;}
.s2 {background:#fafafa;}
.s3 {border-top:3px dashed #fff;background:#fff;}
.s4 {background:#fafafa;}
.s5 {background:#fff;}
.s6 {background:#fafafa;}
.s7 {background:#fff;}

.s1, .s2, .s3, .s4, .s5, .s6 {border-bottom:1px dotted #ccc;}



/******** Main History ********/
.history li {margin-bottom:20px;}
.history li span {display:inline-block; width:945px; padding-top:20px; border-top:1px dotted #ccc; font-weight:300;}
.history li span.year {width:135px; border-top:1px dotted #23bcb7; font-weight:500; color:#000; vertical-align:top;}



/******* 카피라이트********/
#footer {clear:both; width:100%; min-height:50px; padding:40px 0; background-color:#63656a; color:#111;}


.foot {width:1100px; margin:0 auto; overflow:hidden;}
.foot_info {clear:left; color: #b1b6c1; font-size:13px; letter-spacing:0;}
.foot_info address {margin-bottom:5px; font-size:14px; color: #d8dce5;}
.foot_info a {color: #b1b6c1;}
.foot_bar {margin-left:20px; padding-left:20px;  background:url('/default/_template/image/default/common/bottom_bar02.gif') no-repeat 0 50%;}
