@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {
    background-color: #fff;
    padding-top: 92px;
    overflow-x: hidden;
}
a:hover{
	text-decoration:none;
}
/* 폰트 설정 */
.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;
}
.intro-html-layout{
	padding:0;
}
.navbar .caret, .navbar .divider-vertical, .navbar ~ br, .footer-social-layout, .footer_copy .text-center > br, .topmarginLay_a {
    display: none;
}
.navbar-inverse {
    background: #fff;
    border: none;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 20px 0 !important;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
    max-width: 160px;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
    min-width: 60px;
    padding: 38px 15px 35px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #222;
    -webkit-text-shadow: none;
    text-shadow: none;
    letter-spacing: -0.04em;
    line-height: 1;
    border-top: 3px solid rgba(0, 0, 0, 0);
}
 	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li:focus > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #888;
    border-color: #fcb414;
}
}

@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
    left: 0;
    right: auto;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-name: fadeInRight;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    background: #222;
    padding: 10px;
}
	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
.navbar-inverse .dropdown-menu > li > a {
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #e6e6e6;
    letter-spacing: -0.04em;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    background: none;
    color: #fcb414;
    font-weight: 500;
}

/* personal setting 0.51v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li {
    margin: 20px 0 0;
    border-top: 2px solid #6f625a;
}
.location-li li {
    padding: 15px 20px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e6e6e6;
}
.location-li span {
    color: #222;
    font-weight: 500;
    display: inline-block;
    min-width: 100px;
}
.location-li span i { margin-right: 6px; }
.partner-li {
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li { display: inline-block; }
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li {
    float: left;
    display: inline-block;
    margin: 10px 0;
    padding: 15px 25px;
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #222;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.category-li > li .numbering {
    color: #6f625a;
    font-weight: 600;
}
.process-li li {
    position: relative;
    margin-right: 30px;
}
.process-li li:after {
    content: '\f061';
    font-family: 'fontawesome';
    font-size: 20px;
    color: #aaa;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translatey(-50%);
}
.process-li li:last-child:after{
	display:none;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt, .trait-dl dd {
    float: left;
    padding: 20px 20px;
    border-top: 2px solid #e6e6e6;
    min-height: 120px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
.trait-dl dt {
    border-color: #6f625a;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
.trait-dl dt span{
	display:block;
}
.trait-dl dt .numbering {
    margin: 0 0 5px;
    background: #fcb414;
    width: 34px;
    height: 34px;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
}
@media(min-width:768px){
	.trait-dl dt{
		width:40%;
	}
	.trait-dl dd{
		width:60%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card {
    border: 1px solid #6f625a;
}
.card .card-ttl {
    background: #6f625a;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin: 0;
    padding: 15px 20px;
}
.card p {
    margin: 0;
    padding: 25px 20px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
.card ul {
    margin: 0;
    padding: 20px 15px;
}
.card ul > li {
    padding: 0;
    list-style: none !important;
    padding-left: 15px;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0 0 5px;
    position: relative;
}
.card ul > li:before {
    content: "";
    background: #ccc;
    width: 5px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
.card .card-ttl span{
	color:#fcb414;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.quote-box ul:last-child {
    margin-bottom: 0;
}
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #fcb414;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#fcb414;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #fcb414;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.51v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.carousel-caption {
    margin: 0;
    padding: 0 40px;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 {
    margin: 0 0 25px;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.06em;
    line-height: 1;
}
.carousel-caption h2 span{
	font-weight:600;
}
.carousel-caption ul {
    margin: 0;
    padding: 0;
}

.carousel-caption li {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #fff;
}
.carousel-caption li + li {
    margin-top: 5px;
}
.carousel-caption li span {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    background: #000;
}
.carousel-caption li span:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fcb414;
}
.item.active .carousel-caption h2,
.item.active .carousel-caption li{
	animation-name:fadeInUp;
	animation-duration:1.5s;
	animation-fill-mode:both;
}
.item.active .carousel-caption li:nth-child(1){
	animation-delay:0.2s;
}
.item.active .carousel-caption li:nth-child(2){
	animation-delay:0.4s;
}
.item.active .carousel-caption li:nth-child(3){
	animation-delay:0.6s;
}
.main-content > section{
	padding:80px 0;
	min-height:500px;
}
.main-content > section:nth-child(odd){
	background: #f5f5f5;
    box-shadow: inset 5px 0 10px rgba(0,0,0,0.2);
}
.main-content .title{
	text-align:center;
	margin-bottom:40px;
}
.main-content .title h3 {
    position: relative;
    margin: 0 0 25px;
    padding: 14px 0 0;
    color: #222;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}
.main-content .title h3:before, .main-content .title h3:after {
    content: '';
    width: 60px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #222;
}
.main-content .title h3:after {
    width: 20px;
    background: #fcb414;
    left: calc(50% - 20px);
}
.main-content .title p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0;
}
.main-content section img{
	padding:10px;
	background:#fff;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
.main-content section p {
    color: #444;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin-bottom: 20px;
}
#mod_type_formForm .btn-primary, .main-content section .btn-primary {
    margin-top: 20px;
    min-width: 160px;
    padding: 14px 50px;
    border: 2px solid #fcb414;
    border-radius: 4px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    background: #fcb414;
}
#mod_type_formForm .btn-primary:hover, .main-content section .btn-primary:hover {
    color: #222;
    background: none;
}
.main-content .txt-box{
	min-height:376px;
}
.main-content .txt-box .inner{
	position:absolute;
	left:0;
	top:50%;
	padding:0 15px;
	transform:translatey(-50%);
}
.menu-banner{
	padding:20px 0;
}
.menu-banner .row{
	margin:0 -5px;
}
.menu-banner .col-sm-4{
	padding:0 5px;
}
.menu-banner a{
	transition:all .3s ease;
}
.menu-banner a:hover{
	border-top-color:#fcb414;
	transform:translatey(-5px);
	box-shadow:0 5px 5px rgba(0,0,0,0.2);
}
.menu-banner .inner{
	position:relative;
	display:block;
	min-height:136px;
	padding:15px;
	border:1px solid #ccc;
	border-top:2px solid #222;
	color:#333;
}
/* .menu-banner .inner:before{
	content:'';
	display:block;
	position:absolute;
	top:-3px;
    left: -1px;
	width:20px;
	height:3px;
    background: #fcb414;
} */
.menu-banner .inner:after{
	content:'';
	display:block;
	clear:both;
}
.menu-banner .inner img,
.menu-banner .inner .txt-box{
	float:left;
	width:50%;
}
.menu-banner .inner .txt-box{
	padding:0 10px;
}
.menu-banner .inner h5{
	margin-top:10px;
	font-size:18px;
	font-weight:600;
}
.menu-banner .box3 h5{
	margin-top:5px;
}
.menu-banner .inner p{
	line-height:1.3;
}
.menu-banner .inner p span{
	display:block;
	font-weight:600;
	font-size:16px;
}
.menu-banner .inner p small{
	font-size:13px;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div{
	padding:30px 15px;
	background:#111;
	color:#bbb;
	font-size:13px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid rgba(255,255,255,0.2);
}
.footer_copy li:last-of-type{
	border-right:none;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader {
    height: 320px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2,
.pageheader p{
	animation-name: fadeInUp;
	animation-duration: 1.5s;
    animation-fill-mode: both;
}
.pageheader h2 {
    margin: 125px 0 15px;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1;
}
.pageheader p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
	animation-delay:0.2s;
}
.breadcrumb {
    text-align: right;
    margin: 0 0 60px;
    padding: 0;
    background: transparent;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #666;
}
.breadcrumb .active {
    color: #222;
    font-weight: 600;
}
.subpage-content {
    padding-top: 20px;
    padding-bottom: 80px;
    min-height: 500px;
}
.subpage-content section { padding-bottom: 60px; }
.subpage-content .emp{
	font-weight:500;
	color:#fcb414;
}
.subpage-content .title h3 {
    text-align: center;
    position: relative;
    margin: 0 0 40px;
    padding: 14px 0 0;
    color: #222;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content .title h3:before, .subpage-content .title h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #222;
}
.subpage-content .title h3:after {
    width: 20px;
    background: #fcb414;
    left: calc(50% - 20px);
}
.subpage-content section h4 {
    margin: 0 0 20px;
    padding-left: 15px;
    color: #444;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    position: relative;
}
.subpage-content section h4:before {
    content: "";
    background: #fcb414;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}
.table {
    border-top: 2px solid #6f625a !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0;
}
.dh-board > .table-hover {
    margin: 0 0 60px;
}
.table tr th, .table tr td {
    padding: 15px 15px !important;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}
.table tr th {
    color: #222;
    font-weight: 500;
}
.table tr td a {
    color: #444;
    font-weight: 500;
}

/* subpage about */
.about01-se2 .card {
    min-height: 175px;
}

/* subpage consult */
#consult01 .se3 .location-li span{
	min-width:160px;
}
.consult01-se1 .card {
    min-height: 175px;
}
#consult01 .se4 .col-sm-4 .card {
    min-height: 200px;
    margin: 0 0 30px;
}
#consult01 .se4 .col-sm-4:nth-child(7) .card,
#consult01 .se4 .col-sm-4:nth-child(8) .card,
#consult01 .se4 .col-sm-4:nth-child(9) .card{
	min-height:300px;
}
.process-wrap .card:after {
    content: '\f061';
    font-family: 'fontawesome';
    font-size: 20px;
    color: #aaa;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translatey(-50%);
}
.process-wrap div:last-child .card:after{
	display:none;
}
#consult01 .se5 .location-li span{
	min-width:0;
}

/* subpage analyze */
#analyze01 .analyze01-se1 .card {
    min-height: 175px;
}
#analyze01 .process-wrap .card {
    min-height: 150px;
    margin: 0 0 30px;
}
#analyze01 .se4 .location-li span{
	min-width:175px;
}
#analyze01 .se5 li {
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}

/* subpage survey */
#survey01 .analyze01-se1 .card { min-height: 175px; }
#survey01 .process-wrap .card {
    min-height: 175px;
    margin: 0 0 30px;
}
#survey01 .se4 .location-li span{
	min-width:160px;
}


.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}

/* subpage faq */
#faq .table tbody tr > td:first-child{
	font-size:0;
	color:transparent;
	text-align:center;
}
#faq .table tbody tr.faq-questions > td:first-child:before{
/* 	counter-increment:tr; */
	content:'Q';
	font-size:14px;
	color:#555;
}
#faq .table tbody tr.faq-answers > td:first-child:before{
/* 	counter-increment:tr; */
	content:'A';
	font-size:14px;
	color:#555;
}


/* subpage contact */
.q_number div h3{
	margin-bottom:10px!important;
}
.q_number div h3 .fa{
	display:none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	margin-top:5px;
}
.checkbox label, .radio label{
	margin-right:20px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 55px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
.btn-primary{
	border-color:transparent;
	color:#222;
	background:#fcb414;
	font-weight:500;
}

#contact #mod_type_formForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#contact #mod_type_formForm > * {
    order: 3;
    grid-column: span 3;
}
#contact #mod_type_formForm .q_number:nth-child(1),
#contact #mod_type_formForm .q_number:nth-child(2),
#contact #mod_type_formForm .q_number:nth-child(4) {
    grid-column: auto;
    order: 2;
}
#contact #mod_type_formForm .q_number:nth-child(3) {
    order: 1;
}
#contact #mod_type_formForm .btn-wrap button {
    float: unset !important;
    min-width: 200px;
    margin-top: 50px;
    padding: 18px;
}

@media(min-width:768px){
	/* .q_number:nth-child(1),
	.q_number:nth-child(2),
	.q_number:nth-child(3),
	.q_number:nth-child(4){
		width:50%;
	}
	.q_number:nth-child(7),
	.q_number:nth-child(8),
	.q_number:nth-child(9){
		width:33.3333%;
	} */
	
}
@media(max-width:767px){
    #contact #mod_type_formForm {
        grid-template-columns: 1fr;
    }
    #contact #mod_type_formForm > * {
        grid-column: auto !important;
    }
}