@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');
@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: 'Quicksand', '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;
	padding:0
}

.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}
a:hover{text-decoration:none}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
   padding: 150px 15px 100px;
}
.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: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #117b4e;
    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: #11ab69;
}
.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;
    border-color: rgba(0,0,0,0.1);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand{
	padding:0;
}
.navbar-brand img {
	padding-top: 33px;
	margin-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
	background-color:transparent;	      /*배경 색*/
	color: #333;
	font-size: 16px;
	font-weight: 700;
	padding: 47px 15px 43px;
	margin: 0;
	letter-spacing: 0.04em;
}
.navbar-inverse .navbar-nav > li > a:hover{color: #084b94;}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {	
	.navbar-inverse .navbar-nav .dropdown-menu{
		background-color: rgba(0, 0, 0, 0.7);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 12px 0px;
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: fadeInDown;
		left: 0;
		right: auto;
		border: none;
		box-shadow: none;
		}
	.navbar-inverse .navbar-nav .dropdown-menu > li > a, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
		color: rgba(255, 255, 255, 0.7);
		padding: 8px 20px;
		font-size: 14px;
		line-height: 1;
		text-align: left;
		letter-spacing: 0.03em;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: rgba(255, 255, 255, 1);
		font-weight: 500;
		background-color: rgba(255, 255, 255, 0);
	}}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center{background-color: #333;color: rgba(255, 255, 255, .8);font-size: 13px;padding: 50px 0;margin: 0px 0px 0px 0px;letter-spacing: 0.03em;text-align: center;}
	.footer_copy .text-center h2{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: 0.02em;
    }
	.footer_copy .text-center img{    width: 40px;
    margin-top: 0;}
.footer_copy .copy {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.footer_copy .text-center a{display:inline-block}
.footer_copy li {    padding: 0 0 6px;}
.footer_copy li span{margin-right:10px}
/* 하단 카피라이트 설정 끝*/

/*slide*/
.carousel-inner .item{width:100%;height: 100vh}
.carousel-inner .item:nth-of-type(1){background:url(/skin/img/slide/slide02.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(2){background:url(/skin/img/slide/slide01.jpg)no-repeat center / cover}
.carousel-caption{    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: 20%;
    text-align: left;
    right: auto;
    padding: 0;}
.carousel-caption h2{    font-size: 60px;
    line-height: 67px;
    /* font-weight: 400; */
    margin-bottom: 40px;
    margin-top: 0;}
.carousel-caption h2:before{
    content: "";
    width: 130px;
    height: 130px;
    background: #363e56;
    position: absolute;
    left: -45px;
    top: -45px;
    opacity: 0.7;
    z-index: -1;
    }
.carousel-caption p{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.03em;
    }
.carousel-indicators{    text-align: left;
    bottom: 100px;}
.carousel-indicators .active,.carousel-indicators li{    width: 15px;    border: 2px solid #fff;
    height: 15px;
    margin: 2px;}

/*main*/
.main-business01{
    padding: 135px 0;
    text-align: center;
    }
.main-business01 img{    margin: 0 auto 60px;}
.main-business01 p{
    font-size: 20px;
    margin-bottom: 80px;
    color: #333;
    }
.main-business01 p span{
    display: block;
    color: #3b4973;
    padding-bottom: 12px;
    font-weight: 600;
    }
.main-business01 p span strong{font-weight: 700;}
.main-business01 a{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 20px 65px;
    border: 1px solid;
    height: 60px;
    display: inline-block;
    }
.main-business01 a:hover{color:#fff;background:#333}
.main-business02 {width:100%;height:740px;background:url(/skin/img/main/mainbusi02_bg.jpg)no-repeat center / cover;padding: 125px 0;}
.main-content h3{font-size:40px;color:#fff;text-align:center;margin-bottom:60px;margin-top: 0;}
 .main-business02 a{display: block; border: 1px solid rgba(255,255,255,0.6);}
.main-business02 a:hover{
    border: 1px solid rgba(255,255,255,1);} 
.main-business02 dl{padding: 40px 23px;margin:0;}
.main-business02 dl dt{font-size:18px;letter-spacing: 0.034em;color:#fff;margin-bottom: 10px;font-weight: 600;}
.main-business02 dl dd{font-size:15px;letter-spacing: 0.034em;color:#fff;opacity: 0.8;line-height: 1.5;}
@media(min-width:768px){
	.main-business02 .col-md-3{width:20%;padding: 0 10px;}
}
@media(min-width: 1400px){
	.main-content .container{max-width:1400px;width:100%}
}
.main-business03 {padding: 125px 0;width:100%;height:640px;background:url(/skin/img/main/mainbusi03_bg.jpg)no-repeat center / cover;}
.main-business03  h3{color: #333;font-weight: 600;letter-spacing: -0.02em;}
.mainbusi03_inner{height:100%;min-height:305px}
.mainbusi03_inner.left{
    padding: 50px;
    background: #363e56;
    min-height: 320px;
    }
.mainbusi03_inner.left dl{
    margin: 0;
}
.mainbusi03_inner.left dl dt{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    }
.mainbusi03_inner.left dl dd{
    letter-spacing: 0.034em;
    margin-bottom: 20px;
    color:#fff;
    font-size: 16px;
    }
.mainbusi03_inner.left dl dd:last-child{
    margin-bottom: 0;
    }
.mainbusi03_inner.left dl dd span,.mainbusi03_inner.left dl dd ul{display:block;color:#aaaaaa;padding-top: 4px;}
/* .mainbusi03_inner.left dl dd:nth-of-type(1){
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #ffe8b4;
    } */
.main-business03 .mainbusi03_inner.right{
    padding: 50px;
    background: #fff;
    height: 320px;
    }
.main-business03 .mainbusi03_inner.right dl dt{
    font-size: 25px;
    color: #333;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    }
.main-business03 .mainbusi03_inner.right dl{margin-bottom:0}
.main-business03 .mainbusi03_inner.right dl dd{
    letter-spacing: 0.034em;
    color: #333;
    font-weight: 600;
    font-size:16px;
    }
.main-business03 .mainbusi03_inner.right dl dd span, .main-business03 .mainbusi03_inner.right dl dd ul{display:block;color:#666;font-size:13px;margin-top: 10px;margin-bottom:0;}
 .main-business03 .mainbusi03_inner.right dl dd ul li{margin-bottom: 2px;font-size: 14px;font-weight: 500;}
.main-business03 .mainbusi03_inner.right dl dd:nth-of-type(1){
    letter-spacing: 0.01em;
    font-size: 20px;
    margin-bottom: 20px;
    color: #4a5d95;
    font-weight: 600;
    }

/*sub*/
.subTop{    width: 100%;
    height: 280px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;}
.subTop .bread{    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;}
.subTop .bread .breadcrumb{
    margin: 0;
    background: 0;
    color: rgba(255,255,255,0.6);
	letter-spacing: 0.04em;
	font-size: 13px;
    padding: 0 15px 15px;
    }
.breadcrumb>li+li:before {
    content: "\f105 ";
	color: rgba(255,255,255,0.6);
    font-family: "FontAwesome";
}
.subTop h2{
    position: absolute;
    margin: 0;
    left: 20%;
    top: 70%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0;
    font-weight: 200;
    font-size: 48px;
    }
.subContent{padding: 100px 0 120px;}
.subContent .section{margin-bottom:100px}
.subContent .section:last-child{margin-bottom:0}
.subTitle h3{
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #222;
    margin-bottom: 80px;
    }
.subContent .nav-pills{    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #555;}
.subContent .nav-pills li a{  color: #333;
    font-size: 18px;
    letter-spacing: 0.034em;
    border-radius: 0;
    background: transparent;}
.subContent .nav-pills li a:hover{font-weight:500;color:#333}
.subContent .nav-pills li.active a{border:1px solid #333;background:transparent;font-weight:400}
.subContent h4{font-size: 22px;
    color: #000;
    border-left: 1px solid;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 15px;}
.subContent .con{margin-bottom:60px}
.subContent .con:last-child{margin-bottom:0}
/*product*/
.product .con dt{
    font-size: 20px;
    margin-bottom: 10px;
    }
.product .con dd{font-size: 16px;line-height: 1.65;}
.product .con img{
    padding: 8px;
    border: 1px solid #ddd;
    }
.product .con .clearfix{margin-bottom: 60px;}

/*feature*/
.feature dl{    border: 1px solid #ddd;
    padding-bottom: 20px; min-height: 190px;}
.feature dl dt{    font-size: 20px;
    text-align: center;
    padding: 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;}
.feature dl dd{      margin: 5px 40px 10px;
    font-size: 16px;}
.feature img{    border: 1px solid #ddd;
    box-shadow: 5px 5px 0 rgba(221,221,221,0.3);
    padding: 10px;}

/*BBS*/
.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {padding: 16px 20px; color: #666; font-size: 15px;}
.dh-board .table > thead > tr > th {background: #f8f8f8; vertical-align: middle; border-bottom: 1px dotted #bdbdbd; font-size: 15px; font-weight: 600; color: #333; letter-spacing: -0.03em;}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #dedede;}
.dh-board .table > tbody > tr > td > strong > a {color: #555;}
.dh-board > .table-hover {border-top: 2px solid #2d2d2d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td {background-color: #f9f9f9;}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}
.bbs-blog2-index-layout .dhb-txt-box-type-b {border: none; background-color: #fff; width: 25%; margin: 0 0 20px; padding: 0 10px;}
.bbs-blog2-index-layout .dhb-txt-box-type-b > div {margin: 0; padding: 0; border: 1px solid #e5e5e5;}
.dhb-txt-box-type-b-img-layout {padding: 0;}
.dhb-txt-box-type-b-img-layout .thumb-hidden {border: none; min-height: 200px; max-height: 200px; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.dhb-txt-box-type-b-text-layout h4{font-size: 14px; margin: 15px 0;}
.dhb-txt-box-type-b-text-layout .txt-box-footer{margin-top: 0; float: none; text-align: left; display: none;}
.txt-box-footer em {display: none;}
.txt-box-footer em > span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em > span:last-child{display: none;}
.txt-box-footer small.hits{display: none;}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {width: 100%; margin: 10px 0 20px;}
}
.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label-danger{color: #d83d0f;}
.label-primary{color: #d83d0f;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #666; border: 1px solid #666 !important;}
.pagination > li > a, .pagination > li > span {color: #9D8478; border: 1px solid #fff !important;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.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;}
.sns-box {display: none;}
.dh-view-box > .row > .page-header {border-top: 2px solid #000; border-bottom: 1px solid #ccc; padding: 0 20px; margin: 0;}
.dh-view-box > .row > .page-header > h4 {color: #333;font-size: 23px;margin: 14px 0;border-left: 0;padding-left: 0;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: rgba(0,0,0,0); padding: 8px 20px 8px; color: #888;}
.dh-view-box > .row > .dh-view-info > span {padding: 0 15px 0 0;}
.dh-view-box > .row > .dh-view-info > span > strong {color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px 60px !important; min-height: 100px;}
.input-group-btn #btnNew{    background-color: #666;
    border-color: #666;}
.input-group-btn #btnNew:hover{    background-color: #333;
    border-color: #333;}
/*about*/
#about01 .greet p{
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    font-weight: 300;
    padding: 0 20px;
    margin-bottom: 0;
    }
#about01 img{margin: 100px 0 80px;}
#about01 .intro_area{    width: 100%;
    max-width: 750px;
    margin: 0 auto;}
#about01 p{
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.02em;
}
#about02 dl{    margin-top: 15px;}
#about02 dl dt{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    padding-top: 20px;
    }
#about02 dl dd{
    padding-left: 75px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 7px;
    }
#about02 dl dd span{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #333;
    }
#feature05 img {
    width: 100%;
    padding: 30px;
}
/*contact*/
.contact_area{       background: #363e56;
    padding: 40px;}
.contact_area ul{    margin: 0;}
.contact_area ul li{    font-size: 17px;
    letter-spacing: 0.034em;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 300;}
#contact01 .mainbusi03_inner.left{    padding: 20px 20px;
    min-height: 230px;
    width: 800px;
    margin: auto;
    border-radius: 0px;
}
#contact01 .mainbusi03_inner.left dl{margin-bottom: 0;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 5px;padding: 30px;}
#contact01 .mainbusi03_inner.left dl dt{width: 200px;}
#contact01 .mainbusi03_inner.left dl dd{margin-left: 200px;}
#contact01 img{border:1px solid #ddd}


/*Formmail*/
#mailForm {
    max-width: 1200px;
    margin: 0px auto;
    padding: 60px 120px 80px;
    background: #f5f5f5;
    /* border-radius: 6px; */
    border: 1px solid #eee;
}
#mailForm .form-control {
    border-radius: 2px;
}
#mailForm .form-group label {
    font-size: 16px;
    color: #333;
    margin: 0 0 8px;
}
#mailForm .form-group .checkbox label {
    font-size: 13px;
    color: #555;
}
#mailForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #3465B0;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow:none;
    border: none;
    margin: 0 auto;
}
.checkbox {
    margin-bottom: 40px;
}

/*mail*/
/*mail*/
#mail .subTop .nav ul li{    float: none;
    margin: 0 auto;
    width: 50%;}
#mod_type_formForm{    max-width: 1000px;
    margin: 0 auto;}
@media(min-width:768px){
#mod_type_formForm .q_number > div:last-child{width:calc(100% - 150px)}
	
	}
#mod_type_formForm .q_number:nth-of-type(1) .radio label{    margin-right: 15px;}
#mod_type_formForm .q_number:nth-of-type(1) .radio label input{    margin: 4px 0 0 -20px;}
#mod_type_formForm .q_number:nth-of-type(1) .radio{margin-bottom:30px}
#mod_type_formForm .q_number .clearfix.col-sm-12{width:150px}
#mod_type_formForm .q_number div:nth-child(2){display:none}
#mod_type_formForm .q_number:nth-of-type(1) div:nth-child(2), #mod_type_formForm .q_number:nth-of-type(5) div:nth-child(2){display:block}
#mod_type_formForm .q_number h3{    margin-top: 10px;}
#mod_type_formForm .q_number h3 i{display:none}
#mod_type_formForm .q_number input,#mod_type_formForm .q_number textarea{    margin: 0 0 30px 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    background: rgba(255,255,255,0);}
#mod_type_formForm .q_number textarea{    border: 1px solid #ccc;}
#mod_type_formForm .btn-wrap{text-align: center;}    
#mod_type_formForm .btn-wrap button{    
	float: none !important;
    max-width: 200px;
    width: 100%;
    border-radius: 0;
    color: #4274c1;
    background: rgba(0,0,0,0);
    border: 2px solid #4274c1;
}
#mod_type_formForm .btn-wrap button:hover{color:#1a4486;border: 2px solid #1a4486;}
.agree_text{    text-align: center; padding-left: 15px;}
.agree_text p{    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;}

/*2019-08-14*/
#project .bbs-area table .writer,#project .bbs-area table .regdate{display:none}

/*2019-08-19*/
@media(max-width:767px){
	.container_contents, .sub-layout{padding-top:70px}
	.navbar-inverse{background:#fff!important;border-color:#ddd}
	.navbar-brand img{    margin: 15px;
    padding-top: 0;}
	.carousel-inner .item{height: 500px;}
	.carousel-caption{    left: 5%;}
	.carousel-caption h2{    font-size: 40px;
    line-height: 1.4;}
	.carousel-caption p{    font-size: 19px;
    letter-spacing: -0.034em;}
	.main-business01{    padding: 90px 0;}
	.main-business01 p{    margin-bottom: 40px;}
	.main-business02,.main-business03{    height: 100%;    padding: 90px 0;}
	.mainbusi02_inner{margin-bottom:20px}
	.mainbusi03_inner.left{    margin-bottom: 40px;    padding: 40px 20px;}
	.main-business03 .mainbusi03_inner.right{    padding: 40px 20px;}
	.footer_copy .text-center{padding: 40px 0 25px;}
	.footer_copy .text-center h2, .footer_copy li, .footer_copy .copy, .footer_copy .text-center .col-sm-2{    text-align: center;}
	.footer_copy .text-center h2{    margin-bottom: 10px;}
	.navbar-inverse .navbar-toggle{    margin: 18px 15px;}
	.navbar-inverse .navbar-toggle .icon-bar{background:#333}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background:#fff}
	.navbar-inverse .navbar-nav > li > a{    padding: 35px 25px 10px;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{background:#fff;color:#084b94}
	.product .con img{margin-bottom:15px}
	.subTop{    height: 180px;}
	.subTop .bread{text-align: center;}
	.subTop h2{    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);}
	.subContent{    padding: 80px 0 100px;}
	.subTitle h3{    margin-bottom: 60px;}
	.feature img{margin-bottom:20px}
	#feature01 .section{margin-bottom:60px;padding-bottom:60px;border-bottom:1px dashed #ddd}
	#feature01 .section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
	#about01 .greet p{      font-size: 22px;
    line-height: 1.4;}
	#about01 img {    margin: 60px 0 40px;}
	#about01 p{    font-size: 16px;    letter-spacing: -0.034em;}
	#about02 .col-md-6:first-child dl{    margin-bottom: 60px;}
	#about02 dl dt{
    padding-top: 0;}
	#contact01 .mainbusi03_inner.left{    width: 100%;
    max-width: 800px;}
	#contact01 .mainbusi03_inner.left dl{    padding: 30px 20px;}
	#contact01 .mainbusi03_inner.left dl dt{    width: 100%;}
	#contact01 .mainbusi03_inner.left dl dd{    margin-left: 0;}
	/* .mainbusi03_inner.left dl dd:nth-of-type(1){    font-size: 18px;letter-spacing:-0.034em} */
	#mod_type_formForm .q_number h3{margin-bottom:5px !important}
	.agree_text p{    margin-bottom: 10px;    font-size: 15px;    letter-spacing: -0.034em;}
}