/* reset */
* {
    font-family: 'Pretendard', sans-serif;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: 400;
    letter-spacing: -.3px;
    color: #1A1C21;
}
body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, table, tr, th, td, 
form, fieldset, legend, input, label, select, textarea, button, pre {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol, li {list-style: none;}
a {
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
img {
    display: block;
    width: 100%;
    vertical-align: middle;
    border: none;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    border: 0;
    outline: none;
    font-family: inherit;
    cursor: pointer;
    background: none;
}
input,
textarea,
select {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    font-family: inherit;
    background: none;
}
select {cursor: pointer;}
blockquote, q {quotes: none;}
blockquote:before, 
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* text */
.t_it {font-weight: 300 !important;}
.t_rg {font-weight: 400 !important;}
.t_md {font-weight: 500 !important;}
.t_sb {font-weight: 600 !important;}
.t_bo {font-weight: 700 !important;}
.t_eb {font-weight: 800 !important;}
.t_bk {font-weight: 900 !important;}
.t_lt {text-align: left !important;}
.t_rt {text-align: right !important;}
.t_ct {text-align: center !important;}
.t_ep {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* color */
.c_wh {color: #FFF !important;}
.c_bk {color: #1A1C21 !important;}
.c_be1 {color: #3AB3FF !important;}
.c_be2 {color: #009DFF !important;}
.c_be3 {color: #2D8AF1 !important;}
.c_be100 {color: #3AB2FD !important;}
.c_pl {color: #9174E4 !important;}
.c_gy200 {color: #89919C !important;}

/* setting */
html, body {
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hide {display: none !important;}
.of_hidden {overflow: hidden !important;}
.of_initial {overflow: initial !important;}
.bg_gy {background-color: #F1F5F9 !important;}
.bg_gy2 {background-color: #F5F6F9 !important;}
.bg_ny {background-color: #002760 !important;}
.bg_ig {background-color: #091C33 !important;}
.osm {display: block;}
.osp {display: none;}
.osd {display: none;}
.ofp {display: none;}
.oup {display: block;}
.ohp {display: block;}

/* scroll */
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
*::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background-color: #B6B6B6;
}
*::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 999px;
}

/* spacing - padding */
.p_0 {padding: 0 !important;}
.pt_0 {padding-top: 0 !important;}
.pt_10 {padding-top: 10px !important;}
.pt_sp {padding-top: 40px !important;}
.pb_0 {padding-bottom: 0 !important;}
.pb_sp {padding-bottom: 120px !important;}
.pl_0 {padding-left: 0 !important;}
.pr_0 {padding-right: 0 !important;}
.py_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.px_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* spacing - margin */
.m_0 {margin: 0 !important;}
.m_auto {margin: 0 auto !important;}
.mt_0 {margin-top: 0 !important;}
.mb_0 {margin-bottom: 0 !important;}
.ml_0 {margin-left: 0 !important;}
.mr_0 {margin-right: 0 !important;}
.my_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mx_0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* spacing - border */
.b_0 {border: 0!important;}
.bt_0 {border-top: 0!important;}
.bt_gy {border-top: 1px solid #D9DBE0!important;}
.bb_0 {border-bottom: 0!important;}
.bb_gy {border-bottom: 1px solid #D9DBE0!important;}
.bl_0 {border-left: 0!important;}
.br_0 {border-right: 0!important;}
.by_0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.bx_0 {
    border-left: 0 !important;
    border-right: 0 !important;
}

/* gap - row */
.rg_10 {row-gap: 10px !important;}
.rg_20 {row-gap: 20px !important;}
.rg_30 {row-gap: 30px !important;}
.rg_40 {row-gap: 40px !important;}
.rg_50 {row-gap: 50px !important;}

/* gap - column */

/* justify */
.jc_st {justify-content: start !important;}
.jc_ct {justify-content: center !important;}
.jc_ed {justify-content: end !important;}
.ji_st {justify-items: start !important;}
.ji_ct {justify-items: center !important;}
.ji_ed {justify-items: end !important;}
.js_st {justify-self: start !important;}
.js_ct {justify-self: center !important;}
.js_ed {justify-self: end !important;}

/* align */
.ac_st {align-content: start !important;}
.ac_ct {align-content: center !important;}
.ac_ed {align-content: end !important;}
.ai_st {align-items: start !important;}
.ai_ct {align-items: center !important;}
.ai_ed {align-items: end !important;}
.as_st {align-self: start !important;}
.as_ct {align-self: center !important;}
.as_ed {align-self: end !important;}

/* box */
.box_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    width: 100%;
    min-height: 100%;
    padding-top: 70px;
    overflow: hidden;
}
.box_item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 80px 20px;
    margin: 0 auto;
}
.box_item.xl {padding: 120px 20px;}
.box_item.md {padding: 60px 20px;}
.box_item.hz_at > .txt_box {text-align: center;}
.box_1100 {max-width: 1100px !important;}
.box_1000 {max-width: 1000px !important;}
.box_900 {max-width: 900px !important;}
.box_800 {max-width: 800px !important;}
.box_680 {max-width: 680px !important;}
.box_full {
    position: relative;
    width: 100%;
    padding: 80px 0;
}

/* header */
header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9990;
    width: 100%;
    height: 70px;
    background-color: #FFF;
}
header.on {border-bottom: 1px solid #D9DBE0 !important;}
header > nav {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
header > nav > h1 {height: 100%;}
header > nav > h1 > a {
    display: block;
    width: 126px;
    height: 100%;
    background: url(../img/icon/logo_newzenpnp.svg) no-repeat center;
    background-size: 100%;
}
header .menu {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/icon/menu_bk.svg) no-repeat center;
    background-size: 24px;
    cursor: pointer;
}
header .gnb {
    display: none;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
}
header .gnb > li {position: relative;}
header .gnb > li > a {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    width: 160px;
}
header .gnb > li > a > span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
    color: #1A1C21;
    cursor: pointer;
    -webkit-transition: color .3s ease;
}
header .gnb > li > a.on > span {color: #3AB3FF;}
header .etc {
    display: none;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
header .etc > a {
    display: block;
    padding: 0 12px;
    border: 1px solid #D0D3D9;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #687283;
    -webkit-transition: all .3s ease;
    cursor: pointer;
}
header .etc > a:nth-of-type(2) {
    border-color: #3AB2FD;
    color: #FFF;
    background-color: #3AB2FD;
}

/* menu */
.menu_box {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: rgba(16, 16, 28, .85);
}
.menu_box > article {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #FFF;
}
.menu_box .close {
    display: block;
    justify-self: end;
    width: 70px;
    height: 70px;
    background: url(../img/icon/x_bk.svg) no-repeat center;
    background-size: 24px;
}
.menu_box .item > li > a {
    display: block;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
}
.menu_box .item > li > a.on {color: #009DFF;}
.menu_box .link {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 40px;
}
.menu_box .link > a {
    display: block;
    padding: 0 24px;
    border: 1px solid #D0D3D9;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #687283;
}

/* footer */
footer {background-color: #1A1C21;}
footer > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #393E49;
}
footer > nav {
    width: 100%;
    max-width: 1200px;
    padding: 50px 20px;
    margin: 0 auto;
}
footer .gnb {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
}
footer .gnb > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 12px;
}
footer .gnb > li > a {
    display: block;
    font-size: 14px;
    color: #7E8797;
    -webkit-transition: color .3s ease;
}
footer .gnb > li > a:first-of-type {
    width: 100%;
    font-weight: 500;
    color: #FFF;
}
footer .etc {
    display: none;
    position: relative;
}
footer .etc::after {
    content: '';
    display: block;
    position: absolute;
    left: -45px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #393E49;
}
footer .etc > h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #FFF;
}
footer .etc > h3 > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
}
footer .etc > p {
    font-size: 14px;
    line-height: 1.55;
    color: #7E8797;
}
footer .info {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}
footer .info > ul {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 12px;
}
footer .info > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    -webkit-transition: color .3s ease;
}
footer .info > p > span {
    display: inline-block;
    position: relative;
    margin: 0 12px 6px 0;
    font-size: 12px;
    color: #7E8797;
}
footer .info > p > span::after {
    content: '';
    display: block;
    position: absolute;
    right: -9px;
    top: 2px;
    width: 1px;
    height: 10px;
    background-color: #393E49;
}
footer .info > p > span:nth-of-type(7)::after,
footer .info > p > span:nth-of-type(8)::after {
    display: none;
}
footer .info > p > span:nth-of-type(8) {margin-bottom: 0;}

/* modal */
.modal_box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 28, .7);;
}
.modal_item {
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    width: 88%;
    max-width: 400px;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #FFF;
}
.modal_item > i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../img/icon/chk_modal.svg) no-repeat center;
    background-size: 100%;
}
.modal_item > h3 {
    padding: 20px 0 8px;
    font-size: 20px;
    font-weight: 700;
}
.modal_item > p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.048px;
    color: #7E8797;
}

/* ieumpay - popup */
.pay_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 28, .7);;
}
.pay_popup > article {
    position: absolute;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    width: 88%;
    max-width: 700px;
    height: 85%;
    border-radius: 4px;
    overflow: auto;
}
.pay_popup > article > img {
    display: block;
    width: 100%;
}
.pay_popup > span {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 48px;
    height: 48px;
    background: url(../img/icon/x_wh.svg) no-repeat center;
    background-size: 28px;
    cursor: pointer;
    opacity: .7;
}