@charset "utf-8";

/* header */
#header {position: relative; top: 0px; left: 0px; right: 0px; z-index: 100; height: 135px;}
#header .inner {position:relative; width: 1200px; height: 90px; margin:0 auto;}
.logo {float: left; line-height: 90px;}
.logo img {height: 45px;}

.top_btn {float: right; height: 25px; right: 0px; border: 1px solid #aaa; border-radius: 3px; color:#333; font-size:14px; margin-top: 30px;}
.top_btn ul {width: 140px; height: 25px; float: left; background: #fff;}
.top_btn li {width: 69px; height: 25px; text-align: center; float: left; line-height: 25px; border-right: 1px solid #aaa; }

#gnb {position: relative; height: 45px; background-color: #518ede;}
#gnb ul {width: 1200px; margin:0px auto;}
#gnb ul li {width: 16%; float: left; text-align: center; font-size: 15px; line-height: 45px; border-left: 1px solid #6099e5; color: #fff;}
#gnb ul li:hover {background-color: #333949 !important; color: #fff;}
/*#gnb ul li.active {background-color: #333949 !important; color: #fff;}*/
#gnb ul li:nth-child(3n) {width: 17%}
#gnb ul li:nth-child(4n) {width: 17%}
#gnb ul li:nth-child(6n) {border-right: 1px solid #6099e5;}
#gnb li a:link {color:#fff; text-decoration:none;}
#gnb li a:visited {color:#fff; text-decoration:none;}
#gnb li a:active {color:#fff; text-decoration:none;}

/* wrapper */
#wrapper {position:relative;}

/* sub top banner */
#visual {position: relative; width: 100%; height: 245px; margin-top: 20px;}
#visual .bg {position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: url('/public/img/sub_banner_top.jpg') no-repeat top center; background-size: cover;}

.sub_txt_area {width: 1200px; margin-top: 36px; margin-left: 19%; }
.sub_txt_01 {font-size: 32px; color: #fff; font-weight: 600; margin-bottom: 15px;}
.sub_txt_02 {font-size: 50px; color: #fff; font-weight: 600; margin-bottom: 25px;}
.sub_txt_03 {font-size: 13px; color: #babec1; font-weight: 600; line-height: 1.5;}

/* main top banner */
#top_image {position: relative; width: 100%; height: 445px; margin-top: 20px; overflow: hidden; background-color: #162957; background: url('/public/img/main_banner1.png') no-repeat top center; background-size: cover;}
.top_under_image {position: relative; height: 445px; overflow: hidden; text-align: center;}
.top_under_image img {height: 445px;}
.top_over_image {margin: 0 auto; width: 1200px; top: 0px; height: 445px; overflow: hidden; text-align: center;}

.main_txt_area {position: absolute; top: 100px; height: 445px; left: 44%; overflow: hidden; text-align: left;}
.main_txt_01 {font-size: 40px; color: #fff; font-weight: 600; margin-bottom: 15px;}
.main_txt_02 {font-size: 58px; color: #fff; font-weight: 600; margin-bottom: 25px;}
.main_txt_03 {font-size: 14px; color: #babec1; font-weight: 600; line-height: 1.5;}

/* 메인 */
#main {position: relative; width: 1200px; height: 285px; margin: 40px auto;}
.left_area {float: left; width: 430px; margin-right: 20px;}
.center_area {float: left; width: 430px; margin-right: 20px;}
.right_area {float: left; width: 300px;}
.right_area img:nth-child(1n) {width: 300px; margin-bottom: 15px;}
.notice_area {position: absolute; top: 160px; width: 355px; font-size: 12px; color: #222; margin-left: 35px; margin-top: 14px;}
.notice_area tr {height: 25px;}
.notice_area_title {width: 270px; text-overflow : ellipsis; overflow : hidden; white-space: nowrap;}
.notice_area_date {width: 85px; text-align: right;}
.btn_notice_list {position: absolute; width: 20px; height: 20px; top: 112px; right: 353px;}

/* 로그인 */
#login {width: 90%; text-align: center;}
.login_box {width: 840px; height: 90px;}
.login_box input {margin-left: 30px; width: 325px; height: 38px; font-size: 13px; font-weight: bold;}
.login_box .inputBox {float:left;}
.login_btn_img_box {margin-right: 120px; float: right;}
.login_title_img_box {margin-left: 70px; float: left;}
.password_info_box {width: 840px; height: 100px; background-color: #f7f7f7; margin-left: 120px;}
.password_info_box p {font-size: 13px; line-height: 100px; text-align: center;}
.top_bar {width: 100%; height: 14px; text-align: center; background: url('/public/img/line_defualt_1.jpg');}
.bottom_bar {width: 100%; height: 14px; text-align: center; background: url('/public/img/line_defualt_2.jpg');}

/* 신청페이지 */
.request_tb {width: 100%; border-spacing: 0px;}
.request_tb th {width: 30%; text-align: left;}
.request_tb th {padding:8px 8px; font-size:15px; color:#444;height:24px; }
.request_tb th img{position:relative; top:-1px; margin-right:5px;}
.request_tb td {padding:8px 8px; font-size:15px; color:#777; height:24px;}
.request_tb textarea {border: 1px solid #ccc; height: 80px; margin-top: 5px; box-sizing: border-box; width: 100%;}
#search_result {position: absolute; background-color: #fff; width: 95.2%; border: 1px solid #999; border-bottom:8px solid #999; z-index: 1000; margin-top: 4px;}
#search_result tr td{
    font-size: 15px;
    height: 20px;
    padding:5px 10px;
}
#search_result tr td .sep{
    font-size: 9px;
    font-family: tahoma;
    margin:0 5px;
    color:#efefef;

    font-weight: normal;
}
#search_result tr td .add{
    font-size: 13px;
    color:#bbb;
    font-weight: normal;
}
#search_result tr td.noData{
    padding:20px 10px;
}
#search_result .page {
    text-align: center;
    border-top:2px solid #efefef;
}
#search_result .page .page_jump{
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor: pointer;
}
#search_result .page .page_list{
    display: inline-block;
    text-align: center;

    position:relative;
    top:-1px;
}
#search_result .page .page_list li{
    display: inline-block;
    width: 16px;
    position: relative;
    text-align: center;

    font-family: 'tahoma';
    font-size:10px;
    color:#666;

    cursor: pointer;
}
#search_result .page .page_list li:hover{
    background-color: #f7f7f7;
}
#search_result .page .page_list li.current{
    font-weight:bold;
    color:blue;
}

.btn_ok {height:38px;line-height:38px; display:inline-block; padding:0 47px; background-color:#106eae; color:#fff !important; font-weight:bold; font-size:14px;margin:0; margin-right: 9px; border: none; margin-top: 33px;}
.btn_search {height:30px;line-height:30px; display:inline-block; padding:0 20px; background-color:#106eae; color:#fff !important; font-weight:bold; font-size:12px; margin-left: 5px; border: none; box-sizing: border-box; cursor:pointer}

/* 서브 페이지 사용 */
#container {position: relative; width: 1200px; margin: 0 auto; padding: 0px; height: auto; overflow: hidden;}
hgroup {width: 100%; height: 75px; padding: 60px 0px 0px;}
#pgtitle {font-size: 33px; color: #222; width: 100%; padding-bottom: 10px; text-align: center; margin-bottom: 20px;}
.pgtitle_under_img {text-align: center;}
.contents {padding: 60px 60px 60px;}

/* footer */
#footer {position: relative; width: 100%; height: 165px; background: #fff; border-top: 1px solid #e0e0e0; margin-top: 40px;}
.footer_top {width: 100%; height: 40px; background-color: #fcfcfc; border-bottom: 1px solid #e0e0e0;}
.link {width: 1200px; margin: 0 auto;}
.menu {float: left; line-height: 40px; font-weight: bold; font-size: 13px;}
.menu a:link {color:#106eae; text-decoration:none;}
.menu a:visited {color:#106eae; text-decoration:none;}
.menu a:active {color:#106eae; text-decoration:none;}
.btn_top {float: right;}
.info {width: 1200px; margin: 0 auto;}
.text {float: left; font-size: 12px; color: #222; text-align: left; display: inline-block; float: left; margin-right: 125px; line-height: 1.6; margin-top: 33px;}
.site {float: right; line-height: 125px;}

/* 테이블 */
.public_board {width:100%; border-spacing:0px;}
.public_board .b_th th {height:2.7em; border-top:1px solid #ccc; border-bottom:1px solid #ccc; color:#444;line-height:2.7em; font-size: 15px;}
.public_board .b_tr td {font-size:13px; height:36px; line-height:32px; color:#777; border-bottom:1px solid #eaeaea;}
.public_board .b_tr td a {color:#777;}
.public_board .content_list {padding-left: 50px; background-color: #fcfcfc;}
.board_contents {height:200px !important;}
.no_data {font-size:14px; color:#999; padding: 20px 0;}

/* 페이징 */
.paginate {clear: both; padding: 10px 0 0; text-align: center;}
.paginate a, .paginate strong {display: inline-block; margin: 0 2px; padding: 5px 7px; border: 1px solid #b0b1b3; background: #fff;}
.paginate strong {background: #106eae; color: #fff;}

/* 게시판 상세페이지 */
.view_tb {width:100%; border-spacing:0px;border-top:1px solid #ccc;}
.view_tb .view_tit {width:150px;}
.view_tb .view_date {width:100px;}
.view_tb .view_no {width:100px;}
.view_tb .view_cnt_01 {width:200px; }
.view_tb .view_cnt_02 {width:200px;}
.view_tb .view_cnt_03 {}
.view_tb th {padding:8px 8px; background-color:#efefef;border-bottom:1px solid #ccc; font-size:15px; color:#444;height:24px; }
.view_tb td {padding:8px 8px; font-size:13px; color:#777; border-bottom:1px solid #ccc;height:24px;}

/* 버튼 */
.btn_list {height:38px;line-height:38px; display:inline-block; padding:0 47px; background-color:#106eae; color:#fff !important; font-weight:bold; font-size:14px;margin:0; }

/* 개인정보처리방침 프레임 */
.w_box{ padding:30px; background:#fff; border:1px dashed #777; border-radius:8px;}

/* 시설소개 */
.intro_title {font-size: 20px; font-weight: bold; color: #444; border-bottom: 1px solid #ccc; padding: 10px 0px; clear: both;}
.intro_img { float: left; width: 180px; text-align: center; }
.intro_contents {float: left; width: 900px; font-size: 16px; color: #777; margin-bottom: 5px; text-align: justify;}

/* help */
.help_box {width: 100%; text-align: center; margin-top: 20px;}

/* 페이지내 공통으로 쓰고있음 */
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.float_left {float: left;}
.float_right {float: right;}

/* width */
.width05p {width: 5%;}
.width10p {width: 10%;}
.width15p {width: 15%;}
.width20p {width: 20%;}
.width25p {width: 25%;}
.width30p {width: 30%;}
.width35p {width: 35%;}
.width40p {width: 40%;}
.width45p {width: 45%;}
.width50p {width: 50%;}
.width55p {width: 55%;}
.width60p {width: 60%;}
.width65p {width: 65%;}
.width70p {width: 70%;}
.width75p {width: 75%;}
.width80p {width: 80%;}
.width85p {width: 85%;}
.width90p {width: 90%;}
.width95p {width: 95%;}
.width100p {width: 100%;}

/* margin */
.mrgn10p {margin-bottom: 10px;}
.mrgn20p {margin-bottom: 20px;}
.mrgn30p {margin-bottom: 30px;}
.mrgn40p {margin-bottom: 40px;}
.mrgn50p {margin-bottom: 50px;}
.mrgn60p {margin-bottom: 60px;}