@charset "utf-8";

/*
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/

/* ============================ 회사소개 ============================ */
.info_table {
    margin-top: 3rem;
    border-top: 1px solid #eaeaec;
    border-bottom: 1px solid #eaeaec;
    max-width: 1200px;
    margin: 0 auto;
}
.info_table tr {
    border-bottom: 1px solid #eaeaec;
}
.info_table tr:last-child {
    border-bottom: 0;
}
.info_table th,
.info_table td {
    padding: 20px 30px;
    /* font-size: 1.5rem; */
    line-height: 1.7rem;
}
.info_table th {
    background: #f9f9f9;
    font-weight: 400;
    color: #1f1f1f;
    text-align: center;
    font-size: 15px;
}
.info_table td {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 300;
}

.about_contents .map_area {
    height: 22rem;
    border: 1px solid #eaeaec;
    border-top: 0;
    background: rgba(213, 213, 213, 0.2);
}

.about_contents .about_info {
    margin-top: 30px;
}
.about_contents .about_info .info_tit {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #333;
}

.wrap_desc {
    max-width: 1200px;
    margin: 0 auto;
}
.wrap_desc h2 {
    font-size: 2.4rem;
    color: #000;
    font-weight: 500;
    padding: 50px 0 40px;
}
.wrap_desc p,
.desc_02 p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.05rem;
}
.wrap_desc .desc_01 {
    max-width: 1200px;
    margin: 0 auto;
}
.desc_02 {
    margin: 80px 0;
}
.desc_02 img {
    margin-bottom: 30px;
}
.desc_02 p {
    padding: 10px 0;
}

.desc_02 .img_bg_attachment {
    width: 100%;
    height: 500px;
    background: url(/content/images/img_about_02.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
}

/* ============================ 개인정보보호정책 ============================ */

.terms_wrap {
    margin-top: 0 !important;
}
.terms_wrap dl {
    margin-top: 30px !important;
}

.terms_wrap dl dl {
    padding: 30px !important;
    background: #f8f8f9 !important;
    border-radius: 20px !important;
    margin: 10px 0 !important;
}

.terms_wrap dt {
    margin-bottom: 8px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #4c4c4c !important;
}
.terms_wrap dd {
    margin-bottom: 6px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #666 !important;
}
.terms_wrap dd:last-child {
    margin-bottom: 0 !important;
}
.terms_wrap .info {
    margin-top: 6px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #959595 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_desc {
        max-width: 100%;
    }
    .wrap_desc .desc_01 {
        max-width: 970px;
        padding: 0 20px;
    }
    .desc_02 {
        padding: 0 20px;
    }
    .desc_02 .img_bg_attachment {
        margin: 0 auto 30px;
    }
    .info_table {
        max-width: 930px;
    }
}
@media (max-width: 991px) {
    .wrap_desc .desc_01 {
        max-width: 730px;
        padding: 0 20px;
    }
    .wrap_desc h2 {
        font-size: 2rem;
    }
    .wrap_desc p,
    .desc_02 p {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .desc_02 .img_bg_attachment {
        height: 320px;
        margin: 0 auto 30px;
    }
    .info_table th {
        width: 30%;
    }
    .info_table th,
    .info_table td {
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) {
    .terms_wrap {
        margin-top: 0 !important;
    }
    .terms_wrap > * {
        font-size: 14px;
        line-height: 1.65;
        font-weight: normal;
        text-align: left;
    }

    /* 태그로 들어갈 시 적용 */
    .wrap_desc .desc_01 {
        max-width: 550px;
    }
    .desc_02 .img_bg_attachment {
        height: 280px;
    }
    .terms_wrap dl {
        margin-top: 1rem !important;
    }
    .terms_wrap dt {
        font-size: 14px !important;
        line-height: 2 !important;
    }
    .terms_wrap dd {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    .terms_wrap .info {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
}
@media (max-width: 480px) {
    .wrap_desc h2 {
        font-size: 17px;
        padding: 30px 0 20px;
    }
    .wrap_desc p,
    .desc_02 p {
        font-size: 12px;
        line-height: 1.8;
    }
    .desc_02 {
        margin: 60px 0 50px;
    }
    .desc_02 .img_bg_attachment {
        height: 260px;
        margin-bottom: 10px;
    }
    .info_table th {
        width: 34%;
        text-align: left;
        font-size: 12px;
    }
    .info_table th,
    .info_table td {
        padding: 15px 20px;
        font-size: 12px;
        line-height: 1.5;
    }
}
