@charset "utf-8";
 
#site {
	padding-top:90px;
	font-family: 'notokr', sans-serif;
	letter-spacing: -0.035em;
}

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%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 0;
	border: 0
}

#site .navbar-brand {
	margin-top: 10px;
	margin-left:0;
	height: auto;
	padding: 0px;
	display:flex;
	align-items: center;
}
#site .navbar-brand span{
	padding-left: 18px;
	color:#7f7f7f;
	font-weight: 700;
	letter-spacing: -0.03em;
	font-size:32px;
}
#site .navbar-brand span small{
	padding-right: 6px;
	color: #00a0e9;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 18px;
	font-weight: 500;
	color: #2a2a2a;
}

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

.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: #008bca
}

.nav-upper{
    /* padding: 15px 0 10px; */
}
.nav-upper ul{
    text-align: right;
}
.nav-upper ul::after{
	content: '';
	display: table;
	clear: both;
}
.nav-upper ul > li{
    display: inline-block;
    margin: 0;
}
.nav-upper ul > li > button{
    margin: 0;
    padding: 4px 12px;
    border: 0;
    line-height: 1;
    font-size: 15px;
    color: #000;
    opacity: 0.6;
    text-transform: uppercase;
    background: none;
    font-weight: 500;
}
.nav-upper ul > li > button.active{
    background: #00a0e9;
    opacity: 1;
    color: #fff;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 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;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: 0;
		padding: 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		/* border-top: 3px solid #00a0e9; */
		background: rgba(0, 0, 0, 0.67);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 10px 20px;
		color: #fff;
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 500;
		color: #fff;
		background: #00a0e9;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 20px 28px;
	}
}

/* 슬라이드 공통 */
#site .carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    background:transparent;
    opacity: 1;
}
.carousel-control .glyphicon{
    margin-top:-25px;
    width:50px;
    height:50px;
    line-height: 43px;
    text-align: center;
    /* background:#00a0e9; */
}
.carousel-control:hover .glyphicon{
    /* background:#2060af; */
}
.carousel-control .glyphicon-chevron-left{
    left:30%;
}
.carousel-control .glyphicon-chevron-right{
    right:30%;
}
.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #a4a2a5;
}

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

.carousel-indicators li {
	width: 55px;
	height: 10px;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
} 	

.carousel-indicators li.active {
	width: 55px;
	height: 10px;
	background-color: #008bcc;
	border-color: #008bcc;
	margin: 0 8px;
	box-shadow: none;
	/* transform: rotate(45deg); */
}
.carousel-caption h1{
	color: #111;
	font-size: 58px;
	font-weight: 600;
	letter-spacing: -0.05em;
	margin-bottom: 12px;
}
.carousel-caption h1 small{
	/* display:block; */
	color:#00a0e9;
	font-size: 80%;
	margin-bottom: 5px;
	font-weight: bold;
}
.carousel-caption p{
	font-size: 22px;
	font-weight: 300;
	color: #000;
}
.carousel-caption {
    text-align:left;
    color:#333;
    text-shadow: none;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, .75); */
    top: 79%;
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

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

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 35px 0;
	background-color: #333;
	color: #ddd;
}

/* 메인 페이지 */
.main-video{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
.main-video video{
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}
#mainCarousel .carousel-inner .item {
	height: 610px;
}

.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.71v */
.flex-row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.flex-row > .col{
	flex:1;
	padding:0 15px;
}
@media(min-width:768px){
	
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
	}
}
@media(max-width:767px){
	.flex-row{
		display:block;
	}
	.flex-row > .col{
		width:100%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	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: #00A0E9;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
li > ul{
	padding-left:20px;
}
ul[class^="li-"] > li{padding-left:20px; position:relative;}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top:50%;
	transform: translateY(-50%);
}
.li-dash > li:before{
	width:10px;
	height:2px;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#00A0E9;
}
.li-dot > li:before{
	width:2px;
	height:2px;
	background:#555;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #00A0E9;
}
.location-li{
    /* border-top: 2px solid #222; */
    margin: 20px 0 0;
}
.location-li li {
    /* border-bottom: 1px solid #ddd; */
    padding: 8px 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #02618d;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 8px;
    color: #fff;
    background: #02618d;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 5px;
    padding-left: 7px;
    padding-top: 7px;
    font-size: 14px;
}
.fa-map-marker-alt:before {
    margin-left: 2px;
}
.partner-li{
	margin:0 0 30px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.partner-li > li{
	flex:1;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:0 auto 30px;
	display:flex;
	align-items: center;
}
.category-li > li{
	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:#fff;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#00A0E9;
}
.trait-dl{
	margin:40px 0;
	display:flex;
	flex-wrap: wrap;
}
.trait-dl dt,
.trait-dl dd{
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#00A0E9;
	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:30px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-30px -30px 20px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#00A0E9;
}
.column-2{
	column-count:2;
	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 #00A0E9;
	background:#00A0E9;
}
.more-btn:hover{
	color:#00A0E9;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.circle-wrap .circle{
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	width:200px;
	height:200px;
	margin:0 15px;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#00A0E9;
	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;
}
.row.video video{
    width: 100%;
    object-fit: cover;
}
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 #00A0E9;
}

.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: 7px;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0;
}
.history-wrap.zigzag:before{
	left: 50%;
    transform: translateX(-50%);
}
.history-wrap .history-box{
	position:relative;
	width:100%;
	padding:20px 50px;
}
.history-wrap.zigzag .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 #00A0E9;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -47px;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #00A0E9;
    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:#00A0E9;
}
@media(min-width:768px){
	.history-wrap.zigzag .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap.zigzag .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -63px;
	}
}
@media(max-width:767px){
	.history-wrap.zigzag:before{
		left:15px;
	}
	.history-wrap.zigzag .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;
	}
}

/* personal setting 0.71v end */
/* navigation setting */
.navbar-brand>img {
    /* margin-top:10px; */
}
/* mainpage setting */
.main-product{
    padding: 70px 0;
    color: #fff;
    background: #02618d;
}
.main-product .title h3{
    position:relative;
    margin: 5px 0px 13px;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 11px;
    border-bottom: 1px solid;
    letter-spacing: -0.045em;
    margin-right: 45px;
}
.main-product .title h3:after{
    content:'';
    display:block;
    width: 26px;
    height:1px;
    background:#fff;
    position:absolute;
    right: -2px;
    bottom: 7px;
    transform: rotate(35deg);
}
.main-product .title p{
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: -0.03em;
    /* opacity: 0.8; */
    padding-right: 50px;
    line-height: 1.5;
    font-weight: 300;
}
.main-product .title .more{
    display: inline-block;
    padding: 10px 22px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.59);
    /* background: #1b85b6; */
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.04em;
    border-radius: 4px;
    font-size: 12px;
}
.main-product .col-sm-3 {
    padding: 0 10px;
}
.main-product .title .more:before{
    content:'+';
    margin-right: 5px;
    font-weight: bold;
}
.main-product .title .more:hover{
    color: #02618d;
    border-color:#fff;
    background:#fff;
}
.main-product .title{
    padding-right: 38px;
}
.m-prod-wrap .inner{
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.m-prod-wrap .inner .txt-box{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    color: #fff;
    background: rgba(0, 0, 0, 0.32);
    opacity: 0;
}
.m-prod-wrap .inner .txt-box h5{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.m-prod-wrap .inner:hover .txt-box{
    opacity: 1;
    top:0;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
	color: #c5c5c5;
}
#site footer strong {
	color: #eee;
}
#site footer .copy {
    margin-bottom: 0;
    margin-top: -9px;
    color: #888;
}

/* subpage setting */
.pageheader{
	height: 240px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:50%;
    top: 45%;
    transform:translate(-50%,-50%);
    font-size: 42px;
    color:#fff;
}
.breadcrumb{
    position:absolute;
    margin:0;
    padding:0;
    background:transparent;
    font-size:13px;
    left: 50%;
    top: 153px;
    transform: translate(-50%,-50%);
    color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top: 90px;
	padding-bottom:60px;
}
.s-title{
	margin-bottom: 30px;
}
.s-title h3{
	margin:0;
	text-align:center;
	font-size: 39px;
	font-weight:bold;
	letter-spacing: -0.05em;
	color: #1198d6;
}
.subpage-content .emp{
	font-weight:500;
	color:#00A0E9;
}
.subpage-content section{
	padding-bottom:60px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:28px;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:22px;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}

.snb{
    padding-top: 50px;
}
.snb ul{
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0;
}
.snb ul li{
    padding: 0px 17px;
}
.snb ul li a{
    display: inline-block;
    padding: 0px 0 4px;
    /* width: 81px; */
    font-size: 18px;
    text-align:center;
    letter-spacing: -0.03em;
    font-weight:500;
    color: #989898;
    /* border:1px solid #ddd; */
    /* border-radius: 5px; */
}
.snb ul li.active a{
    border-color:#00A0E9;
    color: #000;
    /* background:#00A0E9; */
    border-bottom: 2px solid #000;
    padding: 0 0 2px;
}

/* subpage about */
.img-wrap .clearfix{
    padding-bottom:30px;
}
.m-prod-wrap .clearfix{
    padding-bottom:30px;
}
#product05 .img-wrap img{
	width: 100%;
	height : 300px;
	object-fit : contain;
}
.img-wrap img{
    border:1px solid #ddd;
    border-radius: 5px;
}

.greet {
    margin-bottom:50px;
}
.greet .right-con{
    padding-left:60px;
}
.greet .right-con p:first-child:before{
    content:'';
    display:block;
    margin: 30px 0 15px;
    width: 32px;
    height: 2px;
    background: #e5e5e5;
}
.greet .right-con p{
    margin-bottom:25px;
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 1.5;
    color: #555;
}
.greet .right-con p:first-child {
	font-size: 25px;
	font-weight: 500;
	color: #1c90c5;
	letter-spacing: -0.05em;
	line-height: 1.45em;
	padding-right: 60px;
}
#about01 .left-con img {
    border-radius: 5px;
}
#about01 iframe {
    width: 100%;
    height: 641px;
	margin-bottom: 80px;
}
/* subpage product */
.prod-des{
    position:relative;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
    color: #868686;
    line-height: 1.4;
    letter-spacing: -0.03em;
}
#product04 .col-sm-6.col-xs-6 {
    width: 33.33333333%;
}
/* subpage location */
.location-wrap{
    margin: 60px 0 0;
}
.location-wrap .left-con{
    display: flex;
    align-items: center;
    margin-left: 200px;
}
.location-wrap .left-con img{
    height: 210px;
}
.location-wrap .right-con{
    flex:1;
    padding-left: 90px;
}
.location-wrap .right-con img{
    margin: 0 16px 0 0;
}
#location h5.brand {
	margin-top:0;
	color: #7f7f7f;
	font-weight: 700;
	letter-spacing: -0.03em;
	font-size: 32px;
	display: flex;
	align-items: center;
}
#location h5.brand small{
	color: #00a0e9;
	font-weight: bold;
	font-size:85%;
}

@media(max-width:767px){
	#product05 .img-wrap img{
		height: clamp(150px,27vw,200px);
	}
	#site{
		padding-top:78px;
	}
	#site .navbar-brand{
		margin-left:10px;
	}
	.navbar-brand img{
		height:23px;
	}
	#site .navbar-brand span {
		padding-left: 8px ;
		font-size: 20px;
	}
	.carousel-control{
		display:none;
	}
	.navbar-inverse .navbar-nav>li>a{
		font-size:16px;
	}
	#mainCarousel .carousel-inner .item{
		height:365px;
	}
	.carousel-caption h1{
		font-size:31px;
	}
	.carousel-caption p{
		font-size:18px;
	}
	.carousel-caption{
		left: 0;
		right: 0;
		top:45%;
		background: rgba(255,255,255,0.75);
		text-align: center;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	#mainCarousel .carousel-inner .item:nth-child(1){
		background-position: 78% center;
	}
	#mainCarousel .carousel-inner .item:nth-child(2){
		background-position: 78% center;
	}
	.m-prod-wrap {
		display:flex;
		flex-wrap: wrap;
	}
	.main-product .m-prod-wrap > div {
		width:50%;
		padding-bottom:20px;
	}
	.main-product .title {
		margin-bottom:30px;
	}
	.main-product{
		padding:40px 0;
	}
	.main-product .title h3{
		font-size:26px;
	}
	.main-product .title .more{
		padding: 7px 16px ;
	}
	.foot-logo{
		margin-bottom:10px;
		height:25px;
	}
	#about01 iframe {
		height: 220px;
		margin-bottom: 45px;
	}
	.greet .right-con{
		padding-left:15px;
	}
	.greet .right-con p:first-child{
		padding-right:0;
		font-size:20px;
	}
	.img-wrap img{
		margin-bottom:25px;
	}
	.pageheader{
		height:155px;
	}
	.pageheader h2{
		font-size:36px;
	}
	.breadcrumb{
		top:108px;
	}
	.img-wrap .clearfix{
		display: none;
	}
	.snb ul li a{
		font-size: 12px;
	}
	.snb ul li {
		padding: 0px 4px;
	}
	.s-title h3{
		font-size:32px;
	}
	.subpage-content{
		padding-top: 50px;
	}
	#product04 .col-sm-6.col-xs-6{
		width:50%;
	}
	.location-wrap .left-con img{
		width: 104px;
		height:auto;
		margin: 0 auto;
	}
	.location-wrap .left-con{
		margin-left:0;
		margin-bottom: 24px;
	}
	.location-wrap .right-con{
		padding-left:15px;
	}
	#location h5.brand{
		font-size:24px;
	}
	.location-wrap .right-con img{
		height:25px;
	}
}