@charset "utf-8";
/* ===========================================
	heading / title
=========================================== */
.e_top_head {
    font-size: 25px;
    margin-top: 0;
}
.e_top_head:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #d41e23;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -3px;
}
.e_top_head span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-left: 30px;
}
.e_h1_box {
    padding: 110px;
}
.e_h1_box.e_h1_eng {
    background: url("../../images/bg_h1_eng.jpg");
    background-size: cover;
}
.e_h1_box.e_h1_crea {
    background: url("../../images/bg_h1_crea.jpg");
    background-size: cover;
}
.e_h1_box.e_h1_about {
    background: url("../../images/bg_h1_about.jpg");
    background-size: cover;
}
.e_h1_box.e_h1_proj {
    background: url("../../images/bg_h1_proj.jpg");
    background-size: cover;
}
.e_h1_box.e_h1_career {
    background: url("../../images/bg_h1_career.jpg");
    background-size: cover;
}
.e_h1_box.e_h1_contact {
    background: url("../../images/bg_h1_contact.jpg");
    background-size: cover;
}
.e_h1_box.e_h1_terms {
    background: url("../../images/bg_h1_terms.jpg");
    background-size: cover;
}
.e_h1_box.e_h1_privacy {
    background: url("../../images/bg_h1_privacy.jpg");
    background-size: cover;
}
.e_h1_text {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 4rem;
}
.e_inner_h2 {
    clear: both;
}
/* ===========================================
	button
=========================================== */
.e_btn {
    border: none;
    background: none;
    font-size: 1.4rem;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0;
}
.e_btn a {
    display: block;
    padding: 16px 80px;
    text-decoration: none;
    color: #333;
}
.e_btn a:hover {
    color: #FFF;
}
.e_btn_type01 {
    overflow: hidden;
}
.e_btn_type01:after {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #d41e23;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.e_btn_type01 a {
    background: url("../images/icon_btn_arrow.png") right 20px center no-repeat;
    border: 1px solid #333;
    position: relative;
    z-index: 1;
}
.e_btn_type01 a:hover {
    background: url("../images/icon_btn_arrow_o.png") right 20px center no-repeat;
    border: 1px solid #d41e23;
}
.e_btn_type01:hover:after {
    height: 500%;
    opacity: 1;
}
.e_btn_type01:active:after {
    height: 400%;
    opacity: 1;
}
.e_btn_type01.e_btn_w a {
    color: #FFF;
    border: 1px solid #FFF;
    background: url("../images/icon_btn_arrow_o.png") right 20px center no-repeat;
}
.e_btn_type01.e_btn_w a:hover {
    border: 1px solid #d41e23;
}
.e_submit_div {
    overflow: hidden;
}
.e_btn_submit {
    display: block;
    padding: 16px 80px;
    text-decoration: none;
    color: #333;
    background: url(../images/icon_btn_arrow.png) right 20px center no-repeat;
    border: 1px solid #333;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.e_btn_submit:hover {
    background: url(../images/icon_btn_arrow_o.png) right 20px center no-repeat;
    border: 1px solid #d41e23;
    background-color: #d41e23;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* ===========================================
	list
=========================================== */
.e_list_indent {
    padding-left: 20px;
}
.e_list_type01 li {
    position: relative;
    padding-left: 20px;
}
.e_list_type01 li:before {
    content: '';
    background: #c3c3c3;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    margin-top: 7px;
}
/* ===========================================
	input text
=========================================== */
input {
    border-radius: 0;
}
input[type="text"], input[type="tel"] {
    -webkit-appearance: none;
}
.e_form_group {
    margin: 0 0 25px 0;
}
.e_inpt_block {
    position: relative;
}
.e_inpt_txt[type="text"], .e_inpt_txt[type="tel"] {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.e_inpt_txt {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #a2a2a2;
    background-color: transparent;
}
.e_inpt_txt ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    color: #a2a2a2;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}
.e_inpt_txt ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #666;
    transition: 0.4s;
    -webki-transition: 0.4s;
}
.e_inpt_txt:focus {
    outline: none;
}
.e_inpt_txt:focus ~ .focus-border, .has-content.e_inpt_txt ~ .focus-border {
    width: 100%;
    transition: 0.4s;
    -webki-transition: 0.4s;
}
.e_inpt_txt:focus ~ label, .has-content.e_inpt_txt ~ label {
    top: -16px;
    font-size: 12px;
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.e_inpt_error {
    margin-top: 3px;
    display: block;
    font-size: 13px;
    color: #ff1f25;
}
/* ===========================================
	textarea
=========================================== */
.e_txtarea {
    font-family: 'Muli', sans-serif;
    background: #e9e8e8;
    border: none;
    resize: none;
    width: 100%;
    height: 175px;
    padding: 20px;
    box-sizing: border-box;
}
.e_txtarea:focus {
    outline: none;
}
/* Change the white to any color ;) */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* ===========================================
	checkbox
=========================================== */
.e_chkbox_block {
    margin-top: 10px;
}
.e_chkbox_label {
    position: relative;
    margin: auto;
    cursor: pointer;
    height: 24px;
    width: 24px;
    clear: both;
}
.e_chkbox_label input {
    opacity: 0;
    cursor: pointer;
}
.e_chkbox_label .e_chkbox_custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #e9e8e8;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.e_chkbox_label input:checked ~ .e_chkbox_custom {
    background-color: #d41e23;
    border-radius: 2px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}
.e_chkbox_label .e_chkbox_custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #d41e23;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.e_chkbox_label input:checked ~ .e_chkbox_custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}
.e_chkbox_label .e_chkbox_custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #d41e23;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.e_chkbox_label input:checked ~ .e_chkbox_custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.e_chkbox_label .e_chkbox_custom.circular {
    border-radius: 50%;
    border: 2px solid #d41e23;
}
.e_chkbox_label input:checked ~ .e_chkbox_custom.circular {
    background-color: #d41e23;
    border-radius: 50%;
    border: 2px solid #d41e23;
}
.e_chkbox_label input:checked ~ .e_chkbox_custom.circular::after {
    border: solid #d41e23;
    border-width: 0 2px 2px 0;
}
.e_chkbox_label .e_chkbox_custom.circular::after {
    border-radius: 50%;
}
.e_chkbox_label .e_chkbox_custom.circular::before {
    border-radius: 50%;
    border: 2px solid #d41e23;
}
.e_chkbox_label input:checked ~ .e_chkbox_custom.circular::before {
    border-radius: 50%;
}
.e_chkbox_desc {
    margin-left: 10px;
}
/* ===========================================
	search
=========================================== */
.e_search {
    position: absolute;
    right: 55px;
    top: 35px;
}
.e_search[type="text"] {
    height: 43px;
    font-size: 15px;
    display: inline-block;
    border: none;
    outline: none;
    color: #555;
    padding-right: 45px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
.e_search[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}
.e_search[type="text"]:focus {
    width: 200px;
    z-index: 1;
    border-bottom: 1px solid #333;
    cursor: text;
    padding-left: 10px;
}
.e_search[type="submit"] {
    height: 45px;
    width: 45px;
    display: inline-block;
    background: url("../images/icon_search.png") center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    transition: opacity .4s ease;
}
.e_search[type="submit"]:hover {
    opacity: 0.6;
}
/* ===========================================
	select
=========================================== */
.e_select {
    border: 1px solid #a2a2a2;
    padding: 7px;
}
.e_select_ttl {
    color: #a2a2a2;
}
.e_select {
    color: #a2a2a2;
}
.e_select option {
    color: #000;
}
.e_select option:first-child {
    color: #a2a2a2;
}

/* ===========================================
	responsive *tablet*
=========================================== */
@media screen and (max-width: 1024px) {
.e_search {
    display: none;
}
}

/* ===========================================
	responsive *mobile*
=========================================== */
@media screen and (max-width: 768px) {
.e_h1_box {
    padding: 0;
    height: 230px;
    display: table;
	width: 100%;
}
.e_h1_text {
    line-height: 1.2;
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    font-size: 3rem;
}
}
