@charset "UTF-8";

.wdd-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

.form-row:not(:first-child) {
    margin-top: 30px
}

.form-grid {
    width: 100%;
    padding: 0 15px
}

.form-grid.col-6 {
    width: 50%
}

.form-grid.col-4 {
    width: 33.3333333333%
}

.error-detail .error-text {
    color: #dc3545
}

.error-detail .error-text:not(:first-child) {
    margin-top: 10px
}

.form-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    pointer-events: none
}

.form-btn-group .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 10rem;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear;
    cursor: pointer;
    pointer-events: auto
}

.form-btn-group .btn:hover {
    background-color: #000000;
    color: #ffffff
}

.form-btn-group .btn:not(:last-child) {
    margin-right: 15px
}

.form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.form-group.required .subject {
    position: relative
}

.form-group.required .subject:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
    color: #ff0000
}

.form-group.verification .refresh-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.form-group.verification .refresh-btn img {
    width: auto;
    height: 40px
}

.form-group.verification .refresh-btn i {
    font-size: 1.25rem;
    margin-left: 10px
}

.form-group.textarea .input-wrap {
    height: auto;
    padding: 10px 35px 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px
}

.form-group.textarea .validation-icon {
    top: 10px;
    -webkit-transform: none;
    transform: none
}

.form-group.success {
    border-bottom: 1px solid #198754
}

.form-group.error {
    border-bottom: 1px solid #dc3545
}

.form-group.error~.error-text {
    color: #dc3545;
    margin-top: 5px
}

.form-group .disabled {
    opacity: 0.5;
    pointer-events: none
}

.form-group .subject {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 0 10px 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    margin-right: 20px
}

.form-group .input-wrap {
    position: relative;
    width: 100%;
    height: 1.5rem;
    margin: 10px 0;
    padding: 0 20px 0 15px
}

.form-group .input-wrap input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    font-size: 1rem;
    color: #000000;
    background-color: transparent
}

.form-group .input-wrap input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .input-wrap input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .input-wrap input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .input-wrap input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .input-wrap input::placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .input-wrap input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.form-group .input-wrap input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.form-group .input-wrap input.error .validation-icon,
.form-group .input-wrap input.error+.validation-icon {
    display: block;
    background-image: url("../../assets/img/error.svg")
}

.form-group .input-wrap input.error .validation-icon :active:before,
.form-group .input-wrap input.error .validation-icon:hover:before,
.form-group .input-wrap input.error+.validation-icon :active:before,
.form-group .input-wrap input.error+.validation-icon:hover:before {
    opacity: 1
}

.form-group .input-wrap input.success .validation-icon,
.form-group .input-wrap input.success+.validation-icon {
    display: block;
    background-image: url("../../assets/img/success.svg")
}

.form-group .textarea-scrollbar {
    display: block;
    width: 100%;
    height: 200px;
    padding: 0;
    border: none;
    line-height: 1.5;
    font-size: 1rem;
    background-color: transparent;
    resize: none
}

.form-group .textarea-scrollbar.os-textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .textarea-scrollbar.os-textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .textarea-scrollbar.os-textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .textarea-scrollbar.os-textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .textarea-scrollbar.os-textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .textarea-scrollbar.os-textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.form-group .textarea-scrollbar.os-textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.form-group .textarea-scrollbar .os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(194, 194, 194, 0.4)
}

.form-group .textarea-scrollbar .os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(145, 145, 145, 0.4)
}

.form-group .textarea-scrollbar.error .validation-icon,
.form-group .textarea-scrollbar.error+.validation-icon {
    display: block;
    background-image: url("../../assets/img/error.svg")
}

.form-group .textarea-scrollbar.error .validation-icon :active:before,
.form-group .textarea-scrollbar.error .validation-icon:hover:before,
.form-group .textarea-scrollbar.error+.validation-icon :active:before,
.form-group .textarea-scrollbar.error+.validation-icon:hover:before {
    opacity: 1
}

.form-group .textarea-scrollbar.success .validation-icon,
.form-group .textarea-scrollbar.success+.validation-icon {
    display: block;
    background-image: url("../../assets/img/success.svg")
}

.form-group .validation-icon {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.form-group .validation-icon:before {
    content: attr(error-text);
    position: absolute;
    top: -5px;
    right: 0;
    padding: 5px;
    border-radius: 4px;
    background-color: rgba(220, 53, 69, 0.8);
    color: #fff;
    font-size: 0.875rem;
    white-space: nowrap;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none
}

.form-group dropdown-el:not([d4-value=""]) .select-display {
    color: #000000
}

.form-group dropdown-el.type-fullbox {
    position: static
}

.form-group dropdown-el[multiple] .select-wrapper {
    padding: 4px 15px
}

.form-group dropdown-el:not([multiple]) .select-wrapper {
    padding: 10px 15px
}

.form-group dropdown-el .select-wrapper {
    background-color: transparent;
    min-height: 44px
}

.form-group dropdown-el .select-display {
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    line-height: 1.5rem
}

.form-group dropdown-el .validation-icon {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none
}

.form-group dropdown-el .dropdown-icon {
    border-color: #000 transparent transparent transparent
}

.form-group dropdown-el.error .validation-icon,
.form-group dropdown-el.error+.validation-icon {
    display: block;
    background-image: url("../../assets/img/error.svg")
}

.form-group dropdown-el.error .validation-icon :active:before,
.form-group dropdown-el.error .validation-icon:hover:before,
.form-group dropdown-el.error+.validation-icon :active:before,
.form-group dropdown-el.error+.validation-icon:hover:before {
    opacity: 1
}

.form-group dropdown-el.success .validation-icon,
.form-group dropdown-el.success+.validation-icon {
    display: block;
    background-image: url("../../assets/img/success.svg")
}

.form-group .form-check {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-group .form-check.error .validation-icon,
.form-group .form-check.error+.validation-icon {
    display: block;
    background-image: url("../../assets/img/error.svg")
}

.form-group .form-check.error .validation-icon :active:before,
.form-group .form-check.error .validation-icon:hover:before,
.form-group .form-check.error+.validation-icon :active:before,
.form-group .form-check.error+.validation-icon:hover:before {
    opacity: 1
}

.form-group .form-check.success .validation-icon,
.form-group .form-check.success+.validation-icon {
    display: block;
    background-image: url("../../assets/img/success.svg")
}

.form-group .form-check .option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin-right: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.form-group .form-check .option-item .checkbox-wrap {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    margin-right: 8px
}

.form-group .form-check .option-item .checkbox-wrap>input {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0
}

.form-group .form-check .option-item .checkbox-wrap>input:checked~.fake-checkbox {
    opacity: 1
}

.form-group .form-check .option-item .checkbox-wrap .fake-checkbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #ff0000;
    opacity: 0;
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear
}

.form-group .form-check .option-item .text {
    font-size: 1rem;
    color: #000000;
    line-height: 1.5
}

.form-group .file-wrap {
    position: relative;
    width: 100%;
    margin-left: 15px;
    cursor: pointer
}

.form-group .file-wrap>input {
    width: 100%;
    height: 24px;
    margin: 10px 0;
    opacity: 0
}

.form-group .file-wrap>input.error+.fake-file-upload .file-name {
    color: #dc3545
}

.form-group .file-wrap>input.error+.fake-file-upload .validation-icon {
    display: block;
    background-image: url("../../assets/img/error.svg")
}

.form-group .file-wrap>input.success+.fake-file-upload .validation-icon {
    display: block;
    background-image: url("../../assets/img/success.svg")
}

.form-group .file-wrap .fake-file-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0
}

.form-group .file-wrap .fake-file-upload .file-name {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5rem;
    padding-right: 20px;
    margin-right: auto;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.form-group .file-wrap .fake-file-upload .validation-icon {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none
}

.form-group .file-wrap .fake-file-upload .upload-icon {
    width: 30px;
    height: 30px;
    background-image: url("../../assets/img/upload.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.form-group .file-wrap .fake-file-upload input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: -1
}

.form-group .data-time-picker {
    position: relative;
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.form-group .data-time-picker>input {
    width: 100%;
    height: 1.5rem;
    border: none;
    margin: 10px 0;
    padding: 0 15px;
    font-size: 1rem;
    color: #000000
}

.form-group .data-time-picker>input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .data-time-picker>input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .data-time-picker>input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .data-time-picker>input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .data-time-picker>input::placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.form-group .data-time-picker>input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.form-group .data-time-picker>input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.wdd-form {
    max-width: none
}

@media only screen and (max-width:768px) {
    .wdd-form .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wdd-form .form-row:not(:first-child) {
    margin-top: 40px
}

.wdd-form .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none
}

.wdd-form .form-group.phone dropdown-el {
    width: 107px
}

.wdd-form .form-group.phone dropdown-el .dropdown-list>li {
    padding: 20px;
    text-align: center
}

.wdd-form .form-group.phone .input-wrap {
    width: calc(100% - 107px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wdd-form .form-group.phone .select-wrapper {
    padding: 0 0 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wdd-form .form-group.phone .select-display {
    margin-left: 20px;
    padding: 0;
    font-weight: 500;
    color: #000
}

.wdd-form .form-group.error .error-tips {
    border: 1px solid #DD353F
}

.wdd-form .form-group.required .subject:before {
    margin-left: 10px;
    content: "＊";
    font-size: 0.75rem;
    color: #ff0000;
    position: static;
    top: auto;
    left: auto
}

@media only screen and (max-width:768px) {
    .wdd-form .form-group.verification .refresh-btn>img {
        width: 75px
    }
}

@media only screen and (max-width:768px) {
    .wdd-form .form-grid {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .wdd-form .form-grid:not(:first-child) {
        margin-top: 30px
    }
}

.wdd-form .subject {
    padding: 10px 0;
    word-break: break-word;
    width: 100%;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wdd-form .subject .en {
    margin-right: 10px
}

.wdd-form .input-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wdd-form .input-wrap {
    padding: 0;
    background: #fff;
    margin: 0;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wdd-form .input-wrap>input {
    line-height: 1.8;
    padding: 0 20px
}

.wdd-form .input-wrap>input::-webkit-input-placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .input-wrap>input::-moz-placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .input-wrap>input:-ms-input-placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .input-wrap>input::-ms-input-placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .input-wrap>input::placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .file-wrap {
    padding: 0;
    margin: 0;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wdd-form .file-wrap>input {
    line-height: 1.8;
    padding: 0 20px
}

.wdd-form .file-wrap>input::-webkit-input-placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .file-wrap>input::-moz-placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .file-wrap>input:-ms-input-placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .file-wrap>input::-ms-input-placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .file-wrap>input::placeholder {
    color: #6C6C6C;
    opacity: 1
}

.wdd-form .file-name {
    padding: 0 20px
}

.wdd-form dropdown-el {
    background: #fff
}

.wdd-form dropdown-el .select-wrapper {
    padding: 20px 30px 20px 20px;
    min-height: 70px
}

.wdd-form dropdown-el .select-display {
    color: #6C6C6C;
    font-weight: normal
}

.wdd-form dropdown-el .dropdown-list>li {
    padding: 20px;
    text-align: left
}

.wdd-form .verification input {
    padding-right: 192px
}

@media only screen and (max-width:768px) {
    .wdd-form .verification input {
        padding-right: 175px
    }
}

.wdd-form .refresh-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wdd-form .refresh-btn>img {
    width: auto;
    height: 35px
}

@media only screen and (max-width:768px) {
    .wdd-form .refresh-btn>img {
        width: 75px
    }
}

.wdd-form .refresh-btn .refresh-img {
    margin-left: 20px;
    padding: 10px
}

@media only screen and (max-width:768px) {
    .wdd-form .refresh-btn .refresh-img {
        margin-left: 10px;
        padding: 0
    }
}

.wdd-form .refresh-btn .refresh-img img {
    width: 30px;
    height: 30px
}

@media only screen and (max-width:768px) {
    .wdd-form .refresh-btn .refresh-img img {
        width: 25px;
        height: 25px
    }
}

@media only screen and (max-width:575px) {
    .wdd-form .form-btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.wdd-form .form-btn-group .common-btn {
    cursor: pointer;
    pointer-events: auto
}

.wdd-form .form-btn-group .common-btn:not(:first-child) {
    margin-left: 40px
}

@media only screen and (max-width:575px) {
    .wdd-form .form-btn-group .common-btn:not(:first-child) {
        margin: 0 0 20px
    }
}

.wdd-form .textarea .input-wrap {
    padding: 0;
    height: auto;
    border: none
}

.wdd-form .textarea textarea {
    padding: 20px;
    outline: none
}

.wdd-form .error-wrap {
    margin-top: 40px;
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wdd-form .error-wrap.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wdd-form .error-wrap .notice-pic {
    margin-right: 20px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.wdd-form .error-wrap .error-detail {
    text-align: center
}

.wdd-form .error-wrap .error-text {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.05px
}

.wdd-form .error-wrap .error-text:not(:first-child) {
    margin-top: 0
}

.wdd-form .validation-icon {
    display: none !important
}

.wdd-form .textarea-scrollbar {
    height: 250px
}

.contact .information {
    padding: 40px 0 120px
}

@media only screen and (max-width:992px) {
    .contact .information {
        padding: 10px 0 80px
    }
}

@media only screen and (max-width:768px) {
    .contact .information {
        padding: 10px 5.334% 80px
    }
}

.contact .information .container {
    margin: 0 auto;
    max-width: 1440px;
    width: calc(100% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:992px) {
    .contact .information .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width:768px) {
    .contact .information .container {
        width: 100%
    }
}

.contact .information .title-wrap {
    margin-right: 50px;
    width: max(19.445%, 230px);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:992px) {
    .contact .information .title-wrap {
        margin-right: 0;
        width: 100%;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        text-align: center
    }
}

.contact .information .title-wrap .common-headerline-two>img {
    margin-bottom: 20px;
    width: 50px;
    height: 50px
}

@media only screen and (max-width:992px) {
    .contact .information .title-wrap .common-headerline-two>img {
        margin: 0 auto 10px
    }
}

.contact .information .title-wrap .common-headerline-two .txt {
    color: #6C6C6C
}

.contact .information .title-wrap .common-btn {
    margin-top: 40px
}

@media only screen and (max-width:992px) {
    .contact .information .title-wrap .common-btn {
        margin: 20px auto 0
    }
}

.contact .information .content-wrap {
    width: 75%;
    border-top: 7px solid #3051a2
}

@media only screen and (max-width:992px) {
    .contact .information .content-wrap {
        margin-top: 40px;
        width: 100%
    }
}

.contact .information .content-wrap .header {
    cursor: pointer;
    padding: 20px;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #D1D1D1;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

.contact .information .content-wrap .header .num {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    word-break: break-word;
    margin-right: 20px;
    width: 30px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #3051a2
}

@media only screen and (max-width:1200px) {
    .contact .information .content-wrap .header .num {
        font-size: 1.375rem
    }
}

.contact .information .content-wrap .header .title {
    margin-right: 20px;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.contact .information .content-wrap .header .arrow {
    margin-left: auto;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact .information .content-wrap .header .arrow>i {
    font-size: 0.75rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.contact .information .content-wrap .header .arrow .icon-arrow-sm {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.contact .information .content-wrap .content {
    display: none;
    font-size: 0.9375rem;
    line-height: 1.8;
    border-bottom: 1px solid #D9D9D9
}

.contact .information .content-wrap .content .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transition: border 0.3s;
    transition: border 0.3s
}

@media only screen and (max-width:1366px) {
    .contact .information .content-wrap .content .content-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact .information .content-wrap .content .content-col:first-child {
    padding: 20px;
    width: 250px;
    text-align: center;
    background: #EFEFEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:1366px) {
    .contact .information .content-wrap .content .content-col:first-child {
        width: 100%
    }
}

.contact .information .content-wrap .content .content-col:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.contact .information .content-wrap .content .content-col ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact .information .content-wrap .content .content-col li {
    padding: 10px
}

.contact .information .content-wrap .content .content-col.empty {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width:1366px) {
    .contact .information .content-wrap .content .content-col.empty {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contact .information .content-wrap .content .content-col.empty div,
.contact .information .content-wrap .content .content-col.empty p,
.contact .information .content-wrap .content .content-col.empty ul {
    display: none
}

.contact .information .content-wrap .content .content-col.empty:after {
    content: "-";
    display: block
}

.contact .information .content-wrap .content .company-info {
    border-bottom: 1px solid #D9D9D9
}

.contact .information .content-wrap .content .inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .contact .information .content-wrap .content .inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact .information .content-wrap .content .inner-row:not(:last-child) {
    border-bottom: 1px solid #D9D9D9
}

.contact .information .content-wrap .content .name {
    padding: 20px;
    width: 180px;
    border-right: 1px dashed #D1D1D1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .contact .information .content-wrap .content .name {
        padding: 20px 20px 0;
        width: 100%;
        border-right: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.contact .information .content-wrap .content .li-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contact .information .content-wrap .content .li-wrap i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    color: #3051a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.contact .information .content-wrap .content .icon-fax,
.contact .information .content-wrap .content .icon-phone {
    font-size: 1.1875rem
}

.contact .information .content-wrap .content .icon-mail2 {
    font-size: 0.875rem
}

.contact .information .content-wrap .content .icon-location {
    font-size: 1rem
}

.contact .information .content-wrap .content .remark {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .contact .information .content-wrap .content .remark {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.contact .information [data-collapse] [data-collapse-btn].active {
    background: #323232
}

.contact .information [data-collapse] [data-collapse-btn].active .title {
    color: #fff
}

.contact .information [data-collapse] [data-collapse-btn].active .arrow .icon-arrow-sm {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    color: #3051a2
}

.contact .information [data-collapse] [data-collapse-btn].active+[data-collapse-target] {
    border-color: #3051a2
}

@media only screen and (min-width:1201px) {
    .contact .information [data-collapse] [data-collapse-btn]:hover .icon-arrow-sm {
        color: #3051a2
    }
}

@media only screen and (max-width:1200px) {
    .contact .information [data-collapse] [data-collapse-btn]:active .icon-arrow-sm {
        color: #3051a2
    }
}

.contact .contact-form {
    padding: 80px 0;
    background: #F9F9F9
}

@media only screen and (max-width:768px) {
    .contact .contact-form {
        padding: 60px 3.33%
    }
}

.contact .contact-form .container {
    margin: 0 auto;
    max-width: 1240px;
    width: calc(100% - 100px)
}

@media only screen and (max-width:768px) {
    .contact .contact-form .container {
        width: 100%
    }
}

.contact .contact-form .common-headerline-two {
    text-align: center
}

.contact .contact-form .common-headerline-two>img {
    margin: 0 auto 20px;
    width: 55px;
    height: 55px
}

.contact .contact-form .wdd-form {
    margin-top: 40px;
    padding: 60px 0 0;
    border-top: 6px solid #3051a2
}

._iconlist1 .slick .slick-slider {
    float: left;
    width: 100%;
}

._iconlist1 .slick-list {
    margin: -15px -15px;
    width: -ms-calc(100% + 30px);
    width: calc(100% + 30px);
    display: flex;
}

._iconlist1 .slick-list li {
    float: left;
    width: 33.3333333333333%;
    padding: 15px 15px;
    position: relative;
    text-align: center;
}

._iconlist1 .slick-list li a {
    display: block;
    width: 100%;
    padding-top: 70px;
    box-shadow: 0px 0px 0px 0px #888;
    border-right: 0px solid #dbdbdb;
}

._iconlist1 .slick-list li:last-child a {
    border: none;
}

._iconlist1 .slick-list li .bg {
    width: 100%;
    padding: 60px 25px 30px 25px;
    background: rgba(245, 245, 245, 1);
    position: relative;
    border-radius: 0px 0px 0px 0px;
}

._iconlist1 .slick-list li .icon {
    display: block;
    width: 100px;
    position: absolute;
    top: -50px;
    background-color: #3051a2 !important;
    left: 50%;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

._iconlist1 .slick-list li .i {
    font-size: 38px;
    line-height: 100px;
    padding-bottom: 0;
    color: #fff;
}

._iconlist1 .slick-list li i img {
    width: 100%;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

 

._iconlist1 .slick-list li h5 {
    margin: 10px 0 15px 0;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-weight: bold;
    color: #3051a2;
}

._iconlist1 .slick-list li h6 {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #333;
    overflow: hidden;
}

._iconlist1 .slick-list li :hover .icon {
    transform: translate(-50%, -20px);
}

@media screen and (max-width:1024px) {
    ._iconlist1 .slick-list {
        margin: -10px -5px;
        width: -ms-calc(100% + 10px);
        width: calc(100% + 10px);
    }

    ._iconlist1 .slick-list li {
        width: 100%;
        padding: 10px 5px;
    }

    ._iconlist1 .slick-list li a {
        padding-top: 40px;
        border: none;
    }

    ._iconlist1 .slick-list li .bg {
        padding: 40px 10px 10px 10px;
        border-radius: 0px 0px 0px 0px;
    }

    ._iconlist1 .slick-list li .i {
        width: 80px;
        top: -40px;
        height: 80px;
        line-height: 80px;
    }

    ._iconlist1 .slick-list li .icon {
        font-size: 24px;
        line-height: 80px;
    }

    ._iconlist1 .slick-list li .icon {
        width: 80px;
        height: 80px;
    }

    ._iconlist1 .slick-list li h5 {
        margin: 10px 0 10px 0;
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }

    ._iconlist1 .slick-list li h6 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        word-break: break-all;
    }

    ._iconlist1 .slick-list li :hover .icon {
        transform: translate(-50%, 0px);
    }
}