/* 검색창 */
.search {text-align:right; margin:0 0 20px 0;}
.search #searchform {margin-right:10px !important;} 
.search #searchform #search_select {width:100px; line-height:22px; border:1px solid #ccc; background-color:#fff; padding:5px; margin:0px; display:inline-block;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; height:34px; color:#666;}
.search #searchform #keyword {width:200px; border:1px solid #ccc; display:inline-block;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin-right:-33px; line-height:34px; height:34px; padding:0 33px 0 10px;}

/* 페이징 */
.pagination.fix {text-align:center; margin:0; display:block;}
.pagination ul {display:inline-block; margin:0;}
.pagination ul li {float:left; vertical-align:middle;}
.pagination ul li a {display:block; vertical-align:middle; width:32px; height:32px; padding:5px 0 0 0; margin:0 5px; background-position:center center; background-repeat:no-repeat;}
.pagination ul li a.current {background-color:#333; color:#fff;}
.pagination ul li a:hover {background-color:#26baaa; color:#fff;}
.pagination ul li a.btn_pprev {width:32px; height:32px; margin:0 8px; text-indent:-9999px; background:url(../../img/board/btn_pprev.png) center center no-repeat;}
.pagination ul li a.btn_prev {width:32px; height:32px; margin:0 8px 0 0; text-indent:-9999px; background:url(../../img/board/btn_prev.png) center center no-repeat;}
.pagination ul li a.btn_nnext {width:32px; height:32px; margin:0 0 0 8px; text-indent:-9999px; background:url(../../img/board/btn_nnext.png) center center no-repeat;}
.pagination ul li a.btn_next {width:32px; height:32px; margin:0 0 0 8px; text-indent:-9999px; background:url(../../img/board/btn_next.png) center center no-repeat;}
.pagination ul li a.btn_pprev:hover {background:url(../../img/board/btn_pprev_on.png) center center no-repeat;}
.pagination ul li a.btn_prev:hover {background:url(../../img/board/btn_prev_on.png) center center no-repeat;}
.pagination ul li a.btn_nnext:hover {background:url(../../img/board/btn_nnext_on.png) center center no-repeat;}
.pagination ul li a.btn_next:hover {background:url(../../img/board/btn_next_on.png) center center no-repeat;}

/* 하단버튼 */
.btnwrap {padding: 30px 0 0 0; text-align: center;}
/*.btnwrap a {background-color: #333; color: #35d6c3; width: 110px; height: 40px; display: inline-block; text-align: center; padding: 9px 0;}
.btnwrap a:hover {text-decoration: none;}
.btnwrap a.modify {background-color: #35d6c3; color: #333; font-weight: bold;}
.btnwrap .btn_left {float: left; display: block;}
.btnwrap .btn_right {float: right; display: block;}
.btnwrap .btn_left a {background-color: #999; color: #fff; width: 110px; height: 40px; display: inline-block; text-align: center; padding: 7px 0;}
.btnwrap .btn_right input {background-color: #dd6666; color: #fff; border: none; width: 110px; height: 40px; display: block; text-align: center; cursor: pointer;} */

.btnwrap2 {padding:15px 0 100px 0; text-align: center;}
.btnwrap2 a {background-color: #333; color: #35d6c3; width: 180px; height: 40px; display: inline-block; text-align: center; padding: 9px 0;}
.btnwrap2 a:hover {text-decoration: none;}
.btnwrap2 a.modify {background-color: #35d6c3; color: #333; font-weight: bold;}
.btnwrap2 .btn_left {float: left; display: block;}
.btnwrap2 .btn_right {float: right; display: block;}
.btnwrap2 .btn_left a {background-color: #999; color: #fff; width: 110px; height: 40px; display: inline-block; text-align: center; padding: 7px 0;}
.btnwrap2 .btn_right input {background-color: #dd6666; color: #fff; border: none; width: 110px; height: 40px; display: block; text-align: center; cursor: pointer;}

/* 테이블형 게시판 */
.table_list {padding-bottom:30px;}
.table_list table {width:100%; border-spacing:0px; border:0; border-collapse:collapse; border-top:3px solid #333; table-layout:fixed;}
.table_list table th {padding:10px 0; border-bottom:1px solid #ccc; border-right:1px solid #ccc; text-align:center; color:#333;}
.table_list table td {padding:10px 0; border-bottom:1px solid #ccc; border-right:1px solid #ccc; text-align:center; color:#666;}
.table_list table td.text-left {text-align:left; padding-left:10px; padding-right:10px;}
.table_list table td.text-right {text-align:right; padding-left:10px; padding-right:10px;}
.table_list table th:last-child, .table_list table td:last-child {border-right:none;}
.table_list table th.no, .table_list table td.no {width:5%;}
.table_list table th.custom_no, .table_list table td.custom_no {width:15%;}
.table_list table th.category, .table_list table td.category {width:10%;}
.table_list table td.title {padding-left:15px; text-align:left;}
.table_list table td.title a {color:#666;}
.table_list table td.title a:hover, .table_list table td.title a:focus {color:#333; text-decoration:underline;}
.table_list table th.writer, .table_list table td.writer {width:10.5%;}
.table_list table th.date, .table_list table td.date {width:11.5%;}
.table_list table th.file, .table_list table td.file, .table_list table th.del, .table_list table td.del {width:8%;}
.table_list table th.hits, .table_list table td.hits {width:9%;}
.table_list table th.th-responsive {width:10%;}
.table_list table tr.notice th, .table_list table tr.notice td {background-color:#fdfcf6;}
.table_list table tr.notice td strong {color:#333;}

/* 갤러리형 게시판 */
.gallerywrap {border-top:2px solid #333; border-bottom:1px solid #999; padding:10px 0; margin:0 0 30px 0;}
.gallerywrap .galleryinner {margin:0 -20px;}
.gallery .gallerybox .overimg {position:absolute; text-align:center;}
.gallery {padding:20px; position:relative;}
.gallery .gallerybox {border:1px solid #ddd;}
.gallery .txtwrap {padding:30px 20px 15px 20px;}
.gallery .txtwrap h4 {padding:0 150px 0 0;}
.gallery .txtwrap h4 span {display:inline-block; padding:3px 10px; color:#fff; font-size:12px; margin:0 20px 0 0;}
.gallery .txtwrap h4 span.Package {background-color:#47668c;}
.gallery .txtwrap h4 span.Promotion {background-color:#caa57e;}
.gallery .txtwrap p.date {margin:15px 0; color:#999; font-size:12px;}
.gallery .txtwrap p.date span {display:inline-block; margin:0 15px 0 0; color:#999;}

/* 이벤트 게시판 */
.eventwrap {border-top:2px solid #333; border-bottom:1px solid #999; padding:10px 0; margin:0 0 30px 0;}
.eventwrap .eventinner {margin:0 -15px;}
.event {padding:30px; position:relative;}
.event .eventbox {border:1px solid #ddd;}
.event .txtwrap {padding:30px; background:#f5f5f5;}
.event .txtwrap h4 {font-weight:bold;}
.event .txtwrap p.date {margin:10px 0 15px 0; color:#999; font-size:12px;}
.event .txtwrap .eventbtn span {display:inline-block; border:1px solid #e60013; color:#e60013; width:125px; height:30px; line-height:30px;;}

/* 사진형 게시판 */
.photoboardwrap {padding:0 0 30px 0; margin:0 -7px;}
.photoboardwrap .grid-sizer {width:25%;}
.photoboardwrap .photoboard_box {padding:10px 7px;}
.photoboardwrap .photoboard_img {position:relative; min-height:50px; background-color:#fff;}
.photoboardwrap .photoboard_img img {width:100%;}
.photoboardwrap .photoboard_img a {display:block; position:absolute; top:0; right:0;}
.photoboardwrap .photoboard_img a img {width:auto;}
.photoboardwrap .photoboard_img .photoboard_mark {width:100px; top:0px; left:0; position:absolute; margin:0;color:#fff; font-size:12px; text-align:center;}
.photoboardwrap .photoboard_img .photoboard_mark .event {background-image:url(/img/board/bg_redopacity.png); width:50px; height:50px; padding:16px 0;}
.photoboardwrap .photoboard_img .photoboard_mark .treatment {background-image:url(/img/board/bg_redopacity.png); width:50px; height:50px; padding:12px 0; line-height:1.2;}
.photoboardwrap .photoboard_img .photoboard_mark .yonka {background-image:url(/img/board/bg_orangeopacity.png); width:50px; height:50px; padding:16px 0;}
.photoboardwrap .photoboard_img .photoboard_mark .essay {background-image:url(/img/board/bg_greenopacity.png); width:50px; height:50px; padding:16px 0;}
.photoboardwrap .photoboard_img .photoboard_mark .news {background-image:url(/img/board/bg_blackopacity.png); width:50px; height:50px; padding:16px 0;}
.photoboardwrap .photoboard_img .btn_play {width:146px; height:146px; top:50%; left:50%; position:absolute; margin:-73px 0 0 -73px;}
.photoboardwrap .photoboard_img .btn_play p {background-image:url(../../img/board/btn_play.png); text-indent:-9999px; height:100%;}

.photoboardwrap .photoboard_cont {background-color:#fff; padding:20px; text-align:left; position:relative;}
.photoboardwrap .photoboard_cont .more_btn {text-align:center; margin:35px 0 0 0;}
.photoboardwrap .photoboard_cont .more_btn a {width:110px; height:30px; border:1px solid #333; display:inline-block; padding:4px 0; font-size:12px;}
.photoboardwrap .photoboard_cont .more_btn a:hover, .photoboardwrap .photoboard_cont .more_btn a:focus {background-color:#333; color:#fff;}
.photoboardwrap .photoboard_cont .preview {color:#999; font-size:12px; margin:5px 0 25px 0;}
.photoboardwrap .photoboard_cont .writer {color:#fff; background-color:#d65656; display:inline-block; padding:2px 0; text-align:center; min-width:60px; margin:0 0 5px 0; font-size:12px;}
.photoboardwrap .photoboard_cont .date {color:#0098e7; font-size:12px;}

.photoboardwrap .photoboard_box.notice .photoboard_cont .notice_icon {text-align:center;}
.photoboardwrap .photoboard_box.notice .photoboard_cont .notice_icon span {background-color:#dcbd94; color:#333; display:inline-block; padding:0 15px; font-size:12px; margin:0 0 10px 0;}
.photoboardwrap .photoboard_box.notice .photoboard_cont .best_icon {text-align:center;}
.photoboardwrap .photoboard_box.notice .photoboard_cont .best_icon span {background-color:#dcbd94; color:#333; display:inline-block; padding:0 15px; font-size:12px; margin:0 0 10px 0;}
.photoboardwrap .photoboard_box.notice .photoboard_cont {background-color:#333; padding:30px; text-align:left; position:relative;}
.photoboardwrap .photoboard_box.notice .photoboard_cont .more_btn a {width:110px; height:30px; border:1px solid #fff; display:inline-block; padding:4px 0; font-size:12px; color:#fff;}
.photoboardwrap .photoboard_box.notice .photoboard_cont .more_btn a:hover, .photoboardwrap .photoboard_cont .more_btn a:focus {background-color:#fff; color:#333;}
.photoboardwrap .photoboard_box.notice .photoboard_cont h4 {font-weight:normal; color:#fff; font-size:14px;}
.photoboardwrap .photoboard_box.notice .photoboard_cont .writereview {color:#fff;}

/* 게시판 읽기페이지 */
.board_read {border-top:2px solid #333;}
.board_read table {width:100%; border-spacing:0px; border:0; border-collapse:collapse; border-top:2px solid #333; table-layout:fixed;}
.board_read table td {border-bottom:1px solid #ddd; padding:15px 30px;}
.board_read table td.title {text-align:center;}
.board_read table td.title span.status {text-align:center; color:#fff; display:inline-block; width:55px; height:20px; font-size:12px; line-height:20px; margin-right:15px;}
.board_read table td.title span.status.end {background:#999;}
.board_read table td.title span.status.now {background:#ef7125;}
.board_read table td.title span.status.notice {background:#333;}
.board_read table td.title span.hits {color:#dd6666; margin-left:15px; font-size:12px;}
.board_read table .info td img {margin-right:15px;}
.board_read table .info td strong {width:60px; display:inline-block; color:#333; margin-right:20px;}
.board_read .readcontent {background-color: #fff; min-height:500px;}
#tour .board_read .btnwrap button, #tour .board_read .btnwrap a {background:#999; width:125px; height:30px; text-align:center; line-height:30px; color:#fff; font-size:14px; display:inline-block;}
#tour .board_read .btnwrap input, #tour .board_read .btnwrap a.write {background:#e60013; width:125px; height:30px; text-align:center; line-height:30px; color:#fff; font-size:14px;}
.article_list {margin:50px 0 100px 0; border-top:3px solid #333; font-size:14px;}
.article_list ul li {border-bottom:1px solid #ccc; font-weight:bold;}
.article_list ul li div {padding:15px;}
.article_list ul li div.noread {color:#ccc;}
.article_list ul li div img {padding-right:10px; vertical-align:unset;}

/* 고객의소리 */
#write .writewrap .write {border-bottom:1px solid #999;}
#write .writewrap .writenotice span {border:1px solid #eceae0; background-color:#f9f8f3; text-align:center; padding:30px 20px; display:inline-block; margin:0 0 50px 0;}
#write .writewrap .innerprivacy {border-top:2px solid #333; padding:30px 0;}
#write .writewrap .innercont {padding:20px; border:1px solid #ddd; font-size:12px; color:#999; height:200px; overflow-y:scroll;}
#write .writewrap .agree {margin:10px 0 0;}
#write .writewrap .agree input[type='checkbox'] {margin-top:0;}
#write .writewrap .agree label {font-size:14px;}
#write .writewrap .write_notice {margin:20px 0; text-align:center;}
#write .writewrap .write_notice h4 {background:#999; color:#fff; padding:15px;}
#write .writewrap .write_notice p {color:#fff; background:#f5f5f5; color:#e60013; padding:15px; font-size:24px; font-weight:bold;}
#write .writewrap .write_notice p span {color:#999; font-size:14px;}
#write .writewrap .writeformwrap {padding-left:50px;}
#write .writewrap .writeform {border-top:2px solid #333; padding:30px 0 0 0;}
#write .writewrap .writeform .writebox {margin:0 0 30px 0;}
#write .writewrap h5 {margin:0 0 15px 0;}
#write .writewrap .writeform .writebox select, #write .writewrap .writeform .writebox input, #write .writewrap .writeform .writebox textarea {border:1px solid #ddd; padding:15px;}
#write .writewrap .writeform .writebox select {background:url(../../img/layout/btn_select2.png) no-repeat center right 10px;}
#write .writewrap .writeform .writebox textarea.memo {height:300px;}
.input_full {width:100%;}
.input_half {width:47.5%;}
.input_third {width:30%;}
.blank {width:5%; text-align:center; display:inline-block; margin:0 -5px;}
.input_ps {margin:10px 0 0 0;}
.input_ps input[type='radio'] {margin:0 0 5px 0;}
.input_ps label {color:#666; font-weight:normal; margin:0 30px 0 5px;}
#write .writewrap .btnwrap button, #write .writewrap .btnwrap a {background:#999; width:125px; height:30px; text-align:center; line-height:30px; color:#fff; font-size:14px; display:inline-block;}
#write .writewrap .btnwrap input {background:#e60013; width:125px; height:30px; text-align:center; line-height:30px; color:#fff; font-size:14px; display:inline-block; margin:0 0 4px 0;}
#write .writewrap .btnwrap input.input_full {background:#e60013; width:100%; height:50px; text-align:center; line-height:50px; color:#fff; font-size:18px; font-weight:bold;}

/* 광고 */

/* 견학신청하기 */
#tour .tournotice {text-align:center;}
#tour .tournotice ul {display:inline-block; border:1px solid #eceae0; background-color:#f9f8f3; text-align:center; padding:30px; display:inline-block; margin:30px 0 30px 0;}
#tour .tournotice ul li {text-align:left; background:url(/img/05_company/bul_red.png) left top 10px no-repeat; padding:0 0 0 15px;}
#write .writewrap .write .ui-datepicker-trigger {margin:0 0 0 -50px; background:url(/img/board/btn_cal.png) no-repeat; width:50px; height:50px; display:inline-block; text-indent:-9999px;}
#write .checkwrap .write {border:none; max-width:500px; margin:30px auto; border-bottom:1px solid #ddd; padding:0 0 30px 0;}
#write .checkwrap .writeformwrap {padding-left:0;}
#write .checkwrap .writeform {border:none; padding:0;}
#write .checkwrap .tour_status {margin:0 0 20px 0;}
#write .checkwrap .tour_status span {background-repeat:no-repeat; background-position:top center; display:inline-block; padding:110px 0 0 0; width:100px; text-align:center;}
#write .checkwrap .tour_status span.now {background-image:url(/img/board/icon_tournow.png);}
#write .checkwrap .tour_status span.ok {background-image:url(/img/board/icon_tourok.png);}
#write .checkwrap .tour_status span.cancel {background-image:url(/img/board/icon_tourcancel.png);}
#write .checkwrap .confirmwrap .confirm table {width:100%; border-spacing:0px; border:0; border-collapse:collapse; table-layout:fixed;}
#write .checkwrap .confirmwrap .confirm table th, #write .checkwrap .confirmwrap .confirm table td {padding:15px 40px;}
#write .checkwrap .confirmwrap .confirm table th {font-weight:normal; color:#999;}
#write .checkwrap .confirmwrap .confirm table td {font-weight:bold; color:#333;}

/* FAQ */
.subtab ul {background:#fff;}
.subtab ul li a {background:#fff;}
.subtab ul li.active a, #faq .subtab ul li a:hover {background: #fff;}

/* 민원접수 */
#write .subtab ul {background:#fff;}
#write .subtab ul li a {background:#fff;}
#write .subtab ul li.active a, #write .subtab ul li a:hover {background: #999;}

/* 입사지원 */
#recruit {padding:150px 0 0 0;}
#recruit .recruit {max-width:700px; margin:30px auto 0 auto; padding:40px; background: #fff; border:1px solid #ddd; border-top: 3px solid #39c2d8; border-bottom: 2px solid #000;}
#recruit .recruit .recruit01 {padding:0 15px 0 0;}
#recruit .recruit .recruit02 {padding:0 0 0 15px;}
#recruit .recruit .item {margin:0 0 10px 0;}
#recruit .recruit .item label {display:block;}
#recruit .recruit .item input, #recruit .recruit .item select {width:100%; border-bottom:1px solid #000; background-color:transparent; padding:10px; box-sizing:border-box;}
#recruit .recruit .item input[type='file'] {padding:0; border:none;}
#recruit .recruit .item.tel input, #recruit .recruit .item.tel select {width:30%; display:inline-block;}
#recruit .recruit .item.tel span {width:5%; display:inline-block; margin:0 -4px; text-align:center;}
#recruit .recruit .item textarea {padding:10px; border:1px solid #000; width:100%; height:250px; margin:0 0 15px 0;}
#recruit input.btn_wide {border: none; background: #000; color: #fff; display: block; padding: 16px 16px; font-weight: bold; width: 100%; margin: 30px 0 0 0;}

/* 고객센터 찾기 */
.mapbox {border:1px solid #ccc;}
.mapbox .txtwrap h3 {margin:0 0 30px 0;}
.mapbox .txtwrap h3 span {color:#26baaa; font-size:36px;}
.mapbox .txtwrap .subtxt strong {color:#333;}
.mapbox .txtwrap .subtxt .colorbox {color:#26baaa; font-weight:bold; line-height:20px; margin:40px 0 0 0;}
.mapbox .txtwrap .subtxt .colorbox .colorbar {background-color:#26baaa; width:60px; height:20px; display:inline-block; margin:0 5px -6px 0;}

/* 고객센터 팝업 */
.find_popup {position:absolute; box-shadow:5px 0 40px rgba(0,0,0,0.15); width:720px; height:550px; left:50%; top:50%; margin:-275px 0 0 -360px; background:#fff; z-index:99;}
.find_popup .popupwrap {position:relative; padding:40px;}
.find_popup .share_sns {position:absolute; top:40px; right:40px;}
.find_popup .share_sns li {float:left; margin:0 0 0 5px;}
.find_popup .find_info {text-align:left;}
.find_popup .find_info ul li {margin:5px 0 0 0;}
.find_popup .find_map {height:295px; overflow:hidden; margin:25px -40px 30px -40px;}
.find_popup .find_btn {text-align:center;}
.find_popup .find_btn a {padding:5px 60px;}
.find_popup .close_popup {position:absolute; top:0; right:-40px; background:url(../../img/03/btn_popclose.png) center center no-repeat; background-size:cover; width:40px; height:40px;}
.find_popup .close_popup a {text-indent:-9999px; display:block; height:100%;}

/* 시공센터 찾기 */
.information .top_info h3 {margin:0 0 20px 0;}
.information .top_info ul {margin:10px -10px 0 -10px;}
.information .top_info ul li {padding:10px;}
.information .top_info .compbox {background-repeat:no-repeat; height:255px; padding:35px; background-color: #f5f5f5;}
.information .top_info .comp01 {background-image:url(../../img/03/bg_imgcomp.png); background-position:right bottom; background-size:cover;}
.information .top_info .comp01 p {width:50%;}
.information .top_info .comp02 {background-image:url(../../img/03/bg_listcomp.png); background-position:center bottom; background-size:auto 100%; text-align:center;}
.information .top_info .comp03 {background-image:url(../../img/03/bg_findcomp.png); background-position:center bottom; background-size:auto 100%; text-align:center;}
.information .top_cont {margin:45px 0;}
.information .top_cont .txtwrap p {margin:10px 0 15px 0;}
.information .top_cont .testinfo {margin:20px 0 0 0;}
.bul_circle li {padding:0 0 0 15px; background:url(../../img/03/bul_circle.png) left top 7px no-repeat;}
.information .top_info .comp01 ul {margin:0;}
.information .top_info .comp01 .bul_circle > li {padding:0 0 0 15px; background:url(../../img/03/bul_circle.png) left top 7px no-repeat;}
.information .top_info .comp01 .bul_circle li ul li {padding:0 0 0 0; background:none;}
.information .top_info .comp01 .bul_circle li ul ul li {padding:0 0 0 15px;}

/* 사회공헌 활동 */
.social_list {margin:0 auto; padding:0 0 50px 0;}
.social_list ul {margin:-16px -16px 46px -16px;}
.social_list ul li.socialwrap {text-align:center; padding:16px;}
.social_list .grid-sizer {width:33.333333%;}
.social_list .social {padding:0; border:1px solid #ccc; background:#fff; position:relative;}
.social_list h3 {font-weight:normal; font-size:36px; color:#fff; padding:0 30px; line-height:150%; overflow:hidden; word-wrap: break-word; word-break:break-all;}
.social_list h3 p {font-weight:normal; font-size:14px; color:#fff; line-height:150%;}
.socialon {width:100%; position:absolute; top:0; left:0; text-align:center; display:table; opacity:0; -ms-filter:alpha(opacity=0); filter:alpha(opacity=0); -moz-opacity:0; z-index:1;}
.social_list .socialon {background:#26baaa;}
.socialon .socialcont {vertical-align:middle; display:table-cell;}
.social_list .socialthumb {background:#000;}
.social_list .socialthumb img {width:100%; opacity:0.7;}
.social_list .social .checkitem {color:#fff; font-size:11px; text-align:center; position:absolute; width:100%; bottom:30px; left:0; z-index:1;}
.social .checkitem .check {display:inline-block;}
.social .checkitem .category {border:1px solid #fff; padding:5px 15px; margin:0px;}
.social_list .socialcont {width:100%; padding:15px 0 0 0;}

/* 제품 상세 */
.productDwrapper {border:1px solid #eee; margin:50px auto;}
.productdetail {padding:50px 0 30px 0; text-align:center;}
.productdetail img {width:100%;}
.productdetail:after {clear:both; content:","; height:0; visibility:hidden; overflow:hidden; display:block;}
.productdetail.drmeddetail h1 {color:#46c4e8;}
.productdetail.spomeddetail h1 {color:#fa8300;}
.productdetail.pedalodetail h1 {color:#ffcb3c;}
.productdetail h2 {font-weight:normal; margin:10px 0 0 0;}
.productdetail .bigimg {width:50%; height:auto; display:inline-block; margin:30px 0 0 0; position:relative;}
.productdetail .bigimg img {width:100%; display:block;}
.productdetail .bigimg .classmark {position:absolute; right:3%; top:3%; width:80px; height:80px;}
.productdetail .bigimg .classmark img {width:100%; display:block;}
.productdetail .smallthumb li {float:left; width:23%; padding:5px 1%;}
.productdetail .smallthumb li p {border:2px solid #eee;}
.productdetail .smallthumb li.on p, .productdetail .smallthumb li p:hover {border:2px solid #2ac4fa;}
.productdetail .smallthumb li img {max-width:100%;}
.productdetail .detail {padding:0;}
.productdetail .detail .Title {padding-top:0;}
.productdetail .detail .detail_txt {padding:20px 0;}
.productdetail.drmeddetail .detail .detail_title {font-size:24px; padding:5px; margin:0 0 10px 0; font-weight:bold; border-bottom:1px solid #53b5e6; display:inline-block;}
.productdetail.spomeddetail .detail .detail_title {font-size:24px; padding:5px; margin:0 0 10px 0; font-weight:bold; border-bottom:1px solid #e68353; display:inline-block;}
.productdetail.pedalodetail .detail .detail_title {font-size:24px; padding:5px; margin:0 0 10px 0; font-weight:bold; border-bottom:1px solid #e6b316; display:inline-block;}
.productdetail .detail .detail_sub {font-size:14px; color:#999; vertical-align:top;}
.productdetail .detail .classStrength {display:inline-block; margin:10px 0 20px 0;}

.productimg {width:100%;}
.productimg p {padding:0 0 15px 0;}
.productimg p.last {padding:0; margin:0 0 -6px 0;}
.productimg img {width:100%;}



.detailshot {padding:70px; text-align:center;}
.detailshot h3 {font-weight:normal; text-align:center;}
.detailshot .four {padding:10px; margin:50px -2px 0 -2px; float:none; display:inline-block;}
.detailshot img {width:100%; display:block;}

.ListBtnWrap {margin:0 0 50px 0;}

.productmore {background:#f5f5f5; margin:0; padding:30px 0;}
.productmore .title {font-size:14px; font-weight:bold; padding:0 10px;}
.productmore .title .sub {font-size:12px; color:#999; font-weight:normal;}
.productmore .morelist {padding:30px 0;}
.productmore .morelist .three {position:relative;}
.productmore .morelist .moreproduct {background:#fff; margin:0px; padding:0 0 30px 0; margin:10px; border:2px solid #f5f5f5;}
.productmore .morelist .moreproduct p {text-align:center; padding-top:10px; font-size:18px;}
.productmore .morelist .moreproduct:hover {background:#fff;}

.owl-nav {display:block !important;}
.owl-prev, .owl-next {text-indent:-9999px; background-repeat:no-repeat; background-position:center; width:29px; height:51px; display:block; position:absolute; top:50%; margin:-25px 0 0 0;}
.owl-prev {background-image:url(/img/01_product/slide_prev.png); left:0;}
.owl-next {background-image:url(/img/01_product/slide_next.png); right:0;}

/* 제품 검색 */
.noproductswrap {background:#fff; width:720px; margin:0 auto; text-align:center;}
.noproductswrap .noproducts {padding:50px 30px;}
.noproductswrap .noproducts .npcategory .four {}

/* 제품 탭 */
.submenu {position:relative; width:100%; margin:0; border-bottom:2px solid #eee; background-image:url(/img/layout/bg80.png); height:70px; z-index:3; text-align:center;}
.submenu ul {max-width:768px; margin:0 auto; display:inline-block;}
.submenu ul li {float:left;}
.submenu ul li a {display:block; padding:20px 30px; font-size:18px;}
.submenu ul li a:focus, .submenu1 ul li a:hover, .submenu ul li a:active, .submenu ul li.on a, .submenu ul li a.active {display:block; color:#fff !important; border-bottom:1px solid #fff; margin:0 0 -1px 0; background-color:#333; text-decoration:underline;}

.submenu_mobile {display:none;}

/* 클래스별 탭 */
.classmenu {position:relative; width:100%; margin:0; z-index:3; text-align:center;}
.classmenu ul {max-width:768px; margin:0 auto; display:inline-block;}
.classmenu ul li {display:inline-block; vertical-align:middle;}
.classmenu ul li + li:before {content:""; display:inline-block; width:1px; height:15px; margin:-1px 1px 1px 0; background-color:#ddd; vertical-align:middle;}
.classmenu ul li a {display:inline-block; padding:0px 20px 15px 20px; font-size:14px; color:#999; font-weight:bold;}
.classmenu ul li a:focus, .classmenu ul li a:hover, .classmenu ul li a:active, .classmenu ul li a.active {color:#333 !important;}
.classmenu ul li.on a {color:#d54d4d !important;}

/* 제품정렬 */
.productsort {position:relative; width:100%; margin:50px 0 0 0; z-index:3; text-align:center;}
.productsort #more_msort {display:none;}
.productsort ul {max-width:768px; margin:0 auto; display:inline-block;}
.productsort ul li {display:inline-block; vertical-align:middle;}
.productsort ul li + li:before {content:""; display:inline-block; width:1px; height:15px; margin:-1px 1px 1px 0; background-color:#ddd; vertical-align:middle;}
.productsort ul li a {display:inline-block; padding:0px 12px 15px 12px; font-size:14px; color:#999; font-weight:bold;}
.productsort ul li a#classbtn {padding:0 12px 0 0; margin:0 0 -5px -6px;}
.productsort ul li a:focus, .productsort ul li a:hover, .productsort ul li a:active, .productsort ul li a.active {color:#333 !important;}
.productsort ul li.on a {color:#d54d4d !important;}
.productsort ul ul#classtab {display:none;}
.productsort ul ul li a {padding-bottom:5px;}
.productsort ul ul li.first a {padding-left:0px;}
/*.productsort ul#class_category {display:none;}*/

/* 오시는길 */
.sublocation .info {margin:35px 0; position:relative; border-bottom:1px solid #ddd; padding:0 0 30px 0;}
.sublocation .info .txtbox {padding:15px 0;}
.sublocation .info .txtbox h5 {font-weight:bold;}
.sublocation .info .quickmap {position:absolute; top:15px; right:0;}
.sublocation .info .quickmap a {background:#333; color:#fff; width:200px; height:50px; line-height:50px; display:block; text-align:center; font-size:18px;}
/*.sublocation #map, .sublocation #salesmap_gimhae, .sublocation #salesmap_ulsan, .sublocation #salesmap_seoul {max-width: 1200px; width: 99.9999% !important; height: 540px; margin: 40px auto 0 auto;}*/
.sublocation ._nmap_mapbox, .sublocation .nmap {max-width: 1200px; width: 99.99% !important; height: 540px; margin:40px auto 0 auto;}

#sublocation .subloctab ul {border-top:1px solid #ddd;}
#sublocation .subloctab ul li {text-align:center;}
#sublocation .subloctab ul li a {display:block;}
#sublocation .subloctab ul li a span {display:inline-block; padding:25px 0 0 0; margin:-4px 0 0 0;}
#sublocation .subloctab ul li a.active span {border-top:5px solid #333; padding:20px 0 0 0; margin:-4px 0 0 0;}
#sublocation .sublocont {margin:70px 0 0 0;}
#sublocation .sublocont h2 {font-size:48px;}
#sublocation .sublocont ul li .year {width:15%; float:left;}
#sublocation .sublocont ul li .txt {width:85%; float:right; margin:0 0 30px 0;}
#sublocation .sublocont ul li .txt h5 {width:100px; float:left; line-height:1.7;}
#sublocation .sublocont ul li .txt p {padding:0 0 0 100px;}
#sublocation .sublocont ul li .txt .img {margin:20px 0 0 0;}

@media (max-width:1500px) {
	/* 시공업체 찾기 */
	.information .top_info .compbox {height:auto;}
	.information .top_info .comp01 {background-position: right bottom; padding:15px 15px 120px 15px; background-size:720px;}

}




@media (max-width:767px) {

	/* 검색창 */
	.search { margin: 0 0 0 0;}

	/* 페이징 */
	.pagination ul li a.btn_prev, .pagination ul li a.btn_next, .pagination ul li a.btn_pprev, .pagination ul li a.btn_nnext {width:20px; height:20px; background-size:cover;}
	.pagination ul li a.btn_prev, .pagination ul li a.btn_pprev {margin: 0 2px 0 0;}
	.pagination ul li a.btn_next, .pagination ul li a.btn_nnext {margin: 0 0 0 2px;}
	.pagination ul li a {width: 20px; height: 20px; padding: 0; margin: 0;}

	/* 테이블형 게시판 */
	.table_list {padding-bottom:15px; overflow-x:auto;}
	.table_list table th {padding:5px;}
	.table_list table td {padding:5px;}
	.table_list table th, .table_list table td {font-size:12px; padding:5px 0; width:78%;}
	.table_list table th.no, .table_list table td.no {display:none;}
	.table_list table td.title {padding-left:5px;}
	.table_list table th.writer, .table_list table td.writer {display:none;}
	.table_list table th.custom_no, .table_list table td.custom_no,.table_list table th.date, .table_list table td.date {width:22%; border-right:none;}
	.table_list table th.file, .table_list table td.file {width:10%; border-right:none;}
	.table_list table th.del, .table_list table td.del {width:15%; border-right:none;}
	.table_list table th.hits, .table_list table td.hits {display:none;}
	.table_list.form_table table {display:block;}
	.table_list table th.th-responsive {float:left; width:25%; height:50px; vertical-align:middle; line-height:40px;}
	.table_list table td.td-responsive {float:left; width:75%; height:50px; vertical-align:middle; border-right:none; line-height:50px; padding-top:0;}
	.table_list table th.th-responsive2 {float:left; width:25%; height:150px; vertical-align:middle;}
	.table_list table td.td-responsive2 {float:left; width:75%; height:150px; vertical-align:middle; border-right:none; line-height:50px; padding-top:0;}
	.table_list table td.td-responsive input[type='text'], .table_list table td.td-responsive select {width:30%;}
	.table_list table td.td-responsive input[type='text'].halftext, .table_list table td.td-responsive select.halftext {width:47.5%;}
	.table_list table td.td-responsive input.bigtext, .table_list table td.td-responsive select.bigtext {width:100%;}
	.table_list.form_special table {display:block;}
	.table_list.form_special table th.th-responsive {float:left; width:100%; height:40px; vertical-align:middle; line-height:30px; border-right:none; padding:5px;}
	.table_list.form_special table td.td-responsive {float:left; width:100%; height:auto; vertical-align:middle; border-right:none; line-height:40px; padding:5px;}
	.table_list.form_special table th.th-responsive2 {float:left; width:100%; height:40px; vertical-align:middle; border-right:none; line-height:30px; padding:5px;}
	.table_list.form_special table td.td-responsive2 {float:left; width:100%; height:auto; vertical-align:middle; border-right:none; padding:5px; line-height:40px;}
	.table_list.form_special table td.td-responsive input[type='text'], .table_list.form_special table td.td-responsive select {width:30%;}
	.table_list.form_special table td.td-responsive input[type='text'].halftext, .table_list.form_special table td.td-responsive select.halftext {width:47.5%;}
	.table_list.form_special table td.td-responsive2 input[type='text'].halftext, .table_list.form_special table td.td-responsive2 select.halftext {width:47.5%;}
	.table_list.form_special table td span.blank {width:5%; display:inline-block; margin:0 -2px; text-align:center;}
	.table_list.form_special table td.td-responsive .btn_navyb, a.btn_navyb {height:34px; width:47.5%; margin:0;}
	.table_list.form_special table td.td-responsive .btn_navyb.bigtext, a.btn_navyb.bigtext {height:34px; width:100%; margin:0;}
	.table_list.form_special table td.td-responsive2 .btn_navyb, a.btn_navyb {height:34px; width:47.5%; margin:0;}
	.table_list.form_special table td.td-responsive2 .btn_navyb.bigtext, a.btn_navyb.bigtext {height:34px; width:100%; margin:0;}
	.table_list.form_special table td.td-responsive input.bigtext, .table_list.form_special table td.td-responsive select.bigtext {width:100%;}
	.table_list.form_special table td.td-responsive2 input.bigtext, .table_list.form_special table td.td-responsive2 select.bigtext {width:100%;}
	.table_list.form_special table td span.fc_red {line-height:1.7; display:inline-block;}
	.table_list.form_special table td .cancel_calendar {display:block;}
	.table_list.form_special table td .halftext {width:47.5%; display:inline-block;}
	.table_list.form_special table td .halftext .ml_15 {margin-left:0 !important;}

	/* 테이블형 게시판 오른쪽 선없음 */
	.table_list_rightno colgroup, .table_list_rightno thead {display:none;}
	.table_list_rightno tr td:nth-of-type(2) {background: #f5f5f5; font-weight:bold;font-size:1.3em;}
	.table_list_rightno tr .no {display:none;}
	.table_list_rightno tbody td {display: block;  text-align:center; padding:5px 0;}
	.table_list_rightno tbody td.title {text-align:center;}
	.table_list_rightno tbody td:before {content: attr(data-th); display: block; text-align:center;}

	/* 테이블 게시판 3 */
	.cont_table_noborder colgroup, .cont_table_noborder thead {display:none;}
	.cont_table_noborder tr td:nth-of-type(2) {background: #f5f5f5; font-weight:bold;font-size:1.3em;}
	.cont_table_noborder tr .no {display:none;}
	.cont_table_noborder tbody td {display: block;  text-align:center; padding:5px 0;}
	.cont_table_noborder tbody td.title {text-align:center;}
	.cont_table_noborder tbody td:before {content: attr(data-th); display: block; text-align:center;}

	/* mint_box 테이블 스타일 */
	.mint_box table th.th-responsive {float:left; width:25%; height:50px; vertical-align:middle;}
	.mint_box table td.td-responsive {float:left; width:75%; height:50px; vertical-align:middle; border-right:none; line-height:50px; padding-top:0;}
	.mint_box table th.th-responsive2 {float:left; width:25%; height:150px; vertical-align:middle;}
	.mint_box table td.td-responsive2 {float:left; width:75%; height:150px; vertical-align:middle; border-right:none; line-height:50px; padding-top:0;}
	.mint_box table td.td-responsive input.bigtext, .mint_box table td.td-responsive select.bigtext {width:100%;}

	/* 게시판 읽기페이지 */
	.board_read h4 {font-size:14px;}
	.board_read ul li {padding: 10px 7px; height: 40px; border-bottom: 1px solid #ccc;}
	.board_read ul li.title {height:auto;}
	.board_read ul li.head {display:none;}
	.board_read .readcontent {background-color: #fff; padding:15px 7px; border-bottom:1px solid #ccc;}

	/* 고객의 소리 */
	.input_half {width:55%;}
	.input_third {width:45%;}
	.input_halfthird {width:30%;}
	.input_ps label {margin:0 20px 0 5px;}
	.email_ps {margin:70px 0 0 0;}
	#email3 {float:right; margin:10px 5.3% 0 0;}

	/* 갤러리형 게시판 */
	.gallery {margin:0; padding:10px;}
	.gallery .txtwrap {padding: 15px 0;}
	.gallery .txtwrap h4 {padding:0;}
	.gallery .txtwrap p.date {margin: 7px 0;}
	.gallery .txtwrap .eventbtn {position: relative; right:auto; top:auto; margin:20px 0 0 0;}
	.gallery .txtwrap .eventbtn a {display:block; padding: 10px 30px; text-align:center;}
	.gallery .gallerybox .overimg {width:calc(100% - 20px); top:27%;}
	.gallerywrap .galleryinner {margin:0;}

	/* 게시판 쓰기 페이지 */
	#write .writenotice {margin: 0 auto 25px auto; padding:15px;}

	#write .writewrap .writeform {padding:30px 0 0 0;}
	#write .writewrap .writeform table th, #write .writewrap .writeform table td {padding:3px 3px 3px 0; font-size:12px; letter-spacing:-1px;}
	#write .writewrap .writeform table th {width:100%; float:left; font-size:12px;}
	#write .writewrap .writeform table td {width:100%; float:left; font-size:0;}
	#write .writewrap .writeform table td input {padding:5px; height:30px;}
	#write .writewrap .writeform table td input.calendar_input {padding:5px 50px 5px 5px; height:30px;}
	#write .writewrap .writeform table td .ui-datepicker-trigger {width:30px; height:30px; margin:0 0 -15px -30px;}
	#write .writewrap .writeform table td p, #write .writewrap .writeform table td label {font-size:11px;}
	#write .writewrap .writeform table td select {padding:5px; height:30px; font-size:12px;}
	#write .writewrap .writeform table td .blank {margin:0;}
	#write .writewrap .writeform .reserve {padding:0 10px;}
	#write .writewrap .writeform .reserve_btnwrap {margin:10px 0 0 0; padding:15px 10px 0 10px;}
	#write .writewrap .writeform .reserve_btnwrap a {height:30px; padding:5px 0;}
	#write .writewrap .writeform .reserve_btnwrap input {height:30px;}

	#write .writewrap .privacyagree .innerprivacywrap {padding:15px; height:150px;}
	#write .writewrap .privacyagree .agreecheck {margin:20px 0 0 0;}
	#write .writewrap .privacyagree .innerprivacywrap .innerprivacywrap ul li table {word-break:break-all;}

	/* 견학신청하기 */
	#write .writewrap .writeformwrap {padding:0 10px;}
	/* 비밀번호 확인 */
	.checkwrap {margin:25px 0;}
	.checkwrap > div {padding: 25px 0;}
	.checkwrap .checkpassword {padding:0 10%;}
	.checkwrap .checkpassword .check_btnwrap {margin:20px 0 0 0;}
	.checkwrap .checkpassword .check_btnwrap input {cursor:pointer; margin:0 0 4px 0;}

	/* 고객센터 */
	.mapbox {padding:20px; margin-bottom:20px;}
	.mapbox .txtwrap {padding:0 0 20px 0;}
	.mapbox .txtwrap h3 span {display:inline; font-size:16px;}

	/* 이벤트게시판 */
	.eventwrap .eventinner {margin:0;}

	/* 시공업체 찾기 */
	.information .top_info .compbox {height:auto;}
	.information .top_info .comp01 {background-position: right bottom; padding:15px 15px 120px 15px; background-size:720px;}
	.information .top_cont {margin:15px 0 20px 0;}
	.bul_circle li {background: url(../../img/03/bul_circle.png) left top 5px no-repeat;}
	.bul_circle li strong {margin:0 10px 0 0;}

	/* 오시는길 */
	.sublocation .info .quickmap {position:relative; top:0;}
	#map {width:100%;}
	.sublocation ._nmap_mapbox, .sublocation .nmap {max-width: 1200px; width: 99.99% !important; height: 350px; margin:40px auto 0 auto;}

	/* 연혁 */
	#sublocation .subloctab ul li a {border:1px solid #ddd; padding:10px 0;}
	#sublocation .subloctab ul li a.active {border:1px solid #333; background:#333;}
	#sublocation .subloctab ul li a span {border:none; padding:0; margin:0;}
	#sublocation .subloctab ul li a.active span {border:none; padding:0; margin:0; color:#fff;}
	#sublocation .sublocont {margin:30px 0 0 0;}
	#sublocation .sublocont h2 {margin:0 0 20px 0;}
	#sublocation .sublocont ul li .year {width:100%; float:none; padding:0 0 10px 0;}
	#sublocation .sublocont ul li .txt {width:100%; float:none;}

}

@media (max-width:420px) {


}
@media (max-width:768px) {

	.find_popup {width:90%;margin:0;position:absolute;left:0px;top:150px;}
	.xscroll {padding-bottom:30px;overflow:scroll;}
	.xscroll table {min-width:1024px;}
	.xscroll_500 {padding-bottom:30px;overflow:scroll;}
	.xscroll_500 table {min-width:700px;}

}


@media (min-width:768px) {

	.board_read ul li.no img.service {width:57%;}
	.board_read ul li.no img.status {width:37%;}

	/* 테이블형 게시판 */
	/*.table_list table td.td-responsive input[type='text'] {width:100%;}*/
	.halftext input[type='text'] {width:30%;}
	.board_read .readcontent {min-height: 400px;}

	/* 갤러리형 게시판 */
	.gallery .gallerybox .overimg {width:338px; height:170px; padding:80px 0 0 0;}

	/* 비밀번호 확인 */
	.checkwrap .checkpassword {padding:0 30px;}

	/* 고객의소리 */
	.input_halfthird {width:30%;}
}

@media (min-width:992px) {

	.board_read ul li.no img.service {width:auto;}
	.board_read ul li.no img.status {width:auto;}

	/* 갤러리형 게시판 */
	.gallery .gallerybox .overimg {width:205px; height:170px; padding:40px 0 0 0;}

	/* 비밀번호 확인 */
	.checkwrap .checkpassword {padding:0 50px;}

	/* 고객의소리 */
	.input_halfthird {width:15%;}

}

@media (min-width:1500px) {

	/* 테이블형 게시판 */
	.table_list table td.td-responsive input[type='text'], .table_list table td.td-responsive select {width:auto;}

	/* 비밀번호 확인 */
	.checkwrap .checkpassword {padding:0 100px;}
	/* 갤러리형 게시판 */
	.gallery .gallerybox .overimg {width:270px; height:170px; padding:60px 0 0 0;}

	/* 고객센터 찾기 */
	.mapbox {margin-bottom:50px;}
	.mapbox .txtwrap {padding:200px 100px;}
	.mapbox .mapwrap {padding:100px;}

}