
/* 게시판 */
.board-search-wrap {
	text-align: right;
	background: #f4f5f7;
}
.board-wrap input, .board-wrap select, .board-wrap textarea {
	border: 1px solid #ccd0d7;
}
.board-search-wrap .search-btn-wrap a {
	background: #003e7e;
	width: 100%;
}
.basic-board-list, .webzine-board-list {
	border-top: 2px solid #003e7e;
    border-bottom: 1px solid #c7c7c7;
}
.basic-board-list tbody tr,
.webzine-board-list tbody tr {
	border-top: 1px solid #e9e9e9;
}
.basic-board-list tbody tr:first-child,
.webzine-board-list tbody tr:first-child {
    border-top: 1px solid #c7c7c7;
}
.basic-board-list thead th,
.webzine-board-list thead th {
	position: relative;
	background-color: #f4f5f7;
	font-size: 1.07rem;
}
.basic-board-list td, .webzine-board-list td {
	font-size: 1.07rem;
}
.basic-board-list thead th:before,
.webzine-board-list thead th:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #b1b1b1;
    top: 18px;
    left: 0;
}
.basic-board-list thead th:first-child:before,
.webzine-board-list thead th:first-child:before {
	display: none;
}
.basic-board-list tbody td.board-subject a img.list-file2 {
	display: none;
}
.board-wrap .btn-write-wrap .btn-write {
	border: 1px solid #7b858e;
    background: #7b858e;
	color: #fff;
}
.board-wrap .board-paging {
	margin-top: 15px;
}
.board-paging li>a {
	border: 0;
	font-size: 16px;
}
.board-paging li.on>a,
.board-paging li:hover>a {
	border: 1px solid #003e7e;
	background: #003e7e;
}
.board-write-btn-wrap .btn-confirm {
	color: #fff !important;
}

.board-wrap .category-tab ul li a {
	font-size: 13px;
}
.board-wrap .category-tab ul li.on a {
	font-weight: 500;
	color: #f1b221;
}
.board-wrap .category-tab ul li.on a:before {
	background: #f1b221;
}
.board-wrap .gallery-list figure {
	width: 25%;
}
.board-wrap .gallery-list figure .thumb-wrap.embed-responsive-16by9,
.board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9 {
	padding-bottom: 0;
	height: auto;
	font-size: 0;
	text-align: center;
}
.sub-wrap-imported-products .board-wrap .gallery-list figure .thumb-wrap.embed-responsive-16by9,
.sub-wrap-imported-products .board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9 {
	padding-bottom: 56.25%;
	height: 0;
}
.board-wrap .gallery-list figure .thumb-wrap.embed-responsive-16by9 img {
	max-width: 100%;
}
.board-wrap .gallery-list figure figcaption,
.board-wrap .gallery-list figure a figcaption {
	background: none;
	min-height: auto;
}
.board-wrap .gallery-list figure figcaption p,
.board-wrap .gallery-list figure a figcaption p {
	display: block;
	font-size: 1rem;
	color: #414141;
	text-decoration: none;
	transition: all .3s ease;
	font-weight: 400;
	text-align: center;
	word-break: keep-all;
	line-height: 1.4;
}
.board-wrap .gallery-list figure figcaption p.color_f2b221 {
	margin-bottom: 5px;
}
.board-wrap .gallery-list figure a.btn_pdf_down {
	background-color: #f2b221;
	color: #fff;
	padding: 12px;
	text-align: center;
	margin-top: 20px;
}
.fa-file-pdf:before {
	content: "\f1c1";
}
.board-wrap .gallery-list figure a.btn_pdf_down i {
	margin-right: 5px;
}

.board_col_wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.board_col_wrap .board-wrap {
	display: table-cell;
	vertical-align: top;
	width: calc(100% - 288px);
	padding-right: 40px;
}
.board_col_wrap .board_right {
	display: table-cell;
	width: 288px;
	vertical-align: top;
}
.board-wrap.board-wrap--block {
	display: block;
	width: 100%;
	padding-right: 0;
}
.board_right.board_right--block {
	display: block;
}
.board_col_wrap .board_right h4 {
	font-size: 20px;
	font-weight: 500;
}
.board_col_wrap .board_right ul {
	margin-top: 10px;
	padding-left: 20px;
}
.board_col_wrap .board_right ul li {
	list-style: disc;
	line-height: 1.8;
}
.board_col_wrap .board_right ul li a {
	display: inline-block;
	font-size: 14px;
	padding: 3px 0;
	word-break: keep-all;
	vertical-align: top;
	line-height: 1.5;
}
.board_right__news {}
.board_right__projects {
	margin-top: 50px;
}
.board_right__follow_us {
	margin-top: 50px;
}
.board_col_wrap .board_right .board_right__follow_us ul {
	padding-left: 0;
	font-size: 0;
}
.board_col_wrap .board_right .board_right__follow_us ul li {
	display: inline-block;
	list-style: none;
	width: 34px;
	height: 34px;
	text-align: center;
	vertical-align: top;
	margin-right: 10px;
}
.board_col_wrap .board_right .board_right__follow_us ul li a {
	width: 100%;
	height: 100%;
	padding: 0;
	line-height: 34px;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
}
.board_col_wrap .board_right .board_right__follow_us ul li.follow_facebook a {
	background-color: #3b5998;
}
.board_col_wrap .board_right .board_right__follow_us ul li.follow_twitter a {
	background-color: #55acee;
}
.board_col_wrap .board_right .board_right__follow_us ul li.follow_youtube a {
	background-color: #cd201f;
}

.board-wrap .board-view .board-conts p img {
	max-width: 100%;
	height: auto !important;
}
.board-wrap .board-view .board-conts ul {
	padding-left: 20px;
}
.board-wrap .board-view .board-conts ul li {
	list-style: disc;
}

.board-wrap .board-view-file a {
	line-height: 1.7;
}

@media screen and (min-width: 1201px) {
	.basic-board-list tbody td.board-subject a:hover,
	.board-wrap .board-view .post-navi .next-post a:hover {
		text-decoration: underline;
	}
	.basic-board-list tbody td.board-subject a:hover img.list-file {
		display: none;
	}
	.basic-board-list tbody td.board-subject a:hover img.list-file2 {
		display: inline;
	}
	.board-wrap .btn-write-wrap .btn-write:hover,
	.board-search-wrap .search-btn-wrap a:hover,
	.board-wrap .board-view .btn-view-wrap .btn-list:hover,
	.board-wrap .board-view .btn-view-wrap .btn-del:hover,
	.board-wrap .board-view .btn-view-wrap .btn-modify:hover,
	.board-wrap .board-view .btn-view-wrap .btn-reply:hover,
	.board-write-btn-wrap .btn-confirm:hover,
	.board-write-btn-wrap .btn-cancel:hover {
		opacity: .8;
	}
	.board-wrap .gallery-list figure a.btn_pdf_down:hover {
		background-color: #fff;
		color: #f2b221;
	}
	
	.board_col_wrap .board_right ul li a:hover {
		color: #f2b221;
	}
	.board_col_wrap .board_right .board_right__follow_us ul li a:hover {
		color: #fff;
		opacity: .8;
	}
}
@media screen and (max-width: 1200px) {
	.board_col_wrap .board-wrap {
		width: calc(100% - 228px);
	}
	.board_col_wrap .board-wrap.board-wrap--block {
		width: 100%;
	}
	.board_col_wrap .board_right {
		width: 228px;
	}
}
@media screen and (min-width: 768px) {
	.board-wrap .gallery-list figure {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 767px) {
	.basic-board-list tbody td {
		padding-right: 0;
	}
	.basic-board-list tbody td.board-subject a {
		white-space: normal;
    	float: none !important;
	}
	.board-paging li>a {
		font-size: 13px;
	}
	
	.board-wrap .gallery-list figure {
		/* width: 50%;
		padding: 0 5px; */
		width: 100%;
		padding: 0;
	}
	.board-wrap .gallery-list figure figcaption p {
		font-size: 12px;
	}
	.board-wrap .gallery-list figure a.btn_pdf_down {
		font-size: 12px;
	}
	
	.sub-wrap-video .board-wrap .gallery-list figure {
		width: 100%;
	}
	
	.board_col_wrap {
		display: block;
	}
	.board_col_wrap .board-wrap {
		display: block;
		width: 100%;
		padding-right: 15px;
	}
	.board_col_wrap .board_right {
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	.board_col_wrap .board_right h4 {
		font-size: 16px;
	}
	.board_right__projects,
	.board_right__follow_us {
		margin-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	.board-search-wrap .search-btn-wrap a,
	.board-wrap .btn-write-wrap .btn-write {
		font-size: 0.75rem;
	}
}

/* form write */
.privacy-box {
	background-color: #fbfbfb;
	padding: 20px;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
}
.over-area {
	overflow-y: auto;
	min-height: 38px;
	max-height: 160px;
	height: auto;
}
.over-area h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.over-area pre {
	display: table;
	line-height: 1.4;
	table-layout: fixed;
	width: 100%;
	word-break: keep-all;
	white-space: pre-wrap;
}
.sub-wrap-contact_repair .over-area pre {
	white-space: normal;
	max-width: 650px;
}
.privacy-check {
	margin: 10px 0 0;
}
.privacy-check input {
	display: none !important;
}
.privacy-check label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 28px;
	line-height: 20px;
	color: #666;
	vertical-align: middle;
}
.privacy-check label:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #bebebe;
	transition: all .3s ease;
	border-radius: 0;
	content: "";
}
.privacy-check input:checked+label:before {
	content: "\f00c";
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #a00008;
	border-color: #a00008;
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.basic-board-row {
	border-top: 0;
	border-bottom: 0;
}
.form-mail-wrap .basic-board-row tr,
.sub-wrap-req .basic-board-row tr {
	border-bottom: 0;
}
.board-row-line div {
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
.basic-board-row tr:first-child td {
	padding-top: 20px;
}
.basic-board-row tr:last-child td {
	padding-bottom: 20px;
}
.basic-board-row tr th {
	padding: 25px 45px 25px 45px;
	font-weight: 500;
	font-size: 15px;
	color: #222;
}
.form-mail-wrap .basic-board-row tr th,
.sub-wrap-req .basic-board-row tr th {
	background: #fff;
	word-break: keep-all;
}
.basic-board-row tr td {
	padding: 10px;
	/* padding-right: 45px; */
}
.form-mail-wrap .basic-board-row tr td,
.sub-wrap-req .basic-board-row tr td {
	padding: 15px 10px;
}
.form-mail-wrap input,
.form-mail-wrap select,
.form-mail-wrap textarea {
	font-size: 13px;
	color: #636363;
	background-color: #fbfbfb;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	padding: 10px 20px;
	height: auto;
}
.form-mail-wrap textarea {
	resize: none;
}
.form-mail-wrap input::placeholder,
.form-mail-wrap select::placeholder,
.form-mail-wrap textarea::placeholder {
	color: #636363 !important;
}

.input-wrap {
	width: 100%;
	font-size: 0;
}
.basic-board-row tr.board-row-subject input[type="text"].input-text-long,
.basic-board-row tr.board-row-subject input.input-text-long,
input.input-text-long {
	max-width: 700px;
}
.basic-board-row tr.board-row-subject input[type="text"].input-text-short,
.basic-board-row tr.board-row-subject input.input-text-short,
input.input-text-short {
	max-width: 330px;
}
.basic-board-row tr.board-row-subject input[type="tel"].input-tel,
.basic-board-row tr.board-row-subject input.input-tel,
input.input-tel {
	max-width: 150px;
	width: 30.666%;
}
.basic-board-row tr.board-row-subject input[type="text"].input-email,
.basic-board-row tr.board-row-subject input.input-email,
input.input-email {
	max-width: 220px;
	width: 30.666%;
}
.input-between {
	display: inline-block;
	width: 4%;
	max-width: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}
select.select-email {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	color: #636363;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	padding: 10px 20px;
	padding-right: 70px;
	height: auto;
	background: #fbfbfb url(/html/_skin/seil/images/common/select_arrow.png) no-repeat right center;
	background-size: auto 100%;
	line-height: 1.5;
}
select.select-email::-ms-expand {display: none;}
input.input-email ~ select.select-email {
	margin-left: 10px;
}
.member-wrap.add-check {
	font-size: 16px;
}
.project-check {
	font-size: 16px;
}
.project-check ~ .project-check {
	margin-top: 20px;
}
.add-check > p ~ p {
	margin-top: 10px;
}
.member-wrap.add-check p label {
	line-height: 1.5;
	word-break: keep-all;
}
.member-wrap.add-check input[type="checkbox"]+label:before {
	top: 2px;
}
.form_radio {
	position: relative;
	padding-left: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.form_radio ~ .form_radio {
	/* margin-left: 10px; */
}
.ver-mid-radio td .form_radio {
	display: block;
}
.ver-mid-radio td .form_radio ~ .form_radio {
	margin-top: 10px;
}
.basic-board-row tr.board-row-subject .form_radio input[type="radio"],
.basic-board-row tr.board-row-subject .form_radio input[type="checkbox"] {
	position: absolute;
	top: 1px;
	left: 0;
}
.form_td__file ~ .form_td__file {
	margin-top: 5px;
}
.p_notice {
	display: block;
	margin-top: 10px;
	font-size: 13px;
}
.form-editor-txt {
	margin-top: 5px;
	margin-bottom: 10px;
}
.form-radio-txt {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 13px;
}
.form-red {
	color: #ff2973 !important;
	font-size: 13px !important;
}

.cke_chrome {
	border: 1px solid #c5c5c5 !important;
	box-shadow: none !important;
}

.board-wrap td .required:after {
	display: inline-block;
	margin-top: -3px;
	margin-left: 7px;
	width: 14px;
	height: 11px;
	background: url(/img/common/required.png) no-repeat 0 0;
	vertical-align: middle;
	content: '';
}
.form-code-div {
	display: flex;
	margin-top: 10px;
	align-items: center;
}
.form-code-div__webeditor {
	margin-top: 10px;
	align-items: center;
}
.form_td__file {
	margin-top: 10px;
}
.w-100per {
	width: 100%;
}
.in-mr-10 > p {
	margin-right: 10px;
}
.board-write-btn-wrap .btn-confirm.y-color {
	background-color: #fcd846 !important;
	color: #37383c !important;
	font-size: 16px;
	border-radius: 5px;
	width: 110px;
}

@media screen and (max-width: 870px) {
	.basic-board-row tr.board-row-subject input[type="tel"].input-email,
	.basic-board-row tr.board-row-subject input.input-email,
	input.input-email {
		width: 47%;
	}
	input.input-email ~ .input-between {
		margin-left: 1%;
		margin-right: 1%;
		font-size: 13px;
	}
	input.input-email ~ select.select-email {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.sub-wrap-contact-us .board-wrap {
		padding: 0;
	}
	.privacy-box {
		padding: 20px 10px 20px 20px;
	}
	.over-area h3 {
		font-size: 16px;
	}
	.form-mail-wrap .basic-board-row tr th,
	.sub-wrap-req .basic-board-row tr th {
		display: block;
		padding: 10px 10px 0;
		width: 100%;
		font-size: 14px;
	}
	.form-mail-wrap .basic-board-row tr:first-child th,
	.sub-wrap-req .basic-board-row tr:first-child th {
		padding-top: 20px;
	}
	.form-mail-wrap .basic-board-row tr td,
	.sub-wrap-req .basic-board-row tr td {
		/* display: block; */
		padding: 8px 10px;
	}
	.form-mail-wrap .basic-board-row tr:last-child td,
	.sub-wrap-req .basic-board-row tr:last-child td {
		/* padding-bottom: 20px; */
	}
	.form-mail-wrap input,
	.form-mail-wrap select,
	.form-mail-wrap textarea,
	.member-wrap.add-check,
	.project-check {
		font-size: 13px;
	}

	.form-radio-txt {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
}
@media screen and (max-width: 550px) {
	.basic-board-row tr.board-row-subject input[type="text"].input-text-short,
	.basic-board-row tr.board-row-subject input.input-text-short,
	input.input-text-short {
		max-width: 100%;
	}
}

/* 팝업갤러리 */
.showroom-box .slider .slick-list .slick-slide img {
	height: auto !important;
	max-height: 100%;
}