/*
	Copyright 2020 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/
@charset "UTF-8";
@import '/_css/common.css'; /* front, admin 공통*/
@import '/_css/member.css'; /* front member 공통*/
@import '/_css/board.css'; /* front member 공통*/
@import 'loading.css';
@import 'fontSet.css';
@import 'basic.css';
@import 'layout.css';


/* 서브공통 */
#sub_wrap {
	box-sizing:border-box;
	padding:12rem 0;
}
#sub_wrap .sub-title {
	text-align:center;
}
#sub_wrap .sub-title > h2 {
	display:inline-block;
	font-size:2.8rem;
	font-weight:600;
	color:#222;
	box-sizing:border-box;
	padding-bottom:1.5rem;
	margin-bottom:6rem;
	position:relative;
}
#sub_wrap .sub-title > h2:before {
	content:"";
	position:absolute;
	width:8rem;
	height:2px;
	background:var(--main-color);
	opacity:0.6;
	left:50%;
	bottom:0;
	transform:translate(-50%);
}
#sub_wrap .sub-title > h2 > span {
	display:block;
	font-size:1.6rem;
	font-weight:300;
	margin-top:0.5rem;
	color:#999;
}
@media (max-width: 991.98px) {
	#sub_wrap {
		padding:6rem 0;	}
	#sub_wrap .sub-title > h2 {
		font-size:2.4rem;
		padding-bottom:1rem;
		margin-bottom:4rem;
	}
	#sub_wrap .sub-title > h2:before {
		width:4rem;
	}
}
.sub-wrap section {
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
}


/********************************************************/
/* 인사말 */
.intro-wrap .sec01 {
	overflow:unset;
}
.intro-wrap .sec01 .img-box {
	position:relative;
}
.intro-wrap .sec01 .img-box .txt {
	position:absolute;
	right:3rem;
	bottom:-6rem;
	font-size:2.4rem;
	font-weight:600;
	color:#fff;
	box-sizing:border-box;
	padding:5rem 6rem;
	width:56rem;
	text-align:right;
	background: linear-gradient(90deg, rgba(0,82,156,1) 0%, rgba(0,55,104,1) 100%);
}
.intro-wrap .sec02 {
	padding:10rem 0 0;
}
.intro-wrap .sec02 p {
	font-size:1.8rem;
	line-height:2;
	color:#333;
}
.intro-wrap .sec02 .sign {
	margin-top:4rem;
	display:flex;
	align-items:flex-end;
}
.intro-wrap .sec02 .sign > p {
	color:#000;
	line-height:1;
	font-weight:500;
}
.intro-wrap .sec02 .sign > .name {
	font-size:2.6rem; 
	font-weight:700;
	line-height:1;
	margin-left:2rem;
}
@media (max-width: 991.98px) {
	.intro-wrap .sec01 .img-box .txt {
		position:absolute;
		right:2rem;
		bottom:-4rem;
		font-size:2rem;
		padding:3rem 4rem;
		width:46rem;
	}
	.intro-wrap .sec02 {
		padding:6rem 0 0;
	}
	.intro-wrap .sec02 .sign {
		margin-top:2rem;
	}
	.intro-wrap .sec02 .sign > .name {
		font-size:2.4rem; 
		margin-left:2rem;
	}
}
@media (max-width: 575.98px) {
	.intro-wrap .sec01 .img-box .txt {
		right:0;
		font-size:1.6rem;
		padding:2rem 2rem;
		width:86%;
	}
	.intro-wrap .sec02 p {
		line-height:1.6;
	}
	.intro-wrap .sec02 .sign > .name {
		font-size:2.2rem; 
		margin-left:1rem;
	}
}


/********************************************************/
/* 오시는 길 */
.location-wrap #map {
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-bottom:30%;
	position:relative;
}
.location-wrap #map > div{
	position:absolute;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
}
.location-wrap #map > div .wrap_map{
	height:100% !important;
}
.location-wrap #map .wrap_controllers,
.location-wrap #map .map_border{
	display:none
}


.location-wrap .info {
	margin-top:8rem;
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	align-items:flex-start;
}
.location-wrap .info > .title {
	max-width:42%;
	flex:0 0 42%;
}
.location-wrap .info > .address {
	max-width:58%;
	flex:0 0 58%;
	box-sizing:border-box;
	border-left:1px solid #ddd;
	padding-left:8rem;
	position:relative;
}
.location-wrap .info > .title h3 {
	position:relative;
	font-size:3.8rem;
	font-weight:500;
	color:#000;
	box-sizing:border-box;
	padding-bottom:4rem;
}
.location-wrap .info > .title h3:before {
	content:"";
	position:absolute;
	width:6rem;
	height:2px;
	background:#000;
	left:0;
	bottom:0;
}
.location-wrap .info > .title h3 > .mainColor {
	color:var(--main-color);
}
.location-wrap .info > .address dl {
	margin-bottom:4rem;
}
.location-wrap .info > .address dl:last-child {
	margin-bottom:0;
}
.location-wrap .info > .address dl dt,
.location-wrap .info > .address dl dd {
	font-size:1.8rem;
	font-weight:500;
	line-height:1.6;
	color:#000;
}
.location-wrap .info > .address dl dt {
	font-weight:800;
}
.location-wrap .info > .address .btn-map {
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:1.2rem 4rem 1.4rem;
	font-size:1.4rem;
	color:#000;
}
.location-wrap .info > .address .btn-map > i {
	font-size:2rem;
	position:relative;
	top:2px;
	margin-right:0.4rem;
}

@media (max-width: 1400px) {
	.location-wrap .info > .title {
		max-width:45%;
		flex:0 0 45%;
	}
	.location-wrap .info > .address {
		max-width:55%;
		flex:0 0 55%;
		padding-left:6rem;
	}
}
@media (max-width: 1199.98px) {
	.location-wrap .info {
		display:block;
	}
	.location-wrap .info > .title {
		max-width:100%;
		flex:0 0 100%;
	}
	.location-wrap .info > .address {
		max-width:100%;
		flex:0 0 100%;
		border-left:0;
		padding-left:0;
		margin-top:4rem;
	}
	.location-wrap .info > .address dl {
		margin-bottom:2rem;
	}
}
@media (max-width: 991.98px) {
	.location-wrap .info {
		margin-top:4rem;
	}
	.location-wrap .info > .title h3 {
		font-size:2.2rem;
		padding-bottom:2rem;
	}
	.location-wrap .info > .title h3:before {
		width:4rem;
	}
	.location-wrap .info > .address {
		margin-top:2rem;
	}
	
}
@media (max-width: 767.98px) {
	.location-wrap #map {
		padding-bottom:40%;
	}
	.location-wrap .info > .address .btn-map {
		display:block;
		position:relative;
		padding:1.2rem 2rem 1.4rem;
		text-align:center;
	}
}



/********************************************************/
/* 제품정보 */
.prd-wrap .top {
	margin-bottom:4rem;
}
.prd-wrap .top .category-list {
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	box-sizing:border-box;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}
.prd-wrap .top .category-list > li {
	width:calc(100% / 7);
	box-sizing:border-box;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
.prd-wrap .top .category-list > li > a {
	display:block;
	text-align:center;
	font-size:1.6rem;
	color:#666;
	box-sizing:border-box;
	padding:1.2rem 1rem;
}
.prd-wrap .top .category-list > li.on > a,
.prd-wrap .top .category-list > li > a:hover{
	background:var(--main-color);
	color:#fff;
}
@media (max-width: 1300px) {
	.prd-wrap .top .category-list > li {
		width:calc(100% / 5);
	}
}
@media (max-width: 991.98px) {
	.prd-wrap .top {
		margin-bottom:3rem;
	}
	.prd-wrap .top .category-list > li {
		width:calc(100% / 4);
	}
}
@media (max-width: 767.98px) {
	.prd-wrap .top {
		display:none;
	}
}


/* 제품정보 테이블 */
.prd-wrap .sec02 {
	padding:14rem 0 0;
}
.prd-wrap .info {
	text-align:right;
	font-size:1.8rem;
	font-weight:300;
	color:#444;
}
.prd-wrap .table-wrap {
	margin:1rem 0;
}
.prd-wrap .table-wrap table {
	width:100%;
	box-sizing:border-box;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.prd-wrap .table-wrap table th,
.prd-wrap .table-wrap table td {
	font-size:1.6rem;
	font-weight:400;
	color:#000;
	box-sizing:border-box;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:1.5rem 1rem;
	text-align:center;
}
.prd-wrap .table-wrap table thead th {
	background:var(--main-color);
	opacity:0.4;
	color:#fff;
	font-weight:500;
}
.prd-wrap .table-wrap table thead td {
	background:var(--main-color);
	opacity:0.3;
	color:#fff;
	font-weight:400;
}
.prd-wrap .table-wrap table tbody td.tit {
	background:#f2f4f8;
	font-weight:400;
	color:#222;
}
.prd-wrap .table-wrap table tbody th {
	background:var(--main-color);
	opacity:0.8;
	color:#fff;
	font-weight:500;
}
.prd-wrap .table-wrap table tr.none td {
	color:#fff;
}
.prd-wrap .table-wrap table td .row {
	margin-left:-5px;
	margin-right:-5px;
}
.prd-wrap .table-wrap table td .row > div[class^='col-'] {
	padding-left:5px;
	padding-right:5px;
	margin:1rem 0;
}
.prd-wrap .row {
	margin:1rem 0;
}
.prd-wrap .row > div[class^='col-'] .table-wrap {
	margin:0;
}
@media (max-width: 991.98px) {
	.prd-wrap .sec02 {
		padding:6rem 0 0;
	}
	.prd-wrap .info {
		font-size:1.6rem;
	}
	.prd-wrap .table-wrap {
		position:relative;
		width:100%;
		overflow:auto;
		box-sizing:border-box;
		border-right:1px solid #ddd;
	}
	.prd-wrap .table-wrap.none {
		border-right:0;
	}
	.prd-wrap .table-wrap table {
		width:140rem;
	}
	.prd-wrap .table-wrap table tr.none {
		display:none;
	}
}
@media (max-width: 767.98px) {
	.prd-wrap .table-wrap table {
		width:100rem;
	}
}