
/* 커뮤니티 */
.community_wrap{xbackground:#fff url(/images/tit/bg_community.gif) no-repeat 100% 0;/*padding:28px 20px 150px 20px;*/padding:28px 20px 50px 20px;overflow: hidden;}
.company_wrap{xbackground:#fff url(/images/tit/bg_company.gif) no-repeat 100% 0;padding:28px 20px 20px 20px;}
.mypage_wrap{background:#fff url(/images/tit/bg_mypage.gif) no-repeat 100% 0;padding:28px 20px 20px 20px;}


/* 상단 게시판 정보 */
.board_info{clear:both;float:none; width:100%; height:25px; margin:5px 0 0 0;}
.board_info .right{float:right;width:100%;}
.secret{ height:125px;}

/*검색*/
.board-category{float:left;font-size:12px;padding-bottom:5px;padding-top:15px;width:50%;text-align: left;}
.board-category select{display:inline-block;margin:0;padding:5px 2px;width:120px;border: 1px solid #ddd; box-shadow: none;}
.board-search {float:right;padding-bottom: 5px; padding-top: 15px;padding-right: 15px; width: 50%; text-align: right; }
.board-search select {display:inline-block;margin:0; padding:5px 2px; width: 80px; height: auto;border: 1px solid #ddd;vertical-align:middle;box-shadow:none;}
.board-search input {display:inline-block;margin:0; padding:6px 2px; width: 120px; height: auto;border: 1px solid #ddd;line-height:12px;vertical-align:middle;box-shadow:none;}
.board-search .btnSrch{width:30px; height:30px;border:none; background:url('/images/btn/btn_search.gif') no-repeat 0 0; text-indent:-50000px;}

/* 공지사항리스트  */
.board_list01{width:100%; margin:5px 0 0 0;}
.board_list01 thead th{ height:38px; border-top:2px solid #f4862d; border-bottom:1px solid #ddd; border-left:1px solid #ddd;  background:#f6f6f6; text-align:center; font-size:14px; line-height:38px; color:#303030; }
.board_list01 thead th.left{border-left:none}
.board_list01 tbody td{height:16px; padding:8px 0; border-bottom:1px solid #ddd; border-left:1px solid #ddd; text-align:center; font-size:14px; line-height:16px; color:#303030;}
.board_list01 tbody td.left{border-left:none}
.board_list01 tbody tr:hover{ background-color: #f7f7f7;}
.board_list01 tbody td.subject{height:16px; padding:8px 0; border-bottom:1px solid #ddd; text-align:left; font-size:14px; line-height:16px; color:#303030; padding-left:15px;font-weight: bold;}
.board_list01 tbody tr.board-list-notice{ background-color: #f4f4f4;}
.board_list01 tbody td.board-list-uid{font-weight: bold; color: #f4862d;}
.board_list01 tbody td.board-list-subject{font-weight: bold; color: #f4862d;text-align:left;padding-left:15px;}

/*페이징*/
.board-p {float:left;padding:50px 0 0;width:100%;}
.board-p .board-pages {float: left; margin: 0;padding: 0 0 50px 0;width:100%;list-style:none;text-align:center;border:0;}
.board-p .board-pages li {display: inline; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none;}
.board-p .board-pages li a {padding: 6px 11px; border: 1px solid #ddd; text-decoration: none; font-size: 13px; line-height: 27px;color:#999999;background-color: white;}
.board-p .board-pages li.active a {border: 1px solid #f4862d; color: white; background-color: #f4862d; text-decoration: none;}

/* 공지사항보기  */
.board_list01_view{ width:100%; margin:50px 0 0 0;}
.board_list01_view .view_form{border-top:2px solid #f4862d;}
.board_list01_view .view_form .view_title{padding:13px 0 10px 15px;line-height:22px;border-bottom:1px solid #d7d7d7;}
.board_list01_view .view_form .view_title .top_cont{font-size:14px;color:#333;font-weight:bold;}
.board_list01_view .view_form .view_title .top_cont span{color:#f23f3f;padding:0 10px 10px 0;font-weight:bold;}
.board_list01_view .view_form .view_title h5{font-size:18px;font-weight:bold;color:#f4862d;}
.board_list01_view .view_form .text_form{padding:25px 0 50px 0;border-bottom:2px solid #20b6b5font-size:14px;color:#666;line-height:26px;}
.board_list01_view .view_form .view_cont{font-size:14px;}
.board_list01_view .view_form .view_cont li{padding:5px 0 5px 17px;border-bottom:1px solid #d1d1d1;}
.board_list01_view .view_form .view_cont li a{margin-left:17px;color:#666;}
.board_list01_view .view_form .view_cont img{vertical-align:middle;}
/*답변*/
.board_list01_view .view_form .answerBox{border:1px solid #ddd; margin-top:30px;color:#333;font-weight: bold;}
.board_list01_view .view_form .answerBox .anPerson{background:url('/images/btn/ans_icon1.gif') no-repeat 19px 12px ; border-bottom:2px solid #ef4349; padding:9px 20px 11px;}
.board_list01_view .view_form .answerBox .anPerson strong{background:url('/images/btn/icon_bar1x12.gif') no-repeat right 5px; color:#444; padding-right:12px; padding-left:77px; margin-right:11px;}
.board_list01_view .view_form .answerBox .anPerson span{}
.board_list01_view .view_form .answerBox .anTxt{padding:20px 20px 10px;}
.board_list01_view .reply {background-color:#f5f5f5; width:855px; padding:20px;}
.board_list01_view .reply .write {margin-bottom:10px;}
.board_list01_view .reply .write span {display:inline; vertical-align:top; margin-right:10px; font-weight:bold;}
.board_list01_view .reply .write textarea {width:85%; /*height:25px;*/ border: 1px solid #d4d4d4; background: #f8f8f8;}
.board_list01_view .reply .write img {padding-left:5px;}
.board_list01_view .reply .read {padding:15px 0 30px 0; border-bottom:1px solid #d2d2d2;}
.board_list01_view .reply .read span.name {font-size:14px;color:#000;font-weight:bold; margin-right:20px;}
.board_list01_view .reply .read span.del {display:inline; float:right; margin-right:20px;}
.board_list01_view .reply .read .point {font-size:14px;color:#000; margin:10px 0 10px 0;}

/*덧글*/
.comment{border-top:2px solid #111;margin-top:30px;}
.comment .comment_tt{color:#333;font-size:14px;padding:8px 0 8px 10px;border-bottom:1px solid #ddd;}
.comment .comment_tt img{vertical-align:middle;}
.comment .comment_tt span.num{color:#ff6600; font-weight:bold;}
.comment .comment_view{background:#fafafa;padding:0px 35px 12px 35px;border-bottom:1px solid #ddd;}
.comment .comment_view dl dt img{vertical-align:middle;}
.comment .comment_view dl dt span{margin-left:10px;margin-right:10px;font-size:13px;color:#666;}
.comment .comment_view dl dt span.right{float:right;color:#333;font-size:14px;}
.comment .comment_view dl.dl_list{padding-bottom:15px;padding-top:15px;border-bottom:1px solid #ddd;}
.comment .comment_view dl.dl_list dt{padding-bottom:5px;}
.comment .comment_view dl.dl_list.none{border-bottom:none}
.comment .comment_view dl.dl_list.comment_write{margin-top:8px;}
.comment .comment_view dl.dl_list.comment_write span{margin-left:5px;}
.comment .comment_write{margin-top:8px;}
.comment .comment_write span{margin-left:5px;}

/*여행후기*/
.board-p { float: left;  padding: 10px 0 0; width: 100%;}
.realcontent {margin: 15px auto 0; min-height: 200px; padding-bottom: 30px; position: relative;}
.realcontent .cont {overflow: hidden; margin-bottom: 20px;background: #1E252F;width: 860px;}
.realcontent .cont .contents{ float: left;width: 340px;text-align: center;margin-left: 10px; }
.realcontent .cont .contents .listContent { margin-top: 10px;background: white; padding: 5px;padding-bottom: 30px;border: 2px solid #F67F21;border-bottom: 0px;position: relative; }
.realcontent .cont .contents .listContent .title { text-align: left; font-size: 14px; color: #585858;font-weight: bold;  text-align:center;}
.realcontent .cont .contents .listContent .period { overflow: hidden; line-height: 20px;text-align: left; }
.galleryList {float:left; position: relative; display: table-cell; width: 900px;  clear: both; margin-top: 30px;}
.galleryList .galleryItem { float: left; width: 50%; min-height: 300px;}
.galleryList .galleryItem .listImg {float: left; width: 421px;  height: 250px; background: #ffffff; padding-bottom:10px;}
.galleryList .galleryItem .listContent {padding-bottom:20px;}
.galleryList .galleryItem .listContent a.title {padding-top:2opx; font-weight:bold; }
.galleryList .galleryItem .listContent .period {padding-top:2opx;}
.paging {width: 900px; text-align: center; height: 30px; padding-top: 30px;}
.paging .lock {padding-left: 5px; padding-right: 5px;}
.board-pagenation_wrap a span img {vertical-align:middle; !important;}


/*자주하는 질문*/
.faqList {width:100%;margin-top:50px;border-top:2px solid #20b6b5;}
.faqList ul {border-bottom:1px solid #ccc;}
.faqList ul li {border-top:1px solid #c5c5c5;}
.faqList ul li a {display:block; padding:10px 10px; text-decoration:none; background:url(/images/btn/faq_off.png) no-repeat 100% 50%;}
.faqList ul li .answer {padding:36px 30px; border-top:1px solid #c5c5c5; background:#f5f5f5;}
.faqList ul li .answer p {line-height:24px; color:#333;}
.faqList ul li a:hover,
.faqList ul li.current a {background:url(/images/btn/faq_on.png) no-repeat 100% 50%; color:#20b6b5;font-weight:bold;}

/*질문과답변*/
.board_list02{width:100%;margin:50px 0 0 0;border-top:2px solid #20b6b5;}
.board_list02 th{height:38px;border-bottom:1px solid #ddd; border-left:1px solid #ddd; background:#f6f6f6;text-align:center;color:#333}
.board_list02 th:first-child,
.board_list02 td:first-child{border-left: none}
.board_list02 td{border-bottom:1px solid #ddd; border-left:1px solid #ddd;font-size:13px;text-align:center;padding:6px 0 6px;}
.board_list02 td.txt{font-size:13px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space: nowrap;padding: 6px 0 6px 15px;}
.board_list02 td.txt a{color:#333}
.board_list02 td.txt span img{vertical-align:middle}
.board_list02 tr:hover{ background-color: #f7f7f7;}

/*질문과답변 보기*/
.board_list02_view{width:100%;margin:50px 0 0 0;border-top:2px solid #f4862d;}
.board_list02_view thead th {background:#f8f9fb;border-bottom: 1px solid #c5c5c5;padding:10px 20px 11px;text-align:left;color:#333;}
.board_list02_view td {border-bottom:1px solid #c5c5c5;}
.board_list02_view th .eventTit{overflow:hidden}
.board_list02_view th .eventTit p{float:left}
.board_list02_view th .eventTit p.date{float:right;font-size:13px; font-weight:normal;line-height:20px;}
.board_list02_view td .fileAdd{padding:10px 20px 11px}
.board_list02_view td .fileAdd .txt{font-weight:bold;font-size:13px;color:#f4862d;}
.board_list02_view td .fileAdd .file{background:url('/images/btn/icon_bar1x12.gif') no-repeat left 4px; padding-left:11px;margin-left:6px}
.board_list02_view td.viewDiv{padding:20px 0;}
.board_list02_view td.viewDiv .txt{width:740px; padding:0 20px; line-height:23px;color:#444;}
.board_list02_view td.viewDiv .txt .tit{text-align:center; font-size:20px; font-weight:bold; color:#444; margin-top:15px;}
.board_list02_view .answerBox{border:1px solid #ddd; margin-top:15px;}
.board_list02_view .answerBox .anPerson{background:url('/images/btn/ans_icon1.gif') no-repeat 19px 12px ; border-bottom:2px solid #ef4349; padding:9px 20px 11px;}
.board_list02_view .answerBox .anPerson strong{background:url('/images/btn/icon_bar1x12.gif') no-repeat right 5px; color:#444; padding-right:12px; padding-left:77px; margin-right:11px;}
.board_list02_view .answerBox .anPerson span{}
.board_list02_view .answerBox .anTxt{padding:10px 20px 10px;}
.boxArea_1{text-align:center;margin-top:20px;background:#f8f8f8;padding:10px 0 0 20px;min-height:30px;border: 2px solid #DF6F14;font-size:14px;font-weight:bold;letter-spacing:-0.05em;}

/*질문과답변 쓰기*/
#board_list02_write{width:100%;border-top:2px solid #f4862d;margin:50px 0 0 0;}
.board_list02_write th{text-align:left; color:#444; padding:10px 0 11px 20px; border-bottom:1px solid #c5c5c5; border-right:1px solid #c5c5c5; background:#f8f9fb;}
.board_list02_write th span{vertical-align:middle; padding:0 5px 0 20px; width:9px; display:inline-block;}
.board_list02_write td{text-align:left;padding:10px; border-bottom:1px solid #c5c5c5; }


/*포토갤러리*/
.gallery_list01 {display:inline-block; margin-top:5px; width:100%;}
.gallery_list01 ul {display:inline-block; margin-top:5px; /*height:195px;*/}
.gallery_list01 ul:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.gallery_list01 li {float:left; /*width:274px;*/width:423px; border:1px solid #d0d0d0; margin-right:5px;}
.gallery_list01 li.last {margin-right:0;}
.gallery_list01 li dl {margin:5px 10px; height:55px; /*width:248px;*/width:400px; }
.gallery_list01 li dl dt {border-bottom:1px solid #d0d0d0; min-height:25px; line-height:23px; text-align:left; color:#444; font-weight:bold;}
.gallery_list01 li dl dd {height:29px; padding-top:4px;}
.gallery_list01 li dl dd img {float:left;}
.gallery_list01 li dl dd .date {float:right; font-size:11px;}

/*회사소개*/
.company {margin-top:70px;}


/* event_list */
.event_content_wrap{clear:both;}
.event_contentBox{padding:25px 0;border-bottom:1px solid #e2e2e2;overflow:hidden;}
.event_imgBox{width:432px;height:217px;padding-left:25px;float:left;}
.event_listBox{width:350px;height:91px;float:right;padding-top:65px;}
.event_listBox .event_p1{margin-top:15px;margin-bottom:8px;font-size:16px;font-weight:bold}
.event_listBox .event_p2{margin-bottom:15px;font-size:16px}
.event_listBox .event_p1 img, .event_p2 img{margin-right:20px; vertical-align:middle;}

/*탭메뉴*/
.tab01{height:100px;padding-top:0px;overflow:hidden;background:url(/images/tit/event_tab_bg.gif) repeat-x left top;margin-top:40px;}
.tab01 ul li{float:left;}
.tab01 ul li a{height:0;overflow:hidden;display:block;padding-top:40px;}
.tab01 ul li a:hover{background-position:left -40px;}
.tab01 ul li.active a{background-position:left -40px;}
.tab01_01{width:134px;background:url(/images/tit/event_tab_01.gif) no-repeat left top;}
.tab01_02{width:134px;background:url(/images/tit/event_tab_02.gif) no-repeat left top;}