@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@200;300;400;600;700&display=swap');

/* reset CSS */
* {
    user-select: none;
}
/* HTML5 display-role reset for older browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    height: 100%;
}
body {
    line-height: 1;
    font-family: "Noto Sans KR";
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: #333;
}
button {
    cursor: pointer;
}

.content {
    width: 1200px;
    box-sizing: border-box;
}
#header {
    display: flex;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #000000bf;
    justify-content: center;
}
#header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .logo {}
#header .logo a {
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
#header .logo a img {
    height: 40px;
}
#header nav {}
#header nav .gnb {
    display: flex;
    align-items: center;
}
#header nav .gnb li {
    padding: 0 10px;
}
#header nav .gnb li a {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 5px 10px 7px;
    min-width: 40px;
    color: #FFF;
}
#header nav .gnb li:first-child a {
    background: none !important;
    color: #fff !important;
}
#header nav .gnb li.active {}
#header nav .gnb li.active a {
    background-color: #ffc71a;
    color: #313328;
    border-radius: 5px;
}

#container {
}
#container section {
    margin: 0 auto;
}
#container section .title {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#footer {
    background: #104183;
    color: #fff;
    display: flex;
    justify-content: center;
}
#footer .content {
    display: flex;
    justify-content: space-between;
}
#footer .companyInfo {
    padding: 40px 0;
}
#footer .companyInfo .logo {
    padding-bottom: 20px;
}
#footer .companyInfo .logo a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #ffc71a;
}
#footer .companyInfo address {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#footer .companyInfo address p {padding-bottom: 20px;}
#footer .companyInfo address p br {display: none;}
#footer .companyInfo address p .split {
    font-size: 12px;
    vertical-align: text-top;
    opacity: 0.5;
    padding: 0 5px;
}
#footer .companyInfo address p a {color: #fff;}
#footer .bankInfo {
    padding: 40px 0 50px;
    display: none;
}
#footer .bankInfo .infoTitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}
#footer .bankInfo dl {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#footer .bankInfo dl dt {
    width: 70px;
    opacity: 0.5;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
#footer .bankInfo dl dd {width: 180px;padding: 10px 0;border-bottom: 1px solid #fff8;}

#footerBanner {
    background-image: url('/assets/img/web/footer_banner.jpg');
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
}
#footerBanner .content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#footerBanner .bannerInfo {
    font-size: 34px;
    color: #ffffff;
    text-shadow: 1px 1px 2px black;
    line-height: normal;
}
#footerBanner .bannerInfo .pc {
    display: block;
}
#footerBanner .bannerInfo .mobile {
    display: none;
}

#photoPreview {display: none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 120;background-size: contain;background-repeat: no-repeat;background-position: center;}
#photoPreview img {}
#mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 110;
    background-color: #000c;
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
}
#mask .maskInfo {
    color: #ffc71a;
    text-align: center;
    line-height: normal;
    font-size: 20px;
}

/* 테블릿 가로 모드 & ipad pro 세로모드 & 해상도 작은 모니터 */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
    #footer .companyInfo address p br {
        display: unset;
    }
    #footerBanner .bannerInfo {
    font-size: 28px;
    padding-right: 30px;
    }
}


/* 패드세로 모드 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
    #container section .title {
    font-size: 30px;
}
    #footer .companyInfo address p br {display: block;}
    #footerBanner {
    height: 250px;
}
    #footerBanner .bannerInfo {
    font-size: 22px;
    padding-right: 20px;
    }
}


/* 모바일 세로 모드 */
@media only screen and (max-width: 767px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }

    #header {
    height: 60px;
}
    #header .content {
}
    #header .logo {
    padding: 13px 0;
}
    #header .logo img {
    height: 30px !important;
}
    #header nav {
}
    #header nav .gnb {}
    #header nav .gnb li {
    /* width: 52px; */
    padding: 0;
}
    #header nav .gnb li:first-child {
    display: none;
}
    #header nav .gnb li a {
    font-size: 14px;
}
    #header nav .gnb li.active {}
    #header nav .gnb li.active a {}

    #container section .title {
        font-size: 24px;
    }

    #footer {}
    #footer .content {
    flex-direction: column-reverse;
    align-items: center;
}
    #footer .companyInfo {
    text-align: center;
}
    #footer .companyInfo .logo {}
    #footer .companyInfo .logo a {
    font-size: 20px;
}
    #footer .companyInfo address {}
    #footer .companyInfo address p {
        padding-bottom: 10px;
    }
    #footer .companyInfo address p br {}
    #footer .companyInfo address p .split {
    display: block;
    color: #104183;
    line-height: 10px;
}
    #footer .companyInfo address p a {}
    #footer .bankInfo {
    width: 200px;
    padding: 60px 0 40px;
}
    #footer .bankInfo .infoTitle {}
    #footer .bankInfo dl {}
    #footer .bankInfo dl dt {
    width: 70px;
}
    #footer .bankInfo dl dd {
    width: 130px;
}
    #footerBanner {
    height: 200px;
}
    #footerBanner .content {}
    #footerBanner .bannerInfo {
    font-size: 18px;
    text-align: right;
    padding-right: 20px;
    }
    #footerBanner .bannerInfo .pc {
        display: none;
    }
    #footerBanner .bannerInfo .mobile {
        display: block;
    }
    #mask .maskInfo {}
}