@charset "utf-8";
/* CSS Document */

/*PC*/

/*menu*/
*{box-sizing: border-box;}

#header{width:100%; margin:0 auto; position:fixed; background-image:url(/onepage_incheon/images/meun_bar.png); text-align:center; z-index:2; }

#meunbar ul{margin:0 auto; padding:0; list-style:none; width:800px; text-align:center; font-size:18px; display:table; }
#meunbar li{display:table-cell; width:100px; position:relative; }
#meunbar li > a{display:inline-block; width:100%; height:100%; padding:10px; color:#FFF; }
#meunbar li:hover{background-color:#2799ce; }
#meunbar li > a:hover{color:#fff000; text-decoration:underline; }
#meunbar li:hover > div{display:block; }
#meunbar span a:link. a:visited{text-decoration:none; }



/*main*/
#main{background:url("/onepage_incheon/images/main_bg.jpg") no-repeat center; text-align: center; }



/*footer*/
#introbtn{width:100%; height:228px; margin-top:75px; margin-bottom:75px; }
#introbtn ul{width:1027px; margin:0 auto;}
#introbtn ul > .btn01{width:500px; float:left;}
#introbtn ul > .btn02{width:500px; float:right;}

#un_footer {background:#e2e2e2; }

#ftext {width: 800px; margin: 0 auto; }
#ftext > p {padding-bottom:5px; color:#252525; }
#ftext a:link{text-decoration:none; color:#252525; }
#ftext a:visitied{text-decoration:none; color:#252525; }	

.footer_logo {text-align:center; margin: 0 auto; margin-top:30px; margin-bottom:30px; width:186px; height:44px; }



/*Mobile*/

/*menu*/
#mobile_menu{position:fixed; left:0; top:0; width:100%; border:1px solid #27739a; z-index:2; }
.menu_tab1{width:auto; min-height:36px; margin:0; border-bottom:1px solid #27739a; background:#5eb2dd; }
.tab1_title{float:left; text-align:center; width:50%;  }
.tab1_title a{color:#FFF; font-size:18px; font-weight:bold; text-decoration:none; border-left:1px solid #27739a; display:block; overflow:hidden; line-height:2; }

.menu_tab2{width:auto; min-height:36px; margin:0; background:#5eb2dd; }
.tab2_title{float:left; text-align:center; width:50%;  }
.tab2_title a{color:#FFF; font-size:18px; font-weight:bold; text-decoration:none; border-left:1px solid #27739a; display:block; overflow:hidden; line-height:2; }



/*M footer*/
#mobile_introbtn{width:100%; }
#mobile_introbtn ul{ padding-bottom:32%; }
#mobile_introbtn ul > li{width:50%; float:left; }

#mobile_un_footer{width:100%; background:#e2e2e2; }

#mobile_ftext {width: 100%; margin: 0 auto; padding-left:2%; padding-right:2%; }
#mobile_ftext > p {padding-bottom:1%; color:#252525; }
#mobile_ftext a:link{text-decoration:none; color:#252525; }
#mobile_ftext a:visitied{text-decoration:none; color:#252525; }	

.mobile_footer_logo {text-align:center; margin: 0 auto; margin-top:5%; margin-bottom:5%; width:60%; }


