@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:105px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic',  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック",  sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
    background-color: #FFF;
    border: none;
    /* border-top: 5px solid #272767; */
    margin-bottom: 0;
    box-shadow: 0 3px 3px rgba(50,50,50,0.2);
}
.navbar-inverse:before{
    content:'';
    display:block;
    width:30%;
    height:5px;
    background:#ddd;
    position:absolute;
    left:-10px;
    top:-5px;
    transform:skewX(35deg);
}
.navbar-inverse .navbar-brand {
    color: #333;
    padding-top: 22px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}

.navbar-brand img{
    margin-top:0;
    height:60px;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 42px 25px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: -0.02em;
		color: #111;
		-webkit-text-shadow: none;
		text-shadow: none;
	}
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #272565;
  	}
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
		transform: translateX(-50%);
		left: 50%;
		right: auto;
		border: none;
		border-top: none;
		box-shadow: 0 2px 2px rgba(0,0,0,0.25);
		text-align: center;
		padding: 0px 10px 10px;
		border-radius: 0;
	}

    /* .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    } */
}

.dropdown-menu > li > a {
    padding: 5px 25px;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #222;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: #f3f3f3;
    color: #272565;
    font-weight: 500;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
	margin-top:-30px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #272565;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #272565;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #111;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* personal setting 0.61v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.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 */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
.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: #272767;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.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;
}
.location-li span i {
    margin-right: 5px;
    color: #272767;
}
.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;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.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:#272767;
	font-size:18px;
}
@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;
	border-top:2px solid #272767;
	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:#272767;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.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 */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
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;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #333;
	border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 16px 15px;
    font-size: 15px;
    color: #555;
    letter-spacing: -0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th { 
	color: #222; 
	background:#f6f6f6;
	padding:17px 15px;
}

.table-style {
	margin: 0 0 0;
	border-top: 2px solid #272767;
}

.table-style tr th, 
.table-style tr td {
    padding: 17px 15px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.table-style tr th {
	color: #222;
	text-align: center;
}

.table-style thead tr th {
	background: #f6f6f6;
}

.table-style tr td {
	color: #555;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#272767;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #272767;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.61v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.main-top a{
    position:relative;
    display:block;
    height:600px;
    background:#000;
}
.main-top .row{
    margin:0;
}
.main-top .row > div{
    padding:0;
}
.main-top a > div{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:300px;
}
.main-top .col-sm-3:nth-child(even) a > .txt-box{
    top:50%;
}
.main-top .col-sm-3:nth-child(odd) a > .img-box{
    top:50%;
}
.main-top .img-box{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    transition:all .3s ease;
    /* opacity:0.65; */
}
.main-top a:hover .img-box{
    opacity:1;
}
.main-top .txt-box{
    position:relative;
    /* background:#222; */
	background:#735442;
    text-align:center;
    transition:all .3s ease;
}
.main-top a:hover .txt-box{
    /* background:#111; */
	background:#272767;
}
.main-top .txt-box:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:url(/skin/img/logo/logo-mark-w.png) no-repeat center;
    opacity:0.12;
}
.main-top .txt-box .inner{
    padding:30px 60px;
    position:relative;
    z-index:1;
    color:#fff;
}
.main-top h4{
    margin-top:40px;
    margin-bottom:30px;
    font-size:26px;
}
.main-top p {
    font-size: 15px;
    margin: 0;
    /* letter-spacing: -0.01em; */
    line-height: 1.8;
    opacity: 0.8;
}
.main-content .title{
    margin:130px 0 50px;
    /* border-top:1px solid #ccc; */
    text-align: center;
}
.main-content .title h3 {
    display: inline-block;
    margin: 0;
    position: relative;
    /* background: #fff; */
    font-size: 38px;
    color: #222;
}
.main-product {
    padding: 0px 0 130px;
    /* background: #ededf1; */
    background: url(/skin/img/main/main-product-bg.jpg) no-repeat 90% bottom;
}
.main-product .title h3{
    /* background:#ededf1; */
}
.main-product img {
    padding: 20px;
    border-radius: 50%;
    transition: all .3s ease;
    /* background: #f3f2ee; */
	background:#fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.main-product  img:hover{
    background:#867c74;
}
.main-product .img-caption {
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #222;
    margin: 15px 0;
}
.main-video {
    padding-bottom: 130px;
    background: #dcdad4 url(/skin/img/main/main-video-bg.jpg) no-repeat 10% bottom;
}
.main-video .title h3{
    /* background:#222; */
    /* color:#fff; */
}
.main-video h5 {
	height:45px;
    font-size: 18px;
    color: #333;
    margin: 0 0 18px;
}
.main-video h5 .sqr {
    background: rgba(0,0,0,0.4);
    border-radius: 3px;
    margin-right: 6px;
}
.embed-responsive {
    background: rgba(255,255,255,0.3);
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 0;
    background: #111;
    color: #aaa;
    font-size: 14px;
    letter-spacing: -0.01em;
}
.footer-top{
    padding:30px 0 20px;
    background:#555;
}
.footer-top p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    color: #ddd;
    letter-spacing: -0.01em;
}
.footer-top p span {
    margin-right: 10px;
    font-weight: 600;
    color: #fff;
    font-size: 1.05em;
}
.footer-bottom{
    padding:40px 0;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    margin-right: 15px;
    line-height: 1.5;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer-top ul{
    margin-top:0;
	float:right;
}
.footer_copy .footer-top li {
    margin-right: 0;
    padding-right: 0;
    margin-left: 15px;
    border: none;
}
.footer-top li img{
    border-radius:10px;
    width:38px;
}
.footer-top li a{
    display:block;
    transition:all .3s ease;
}
.footer-top li a:hover{
    transform:translatey(-5px);
}
.foot-logo{
    /* height:50px; */
	margin:0 auto;
	opacity:0.65
}
.footer-bottom ul {
    margin: 13px 0 5px;
}
.footer-bottom .copy {
    margin: 0;
    opacity: 0.6;
    font-size: 13px;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:400px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:0;
	bottom:30px;
    font-size:44px;
    color:#fff;
}
.breadcrumb {
	position:absolute;
	right:0;
	bottom:30px;
    margin: 0 0;
    padding: 0;
    background: transparent;
    font-size: 15px;
    color: #fff;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
    padding-top:100px;
	padding-bottom:100px;
}
.subpage-content .emp{
	font-weight:500;
	color:#272767;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:26px;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 25px;
    letter-spacing: -0.02em;
    color: #272565;
}
.subpage-content .title {
    margin: 0 0 70px;
    /* border-top: 1px solid #ddd; */
    text-align: center;
}
.subpage-content .title h3 {
    display: inline-block;
    margin: 0;
    position: relative;
    font-size: 36px;
    color: #111;
}
.subpage-content .title h3 small {
    display: block;
    margin-top: 15px;
    font-size: 55%;
    color: #272565;
}
/*subpage product*/
.product-wrap {
	margin: 0;
	padding: 40px 0;
}
.product-wrap .img-box,
.product-wrap .txt-box{
    padding-top:10px;
    /* border-top:2px solid #ddd; */
}
.product-wrap .img-box{
    border-color:#252161;
}
.product-wrap .clearfix{
    padding-bottom:40px;
}
.product-wrap:first-of-type {
	padding-top: 0;
}

.subpage .product-wrap h5 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 15px;
    border-bottom: 2px solid #222;
    padding-bottom: 30px;
}

.product-wrap h5 small {
	display: block;
	color: #888;
	font-size: 16px;
	letter-spacing: -0.02em;
}
.product-wrap .emp-box{
	margin-bottom:15px;
	padding:10px 30px;
	border-radius:5px;
	background:#ffe847;
	text-align:center;
}
.product-wrap .emp-box p{
	margin:0;
	color:#272565;
	font-size:18px;
	font-weight:600;
}
.product-wrap .emp-box p strong{
	border-bottom:1px solid;
}
.product-wrap .spec-li {
	margin: 0 0 25px;
}
.product-wrap .spec-li li {
    margin: 0 0 5px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.product-wrap .spec-li li span {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 0;
    width: 70px;
    color: #272565;
    font-weight: 600;
}

.product-wrap .li-dot {
    padding: 10px 0;
    background: #f6f6f6;
    margin: 0 0 15px;
}

.product-wrap .li-dot:after {
	content: '';
	display: block;
	clear: both;
}

.product-wrap .li-dot li {
    display: inline-block;
    font-size: 14px;
    color: #444;
    padding-left: 13px;
    margin-left: 13px;
}
.product-wrap .li-dot li:before {
    font-weight: 800;
    color: #272565;
}
.product-wrap .li-dash li {
    letter-spacing: -0.02em;
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 5px;
    color: #555;
    line-height: 1.5;
}
.product-wrap .li-dash li:before {
    content: "";
    width: 5px;
    height: 2px;
    background: #bbb;
    position: absolute;
    left: 8px;
    top: 10px;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.dh-view-box + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}

/*subpage about*/
.greet p {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #555;
    padding-left: 15px;
}
.greet p.name {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 50px;
    color: #222;
}
.mean-wrap{
    position:relative;
    height:464px;
    background:url(/skin/img/sub/about01-moto.jpg) no-repeat center / cover;
}
.mean-wrap .txt-box {
    position: absolute;
    right: 0;
    transform: none;
    bottom: 0;
    padding: 30px 50px 15px 80px;
    color: #fff;
    background: rgba(39, 37, 102, 0.83);
    margin: 0 auto;
    text-align: right;
}
.mean-wrap .txt-box p {
    margin: 10px 0;
    color: #fff;
    padding: 0;
}
.mean-wrap .txt-box .jp{
    font-weight:700;
}
.motto-wrap {
    margin: 120px 0 80px;
    text-align: center;
}
.motto-wrap h5 {
    display: inline-block;
    color: #272767;
    font-weight: 600;
    margin: 0 0 30px !important;
    font-size: 18px !important;
    border-bottom: 3px solid #d3d3e0;
    padding-bottom: 8px;
}
.motto-wrap li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #222;
}
.motto-wrap li:after {
    content: '/';
    display: inline-block;
    padding-left: 20px;
    opacity: 0.3;
}
.motto-wrap li:last-child:after{
    display:none;
}
.motto-wrap p {
    font-size: 22px;
    letter-spacing: -0.02em;
}
.motto-wrap li .emp{
    font-weight:600;
}
.locaiton-wrap {
    padding: 30px 0;
    /* max-width: 100%; */
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.locaiton-wrap img{
    margin:10px auto;
    width:140px;
}
.locaiton-wrap p {
    margin: 7px 0 5px;
    font-weight: 600;
    color: #222;
}
.locaiton-wrap li {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.02em;
    margin: 8px 0;
    line-height: 1.1;
}
/*subpage product*/
.prod-top {
    margin: 0 auto;
    background: #f6f6f6;
}
.prod-top .left-con{
    padding:0;
}
.prod-top .right-con {
    padding: 40px 40px 0;
}
.prod-top .info-li {
    margin-bottom: 20px;
}
.prod-top .info-li li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.prod-top .info-li li span {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 0;
    font-weight: 700;
    color: #222;
}
.prod-top .info-li li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #222;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}
.prod-top p {
    font-size: 14px;
    color: #444;
    letter-spacing: -0.03em;
    line-height: 1.75;
    margin: 0 0 0;
}
.prod-thumb {
    text-align: center;
    margin: 80px 0;
}
.prod-thumb li{
    display:inline-block;
    padding:0 20px;
}
.prod-thumb li img {
    width: 200px;
    border-radius: 50%;
    /* border: 1px solid #ddd; */
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
#product01 .se2 >img{
    margin-bottom:30px; 
	width:100%;
}
#product02 .prod-top{
    width:750px;
    max-width: 100%;
}
.fact-wrap{
	margin:100px 0;
}
.fact-wrap .txt-box {
    padding-left: 30px;
}
.fact-wrap h4 {
    margin-top: 50px;
    width: 160px;
    padding: 8px 18px;
    background: #272565;
    color: #fff;
    transform: skewx(-15deg);
    font-size: 18px !important;
}
.fact-wrap .quote {
    font-size: 36px;
    color: #222;
    letter-spacing: -0.04em;
    font-weight: 400;
    line-height: 1.3;
}
.fact-wrap .quote span {
    color: #222;
    font-weight: 500;
}
.fact-wrap .des {
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1.9;
    color: #555;
}
.fact-wrap .des .emp{
    text-decoration: underline;
    /* font-weight:600; */
}
.fact-wrap .clearfix {
    margin: 80px 0;
}

.subpage .recipe-wrap h4 {
    font-size: 23px;
    color: #222;
    margin: 0 0 20px;
}
.recipe-wrap .inner {
    background: #f3f2ee;
    padding: 30px 25px;
    position: relative;
    letter-spacing: -0.02em;
    min-height: 750px;
}
.recipe-wrap h4 span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    background: #867c74;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
    color: #fff;
    width: 110px;
    text-align: center;
    padding: 7px 0;
    border-radius: 3px;
}
.recipe-wrap h4 small{
    display:inline-block;
    font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.recipe-wrap h4 small {
    display: block;
    margin-top: 8px;
}
.recipe-wrap dt {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
}
.recipe-wrap .li-none {
    margin: 0;
}
.recipe-wrap .li-none li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 2em;
    letter-spacing: -0.03em;
    font-size: 13px;
    color: #444;
    line-height: 1.6;
}
.recipe-wrap .li-none li span {
    position: absolute;
    left: 0;
    top: 0;
    background: #999;
}

/*subpage sake*/
.sake01-top {
    width: 1000px;
    max-width: 100%;
    margin: 0px auto 50px;
}
.sake01-top p {
    margin-bottom: 25px;
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
.sake01-top p span {
    margin-right: 6px;
    color: #272767;
    font-weight: 600;
    font-family: 'notokr',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
}
.sake02-top .img-wrap {
    margin: 10px 0;
}
.img-wrap{
    margin:10px -5px;
}
.img-wrap > div{
    padding:5px;
}
.img-wrap .img-box{
    height:350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.img-wrap img{
    margin-bottom:10px;
}
.sake02-top h4 {
    color: #867c74;
    /* border-bottom: 1px solid #272767; */
    margin: 0 0 30px;
}
.sake02-top h4 span {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 10px;
    font-size: 0.8em;
    background: #867c74;
    color: #fff;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    border-radius: 3px;
}
.process-li{
    margin:30px 0 0;
}
.process-li:after{
    content:'';
    display:block;
    clear:both;
}
.process-li li {
    float: left;
    position: relative;
    width: 23%;
    margin: 0 1% 15px;
    padding: 10px 0;
    font-size: 16px;
    color: #174275;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    background: #e7f0f9;
}
.process-li li:after {
    content: '\f105';
    font-size: 18px;
    font-family: 'fontawesome';
    color: #1b4676;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translatey(-50%);
}
.process-li li:last-child:after{
    display:none;
}

/*subpage honmirin*/
.img-wrap .txt-box{
    padding:40px;
    height:350px;
    background:#ededf1;
}
.img-wrap .txt-box p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.04em;
    margin: 0;
}
#honmirin01 .quote-box {
    margin: 60px auto 0;
    background: #f3f2ee;
    padding: 40px 40px 33px;
}
#honmirin01 .quote-box h5 {
    margin-top: 0;
    color: #58514c;
}
#honmirin01 .quote-box ul {
    margin: 0;
}
#honmirin01 .quote-box li {
    letter-spacing: -0.03em;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 7px;
    margin-left: 0;
    padding-left: 16px;
}
#honmirin01 .quote-box li:before {
    content: "";
    width: 5px;
    height: 2px;
    background: #aaa;
    position: absolute;
    left: 4px;
    top: 10px;
}
#honmirin01 .img-wrap .txt-box {
    padding: 65px 40px 0;
    height: 350px;
    background: rgba(0,0,0,0);
}
#honmirin02 .se2 img {
    border: 1px solid #e0e0e0;
}
.subpage .trait-wrap {
    margin:20px -15px;
}
.subpage .trait-wrap h5 {
    margin-top: 0;
    color: #584e46;
    font-size: 23px;
}
.subpage .trait-wrap h5 small {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    color: #866752;
    letter-spacing: -0.05em;
    font-weight: 500;
}
.subpage .trait-wrap h5 span {
    margin-right: 3px;
}
.subpage .trait-wrap p {
    margin: 0;
    letter-spacing: -0.03em;
    color: #555;
    line-height: 1.7;
}
.subpage .trait-wrap .clearfix{
    padding-bottom:50px;
}
.cusomter01-top {
    margin: 0 0 30px;
    padding: 50px 40px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.cusomter01-top img {
    width: 150px;
    margin-bottom: 25px;
}
.cusomter01-top p {
    font-size: 22px;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin: 0;
}
.cusomter01-top ul{
    margin:20px 0 0;
}
.cusomter01-top li {
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #444;
}
.cusomter01-top li i {
    margin-right: 4px;
    color: #584e46;
}
@media(max-width:767px){
	
}




/* sub page board */

.dh-margin-top {
    margin-top: 30px;
}

.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    text-align: center;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination>li:last-child>a {
	margin-left: 20px;
}

.pagination>li:first-child>a {
	margin-right: 20px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border: 1px solid #ddd;
    background: #fff !important;
    font-weight: 600;
    color: #272565 !important;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.dh-view-box{
	margin-top:0;
}

.dh-view-box > .row > .page-header {
    border-top: 2px solid #333;
    border-bottom: none;
    padding: 35px 0 0;
    margin: 0;
    text-align: center;
}
.dh-view-box > .row > .page-header > h4 {
    color: #222;
    font-size: 34px;
    margin: 0;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ddd;
    background: rgba(0,0,0,0);
    padding: 16px 15px 35px;
    color: #999;
    text-align: center;
}

.dh-view-box>.row>.dh-view-info .pull-right {
    display: none;
}
.dh-view-box + .row {
    margin-bottom: 70px;
}
.dh-view-box + .row > .col-md-12 {
    max-width: 1170px;
    margin: 0 auto 0;
    float: none;
    padding: 0 15px;
}
.dh-view-box + .row > .col-md-12 .page-header {
    border-bottom: none;
    margin: 40px 0 15px;
    padding-bottom: 0;
}
.dh-view-box + .row > .col-md-12 .page-header h4 {
    margin: 0;
    font-size: 16px;
}
.dh-comments {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}
.dh-comments div.panel-body {
    color: #666;
	font-size:14px;
    letter-spacing: -0.03em;
}
.dh-comments .panel-body em {
    color: #aaa;
    font-size: 13px;
}
.dh-comments .btn-group {
    margin: 0;
}
#commentForm .btn-default {
    max-width: 110px;
    margin: 10px 0 0;
    float: right;
    background: #fff;
    border: 1px solid #ddd;
}

#commentForm .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}
.btn-wrap{
	margin-top:50px;
	text-align:center;
}
.btn-wrap li{
	display:inline-block;
	padding:0 5px;
}
.btn-wrap li a{
	display:inline-block;
	padding:10px 30px;
	font-size:16px;
	color:#fff;
	background:#272767;
}
.btn-wrap li a:hover{
	background:#3e3e96;	
}

@media(max-width:767px){
    .body-layout{
        padding-top:70px;
    }
    .navbar-inverse .navbar-brand{
        padding:15px;
    }
    .navbar-brand img{
        height:40px;
    }
    .navbar-toggle{
        top:10px;
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#272767!important;
    }
    .navbar-inverse .navbar-nav{
        border-top:1px solid #ddd;
    }
    .dropdown-menu > li > a{
        font-size:14px;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#272767;
    }
    .navbar-nav .open .dropdown-menu{
        background:#f5f5f5;
    }
    .main-top .col-sm-3:nth-child(even) a > .txt-box{
        top:0%;
    }
    .main-top .col-sm-3:nth-child(even) a > .img-box{
        top:50%;
    }
    .main-content .title{
        margin:50px 0;
    }
    .main-video .title h3{
        font-size:32px;
    }
    .main-video,
    .main-product{
        padding-bottom:60px;
    }
    .main-video h5{
        height:auto;
        margin:50px 0 10px;
        font-size:16px;
    }
    .footer-top .text-right{
        padding-top:15px;
    }
    .pageheader{
        height:200px;
    }
    .pageheader h2{
        left:15px;
        bottom:70px;
        font-size:36px;
    }
    .breadcrumb{
        right:15px;
    }
    .subpage-content{
        padding:60px 0;
    }
    .subpage-content .title h3{
        font-size:30px;
    }
    .motto-wrap li:after{
        display:none;
    }
    .motto-wrap li{
        font-size:32px;
    }
    .motto-wrap p{
        font-size:18px;
    }
    .prod-top .right-con{
        padding:30px;
    }
    .prod-thumb{
        margin:50px 0;
    }
    .prod-thumb li{
        width:49%;
    }
    .locaiton-wrap{
        text-align:center;
    }
    .btn-wrap li a{
        padding: 10px 20px;
        font-size: 14px;
    }
    .subpage .product-wrap h5{
        font-size:26px;
    }
    .fact-wrap .quote{
        font-size:25px;
    }
    .fact-wrap .des{
        font-size:16px;
    }
    .recipe-wrap .inner{
        margin-bottom:10px;
    }
    #honmirin01 .img-wrap .txt-box{
        height:auto;
        padding:10px;
    }
    .subpage .trait-wrap img{
        margin-bottom:25px;
        width:200px;
    }
    .dh-margin-top{
        text-align:center;
    }
    .cusomter01-top{
        padding:30px;
    }
    .cusomter01-top p{
        font-size:18px;
    }
}