ol, ul, li {
    list-style: none;
}

/* 상단 메뉴 설정 시작 */

.navbar-inverse {
	background: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	position: absolute;
	top: auto;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: #fff;
	color: #555;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
}

.navbar~ br {
	display: none;
}

.topmarginLay_a {
	height: 85px !important;
}

@media screen and (max-width: 991px) {
	.topmarginLay_a {
		height: 170px !important;
	}
}

@media screen and (max-width: 767px) {
	.topmarginLay_a {
		height: 85px !important;
	}
}


/* ----- 메뉴 상단 영역 설정 ----- */

.navbar-inverse> .container {
	width: 100%;
	padding: 0;
}

.navbar-inverse .navbar-wrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.navbar-inverse .navbar-wrap .navbar-logo {
    width: 100%;
}
.navbar-logo a {
    text-align: center;
    display: block;
    margin: 15px auto;
    max-width: 207px;
}

.navbar-inverse .navbar-wrap .navbar-small {
    position: absolute;
    top: 15px;
}

.navbar-inverse .navbar-wrap .navbar-small> ul {
	list-style: none;
	padding: 0;
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li {
	float: left;
	padding: 0;
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li> a {
	color: #909090;
	font-size: 13px;
	border: none !important;
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li> a:after {
	content: " | ";
	font-size: 8px;
	padding: 0 8px 0;
	margin: 0;
	color: #d9d9d9;
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li:last-child> a:after {
	content: "";
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li:hover> a {
	color: #333;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-wrap {
		width: 100%;
	}
	.navbar-inverse .navbar-wrap .navbar-logo {
		margin: 0;
		padding: 10px 15px;
	}
	.navbar-inverse .navbar-wrap .navbar-logo img {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse> .container:first-child {
		display: inline-block;
		float: left;
		width: 80%;
	}
	.navbar-inverse> .container:last-child {
		display: inline-block;
		float: right;
		width: 20%;
	}
	.navbar-inverse .navbar-wrap .navbar-small {
		display: none;
	}
}


/* ----- 메인 메뉴 설정 -----*/
.navbar-collapse {
    background: #0b75be;
}
.navbar-inverse .navbar-brand {
	display: none;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-collapse {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav {
    	float: none !important;
    	margin: 0 auto !important;
    	width: 1170px;
    }
}
.navbar-inverse .navbar-nav> li> a {
    color: #ffffff;
    font-size: 15px;
    /*font-weight: 600;*/
    text-align: center;
    letter-spacing: -0.5px;
    padding: 14px 25px;
    margin: 0;
    text-shadow: none;
}
.navbar-inverse .navbar-nav> li> a:hover, 
.navbar-inverse .navbar-nav> li> a:focus {
    color: #fff;
    background: #3192d4;
}
/* 자물쇠 감추기
.navbar-inverse .navbar-nav> li:last-child> a {
	display: none;
}
*/
.caret {
	display: none;
}

.navbar-inverse .divider-vertical {
	display: none;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav> li> a {
		font-size: 16px;
		margin: 22px 0px 18px 0px;
		padding: 12px 20px 12px 20px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav> li> a {
		font-size: 15px;
		margin: 0;
		padding: 14px 20px 14px 20px;
		text-align: left;
		width: 100%;
	}
	.navbar-collapse {
		position: absolute;
		left: 0px !important;
	}
}


/* ----- 서브 메뉴 설정 -----*/

.navbar-inverse .dropdown-menu {
	left: 0 !important;
	right: auto !important;
	padding: 5px;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	min-width: 190px;
	background: #f9f9f9;
}

.navbar-inverse .dropdown-menu> li> a {
	background: rgba(0, 0, 0, 0);
	color: #666;
	padding: 16px 15px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.navbar-inverse .dropdown-menu> li:last-child> a {
	border-bottom: none !important;
}

.navbar-inverse .dropdown-menu> li> a::after {
	content: '\f105';
	font-family: 'FontAwesome';
	float: right;
}

.navbar-inverse .dropdown-menu> li> a:focus,
.navbar-inverse .dropdown-menu> li> a:hover {
	background: #1267BC;
	color: #fff;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.navbar-inverse .dropdown-menu {
		padding: 0;
	}
}


/* ----- 모바일 메뉴 ----- */

.navbar-toggle {
	background: #494f48;
	border-radius: 3px;
	border: none;
	margin: 20px 30px 20px;
	padding: 12px 12px;
}

@media(max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #555;
		background: #f7f7f7;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}
/* 상단 메뉴 설정 끝 */



/* main 페이지 시~~작 */
/* slide 부분 설정 시작 */
.container_slide {
	width: 100%;
	padding: 0;
}

.fill {
	height: 500px;
}

.carousel-caption {
    top: 32%;
    bottom: auto;
    padding: 0;
}

.fill h1 span,
.fill p span {
	opacity: 1;
	padding: 0;
	text-shadow: 0 0 4px rgba(0,0,0,0.5) !important;
	background: none;
}

.fill h1 {
	margin: 0;
	display: inline-block;
	line-height: 1;
    margin-bottom: 20px;
}

.fill h1 span {
    display: block;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.fill h1 span.sl-span-small {
	font-size: 20px !important;
	font-weight: 300;
	letter-spacing: 0.06em !important;
	margin: 0 0 5px;
}

.fill h1 span.sl-span-bottom {
	color: #dadada;
	font-size: 16px !important;
	font-weight: 400;
	text-align: right;
	margin: 10px 0 0;
}
.fill p {
    line-height: 1;
    margin: 0;
}
.fill p span {
    font-size: 25px;
}

.more_btn {
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    width: 180px;
    margin: 50px auto 0;
    text-align: left;
    border: 1px solid #fff;
    padding: 15px 20px;
    color: #fff;
}
.more_btn:after {
    content: ">";
    float: right;
}
.more_btn:hover {
    background: #0b75be;
    color: #fff;
    border-bottom: 1px solid #0b75be !important;
    border: 1px solid #0b75be;
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
	.fill {
		height: 250px;
	}
	.fill h1 span {
		font-size: 22px;
	}
	.fill p span {
		font-size: 18px;
	}
	.more_btn {
		margin-top: 20px;
	}
	.carousel-caption {
		margin: -50px 0 0;
	}
}

/* slide 부분 설정 끝 */

/* main page */

.main-layout {
    width: 100%;
    padding: 0;
}

.mainPage {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.main-box-line {
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
}

.main-box {
	text-align: center;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}

@media (max-width: 768px) {
	.main-middle-box .main-box {
		width: 50%;
		float: left;
	}
}

.main-box a {
	width:100%; height:100%; 	
}

.main-box p {
	background-color:rgba(0,0,0,0.5);
	transition: 0.2s;
}
.main-box p:hover,.main-box p:focus {
    background: rgba(0, 88, 148, 0.5);
    cursor: pointer;
}
.main-box > div {
	background-repeat:no-repeat;
	background-size:cover;
}

.main-box .america{background-image:url(/skin/img/main/main_box1.jpg); background-repeat: no-repeat; background-size: 100% 100%;}
.main-box .canada{background-image:url(/skin/img/main/main_box2.jpg); background-repeat: no-repeat; background-size: 100% 100%;}
.main-box .germany{background-image:url(/skin/img/main/main_box3.jpg); background-repeat: no-repeat; background-size: 100% 100%;}
.main-box .spain{background-image:url(/skin/img/main/main_box6.jpg); background-repeat: no-repeat; background-size: 100% 100%;}
.main-box .civil{background-image:url(/skin/img/main/main_box7.jpg); background-repeat: no-repeat; background-size: 100% 100%;}

.main-box .america p {
	padding: 100px 10px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px;
	position: relative;
}

.main-box .canada p {
	padding: 100px 10px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px;
	position: relative;
}

.main-box .germany p {
	padding: 394px 10px;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px;
	position: relative;
}

.main-box .spain p {
	padding: 100px 10px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px;
	position: relative;
}
.main-box .civil p {
	padding: 100px 10px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px;
	position: relative;
}
.main-box .america span,
.main-box .canada span,
.main-box .germany span,
.main-box .spain span,
.main-box .civil span {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.main-title {
    margin: 0 0 25px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 1;
    color: #323232;
}

.location-wrap {
	padding: 69px 15px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.location-wrap h4 {
    font-weight: 600;
    color: #323232;
}

.location-wrap p {
    margin-bottom: 20px;
    color: #5a5a5a;
}
.location-wrap .location-boxing {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #0b75be;
    max-width: 150px;
    background: #0b75be;
}
.location-wrap .location-boxing:after {
    content: ">";
    float: right;
}


/* main page */

/* sub page */
.sub-layout {
    width: 100%;
    padding: 0;
}

.sub-layout .top_img_wrap {
    width: 100%;
    height: 260px;
    background: url(/skin/img/sub/sub_top.jpg) no-repeat 100% 100%;
}

.subPage {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}


.top_img_wrap .top_img_text {
	padding: 0 15px;
    max-width: 1170px;
    margin: auto;
}
.top_img_wrap .top_img_text .img_text_wrap {
    height: 100%;
    padding-top: 78px;
    text-align: center;
}
.top_img_wrap .top_img_text .img_text_wrap h4 {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
}
.top_img_wrap .top_img_text .img_text_wrap p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.52);
    margin: 5px 0 0;
}

/* sub page */

/* sub hello */
.subPage .contents_wrap {
	margin-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
}
.subPage .contents_wrap .title_area {margin-bottom: 40px; padding-bottom: 15px; border-bottom: 1px solid #e6e6e6;}
.subPage .contents_wrap .title_area .title {float: left;}
.subPage .contents_wrap .title_area .title h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #323232;
}
.subPage .contents_wrap .title_area .page_location{float:right;}
@media screen and (max-width: 767px) {
	.subPage .contents_wrap .title_area .page_location { margin-top: 20px; }
}
.subPage .contents_wrap .title_area .page_location ol {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 13px;
}
.subPage .contents_wrap .title_area .page_location ol li {float: left;}
.subPage .contents_wrap .title_area .page_location ol li:after {display: inline-block; margin: 0 7px; content: "\f0da"; font-family: "FontAwesome" !important; color: #0b75be;}
.subPage .contents_wrap .title_area .page_location ol li:last-child {color: #333; font-weight: 600;}
.subPage .contents_wrap .title_area .page_location ol li:last-child:after {content: '';}

.subPage .contents_wrap .text_area p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: #666;
	margin-bottom: 25px;
}

.subPage .contents_wrap .img_area img {
	width: 100%;
	height: auto;
}
.subPage .contents_wrap .text_area .greet-title {
    font-size: 18px;
    color: #323232;
    font-weight: 600;
	margin-top: 35px;
}
.subPage .contents_wrap .text_area .greet-title span {
    color: #0b75be;
}

.subPage .contents_wrap .business_intro .biz_list {
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding: 25px;
}

.subPage .contents_wrap .business_intro h4 {
    display: inline-block;
    margin: 30px 0 20px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #1267BC;
    color: #1267BC;
}
.subPage .contents_wrap .business_intro .biz_list li {
    color: #5a5a5a;
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 5px;
    background-image: url(/skin/img/sub/bulit.png);
    background-repeat: no-repeat;
    background-position: left 11px;
    padding-left: 11px;
}
/* sub hello */


/* sub history */
.subPage .contents_wrap .text_area .ceo-name {
    font-size: 30px;
    font-weight: 600;
    color: #5a5a5a;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.subPage .contents_wrap .text_area .ceo-name .ceo {
    font-weight: 400;
	color: #0b75be;
}
.subPage .contents_wrap .text_area .ceo-history {
    background-color: #f3f3f3;
    padding: 25px;
    margin: 0;
}
.subPage .contents_wrap .text_area .ceo-history li {
    font-size: 18px;
    line-height: 1.6;
    background-image: url(/skin/img/sub/bulit.png);
    background-repeat: no-repeat;
    background-position: left 11px;
    padding-left: 11px;
    font-weight: 400;
    color: #5a5a5a;
    margin-bottom: 7px;
}

/* sub history */


/* sub location */
.map_area {
	margin-bottom: 20px;
}

.map_area .root_daum_roughmap {
    width: 100% !important;
}

.location_area table {
	border-top: 1px solid #1267BC;
}
.location_area table tr th, .location_area table tr td {
    padding: 12px;
    font-size: 13px;
	border-bottom: 1px solid #ddd;
}
.location_area table tr th {
    font-weight: 600;
    background-color: #f3f3f3;
}
/* sub location */

/* sub page side top bar */
.top_menu_wrap {
    padding: 0;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}
.top_menu {
    padding: 0 15px 0;
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
}

.top_menu > li {
    float: left;
}

.top_menu > li.active > a {
    color: #0b75be;
    background: #dee5ea;
    font-weight: 600;
}

.top_menu > li > a {
    display: inline-block;
    margin: 0 0 0;
    padding: 12px 60px 12px;
    color: #666666;
    font-size: 14px;
}
/* 	min-height: .01%;
    overflow-x: auto; */

/* 게시판 영역 */
.bbs-list-index-layout .dh-board,
.bbs-list-edit-layout #insertForm,
.bbs-list-add-layout #insertForm,
.bbs-list-view-layout .dh-view-box {
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.dh-front-list2 .list-row-regdate,
.dh-front-list2 .row-separator,
.dh-board .regdate,
.dh-view-info > span:nth-child(2) {
	display: none;
}

/* 문의폼 영역 */
.contact-mail-layout #mailForm {
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}


/* footer 영역 */
.footer_inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    padding: 25px 15px;
}

.footer_inner ~ br {
    display: none;
}
.footer_top {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0 5px;
    margin: 0 0 10px;
}

.footer_copy > div {
    padding: 0;
    float: none;
    background: #f3f3f3 !important;
    color: #666;
}

.footer_copy dl {
	margin-bottom: 10px;
}

.footer-company {
	color: #2388EA;
	font-weight: bold;
}

.footer-btn-area {
    position: absolute;
    right: 0;
    top: 0;
}

/*.footer-btn {*/
/*	float: right;*/
/*}*/

.footer-btn a {
	width: 160px;
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #0b75be;
    max-width: 170px;
    background: #0b75be;
	text-align: center;
	margin-bottom: 15px;
}

.footer-btn a:after {
	content: ">";
    float: right;
}

.footer-btn a:hover { 
    border: 1px solid #0b75be !important;
	border-bottom: 1px solid #0b75be !important;
}

.footer_top .col-md-8 dl dd span{display: block;
    font-size: 90%;
    color: #888;
    margin-bottom: 5px;}
    
/*인트로 텍스트 설정 시작*/
h1.intro_span {
	background-color: none;
	/*배경 색*/
	color: #ffffff;
	/*텍스트 색*/
	font-size: 36px;
	/*텍스트 크기*/
	padding: 0px 0px 0px 0px;
	/*내부 여백*/
	margin: 10px 10px 10px 10px;
	/*외부 여백*/
}

p.intro_span {
	background-color: none;
	/*배경 색*/
	color: #ffffff;
	/*텍스트 색*/
	font-size: 14px;
	/*텍스트 크기*/
	padding: 0px 0px 0px 0px;
	/*내부 여백*/
	margin: 10px 10px 10px 10px;
	/*외부 여백*/
}

.flex-caption span.intro-title {
	background: none;
	/*배경 색*/
	color: #ffffff;
	/*텍스트 색*/
	font-size: 36px;
	/*텍스트 크기*/
	padding: 0px 0px 0px 0px;
	/*내부 여백*/
	margin: 10px 10px 10px 10px;
	/*외부 여백*/
}

.flex-caption span.intro-text {
	background: none;
	/*배경 색*/
	color: #ffffff;
	/*텍스트 색*/
	font-size: 14px;
	/*텍스트 크기*/
	padding: 0px 0px 0px 0px;
	/*내부 여백*/
	margin: 10px 10px 10px 10px;
	/*외부 여백*/
}
/*인트로 텍스트 설정 끝*/

/* 텍스트 게시판 설정 */
.table-hover {
    border-top: 2px solid #0b75be;
    border-bottom: 2px solid #ddd;
}
.table-hover th, .table-hover td {
    border-bottom: 1px solid #ccc !important;
    padding: 15px !important;
}
.table-hover th {
    background: #f3f3f3;
}
.table-hover>tbody>tr:hover {
    background: #fff;
}
.dh-board .subject strong a {
    color: #323232;
}
.dh-board .subject strong a:hover {
    text-decoration: underline !important;
    color: #0b75be;
}
.dh-view-box {
    padding: 0 25px !important;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #0b75be;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0;
    padding: 0;
}
.dh-view-box>.row>.page-header>h4 {
    color: #323232;
    margin: 0 0 0;
    font-size: 16px;
    padding: 15px;
    background: #f3f3f3;
}
.dh-view-box>.row>.dh-view-info {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.intro-board-layout,
.intro-widget-layout {
	padding-right: 0;
	padding-left: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0;
	margin-left: 0;
}


/* 로그인 */
.login-layout .inner-box-wrapper {
    max-width: 1170px;
    margin: 50px auto 0;
    padding: 0 15px;
}

#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
}

/* 2018-04-03 */
#mod_type_formForm .q_number .form-control {
	margin: 0 0 10px;
}

#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-custom-form-no7 #mod_type_formForm > .q_number:nth-child(1),
.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(2),
.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(1),
.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(2),
.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(1),
.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(2),
.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(1),
.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(2) {
	display: 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 input.file_name {
    margin-bottom: 0;
}

@media (min-width: 768px) {
	/* Netherland */	
    .mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(3) {
        margin-right: 50%;
    }
    
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(3),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(4),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(5),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(7),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(8) {
		width: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(8){
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(9),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(10),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(11) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(12) {
	    width: 66.6666666%;
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(13),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(14) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(16),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(17),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(18),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(19),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(20),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(21) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(23) > .col-sm-12:first-child {
	    display: none;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(23) textarea {
	    min-height: 100px;
	    height: 100px;
	    resize: vertical;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(25),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(26),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(27),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(28) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(26) {
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(30),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(31) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(33),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(35),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(36),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(38) {
	    width: 25%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(34),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(37) {
	    width: 50%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(40),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(41),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(42) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(44) {
	    width: 33.3333333%;
	    margin-right: 66.6666666%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(46),
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(47) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(47) {
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no7 #mod_type_formForm > .q_number:nth-child(48) textarea {
	    min-height: 100px;
	    height: 100px;
	    resize: vertical;
	}

	/* America */	
    .mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(3) {
        margin-right: 50%;
    }
    
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(3),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(4),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(5),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(7),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(8) {
		width: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(8){
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(9),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(10),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(11) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(12) {
	    width: 66.6666666%;
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(13),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(14) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(16),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(17),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(18),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(19),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(20),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(21) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(23) > .col-sm-12:first-child {
	    display: none;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(23) textarea {
	    min-height: 100px;
	    height: 100px;
	    resize: vertical;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(25),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(26),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(27),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(28) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(26) {
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(30),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(31) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(33),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(35),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(36),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(38) {
	    width: 25%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(34),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(37) {
	    width: 50%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(40),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(41),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(42) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(44) {
	    width: 33.3333333%;
	    margin-right: 66.6666666%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(46),
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(47) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(47) {
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no8 #mod_type_formForm > .q_number:nth-child(48) textarea {
	    min-height: 100px;
	    height: 100px;
	    resize: vertical;
	}
	
	/* Canada */	
/*     .mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(3) {
        margin-right: 50%;
    } */
    
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(3) {
		width: 100%;
	}
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(4),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(5),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(7),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(8) {
		width: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(8){
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(9),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(10),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(11) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(12) {
	    width: 66.6666666%;
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(13),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(14) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(16),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(17),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(18),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(19),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(20),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(21) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(23) > .col-sm-12:first-child {
	    display: none;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(23) textarea {
	    min-height: 100px;
	    height: 100px;
	    resize: vertical;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(25),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(26),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(27),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(28) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(26) {
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(30),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(31) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(33),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(35),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(36),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(38) {
	    width: 25%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(34),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(37) {
	    width: 50%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(40),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(41),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(42) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(44) {
	    width: 33.3333333%;
	    margin-right: 66.6666666%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(46),
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(47) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(47) {
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no11 #mod_type_formForm > .q_number:nth-child(48) textarea {
	    min-height: 100px;
	    height: 100px;
	    resize: vertical;
	}
	
	/* Australia */
    .mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(3) {
        margin-right: 50%;
    }
    
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(3),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(4),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(5),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(7),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(8) {
		width: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(6),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(8){
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(9),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(10),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(11) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(12) {
	    width: 66.6666666%;
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(13),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(14) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(16),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(17),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(18),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(19),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(20),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(21) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(23) > .col-sm-12:first-child {
	    display: none;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(23) textarea {
	    min-height: 100px;
	    height: 100px;
	    resize: vertical;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(25),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(26),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(27),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(28) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(26) {
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(30),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(31) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(33),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(35),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(36),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(38) {
	    width: 25%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(34),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(37) {
	    width: 50%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(40),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(41),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(42) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(44) {
	    width: 33.3333333%;
	    margin-right: 66.6666666%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(46),
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(47) {
	    width: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(47) {
	    margin-right: 33.3333333%;
	}
	
	.mod-custom-form-no12 #mod_type_formForm > .q_number:nth-child(48) textarea {
	    min-height: 100px;
	    height: 100px;
	    resize: vertical;
	}
	
	.agreetext {
        word-break: keep-all;
        float: left;
        width: calc(100% - 30px);
        padding: 20px 20px;
        font-size: 15px;
        line-height: 2;
        /* background-color: #FAFAFA; */
        border: 3px solid #DDD;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
	}
	
	#mod_type_formForm button[type="submit"] {
        width: 160px;
        display: block;
        padding: 15px;
        font-size: 18px;
        color: #ffffff;
        border: 1px solid #0b75be;
        max-width: 170px;
        background: #0b75be;
        text-align: center;
        margin-bottom: 15px;
        float: right;
        border-radius: 0;
	}
}
.agreearea {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    float: left;
    font-size: 18px;
}
.footer_top > .row{position:relative;}
@media(max-width:767px){
    .footer-btn{float:left}
    .main-box .germany{background-image:url(/skin/img/main/main_box3.jpg); background-repeat: no-repeat; background-size: 100%;}
    .main-box .germany p{    padding: 250px 10px 10px;}
    .sub-layout .top_img_wrap{    height: 223px;}
    .footer-btn-area{       position: absolute;
    top: 2%;
    left: 9.5%;}
    .footer-btn-area .footer-btn:nth-of-type(1){margin-right:5px}
    .footer_inner{padding: 0 15px;}
.footer_top > .row{padding-top: 80px;}
.footer_top{padding-top:0;}
    
}