@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;
	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: #d62f18;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #d62f18;
    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: #ba2c18;
}
.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}
.subContent ul{padding:0}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
	margin-top:0;
}
.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    margin-top: 20px;
    color: #6d6e72;
    font-weight: 700;
    font-size: 15px;
    text-shadow: none;
    padding: 0;
}
.navbar-inverse .navbar-brand:active,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover{
	color:#333
}
.navbar-inverse .navbar-brand:after {
    content: "기업통신 공식가입센터";
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px 40px;
    letter-spacing: -0.02em;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
	color:#ba2c18;
	background:rgba(0,0,0,0)
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 끝*/

@media screen and (min-width: 768px) {
	.navbar-nav {
		margin-top: 20px;    margin-right: 0;
	}
	.navbar .navbar-nav > .dropdown > .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		background: #fff;
		border: none;
		padding: 1px 10px 10px;
		border-radius: 0;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
		border-bottom: 0;	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
		padding: 12px 10px;
		font-size: 16px;
		line-height: 1;
		text-align: left;
		letter-spacing: -0.02em;
		text-decoration: none;
		text-align: center;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: #d62f18;
		text-decoration: none;
	}
}
/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #2b2e35;
    color: #bbb;
    font-size: 14px;
    padding: 40px 0 30px;
    margin: 0;
    font-weight: 300;
}
.footer_copy .text-center ul{    padding: 0;}
.footer_copy .text-center ul li{    margin-bottom: 5px;}
.footer_copy .text-center ul li span{    margin-right: 15px;}
/* 하단 카피라이트 설정 끝*/
/*slide*/
.container_contents,.sub-layout{padding-top:100px}
.carousel-inner .item{width:100%; height:500px}
.carousel-inner .item:nth-of-type(1){background:url(/skin/img/slide/slide01.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(2){background:url(/skin/img/slide/slide02.png)no-repeat center / cover}
.carousel-inner .item:nth-of-type(3){background:url(/skin/img/slide/slide03.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(4){background:url(/skin/img/slide/slide04.jpg)no-repeat center / cover}
.glyphicon-chevron-left:before,.glyphicon-chevron-right:before{display:none}
.carousel-control.right{background:url(/skin/img/slide/arrow_next.png)no-repeat center}
.carousel-control.left{background:url(/skin/img/slide/arrow_prev.png)no-repeat center}
.carousel-control{
	display:none;
}


.carousel-indicators {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    bottom: 70px;
    padding-left: 5px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: none;
    background: #fff;
    margin: 0 7px 0 0 !important;
}

.carousel-indicators li.active {
	width:10px;
	height:10px;
    background: #d62f18;
}

.carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    text-align: left;
}
.carousel-caption h2 {
	margin: 0;
    font-size: 58px;
    font-weight: 450;
    letter-spacing: -0.03em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.carousel-caption p {
    font-size: 27px;
    font-weight: 350;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin: 20px 0 0;
    letter-spacing: -0.02em;
}
.carousel-caption.caption2 h2 {
    font-size: 55px;
    line-height: 1.3;
    color: #222;
	letter-spacing: -0.05em;}

/*mian*/
.main-content .con{margin-bottom:80px}
.main-content .con:last-child{margin-bottom:0}
.main_title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    text-align: center;
}
.main_title:before{
	width: 100%;
	height: 1px;
	z-index: -1;
	background: #ddd;
	position: absolute;
	top: 50%;
	left: 0;
}
.main_title h3 {
    display: inline-block;
    margin: 0;
    padding: 0 30px 0;
    background: #fff;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 40px;
    color: #222;
}
.main-business01 {
    padding: 100px 0 120px;
}
.main-business01 dl {
    position: relative;
    margin: 0;
    text-align: left;
    border-radius: 10px;
    padding: 60px 15px 60px 120px;
    border: 2px solid #ddd;
}
.main-business01 dl dt {
       font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.06em;
    margin: 10px 0 5px;
}
.main-business01 dl dt span{    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    width: 70px;
    height: 70px;
    background: #ec068d;
    color: #fff;
    border-radius: 50%;
    padding-top: 23px;
    font-weight: 500;text-align:center;letter-spacing: 0.034em;}
.main-business01 dl dd {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #616161;
    line-height: 1.6;
}
.main-business01 .main_title {
    margin-bottom: 100px;
    text-align: center;
}
.main-business01 .clearfix{margin:50px 0}

.main-business02,.main-business06,#inernet02,.main-business05 {padding:120px 0;background:#f8f8f8}
.main-business02 .main_title h3,.main-business05 .main_title h3,#inernet02 .main_title h3,.main-business06 .main_title h3{background: #f8f8f8;}
.main-business02 .col-md-6 dl dt, .main-business02 h5 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    overflow: hidden;
    line-height: 32px;
    color: #222;
    letter-spacing: -0.03em;
    margin: 0 0 25px;
}
.main-business02 .col-md-6 dl dt span,
.main-business02 h5 span{    
	display: inline-block;
    font-size: 16px;
    background: #ec068d;
    color: #fff;
    margin-right: 10px;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
}
.main-business02 .col-md-6 dl dt small{   
	font-size: 80%;
    color: #666;
}
.main-business02 .col-md-6 dl dd {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #616161;
    text-align: left;
    line-height: 1.8;
    background: #fff;
    min-height: 240px;
    padding: 60px;
}
.main-business02 .col-md-6 dl dd img{    float: left;}
.main-business02 .col-md-6 dl dd span{    float: left;
    margin-top: 15px;
    margin-left: 30px;}
.main-business02 .col-md-3{text-align:center}
.main-business02 .con1 .col-md-6:nth-of-type(2) dl dd{    padding: 35px;}
.main-business02 .con1 .col-md-6:nth-of-type(2) dl dd img{    margin-top: 30px;}
.main-business02 .con1 .col-md-6:nth-of-type(2) dl dd span{    margin-top: 0;}

.main-business02 .col-md-3 i {
    font-size: 70px;
    text-align: center;
    display: inline-block;
    color: #75777d;
    margin-bottom: 30px;
}
.main-business02 .col-md-3 dl dt {
    font-size: 18px;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
    background: #ba2c18;
    color: #fff;
    font-weight: 500;
    padding: 12px 0;
    border-radius: 50px;
}
.main-business02 .col-md-3 dl dd {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #555;
    line-height: 1.6;
}
.main-business02 .clearfix{margin:40px 0}

.main-business02 .con3 .col-md-3 dl dt {
    color: #222;
    background: rgba(0,0,0,0);
    padding: 0;
    font-size: 22px;
    margin-bottom: 10px;
}
.main-business02 .con3 .col-md-3 dl dd {
    margin-bottom: 0;
}
.main-business02 .con3 .col-md-12 .row {
    margin-right: 0;
    margin-left: 0;
}
.main-business02 .con3 .col-md-12 .row .col-md-3 {
    background: #fff;
    border-right: 5px solid #f7f7f7;
    border-left: 5px solid #f7f7f7;
    padding: 60px 30px 40px;
}

.main-business03{
	padding: 120px 0 80px
}
.main-content .main-business03 .con {
    margin-bottom: 40px;
}
.main-business03 p {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #ec068d;
    letter-spacing: -0.03em;
    padding: 7px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table.table-type03 tr .table_bg {
    background: #75777d;
    color: #fff;
    border-color: rgba(255,255,255,0.4) !important;
    font-weight: 600;
}
.table.table-type03 tr .table_color {
    color: #d6321b;
    font-weight: 400;
}
.main-business04 .con img {
    float: left;
    margin-right: 25px;
    padding: 20px 20px;
    border-radius: 5px;
    background: #fff;
    max-width: 220px;
}
.main-business04 .con dl{    
	float: left;
	margin-bottom:0;
}
.main-business04 .con dl dt {
    font-size: 24px;
    color: #ec068d;
    font-weight: 600;
    margin: 15px 0 10px;
}
.main-business04 .con dl dd {
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    padding-left: 15px;
    color: #616161;
}
.main-business04 .con dl dd:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    top: 10px;
}
.main-business04 dl dd small {
    font-weight: 500;
    font-size: 100%;
    color: #222;
}
.main-business04 .clearfix {
    margin: 50px 0;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.main-business04{
	padding:120px 0
}
.main-business05 .row .col-md-3 {
    padding: 0 30px;
}
.main-business05 img {
    border-radius: 50%;
    box-shadow: 4px 8px 12px rgba(0,0,0,0.15);
    margin: 0 auto 15px;
}
.main-business05 p,#internet03.main-business05 p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;    color: #333;
}
.main-business05 p span{    font-weight: 300;
    font-style: italic;
    color: #ec068d;
    font-size: 28px;
    margin-right: 5px;}
/*table*/
.table.table-type03 {margin: 0 0 20px; border-top: 2px solid #555;}
.table.table-type03 tr th, .table.table-type03 tr td {padding: 12px !important; border: 1px solid #dedede !important; letter-spacing: -0.03em; word-break: keep-all; vertical-align: middle !important;font-size:16px;text-align:center}
.table.table-type03 tr th {color: #333; font-weight:500;}
.table.table-type03 thead tr th {background: #f8f8f8;}
.table.table-type03 tr td {color: #666;background:#fff}

/*sub*/
.subPage {
    padding-bottom: 80px;
}
.subTop {
    width: 100%;
    height: 350px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    position: relative;
}
.subTop h2 {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 145px;
    font-size: 58px;
    font-weight: 450;
    letter-spacing: -0.03em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    color: #fff;
}
.subContent p {
    text-align: center;
    font-size: 18px;
    color: #616161;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.subContent .con{margin-bottom:40px}
.subContent .con:last-child{margin-bottom:0}
.subContent > div{    padding: 80px 0;}
.subContent h4 {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    margin: 0 0 25px;
    border-left: 5px solid #ba2c18;
    line-height: 1;
    padding-left: 10px;
    letter-spacing: -0.03em;
}
/*internet*/
#internet01 .main_title {
    margin-bottom: 20px;
}
#internet01 .con1 p {
    margin-bottom: 20px;
	line-height:1.8
}
#internet01 .con2 p {
     padding: 5px 0 15px;
    color: #222;
    /* border: 2px solid #ddd; */
    margin-bottom: 20px;
    /* border-radius: 100px; */
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.03em;
    border-bottom: 1px dashed #ddd;
}
#internet01 .con2 p:last-child{border-bottom:none}
#internet01 .con2 img{    border: 1px solid #ddd;    padding: 10px;}
#internet01 .con2 i{    
    font-size: 60px;
    color: #75777d;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
#internet01 .con2 .col-md-2{height:750px}
/* #internet01 .con2 .col-md-5:nth-of-type(1) p:last-child {
    height: 80px;
    padding: 26px 0;} */

/*준비중*/
.maintenance {
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 50px 25px;
    text-align: center;
	background:#fff
}

.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;
}

/*2019-06-20*/
.main-business01 .main_title h3 span{    color: #ec068d;}
.main-business01 .main_title h3 span small{    vertical-align: top;
    font-weight: 700;
    color: #ec068d;}


.dh-front-gallery > .col-md-3 {
    margin-bottom: 25px;
}

.dh-front-gallery > .col-md-3 > a.thumbnail {
    margin: 0 0 5px;
    position: relative;
    max-height: 240px;
}

.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: #c00b3e   !important;
}

#insertForm .input-group .btn {
    border-color: #ddd;
	border-radius:0;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
	border-radius:0;
	font-size:14px;
}



#mailForm {
    /* max-width: 800px; */
    border-top: 2px solid #222;
}
#mailForm .form-group {
    overflow: hidden;
    padding: 24px 50px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: #f8f8f8;
	overflow:hidden
}
#mailForm .form-group label {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.02em;
}

#mailForm .form-group input, 
#mailForm .form-group textarea {
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 9px 12px;
}

#mailForm .form-group label[for='mail_agree'] {
    font-size: 14px;
    letter-spacing: -0.03em;
    float: none;
    width: 100%;
    font-weight: 400;
    color: #555;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0;
}
#mailForm .form-group label[for='mail_agree'] input {
    float: none;
    width: auto;
}
#mailForm input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #d62f18;
    border:1px solid #d62f18;
    border-radius: 0;
    padding: 15px 30px;
    margin-top: 40px;
    transition: all ease 0.3s;
}
#mailForm input[type="submit"]:hover {
    background: #d62f18;
    color: #fff;
}

@media (min-width:768px){
	#mailForm .form-group label {
		float: left;
		width: 15%;
		margin-bottom: 0;
		margin-top: 7px;
	}
	#mailForm .form-group input,
	#mailForm .form-group textarea {
		float: left;
		width: 85%;
	}
}

/*network*/
#network02 .con1 p{    color: #c10c3f;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 21px;
    margin-top: 10px;}
#network02 .con1 img{border:1px solid #ddd}
#network02 .con1 .col-md-2{    height: 219px;}
#network02 .con1 i{    font-size: 50px;
    color: #dadada;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
#network02 .con1 .clearfix{    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;}
.main-business02 .col-md-12 img{width:100%}
.main-business01 dl:before {
    content: "\f590";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 35px;
    top: 50%;
    font-size: 60px;
    transform: translateY(-50%);
    color: #ccc;}
.main-business01 .con1 > div:nth-of-type(1) dl:before {content:"\f159"}
.main-business01 .con1 > div:nth-of-type(2) dl:before {content:"\f1eb"}
.main-business01 .con1 > div:nth-of-type(3) dl:before {content:"\f0a0"}
.main-business01 .con2 > div:nth-of-type(1) dl:before {content:"\f1e4"}
.main-business01 .con2 > div:nth-of-type(2) dl:before {content:"\f2a0";transform: translateY(-40%)rotate(-45deg);}
.main-business01 .con2 > div:nth-of-type(2) dl{    padding: 60px 20px 60px 100px;}
.main-business01 .con2 > div:nth-of-type(3) dl{    padding: 75px 15px 60px 120px;}
.main-business01 .con2 > div:nth-of-type(3) dl:before{    transform: translateY(-42%);}
/*2019-07-01*/
#network02 .con2{margin-bottom:80px}
#network02 .con2 p{  font-size: 17px;
    color: #333;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: -0.036em;}
#customer .table > thead > tr > th, .table > tbody > tr > th, #customer .table > tfoot > tr > th, #customer .table > thead > tr > td, #customer .table > tbody > tr > td, #customer .table > tfoot > tr > td{padding: 14px 10px; color: #333; font-size: 16px;}
#customer .table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
#customer .table > tbody > tr > td > strong > a{color: #555;}
#customer .dh-board > .table-hover{border-top: 1px solid #c10c3f; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
#customer .dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
#customer .table > tbody > tr:hover > td > strong > a{color: #222;}
#customer .dh-margin-top{margin-top: 40px; display: inline-block;}

#customer .label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
#customer .label-danger{color: #c00b3e;}
#customer .label-primary{color: #2b5cb7;}
#customer .pagination > .active > a, #customer .pagination > .active > a:focus, #customer .pagination > .active > a:hover, #customer .pagination > .active > span, #customer .pagination > .active > span:focus, #customer .pagination > .active > span:hover {background-color: #c00b3e ; border: 1px solid #c00b3e  !important;}
#customer .pagination > li > a, #customer .pagination > li > span{color: #9D8478;}
#customer .pagination > li > a:focus, #customer .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
#customer .dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
#customer .btnRead {font-weight: 500;}
#customer .btn-default, #customer .btn-primary, #customer .btn-danger {background-image: none;}
#customer .btn-group, #customer .btn-group-vertical {margin: 10px 0 30px;}

#customer .dh-view-box{margin-top: 40px;}
#customer .sns-box{display: none;}
#customer .dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0;}
#customer .dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
#customer .dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
#customer .dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
#customer .dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
#customer .dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
#customer .dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}

/*2019-07-04*/
.main-business01 .con2 dl{min-height:261px}
#internet01 .con3 .table thead tr:first-child th{    background: #777;
    color: #fff;} 

/*2019-07-05*/
.table.table-type03 tr.pink_bg td {    
    font-weight: 600 !important;}
.table.table-type03 tr.pink_bg td:nth-of-type(3){color: #ec068d !important}
.table.table-type03 tr.pink_bg td:nth-of-type(2){color:#333}
.table.table-type03 tr.pink_bg td:nth-of-type(1){color:#555}
#internet .main-business05,#internet .main-business05 .main_title h3{    background: #fff;}

/*2019-07-10*/
#tel06 .table.table-type03 tr td:last-child {    font-weight: 400;
    color: #333;
    font-size: 18px;
    background: #def1ff;}
#tel06 .table.table-type03 thead tr th:last-child{        font-weight: 700;
    background: #a7cde8;
    color: #000;
	font-size: 20px;} 
.darkquick_wrap{
    z-index: 2018;
    position: fixed;
    width: 170px;
    bottom: 30%;
    right: 0;
    background-color: #2B3044;
    color: #fff;
    /* border-top-left-radius: 6px; */
    /* border-bottom-left-radius: 6px; */
    overflow: hidden;
    -webkit-box-shadow:3px 5px 3px rgba(0,0,0,.3);
    box-shadow: 3px 5px 3px rgba(0,0,0,.3);
}
.darkquick_wrap dl{margin:0}
.darkquick_wrap dl dt {
    padding: 25px 0;
    background: #18ADBA;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    /* text-shadow: 1px 1px 0 #11808a; */
}
.quick span {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #fff0a2;
}
.quick i {
	display:none;
}
.darkquick_wrap dl dd a {
     display: block;
     color: #e6e9f2;
     padding: 25px 0;
     text-align: center;
     text-decoration: none;
     font-size: 16px;
     font-weight: 400;
}

.darkquick_wrap dl dd a span {
    color: inherit;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -.05em;
}
.darkquick_wrap dl dd a i {
margin-bottom: 10px;
    font-size: 33px;
	display:block
}
.darkquick_wrap dl dd a:hover {
    background-color: #1C1F2E;
    color: #fff;}
#m-16{          background-color: transparent;
    color: #111;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 0 40px;
    letter-spacing: -0.02em;}
#m-16 span{      font-size: 35px;
    margin-left: 5px;
    color: #ec068d;
    font-weight: 500;}
/* .darkquick_wrap dl dd a:hover i{color:#ec068d} 
.menu_top{    position: absolute;
    right: -25%;
    top: 50%;
    transform: translateY(-50%);}
.navbar-collapse{position:relative}
.menu_top p{    font-size: 35px;
    color: #e60f4c;
    font-weight: 600;}
.menu_top p span{    color: #333;
    font-weight: 500;
    font-size: 80%;}*/

/*2019-07-24*/
#network .con h5{font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ec068d;}
#internet01 .con4 h4{margin-bottom: 10px;}
#internet01 .con4 h4 + p{    text-align: left;
    margin-bottom: 40px;
    color: #333;}
#internet01 .con4 .col-md-6 > p{        font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;}
#internet01 .con4 div:nth-of-type(3) > p,#internet01 .con4 .add_charge p span,#internet01 .con4 h4 span{ color: #ec068d;}
#internet01 .con4 .add_charge{       padding: 30px 0;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 9px rgba(221,221,221,0.4);
    min-height: 426px;
    border-radius: 10px;}
#internet01 .con4 .add_charge p:first-child{    color: #333;
    font-size: 20px;}
#internet01 .con4 .add_charge p:first-child strong{color:#000}
#internet01 .con4 .add_charge p:last-child{       font-size: 16px;
    line-height: 1.75;
    color: #333;}
#internet01 .con4 .add_charge img{    margin: 30px auto;}

#internet02 .con2{text-align:center}
#internet02 .con2 .soho02_inner{    padding: 20px 10px;
    border: 5px solid #eee;
    box-shadow: 4px 4px 8px rgba(211,211,211,0.4);}
#internet02 .con2 .col-md-6 p:nth-of-type(1){    font-weight: 600;
    font-size: 16px;
    color: #ec068d;}
#internet02 .con2 .col-md-6 p:nth-of-type(2){    display: inline-block;
    background: #ec068d;
    color: #fff;
    font-size: 16px;
    padding: 2px 10px;}
#internet02 .con2 .col-md-6 p:nth-of-type(3){    font-size: 20px;
    color: #333;}
#internet02 .con2 .col-md-6 p:nth-of-type(3) strong{    color: #ec068d;
    font-weight: 600;}
#internet02 .con2 .col-md-6 p:nth-of-type(4){    font-size: 40px;
    font-weight: 700;
    color: #222;}
#internet02 .con2 .col-md-6 p:nth-of-type(5){    font-size: 20px;
    color: #333;font-weight: 600;}
#internet02 .con2 .col-md-6 p:nth-of-type(5) big{color: #ec068d;}
#internet02 .con3 h5{    text-align: center;
    font-size: 30px;
    color: #222;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 30px;}
#internet02 .con3 h5 strong{display: block;}
#internet02 .con3 .soho03_inner{    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(221,221,221,0.4);}
#internet02 .con3 .soho03_inner:before{       content: "1";
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1;
    background: #ec068d;
    width: 40px;
    text-align: center;
    padding: 5px 0;
    color: #fff;}
#internet02 .con3 .col-md-3:nth-of-type(3) .soho03_inner:before{content:"2"}
#internet02 .con3 .col-md-3:nth-of-type(4) .soho03_inner:before{content:"3"}
#internet02 .con3 .col-md-3:nth-of-type(5) .soho03_inner:before{content:"4"}
#internet02 .con3 dl dt{       font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.05em;
    font-weight: 600;
    margin-bottom: 5px;}
#internet02 .con3 dl dd{       font-size: 17px;
    letter-spacing: -0.034em;
    line-height: 1.4;}
#internet02 .con3 img{    border: 1px solid #eee;
    margin-bottom: 20px;}

#internet02 .con4 .col-md-12{text-align:center}
#internet02 .con4 .col-md-12 p:first-child{       display: inline-block;
    background: #ec068d;
    color: #fff;
    font-size: 16px;
    padding: 2px 10px;}
#internet02 .con4 .col-md-12 p:first-child span{   font-weight: 600;
    font-size: 18px;
    margin-right: 3px;}
#internet02 .con4 .col-md-12 p:last-child{    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;}
#internet02 .con4 .soho04_inner{max-width: 300px;
    margin: 0 auto;
    padding: 70px 20px;
    border: 10px solid #ec6b7c;
    border-radius: 20px;
    box-shadow: 4px 4px 6px rgba(221,221,221,1);
	position:relative;}
#internet02 .con4 div:nth-of-type(2) .soho04_inner{    border: 10px solid #194aa7;}
#internet02 .con4 .soho04_inner p:first-child{    color: #222;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;}
#internet02 .con4 .soho04_inner p:first-child span{    display: block;
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 500;}
#internet02 .con4 .soho04_inner p:first-child big{    font-size: 30px;
    display: block;
    font-weight: 600;
    color: #194aa7;
    margin-bottom: 5px;}
#internet02 .con4 .soho04_inner p:first-child small{    display: block;
    font-size: 55%;
    margin-top: 5px;
    font-weight: 500;}
#internet02 .con4 .soho04_inner p:nth-of-type(2){    font-weight: 600;
    color: #222;
    margin: 30px 0;
    font-size: 22px;}
#internet02 .con4 .soho04_inner p:nth-of-type(2) small{    display: block;
    font-size: 60%;
    font-weight: 500;}
#internet02 .con4 .soho04_inner p:nth-of-type(3){    color: #ec0606;
    font-size: 22px;}
#internet02 .con4 div:nth-of-type(3) .soho04_inner p big{color: #ec6b7c;}
#internet02 .con4 div:nth-of-type(3) .soho04_inner p:nth-of-type(2){    margin: 40px 0;}
#internet02 .con4 .soho04_inner p:last-child{    
	position: absolute;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    background: #da1019;
    font-weight: 500;
    top: -20px;}
#internet02 .con4 .soho04_inner p:last-child:after{    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    border-top: 15px solid #da1019;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

#location .con ul{    margin-top: 20px;}
#location .con ul li{    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.75;}
#location .con ul li span{      font-weight: 600;
    width: 80px;
    display: inline-block;}

/*2019-08-01*/
@media(max-width:767px){
	.main-business01,.main-business02, .main-business06, #inernet02, .main-business05,.main-business03{padding: 60px 0;}
	.main-business01 .con .col-md-4{    margin-bottom: 50px;}
	.main-business01 .con1{margin-bottom:0}
	.main-business02 dl dd{    overflow: hidden;}
	.main-business02 .col-md-6 dl dd img{float: none;}
	.main-business02 .col-md-6 dl dd span{float: none;
    text-align: center;
    display: block;
    margin-left: 0;}
	.carousel-indicators{    width: auto;}
	.main-business02 .con3 .col-md-12 .row .col-md-3{    padding: 20px 15px 20px;
    min-height: 270px;
    margin-bottom: 15px;}
	.main-business02 .con3 .col-md-3 dl dt{    font-size: 18px;}
	.table.table-type03{margin-bottom:0}
	.main-business04 .con img{    float: none;    max-width: 100%;    padding: 0;}
	.main-business05 p, #internet03.main-business05 p{    letter-spacing: -0.04em;font-size: 18px;}
	.main-business05 p span{    font-size: 20px;}
	.darkquick_wrap{    width: 105px;    bottom: 0;}
	.darkquick_wrap dl dt{    padding: 15px 0;}
	.quick span{    font-size: 20px;}
	.darkquick_wrap dl dd a{    font-size: 15px;    padding: 15px 0;}
	.darkquick_wrap dl dd a i{    font-size: 27px;}
	.navbar-inverse .navbar-brand{    margin-top: 0;
    margin: 10px !important;}
	.navbar-inverse .navbar-toggle .icon-bar{background-color: #6d6e72;}
	.navbar-inverse .navbar-toggle{     border-color: #6d6e72;
    margin-top: 26px;}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:active,.navbar-inverse .navbar-toggle:focus{background:#fff}
	.navbar-inverse .navbar-nav > li > a{    padding: 30px 30px 10px;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{padding: 6px 30px;
    font-size: 16px;}
	.carousel-caption h2,.carousel-caption.caption2 h2{    font-size: 40px;}
	.carousel-caption p{    font-size: 22px;    margin: 10px 0 0;}
	.carousel-inner .item{    height: 400px;}
	.carousel-inner .item:nth-of-type(1){    background-position-x: -750px;}
	.carousel-inner .item:nth-of-type(2){    background-position-x: -600px;}
	.carousel-caption.caption2 h2{    color: #fff;}
	.carousel-caption{    left: 10%;
    right: auto;}
	.container_contents, .sub-layout{    padding-top: 88px;}
	#m-16{    padding: 15px 0 0 30px;}
	.subTop{    height: 250px;}
	.subTop h2{    padding-top: 95px;
    padding-left: 20px;
    font-size: 50px;}
	#internet01 .con2 .col-md-2{    height: 70px;
    margin-bottom: 40px;}
	#network02 .con1 .col-md-2{      height: 120px;}
	#internet01 .con2 .col-md-2 .fa-arrow-circle-right:before,#network02 .con1 .col-md-2 .fa-arrow-circle-right:before{    content: "\f0ab";}
	#internet01 .con4 .col-md-6{margin-bottom:30px}
	#internet02 .con3 .soho03_inner{
    margin-bottom: 20px;}
	#internet02 .con4 div:nth-of-type(2) .soho04_inner{    margin-bottom: 25px;}
	#network02 .con2 .col-md-4{margin-bottom:20px}
}