body, a, li, span, ul, b, strong {
	font-family: 'Quicksand', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nanum Myeongjo', serif;
}

p {
    font-size: 18px;
    color: var(--black);
}

p:nth-last-child(1) {
    margin: 0;
}

.header-icons.tf_hide {
    display: none!important;
}

#header, #footer, a.tb_turn_on.js-turn-on-builder, span.edit-button {
	display: none;
}

div {
	background-size: cover;
	background-position: center;
}

div#first-section {
    height: 90vh;
/*     background: var(--black); */
    display: flex;
    align-items: center;
    padding-top: 5%;
}

div#headerwrap {
    border: none;
    position: fixed!important;
    background: transparent;
}

div#pagewrap {
}

div#logo img {
    width: 300px;
}

div#logo {
    text-align: right;
}

div#contact a {
    color: white;
    text-decoration: none;
    margin-right: 10px!important;
    font-size: 20px;
}

div#main-header .row_inner * {margin: 0;}

div#main-header .module_column {
    width: 50%;
}

div#main-header {
    padding: 30px 0;
}

#first-section h1 {
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    color: white;
    margin-bottom: 5px;
}

#first-section p {
    color: white;
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.module-buttons-item {
    border-radius: 200px;
    border: solid 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}

.module-buttons-item a {
    padding: 10px 30px!important;
}

#first-section .module-buttons-item a {
    color: white;
    border-radius: 200px;
}

#first-section .module-buttons-item {
    color: white;
}

#first-section .module-buttons-item a:hover {
    background: white;
    color: black;
}

.red-heading .heading {
	color: var(--red);
}

.heading {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 45px;
	font-weight: 100;
}

.padding-row {
    padding: 9em 0;
}

div#third-section .sub_column {
    height: 400px;
    margin: 0;
}

div#third-section .module_subrow:nth-child(1) .sub_column.first {
    width: calc(50% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
}

div#third-section .module_subrow:nth-child(1) .sub_column {
    width: calc(25% - 4px);
}

div#third-section .module_subrow:nth-child(1) .sub_column.last {
    margin-left: 8px;
}

div#third-section .module_subrow:nth-child(2) .sub_column.last {
    width: calc(50% - 8px);
    margin-left: 8px;
    margin-bottom: 8px;
}

div#third-section .module_subrow:nth-child(2) .sub_column {
    width: calc(25% - 4px);
}

div#third-section .module_subrow:nth-child(2) .sub_column.first {
    margin-right: 8px;
}

div#third-section .module {position: absolute;bottom: 20px;right: 20px;}

div#third-section .module p {
    font-family: 'Nanum Myeongjo';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 
26px;
    color: white;
    text-shadow: 0 0 10px #00000026;
}

div#headerwrap:before {
    display: none;
}

.fixed-header-on div#headerwrap {
    background: var(--black);
}

.text-center {
    text-align: center;
}

div#fourth-section .module_subrow .sub_column {
    height: 300px;
    background: #acacac;
}

div#fourth-section .module_subrow {
    margin-top: 50px;
}

div#sixth-section .row_inner {
    width: 100%;
    max-width: 100%;
    padding: 60px;
}

div#sixth-section .module_column {
    width: calc(50% - 40px);
    margin: 0;
    border: solid white 2px;
    padding: 40px;
    display: flex;
    padding-top: 8em;
}

div#sixth-section .module_column.first {
    margin-right: 20px;
}

div#sixth-section .module_column.last {
    margin-left: 20px;
}

div#sixth-section .heading {
    color: white;
    font-size: 35px;
    margin-bottom: 5px;
}

div#sixth-section p {
    margin-bottom: 0;
    color: white;
}

.top-row, .second-row {
    display: flex;
    align-items: center;
}

.top-row>span, .second-row>span {
    width: 50%;
    margin-right: 50px;
}

.top-row>span input, .second-row>span input {
    width: 100%;
}

div#contact-form input, div#contact-form textarea {
    border-radius: 0;
    border: none;
    border-bottom: solid 2px var(--black);
    text-transform: uppercase;
    color: var(--black);
    font-size: 20px;
    letter-spacing: 1px;
}

.top-row>span:nth-last-child(1), .second-row>span:nth-last-child(1) {
    margin: 0;
}

div#contact-form input::placeholder, div#contact-form textarea::placeholder {
    color: var(--black);
}


div#wpcf7-f43-p9-o1 {
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border: none!important;
    font-weight: 100;
    color: white!important;
    background: var(--red);
}

div#main-footer {
    background: var(--red);
}

div#main-footer img {
    width: 360px;
    margin: 0 auto;
    display: block;
    margin-bottom: 80px;
}

div#main-footer {
}

div#main-footer .module-buttons-item {
    border-radius: 0;
    color: white;
}

div#main-footer .module-buttons-item * {
    padding: 0!important;
}

div#main-footer .module-buttons-item {
    padding: 20px 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

div#main-footer .module-icon {
    text-align: center;
    margin-top: 50px;
}

div#main-footer .module-icon a {
    background: white;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

div#main-footer .module-icon i {
    padding: 2px;
    font-size: 20px;
}

#main-footer .subrow_inner .sub_column .module.module-buttons:nth-child(1) {
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
	#main-footer .subrow_inner.col_align_top.tf_box.tf_w .module_column {
    width: 100%;
    margin: 0 0 20px 0;
}
}

@media (max-width: 900px) {
	div#pagewrap .module_column {
    width: 100%!important;
    margin: 0;
}

div#fourth-section .module_subrow .sub_column {
    margin: 10px 0!important;
}

.padding-row {
    padding: 3em 1em;
}

div#second-section .last {
    margin-top: 30px;
}

#pagewrap div#third-section .sub_column {
    margin: 5px 10px;
}

#pagewrap div#sixth-section .module_column {
    margin: 0;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
}

.top-row>span, .second-row>span {
    width: 100%;
    margin: 10px 0 40px!important;
}

.top-row, .second-row {
    flex-direction: column;
}

div#contact-form input, div#contact-form textarea {
    margin: 0;
}

form.wpcf7-form.init br {
    display: none;
}

div#wpcf7-f43-p9-o1 {
    width: 100%;
}

div#main-header .row_inner {
    text-align: center;
    flex-direction: column-reverse;
}

div#logo {
    text-align: center;
    margin-bottom: 40px;
}

div#main-header .module_column.first {
    margin-top: 20px;
}

div#logo img {
    width: 240px;
}

div#first-section {
    padding-top: 15%;
    text-align: center;
}

#first-section h1 {
    font-size: 45px;
}

.heading {
    font-size: 32px;
}

.fixed-header-on div#headerwrap .last {
    display: none;
}

.fixed-header-on div#main-header .module_column.first {
    margin: 0;
}
}

@media (max-width: 680px) {
	.fixed-header-on div#headerwrap .last {
    display: none;
}

.fixed-header-on div#main-header .module_column.first {
    margin: 0;
}

div#sixth-section .row_inner {
    padding: 20px;
}

#pagewrap div#sixth-section .module_column.first {
    margin-top: 0;
}

#pagewrap div#sixth-section .module_column .heading {
    font-size: 22px;
}
	
	div#main-footer img {
    width: 210px;
    margin-bottom: 30px;
}

div#main-footer .module-buttons-item {
    width: auto;
}

#main-footer .module.module-buttons {
    text-align: center;
}
	
	div#footerwrap {
    padding: 0;
}
	
	div#first-section {
    height: 100vh;
}
}