@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');


html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff; word-break: keep-all !important; padding-top: 90px;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{
	padding-left:16px; 
	position:relative;
	margin-bottom: 6px;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before, 
.li-dot > dd:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
	top: 11px;
	left: 4px;
}


/* Navigation */
.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 35px 24px;
    font-size: 16px;
    color: #111;
    font-weight: 500;
    letter-spacing: -0.025em;
}
.nav.navbar-nav > li > a .caret{
    display: none;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:focus{
    color: #888 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid #eaeaea;
    min-width: 150px;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 11px 16px;
    font-size: 13px;
    color: #222;
    transition: all 0.25s;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    letter-spacing: -0.02em;
}
.nav.navbar-nav li .dropdown-menu li:last-child a{
    border-bottom:none
}
.nav.navbar-nav li .dropdown-menu li a:focus, 
.nav.navbar-nav li .dropdown-menu li a:hover {
    background: #333;
    color: #fff;
}

/* Slide */
#mainCarousel .carousel-inner .item{
    height: 750px;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    line-height: 1.25;
    margin: 0;
}
/* Main */
#main_wrapper [id^="section_"]{
    padding: 100px 0;
}
#main_wrapper [id^="section_"] h4 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.03em;
}
#main_wrapper [id^="section_"] h4 > img {
    margin-bottom: 18px;
}
#main_wrapper [id^="section_"]:nth-of-type(1){
    
}
.main_prod .thumbnail {
    padding: 0;
    margin-bottom: 40px;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
.main_prod .thumbnail:hover{
    text-decoration: none;
}
.main_prod .thumbnail .img-box{
    overflow: hidden;
    display: block;
    position: relative;
}
.main_prod .thumbnail .img-box::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease
}
.main_prod .thumbnail:hover .img-box::after{
    background: rgba(0,0,0,0.6);
}
.main_prod .thumbnail img{
    transition: all .4s ease;
}
.main_prod .thumbnail:hover img{
    transform: scale(1.1);
}
.main_prod .thumbnail .caption{
    padding: 0;
    text-align: center;
}
.main_prod .thumbnail .caption h5 {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: -0.02em;
}
.main_prod .thumbnail:hover .caption{
    text-decoration: none;
}
#main_wrapper [id^="section_"]:nth-of-type(2){
    background: #F1EFED;
}
.main_biz .thumbnail {
    padding: 0;
    margin: 0 0 30px 0;
    border: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}
.main_biz .thumbnail:hover{
    text-decoration: none;
}
.main_biz .thumbnail img{
    transition: all .4s ease;
}
.main_biz .thumbnail:hover img{
    transform: scale(1.13);
}
.main_biz .thumbnail .caption {
    background: rgba(0,0,0,0.3);
    transition: all .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0;
}
.main_biz .thumbnail:hover .caption {
    background: rgba(0,0,0,0.65);
}
.main_biz .thumbnail .caption h5 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    margin: 0;
    letter-spacing: -0.035em;
    text-shadow: 0 0 3px rgba(0,0,0,0.35);
}
/* Sup page */
.subHeader{
    height: 204px;
    background: url('/public/img/sub/sub_title.jpg');
    position: relative;
}
.subHeader::before{
    content: '';
    display: block;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.subHeader .container{
    position: relative;
    height: 100%;
}
.subHeader h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.subHeader .breadcrumb{
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
}
.subHeader .breadcrumb > li > a{
    color: #ccc;
}
.subHeader .breadcrumb > li.active{
    color: #fff;
}
.subHeader .breadcrumb li,
.subHeader .breadcrumb li a {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
}

.subHeader .breadcrumb li, 
.subHeader .breadcrumb li + li:before {
    content: ">";
    color: rgba(255,255,255,0.5);
}

.subContent {
    padding-top: 120px;
    padding-bottom: 120px;
}
#Greeting p {
    margin-bottom: 30px;
    font-size: 17px;
    letter-spacing: -0.035em;
    line-height: 1.8;
}
#Greeting p > span{
	color: #65c1b8;
}
#Greeting p strong {
	font-weight: 500;
	color: #000;
}
#Greeting .news_box{
    text-align: center;
    padding: 50px 0 150px;
}
#Greeting .news_box h5{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.03em;
}
#Greeting .news_box a {
    display: inline-block;
    color: #333;
    padding: 18px 22px;
    margin: 20px 0 0;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.03em;
    font-size: 15px;
}
#Greeting .news_box a:hover {
    background: #2f2f2f;
    border-color: #2f2f2f;
    color: #fff;
}
#Greeting .news_box a .fas{
    margin-right: 10px;
}
#Greeting .con1 {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 150px;
}
#Greeting .con2{
}
#Greeting .con2 .col-sm-7 {
    padding-left: 60px;
}
#Greeting .con2 h4 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 90px 0 40px;
}
.list-title {
	margin-left: 25px;
	margin-top: 70px;
}
#Greeting .li_greet{
	padding: 0;
    margin-bottom: 0;
    list-style: none;
}
#Greeting .li_greet::after{
	content: '';
	clear: both;
	display: table;
}
#Greeting .li_greet > li {
    padding-left: 10px;
    position: relative;
    font-size: 11px;
    width: 50%;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    color: #666;
    font-weight: 400;
    letter-spacing: -0.025em;
}
#Greeting .li_greet > li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    top: 12px;
    left: 0px;
}
#text_w20200508217a76998375e{

}
#Greeting .greet_inner p {
    line-height: 1.9;
    text-align: center;
}
.greet_inner {
    padding: 150px 0 0;
    text-align: center;
}
.greet_inner h5 {
    font-weight: 400;
    margin: 0 0 40px;
    font-size: 28px;
    color: #111;
    letter-spacing: -0.03em;
}
.greet_inner p.intro {
    font-size: 18px;
    font-weight: 600;
    color: #65c1b8;
    margin: 0 0 25px !important;
}
.greet_inner p.text-right{
    font-weight: 600;
}
.greet_inner p.text-right > span{
    font-size: 26px;
    color:#333 !important
}
#History .li_history{
	list-style: none;
    padding: 0;
}
#History .li_history li {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    letter-spacing: -0.035em;
}
#History .li_history li > .date {
    font-weight: 400;
    color: #333;
    display: inline-block;
    width: 20%;
    font-size: 35px;
    letter-spacing: -0.03em;
}
#History .con1{
    padding: 0 180px;
}
#Objective .con1{
}
#Objective p:nth-of-type(1){
    margin-top: 60px;
}
#Objective p {
    position: relative;
    padding-left: 35px;
    margin-bottom: 24px;
    font-size: 22px;
    letter-spacing: -0.035em;
}
#Objective p b {
    display: block;
    line-height: 1.6;
    margin-top: 45px;
}
#Objective p > .fas, 
#Objective p > .fas {
    color: #6DC9C0;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 25px;
}
#w20200508145acc18f49f9 {
    padding: 0 60px;
}
#location .con1{
}
#location .root_daum_roughmap {
	width: 100% !important;
}
#location .li_location {
    list-style: none;
    padding: 0;
    padding-left: 80px;
    margin-top: 85px;
    margin-bottom: 0;
}
#location .li_location > li {
    line-height: 1.5;
    padding: 10px 0;
    font-size: 17px;
    letter-spacing: -0.035em;
}
#location .li_location > li > span {
    font-weight: 600;
    color: #333;
    display: inline-block;
    width: 100px;
}
#Service {
    background: #f1efed;
}
#Service .con1 .col-sm-6:nth-child(1){
    padding-right: 50px;
}
#Service .con1 img{
    margin-top: 155px;
}
#Service .service {
    text-align: center;
    padding: 100px 0 0;
    font-weight: 500;
    font-size: 18px;
    min-height: 230px;
    margin: 0 0 30px 0;
    letter-spacing: -0.035em;
	background: #fff;
	box-shadow: 0 20px 30px -20px rgba(0,0,0,0.4);
}
#Service > .row > div:nth-child(1) .service,
#Service > .row > div:nth-child(4) .service,
#Service > .row > div:nth-child(7) .service{
	padding-top: 100px;
}
#Service > .row > div:nth-child(2) .service,
#Service > .row > div:nth-child(3) .service{
	padding-top: 90px;
}
#Service > .row > div:nth-child(5) .service,
#Service > .row > div:nth-child(6) .service{
	padding-top: 88px;
}
#Service .service > p{

}
#Service .service > p > span {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

#Service .li_service {
    list-style: none;
    padding: 0;
    margin: 0;
}
#Service .li_service > li {
    position: relative;
    padding: 15px 0 15px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    color: #6d5655;
    font-size: 18px;
    letter-spacing: -0.035em;
}
#Service .li_service > li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d6b8a7;
    position: absolute;
    top: 23px;
    left: 0;
}
#Service .li_service > li > span{
	font-size: 15px;
    color: #908371;
}
#Service .li_service > li:first-child {
    border-top: none;
}
#Service .li_service > li:last-child {
    border-bottom: none;
}
#Manage .content{
	text-align: center;
}
#Manage .content.con2{
}
#Manage01 h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: -0.025em;
    line-height: 1.4;
}
#Manage02 {
    padding-top: 100px;
    padding-bottom: 50px;
}
[id^="Manage"] p {
    font-size: 17px;
    letter-spacing: -0.035em;
    line-height: 1.8;
}
#Manage01 p, #Manage02 p:nth-of-type(2){
    margin-bottom: 100px;
}
[id^="Manage"] p:last-child{
	margin-bottom: 0;
}
#Education, #Consulting{
	
}
#Education > div, #Consulting > div{
	
}
.table.table_default {
    border-top: 2px solid #333;
}
.table.table_default tr th, 
.table.table_default tr td{
    padding: 14px 20px;
    font-size: 17px;
    letter-spacing: -0.035em;
}
.table.table.table_default tr th{
    background:#f6f6f6 !important
}
table.table_default tr td .li_inner{
	padding: 0;
    margin: 0;
}
table.table_default tr td .li_inner li {
    position: relative;
    padding-left: 14px;
    margin: 3px 0;
}
table.table_default tr td .li_inner li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #777;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
}


.fr-view table td, 
.fr-view table th {
    border-color: #e3e3e3 !important;
}
#Education > div table.table, 
#Consulting > div table.table{
	margin-bottom: 50px;
}
#Education > div table.table tr, 
#Consulting > div table.table tr{	
}
#Education > div table.table tr th,
#Consulting > div table.table tr th{
	text-align: center;
}
#Education > div table.table tr td, 
#Consulting > div table.table tr td {
    color: #666;
    text-align:left;
}
#Consulting.con1 > .row{
    margin-bottom: 50px;
}
#Biz01 .subContent .content{
    padding-bottom: 80px;
    padding-top: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
#Biz01 .subContent .content.con1{
    border-top: 0;
}
#Biz01 .subContent .content.con9{
    border-bottom: 0;
}
#Biz01 .subContent .content h4{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    color: #594A41;
    font-weight: 700;
}
#Biz01 .subContent .content h4::before{
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    margin: 0px 0 15px;
    background: #594A41;
}
#Biz01 .subContent .content p{
    font-size: 16px;
    margin-bottom: 30px;
}
.prod{
    padding: 0px 40px 0;
}
.prod h5 {
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 26px;
    letter-spacing: -0.025em;
}
.prod h5 + p {
    padding-bottom: 65px;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: -0.035em;
    line-height: 1.65;
}
.prod h6 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #65c1b8;
    margin: 0 0 20px;
}
.prod h6 + p {
    color: #777;
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 1.7;
}
.prod h6 span {
    border-bottom: 1px solid #65c1b8;
    padding-bottom: 3px;
    display: inline-block;
}
.prod h6 + p {
    color: #666;
}
.prod .dl_prod {
    padding: 0 25px;
    margin-bottom: 0;
}
.prod .dl_prod dt {
    margin: 40px 0 10px;
    letter-spacing: -0.025em;
    font-size: 16px;
}
.prod .dl_prod dd {
    line-height: 1.4;
    padding: 3px 0;
    color: #888;
    letter-spacing: -0.03em;
    font-size: 16px;
}


#Biz04 #Product > .row > div {
    padding: 0 25px;
}
#Biz04 #Product > .row {
    margin: 0 -25px;
}
#Biz04 .prod {
    padding: 50px 45px;
    box-shadow: 0 5px 30px -20px rgba(0,0,0,0.45);
    margin-bottom: 50px;
    min-height: 690px;
}
#Biz04 #Product > .row > div:nth-child(3) .prod, 
#Biz04 #Product > .row > div:nth-child(4) .prod {
    min-height: 660px;
}
#Biz04 .prod h5 + p {
    min-height: 150px;
    font-size: 14px;
    letter-spacing: -0.029em;
    line-height: 1.55;
    padding-bottom: 45px;
}
#Biz04 #Product > .row > div:nth-child(3) .prod .inner p, 
#Biz04 #Product > .row > div:nth-child(4) .prod .inner p {
    min-height: 30px;
}
#Biz04 .prod h5 {
    margin-bottom: 30px;
}
#Biz04 .prod h6 {
    margin-bottom: 15px;
}
#Biz04 .prod h6 + p {
    margin-bottom: 15px;
    font-size: 14px;
    min-height: 66px;
    letter-spacing: -0.028em;
    line-height: 1.55;
}
#Biz04 .prod .inner{
    border-top: 1px solid #eaeaea;
    padding-top: 40px
}
#Biz04 .prod .dl_prod dt {
    font-size: 14px;
    margin: 20px 0 5px;
}
#Biz04 .prod .dl_prod dd {
    font-size: 12px;
    letter-spacing: -0.025em;
}
#Beans01 {
}
#Beans01 p {
    margin-top: 25px;
}
#Beans02 p{
    margin-top: 65px;
}
#Beans02 {
    margin-top: 50px;
}
#Consulting .link {
    display: block;
    color: #fff;
    background: #3f3f3f;
    padding: 18px 22px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.03em;
    font-size: 15px;
}
#Consulting .link:hover {
    background: #72d1c7;
}
.color_line {
    background: #ded9d9;
    height: 16px;
    width: 533px;
    display: block;
    margin: 32px auto 35px;
}
[id^="Beans"] p {
    font-size: 17px;
    letter-spacing: -0.035em;
    line-height: 1.8;
}
[id^="Prod0"] #Product .prod {
    box-shadow: none;
    padding: 0 15px 130px;
    margin-bottom: 120px;
    border-bottom: 1px solid #eaeaea;
}
[id^="Prod0"] #Product .container > div:last-child .prod {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
#Product .prod .store {
    display: block;
    font-size: 15px;
    padding: 18px 22px;
    letter-spacing: 0px;
    background: #3f3f3f;
    color: #fff;
    width: 200px;
    text-align: center;
    margin: 50px auto 0;
    transition: all 0.3s ease;
    text-decoration: none;
}
#Product .prod .store:hover {
    color: #fff;
    background: #72d1c7;
}

#Prod03 .con1 {
    padding-bottom: 100px;
}
#Prod03 .con1 img {
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 16px solid #ded9d9;
}
.single_text{

}
.single_text p {
    line-height: 1.6;
    font-size: 22px;
    text-align: center;
    margin: 0;
    letter-spacing: -0.03em;
}
.bbs-area .board_wrapper{
    margin-top: 0;
    margin-bottom: 100px;
}

#Prod04 .subContent .content{
    padding-bottom: 55px;
}
#Prod04 .subContent .content h4,
#Prod05 .subContent .content h4{
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 26px;
    font-weight: 700;
    color: #594A41;
    position: relative;
}
#Prod05 .subContent .content h4{
    margin-top: 170px;
}
#Prod04 .subContent .content h4::before,
#Prod05 .subContent .content h4::before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #594A41;
    position: absolute;
    left: 0;
    top: 9px;
    box-shadow: 7px 0px 0px #ded2ca;
}
#Prod04 .subContent .content p,
#Prod05 .subContent .content p{
    font-size: 20px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 20px;
}
#Prod05 .subContent .content{

}

#Mod04 .bbs-area .radio-inline{
    width: 35%;
    margin-left: 0;
}

#Prod03 .bbs-area {
    
}
#Prod03 .bbs-area .table_blog2 > dd{
    width: 25%;
}
#Prod03 .bbs-area .table_blog2 > dd .inner{
    border-color: #d0bebd;
}
#Prod03 .bbs-area .table_blog2 > dd .inner:hover{
    border-color: #594A41;
}
#Prod03 .bbs-area .table_blog2 > dd .inner .info .hits{
    display: none;
}
/* Footer */
.footer_area {
    background-color: #333;
    color: #9f9f9f;
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: -0.025em;
}
.footer_area a{
    color: #9f9f9f;
}
.foot-sociallink {
	float: right;
}
.foot-custom{
	float: left;
}
.col-dz-12::after{
	content: '';
	display: table;
	clear: both;
}
.footer_area ul{
	list-style: none;
	text-align: left;
	font-size: 13px;
	padding: 0;
}
.footer_area ul li{
	margin-bottom:5px
}
.footer_area ul li strong{
	margin-bottom: 10px;
	display: block;
}
.footer_area ul li span{    
	margin-right: 15px;
}


.footer-section .foot-sociallink .btn-group .btn {
	background: none;
	font-size: 22px;
	border-radius: 0;
	border: none;
	border-color: transparent;
	padding: 0 10px;
}

.footer-section .foot-sociallink .btn-group .btn:hover {
	opacity: 1;
	color: #fff;
}

.footer-section .foot-sociallink .btn-group .btn:hover i {
	color: #fff;
}

.maintenance {
	margin-top: 5px;
	border: 7px solid #E5E5E5;
	padding: 50px 25px;
	text-align: center;
}

.maintenance .icon {
	display: block;
	line-height: 1;
	font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

.maintenance .small-cont {
	display: block;
	line-height: 1.5;
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #818181;
	margin-bottom: 20px;
}

.bbs-area .board_wrapper{
    margin-bottom:0;
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text{
    color:red
}

/* login */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


/* btn */
.btn.btn-primary {
    background: #8a7877;
    border-color: #8a7877;
}

.btn.btn-primary:hover, 
.btn.btn-primary:focus {
    background: #594841;
    border-color: #594841;
}

.btn.btn-dark {
    background: #3f3f3f;
    border-color: #3f3f3f;
}

.btn.btn-dark:hover, 
.btn.btn-dark:focus {
    background: #2f2f2f;
    border-color: #2f2f2f;
}


@media (max-width: 767px){
    #site{
        padding-top: 75px;
    }
    /* nav */
    .navbar-header .navbar-brand{
        margin-left: 15px !important;
        width: 240px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #594A41;
        background: #594A41;
        margin-top: 22px;
    }
    .navbar-inverse .navbar-toggle:hover{
        border-color: #594A41 !important;
        background: #594A41 !important;
    }
    .nav.navbar-nav > li > a{
        padding: 20px 0;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu{
        background: #f8f8f8;
    }
    .nav.navbar-nav li .dropdown-menu li a{
        padding: 10px 0;
        text-align: center;
    }
    /* mainSlide */
    #mainCarousel .carousel-inner .item{
        height: 440px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1{
        font-size: 11vw;
    }
    /* main */
    #main_wrapper [id^="section_"] h4{
        font-size: 8vw;
    }


    /* subPage */
    .subHeader{
        height: 124px;
    }
    .subHeader h2{
        font-size: 6.7vw;
    }
    #Greeting .con2 .col-sm-7{
        padding-left: 15px;
    }
    #Greeting .greet_inner p.intro{
        font-size: 6vw;
    }
    .greet_inner p.text-right > span{
        display: block;
    }
    #History .con1{
        padding: 0;
    }
    #History .li_history li{
        font-size: 16px;
    }
    #History .li_history li > .date{
        font-size: 16px;
        font-weight: 600;
    }
    #Objective p{
        font-size: 18px;
    }
    #Objective p:nth-of-type(3){
        margin-bottom: 50px;
    }
    #location .li_location{
        padding-left: 0;
    }
    #Service .con1 .col-sm-6:nth-child(1){
        padding-right: 15px;
    }
    #Service .content img, #Manage .content img, #Education .content img{
        margin-bottom: 30px;
    }
    #Education .content .table{
        margin-bottom: 0;
    }
    .table.table_default {
        table-layout: auto;
    }
    #Education > div table.table tr td, #Consulting > div table.table tr td{
        white-space: normal;
    }
    .prod .dl_prod{
        padding: 0;
    }
    #Biz04 #Product > .row {
        margin: 0px -15px;
    }
    #Education > div table.table, #Consulting > div table.table{
        margin-bottom: 0;
    }
    #Prod03 .bbs-area .table_blog2 > dd{
        width: 100%;
    }
    #Prod04 .subContent .content p, #Prod05 .subContent .content p{
        font-size: 16px;
    }
    #Prod04 .subContent .content h4, #Prod05 .subContent .content h4{
        font-size: 18px;
        margin-top: 0;
    }
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{
        width: 100%;
    }
    .bbs-area .board_wrapper .btn.btn-secondary{
        display: none;
    }
    .bbs-area .board_wrapper .btn.btn-primary{
        margin: 0;
    }
    /* footer */


}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        padding-top: 73px;
    }
    /* nav */
    .navbar-header .navbar-brand{
        width: 220px;
    }
    .nav.navbar-nav > li > a{
        padding: 26px 18px;
    }

    /* mainSlide */
    #mainCarousel .carousel-inner .item{
        height: 530px;
    }
    /* main */



    /* subPage */
    #Greeting .con2 h4{
        margin-top: 0;
    }
    #History .con1 {
        padding: 0 0px;
        margin: 0 auto;
        width: 90%;
    }
    #Objective p{
        font-size: 20px;
    }
    #Objective p:nth-of-type(1) {
        margin-top: 0;
    }
    #location .li_location{
        padding-left: 15px;
    }
    #Service .li_service > li{
        font-size: 16px;
    }
    #Beans01 p {
        margin-top: -27px;
    }
    #Beans02 p {
        margin-top: 28px;
    }
    /* footer */

    
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
    /* nav */


    /* mainSlide */



    /* main */



    /* subPage */
    #History .con1 {
        padding: 0 100px;
    }
    .prod .dl_prod {
        padding: 0 0px;
        margin-bottom: 0;
    }

    /* footer */

    
}