@charset "UTF-8";
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: local('Pretendard Black'), local('Pretendard-Black'), url(../fonts/Pretendard-Black.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: local('Pretendard ExtraBold'), local('Pretendard-ExtraBold'),
        url(../fonts/Pretendard-ExtraBold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: local('Pretendard ExtraBold'), local('Pretendard-ExtraBold'),
        url(../fonts/Pretendard-ExtraBold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: local('Pretendard Bold'), local('Pretendard-Bold'), url(../fonts/Pretendard-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: local('Pretendard SemiBold'), local('Pretendard-SemiBold'),
        url(../fonts/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: local('Pretendard Medium'), local('Pretendard-Medium'), url(../fonts/Pretendard-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: local('Pretendard Regular'), local('Pretendard-Regular'), url(../fonts/Pretendard-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: local('Pretendard Light'), local('Pretendard-Light'), url(../fonts/Pretendard-Light.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: local('Pretendard ExtraLight'), local('Pretendard-ExtraLight'),
        url(../fonts/Pretendard-ExtraLight.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: local('Pretendard Thin'), local('Pretendard-Thin'), url(../fonts/Pretendard-Thin.woff) format('woff');
}
/******************************************
메인시작
*******************************************/
.section07 {
    background-color: #000;
}
@media (max-width: 991px) {
    .section07 {
        padding: 65px 0;
    }
    .section07 > .right {
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }
    .section07 > .right a {
        font-size: 13px !important;
    }
    .section07 > .right a img {
        width: 30px;
        height: 30px;
        margin-left: 15px !important;
    }
}
.section07 .text-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 1230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 991px) {
    .section07 .text-wrap {
        max-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 15px;
    }
    .section07 .text-wrap .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section07 .text-wrap h5.sec-tit {
    font-size: 24px;
    color: #1c9ae9;
    font-family: 'Montserrat';
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .section07 .text-wrap h5.sec-tit {
        font-size: 17px;
        text-align: center;
        display: block;
    }
}
.section07 .text-wrap h3 {
    font-size: 72px;
    color: white;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 991px) {
    .section07 .text-wrap h3 {
        font-size: 30px;
        display: block;
        text-align: center;
        word-break: keep-all;
    }
}
.section07 .text-wrap span {
    color: #aaa;
    font-size: 28px;
    font-family: 'Pretendard';
    font-weight: 300;
    display: block;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .section07 .text-wrap span {
        font-size: 13px;
        text-align: center;
        word-break: keep-all;
        line-height: 1.4;
    }
}
.section07 .right a.more-btn {
    color: white;
    font-size: 20px;
    font-family: 'Pretendard';
}
.section07 .right a.more-btn img {
    margin-left: 23px;
}

.footer.custom {
    background: #282828;
}
.footer.custom .ft_link_ul {
    padding-bottom: 40px;
    border-bottom: 1px solid #404040;
}
.footer.custom .ft_link_ul li a {
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard';
}
.footer.custom .ft_link_ul li::after {
    display: none;
}
.footer.custom .footer_info {
    margin-top: 30px;
}
.footer.custom .footer_info li,
.footer.custom .footer_info a {
    font-size: 16px;
    color: #cccccc;
    font-family: 'Pretendard';
}
@media (max-width: 991px) {
    .footer.custom .footer_info li,
    .footer.custom .footer_info a {
        font-size: 12.5px;
    }
}
.footer.custom .footer_info li::after {
    height: 11px;
    background: #626262;
    top: 7px;
}
@media (max-width: 991px) {
    .footer.custom .footer_info li.address {
        margin-right: 0;
        word-break: keep-all;
    }
}
@media (max-width: 375px) {
    .footer.custom .footer_info li.address {
        margin-right: 0;
        width: 70%;
        word-break: keep-all;
    }
}
@media (max-width: 991px) {
    .footer.custom .footer_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer.custom .footer_info .mob-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer.custom .footer_info .mob-flex li {
        position: relative;
    }
    .footer.custom .footer_info .mob-flex li + li::after {
        display: block;
        position: absolute;
        top: 7px;
        left: -9px;
        width: 1px;
        height: 10px;
        background-color: #777;
    }
}

@media (max-width: 991px) {
    footer.footer .container_fix h5 {
        text-align: center;
        font-size: 12.5px;
        color: #bbb;
    }
}
.all_menu_wrap {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
    width: 100%;
    height: 0;
    background-color: #f1f1f1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.all_menu_wrap.mobile {
    right: -80%;
}

.all_menu_wrap.active {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.all_menu_wrap.mobile.active {
    right: 0;
}

.all_menu_con {
    display: table;
    width: 100%;
    height: 100%;
}

.all_menu_wrap .allm_bg {
    display: table-cell;
    width: 29.6875%;
    height: 100%;
}

.all_menu_wrap .allm_ul {
    height: 100%;
    width: calc(100% - 640px);
    background: url(../img/all-menu-bg.jpg) no-repeat left center;
    background-size: cover;
    padding: 220px 150px 0;
}

.all_menu_wrap .allm_li {
    padding: 34px 0;
}

.all_menu_wrap .allm_li::after {
    display: block;
    content: '';
    clear: both;
}

.all_menu_wrap .allm_a_div {
    float: left;
    width: 210px;
}

.all_menu_wrap .allm_a {
    display: inline-block;
    font-weight: 600;
    font-size: 29px;
    color: #1c1c1c;
    font-family: 'Pretendard';
}

.all_menu_wrap .allm_li:hover .allm_a,
.all_menu_wrap .allm_li.on .allm_a {
    color: #1c9ae9;
}

.all_menu_wrap .allm_sub_div {
    float: left;
    width: calc(100% - 230px);
}

.all_menu_wrap .allm_sub_ul {
    margin-right: -45px;
    margin-bottom: -15px;
}

.all_menu_wrap .allm_sub_li {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 15px;
}

.all_menu_wrap .allm_sub_a {
    display: block;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
    color: #333;
    font-family: 'Pretendard';
}

.all_menu_wrap .allm_sub_li:hover .allm_sub_a,
.all_menu_wrap .allm_sub_li.on .allm_sub_a {
    color: #b21339;
}

.all_menu_wrap .btn_close {
    display: block;
    position: fixed;
    top: 22px;
    right: 80px;
    width: 55px;
    height: 55px;
    background-color: #666;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
}

.all_menu_dim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 27, 27, 0.6);
}

@media (max-height: 800px) {
    .all_menu_con {
        min-height: 800px;
    }
}
@media (max-width: 991px) {
    .all_menu_wrap .header_logo {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        width: 125px;
    }
    .all_menu_wrap .header_logo a {
        display: block;
        width: 100%;
    }
    .all_menu_wrap .header_logo a img {
        display: block;
        width: 100%;
    }
    .all_menu_wrap .all-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
    }
    .all_menu_wrap .btn_close {
        position: relative;
        right: unset !important;
        top: unset !important;
        background-color: transparent;
        width: 15.5px !important;
        height: 15.5px !important;
    }
    .all_menu_wrap .btn_close img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .all_menu_wrap {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .all_menu_con {
        display: block;
        min-height: auto;
    }
    .all_menu_wrap .allm_bg {
        display: block;
        width: 100%;
        height: 84px;
        background-image: url(/data/apms/background/allmenu_bg.jpg);
    }
    .all_menu_wrap .allm_ul {
        display: block;
        width: 100%;
        padding: 0 15px;
        background-image: url(/all-menu-bg.jpg);
    }
    .all_menu_wrap .allm_li {
        padding: 17px 0 12px;
    }
    .all_menu_wrap .allm_a_div {
        float: none;
        width: 100%;
    }
    .all_menu_wrap .allm_a {
        font-size: 16px;
        color: #000;
        font-weight: 700;
    }
    .all_menu_wrap .allm_sub_div {
        float: none;
        width: 100%;
        margin-top: 12px;
        background-color: #1c9ae9;
        border-radius: 10px;
        padding: 15px 25px;
        display: none;
    }
    .all_menu_wrap .allm_sub_ul {
        margin-right: -15px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .all_menu_wrap .allm_sub_li {
        margin-right: 15px;
        margin-bottom: 0;
    }
    .all_menu_wrap .allm_sub_a {
        font-size: 13.5px;
        color: white;
        font-weight: 400;
        font-family: 'Pretendard';
        padding: 5px 0;
    }
    .all_menu_wrap .allm_sub_li:hover .allm_sub_a,
    .all_menu_wrap .allm_sub_li.on .allm_sub_a {
        color: white !important;
    }
    .all_menu_wrap .allm_li:hover .allm_a,
    .all_menu_wrap .allm_li.on .allm_a {
        color: #000;
    }
    .all_menu_wrap .btn_close {
        top: 15px;
        right: 15px;
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
}
.all_menu_wrap .header_logo {
    position: absolute;
    top: 24px;
    left: 50px;
}
.all_menu_wrap .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
.all_menu_wrap .left-cont {
    height: 100%;
    padding: 186px 80px 0 80px;
    width: 100%;
    max-width: 640px;
}
.all_menu_wrap .left-cont h5 {
    font-size: 52px;
    color: #1c1c1c;
    font-weight: bold;
    font-family: 'Pretenard';
    line-height: 1.4;
}
.all_menu_wrap .left-cont > p {
    font-size: 22px;
    color: #444444;
    font-weight: 500;
    font-family: 'Pretenard';
    line-height: 1.4;
    display: block;
    margin-top: 20px;
}
.all_menu_wrap .left-cont .copy {
    margin-top: 60%;
}
.all_menu_wrap .left-cont .copy * {
    font-family: 'Pretendard';
}
.all_menu_wrap .left-cont .copy span {
    font-size: 17px;
    color: #1c1c1c;
    font-weight: 500;
}
.all_menu_wrap .left-cont .copy p {
    font-size: 12px;
    color: #666666;
    display: block;
    margin-top: 15px;
}

footer.footer.custom {
    background-color: #282828;
    margin: 0;
}

/******************************************
서브시작
*******************************************/
.thema-wrapper.wrapper {
    background-color: #111111;
}
.thema-wrapper.wrapper .m_sub_menu {
    width: 100%;
    margin-bottom: 60px;
}
.thema-wrapper.wrapper .m_sub_menu .dropdown {
    width: 100%;
    border-bottom: 1px solid #1c9ae9;
}
.thema-wrapper.wrapper .m_sub_menu .dropdown a {
    color: #1c9ae9;
    font-size: 13px;
    font-family: 'Pretendard';
    font-weight: 600;
    position: relative;
}
.thema-wrapper.wrapper .m_sub_menu .dropdown a img {
    display: block;
    position: absolute;
    right: 12.5px;
    top: 12px;
    width: 9px;
    height: 5px;
}
.thema-wrapper.wrapper .m_sub_menu .dropdown .dropdown-menu {
    width: 100%;
    border: 0px solid transparent;
    border-radius: 5px;
    background: #282828;
    top: calc(100% + 5px);
    padding: 8px 0;
}
.thema-wrapper.wrapper .m_sub_menu .dropdown .dropdown-menu a {
    color: white;
    font-family: 'Pretendard';
    text-align: center;
    font-weight: 300;
    padding: 7px 0;
}
.thema-wrapper.wrapper .m_sub_menu .dropdown .dropdown-menu a:hover {
    background-color: #282828;
}
.thema-wrapper.wrapper .menu_nav.sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 17px;
    margin-top: 95px;
}
@media (max-width: 991px) {
    .thema-wrapper.wrapper .menu_nav.sub {
        margin-top: 50px;
    }
}
.thema-wrapper.wrapper .menu_nav.sub p,
.thema-wrapper.wrapper .menu_nav.sub a {
    font-size: 17px;
    color: #888888;
    line-height: 19px;
}
@media (max-width: 991px) {
    .thema-wrapper.wrapper .menu_nav.sub p,
    .thema-wrapper.wrapper .menu_nav.sub a {
        font-size: 12.5px;
        line-height: 21px;
    }
}
.thema-wrapper.wrapper .menu_nav.sub .menu_angle {
    font-family: 'SUIT';
    margin: 0 10px;
}
@media (max-width: 991px) {
    .thema-wrapper.wrapper .menu_nav.sub .menu_angle {
        padding: 0 7.5px;
    }
}
.thema-wrapper.wrapper .sub_text {
    margin: 43px 0 75px;
}
@media (max-width: 991px) {
    .thema-wrapper.wrapper .sub_text {
        margin: 25px 0 37.5px;
    }
}
.thema-wrapper.wrapper .sub_text h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    font-family: 'Pretenard';
    display: block;
    width: 100%;
    text-align: left;
}
@media (max-width: 991px) {
    .thema-wrapper.wrapper .sub_text h1 {
        font-size: 30px;
    }
}
.thema-wrapper.wrapper .sub_menu_box .cate_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    gap: 45px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.thema-wrapper.wrapper .sub_menu_box .cate_ul li {
    background-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.thema-wrapper.wrapper .sub_menu_box .cate_ul li a {
    background-color: transparent;
    font-size: 17px;
    color: white;
    font-size: 'Pretendard';
    border: 0px solid transparent;
}
.thema-wrapper.wrapper .sub_menu_box .cate_ul li.on {
    border-bottom: 2px solid #1c9ae9;
}
.thema-wrapper.wrapper .sub_menu_box .cate_ul li.on a {
    color: #1c9ae9;
    font-weight: 600;
} /*# sourceMappingURL=style.css.map */
