@charset "UTF-8";

/*************** S : search.scss ***************/
.mt_40 {
	margin-top: 40px !important;
}

/************************* Search results **********************/
@media (max-width:768px) {
	.sch-area .sch-btm.has-tab {
		padding: 0;
	}

}

.search-result-tit > .color-red {
	border-bottom: 1px solid #555;
	margin-right: 10px;
}

@media (max-width:768px) {
	.search-result-tit > .color-red {
		margin-right: 0.3333333333rem;
	}

}

.search-result-tit > .results-for {
	margin-right: 10px;
}

@media (max-width:768px) {
	.search-result-tit > .results-for {
		margin-right: 0.3333333333rem;
	}

}

.sch-btm.has-tab .tab-ui {
	margin-bottom: 0;
}

.sch-btm.has-tab .tab-ui-dark ul li.btn-tab button {
	font-size: 20px;
}

@media (max-width:768px) {
	.sch-btm.has-tab .tab-ui-dark ul li.btn-tab button {
		font-size: 0.875rem;
	}

}

.sch-btm.has-tab .tab-ui-dark ul li.btn-tab button .btn-tit-txt {
	margin-right: 8px;
}

@media (max-width:768px) {
	.sch-btm.has-tab .tab-ui-dark ul li.btn-tab button .btn-tit-txt {
		margin-right: 0.2916666667rem;
	}

}

.sch-btm.has-tab .tab-ui-dark ul li.btn-tab button > span {
	font-family: 'NotoSans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

@media (max-width:768px) {
	.sch-btm.has-tab .tab-ui-dark ul li.btn-tab button > span {
		font-size: 0.875rem;
		color: #a0a0a0;
		letter-spacing: 0;
	}

}

.sch-btm.has-tab .tab-ui-dark ul li.btn-tab.on button > span {
	color: #fff;
}

.tab-ui-dark ul li.btn-tab button:hover > span {
	color: #fff;
}

@media (max-width:768px) {
	.sch-btm.has-tab .tab-ui .tab-con {
		padding: 0rem 1.25rem;
	}

}

.sch-btm.has-tab .sch-res-list .sch-res-tab {
	width: 100%;
	border-top: 0;
	padding-bottom: 39px;
	border-bottom: 0;
}

.sch-btm.has-tab .sch-res-list > .tac {
	margin-bottom: 90px;
}

@media (max-width:768px) {
	.sch-btm.has-tab .sch-res-list > .tac {
		margin-bottom: 3.3333333333rem;
	}

}

.sch-btm.has-tab .sch-res-list .sch-res-data {
	width: 100%;
	margin-left: 0;
	padding-top: 35px;
	border-top: 1px solid #ccc;
}

.sch-btm.has-tab .sch-res-list .sch-res-data .hsrd-list {
	display: block;
	width: 100%;
}

.sch-btm.has-tab .tab-ui.tab-ui-dark > ul {
	margin-bottom: 39px;
}

@media (max-width:768px) {
	.sch-btm.has-tab .tab-ui.tab-ui-dark > ul {
		margin-bottom: 1.0416666667rem;
	}

}

.badge.badge-new {
	position: absolute;
	left: 0;
	top: 0;
}

.btns.ab-right {
	position: absolute;
	right: 10px;
	top: 10px;
}

.sch-btm.has-tab .sch-res-data .hsrd-list .hsrd-list-detail li.info01 {
	margin-top: 10px;
}

.sch-btm.has-tab .sch-res-data .hsrd-list .hsrd-list-detail li.info03 {
	margin-top: 13px;
}

.sch-btm.has-tab .search-result-section {
	padding-top: 39px;
	border-top: 1px solid #ccc;
}

@media (max-width:768px) {
	.sch-btm.has-tab .search-result-section {
		padding-top: 1.0416666667rem;
		border-top: 0;
	}

}

.sch-btm.has-tab .search-result-section h4.srs-tit {
	margin-bottom: 34px;
}

@media (max-width:768px) {
	.sch-btm.has-tab .search-result-section h4.srs-tit {
		margin-bottom: 1.6666666667rem;
	}

}

.sch-btm.has-tab .search-result-section h4.srs-tit > .srs-tit-txt {
	margin-right: 10px;
}

@media (max-width:768px) {
	.sch-btm.has-tab .search-result-section h4.srs-tit > .srs-tit-txt {
		margin-right: 0.3333333333rem;
	}

}

.search-result-list-wrap > ul.list.list-card {
	margin: 0 -10px;
	gap: 0;
}

.search-result-list-wrap > ul.list.list-card > li {
	padding: 0 10px;
	flex: 0 0 20%;
}

@media (max-width:768px) {
	.search-result-list-wrap > ul.list.list-card > li {
		flex: 0 0 50%;
	}

}

.sch-btm.has-tab .icon-like-shadow {
	width: 37px;
}

.tab-ui-dark .ul-type {
	display: block;
}

.color-red {
	color: #b40f2c;
}

.search-result-section .more-area {
	padding-top: 20px;
	margin-bottom: 50px;
}

@media (max-width:768px) {
	.search-result-section .more-area {
		padding-top: 0.8333333333rem;
		margin-bottom: 2.5rem;
	}

}

.search-result-list-wrap > ul.list.list-thumb {
	justify-content: flex-start;
	gap: 0;
	margin: 0 -10px;
}

.search-result-list-wrap > ul.list.list-thumb > li {
	flex: 0 0 33.33%;
	padding: 0 10px;
	margin-bottom: 40px;
}

@media (max-width:768px) {
	.search-result-list-wrap > ul.list.list-thumb > li {
		flex: 0 0 100%;
		margin-bottom: 2.0833333333rem;
	}

}

@media (max-width:768px) {
	.list.list-thumb .card .info {
		margin-top: 0.9375rem;
	}

}

.list-thumb .card .thumb::before {
	padding-top: 100%;
}

.underline {
	width: fit-content;
	border-bottom: 1px solid #666;
}

.sch-btm.has-tab .sort-box {
	position: relative;
	min-height: 62px;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 10px 150px 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.sch-btm.has-tab .sort-box .sel-box {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0 28px;
}

.sch-btm.has-tab .sort-box .sel-box .btn-sel {
	width: auto;
	height: 40px;
}

.sch-btm.has-tab .sort-box .sel-box .btn-sel span {
	padding-right: 50px;
}

.sch-btm.has-tab .sort-box .sel-box .sel-list {
	top: 40px;
	left: -20px;
	width: 180px;
}

.search-result .sch-top {
	margin-bottom: 45px;
}

@media (max-width:1440px) {
	.search-result .sch-top {
		margin-bottom: 31px;
	}

}

.search-result .sch-top .sch-frm {
	position: relative;
	display: inline-block;
	width: 730px;
	height: 55px;
	padding-top: 14px;
	border-bottom: 1px solid #000;
}

@media (max-width:1280px) {
	.search-result .sch-top .sch-frm {
		width: 600px;
	}

}

@media (max-width:992px) {
	.search-result .sch-top .sch-frm {
		width: calc(100% - 40px);
	}

}

.search-result .sch-top .sch-frm .ipt-hd-sch {
	width: calc(100% - 60px);
	height: 27px;
	padding: 0 5px;
	font-weight: 300;
	font-size: 19px;
	color: #999;
	border: 0 none;
	border-left: 1px solid #a72b2a;
}

@media (max-width:1440px) {
	.search-result .sch-top .sch-frm .ipt-hd-sch {
		font-size: 16px;
	}

}

@media (max-width:768px) {
	.search-result .sch-top .sch-frm .ipt-hd-sch {
		width: calc(100% - 35px);
	}

}

.search-result .sch-top .sch-frm .ipt-hd-sch.wrd-on {
	border-left: 0 none;
	color: #222;
}

.search-result .sch-top .sch-frm .btn-hd-sch {
	display: inline-block;
	width: 55px;
	height: 27px;
	background: url("https://img.lxhausys.com/public/images/header/btn_header_search.png") no-repeat center center;
}

@media (max-width:768px) {
	.search-result .sch-top .sch-frm .btn-hd-sch {
		width: 35px;
	}

}

.search-result .sch-btm {
	margin-bottom: 0;
}

@media (max-width:1440px) {
	.search-result .sch-btm {
		margin-bottom: 0;
	}

}

@media (max-width:768px) {
	.search-result .sch-btm {
		margin-bottom: 0;
	}

}

.search-result .sch-btm .sch-recent .sch-rcnt-tit {
	margin-top: 45px;
	font-weight: 500;
	font-size: 16px;
	color: #222;
}

@media (max-width:768px) {
	.search-result .sch-btm .sch-recent .sch-rcnt-tit {
		margin-top: 1.6666666667rem;
	}

}

.search-result .sch-btm .sch-recent .sch-rcnt-list {
	font-size: 0;
	margin-top: 10px;
}

.search-result .sch-btm .sch-recent .sch-rcnt-list li {
	display: inline-block;
	position: relative;
	margin: 10px 10px 0 0;
	padding: 8px 45px 12px 20px;
	background: #f5f5f5;
	vertical-align: top;
	border-radius: 25px;
}

.search-result .sch-btm .sch-recent .sch-rcnt-list li .sch-rcnt-keyw {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	cursor: pointer;
}

.search-result .sch-btm .sch-recent .sch-rcnt-list li .btn-rcnt-del {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: url(https://img.lxhausys.com/public/images/inspiration/btn_close.png) center no-repeat;
	font-size: 0;
}

.search-result .sch-btm .sch-recent.sch-popular .sch-rcnt-list li {
	margin: 10px 10px 0 0;
	padding: 8px 20px 12px 20px;
}

.search-result .sch-btm .sch-no {
	margin-top: 80px;
}

@media (max-width:768px) {
	.search-result .sch-btm .sch-no {
		margin-top: 3.3333333333rem;
	}

}

.search-result .sch-btm .sch-no .sch-no-info {
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.search-result .sch-btm .sch-no .sch-no-info {
		padding: 0rem 1.25rem;
	}

}

.search-result .sch-btm .sch-no .sch-no-info .no-re-tit {
	display: block;
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 500;
}

@media (max-width:768px) {
	.search-result .sch-btm .sch-no .sch-no-info .no-re-tit {
		margin-bottom: 0.8333333333rem;
		font-size: 1.0833333333rem;
		line-height: 1.4;
	}

}

.search-result .sch-btm .sch-no .sch-no-info .sch-keyw {
	font-size: inherit;
	font-weight: inherit;
}

@media (max-width:768px) {
	.search-result .sch-btm .sch-no .sch-no-info .sch-keyw {
		font-size: 1.0833333333rem;
	}

}

.search-result .sch-btm .sch-no .sch-no-info .sch-keyw.color-red {
	color: #b40f2c;
	color: inherit;
}

.search-result .sch-btm .sch-no .sch-no-info .no-re-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

@media (max-width:768px) {
	.search-result .sch-btm .sch-no .sch-no-info .no-re-desc {
		font-size: 0.75rem;
	}

}

.search-result .sch-btm .sch-no .sch-no-info span {
	display: block;
	font-size: 16px;
}

.search-result .sch-btm .sch-res-list {
	padding-top: 80px;
}

.search-result .sch-btm .sch-res-list .sch-res-tab {
	display: inline-block;
	width: 260px;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.search-result .sch-btm .sch-res-list .sch-res-tab ul li {
	display: block;
}

.search-result .sch-btm .sch-res-list .sch-res-tab ul li a {
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	color: #555;
}

.search-result .sch-btm .sch-res-list .sch-res-tab ul li.on a {
	position: relative;
	font-weight: 700;
	font-size: 22px;
	color: #111;
}

.search-result .sch-btm .sch-res-list .sch-res-tab ul li.on a:after {
	display: inline-block;
	width: 7px;
	height: inherit;
	position: absolute;
	right: 6px;
	content: "";
	background: url("https://img.lxhausys.com/public/images/header/arr_right.png") no-repeat center center;
}

.search-result .sch-btm .sch-res-list .sch-res-data {
	display: inline-block;
	margin-left: 30px;
	vertical-align: top;
	width: 100%;
	max-width: 1145px;
}

.search-result .sch-btm .sch-res-list .sch-res-data .hsrd-list {
	display: none;
}

.search-result .sch-btm .sch-res-list .sch-res-data .hsrd-list.on {
	display: block;
}

.search-result .sch-btm .sch-res-list .sch-res-data .hsrd-list .hsrd-list-detail li img {
	cursor: pointer;
}

.search-result .faq-box .drop-list {
	margin-top: 0;
}

.sch-res-wrap {
	padding: 0;
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}

@media (max-width:1440px) {
	.sch-res-wrap {
		width: 100%;
	}

}

.sch-res-wrap .tit {
	font-size: 56px;
}

@media (max-width:1440px) {
	.sch-res-wrap .tit {
		font-size: 39px;
	}

}

@media (max-width:768px) {
	.sch-res-wrap .tit {
		font-size: 2.1875rem;
	}

}

.sch-res-wrap .tit span {
	position: relative;
	font-size: 56px;
}

@media (max-width:1440px) {
	.sch-res-wrap .tit span::after {
		bottom: 6px;
	}

}

@media (max-width:768px) {
	.sch-res-wrap .tit span::after {
		bottom: 4px;
	}

}

@media (max-width:1440px) {
	.sch-res-wrap .tit span {
		font-size: 39px;
	}

}

@media (max-width:768px) {
	.sch-res-wrap .tit span {
		font-size: 2.1875rem;
	}

}

.sch-res-wrap .tit strong {
	font-size: 56px;
}

@media (max-width:1440px) {
	.sch-res-wrap .tit strong {
		font-size: 39px;
	}

}

@media (max-width:768px) {
	.sch-res-wrap .tit strong {
		font-size: 2.1875rem;
	}

}

@media (max-width:768px) {
	.sch-res-wrap .inner {
		padding-left: 20px;
		padding-right: 20px;
	}

}

.sch-res-wrap .tab-ui .btns .type03 {
	overflow: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.sch-res-wrap .tab-ui .btns .type03::-webkit-scrollbar {
	display: none;
}

.sch-res-wrap .tab-ui ul {
	display: flex;
}

.sch-res-wrap .sch-res-prod {
	margin-top: 35px;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod {
		margin-top: 1.4583333333rem;
	}

}

.sch-res-wrap .sch-res-prod:last-child {
	border-bottom: 0;
}

.sch-res-wrap .sch-res-prod .res-prod-cnt {
	margin-bottom: 30px;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .res-prod-cnt {
		margin-bottom: 1.25rem;
	}

}

.sch-res-wrap .sch-res-prod .res-prod-cnt > span {
	font-family: 'NotoSans', sans-serif;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: normal;
}

@media (max-width:1440px) {
	.sch-res-wrap .sch-res-prod .res-prod-cnt > span {
		font-size: 27px;
	}

}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .res-prod-cnt > span {
		font-size: 1.2916666667rem;
	}

}

.sch-res-wrap .sch-res-prod .res-prod-cnt em {
	text-decoration: none;
}

.sch-res-wrap .sch-res-prod .articles-list {
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .articles-list {
		margin-bottom: 2.2916666667rem;
	}

}

.sch-res-wrap .sch-res-prod .more-box {
	margin-bottom: 50px;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .more-box {
		margin-bottom: 2.0833333333rem;
	}

}

.sch-res-wrap .sch-res-prod.prod-fd-view .more-box {
	margin-top: 0;
}

.sch-res-wrap .sch-res-prod .list-type-news ul li {
	margin-bottom: 35px;
}

@media (max-width:992px) {
	.sch-res-wrap .sch-res-prod .list-type-news ul li {
		margin-bottom: 25px;
	}

}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .list-type-news ul li {
		margin-bottom: 1.8333333333rem;
	}

}

.sch-res-wrap .sch-res-prod .list-type-news ul li a {
	font-family: "NotoSansKR";
	text-align: initial;
	line-height: 1.38;
}

.sch-res-wrap .sch-res-prod .list-type-news ul li a b {
	display: block;
	margin-bottom: 15px;
	font-size: 1.5294rem;
	line-height: 1.4;
	font-weight: 700;
	color: #222;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .list-type-news ul li a b {
		font-size: 0.9583333333rem;
	}

}

.sch-res-wrap .sch-res-prod .list-type-news ul li a p {
	font-size: 0.8824rem;
	font-weight: 300;
	line-height: 26px;
	color: #746761;
}

.sch-res-wrap .sch-res-prod .list-type-news ul li a p em {
	color: #b40f2c;
}

.sch-res-wrap .sch-res-prod .sch-csr-report {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 65px;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .sch-csr-report {
		margin-bottom: 2.5rem;
	}

}

.sch-res-wrap .sch-res-prod .sch-csr-report .download {
	width: 30%;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .bd-gray {
	position: relative;
	margin-left: 32px;
	border: 1px solid #ccc;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .bd-gray .info {
	position: absolute;
	top: -38px;
	left: -32px;
	width: 126px;
	height: 126px;
	padding-top: 30px;
	background: #d0d0d0;
	text-align: center;
	border-radius: 50%;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .sch-csr-report .bd-gray .info {
		left: 0px;
	}

}

.sch-res-wrap .sch-res-prod .sch-csr-report .bd-gray .info strong {
	font-size: 24px;
	font-weight: 700;
	color: #333;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .bd-gray .info p {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .bd-gray .img-box > img {
	width: 100%;
	height: 100%;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .bd-gray .btn-down {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 47px;
	height: 47px;
	background: #7f7f7f url("https://img.lxhausys.com/public/images/aboutus/ico_down_02.png") center no-repeat;
	font-size: 0;
	border-radius: 50%;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide {
	width: 100%;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slide-report {
	position: relative;
	width: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slide-report .slider .bd-gray {
	width: 240px;
	height: 318px;
	margin: 0 auto;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slide-report .slider .bd-gray {
		width: 100%;
		height: auto;
	}

}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slide-report .slider .bd-gray .img-box {
	width: 100%;
	height: 100%;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slick-slide {
	height: auto;
	padding: 38px 0 0;
}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slick-list {
	margin: 0 50px;
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slick-list {
		margin: 0 2.5rem;
	}

}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slick-prev {
	left: 0;
	background-image: url("https://img.lxhausys.com/public/images/products/arrw_left.png");
}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slick-next {
	right: 0;
	background-image: url("https://img.lxhausys.com/public/images/products/arrw_right.png");
}

.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slick-arrow {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	background-color: rgba(255, 255, 255, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	border-radius: 50%;
	transform: translateY(-50%);
}

@media (max-width:768px) {
	.sch-res-wrap .sch-res-prod .sch-csr-report .slide .slick-arrow {
		width: 1.25rem;
		height: 1.25rem;
	}

}

/* .sch-res-wrap .more-box.ta-c button > span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  padding-right: 34px;
  line-height: inherit;
  background: url("data:image/svg+xml; utf8, <svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20 8L12 16L4 8' stroke='white' stroke-width='1.5' stroke-miterlimit='10'/></svg>") 100% 25% no-repeat;
} */
.sch-res-wrap .faq-box .drop-list .tit button.btn-view {
	right: 20px;
}

@media (min-width:769px) {
	.sch-res-wrap .faq-box .drop-list .tit button.btn-view {
		right: 0;
	}

}

@media (max-width:992px) {
	.tbl-box.type05 .sns-wrp ~ button {
		margin-right: 6px;
	}

}

.list-type-news {
	min-height: 60px;
}

@media (max-width:768px) {
	.list-type-news {
		min-height: 2.0833333333rem;
	}

}

.list-type-news ul li + li {
	margin-top: 40px;
}

@media (max-width:768px) {
	.list-type-news ul li + li {
		margin-top: 1.8333333333rem;
	}

}

.list-type-news ul li a {
	text-align: left;
}

.list-type-news ul li a p {
	margin-top: 20px;
}

@media (max-width:768px) {
	.list-type-news ul li a p {
		max-height: 1.8333333333rem;
		margin-top: 1.0416666667rem;
	}

}

.list-search-collection {
	min-height: 60px;
}

.list-search-collection > ul > li {
	display: inline-block;
	width: calc((100% - 60px) / 3);
	vertical-align: top;
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.list-search-collection > ul > li {
		width: 100%;
		margin-bottom: 1.6666666667rem;
	}

}

.list-search-collection > ul > li:nth-of-type(3n - 1) {
	margin-left: 30px;
	margin-right: 30px;
}

@media (max-width:768px) {
	.list-search-collection > ul > li:nth-of-type(3n - 1) {
		margin-left: 0;
		margin-right: 0;
	}

}

.list-search-collection > ul > li .img-box {
	height: 290px;
}

.list-search-collection > ul > li .img-box a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.list-search-collection > ul > li .img-box a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-search-collection > ul > li .info {
	margin-top: 30px;
}

@media (max-width:768px) {
	.list-search-collection > ul > li .info {
		margin-top: 1.0416666667rem;
	}

}

.list-search-collection > ul > li .info li {
	width: 100%;
}

.list-search-collection > ul > li .info li a {
	text-align: left;
}

.list-search-collection > ul > li .info .txt-01 {
	margin-bottom: 16px;
}

@media (max-width:768px) {
	.list-search-collection > ul > li .info .txt-01 {
		margin-bottom: 1.0416666667rem;
	}

}

.list-search-collection > ul > li .info .txt-01 a, .list-search-collection > ul > li .info .txt-01 a span {
	font-size: 20px;
	color: #222;
	white-space: normal;
}

@media (max-width:768px) {
	.list-search-collection > ul > li .info .txt-01 a, .list-search-collection > ul > li .info .txt-01 a span {
		font-size: 1.0416666667rem;
	}

}

@media (max-width:768px) {
	.list-search-collection > ul > li .info .txt-02 {
		line-height: 1;
	}

}

.list-search-collection > ul > li .info .txt-02 a {
	font-size: 16px;
	color: #222;
	text-decoration: underline;
}

.list-search-collection > ul > li .info .txt-02 a + a {
	margin-top: 8px;
}

@media (max-width:768px) {
	.list-search-collection > ul > li .info .txt-02 a + a {
		margin-top: 0.3333333333rem;
	}

}

@media (max-width:768px) {
	.list-search-collection > ul > li .info .txt-02 a {
		font-size: 0.6666666667rem;
	}

}

.tab-ui-dark ul li.btn-tab button {
	font-size: 20px;
}

@media (max-width:1440px) {
	.tab-ui-dark ul li.btn-tab button {
		font-size: 14px;
	}

}

@media (max-width:768px) {
	.tab-ui-dark ul li.btn-tab button {
		font-size: 0.875rem;
	}

}

.list-type-view.row-04 .info ul li.txt-03 {
	margin-bottom: 14px;
	font-size: 15px;
}

@media (max-width:768px) {
	.list-type-view.row-04 .info ul li.txt-03 {
		margin-bottom: 8px;
		font-size: 13px;
	}

}

.list-type-view.row-04 .info ul li.txt-04 {
	margin-bottom: 10px;
	font-size: 15px;
}

@media (max-width:768px) {
	.list-type-view.row-04 .info ul li.txt-04 {
		margin-bottom: 8px;
		font-size: 13px;
	}

}

.more-box .btn-down-white span {
	background-image: url(https://img.lxhausys.com/public/images/icon-download@3x.png);
	background-size: 20px;
}

.grid-box.eu-grid-box > .grid {
	display: flex;
	width: auto;
	margin: 0 -10px;
}

.grid-box.eu-grid-box > .grid > li {
	flex: 0 0 33.33%;
	padding: 0 10px;
}

@media (max-width:768px) {
	.grid-box.eu-grid-box > .grid > li {
		flex: 0 0 100%;
	}

}

.tbl-box.type05 button.btn-sel {
	width: 140px;
}

@media (max-width:768px) {
	.tbl-box.type05 button.btn-sel {
		width: 100px;
	}

}

.sel-list > .box > li > button {
	width: 100% !important;
}

.sel-box .sel-list {
	top: 40px;
}

@media (max-width:768px) {
	.sel-box .sel-list {
		top: 1.875rem;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table {
		display: flex;
		flex-flow: column;
		width: 100%;
	}

}

.tbl-box.type05.box-dl table colgroup.p-ui {
	display: block;
}

@media (max-width:992px) {
	.tbl-box.type05.box-dl table colgroup.p-ui {
		display: none;
	}

}

.tbl-box.type05.box-dl table colgroup.m-ui {
	display: none;
}

@media (max-width:992px) {
	.tbl-box.type05.box-dl table colgroup.m-ui {
		display: block;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr, .tbl-box.type05.box-dl table th, .tbl-box.type05.box-dl table td {
		display: inline-block;
	}

}

.tbl-box.type05.box-dl table tr {
	width: 100%;
}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr {
		position: relative;
		padding: 0;
	}

	.tbl-box.type05.box-dl table tr + tr {
		border-top: 1px solid #ccc;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr .dl-title {
		width: 100%;
		font-size: 0.875rem;
		font-weight: 700;
		padding: 1.5rem 1rem;
		background-color: #f6f6f6;
		border-bottom: 1px solid #ccc;
	}

}

.tbl-box.type05.box-dl table tr th {
	font-size: 17px;
	padding: 33px 10px 35px;
}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr th {
		font-size: 0.6875rem;
		padding: 0.875rem 0;
	}

}

.tbl-box.type05.box-dl table tr th:nth-of-type(1) {
	padding-left: 30px;
}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr th:nth-of-type(1) {
		width: calc(100% - 30px);
		height: 1.3333333333rem;
		line-height: 1.3333333333rem;
		padding-left: 1.0833333333rem;
		padding-top: 0;
		padding-bottom: 0;
		margin-left: 30px;
		margin-top: 0.8333333333rem;
	}

}

.tbl-box.type05.box-dl table tr th .dl-title {
	width: auto;
}

.tbl-box.type05.box-dl table tr th .dl-title .subtit-txt {
	display: block;
}

.tbl-box.type05.box-dl table tr td {
	font-size: 17px;
	padding: 33px 10px 35px;
}

@media (max-width:992px) {
	.tbl-box.type05.box-dl table tr td {
		padding: 0.875rem 0;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td {
		padding: 0.875rem 0;
		font-size: 0.7291666667rem;
		text-align: left;
	}

}

.tbl-box.type05.box-dl table tr td:first-child {
	padding-left: 30px;
}

@media (max-width:992px) {
	.tbl-box.type05.box-dl table tr td:first-child {
		padding-left: 10px;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td:first-child {
		padding-left: 0.8333333333rem;
		width: 2.0833333333rem;
		position: absolute;
		left: 0;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td:nth-child(3) {
		margin-bottom: 0;
		padding-bottom: 0;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td.file-type {
		text-align: left;
		white-space: nowrap;
		padding-left: 1rem;
		padding-right: 0.8333333333rem;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td.lang {
		width: 20%;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td.last-btns {
		width: 60%;
		padding-right: 1rem;
		text-align: right;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td.last-btns .btn-share, .tbl-box.type05.box-dl table tr td.last-btns .btn-down {
		width: 1.6666666667rem;
		height: 1.6666666667rem;
		background-color: rgba(0, 0, 0, 0.33);
		border-radius: 100%;
		box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.33);
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td.last-btns .btn-share {
		background-image: url(https://img.lxhausys.com/public/images/icon-share@3x.png);
		background-size: 0.8333333333rem;
		background-size: 0.5rem;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr td.last-btns .btn-down {
		margin-left: 0.6666666667rem;
		background-image: url(https://img.lxhausys.com/public/images/icon-download@3x.png);
		background-size: 0.6666666667rem;
	}

}

.tbl-box.type05.box-dl table tr td.like-doc-cont-box > a {
	white-space: normal;
}

.tbl-box.type05.box-dl table tr .like-doc-cont-box.product-type {
	font-size: 17px;
}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr .like-doc-cont-box.product-type {
		font-size: 0.875rem;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table .dl-disabled-mobile {
		display: none;
	}

}

.mobile-only {
	display: none;
}

@media (max-width:768px) {
	.mobile-only {
		display: inline-block;
	}

}

.mb-tit-area {
	display: inline-block;
}

@media (max-width:768px) {
	.mb-tit-area {
		margin-left: 0.625rem;
	}

}

@media (max-width:768px) {
	.dl-title .inp-chk {
		vertical-align: top;
	}

}

@media (max-width:768px) {
	.mb-tit-area .tit-txt {
		display: block;
		margin-bottom: 0.625rem;
	}

}

@media (max-width:768px) {
	.mb-tit-area .subtit-txt {
		display: block;
	}

}

.tab-ui-dark ul li.btn-tab button {
	white-space: nowrap;
}

.grid .img-box {
	padding-bottom: 70%;
	overflow: hidden;
}

.grid .img-box > img {
	object-fit: cover;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.no-found-wrap.bd-top {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ccc;
	padding-top: 200px;
	padding-bottom: 230px;
}

@media (max-width:768px) {
	.no-found-wrap.bd-top {
		padding-top: 2.0833333333rem;
		padding-bottom: 2.0833333333rem;
	}

}

.icon-no-result {
	width: 53px;
	height: 55px;
	margin-bottom: 40px;
}

@media (max-width:768px) {
	.icon-no-result {
		margin-bottom: 1.25rem;
	}

}

.msg .result-tit {
	margin-bottom: 15px;
}

@media (max-width:768px) {
	.msg .result-tit {
		margin-bottom: 0.5208333333rem;
	}

}

.msg .ctt.ctt-t4 {
	color: #555;
}

.sch-res-wrap .sch-docu .tbl-box .btn-share {
	background-size: 80%;
}

@media (max-width:1440px) and (min-width:769px) {
	.sch-res-wrap .search-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media (max-width:1280px) and (min-width:769px) {
	.list-type-view.row-04 ul .search-product-cont-box {
		width: calc(33% - 19px);
	}

	.list-type-view.row-04 ul .search-product-cont-box:nth-child(3n) {
		margin-right: 0;
	}

	.list-type-view.row-04 ul .search-product-cont-box:nth-child(4n) {
		margin-right: 30px;
	}

}

@media (max-width:1280px) and (min-width:769px) {
	.list-search-collection ul .search-collection-cont-box {
		width: calc((100% - 30px) / 2);
	}

	.list-search-collection ul .search-collection-cont-box:nth-child(2n-1) {
		margin-right: 30px;
		margin-left: 0;
	}

	.list-search-collection ul .search-collection-cont-box:nth-child(2n) {
		margin-left: 0;
		margin-right: 0;
	}

}

.like-doc-colg:nth-child(3) {
	display: none;
}

.like-doc-colg-us:nth-child(3) {
	display: none;
}

.like-doc-cont-box .sel-box {
	top: unset;
}

@media (max-width:1280px) and (min-width:769px) {
	.like-doc-colg:nth-child(2) {
		display: none;
	}

	.like-doc-colg:nth-child(3) {
		display: table-column-group;
	}

	.like-doc-colg-us:nth-child(2) {
		display: none;
	}

	.like-doc-colg-us:nth-child(3) {
		display: table-column-group;
	}

	.tbl-box.type05.box-dl table tr .like-doc-cont-box {
		padding: 23px 7px 25px;
		font-size: 12px;
	}

	.tbl-box.type05.box-dl table tr .like-doc-cont-box:nth-child(1) {
		padding-left: 21px;
	}

	.tbl-box.type05.box-dl table tr .like-doc-cont-box:nth-child(2) {
		padding-left: 21px;
	}

	.tbl-box.type05.box-dl table tr .like-doc-cont-box:last-child {
		display: flex;
		flex-wrap: nowrap;
		height: 100%;
	}

	.tbl-box.type05.box-dl table tr .like-doc-cont-box:last-child .sns-wrp .btn-share {
		background-size: 70%;
	}

	.tbl-box.type05.box-dl table tr .like-doc-cont-box:last-child .btn-down {
		margin-left: 20px;
		background-size: 80%;
	}

	.tbl-box.type05.box-dl table tr .like-doc-cont-box .like-doc-td-a {
		font-size: 12px;
	}

	.tbl-box.type05 .like-doc-cont-box button.btn-sel {
		width: 98px;
	}

	.like-doc-cont-box .btn-sel span {
		font-size: 11px;
		padding-right: 15px;
	}

}

@media (max-width:1280px) and (min-width:769px) and (max-width:1024px) {
	.sch-docu .tbl-box.type05 .like-doc-colg:nth-child(3) col:nth-child(1) {
		width: 4.861% !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg:nth-child(3) col:nth-child(2) {
		width: 11% !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg:nth-child(3) col:nth-child(3) {
		width: auto !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg:nth-child(3) col:nth-child(4) {
		width: 7.638% !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg:nth-child(3) col:nth-child(5) {
		width: 120px !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg:nth-child(3) col:nth-child(6) {
		width: 9.72% !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg-us:nth-child(3) col:nth-child(1) {
		width: 4.375% !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg-us:nth-child(3) col:nth-child(2) {
		width: 21% !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg-us:nth-child(3) col:nth-child(3) {
		width: auto !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg-us:nth-child(3) col:nth-child(4) {
		width: 7% !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg-us:nth-child(3) col:nth-child(5) {
		width: 10% !important;
	}

	.sch-docu .tbl-box.type05 .like-doc-colg-us:nth-child(3) col:nth-child(6) {
		width: 13% !important;
	}

}

@media (max-width:768px) {
	.tbl-box.type05 table tr .like-doc-cont-box:nth-child(3) {
		padding-left: 2.9166666667rem;
		padding-right: 0.625rem;
	}

	.tbl-box.type05 table tr .like-doc-cont-box:nth-child(3) .like-doc-td-a {
		width: 100%;
		font-size: 0.75rem;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr .like-doc-cont-box.file-type {
		padding-left: 2.9166666667rem;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr .like-doc-cont-box:nth-child(5) {
		margin-left: 1.0416666667rem;
	}

}

@media (max-width:768px) {
	.tbl-box.type05.box-dl table tr .like-doc-cont-box:nth-child(6) {
		float: right;
		width: auto;
	}

}

@media (max-width:1280px) and (min-width:769px) {
	.articles-list .search-ins-cont-box {
		height: auto;
		width: 100%;
	}

	.articles-list .search-ins-cont-box .img-box {
		left: 0;
	}

	.articles-list .search-ins-cont-box .img-box button img {
		object-fit: cover;
	}

	.articles-list .search-ins-cont-box .img-box button .search-ins-news-img {
		object-fit: contain;
	}

	.articles-list .search-ins-cont-box:nth-child(2) {
		left: 0;
	}

	.articles-list .search-ins-cont-box:nth-child(2) .txt-box {
		right: 0;
	}

	.articles-list .search-ins-cont-box:nth-child(2) .img-box {
		left: 0;
	}

}

@media (max-width:768px) {
	.search-result .sch-res-wrap .list-type-view.row-04 .info .txt-01 {
		margin-top: 10px;
		margin-bottom: 8px;
		font-size: 14px;
	}

}

/* other product popup  */
@media (max-width:768px) {
	.hi-op-pop .popup {
		width: 100%;
	}

}

.hi-op-pop .popup .scr-y {
	width: 100%;
	max-width: 1440px;
	padding: 60px;
}

@media (max-width:1440px) {
	.hi-op-pop .popup .scr-y {
		padding: 20px;
	}

}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y {
		width: 100%;
		height: auto;
		padding: 1.25rem;
		overflow-y: auto;
		min-width: 0;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 8.333333%;
}

@media (max-width:1440px) {
	.hi-op-pop .popup .scr-y .op-pop-pic {
		padding: 0;
	}

}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-pic {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: none;
		text-align: center;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-top {
	position: relative;
	width: 480px;
	height: 480px;
	margin: 0 auto 30px;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-top {
		width: 14.6458333333rem;
		height: 14.9791666667rem;
		margin: 0 auto 1.25rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-top .op-pop-imgbox {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	height: 0 !important;     /*inline 태그에 height가 있어서 변경이 불가능*/
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-top .op-pop-imgbox img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom {
	position: relative;
	width: 480px;
	height: 88px;
	display: flex;
	justify-content: center;
	z-index: 100;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom {
		width: 16.875rem;
		height: 3.125rem;
		margin: 0 auto;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-imgbox {
	cursor: pointer;
	display: inline-block;
	width: 88px;
	height: 88px;
	margin-right: 10px;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-imgbox {
		width: 3.125rem;
		height: 3.125rem;
		margin-right: 0.3125rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-imgbox:last-child {
	margin-right: 0;
}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-imgbox img {
	position: relative;
	width: 88px;
	height: 88px;
	object-fit: cover;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-imgbox img {
		width: 3.125rem;
		height: 3.125rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-slide-arrow {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-slide-arrow {
		display: block;
		width: 20.8333333333rem;
		height: 0.8333333333rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-slide-arrow .slide-arrow-left {
	float: left;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-slide-arrow .slide-arrow-left {
		width: 0.4791666667rem;
		height: 0.8333333333rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-slide-arrow .slide-arrow-left span img {
	width: 100%;
}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-slide-arrow .slide-arrow-right {
	float: right;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-slide-arrow .slide-arrow-right {
		width: 0.4791666667rem;
		height: 0.8333333333rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-pic .op-pop-slide-bottom .op-pop-slide-arrow .slide-arrow-right span img {
	width: 100%;
}

.hi-op-pop .popup .scr-y .info {
	width: 40%;
	padding: 0;
	float: right;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .info {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

}

.hi-op-pop .popup .scr-y .info ul .txt-01 {
	display: inline-block;
	width: auto;
	height: 27px;
	font-size: 16px;
	color: #746761;
	font-weight: bold;
	font-family: 'NotoSans', sans-serif;
	line-height: 23px;
	border: 2px solid #746761;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .info ul .txt-01 {
		height: 1rem;
		line-height: 0.7916666667rem;
		font-size: 0.5833333333rem;
		margin-bottom: 0.4166666667rem;
		margin-top: 1.0416666667rem;
		padding: 0 0.375rem;
	}

}

.hi-op-pop .popup .scr-y .info ul .txt-02 {
	font-size: 56px;
	margin: 0;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .info ul .txt-02 {
		font-size: 1.2916666667rem;
	}

}

.hi-op-pop .popup .scr-y .info ul .tbl-box table th {
	font-family: "NotoSansKR";
	font-size: 13px;
	color: #222;
}

.hi-op-pop .popup .scr-y .info ul .tbl-box table td {
	font-family: "NotoSansKR";
	font-size: 14px;
	color: #666;
}

.hi-op-pop .popup .scr-y .op-pop-doc {
	width: 40%;
	float: right;
	margin-top: 30px;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-doc {
		width: 100%;
		float: none;
		margin: 1.7916666667rem auto;
	}

}

.hi-op-pop .popup .scr-y .op-pop-doc .cont {
	margin-top: 14px;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-doc .cont {
		margin-top: 0.8333333333rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-doc .cont ul .doc-drop-li {
	position: relative;
	margin-bottom: 10px;
	padding: 23px 31px;
	width: 100%;
	height: 72px;
	background: #f5f5f5;
	vertical-align: top;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-doc .cont ul .doc-drop-li {
		height: 3.875rem;
		padding: 1.25rem;
		margin-bottom: 0.625rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-doc .cont ul .doc-drop-li:last-child {
	margin-bottom: 0;
}

.hi-op-pop .popup .scr-y .op-pop-doc .cont ul .doc-drop-li .ctt-t4 {
	display: block;
	min-height: 26px;
	padding-left: 34px;
	background: no-repeat url(https://img.lxhausys.com/public/images/products/icon-file.png);
	background-size: 23px 26px;
	background-position-y: 50%;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-doc .cont ul .doc-drop-li .ctt-t4 {
		line-height: 1.25rem;
		background-size: 0.9583333333rem 1.0833333333rem;
	}

}

.hi-op-pop .popup .scr-y .op-pop-doc .cont ul .doc-drop-li .download {
	display: block;
	position: absolute;
	z-index: 10;
	right: 30px;
	top: 30px;
	width: 20px;
	height: 18px;
	background: no-repeat url(https://img.lxhausys.com/public/images/ico_download_02.png);
	background-size: contain;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .op-pop-doc .cont ul .doc-drop-li .download {
		right: 1.25rem;
		top: 25px;
		background-size: 0.9375rem 0.9375rem;
	}

}

.hi-op-pop .popup .scr-y .btns {
	position: relative;
	margin-top: 63px;
	padding: 0;
	float: right;
	width: 40%;
}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .btns {
		position: relative;
		width: 100%;
		right: auto;
		margin: 0 auto;
		float: none;
	}

}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .btns .fl-l .btn-line {
		width: 7.75rem;
		height: 2.1041666667rem;
		margin-right: 0.8333333333rem;
	}

}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .btns .fl-l .btn-line span {
		font-size: 0.7708333333rem;
	}

}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .btns .fl-l .btn-sm {
		width: 10.3333333333rem;
		height: 2.1041666667rem;
	}

}

@media (max-width:768px) {
	.hi-op-pop .popup .scr-y .btns .fl-l .btn-sm span {
		font-size: 0.7708333333rem;
	}

}

.layer-other .tbl-box.op-pop-tbl-box {
	margin-top: 40px;
}

@media (max-width:768px) {
	.layer-other .tbl-box.op-pop-tbl-box {
		margin-top: 0.8333333333rem;
	}

}

.layer-other .tbl-box.op-pop-tbl-box table colgroup col:first-child {
	width: 187px;
}

@media (max-width:768px) {
	.layer-other .tbl-box.op-pop-tbl-box table colgroup col:first-child {
		width: 8.3333333333rem;
	}

}

.layer-other .tbl-box.op-pop-tbl-box table colgroup col:nth-child(2) {
	width: auto;
}

.wrapper-cokkie .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	padding: 0;
	background: url(https://img.lxhausys.com/public/images/btn_close_02.png) center no-repeat;
	font-size: 0;
}

/*# sourceMappingURL=search.css.map */