

.section1 {}
.section1 .section1-wrap {
    position: relative;
    height: 676px;
}
.section1 .section1-wrap .text-wrap {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.section1 .section1-wrap .text-wrap > h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;

}
.section1 .section1-wrap .text-wrap > p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 20px;
}
.section1 .section1-wrap .section1-background-image {
    background-image: url('../../image/company/contact/section1-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.section1 .section1-wrap .section1-opacity {
    background-color: #073557;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section2 {}
.section2 .section2-wrap {
    padding-top: 120px;
}
.section2 .section2-wrap > h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.section2 .section2-wrap .content {
    padding-top: 70px;
    margin: 0 auto;
    max-width: 1400px;
}
.section2 .section2-wrap .content > h1 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    border-bottom: 2px solid #222;
    padding-bottom: 20px;
}

.section2 .section2-wrap .content .item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    height: 60px;
}
.section2 .section2-wrap .content .item > h1 {
    width: 216px;
    font-size: 16px;
    font-weight: 500;
    min-width: 216px;
    position: relative;
}
.section2 .section2-wrap .content .item > h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: -21px;
    border-bottom: 1px solid #fff;
}
.section2 .section2-wrap .content .item > h1 > span {color: #FF1A69;}
.section2 .section2-wrap .content .item input {
    width: calc(100% - 216px);
    height: 100%;
    font-size: 16px;
    color: #222;
    padding: 10px;
}

.section2 .section2-wrap .content .item .mail-wrap {display: flex;align-items: center;}
.section2 .section2-wrap .content .item.mail input {width: 275px;border: 1px solid #dedede;}
.section2 .section2-wrap .content .item.mail input#mail2 {margin-right: 10px;}
.section2 .section2-wrap .content .item.mail h2 {margin: 0 7px;width: 13px;font-size: 16px;}
.section2 .section2-wrap .content .item.mail select {
    width: calc(100% - 796px);
    height: 100%;
    padding: 10px;
    background-image: url('../../image/company/contact/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: 98% center;
    font-size: 16px;
    border: 1px solid #dedede;
}

input[type="radio"] {
    width: 24px !important;
    height: 24px !important;
    background-image: url('../../image/company/contact/radio.svg');
    appearance: none;
    margin-right: 5px;
    cursor: pointer;
}

input[type="radio"]:checked {background-image: url('../../image/company/contact/radio-check.svg');}
.section2 .section2-wrap .content .item label {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}
.section2 .section2-wrap .content .item.desc {
    height: auto;
    align-items: flex-start;
    padding-top: 23px;
}
.section2 .section2-wrap .content .item.desc #desc {
    resize: none;
    width: 100%;
    height: 214px;
    font-size: 16px;
    font-family: 'Pretendard', 'Noto Sans KR';
}
.section2 .section2-wrap .content .item .field-wrap {display: flex;align-items: center;}
.section2 .section2-wrap .content .item.desc #desc::placeholder {font-size: 16px;}
.section2 .section2-wrap .content .item.desc #desc:focus {outline: none;}



/* Section3 */
.section3 {}
.section3 .section3-wrap {
    padding-top: 100px;
}
.section3 .section3-wrap .content {
    max-width: 1400px;
    margin: 0 auto;
}
.section3 .section3-wrap .content > h1 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin: 0 auto;
}
.section3 .section3-wrap .content .item .desc {
    margin-top: 20px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    height: 180px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    overflow-y: auto;
    line-height: 1.8;
}
.section3 .section3-wrap .content .item .check-box {padding-top: 20px; display: flex; align-items: center;}
.section3 .section3-wrap .content .item .check-box input[type = 'checkbox'] {
    display: none;
}
.section3 .section3-wrap .content .item .check-box input[type = 'checkbox'] + label {
    cursor: pointer;
    background-image: url('../../image/company/contact/checkbox.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
    margin-right: 15px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.section3 .section3-wrap .content .item .check-box input[type = 'checkbox']:checked + label {background-image: url('../../image/company/contact/checkbox-on.svg');}
.section3 .section3-wrap .content .item .check-box label p {font-weight: 500;font-size: 16px;color: #222;}
.section3 .section3-wrap .content .item .check-box label span {color: #FF1A69;}
.section3 .section3-wrap .content .item .button-box {padding-top: 140px;padding-bottom: 330px;}

.section3 .section3-wrap .content .item .button-box > button {
    width: 350px;
    height: 60px;
    color: #fff;
    background-color: #222;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Mobile */
@media all and (max-width: 1024px) { 
    .section1 .section1-wrap {height: 300px;}
    .section1 .section1-wrap .section1-background-image {background-image: url('../../image/company/contact/m-contact-top-img.jpg');}
    .section1 .section1-wrap .text-wrap {left: 0;transform: translate(0, -50%);padding-left: 24px;}
    .section1 .section1-wrap .text-wrap > h1 {font-size: 30px;}
    .section1 .section1-wrap .text-wrap > p {display: none;}

    .section2 .section2-wrap {padding: 70px 24px;}
    .section2 .section2-wrap > h1 {text-align: left;}
    .section2 .section2-wrap .text-wrap > h1 {font-size: 24px;}
    .section2 .section2-wrap .content {padding-top: 20px;}
    .section2 .section2-wrap .content > h1 {font-size: 18px;padding-bottom: 10px;}
    .section2 .section2-wrap .content .item {flex-direction: column;height: auto; align-items: flex-start;border: 0;}
    .section2 .section2-wrap .content .item > h1 {width: 100%;min-width: none;padding-top: 30px;}
    .section2 .section2-wrap .content .item > h1::after {display: none;}
    .section2 .section2-wrap .content .item > input {width: 100%;height: 56px;border: 1px solid #dedede;margin-top: 10px;}
    .section2 .section2-wrap .content .item.mail input {width: 50%;}
    .section2 .section2-wrap .content .item.mail input#mail2 {margin: 0;}
    .section2 .section2-wrap .content .item.mail select {width: 100%;margin-top: 10px;height: 56px;}
    .section2 .section2-wrap .content .item .mail-wrap {margin-top: 10px;height: 56px;}
    .section2 .section2-wrap .content .item.mail select {padding: 14px;}
    .section2 .section2-wrap .content .item .field-wrap {padding-top: 26px;}
    .section2 .section2-wrap .content .item.desc #desc {height: 200px;margin-top: 10px;border: 1px solid #dedede;padding: 20px 10px;}
    .section2 .section2-wrap .content .item label {font-size: 15px;margin-right: 24px;}

    .section3 .section3-wrap .content .item .desc {height: 262px;border: 1px solid #ccc;border-top: 2px solid #222;}
    .section3 .section3-wrap {padding: 0 24px;}
    .section3 .section3-wrap .content .item .check-box input[type = 'checkbox'] + label {height: auto;background-position-y: 4px;}
    .section3 .section3-wrap .content .item .button-box {padding: 80px 0;}
    .section3 .section3-wrap .content .item .button-box > button {width: 100%;}
    .section3 .section3-wrap .content .item .check-box label p {font-size: 15px;letter-spacing: -0.45px;}

}