@charset "euc-kr";

/*
공통
*/
body{background:#ededed}
#header{width:100%; padding:1em 0 1.2em 0; 
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d2d2d2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d2d2d2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d2d2d2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d2d2d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}
#header h1{text-align:center; }
#header h1 img{max-width:45%}

/* 푸터 */
#footArea{border-top:1px solid #cbcbcb; background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top,  #ebebeb 0%, #d2d2d2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebebeb 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebebeb 0%,#d2d2d2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebebeb 0%,#d2d2d2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebebeb 0%,#d2d2d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}
#footer{overflow:hidden; width:100%; font-size:120%; text-align:center; }
#footer li a{float:left; width:33%; padding:1em 0; background:url(/m/korean/images/common/bar_footer.gif) no-repeat left center}
#footer li.fist-child a{background:none; width:33%}

/*
메인
*/

#mainContent{overflow:hidden;  width:100%; background:#fff;}  

/* 메인메뉴 */
#mainmenu{background:#27bab1;}
#mainmenu ul{overflow:hidden; width:95%; margin:0 auto; padding:1.2em 0}
#mainmenu li{float:left; text-align:center; width:25%; padding:0.7em 0}
#mainmenu li img{max-width:90%}

/* 공지사항*/
#noticeArea{overflow:hidden;width:100%;
background: #636465; /* Old browsers */
background: -moz-linear-gradient(top,  #636465 0%, #2c4867 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636465), color-stop(100%,#2c4867)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #636465 0%,#2c4867 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #636465 0%,#2c4867 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #636465 0%,#2c4867 100%); /* IE10+ */
background: linear-gradient(to bottom,  #636465 0%,#2c4867 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636465', endColorstr='#2c4867',GradientType=0 ); /* IE6-9 */}
#notice{overflow:hidden; width:100%; font-size:100%; border-top:1px solid #fff; background:url(/m/korean/images/main/bg_leap.png) no-repeat right top;background-size:contain; }
#notice h3{float:left; max-width:28%}
#notice h3 a{display:block; padding:0 0.4em 0.3em 0.7em; }
#notice #p_img{position:relative; float:left; width:72%;}
#notice p{float:left; padding:0.5em 0 0 0; max-width:70%}
#notice p a{color:#fff;}

/* 바로가기 버튼*/
#quickLink{overflow:hidden; width:100%; margin:0 0 1em}
#quickLink li{float:left; width:50%;}
#quickLink img{width:100%;}

/* 갤러리 */
#gallery{overflow:hidden; width:95%; margin:0 auto 2em; }
#gallery h3{clear:both; width:100%; margin:0 0 1em}
#gallery h3 img{max-width:35%;}
#gallery ul{overflow:hidden; width:100%;text-align:center}
#gallery li{float:left; width:33.3%; }
#gallery li img{width:87px; height:56px;border:5px solid #e7e7e7;}
#gallery li span{display:block; padding:0.5em 0.2em 0 0.2em; color:#6e6e6e; letter-spacing:-1px}


/*
서브
*/
#subContent{position:relative; overflow:hidden; width:100%; background:#fff}

/*페이지타이틀 */
#pageTitle{
background: #59b6cc; /* Old browsers */
background: -moz-linear-gradient(top,  #59b6cc 0%, #449db2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59b6cc), color-stop(100%,#449db2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #59b6cc 0%,#449db2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #59b6cc 0%,#449db2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #59b6cc 0%,#449db2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #59b6cc 0%,#449db2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b6cc', endColorstr='#449db2',GradientType=0 ); /* IE6-9 */
}
#pageTitle h2{padding:0.8em 0 0.8em 1em; font-size:165%; font-weight:bold; color:#fff; background:url(/m/korean/images/common/bg_pagetitle.png)no-repeat 100% 0 ; background-size:contain}

/* 카테고리 페이지 */
.sub_category{width:95%;margin:0 auto 2em; padding:0 0 1em 0; border:2px solid #aed1d9; border-bottom-left-radius:20px;border-bottom-right-radius:20px; box-shadow:3px 3px 5px #e7e7e7}
.sub_category li{font-size:150%;border-bottom:1px solid #cdcdcd;}
.sub_category li.last-child{border-bottom:none}
.sub_category li a{display:block; padding:1em;  background:url(/m/korean/images/common/bullet/bul_category.png) no-repeat 95% center; background-size:contain}
.sub_category li a:hover{color:#5882d0;}

#sub_allmenu .sub_category li{border-bottom:none}
#sub_allmenu .sub_category li h3{font-size:100%;border-bottom:1px solid #cdcdcd; font-weight:normal}
#sub_allmenu .sub_category li.last-child h3{border-bottom:none;}
#sub_allmenu .sub_category li a{background:url(/m/korean/images/common/bullet/bul_category_down.png) no-repeat 95% center;background-size:contain}
#sub_allmenu .sub_category li.no_inner a{background:url(/m/korean/images/common/bullet/bul_category.png) no-repeat 95% center;background-size:contain}
#sub_allmenu .sub_category .inner_category li{font-size:90%;background:#dae7e9;border-bottom:1px solid #cdcdcd;}
#sub_allmenu .sub_category .inner_category li a{color:#417a83; padding:0.9em 1em 0.9em 1.5em;  background:url(/m/korean/images/common/bullet/bul_category.png) no-repeat 95% center; background-size:contain}

/* 탭메뉴 */
#tabmenu{overflow:hidden; width:100%; background:url(/m/korean/images/common/tabmenu/bg_tit.gif) repeat-x left top;background-size:contain}
#tabmenu li{float:left; text-align:center; font-size:150%; background:url(/m/korean/images/common/tabmenu/bg_bar.gif) no-repeat left top; background-size:contain}
#tabmenu li a{display:block; color:#8f8f8f; padding:0.8em 0 1.1em 0;font-weight:bold; }
#tabmenu .current_on{background:url(/m/korean/images/common/tabmenu/bg_tit_on.gif) repeat-x left top; background-size:contain}
#tabmenu .current_on a{color:#fff; background:url(/m/korean/images/common/tabmenu/bg_on.png) no-repeat center bottom;}
.tab2 li{width:50%;}
.tab3 li{width:33.3%;}
.tab4 li{width:25%;}

/* 서브기본 */
#sub_default{width:100%;overflow:hidden; background:#fff}
#sub_board{padding:10px;}

