@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Dosis|Homenaje|Rajdhani');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-x: hidden; overflow-y: scroll;}

.body-layout {
	padding-right: 0 !important;
/*     padding-top: 110px; */
}

.body-layout {
    font-family: 'Didact Gothic', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }

h1, h2, h3, h4, h5, h6, input, textarea, button {
    font-family: 'Homenaje', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
h4{color:#999}    
.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
/*     background-color: #004177; */
	position: static;
	background-color: transparent;
    border: none;
    margin-bottom: 0;
	  background: #333;
}

.navbar-inverse .navbar-brand img {
    margin-top: 0;
    width: 69px;
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
		letter-spacing: 0.1em;
		font-weight: 600;
		padding: 45px 25px 25px;
		color: #FFF;
		opacity: .75;
	font-family: 'Rajdhani', sans-serif !important;
		
		
	}
	.navbar-inverse .navbar-nav > li {font-family: 'Rajdhani', sans-serif;}
	.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 > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-right .dropdown-menu {
		left: 0;
		right: auto;
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: none;
		background-color: rgba(0, 0, 0, .85);
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.dropdown-menu > li > a {
		padding: 7px 25px;
		font-size: 15px;
		color: #FFF;
		text-transform: uppercase;
		font-family: 'Rajdhani', sans-serif !important;
	}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #FFF;
		text-decoration: underline;
	}
}

.container_slide, .container_contents {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container_contents {
	display: none;
}

.container_slide .fill {
    height: calc(100vh - 247px);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333;
	background-size: contain;

}

.container_slide .fill h1 span, .container_slide .fill p span {
	opacity: 1;
	background-color: transparent;
	text-shadow: none;
	display: block;
	font-family: 'Dosis', sans-serif;
}

.container_slide .fill h1 {
	margin: 0;
}

.container_slide .fill p {
	font-size: 18px;
	letter-spacing: -0.03em;
	margin: 20px 0 0;
}

.container_slide .fill p span {
	text-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
}

.container_slide .carousel-caption {
/* 	background-color: rgba(0, 0, 0, .35); */
/* 	padding: 120px 15px 0; */
	/*padding: 25vh 15px 0;*/
	/*top: 0;*/
	bottom: 0px;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border: 1px solid #FFF;
	margin: 3px 5px;
	border-radius: 50%;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	border: 1px solid #FFF;
	margin: 3px 5px;
	border-radius: 50%;
	background-color: transparent;
}

.carousel-indicators .active::after {
    content: '';
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #FFF;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

#main .main-img{width:100%;height:770px;
	background:url(/skin/img/silde01.jpg);}


.intro-html-layout {
	margin-left: 0;
	margin-right: 0;
}

.intro-html-layout > .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.is-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-title h3 {
    font-size: 32px;
    margin: 0 0 20px;
    word-break: keep-all;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
#section1, #section3 {
    background-color: #e6e6e6;
}
.aboutus-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px;
	word-break: keep-all;
    color: #515151;
}
.aboutus-text .text-danger {
    color: #3497e9;
}
.aboutus-items {
	margin-top: 50px;
}
.aboutus-item-inner {
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 0 20px;
    min-height: 170px;
    border: 5px solid #fff;
    border-radius: 0;
    cursor: default;
    -webkit-transition: ease-in-out 300ms all;
    -moz-transition: ease-in-out 300ms all;
    transition: ease-in-out 300ms all;
}
.aboutus-item-inner:hover {
    background: #fff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.aboutus-item-inner h4 {
	color: #004177;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.aboutus-item-inner h4::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background-color: #004177;
    margin: 12px 0 0;
}

.aboutus-item-inner p {
    font-size: 15px;
    word-break: keep-all;
    color: #515151;
    line-height: 1.8;
}

.consultants-items > .row {
	margin-bottom: 30px;
}

.consultants-items > .row:last-child {
	margin-bottom: 0;
}
.consultants-name {
    color: #004177;
    font-size: 20px;
    letter-spacing: -0.04em;
    margin: 10px 0 12px;
}
.consultants-name small {
    display: block;
    color: #888;
    font-size: 13px;
    margin: 5px 0 0;
}
.consultants-des {
    color: #444;
    font-size: 13px;
    letter-spacing: 0.04em;
}
.consultants-list {

    padding: 20px 30px;
    margin: 0;
}
.consultants-list li {
    font-size: 15px;
    line-height: 2;
    color: #222;
    margin: 0;
    list-style: none;
    padding-left: 13px;
    position: relative;
}
.consultants-list li:before {
    content: "";
    background: #aaa;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 14px;
    left: 0;
}
.consultants-list .advisor{font-weight:bold;
		margin-left:-3%}


#section4 {
    padding-top: 0;
    padding-bottom: 60px;
    background: #f2f2f2;
}
.location-text {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin: 20px 0 0;
}
.footer_copy .text-center {
    background-color: #333;
    font-size: 12px;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    float: none;
}
.footer_copy .wrap-footer {
    color: #aaa;
    font-size: 12px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.04em;
}
.footer_copy .wrap-footer img {
    margin-right: 30px;
}
.footer_copy .wrap-footer strong {
    color: #fff !important;
	font-family: 'Dosis', sans-serif;
}
.wrap-footer > .text-right {
   margin-top: 70px;
}
address {
    margin-bottom: 0;
    margin-top: 6px;
	line-height: 22px;
}
@media screen and (max-width:768px){
	.wrap-footer address{
		display: inline-block;
		margin-top: 20px;
		width: 100%;
	}
	.wrap-footer > .text-right{
		text-align:left;
	}
}


/*modal*/

.modal-btn{color:#999}
.modal-btn:hover{color:#fff}


.modal-dialog{text-align:left}



/* Sub */
.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.is-sub {
	padding-bottom: 100px;
}

.is-sub header {
    height: 260px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.is-sub header.visual1 { background-image: url(/skin/img/sub/visual1.jpg); }
.is-sub header.visual2 { background-image: url(/skin/img/sub/visual2.jpg); }
.is-sub header.visual3 { background-image: url(/skin/img/sub/visual3.jpg); }
.is-sub header.visual4 { background-image: url(/skin/img/sub/visual4.jpg); }
.is-sub header.visual5 { background-image: url(/skin/img/sub/visual5.jpg);background-size: cover; }
.is-sub article p {
	font-size: 15px;
	color: #515151;
	letter-spacing: -0.03em;
	-ms-word-break: keep-all;
	word-break: keep-all;
	line-height: 1.8;
	margin: 0 0 20px;
}

.is-sub ul, .is-sub ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.is-sub ul > li, .is-sub ol > li {
	font-size: 15px;
	color: #515151;
	letter-spacing: -0.03em;
	-ms-word-break: keep-all;
	word-break: keep-all;
	line-height: 1.8;
}

.is-sub hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-style: dashed;
}

.is-sub article .section-title {
	margin: 50px 30px;
	text-align: center;
}

.is-sub article .section-title h2 {
	font-size: 36px;
	font-weight: 500;
	color: #212121;
	letter-spacing: -0.05em;
	margin: 0 0 10px;
	line-height: 1;
}

.is-sub article .section-title p {
	color: #ABABAB !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	line-height: 1 !important;
}

.table.table-all-centered thead tr th,
.table.table-all-centered tbody tr th,
.table.table-all-centered tbody tr td {
	text-align: center !important;
}

.table.table-style { border-top: 1px solid #414141; }
.table.table-style thead tr th, .table.table-style tbody tr th, .table.table-style tbody tr td { padding: 12px 15px; font-size: 14px; letter-spacing: -0.03em; vertical-align: middle; line-height: 1.8; }
.table.table-style thead tr th, .table.table-style tbody tr th { background-color: #fcfcfc; color: #212121; border-bottom: 1px solid #E7E7E7; }
.table.table-style tbody tr th, .table.table-style tbody tr td { border-bottom: 1px solid #E7E7E7; }
.table.table-style tbody tr td { color: #414141; }
/* .table.table-style thead tr th+th { border-left: 1px solid #E7E7E7; } */
.table.table-style tbody tr th+th { border-left: 1px solid #E7E7E7; }
/* .table.table-style tbody tr td { border-left: 1px solid #E7E7E7; } */
/* .table.table-style tbody tr > td:first-child { border-left: 0; } */

.dh-board .table-hover { border-top: 1px solid #414141; border-bottom: 0; }
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td { padding: 12px 15px; font-size: 15px; letter-spacing: -0.03em; vertical-align: middle; line-height: 1.8; }
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th { background-color: #fcfcfc; color: #212121; border-bottom: 1px solid #E7E7E7; }
.dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td { border-bottom: 1px solid #E7E7E7; }
.dh-board .table-hover tbody tr td { color: #414141;}

/* Resume */
@media (min-width: 992px) {
	#candidates_resume img[alt="Resume"] {
		margin-top: 60px;
	}
	
	#candidates_resume .col-md-8 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	#candidates_resume img[alt="Resume"] {
		margin-bottom: 50px;
	}
}

.is-sub .process-item {
	padding-left: 15px;
	padding-right: 15px;
}

.is-sub .process-item::after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    font-size: 42px;
    right: -15px;
    top: 50px;
}

.is-sub .row-process-1 > div:last-child > .process-item::after,
.is-sub .row-process-2 > div:last-child > .process-item::after{
	content: '';
	display: none;
}

#application .row-process-2 > div:first-child {
	margin-left: 5%;
}

#application .application2 {text-align:center}
#application .application2 h2{font-size: 36px;
    font-weight: 500;
    color: #212121;
    letter-spacing: -0.05em;
    margin: 80px 0 10px;
    line-height: 1;}
#application .application2 .con2_sub_title p{    color: #ABABAB !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    line-height: 1 !important;
border-bottom: 1px solid #ccc;
    padding-bottom: 20px;}

#application .application2 .con2_sub p{    font-size: 18px;
    
    margin-top: 30px;} 

#candidates_process .row-process-2 > div:first-child {
	margin-left: 12.5%;}

.is-sub .row-process-2 > div:first-child > .process-item::before {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    font-size: 42px;
    left: -15px;
    top: 50px;
}

.is-sub .process-camera {
    background-image: url(/skin/img/sub/process_bg.png);
    width: 150px;
    height: 152px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: center;
    padding: 53px 0 0;
    font-size: 12px;
    letter-spacing: -0.03em;
    text-indent: -0.03em;
    padding-right: 3px;
    line-height: 1.2;
}

.is-sub .process-camera > span { display: block; }

#application .is-sub .process-camera.line-1 > span { padding-top: 16px; }
#application .is-sub .process-camera.line-2 > span { padding-top: 8px; }

.is-sub .process-camera.line-1 > span { padding-top: 13px; }
.is-sub .process-camera.line-2 > span { padding-top: 6px; }

.is-sub .process-list {
    margin: 15px 0 30px;
}
#clients_process .process-list{margin-left: 15%;}

#application .process-list > li {

    font-size: 14px;
    letter-spacing: -0.05em;
    list-style: none;
}

#candidates_process .process-list > li {
		margin-left: 15%;
    font-size: 14px;
    letter-spacing: -0.05em;
    list-style: none;
}

.is-sub .process-list > li::before {
    content: '\f00c';
    font-family: FontAwesome;
    margin-right: 4px;
    float: left;
    margin-left: -20px;
}

.is-sub .process-caution {
    font-size: 13px;
    background-color: #EFEFEF;
    padding: 7px 15px;
    margin-bottom: 0;
    margin-top: -20px;
}

#mod_type_formForm h3.pull-left {
    margin: 10px 0 5px !important;
}

#mod_type_formForm h3.pull-left .fa {
    display: none;
}

#mod_type_formForm .form-control {
    border: 2px solid #DEDEDE;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
}

#mod_type_formForm h2 {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

#mod_type_formForm .q_number .radio > label {
	margin-right: 15px;
}

#mod_type_formForm .q_number .radio > label input[type="radio"] {
	margin: 3px 0px 0 -20px !important
}

#mod_type_formForm .form-control {
	margin: 0 0 10px;
}

#mod_type_formForm .q_number > .col-sm-12 > .input-group {
	margin: 0 0 10px;
}

#mod_type_formForm .form-control.file_name {
	margin: 0;
}

#mod_type_formForm textarea {
	min-height: 100px;
	height: 100px;
	resize: vertical;
	margin: 0 0 10px;
}

.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(1)::before {
	content: 'Client Information';
	display: block;
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 4px solid #212121;
	padding-left: 7px;
	line-height: 1;
	margin: 20px 0 10px;
	height: 24px;
	font-family: 'Homenaje';
}

.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(7)::before {
	content: 'Recruiting Request';
	display: block;
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 4px solid #212121;
	padding-left: 7px;
	line-height: 1;
	margin: 20px 0 10px;
	height: 24px;
	font-family: 'Homenaje';
}

@media (min-width: 768px) {
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(1),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(2),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(3),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(4),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(5),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(6) {
		width: 50%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(1),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(6){
		margin-right: 50%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(7),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(8) {
		width: 50%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(8) {
		margin-top: 54px;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(11),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(13) {
		width: 50%;
		margin-right: 50%;
	}
}

.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-of-type(12)::before {
	content: 'Reference CHeck Request';
	display: block;
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 4px solid #212121;
	padding-left: 7px;
	line-height: 1;
	margin: 20px 0 10px;
	height: 24px;
	font-family: 'Homenaje';
}

.is-sub article .dh-view-box p {
	margin: 0;
}

.is-sub article .dh-view-box .dh-attach+div {
	padding: 15px !important;
}

.is-sub .consultants-items > .row {
	margin-bottom: 30px;
}

.is-sub .consultants-items > .row:last-child {
	margin-bottom: 0;
}
.is-sub .consultants-name {
    color: #004177;
    font-size: 20px;
    letter-spacing: -0.04em;
    margin: 10px 0 12px;
}
.is-sub .consultants-name small {
    display: block;
    color: #555;
    font-size: 13px;
    margin: 5px 0 0;
}
.is-sub .consultants-des {
    color: #444;
    font-size: 14px;
    letter-spacing: 0.04em;
}
.is-sub .consultants-list {
 
    margin-top: -30px;
}
.is-sub .consultants-list li {
    font-size: 15px;
    line-height: 2;
    color: #222;
    margin: 0;
    list-style: none;
    padding-left: 13px;
    position: relative;
}
.is-sub .consultants-list li:before {
    content: "";
    background: #aaa;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 14px;
    left: 0;
}


.dh-margin-top .col-md-7{width:100%}
.dh-margin-top .right-inner-addon{    width: 40%;
    float: right;}

 @media (min-width: 992px) { .row-five > div[class^="col-"] { width: 20%; } }

.table-hover .writer{
	display:none;
}


/*2019-04-09*/
.is-sub .consultants-pic {
    width: 145px;
    border: 1px solid #ddd;
}
.is-sub .consultants-name span{   display: block;
    color: #888;
    font-size: 15px;
    margin: 5px 0 0;
    letter-spacing: 0.034em;;}
#job_opening .bbs-box .regdate{display:none}