/* font (kor) */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
/*  font-family: "Nanum Myeongjo", serif; */

/* font (eng) */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Nanum+Myeongjo&display=swap');
/* font-family: "Lora", serif; */

/* icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
}

*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    line-height: 1;
    color: #333;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    word-break: keep-all;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

em,
address {
    font-style: normal;
}

.inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.f_inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;

    display: flex;
    gap: 30px;
}

.f_inner>* {
    flex: 1;
}

@media all and (max-width:1740px){#hd_pop{width:100%}#hd_pop .hd_pops{left:40px!important}}@media all and (max-width:768px){#hd_pop .hd_pops{left:15px!important}}@media all and (max-width:480px){#hd_pop{width:90%}#hd_pop .hd_pops{left:0!important}.hd_pops_con{width:100%!important;height:auto!important}.hd_pops_con p,.hd_pops_con br{display:none!important}}

@media all and (max-width:768px){
#hd_pops_3,
#hd_pops_5{display:none;}
}