/* 
Main Stylesheet
Created By: Dimbleweb
*/

/* INITIAL CSS */
body {color: #0620F3; font-family: 'GeneralFont', Arial, Verdana; font-size: 16px; line-height: 22px; position: relative; background: #E6E6E6;}

h1, h2, h3, h4, h5, h6 {font-weight: 100; font-family: 'GeneralFont'; letter-spacing: 1px;}
h1 {font-size: 58px; line-height: 66px; margin-bottom: 15px;}
h2 {font-size: 50px; line-height: 58px; margin-bottom: 15px;}
h3 {font-size: 42px; line-height: 52px; margin-bottom: 15px;}
h4 {font-size: 34px; line-height: 44px; margin-bottom: 15px;}
h5 {font-size: 26px; line-height: 36px; margin-bottom: 15px;}
.ft-med-size {font-size: 18px; line-height: 30px; font-weight: 100;}
.ft-regular {font-family: 'GeneralFont', Arial, Verdana;}
.ft-bold-regular2{font-family: 'BoldFont2', Arial, Verdana;}
h1.no-mb, h2.no-mb, h3.no-mb, h4.no-mb {margin-bottom: 0px;}
p, p a {font-size: 16px; color: #0620F3; line-height: 28px; letter-spacing: 1px;}
p a:hover {text-decoration: underline; color: #b6a78d;}
p.ft-big {font-size: 20px; line-height: 30px;}
a {color: #b6a78d; font-size: 16px; line-height: 28px; text-decoration: none;
transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}
a:hover {color: #50493c; text-decoration: underline;}
a.pt {cursor: pointer;}
a.no-td:hover {text-decoration: none !important;}
small {font-size: 11px;}


@media only screen and (max-width: 480px) {
	h1 {font-size: 52px; line-height: 60px; margin-bottom: 15px;}
	h2 {font-size: 44px; line-height: 52px; margin-bottom: 15px;}
	h3 {font-size: 36px; line-height: 42px; margin-bottom: 15px;}
	h4 {font-size: 28px; line-height: 34px; margin-bottom: 15px;}
	h5 {font-size: 20px; line-height: 26px; margin-bottom: 15px;}
	p, p a {font-size: 14px; line-height: 22px;}
}


.ft-bold {font-family: 'BoldFont', 'GeneralFont', Arial, Verdana;}
.ft-title {font-family: 'GeneralFont', 'BoldFont', 'GeneralFont', Arial, Verdana;}

b, strong {font-family: 'BoldFont';}
i, em {font-family: 'ItalicFont' !important;}
b i, i b, b em, em b, strong i, i strong, strong em, em strong {font-family: 'BoldItalicFont';}
img.full-width {width: 100%;}
.big {font-size: 20px; line-height: 28px;}

h2.type-2 {margin-bottom: -15px;}

.ta-center {text-align: center;}
.ta-left {text-align: left;}
.ta-right {text-align: right;}
.fl-left {float: left;}
.fl-right {float: right;}
.fl-clear {clear: both;}
.dmb-img-wrap {position: relative; width: 100%; height: 100%; background: transparent;}
.dmb-img-wrap img {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
.dmb-img-wrap-2 {position: relative; width: 100%; height: 100%; background: transparent;}
.dmb-img-wrap-2 img {position: absolute; top:0; bottom: 15%; left: 0; right: 0; margin: auto;}

.ft-title{font-family: 'BoldFont', Arial, Verdana !important;}
.ft-general{font-family: 'GeneralFont', Arial, Verdana !important;}

.cl-white {color: #fff;}
.cl-white a, .cl-white a:hover {color: #fff;}
.cl-white a:hover {text-decoration: underline;}

img.gen-img {max-width: 100%; display: block;}
.mlr-auto {margin: 0 auto;}

.col-pd-left {width: 95%; padding-left: 5%;}
.col-pd-right {width: 95%; padding-right: 5%;}
.col-pd-left-2 {width: 97.5%; padding-left: 2.5%;}
.col-pd-right-2 {width: 97.5%; padding-right: 2.5%;}
.col-pd-both {width: 90%; padding-left: 5%; padding-right: 5%;}
.col-pd-both-2 {width: 95%; padding-left: 2.5%; padding-right: 2.5%;}

.cl-secondary {color: #b6a78d;}
.cl-ternary {color: #0d4e9f;}

.sec-full-width {float: left; width: 100%; position: relative;}
/* /INITIAL CSS */


/* GENERAL LAYOUT CSS */
.wrap {width: 82%; margin: 0 auto; position: relative;}

@media only screen and (max-width: 1100px) {
	.wrap {width: 95%;}
}


.container {width: 100%; float: left;}
.section {clear: both; padding: 0px; margin: 0px;}
.group:before, .group:after {content: ""; display: table;}
.group:after {clear: both;}
.group {zoom:1; /* For IE 6/7 (trigger hasLayout) */}

.dmb-col {display: block; float: left; margin: 0% 0 0% 1.6%; position: relative;}
.dmb-col.first-col {margin-left: 0;}
.dmb-col:first-child {margin-left: 0;} /* all browsers except IE6 and lower */
@media only screen and (max-width: 480px) {
	.dmb-col {margin: 1% 0 1% 0%;}
	.dmb-col.mbtm40 {margin-bottom: 40px;}
	.dmb-col.mbtm30 {margin-bottom: 30px;}
	.dmb-col.mbtm20 {margin-bottom: 20px;}
	.dmb-col.mbtm10 {margin-bottom: 10px;}
	.dmb-col.no-m {margin: 0;}
}

.cl-brown {color: #5c3d38 !important;}
.cl-white {color: #fff !important;}
.cl-green {color: #177c0a !important;}
/* /GENERAL LAYOUT CSS */


/* TWO COLUMNS CSS */
.span_1_of_2 {width: 49.2%;}
.span_2_of_2 {width: 100%;}
@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 {width: 100%;}
}
/* /TWO COLUMNS CSS */


/* THREE COLUMNS CSS */
.span_3_of_3 {width: 100%;}
.span_2_of_3 {width: 66.13%;}
.span_1_of_3 {width: 32.26%;}
@media only screen and (max-width: 480px) {
	.span_3_of_3, .span_2_of_3, .span_1_of_3 {width: 100%;}
}
/* /THREE COLUMNS CSS */


/* FOUR COLUMNS CSS */
.span_4_of_4 {width: 100%;}
.span_3_of_4 {width: 74.6%;}
.span_2_of_4 {width: 49.2%;}
.span_1_of_4 {width: 23.8%;}
@media only screen and (max-width: 480px) {
	.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {width: 100%;}
}
/* /FOUR COLUMNS CSS */


/* FIVE COLUMNS CSS */
.span_5_of_5 {width: 100%;}
.span_4_of_5 {width: 79.68%;}
.span_3_of_5 {width: 59.36%;}
.span_2_of_5 {width: 39.04%;}
.span_1_of_5 {width: 18.72%;}
@media only screen and (max-width: 480px) {
	.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {width: 100%;}
}
/* /FIVE COLUMNS CSS */


/* SIX COLUMNS CSS */
.span_6_of_6 {width: 100%;}
.span_5_of_6 {width: 83.06%;}
.span_4_of_6 {width: 66.13%;}
.span_3_of_6 {width: 49.2%;}
.span_2_of_6 {width: 32.26%;}
.span_1_of_6 {width: 15.33%;}
@media only screen and (max-width: 480px) {
	.span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {width: 100%;}
}
/* /SIX COLUMNS CSS */


/* SEVEN COLUMNS CSS */
.span_7_of_7 {width: 100%;}
.span_6_of_7 {width: 85.48%;}
.span_5_of_7 {width: 70.97%;}
.span_4_of_7 {width: 56.45%;}
.span_3_of_7 {width: 41.94%;}
.span_2_of_7 {width: 27.42%;}
.span_1_of_7 {width: 12.91%;}
@media only screen and (max-width: 480px) {
	.span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {width: 100%;}
}
/* /SEVEN COLUMNS CSS */


/* EIGHT COLUMNS CSS */
.span_8_of_8 {width: 100%;}
.span_7_of_8 {width: 87.3%;}
.span_6_of_8 {width: 74.6%;}
.span_5_of_8 {width: 61.9%;}
.span_4_of_8 {width: 49.2%;}
.span_3_of_8 {width: 36.5%;}
.span_2_of_8 {width: 23.8%;}
.span_1_of_8 {width: 11.1%;}
@media only screen and (max-width: 480px) {
	.span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {width: 100%;}
}
/* /EIGHT COLUMNS CSS */


/* NINE COLUMNS CSS */
.span_9_of_9 {width: 100%;}
.span_8_of_9 {width: 88.71%;}
.span_7_of_9 {width: 77.42%;}
.span_6_of_9 {width: 66.13%;}
.span_5_of_9 {width: 54.84%;}
.span_4_of_9 {width: 43.55%;}
.span_3_of_9 {width: 32.26%;}
.span_2_of_9 {width: 20.97%;}
.span_1_of_9 {width: 9.68%;}
@media only screen and (max-width: 480px) {
	.span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9 , .span_1_of_9 {width: 100%;}
}
/* /NONE COLUMNS CSS */


/* TEN COLUMNS CSS */
.span_10_of_10 {	width: 100%;}
.span_9_of_10 {width: 89.84%;}
.span_8_of_10 {width: 79.68%;}
.span_7_of_10 {width: 69.52%;}
.span_6_of_10 {width: 59.36%;}
.span_5_of_10 {width: 49.2%;}
.span_4_of_10 {width: 39.04%;}
.span_3_of_10 {width: 28.88%;}
.span_2_of_10 {width: 18.72%;}
.span_1_of_10 {width: 8.56%;}
@media only screen and (max-width: 480px) {
	.span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, 
	.span_4_of_10, .span_3_of_10 , .span_2_of_10, .span_1_of_10 {width: 100%;}
}
/* /TEN COLUMNS CSS */


/* ELEVEN COLUMNS CSS */
.span_11_of_11 {width: 100%;}
.span_10_of_11 {width: 90.76%;}
.span_9_of_11 {width: 81.52%;}
.span_8_of_11 {width: 72.29%;}
.span_7_of_11 {width: 63.05%;}
.span_6_of_11 {width: 53.81%;}
.span_5_of_11 {width: 44.58%;}
.span_4_of_11 {width: 35.34%;}
.span_3_of_11 {width: 26.1%;}
.span_2_of_11 {width: 16.87%;}
.span_1_of_11 {width: 7.63%;}
@media only screen and (max-width: 480px) {
	.span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, 
	.span_5_of_11, .span_4_of_11 , .span_3_of_11, .span_2_of_11, .span_1_of_11 {width: 100%;}
}
/* /ELEVEN COLUMNS CSS */


/* TWELVE COLUMNS CSS */
.span_12_of_12 {width: 100%;}
.span_11_of_12 {width: 91.53%;}
.span_10_of_12 {width: 83.06%;}
.span_9_of_12 {width: 74.6%;}
.span_8_of_12 {width: 66.13%;}
.span_7_of_12 {width: 57.66%;}
.span_6_of_12 {width: 49.2%;}
.span_5_of_12 {width: 40.73%;}
.span_4_of_12 {width: 32.26%;}
.span_3_of_12 {width: 23.8%;}
.span_2_of_12 {width: 15.33%;}
.span_1_of_12 {width: 6.86%;}
@media only screen and (max-width: 480px) {
	.span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, 
	.span_6_of_12, .span_5_of_12 , .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {width: 100%;}
}
/* /TWELVE COLUMNS CSS */

/* WYSIWYG CONTENT */
.wysiwyg-content, .wysiwyg-content p, .wysiwyg-content a, .wysiwyg-content ul li, .wysiwyg-content ol li {font-size: 16px; color: #0620F3; line-height: 28px; font-family: 'GeneralFont', Arial, Verdana; letter-spacing: 1px;}
.wysiwyg-content.type2, .wysiwyg-content.type2 p, .wysiwyg-content.type2 a, .wysiwyg-content.type2 ul li, .wysiwyg-content.type2 ol li {color: #00006E;}
.wysiwyg-content.white, .wysiwyg-content.white p, .wysiwyg-content.white a, .wysiwyg-content.white ul li, .wysiwyg-content.white ol li {color: #fff;}
.wysiwyg-content a {color: #FF0017;}
.wysiwyg-content a:hover {color: #EF4156; text-decoration: underline;}
.wysiwyg-content.white a {color: #fff;}
.wysiwyg-content.white a:hover {color: #fff;}
.wysiwyg-content.white h1, .wysiwyg-content.white h2, .wysiwyg-content.white h3, .wysiwyg-content.white h4 {color: #fff;}
.wysiwyg-content ul li {padding-left: 0px; list-style-type: disc; padding-bottom: 3px; margin-left: 55px;}
.wysiwyg-content ol li {list-style-type: decimal; margin-left: 55px;}

.wysiwyg-content img.feat-img {float: left; max-width: 50%; margin-right: 20px; margin-bottom: 20px;}
.wysiwyg-content img {max-width: 100% !important;}
/* /WYSIWYG CONTENT */

/* FORM */
label.error {display: block; margin-top: 2px; font-size: 12px; line-height: 21px; color: #f21a1a; font-family: 'LightFont'; margin-bottom: 8px;}
.gen-form {}
.gen-form .req {color: #f55151;}
.gen-form-row {width: 100%; float: left; margin-bottom: 20px; position: relative;}
.gen-form-row.half {width: 48%; margin-right: 4%;}
.gen-form-row.half.no-mr {margin-right: 0;}
.gen-form-row.no-mb {margin-bottom: 0 !important;}
.gen-form label.form-label{color: #0620F3; display: block; margin-bottom: 5px; font-family: 'BoldFont'; font-size: 14px; line-height: 24px; margin-bottom: 7px;}
.gen-form label.form-label span {color: #b3b3b3;}
.gen-form label.form-label.inline {display: inline; margin: 0;}
.gen-form input[type="text"], .gen-form input[type="email"], .gen-form input[type="password"], .gen-form textarea, ul#sc-content-list .prod-detail input[type="text"] {background: #fff; border: none; font-family: 'GeneralFont', Arial, Verdana; color: #0620F3; width: 60%; font-size: 13px; line-height: 23px; padding: 6px 3%;
transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}
.gen-form input[type="text"]:hover, .gen-form input[type="text"]:focus, .gen-form input[type="email"]:hover, .gen-form input[type="email"]:focus, .gen-form input[type="password"]:hover, .gen-form input[type="password"]:focus, .gen-form textarea:hover, .gen-form textarea:focus {outline: 0;
box-shadow: 0px 0px 5px #8f8f8f; -moz-box-shadow: 0px 0px 5px #8f8f8f; -webkit-box-shadow: 0px 0px 5px #8f8f8f; -o-box-shadow: 0px 0px 5px #8f8f8f;}
.gen-form input[type="text"].readonly, .gen-form input[type="email"].readonly, .gen-form input[type="password"].readonly, .gen-form textarea.readonly {background: #dfdfdf;}
.gen-form textarea {width: 90%;}
a.gen-btn {display: inline-block;}
a.gen-btn.block {display: block; font-size: 14px; letter-spacing: 2px;}
.gen-btn.na, .gen-btn.na :hover {background: #383838; color: #fff; cursor: default;}
.gen-form input[type="submit"], .gen-form input[type="button"], a.gen-btn {border: 0; background: #0620F3; text-align: center; color: #fff; font-size: 14px; font-family: 'GeneralFont', Arial, Verdana; cursor: pointer; padding: 10px 40px;
transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.gen-form input[type="submit"]:hover, .gen-form input[type="button"]:hover, a.gen-btn:hover, 
.gen-form input[type="submit"]:focus, .gen-form input[type="button"]:focus, a.gen-btn:focus {color: #fff; background: #405AF4; text-decoration: none; outline: 0;}
.gen-form input[type="submit"].wide, a.gen-btn.wide {min-width: 350px;}
.gen-form input[type="submit"].half-wide, a.gen-btn.half-wide, .gen-form input[type="button"].half-wide {min-width: 200px;}
.gen-form input[type="button"].gray {background: #b5b5b5;}
.gen-form input[type="submit"].full-width {width: 100%;}
a.gen-btn.type2 {background: #888;}
a.gen-btn.type2:hover {background: #fff; color: #888; border: 1px solid #888;}
input[type="submit"].calendar-submit {width: 50%; padding-top: 15px; padding-bottom: 15px;}

.checkbox-container {margin-bottom: 20px;}
.checkbox-container input[type="checkbox"] {display: none;}
.checkbox-container label {font-family: 'MediumFont'; font-size: 13px; line-height: 25px; color: #0d4e9f; display: inline-block; padding-left: 32px; background: url(../images/icon/radio-blue.png) no-repeat left center;}
.checkbox-container label.small {color: #0620F3; font-size: 12px; line-height: 25px; background: url(../images/icon/radio-black.png) no-repeat left center;}
.checkbox-container label:hover {cursor: pointer;}
.checkbox-container label.no-mr {margin-right: 0;}
.checkbox-container label a {color: #50493c; font-size: 16px; line-height: 24px;}
.checkbox-container label a:hover {text-decoration: none;}

.checkbox-container input[type="checkbox"]:checked + label {background: url(../images/icon/radio-active.png) no-repeat left center;}
::-webkit-input-placeholder { color: #6f6f6f;}
::-moz-placeholder { color: #6f6f6f; opacity: 1.0;}
:-ms-input-placeholder { color: #6f6f6f;}

.gen-form-row span.req {color: #ff3333;}

.gen-form select {height: 45px; padding-left: 10px; padding-right: 10px; font-size: 12px; line-height: 22px; font-family: 'BoldFont', Arial, Verdana; color: #fff;}
.styled-select-wrapper {width: 100%; overflow: hidden; border: none; background: url(../images/icon/arrow-down.png) no-repeat 96% #0621f7; height: 40px;}
.styled-select-wrapper select.project-filter-select {display: block; width: 110%; padding-left: 5%; padding-right: 5%; border: none; background: transparent; color: #fff; height: 40px; font-family: 'BoldFont'; letter-spacing: 1px;}
select.project-filter-select > option {background-color: #0621f7 !important; color: #fff;}
textarea.no-resize {resize: none !important;}

.radio-toolbar input[type="radio"] {display:none;}
.radio-toolbar label {display:inline-block; padding: 5px 5px 0px 32px; font-size: 13px; line-height: 25px; font-family: 'MediumFont', Arial, Verdana; background: url(../images/icon/radio-blue.png) no-repeat left center; cursor: pointer;}
.radio-toolbar label.type2 {color: #0d4e9f;}
.radio-toolbar input[type="radio"]:checked + label {background: url(../images/icon/radio-active.png) no-repeat left center;}

.gen-form .input-file-wrap {cursor: pointer; width: 60%; padding: 10px 2%; background: url(../images/icon/file-upload.png) no-repeat 96% #fff; border: 1px solid #454545;}
.gen-form .input-file-wrap:hover {background: url(../images/icon/file-upload.png) no-repeat 96% #fff;
box-shadow: 0px 0px 10px #8f8f8f; -moz-box-shadow: 0px 0px 10px #8f8f8f; -webkit-box-shadow: 0px 0px 10px #8f8f8f; -o-box-shadow: 0px 0px 10px #8f8f8f;}
.gen-form .input-file-wrap input[type="file"] {display: none;}
.gen-form .input-file-wrap span {font-size: 14px; line-height: 24px;}

/* INLINE STYLE */
.gen-form.inline .label-cont {float: left; width: 26%;}
.gen-form.inline .sep-cont {float: left; width: 2%;}
.gen-form.inline .form-cont {float: left; width: 72%;}
.gen-form.inline .gen-form-row {margin-bottom: 12px;}
.gen-form.inline label.form-label {font-size: 14px; line-height: 45px;}
.gen-form.inline label.form-label.label-big {font-size: 24px; line-height: 45px; font-family: 'ItalicTitleFont';}
.gen-form.inline label.error {margin-bottom: 8px; margin-top: 5px;}
.gen-form.inline select {min-width: 70%;}
.gen-form.inline input[type="text"], .gen-form.inline input[type="password"], .gen-form.inline textarea {width: 70%;}
.gen-form.inline input.small {width: 30%;}
/* /INLINE STYLE */


@media only screen and (max-width: 480px) {
	.gen-form-row.half {width: 100%; margin-right: 0;}
}

/* /FORM */


/* HEADER */
#outer-wrap {float: left; position: relative; width: 100%;}
#inner-wrap {margin: 0 auto; width: 1300px; position: relative;}
#header-resp {display: none; z-index: 3000;}
#header-resp-nav {display: none; z-index: 3000;}

/* #header-left {position: absolute; left: 0; width: 8%;} */
#header-left {position: fixed; width: 8%;}
#header-right {position: absolute; right: 0; height: 100vh; width: 8%;}
#content {margin: 0 auto; width: 82%; position: relative;}

#logo-container {margin-bottom: 15px; margin-top: 12vh; text-align: center; position: relative; width: 75%; padding-left: 12.5%; padding-right: 12.5%;}
img#logo {max-width: 100%; margin-bottom: 15px;}
#icon-nav-container {width: 100%; height: 30px; background: url(../images/icon/nav.png) no-repeat center; margin-left: 5px; opacity: 0.7; cursor: pointer;
transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
#icon-nav-container:hover {opacity: 1.0;}
#icon-nav-container.opened {background: url(../images/icon/nav-close.png) no-repeat center;}
#icon-nav-container-2 {text-align: center;}
#icon-nav-container-2 a {display: inline-block; padding-left: 5px; padding-right: 5px; font-size: 15px; line-height: 15px; color: #0620F3; font-family: 'BoldFont'; cursor: pointer; border-bottom: 2px solid transparent; border-top: 2px solid transparent; padding-top: 5px; padding-bottom: 7px; letter-spacing: 1px;
transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
#icon-nav-container-2 a:hover {border-bottom: 2px solid #0620F3; text-decoration: none;}
#icon-nav-container-2 a.opened {border-bottom: 2px solid #0620F3; border-top: 2px solid #0620F3;}

#header-right p {position: absolute; top: 50%; left: -175px; transform: translateY(-50%); width: 500px; font-size: 14px; line-height: 22px; font-family: 'BoldFont'; color: #0620F3;
transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg);}
#header-right p a {font-size: 14px; line-height: 22px; color: #0620F3; font-family: 'BoldFont';}
#header-right p a:hover {text-decoration: underline;}
#header-right p span {display: inline-block; margin-right: 60px;}

/* #header-nav-container {position: absolute; top: -88vh; left: 9%; width: 82%; height: 88vh; background: rgba(6, 32, 243, 0.9); z-index: 2900;
transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in;} */
#header-nav-container {position: fixed; top: -88vh; left: 50%; transform: translateX(-50%); width: 79%; height: 88vh; background: rgba(6, 32, 243, 0.9); z-index: 2900;
transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in;}
#header-nav-container.opened {top: 0;}
#hnc-inner {padding-top: 10%;}

#hnc-left {width: 40%; float: left;}
#hnc-right {width: 50%; padding-right: 7%; float: right;}
ul#header-nav-list {float: left; width: 100%;}
ul#header-nav-list > li {}
ul#header-nav-list > li > a {display: block; font-family: 'BoldFont'; color: #fff; opacity: 0.7; font-size: 35px; padding: 25px 25%; background: url(../images/bg/white-line.png) no-repeat left bottom; background-size: 70% 2px; letter-spacing: 1px;
transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}
ul#header-nav-list > li > a:hover {color: #fff; text-decoration: none; opacity: 1.0;}
ul#header-nav-list > li > a.active {background-size: 100% 2px; opacity: 1.0;}

.hnc-right-content {display: none;}
#hnc-right-close-icon {position: absolute; width: 32px; height: 35px; background: url(../images/icon/nav-close-white.png) no-repeat center; top: 40px; right: 7%; cursor: pointer;}
#hnc-general {display: block; margin-top: 30px;}
#hnc-general p, #hnc-general p a {text-align: right; color: #fff; font-size: 14px; line-height: 26px; padding-bottom: 20px; margin-bottom: 10px; letter-spacing: 1px;}
#hnc-general p a:hover {color: #bfbfbf; text-decoration: none;}
#hnc-general p {background: url(../images/bg/white-line.png) no-repeat right bottom; background-size: 40px 1px;}

ul.header-subnav-list {float: left; width: 100%;}
ul.header-subnav-list > li {margin-bottom: 8px;}
ul.header-subnav-list > li:last-child {margin-bottom: 0;}
ul.header-subnav-list > li > a {display: inline-block; font-size: 18px; line-height: 24px; color: #fff; opacity: 0.7; letter-spacing: 2px;
transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}
ul.header-subnav-list > li > a:hover {opacity: 1.0; text-decoration: none;}
ul.header-subnav-list > li > a span {font-size: 11px; line-height: 16px;}

#hnc-services {margin-top: 88px;}
#hnc-projects {margin-top: 22px;}
#hnc-projects ul.header-subnav-list > li {margin-bottom: 25px;}
#hnc-projects ul.header-subnav-list > li:last-child {margin-bottom: 0;}

@media only screen and (max-width: 1300px) {
	#inner-wrap {width: 95%;}
	#header-nav-container {width: 78%;}
}

@media only screen and (max-width: 1024px) {
	ul#header-nav-list > li > a {font-size: 30px; padding: 20px 25%;}
	ul.header-subnav-list > li > a {font-size: 14px; line-height: 22px;}
	#hnc-projects ul.header-subnav-list > li {margin-bottom: 15px;}
}

@media only screen and (max-width: 768px) {
	#header-left {display: none;}
	#header-right {display: none;}
	#header-nav-container {display: none;}
	
	#content {width: 100%;}
	#header-resp {display: block; position: fixed; top: 0; width: 95%; padding: 10px 2.5%; background: #fff; z-index: 3000;
	box-shadow: 0px 0px 10px #bfbfbf;}
	
	#logo-resp-container {float: left;}
	img#logo-resp {height: 40px;}
	#nav-resp-container {float: right; width: 22px; height: 24px; background: url(../images/icon/nav.png) no-repeat center; background-size: 22px 24px; margin-top: 10px; cursor: pointer; opacity: 0.7;
	transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
	#nav-resp-container:hover {opacity: 1.0;}
	#nav-resp-container.opened {background: url(../images/icon/nav-close.png) no-repeat center;}
	
	#header-resp-nav {position: fixed; top: 68px; z-index: 3000; width: 100%;}
	ul#header-resp-nav-list {float: left; width: 100%;}
	ul#header-resp-nav-list > li {}
	ul#header-resp-nav-list > li > a {display: block; font-size: 14px; line-height: 24px; color: #fff; font-family: 'BoldFont'; background: rgba(6, 32, 243, 0.9); padding: 12px 2.5%; letter-spacing: 1px;
	transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
	ul#header-resp-nav-list > li > a:hover {background: rgba(96, 119, 251, 0.9); text-decoration: none;}
	ul#header-resp-nav-list > li > a.has-sub {cursor: pointer; background: url(../images/icon/arrow-down.png) no-repeat 97.5% center; background-color: rgba(6, 32, 243, 0.9);}
	ul#header-resp-nav-list > li > a.has-sub:hover {background: url(../images/icon/arrow-down.png) no-repeat 97.5% center; background-color: rgba(96, 119, 251, 0.9);}
	ul#header-resp-nav-list > li > a.has-sub.opened {background: url(../images/icon/arrow-up.png) no-repeat 97.5% center; background-color: rgba(6, 32, 243, 0.9);}
	ul#header-resp-nav-list > li > a.has-sub.opened:hover {background: url(../images/icon/arrow-up.png) no-repeat 97.5% center; background-color: rgba(96, 119, 251, 0.9);}
	
	.header-resp-subnav-container {display: none;}
	ul.header-resp-subnav-list {float: left; width: 100%;}
	ul.header-resp-subnav-list > li {}
	ul.header-resp-subnav-list > li > a {display: block; font-size: 12px; line-height: 20px; color: #fff; background: rgba(6, 32, 243, 0.9); padding: 5px 7.5%; letter-spacing: 1px;
	transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
	ul.header-resp-subnav-list > li > a:hover {background: rgba(96, 119, 251, 0.9); text-decoration: none;}
}

/* HOME */
.ptb-80 {padding-top: 80px; padding-bottom: 80px;}
.ptb-60 {padding-top: 60px; padding-bottom: 60px;}
.top-spc {float: left; height: 12vh;}

#home-slideshow-sfw {margin-bottom: 12vh; opacity: 0; margin-top: 30px;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#home-slideshow-sfw.displayed {opacity: 1.0; margin-top: 0;}
.slideshow-item {position: relative; height: 76vh; background-size: cover !important;}
.slideshow-item img {width: 100%; display: none !important;}
.slideshow-item .caption-wrap {position: absolute; right: 0; bottom: 0; background: #0620F3; padding: 20px 30px; width: 300px;}
.slideshow-item .caption-wrap h5 {font-size: 20px; line-height: 28px; margin-bottom: 10px; padding-bottom: 8px; background: url(../images/bg/gray-line.png) no-repeat bottom left; background-size: 35px 2px; color: #fff; font-family: 'BoldFont'; letter-spacing: 1px;}
.slideshow-item .caption-wrap p {font-size: 14px; line-height: 22px; color: #fff; letter-spacing: 1px;}

#slideshow-list-container .slick-prev {content: ''; width: 80px; height: 35px; background: url(../images/icon/arrow-prev.png) no-repeat center #0620F3 !important; left: 0; bottom: 0; opacity: 1.0;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
#slideshow-list-container .slick-next {content: ''; width: 80px; height: 35px; background: url(../images/icon/arrow-next.png) no-repeat center #0620F3 !important; left: 80px; bottom: 0; opacity: 1.0;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
#slideshow-list-container .slick-prev:hover {background: url(../images/icon/arrow-prev.png) no-repeat center #405AF4 !important;}
#slideshow-list-container .slick-next:hover {background: url(../images/icon/arrow-next.png) no-repeat center #405AF4 !important;}

#home-service-sfw h5 {opacity: 0; margin-top: 20px;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#home-service-sfw h5.displayed {opacity: 1.0; margin-top: 0;}
#home-service-left {float: left; margin-left: -75px; width: 50%; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#home-service-left.displayed {margin-left: 0; opacity: 1.0;}
#home-service-right {float: right; margin-right: -75px; width: 40%; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#home-service-right.displayed {margin-right: 0; opacity: 1.0;}
.gen-img-wrap img {max-width: 100%; max-height: 100%; display: block; margin-bottom: 0;}

#home-client-sfw h5 {opacity: 0; margin-top: 20px;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#home-client-sfw h5.displayed {opacity: 1.0; margin-top: 0;}
ul.gen-list-horizontal {float: left; width: 100%;}
ul.gen-list-horizontal > li {float: left; width: 45%; margin-right: 10%; text-align: center;}
ul.gen-list-horizontal > li:nth-child(2n) {margin-right: 0;}
ul.gen-list-horizontal > li:nth-child(2n + 1) {clear: both;}
ul.gen-list-horizontal > li img {display: block; margin: 0 auto; max-width: 120px;}
ul.gen-list-horizontal > li p.caption {font-family: 'BoldFont'; font-size: 18px; line-height: 24px; letter-spacing: 1px;} 
ul.gen-list-horizontal > li a {color: #0620F3; letter-spacing: 1px;}
ul.gen-list-horizontal > li a:hover, ul.gen-list-horizontal > li a:hover p {text-decoration: none; color: #405AF4;}

ul#home-client-list {float: left; width: 100%; opacity: 0; margin-top: 30px;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
ul#home-client-list.displayed {opacity: 1.0; margin-top: 0;}
ul#home-client-list > li {float: left; width: 30%; margin-right: 5%; position: relative; margin-bottom: 30px;}
ul#home-client-list > li:nth-child(3n) {margin-right: 0;}
ul#home-client-list > li:nth-child(3n + 1) {clear: both;}
ul#home-client-list > li img {position: absolute; max-width: 100%; max-height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}

@media only screen and (max-width: 768px) {
	.top-spc {height: 100px !important;}
	
	#slideshow-list-container .slick-prev, #slideshow-list-container .slick-next {top: 0;}
	
	#home-service-right, #home-service-left {float: none; width: 100%;}
	#home-service-right {margin-bottom: 30px;}
	
	ul#home-client-list {width: 100%;}
	ul#home-client-list > li {width: 30%; margin-right: 5%;}
	
	ul.gen-list-horizontal > li {float: left; width: 30%; margin-right: 5%; text-align: center;}
	ul.gen-list-horizontal > li:nth-child(2n) {margin-right: 5%;}
	ul.gen-list-horizontal > li:nth-child(2n + 1) {clear: none;}
	ul.gen-list-horizontal > li:nth-child(3n) {margin-right: 0;}
	ul.gen-list-horizontal > li:nth-child(3n + 1) {clear: both;}
}

@media only screen and (max-width: 480px) {
	.ptb-80, .ptb-60 {padding-top: 40px; padding-bottom: 40px;}
	.slideshow-item .caption-wrap {left: 0; width: 90%; padding: 20px 5%;}
	
	ul#home-client-list > li {width: 45%; margin-right: 10%;}
	ul#home-client-list > li:nth-child(3n) {margin-right: 10%;}
	ul#home-client-list > li:nth-child(3n + 1) {clear: none;}
	ul#home-client-list > li:nth-child(2n) {margin-right: 0;}
	ul#home-client-list > li:nth-child(2n + 1) {clear: both;}
	
	ul.gen-list-horizontal > li {float: left; width: 45%; margin-right: 10%;}
	ul.gen-list-horizontal > li:nth-child(2n) {margin-right: 0;}
	ul.gen-list-horizontal > li:nth-child(2n + 1) {clear: both;}
	ul.gen-list-horizontal > li img {max-width: 120px;}
}
/* /HOME */


/* ABOUT */
#top-featured-sfw {margin-bottom: 50px; opacity: 0; margin-top: 30px;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#top-featured-sfw.displayed {margin-top: 0; opacity: 1.0;}
#tf-left {float: left; width: 27%; height: 76vh; background: #0620F3; position: relative;}
#tf-right {position: relative;}
.tri-cover {position: absolute; width: 100%; height: 100%; background: url(../images/bg/tri-cover.png) no-repeat center; background-size: cover;}
.tri-cover.minus {z-index: -1;}

@media only screen and (min-width: 1025px) {
	#tf-left-title {position: absolute; width: 80%; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff;
	padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;}
}

#tf-left-title h4 {color: #fff; margin-bottom: 0; font-family: 'BoldFont'; font-size: 32px; line-height: 50px; letter-spacing: 2px;}
#tf-left-title h4 span {display: block; font-size: 13px; line-height: 18px; font-family: 'GeneralFont';}
#tf-right {float: right; width: 73%; height: 76vh; background-size: cover !important;}
img.top-bg-img {display: none;}

#gen-content-sfw {}
#gcs-left {float: left; width: 48%; border-top: 2px solid #bfbfdb; padding-top: 80px; padding-bottom: 80px; margin-left: -75px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#gcs-left.displayed {margin-left: 0; opacity: 1.0;}
#gcs-left-2 {float: left; width: 48%; padding-top: 40px; padding-bottom: 80px; margin-left: -75px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#gcs-left-2.displayed {margin-left: 0; opacity: 1.0;}
#gcs-right {float: right; width: 47%; padding-bottom: 80px; margin-right: -75px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#gcs-right.displayed {margin-right: 0; opacity: 1.0;}
.gcs-feat-img-wrap img {width: 100%; display: block; margin-bottom: 0;}
.gcs-feat-img-title {width: 80%; padding: 20px 10%; background: #0620F3;}
.gcs-feat-img-title p {color: #fff; font-family: 'BoldFont'; line-height: 24px;}
.gcs-feat-img-title p span {font-size: 13px; font-family: 'GeneralFont';}

ul.bod-list {float: left; width: 100%; margin-top: 90px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
ul.bod-list.displayed {opacity: 1.0; margin-top: 60px;}
ul.bod-list > li {float: left; width: 32%; margin-right: 2%; margin-bottom: 40px;}
ul.bod-list > li:nth-child(3n) {margin-right: 0;}
ul.bod-list > li:nth-child(3n + 1) {clear: both;}
ul.bod-list > li .img-wrap img {width: 100%; display: block;}
ul.bod-list > li .name {margin-top: 20px;}
ul.bod-list > li .name p, ul.bod-list > li .description p {color: #00006E; font-size: 14px; line-height: 26px;}
ul.bod-list > li .description {margin-top: 20px; padding-top: 15px; padding-bottom: 15px; border-top: 2px solid #bfbfdb; border-bottom: 2px solid #bfbfdb; min-height: 175px;}


@media only screen and (max-width: 1024px) {
	#tf-left {float: none; position: absolute; right: 0; bottom: 0; width: 100%; height: auto; z-index: 10;}
	#tf-left-title {position: relative; width: 90%; padding: 15px 5%;}
	#tf-left-title h4 {font-size: 16px; line-height: 24px;}
	#tf-right {float: none; width: 100%;}
	
	#gcs-left {padding-top: 40px;}
}

@media only screen and (max-width: 768px) {
	#gcs-left, #gcs-right, #gcs-left-2 {float: none; width: 100%;}
	
	ul.bod-list {margin-top: 30px;}
	ul.bod-list > li {width: 47%; margin-right: 6%;}
	ul.bod-list > li:nth-child(3n) {margin-right: 6%;}
	ul.bod-list > li:nth-child(3n + 1) {clear: none;}
	ul.bod-list > li:nth-child(2n) {margin-right: 0;}
	ul.bod-list > li:nth-child(2n + 1) {clear: both;}
}

@media only screen and (max-width: 480px) {
	ul.bod-list > li {float: none; width: 100%; margin-right: 0; margin-bottom: 60px;}
	ul.bod-list > li .description {min-height: 50px;}
}
/* /ABOUT */


/* PROJECT */
#project-sfw {opacity: 0; margin-top: 30px;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#project-sfw.displayed {opacity: 1.0; margin-top: 0;}

ul#project-filter-list {float: left; width: 100%;}
ul#project-filter-list > li {float: left; width: 32%; margin-right: 2%; margin-bottom: 25px;}
ul#project-filter-list > li:nth-child(3n) {margin-right: 0;}
ul#project-filter-list > li:nth-child(3n + 1) {clear: both;}

#project-list-div {float: left; width: 100%;}
#project-list-div img#loading {position: absolute; left: 50%; transform: translateX(-50%); margin-top: 50px;}

ul#project-list  {float: left; width: 100%;}
ul#project-list > li {float: left; width: 32%; margin-right: 2%; position: relative; margin-bottom: 25px;}
ul#project-list > li:nth-child(3n) {margin-right: 0;}
ul#project-list > li:nth-child(3n + 1) {clear: both;}
ul#project-list > li .img-wrap {width: 100%; height: 100%; background-size: cover !important;}
ul#project-list > li .img-wrap img {display: none;}
ul#project-list > li .cover {position: absolute; width: 100%; height: 100%; background: rgba(6, 32, 243, 0.6); display: none;}
ul#project-list > li .cover .inner {position: absolute; width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); padding-top: 15px; padding-bottom: 15px; border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf;}
ul#project-list > li .cover .inner p {font-family: 'BoldFont'; color: #fff; font-size: 20px; line-height: 32px; letter-spacing: 2px;}
/* ul#project-list > li .cover .line-up, ul#project-list > li .cover .line-bottom {height: 1px; width: 80%; background: #fff; left: 50%; transform: translateX(-50%);}
ul#project-list > li .cover .line-up {position: absolute; top: 30px;}
ul#project-list > li .cover .line-bottom {position: absolute; bottom: 30px;} */

#project-detail-sfw {margin-bottom: 80px;}
#project-detail-left {float: left; width: 48%; margin-left: -75px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#project-detail-left.displayed {margin-left: 0; opacity: 1.0;}
#project-detail-right {float: right; width: 48%; margin-right: -75px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#project-detail-right.displayed {margin-right: 0; opacity: 1.0;}
ul#project-detail-img-list {float: left; width: 100%;}
ul#project-detail-img-list > li {margin-bottom: 20px;}
ul#project-detail-img-list > li:last-child {margin-bottom: 0;}
ul#project-detail-img-list > li img {width: 100%;}
#project-detail-right .inner, #project-detail-resp .inner {background: #0721f4; padding: 50px 20%;}
#project-detail-right .inner p.detail, #project-detail-resp .inner p.detail {color: #fff; letter-spacing: 1px; margin-bottom: 35px;}

@media only screen and (max-width: 768px) {
	.styled-select-wrapper {width: 100%;}
	ul#project-list > li .cover .inner p {font-size: 16px; line-height: 24px;}
		
	#project-detail-right, #project-detail-left {float: none; width: 100%;}
	#project-detail-right {margin-bottom: 30px;}
	#project-detail-right .inner {padding: 30px 7.5%;}
	#project-detail-right .inner p.detail {margin-bottom: 30px;}
	
	ul#project-detail-img-list > li {float: left; width: 48%; margin-right: 4%;}
	ul#project-detail-img-list > li:nth-child(2n) {margin-right: 0;}
	ul#project-detail-img-list > li:nth-child(2n + 1) {clear: both;}
}

@media only screen and (max-width: 480px) {
	ul#project-filter-list > li {float: left; width: 48%; margin-right: 4%; margin-bottom: 15px;}
	ul#project-filter-list > li:nth-child(3n) {width: 100%; margin-right: 0;}
	ul#project-filter-list > li:nth-child(3n + 1) {clear: both;}
	ul#project-filter-list > li:nth-child(2n) {margin-right: 0;}
	ul#project-filter-list > li:nth-child(2n + 1) {clear: both;}
	
	ul#project-list > li {width: 48%; margin-right: 4%;}
	ul#project-list > li:nth-child(3n) {margin-right: 4%;}
	ul#project-list > li:nth-child(3n + 1) {clear: none;}
	ul#project-list > li:nth-child(2n) {margin-right: 0;}
	ul#project-list > li:nth-child(2n + 1) {clear: both;}
}
/* /PROJECT */


/* CAREER */
#career-title-left {float: left; width: 55%; padding-left: 10%; margin-left: -50px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#career-title-left.displayed {margin-left: 0; opacity: 1.0;}
#career-title-right {float: right; width: 25%; margin-right: -50px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#career-title-right.displayed {margin-right: 0; opacity: 1.0;}
#career-title-right p {font-size: 14px; line-height: 22px; color: #00006E;}

ul#career-list {float: left; width: 100%; margin-top: 40px; margin-bottom: 40px;}
ul#career-list > li {float: left; width: 100%;}
ul#career-list > li .career-header {width: 100%; padding-top: 15px; padding-bottom: 15px; color: #00006E; font-family: 'BoldFont'; font-size: 18px; line-height: 30px; cursor: pointer; letter-spacing: 1px;
transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}
ul#career-list > li .career-header:hover, ul#career-list > li .career-header.opened {background: #0620F3; color: #fff;}
ul#career-list > li .spc {float: left; width: 10%;}
ul#career-list > li .icon {float: left; width: 10%;}
ul#career-list > li .name {float: left; width: 45%;}
ul#career-list > li .time {float: right; width: 25%;}
ul#career-list > li .career-description {background: #0620F3; padding-top: 50px; padding-bottom: 50px; float: left; width: 100%; display: none;}
ul#career-list > li .career-description .spc-1 {float: left; width: 20%;}
ul#career-list > li .career-description .description {float: left; width: 45%;}
ul#career-list > li .career-description .spc-2 {float: right; width: 25%;}

#inquiry-form {margin-top: 30px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#inquiry-form.displayed {margin-top: 0; opacity: 1.0;}
#inquiry-form input[type="text"], #inquiry-form input[type="email"] {width: 94%; padding-left: 3%; padding-right: 3%;}
#inquiry-form textarea {width: 96%; padding-left: 2%; padding-right: 2%;}

@media only screen and (max-width: 768px) {
	#career-title-left {padding-left: 0;}
	ul#career-list > li .spc {width: 5%;}
	ul#career-list > li .name {width: 50%;}
}

@media only screen and (max-width: 480px) {
	#career-title-left, #career-title-right {float: none; width: 100%;}
	#career-title-left {margin-bottom: 15px;}
	ul#career-list > li .spc, ul#career-list > li .icon {display: none;}
	ul#career-list > li .name {width: 55%; padding-left: 5%;}
	ul#career-list > li .time {width: 30%;}
	ul#career-list > li .career-description {padding-top: 25px; padding-bottom: 25px;}
	ul#career-list > li .career-description .spc-1, ul#career-list > li .career-description .spc-2 {display: none;}
	ul#career-list > li .career-description .description {float: none; width: 90%; padding-left: 5%; padding-right: 5%;}
	
	#inquiry-form input[type="submit"] {width: 100%;}
}
/* /CAREER */


/* CONTACT */
#contact-sfw {margin-top: 30px; opacity: 0;
transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;}
#contact-sfw.displayed {margin-top: 0; opacity: 1.0;}
#contact-left {float: left; width: 32%; padding: 60px 4%; background: #0620F3; margin-bottom: 60px;}
#contact-left p, #contact-left p a {color: #fff; text-align: right; letter-spacing: 1px; font-size: 14px; line-height: 26px;}
#contact-left p.with-und {padding-bottom: 20px; background: url(../images/bg/gray-line.png) no-repeat right bottom; background-size: 35px 2px; margin-bottom: 15px;}
#contact-left p.cnt-address {cursor: pointer;
transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}
#contact-left p.cnt-address:hover {color: #f4afb5;}

#cnt-col-1 {margin-bottom: 60px;}
#cnt-col-2 {margin-bottom: 60px;}

#contact-right {float: right; width: 60%;}

@media only screen and (max-width: 1024px) {
	#contact-left {float: none; width: 90%; padding: 40px 5%; margin-bottom: 0;}
	#contact-left p, #contact-left p a {text-align: left;}
	#cnt-col-1 {float: left; width: 100%; margin-bottom: 40px;}
	#cnt-col-2, #cnt-col-3 {float: left; width: 45%; margin-right: 10%; margin-bottom: 0;}
	#cnt-col-3 {margin-right: 0;}
	#contact-left p.with-und {background: url(../images/bg/gray-line.png) no-repeat left bottom; background-size: 35px 2px;}
	
	#contact-right {float: none; width: 100%; height: 60vh !important;}
}

@media only screen and (max-width: 480px) {
	#cnt-col-1, #cnt-col-2, #cnt-col-3 {float: left; width: 100%; margin-bottom: 50px;}
	#cnt-col-3 {margin-bottom: 0;}
}
/* /CONTACT */


/* OVERLAY NOTIFICATION */
.overlay-bg, .overlay-bg2  { width: 100%; height: 100%; background: url(../images/bg/overlay-bg.png); z-index: 10000; left: 0; top: 0; position: fixed;}
.notification-content, .notification-content2 {width: 42%; padding: 15px; background: #efefef; z-index: 10001; margin: 0 auto; margin-top: 20%; position: fixed; left: 50%; right: 50%; left: -300px; right: -300px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; -o-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000;}
.notification-content h3, .notification-content2 h3 {font-size: 22px; line-height: 28px; font-family: 'HardFont'; padding-left: 32px; text-transform: uppercase; margin-bottom: 5px;}
.notification-content p, .notification-content2 p {padding-left: 3px; line-height: 21px; font-size: 16px; color: #444; margin-bottom: 0px; font-family: 'GeneralFont';}
.notification-content small, .notification-content2 small {padding-left: 3px; font-size: 11.5px; color: #444; font-family: 'GeneralFont';}

.notif-success, .notif-success2 {border: 3px solid #2A9C45;}
.notif-success h3, .notif-success2 h3  { background: url(../images/icon/success-notification.png) no-repeat left center; color: #2A9C45; }
.notif-failed, .notif-failed2 {border: 3px solid #C51D2A;}
.notif-failed h3, .notif-failed2 h3 { background: url(../images/icon/failed-notification.png) no-repeat left center; color: #C51D2A; }

.overlay-bg2, .notification-content2 {display: none;}
.form-control.type2 {display: inline; width: 60%;}

@media only screen and (max-width: 960px) {
	.notification-content, .notification-content2 {width: 70%;}
}
@media only screen and (max-width: 767px) {
	.notification-content, .notification-content2 {margin-top: 35%;}
}


/* ADDITIONAL */
#loading-cover {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; background: #fff;}
#loading-image-container {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
img#logo-loading {width: 84px; display: block; margin-left: auto; margin-right: auto;}
img#gif-loading {max-width: 480px; display: block;}

@media only screen and (max-width: 480px) {
	img#gif-loading {max-width: 330px;}
}
/* /ADDITIONAL */