@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
#site {
	padding-top: 120px;
	font-family: 'Roboto', 'notokr', sans-serif;
}
.container{
    width: 1430px;
    max-width:100%;
}
ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height:120px;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #ddd;
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
	box-shadow: none;
}
/* .navbar-inverse .container{
	width:100%;
	padding:0 50px;
} */
.navbar-inverse .navbar-brand {
	margin-top: 30px;
	margin-left: 0!important;
	height: auto;
	padding: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #0f37a8;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #0f37a8;
}

@media (max-width: 767px) {
	#site{
		padding-top: 62px;
	}
	.navbar-inverse{
		padding-top: 0;
	}
	.navbar-inverse{
		min-height: auto;
	}
	.menu-right{
		display: none !important;
	}
	.navbar-inverse .navbar-brand{
		margin-top: 20px;
		padding-left: 15px;
	}
	.navbar-inverse .navbar-brand img{
		width: 220px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
		color: #444;
	}
	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
		margin: 15px 15px 15px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #fff;
        background: #1652b9;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active {
        color: #fff;
        background: #1652b9;
    }
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border: 0;
		padding: 9px 0;
		-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.09);
		box-shadow: 0px 2px 4px rgba(0,0,0,0.09);
		text-align:center;
		border-radius: 0;
		border: 1px solid #ddd;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li{
		padding: 6px 10px;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		display:inline-block;
		padding: 0;
		font-size: 14px;
		color:#666;
		line-height: 1em;
		letter-spacing: -0.034em;
		border-bottom:1px solid transparent;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		/* font-weight: 600; */
		border-bottom: 1px solid #89a0e0;
		color:#0f37ab;
	}
	
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-left: 55px;
		float: left!important;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 37px 25px 25px;
	}
	
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';           
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
} 	

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

.carousel-caption {
	text-shadow: none;
	text-align: left;
	width: 1400px;
	max-width: 100%;
	left: 50%;
	right: auto;
	transform: translate(-50%,-50%);
	color: #222;
	text-shadow: 0 0 5px #fff;
	top: 35%;
}
.carousel-caption p{
	font-size: 27px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 10px;
		height: 10px;
	}
}

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 25px 0;
	background-color: #333;
	color: #ddd;
	height: 120px;
}
.copy {
    font-size: 12px;
    letter-spacing: 0.034em;
    opacity: 0.6;
    margin-bottom: 0;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 800px;
}
.carousel-caption h1 {
    font-size: 50px;
    font-weight: 900;
    margin: 0 0 20px;
    letter-spacing: -0.034em;
}
.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}
/* personal setting 0.67v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin: 12px 0 0;
	text-align:center;
	font-size:16px;
	color: #666;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #1428a0;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #1428a0;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #1428a0;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative ;
	margin-bottom: 10px;
	padding-left:100px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width:90px;
	color:#555;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#d5d5d5;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#1428a0;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#1428a0;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #1428a0;
	background:#1428a0;
}
.more-btn:hover{
	color:#1428a0;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#1428a0;
	position:absolute;
	left:0;
	top:0.5em;
	margin-top:-3px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}

.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #1428a0;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-wrap{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #76706E;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap .history-box{
	position:relative;
	width:50%;
	padding:30px 50px;
}

.history-wrap  h6{
    position: relative;
	margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #1428a0;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #1428a0;
    border-radius: 50%;
    background: #fff;	
}
.history-wrap li{
	position:relative;
	margin:5px 0;
	font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#1428a0;
}
@media(min-width:768px){
	.history-wrap .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap .history-box:nth-child(odd) h6:after{
		left:auto;
		right:-61px;
	}
}
@media(max-width:767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
div[id^="product"] .board_data_view {
    border-top: none;
}
div[id^="product"] .board_data_view .header_wrap {
    padding: 0 0 40px;
    margin-top: -10px;
    border-bottom: 1px solid #ddd;
}
.board_data_view .contents_wrap {
    font-size: 16px;
}
.board_data_view .header_wrap {
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.table.table_default tbody .subject {
    font-size: 17px;
    letter-spacing: -0.02em;
    padding: 17px 15px;
}
.badge {
    padding: 6px 7px 5px;
    border-radius: 2px;
    font-weight: 500;
    background: #666;
    margin-right: 5px;
    letter-spacing: 0;
}
.table.table_default thead th {
    background: #fff;
}
/* personal setting 0.67v end */
/* navigation setting */
.menu-right{
	float:right;
	display:flex;
	margin: 0;
	visibility: hidden;
}
.menu-right li{
	margin-left:25px;
}
.menu-right .tel{
	display:flex;
	width:247px;
	height:65px;
	justify-content: flex-end;
}
.menu-right .tel i{
	width:70px;
	font-size: 53px;
	color: #ddd;
	line-height: 65px;
	margin-top: 2px;
}
.menu-right .tel span{
	padding-top: 15px;
	font-size:24px;
	color: #0f37a8;
	font-weight:bold;
	line-height: 1.2;
}
.menu-right .tel small{
	display:block;
	font-size:14px;
	color:#666;
	font-weight:400;
	margin-bottom: 2px;
}
.menu-right .partner{
	display:none;
}
/* mainpage setting */
.quick{
    position: fixed;
    right: 30px;
    top: 38%;
    transform: translateY(-50%);
    z-index: 9999;
    }

.main_banner {
	margin-top: 10px;
    overflow: hidden;
    transition: 0.35s ease;
}
.main_banner a{display: block;}

.m-prod {
    margin: 0 -20px;
}
.m-prod > div {
    padding-left: 20px;
    padding-right: 20px;
}
.m-prod .inner{
	position:relative;
	display:block;
	overflow:hidden;
}
.m-prod .img-box {
    position: relative;
    border-radius: 30px;
}
.m-prod .img-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.15;
}
.main-product{
	padding: 100px 0  150px;
}
.main-product .title{
	margin-bottom:70px;
	text-align:center;
}
.main-product .title h3{
	margin:0;
	font-size: 48px;
	font-weight: 600;
}
.m-prod .inner img{
	transition:all .3s ease;
}
.m-prod .inner:hover img{
	transform:scale(1.1);
}
.m-prod .inner .prod-name{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	font-weight: 500;
	font-size: 32px;
	color:#fff;
	/* text-shadow: 0 1px 2px rgb(0 0 0 / 50%); */
	line-height: 1.3;
	width: 90%;
	transition:all .3s ease;
	letter-spacing: -0.034em;
}
.m-prod .inner:hover .prod-name{
	opacity: 0;
}
.m-prod .clearfix{
	padding-bottom: 40px;
}
.m-prod .inner .txt-box{
	position:absolute;
	left:0;
	top:100%;
	display:flex;
	flex-wrap: wrap;
	width:100%;
	height:100%;
	padding:30px 50px;
	text-align:center;
	color:#fff;
	background:rgba(0,0,0,0.75);
	align-content: center;
	transition:all .3s ease;
}
.m-prod .inner:hover .txt-box{
	top:0;
}
.m-prod .inner .txt-box * {
	width:100%;
}
.m-prod .inner .txt-box h5{
	margin: 0 0 30px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.04em;
}
.m-prod .inner .txt-box h5:after{
	content:'';
	display:block;
	width: 70px;
	height:1px;
	margin: 15px auto 0;
	background:#fff;
	opacity: 0.7;
}
.m-prod .inner .txt-box .intro-t{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.35em;
	color: #9db1eb;
}
.m-prod .inner .txt-box .des{
	color: #e6e6e6;
	font-size: 15px;
}
.m-prod .inner .txt-box .more{
	display: block;
	margin: 20px auto 0;
	width:150px;
	line-height: 40px;
	border: 2px solid #fff;
	border-radius: 60px;
}
.m-prod .inner .txt-box .more:hover{
	color:#1428a0;
	font-weight: 700 !important;
	background:#fff;
	font-size: 15px;
}

.main-contact{
	display:flex;
	height: 400px;
	background:url(/public/img/main/main-contact.jpg) no-repeat center / cover;
	position: relative;
}
.main-contact::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #0e122b;
    position: absolute;
    opacity: 0.5;
}
.main-contact .txt-box h4::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 10px 0 0;
    opacity: 0.6;
}
.main-contact .txt-box{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	margin-left:50px;
	position:relative;
	left: 65%;
	width:400px;
	height:100%;
	max-width: 100%;
	padding: 30px 50px;
	color:#fff;
	background: rgba(12,23,84,0.7);
}
.main-contact .txt-box h4{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.main-contact .txt-box .des{
    font-size: 18px;
    margin: 10px 0 20px;
    font-weight: 300;
    line-height: 1.5em;
}
.main-contact .txt-box .tel{
    font-weight: 500;
    letter-spacing: -0.04em;
    font-size: 40px;
    line-height: 1em;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
	font-weight: 300;
}
#scrolltop{
	position:fixed;
	z-index: 1000;
	right:50px;
	bottom:50px;
	display: none;
	font-size:16px;
	text-align:center;
	width:80px;
	height:80px;
	color:#fff;
	background: #5773c2;
	border-radius: 50%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#scrolltop .inner{
	position:absolute;
	left:50%;
	top: 46%;
	transform:translate(-50%,-50%);
	line-height:1;
}
#scrolltop .inner i{
	font-size: 20px;
	margin-bottom: 7px;
}
#scrolltop .inner span {
    font-size: 15px;
    letter-spacing: 0.06em;
}
/* subpage setting */

.pageheader .container{
	position:relative;
	width:1600px;
	max-width:100%;
	height: 280px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader h2{
    margin: 0px;
    padding-left: 85px;
    position:absolute;
    bottom: 80px;
    font-size: 48px;
    color:#fff;
}

.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size: 14px;
	line-height:55px;
	color:#666;
}
.breadcrumb .active{
	color:#1428a0;
}
.subpage-content{
	padding-top: 100px;
	padding-bottom:80px;
}
div[id^="appliance"] .subpage-content,
div[id^="product"] .subpage-content {
    padding-top: 170px;
}
.subpage-content .emp{
	font-weight:500;
	color:#1428a0;
}
.subpage-content section{
	padding-bottom: 150px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom: 30px;
	font-size: 28px;
	color: #000;
	font-weight: 700;
	letter-spacing: -0.034em;
}
.subpage-content section h4:before{
	content:'';
	display:inline-block;
	margin-right: 8px;
	margin-top: -7px;
	width: 3px;
	height: 25px;
	vertical-align: middle;
	background: #333;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
}
.s-title{
	margin-bottom:60px;
	text-align:center;
}
.s-title h3{
	margin:0;
	font-size: 46px;
	font-weight: 700;
	color: #000;
	position: relative;
	letter-spacing: -0.034em;
	display: inline-block;
}
.s-title h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: rgba(87,115,194,0.2);
    position: absolute;
    bottom: -1px;
    z-index: -1;
    display: none;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}

/* subpage about */
#about01 .se1 {
    margin: 0 -15px;
    padding: 0 100px 150px;
}
.cert-wrap img{
	border:1px solid #ddd;
}
.cert-wrap .clearfix{
	padding-bottom:40px;
}

.greet{padding-left: 60px;padding-top: 30px;}
.greet p{
	margin-bottom: 30px;
	font-size: 18px;
	letter-spacing: -0.034em;
}
.greet p:first-child {
    font-size: 35px;
    font-weight: 300;
}
.greet p:first-child::after {content: '';display: block;width: 80px;height: 1px;background: #999;margin: 10px 0 30px;}
.location-wrap {
    background: #fff;
    padding: 50px 0;
    border-top: 2px solid #333;
    border-bottom: 1px solid #999;
    margin: 0;
}
.location-wrap .left-con {
    width: 58%;
    padding: 0;
}

.location-wrap .right-con {
    width: 42%;
    padding-left: 80px;
}
.map-wrap iframe {
    height: 366px !important;
}
.comp-info{
	margin-bottom: 0;
	padding: 5px 0 0;
}
.comp-info li{
	position:relative;
	margin-bottom: 19px;
	padding-left: 170px;
	font-size: 16px;
	color: #666;
}
.comp-info li:last-child{
	margin:0;
}
.comp-info li span{
	position:absolute;
	left: 17px;
	top: 0px;
	display: inline-block;
	font-weight: 700;
	color: #333;
	font-size: 15px;
}
.comp-info li span::before {content: '';display: block;width: 5px;height: 2px;background: #333;position: absolute;top: 11px;left: -12px;}
/* subpage business */
.busi-wrap{
	margin-bottom: 200px;
	min-height: 360px;
	text-align: center;
	background: url(/public/img/sub/busi-bg.jpg) no-repeat center / cover;
}
.busi-wrap p{
	width: 82%;
	margin: 0 auto;
	padding: 80px 80px 0;
	position: relative;
	top: 180px;
	font-size: 20px;
	letter-spacing: -0.034em;
	line-height: 1.8;
	text-align: left;
	background: #fff;
	/* box-shadow: 0px 6px 10px rgba(0,0,0,0.1); */
	font-weight: 500;
}
.busi-wrap p::before, .busi-wrap p::after {content: '';display: block;width: 100%;height: 2px;background: #000;margin-bottom: 50px;}
.busi-wrap p::after {
    height: 1px;
    background: #ddd;
    margin: 50px 0 0;
}
.busi-title{
	margin-bottom:50px;
	text-align:center;
}
#site .busi-title h4, .mobile-control .txt-box h4 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
#site .busi-title h4:before{
	display:none;
}
.mobile-control p,
.busi-title p{
	color:#666;
	font-size: 17px;
	letter-spacing: -0.034em;
}
.small-info{
	margin-top:20px;
	margin-right:10px;
	text-align: left;
}
.small-info li:before{
	content:'※';
	display:inline-block;
	margin-right:8px;
}
.img-round{
	border-radius: 20px;
}

.mobile-control{
	margin-top: 150px;
	display:flex;
	align-content: center;
	align-items: center;
}
.mobile-control .txt-box h4::before {
    display: none;
}
.mobile-control > div{
	width:50%;
}
.mobile-control .txt-box{
	padding-right: 120px;
}
.mobile-control .small-info{
	margin-top: 80px;
	text-align:left;
	color: #666;
}
.mobile-control .small-info li{
	position:relative;
	padding-left:20px;
}
.mobile-control .small-info li:before{
	position:absolute;
	left:0;
	top:0;
}
.busi-title p strong {
    font-size: 22px;
    color: #333;
}
#business03 .se4 img {
    border: 1px solid #ddd;
    padding: 50px 0;
}
#business03 .se4 .small-info{
	margin-bottom: 150px;
	text-align: center;
}

/* subpage product */
.snb-li{
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -110px;
	display:flex;
}
.snb-li li{margin: 0 -1px 0 0;}
.snb-li li a{
	padding: 13px 10px;
	font-size: 17px;
	color: #333;
	border: 1px solid #ccc;
	min-width: 220px;
	display: block;
	text-align: center;
	letter-spacing: -0.06em;
}
.snb-li li.active a{background: #274bb1;font-weight: 500;color: #fff;}

.tab-li{
	margin-top:50px;
	display:flex;
	justify-content: center;
}
.tab-li li {
    position: relative;
}
.tab-li li:first-child::after {content: '';display: block;width: 1px;height: 15px;background: #ddd;position: absolute;right: 0;bottom: 24px;}

.tab-li li a{
	display:block;
	padding: 15px 40px;
	font-size: 18px;
	font-weight:500;
	color:#666;
	border-bottom: 2px solid #d6d6d6;
}
.tab-li li.active a{
	color:#1428a0;
	border-color: #5773c2;
}
.table_blog2 dd{
	width:25%;
}
 .table_blog2 dd .inner{
	padding: 30px;
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 20px;
	border:0;
}
.table_blog2 dd .inner .bottom{
	padding:0;
}
.table_blog2 dd .inner .bottom .title{
	overflow:initial;
	text-overflow: initial;
	white-space: initial;

}
.table_blog2 dd .inner .bottom .title a{
	display: block;
	padding-top: 20px;
	font-size: 21px;
	text-align:center;
	font-weight:bold;
	line-height:1.35;
}
.table_blog2 dd .inner .bottom .title a span{
	display:block;
	min-height:61px;
}
.table_blog2 dd .inner .bottom .info{
	display: none;
}
.table_blog2 dd .inner .top a .thumb{
	min-height:267px;
	padding-top:100%;
}
.table_blog2 dd .inner .bottom .title a:after{
	font-weight: 500;
	content:'자세히 보기';
	display:block;
	margin-top: 40px;
	color: #212425;
	min-width: 96px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #212425;
}
.btn.btn-primary {
    background-color: #274bb1;
    border: 1px solid #274bb1;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #5773c2;
}
div[id^="product"] .board_data_view .header_wrap .info,
div[id^="product"] #reply{
	display:none;
}
div[id^="product"] .board_data_view .header_wrap .title{
	font-size:40px;
	color:#000;
	font-weight: 500;
	letter-spacing: -0.034em;
}

@media (max-width:767px){
	.container{
		width: 100%;
	}
	#mainCarousel .carousel-inner .item{
		height: 500px;
	}
	.carousel-caption h1{
		font-size: 38px;
	}
	.carousel-caption p{
		font-size: 22px;
	}
	.carousel-caption{
		padding: 30px;
	}
	.main-contact .txt-box{
		left: 0;
		margin-left: 0;
		height: 300px;
		top: 0px;
		width: 100%;
		position: absolute;
	}
	.main-contact{
		height: 300px;
	}
	.m-prod{
		margin: 0 -15px;
	}
	.main_banner{
		margin-top: 0;
	}
	.quick{
		width: 100%;
		padding: 15px 30px;
		display: flex;
		right: auto;
		left: 0px;
		top: auto;
		bottom: 0px;
		transform: translateY(0);
	}
	.quick > img{
		height: 125px;
	}
	#site footer{
		height: 200px;
	}
	.main-product .title h3{
		font-size: 38px;
	}
	.main-product{
		padding: 75px 0 75px;
	}
	.main-product .title{
		margin-bottom: 40px;
	}
	.m-prod > div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.m-prod .img-box{
		margin-bottom: 15px;
	}
	.m-prod .clearfix{
		display: none;
	}
	.m-prod .inner:hover .txt-box{
		top:100%;
	}
	.pageheader .container{
		height: 150px;
	}
	.pageheader h2{
		width: 100%;
		text-align: center;
		bottom: 50px;
		left: 0;
		font-size: 38px;
		padding-left: 0;
	}
	.subpage-content{
		padding-top: 60px;
		padding-bottom: 75px;
	}
	#about01 .se1{
		padding: 0;
		margin: 0;
	}
	.s-title h3{
		font-size: 40px;
	}
	.s-title{
		margin-bottom: 50px;
	}
	.greet{
		padding-left: 15px;
	}
	.location-wrap{
		margin: 0 -15px;
	}
	.location-wrap .left-con{
		width: 100%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.location-wrap .right-con{
		width: 100%;
		padding-left: 15px;
	}
	.subpage-content section{
		padding-bottom: 75px;
	}
	.busi-wrap{
		height: 300px;
		margin-bottom: 150px;
	}
	.busi-wrap p{
		top: 50px;
		padding: 30px 30px 0;
		font-size: 16px;
	}
	#site .busi-title h4, .mobile-control .txt-box h4{
		font-size: 28px;
	}
	.busi-title{
		margin-bottom: 30px;
	}
	.small-info{
		margin-top: 30px;
		margin-right: 0;
	}
	.mobile-control{
		flex-wrap: wrap;
	}
	.mobile-control > div{
		width: 100%;
	}
	.mobile-control .txt-box{
		order: 1;
		padding-right: 0;
		text-align: center;
	}
	.mobile-control .img-box{
		order: 2;
		position: relative;
		top: -240px;
	}
	.mobile-control .small-info{
		position: relative;
		bottom: -330px;
	}
	.mobile-control{
		margin-top: 75px;
	}
	#business03 .se4 .small-info{
		margin-bottom: 75px;
	}
	.snb-li{
		top: 165px;
		left: 0;
		flex-wrap: wrap;
		position: relative;
		transform: translateX(0);
	}
	.snb-li li{
		width: 100%;
	}
	.snb-li li a{
		padding: 10px 5px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	.snb-li li:last-child a{
		border-bottom: 1px solid #ccc;
	}
	div[id^="appliance"] .subpage-content, div[id^="product"] .subpage-content{
		padding-top: 370px;
	}
	.table_blog2 dd{
		width: 100%;
	}
	#scrolltop{
		right: 15px;
		bottom: 35px;
	}

}