@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', '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;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
*{word-break:keep-all}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.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{
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    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: #ca398f;
    box-shadow: none;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #424242;
    border-radius: 0px;
    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: #ca398f;
}
.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;
    }
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:20px; position:relative;}
.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:'·';
}

*{word-break:keep-all}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 0;
    margin: 24px 0 24px !important;
}
.navbar-brand img {
    margin-top: 0;
    height: 42px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #212121;
    font-size: 17px;
    padding: 12px 5px 20px;
    margin: 0 20px 0;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover{
    color: #d31d9d;
    background:rgba(0,0,0,0)
}
.navbar-nav{    margin-top: 20px;}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a{
	background-color:#ffffff;     /*배경 색*/
	color:#333333;                /*텍스트 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:3px 20px 3px 20px;       /*외부 여백*/
	font-size:14px;
}


@media screen and (min-width: 768px) {	
	.navbar-inverse .navbar-nav .dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
        padding: 15px 0;
        background-color: rgba(0,0,0,0.8);
		border-radius: 0;
		border: none;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
		left: 0;
		right: auto;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		position: relative;
	}
	
	.navbar-inverse .navbar-nav > li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
        background-color: transparent;
        color: #ccc;
        margin: 0px 25px;
        padding: 8px 0;
        font-size: 14px;
        line-height: 1;
    }
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		background-color: transparent;
        color: #fff;
	}
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/

.footer_copy .text-center {
    background: #35383e;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    padding: 30px 0 30px;
    margin: 0;
}
.footer_copy ul {padding-left:0}
.footer_copy img {
    height: 35px;
    margin-top: 10px;
    opacity: 0.8;
}
.footer_copy .copy {
    margin: 0;
    opacity: 0.6;
}
/* 하단 카피라이트 설정 끝*/


.container_contents {
    padding-top: 88px;
    background: #f7f7f7;
}
/*slide*/
.carousel-inner .item{
    width: 100%;
    height: 500px;
}
.carousel-inner .item:nth-of-type(1){    
    background: url(/skin/img/slide/slide04.png) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(2){   
    background: url(/skin/img/slide/slide05.png) no-repeat center / cover;
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: none;
}
.carousel-caption h2 {
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-shadow: none;
    margin:0;
}
.carousel-caption h2:after {
    content:"";
    display:block;
    width:80%;
    max-width:780px;
    height:5px;
    margin:25px auto;
    opacity:0.5;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.carousel-caption h2 span {
    color: #d31d9d;
}
.carousel-caption p {
    font-size: 19px;
    text-shadow: none;
    font-weight: 500;
    margin: 0;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 50px;
}

.carousel-indicators li{
    border-radius: 0;
    width: 8px;
    height: 8px;
    transition: all ease .3s;
    margin: 0 8px;
    border:none;
    background:#fff;
    opacity:0.4;
}
.carousel-indicators li.active{  
    border-radius: 0;
    width: 8px;
    height: 8px;
    transition: all ease .3s;
    margin: 0 8px;
    border:none;
    background:#fff;
    opacity:1;
}
.carousel-control{
    opacity:0.3;
}
.carousel-control .glyphicon-chevron-right,.carousel-control .glyphicon-chevron-left{display:none}
.left.carousel-control{background:url(/skin/img/slide/arrow_prev.png)no-repeat center}
.right.carousel-control{background:url(/skin/img/slide/arrow_next.png)no-repeat center}

/*main*/
.intro-html-layout{
    background:#fff;
}

.mainCon01 h3 {
    color: #212121;
    font-size: 38px;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: -0.03em;
}

.mainCon01 h3 span {
    color: #888;
    font-size: 18px;
    display: block;
    font-weight:400;
    margin-top: 10px;
    letter-spacing:0
}

.main-business a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    background:#000
}
.main-business a:before {
    content: "";
    width: 80px;
    height: 80px;
    border-top: 10px solid #d31d9d;
    border-left: 10px solid #d31d9d;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mainCon01 .row > div:nth-child(2) a:before {
    border-color: #7860d5;
}
.mainCon01 .row > div:nth-child(3) a:before {
    border-color: #a139ad;
}

.main-business a:after {
    content: "";
    width: 100%; 
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease .2s;
    background: rgba(205,56,143,1);
    background: -moz-linear-gradient(-45deg, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    background: linear-gradient(135deg, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    opacity:0;
}

.main-business a:hover:after{
    opacity:0.6
}
.main-business img {
    transition: all ease .2s;
    opacity:0.6
}
.main-business p {
    position: absolute;
    top: 35px;
    left: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -0.03em;
    z-index:1
}

.main-business a .plus {
    width: 65px;
    height: 65px;
    background: url(/skin/img/main/main_box_icon.png) no-repeat center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0.5;
    z-index: 1;
    transition: all ease .2s;
}

.main-business a:hover .plus {
    opacity: 0.8;
}

@media(min-width:768px){
	.intro-boardbox{
        width:50%; 
        padding:0 15px;
    }
}
.intro-board-widget-layout{
    padding: 70px 0 70px;
    max-width: 1190px;
}
.intro-board-widget-layout > .intro-boardbox {
    padding-left: 25px;
    padding-right: 25px;
}
.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: none;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #212121;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 6px 0 0;
    background: url(/skin/img/main/m_plus_icon.png) no-repeat;
    width: 15px;
    height: 15px;
    border: 0px;
}
.intro-boardbox .page-header h4 .btn .fa-plus{display:none;}
.intro-boardbox .banner-wrap {min-height: 100px;}
.intro-boardbox .banner-icon{display: inline-block; float: left; height: 100px; margin: 0 30px 0 15px;}
.banner-text{display: inline-block;}
.banner-text h5{margin: 6px 0 12px; font-size: 14px; font-weight: 500; color: #343434;}
.banner-wrap:last-child:hover .banner-text h5{text-decoration: underline;}
.banner-text h3{margin: 0 0 5px; color: #008470; font-size: 23px; font-weight: 500;}
.banner-text p{font-size: 13px; margin: 0 0 0; color: #666;}

.intro-boardbox .front-panel > .panel{
    padding: 0; background-color: transparent !important; border: none; border-radius: 0px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body{padding: 0;}
.dh-front-list2-words {
    margin: 0 !important;
    padding:0;
}
.dh-front-list2 h6 a, 
.dh-front-list2 h6 a span {
    font-weight: 400;
    font-size: 15px;
    padding: 8px 0;
    letter-spacing: -0.04em;
    color: #616161;
}
.dh-front-list2 h6 .list-row-subject:hover {
    color: #d31d9d !important;
    text-decoration: underline;
}
.dh-front-list2-words:first-child{
    margin: auto;
}
.list-row-subject{
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
}
.list-row-subject:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    margin-left: 3px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #212121;
    vertical-align: middle;
}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
.dh-front-list2 h6 a small > span {
    color: #d31d9d !important;
    padding: 10px 4px!important;
    font-weight: 500;
}

.dh-board{
    padding: 0 15px;
}
.dh-board > .table-hover {
    border-top: 2px solid #212121;
    border-bottom: 1px solid #e0e0e0;
    margin: 0px 0 30px;
}
.dh-board > .table-hover td,
.dh-board > .table-hover th {
    padding: 15px !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.dh-board > .table-hover th {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.dh-board > .table-hover > tbody > tr:hover td{
    background-color: #ffffff;
}
.table-hover th, .table-hover td {
    padding: 10px !important;
	border-right: none;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #e0e0e0;
    color: #616161;
}
.dh-board > .table-hover td.subject a {
    color: #424242;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #ca398f;
    text-decoration: underline !important;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 0;
}
.label{
    background: transparent; 
    padding: 0px 5px 0px; 
    font-size: 90%;
}
.label-danger {
    color: #ca398f;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary{
    color: #2b5cb7;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}

.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}


.dh-view-box{margin-top:0px;}
.dh-view-box .row {
    margin: 0;
}
.sns-box{display: none;}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #212121;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    padding: 15px;
    margin: 0;
}
.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 22px;
    color: #212121;
    font-weight: 600;
}
.dh-view-box>.row>.dh-view-info {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    color: #888;
    padding: 8px 15px 6px;
}
.content_wrap .page-header h4:before {
    content: none;
}
.dh-view-box>.row>.dh-view-info strong {
    color: #999 !important;
}
.dh-view-box>.row>.dh-view-info>span{
    padding: 0 15px 0 0;
}
.dh-view-box .dh-attach{
    padding: 0 40px 0;
}
.dh-view-box .dh-attach h6{
    margin: 0;
    padding: 0;
}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){
    padding: 30px 40px 40px !important;
}
/*sub*/
.subContent{    
    padding: 80px 0 100px;
}
.sub-layout{
    padding-top: 88px;
}
.subTop{    
    width: 100%;
    height: 250px;
    background:url('/skin/img/sub/subtop_bg.jpg') no-repeat center / cover;
    position: relative
}
.subTop h2{    
    position: absolute;
    margin: 0;
    left: 50%;
    top: 42%;
    transform: translate(-50%,-50%);
    font-weight: 500;
    color: #fff;
    font-size: 48px;
    letter-spacing: -0.03em;
}
.subTitle {
    overflow: hidden;
    margin-bottom: 50px;
}
.subTitle h3 {
    font-size: 38px;
    font-weight: 500;
    float: left;
    margin: 0;
    letter-spacing: -0.04em;
    color: #212121;
}
.subTitle h3:after {
    content: "";
    width: 40px;
    height: 5px;
    background: rgba(205,56,143,1);
    background: -moz-linear-gradient(left, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    background: -webkit-linear-gradient(left, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    background: -o-linear-gradient(left, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    background: -ms-linear-gradient(left, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    background: linear-gradient(to right, rgba(205,56,143,1) 0%, rgba(96,84,162,1) 100%);
    display: block;
    margin: 30px 0 0;
}
.breadcrumb {
    background: rgba(0,0,0,0);
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #fff;
    text-align: center;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 62%;
    transform: translate(-50%,-50%);
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.5);
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #fff;
}
.subContent .con{margin-bottom:60px}
.subContent .con:last-child{margin-bottom:0}
.subContent h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-top: 0;
    margin-bottom: 25px;
    color: #ca398f;
}
.subContent h5, 
#business03 dl dt{   
    position: relative;
    font-size: 17px;
    letter-spacing: -0.02em;
    font-weight: 600;
    padding-left: 12px;
	margin:0;
	margin-bottom:15px
}
.subContent h5:before,
#business03 dl dt:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #c33e91;
}
.subContent p, 
.subContent li, 
.subContent dd {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #616161;
}
.subContent li {
    line-height: 1.55;
    margin-bottom: 3px;
}
.subContent ul{padding-left:0}

.subContent .table.table-type03 {margin: 0 0 20px; border-top: 2px solid #c53d90;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {padding: 16px 12px !important; border-bottom: 1px solid #dedede !important; letter-spacing: -0.02em; word-break: keep-all; vertical-align: middle !important;font-size:15px}
.subContent .table.table-type03 tr th {color: #333;background:#f8f8f8;text-align:center}
.subContent .table.table-type03 tr td {color: #666;}
/*company*/
#company01 .con1 .greet {
    padding: 60px;
    background-color: #f8f8f8;
    background-image: url(/skin/img/sub/greeting_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    background-size: auto;
    height: 400px;
}
#company01 .con1 .greet p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}
#company01 .con1 .greet p.first {
    background: url(/skin/img/sub/greet_quote.png) no-repeat top left;
    padding-top: 45px;
}
#company01 .con1 .greet p.ceo{
    margin: 25px 0 0;
    font-weight: 600;
    font-size: 22px;
    color:#424242
}
#company01 .vision {
    background: #f8f8f8;
    overflow: hidden;
    padding: 60px 15px 60px 80px;
}
#company01 .vision > div {
    padding: 0;
    margin-right: 0;
}
#company01 .vision p {
    text-align: center;
    padding: 30px 15px;
    margin: 0;
    border-radius: 100px;
    color: #fff;
    line-height: 1.5;
    background: rgba(202, 57, 143, 0.95);
}
#company01 .vision .col-md-4:nth-of-type(2) p{background: rgba(104, 83, 160, 0.95);}
#company01 .vision .col-md-4:nth-of-type(4) p{background:rgba(51, 51, 51, 0.95)}

#company02 .table-history {
    border-top: 2px solid #212121;
    border-bottom: 2px solid #e0e0e0;
}
#company02 .table-history td, 
#company02 .table-history th {
    letter-spacing: -0.03em;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}
#company02 .table-history td {
    font-size: 15px;
    color: #616161;
}
#company02 .table-history th.year {
    font-size: 24px;
    letter-spacing: -0.04em !important;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 12px;
    vertical-align: middle;
    text-align: center;
}
#company02 .table-history th.month {
    font-size: 16px;
    font-weight: 600;
    color: #ca398f;
    letter-spacing: 0;
    padding-top: 12px;
    vertical-align: middle;
    text-align: center;
}
@media(min-width:768px){
	#company02 .con2 .col-md-3{width:20%}
}
#company02 .con2 dl dt {
    font-size: 18px;
    letter-spacing: -0.03em;
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 500;
}
#company02 .con2 dl dt:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #ca398f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#company02 .con2 dl dd {
    font-size: 15px;
    margin-bottom: 5px;
}
#company02 .con2 dl dd:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #212121;
    top: 10px;
    left: 2px;
}
#company03 .con1 dl {
    margin: 0;
    border-left: 5px solid #e0e0e0;
    padding-left: 19px;
}
#company03 .con1 dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}
#company03 .con1 dl dd {
    font-size: 16px;
    line-height: 1.5;
}
#company03 .con2 ul li{    
    font-size: 16px;
    margin-top: 15px;
}

/*business*/
#business01 .con1 p strong{
    color: #555;
    display: block;
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 500;
}
#business01 .con .table {text-align:center}
#business01 .con1 .col-md-4 p{    font-weight: 700;
    font-size: 15px;
    color: #666;}
#business02 .con img {padding:10px; border:1px solid #ddd}
#business03 .con div > ul{    
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    padding: 20px;
    background: #f8f8f8;
}
#business03 .con li,#business03 .con dd{margin-bottom:3px}
#business03 .con dl {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    padding: 20px 25px;
    min-height: 235px;
}
#business03 .con p strong {
    color: #555;
    display: block;
    margin: 0 0 25px;
    font-size: 19px;
    font-weight: 500;
}
#business03 .con2 img {
    max-width: 950px;
    margin-top: 30px;
}
.wrap_img {
    margin: 30px 0px 20px;
}
/*bbs*/
.input-group-btn #btnNew{background:#333;border-color:#333}
.pagination>li>a,
.pagination>li>span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #666 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border: 1px solid #e0e0e0;
    font-size: 13px;
}

.pagination>li:last-child>a {
	margin-left: 10px;
}

.pagination>li:first-child>a {
	margin-right: 10px;
}

.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 #fff;
    color: #ca398f !important;
    font-weight: 600;
    text-decoration: underline;
    background: rgba(0,0,0,0);
}

.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-radius: 0;
    border-color: #e0e0e0;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #e0e0e0;
}

#insertForm .input-group #btnNew {
    background: #424242;
    border: 1px solid #424242;
    color: #fff;
}

.text-bbs7, .contact-mail-layout,.text-bbs6 {padding-bottom:80px}
.text-bbs7 .subContent, .text-bbs6 .subContent,.contact-mail-layout .subContent{padding-bottom:0}


/* mailform */
#mailForm {
    padding: 0 15px;
}

#mailForm label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #424242;
    margin: 0 0 10px;
}

#mailForm .checkbox {
    margin: 10px 0 20px;
}

#mailForm .checkbox label {
    font-weight: 400;
    font-size: 14px;
    color: #616161;
}

#mailForm .form-control {
    border-radius: 0;
    border-color: #e0e0e0;
    height: auto;
    padding: 8px 12px;
}

#mailForm .form-control:focus {
    border-color: #ca398f;
    box-shadow: none;
}

#mailForm input[type=submit] {
    max-width: 200px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 0;
    clear: both;
    border-color: transparent;
    font-size: 16px;
    border: none;
    background: #424242;
    transition:all ease 0.2s
}

#mailForm input[type=submit]:hover,
#mailForm input[type=submit]:focus{
    background: #ca398f;
}

/*2019-03-19*/
#company04 .con1 ul li{    position: relative;
    padding-left: 200px;
    margin-bottom: 20px;}
#company04 .con1 ul li span{    position: absolute;
    font-weight: 600;
    top: 0;
    left: 0;
    color: #222;
    font-size: 18px;}
#business01 .subContent .table.table-type03 tr td{text-align:left}
#business01 .subContent .table.table-type03 tr td ul.li-dot > li{font-weight:600;color:#333}
#business01 .subContent .table.table-type03 tr td ul.li-dot > li  ul li{font-weight:400;color:#616161}