@charset "utf-8";

/* form-area */
.form-area  {padding: 240px 0 66px; background-color: #fa5f71;}
.form-area .form-title {font-size: 120px; font-family: 'Eina03-SemiBold'; text-align: center; letter-spacing: -0.010em; color: #fff;}
.form-area .form-tab {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 39px 0 99px;}
.form-area .form-tab li {margin-left: 56px; font-size: 18px; font-family: 'Noto Sans KR';font-weight:500; color: #fff; opacity: 0.65; letter-spacing: -0.025em; cursor: pointer;}
.form-area .form-tab li:first-child {margin-left: 0;}
.form-area .form-tab li.active {display: inline-block; padding-bottom: 5px; border-bottom: 2px solid #fff700; color: #fff; opacity: 1;}

.form-area .form-wrap {display:none; width:100%; max-width:1840px; margin:0 auto; box-sizing:border-box; padding:0 100px;}
.form-area .form-wrap.active {display: block;}
.form-area .form-box {display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 50px;}
.form-area .form-box:first-child {padding-top: 0;}
.form-area .box-half {width: 50%;}
.form-area .box-full {width: 100%;}
.form-area .box-title {padding-bottom: 18px;}
.form-area .box-title label, .form-area .box-title span {font-size: 18px; font-family: 'Noto Sans KR';font-weight:500; color: #fff; letter-spacing: -0.025em;}
.form-area .box-title label.dot {position: relative;}
.form-area .box-title label.dot:after {content:''; position: absolute; right: -16px; top: 2px; width: 7px; height: 7px; border-radius: 50%; background: #fff700;}
.form-area .input-txt {height: 68px;}
.form-area .input-txt, .form-area textarea {width: 100%; padding: 20px 16px 22px; box-sizing: border-box; font-size: 20px; font-family: 'Noto Sans KR';font-weight:500; color: #fff; border: 1px solid #fff; letter-spacing: -0.025em; outline: 0; background: none; box-sizing: border-box;}
.form-area .input-txt:focus, .form-area textarea:focus  {padding: 18px 14px 20px; border-width: 3px; box-sizing: border-box;}
.form-area .box-half:nth-child(2) .input-txt, .form-area .box-half:nth-child(2) .box-file {margin-left: -1px;}
.form-area textarea {height: 266px; overflow-y: scroll; line-height: 1.6; outline: 0; resize: none;}

.form-area .box-file {position: relative; width: 100%; height: 68px; border: 1px solid #fff; box-sizing: border-box; cursor: pointer;}
.form-area .box-file:after {content: ''; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 16px; height: 19px; background: url(/static/images/pc/contact/ico_upload.png) no-repeat top center / 100%;}
.form-area .box-file input {position: relative; z-index: 1; width: 100%; height: 100%; opacity: 0; cursor: pointer;}
.form-area .box-file label {position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-size: 20px; font-family: 'Noto Sans KR';font-weight:500; color: #fff; letter-spacing: -0.025em; cursor: pointer;}

.form-area .calendar-box {position: relative; height: 68px;}
.form-area .calendar-box input {position: absolute; left: 0; top: 0; z-index: 1; cursor: pointer;}
.form-area .calendar-box input::placeholder {color: #fff;}
.form-area .calendar-box img {position: absolute; right: 19px; top: 50%; transform: translateY(-50%); width: 23px; height: auto;}

.form-area .form-send {margin-top: 88px; text-align: center;}
.form-area .btn-send {padding: 0 0 5px 0; border: 0; border-bottom: 4px solid #fff700; background: none; font-size: 58px; font-family: 'Eina03-SemiBold'; line-height: 1; color: #fff; letter-spacing: -0.010em; cursor: pointer;}

/** show **/
.msg {display: none;}
.form-area .alert-box {position: relative;}
.form-area .alert-box.show .input-txt, .form-area .alert-box.show textarea {padding: 20px 16px 22px; border: 3px solid #fff700;}
.form-area .alert-box.show .msg {display: block; position: absolute; top: 50%; right: 16px; transform: translateY(-50%);}
.form-area .alert-box.show textarea + .msg {top: 85%; right: 16px; transform: unset;}
.form-area .alert-box.show .msg em, .form-area .alert-box.show .msg span {font-size: 18px; font-family: 'Noto Sans KR';font-weight:500; color: #ffff00;}
.form-area .alert-box.show .msg em {display: inline-block; width: 21px; height: 21px; margin-right: 4px; border: 1px solid #fff700; border-radius: 50%; line-height: 20px; text-align: center;}

/* common */
.inner-title {font-size: 28px; font-family: 'Eina03-Bold'; letter-spacing: -0.025em;}

/* .cont-contact */
.cont-contact {position: relative; margin: 115px auto 130px;width:100%;max-width:1840px;box-sizing:border-box;padding:0 40px;}
.cont-contact .inner-title {position: absolute; left: 40px; top: 0; }
.cont-contact .contact-wrap {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 1100px; margin-left: auto;}
.cont-contact .contact-box {width: 45.50%; margin-bottom: 139px;}
.cont-contact .contact-box:nth-child(1) .c-info {border-top: 1px solid #93cfc8;}
.cont-contact .contact-box:nth-child(2) .c-info {border-top: 1px solid #7d53e0;}
.cont-contact .contact-box:nth-child(3) .c-info {border-top: 1px solid #fe837f;}
.cont-contact .contact-box:nth-child(4) .c-info {border-top: 1px solid #fbbd28;}
.cont-contact .contact-box:nth-child(5) .c-info {border-top: 1px solid #1c91f5;}
.cont-contact .contact-box:nth-child(6) .c-info {border-top: 1px solid #94cbff;}
.cont-contact .contact-box:nth-child(3), .cont-contact .contact-box:nth-child(4) {margin-bottom: 115px;} 
.cont-contact .contact-box .c-info {margin-top:4px;padding-bottom: 62px;padding-top:22px;}
.cont-contact .contact-box .c-info:last-child {padding-bottom: 0;}
.cont-contact .contact-box .info-t {display: -webkit-box; display: -ms-flexbox; display: flex;}
.cont-contact .contact-box .info-t strong {flex: 1; font-size: 26px; font-family: 'Noto Sans KR';font-weight:700; letter-spacing: -0.025em;}
.cont-contact .contact-box .info-t strong em {display:block;font-size:18px;font-family: 'Noto Sans KR';font-weight:500;padding-top:10px;}
.cont-contact .contact-box .info-t span {padding-top: 6px; font-size: 18px; font-family: 'NeueHaasUnica-Medium'; letter-spacing: -0.025em;}
.cont-contact .contact-box .info-b {display: block; font-size: 16px; font-family: 'NeueHaasUnica-Regular';}

/* .cont-address */
.cont-address {width:100%;max-width:1840px;margin:0 auto;padding: 0 40px;box-sizing:border-box;}
.cont-address .inner-title {margin-bottom: 40px;}
.cont-address .map {overflow: hidden; position: relative; width: 100%; height: 580px;}

/* .cont-inverstor */
.cont-inverstor {width:100%;max-width:1840px;position: relative; margin: 120px auto 132px;box-sizing:border-box;padding:0 40px;}
.cont-inverstor .inner-title {position: absolute; left: 40px; top: -3px; line-height: 1.214;}
.cont-inverstor .inverstor-wrap {display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1100px; margin-left: auto;}
.cont-inverstor .inverstor-wrap ul:first-child {padding-right: 276px;}
.cont-inverstor .inverstor-wrap li {font-size: 26px; line-height:1.4; font-family: 'Noto Sans KR';font-weight:500; letter-spacing: -0.025em;}
.cont-inverstor .inverstor-wrap li + li {margin-top:15px;}

/* en */
.en .form-area .form-tab li.active {padding-bottom: 2px;}
.en .form-area .input-txt, .en .form-area .alert-box.show .input-txt {padding: 25px 16px 22px;}
.en .form-area .input-txt:focus {padding: 23px 14px 20px;}
.en .form-area .alert-box.show .msg em, .en .form-area .box-file.show .msg em {line-height: 24px;}
.en .form-area .box-file label {transform: translateY(-40%);}
.en .form-area .box-title label.dot:after {top: 0;}

.en .form-area .alert-box.show .msg em, .en .form-area .alert-box.show .msg span, .en .form-area .box-file.show .msg em, .en .form-area .box-file.show .msg span {font-family: 'NeueHaasUnica-Regular';}
.en .cont-contact .contact-box .info-t strong em {padding-top: 5px; font-family: 'NeueHaasUnica-Regular';}
.en .cont-contact .contact-box .info-t strong {font-size: 28px; font-family: 'NeueHaasUnica-Medium';}
.en .cont-project .pj-txt > p {font-size: 44px; font-family: 'NeueHaasUnica-Medium'; line-height: 1.1;}
.en .form-area .form-tab li {font-family: 'NeueHaasUnica-Medium';}
.en .form-area .box-title label, .en .form-area .box-title span {font-size: 16px; font-family: 'NeueHaasUnica-Regular';}
.en .form-area .input-txt, .form-area textarea {font-family: 'NeueHaasUnica-Regular';}
.en .form-area .box-file label {font-family: 'NeueHaasUnica-Regular';}
.en .cont-inverstor .inverstor-wrap li {font-size: 28px; font-family: 'NeueHaasUnica-Regular';}

/* zh */
.zh .form-area .input-txt, .zh .form-area .alert-box.show .input-txt {padding: 23px 16px 22px;}
.zh .form-area .input-txt:focus {padding: 21px 14px 20px;}
.zh .form-area .box-file label {transform: translateY(-40%);}
.zh .form-area .box-title label.dot:after {top: -2px;}
.zh .form-area .alert-box.show .msg em, .zh .form-area .box-file.show .msg em {line-height: 24px;}
.zh .cont-contact .contact-box .info-t .en-b span {font-size: 16px;}
.zh .cont-contact .contact-box .info-t .en-b em {padding-top: 5px;}

.zh .form-area .btn-send {font-family: 'NotoSansCJKkr-Bold'; font-weight: bold;}
.zh .cont-project .pj-txt > p {font-family: 'NotoSansCJKkr-Bold'; font-weight: bold;}
.zh .form-area .btn-send {font-family: 'NotoSansCJKkr-Bold'; font-weight: bold;}
.zh .cont-contact .contact-box .info-t strong {font-family: 'NotoSansCJKkr-Bold'; font-weight: bold;}
.zh .form-area .form-tab li {font-family: 'NotoSansCJKkr-Medium'; font-weight: 600;}
.zh .form-area .box-title label, .zh .form-area .box-title span {font-family: 'NotoSansCJKkr-Medium'; font-weight: 600;}
.zh .form-area .input-txt, .zh .form-area textarea {font-family: 'NotoSansCJKkr-Medium'; font-weight: 600;}
.zh .cont-contact .contact-box .info-t strong em {font-family: 'NotoSansCJKkr-Regular';}
.zh .form-area .calendar-box input, .zh .form-area .box-file label {font-family: 'NeueHaasUnica-Regular';}
.zh .cont-inverstor .inverstor-wrap li {font-family: 'NeueHaasUnica-Medium';}
.zh .form-area .alert-box.show .msg em, .zh .form-area .alert-box.show .msg span, .zh .form-area .box-file.show .msg em, .zh .form-area .box-file.show .msg span {font-family: 'NeueHaasUnica-Regular';}

@media screen and (min-width: 1840px) {
    .cont-contact .contact-box:nth-child(odd) {padding-right: 95px;}
}
@media screen and (max-width: 1600px) {
    .cont-contact .contact-wrap, .cont-inverstor .inverstor-wrap {margin-left: 22.50vw;}
    .cont-inverstor .inverstor-wrap ul:first-child {padding-right: 17.25vw;}
}