
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --main-color : #7cad09;
    --fonts: "Inter", "Nanum Barun Gothic", "Open Sans", sans-serif;
}
* {
    scroll-behavior: smooth;
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_rd {
    color: #f00000 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #ffea05 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_bw {
    color: #967440 !important;
}
.c_navy {
    color: #282468 !important;
}
.c_dbl {
    color: #251ab8 !important;
}
.c_bl {
    color: #2a60e9 !important;
}
.c_dgray {
    color: #444 !important;
}
.c_gray {
    color: #666 !important;
}
.c_lgray {
    color: #858585 !important;
}
.c_dft {
    color: #0d174e !important;
}
.c_pt {
    color: var(--main-color) !important;
}
.text-light {
    color: #fff !important;
}
.text-dark {
    color: #222 !important;
}

/* font-weight */
.font-Thin {
    font-weight: 100 !important;
}
.font-ExtraLight {
    font-weight: 200 !important;
}
.font-Light {
    font-weight: 300 !important;
}
.font-Regular {
    font-weight: 400 !important;
}
.font-Medium {
    font-weight: 500 !important;
}
.font-Bold {
    font-weight: 600 !important;
}
.font-ExtraBold {
    font-weight: 700 !important;
}
.font-Heavy {
    font-weight: 800 !important;
}
.font-Black {
    font-weight: 900 !important;
}

/* subP */
.subP {
    font-weight: 300;
    letter-spacing: -0.08em;
}

/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.v_t {
    align-items: flex-start;
    gap: 8px;
}
.fbox.v_bt {
    align-items: flex-end;
    gap: 8px;
}
.fbox.h_t {
    justify-content: flex-start;
}
.fbox.h_ct {
    justify-content: center;
}
.fbox.h_bt {
    justify-content: flex-end;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft,
    .fbox > .txt.rt {
        padding: 0 30px;
    }
    .fbox.short > .txt.lft,
    .fbox.short > .txt.rt {
        padding: 0 5px;
    }
    .fbox.long > .txt.lft,
    .fbox.long > .txt.rt {
        padding: 0 100px;
    }
}
@media (max-width:768px) {
    .fbox:not(.noMobile) {
        flex-wrap: wrap;
    }
}

/*dft*/
.dft {
    word-break: keep-all;
    color: #111;
    text-transform: none;
}
h1.dft {
    font-size: 4rem;
    line-height: 1.3em;
}
h1.dft.bigsize {
    font-size: 5.5rem;
    line-height: 1.2em;
}
h1.dft.huge {
    font-size: 6.5rem;
    line-height: 1.2em;
}
h1.dft.larger {
    font-size: 8rem;
    line-height: 1.2em;
}
h2.dft {    
    font-size: 3.5rem;
    line-height: 1.3em;
}
h3.dft {
    font-size: 2.8rem;
    line-height: 1.3em;
    color: #222;
}
h4.dft {
    font-size: 2.4rem;
    line-height: 1.6em;
    color: #222;
}
h4.dft.mini {
    font-size: 2.2rem;
    line-height: 1.4em;
}
h5.dft {
    font-size: 2rem;
    line-height: 1.6em;
    color: #222;
}
h6.dft {
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #63656e;
}
p.dft {
    font-size: 1.8rem;
    line-height: 1.6em;
    color: #63656e;
}
p.dft.mini {
    font-size: 1.6rem;
    line-height: 1.6em;
}
@media (max-width:1200px) {
    h1.dft {
        font-size: calc(100vw * (45 / 1200));
    }
}
@media (max-width:1200px) and (min-width:992px){
    h1.dft {
        font-size: calc(100vw * (45 / 1200));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (55 / 1200));
    }
    h1.dft.huge {
        font-size: calc(100vw * (65 / 1200));
    }
    h1.dft.larger {
        font-size: calc(100vw * (70 / 1200));
    }
    h2.dft {
        font-size: calc(100vw * (35 / 1200));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 1200));
    }
    h4.dft {
        font-size: calc(100vw * (24 / 1200));
    }
    h4.dft.mini {
        font-size: calc(100vw * (22 / 1200));
    }
    h5.dft {
        font-size: calc(100vw * (20 / 1200));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 1200));
    }
    p.dft {
        font-size: calc(100vw * (18 / 1200));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 1200));
    }
}
@media (max-width:991px) and (min-width:768px){
    h1.dft {
        font-size: calc(100vw * (40 / 992));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (45 / 992));
    }
    h1.dft.huge {
        font-size: calc(100vw * (55 / 992));
    }
    h1.dft.larger {
        font-size: calc(100vw * (60 / 992));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 992));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 992));
    }
    h4.dft {
        font-size: calc(100vw * (26 / 992));
    }
    h4.dft.mini {
        font-size: calc(100vw * (24 / 992));
    }
    h5.dft {
        font-size: calc(100vw * (22 / 992));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 992));
    }
    p.dft {
        font-size: calc(100vw * (18 / 992));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 992));
    }
}
@media (max-width:768px) and (min-width:500px){
    h1.dft {
        font-size: calc(100vw * (35 / 768));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (40 / 768));
    }
    h1.dft.huge {
        font-size: calc(100vw * (45 / 768));
    }
    h1.dft.larger {
        font-size: calc(100vw * (50 / 768));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 768));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 768));
    }
    h4.dft {
        font-size: calc(100vw * (26 / 768));
    }
    h4.dft.mini {
        font-size: calc(100vw * (24 / 768));
    }
    h5.dft {
        font-size: calc(100vw * (22 / 768));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 768));
    }
    p.dft {
        font-size: calc(100vw * (18 / 768));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 768));
    }
}
@media (max-width:501px){
    h1.dft {
        font-size: calc(100vw * (32 / 500));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (40 / 500));
    }
    h1.dft.huge {
        font-size: calc(100vw * (45 / 500));
    }
    h1.dft.larger {
        font-size: calc(100vw * (50 / 500));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 500));
    }
    h3.dft {
        font-size: calc(100vw * (24 / 500));
    }
    h4.dft {
        font-size: calc(100vw * (22 / 500));
    }
    h4.dft.mini {
        font-size: calc(100vw * (20 / 500));
    }
    h5.dft {
        font-size: calc(100vw * (18 / 500));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 500));
    }
    p.dft {
        font-size: calc(100vw * (18 / 500));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 500));
    }
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:1200px) and (min-width:992px){
    .conbox {
        margin-top: calc(100vw * (60 / 1200));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 1200));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 1200));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 1200));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 1200));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 1200));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 1200));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    .conbox {
        margin-top: calc(100vw * (60 / 992));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 992));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 992));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 992));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 992));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 992));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 992));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 992));
    }
}
@media (max-width:768px) and (min-width:450px){
    .conbox {
        margin-top: calc(100vw * (40 / 768));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 768));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 768));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 768));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (30 / 768));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 768));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 768));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 768));
    }
}
@media (max-width:501px){
    .conbox {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 500));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 500));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 500));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 500));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 500));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 500));
    }
}

body { 
    font-family: var(--fonts); 
}


.header .header-wrap .nav-wrap { float: right;  }



.container-fluid .member7 { height: 40%;  }

.page-title .page-title-heading h2 {font-size:3.5rem; }


#mainnav .menu .has-sub:hover::before, #mainnav > ul > li > a:hover, #mainnav > ul > li.home > a { 
    color: var(--main-color);
}
.flat-icon-left .icon i { color: var(--main-color);}

.title-section h4{ color: var(--main-color);}

.teaser-icon .icon {border:2px solid var(--main-color);}

.flat-events .entry .content-post p.date { color: var(--main-color);}


button, input[type='button'], input[type='reset'], input[type='submit'] {color: var(--main-color);}


#mainnav > ul > li::after {background:var(--main-color); }


.teaser-icon .icon { 
    color: var(--main-color);
}
.teaser-icon .icon::after {
    background:var(--main-color); 
}
.content-post .more a{ 
    color: var(--main-color);
}
.title-section::before{ background:var(--main-color);}


button, input[type='button'], input[type='reset'], input[type='submit'] {background-color:var(--main-color); color: #fff;}

.entry .meta-post ul li::before {color:#333;}


a:hover, a:focus { color: var(--main-color);}

.bottom .container-bottom ul li a:hover { color: var(--main-color);}

a:hover, a:focus{ color: var(--main-color);}



.page-title .page-title-heading h2 { font-family: var(--fonts); }
.title-section h2 { font-family: var(--fonts); }
.flat-icon-left .icon h6.title-post { font-family: var(--fonts); }
.teaser-icon h6  { font-family: var(--fonts); }


.teaser-icon h6 {font-size: 1.3rem; line-height: 1.5rem;}



.page-title {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title .page-title-heading h2 {
    float: none; 
    text-align:center; 
}
.page-title .page-title-heading h5 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    float: none;
    text-align: center;
}


#mainnav ul li a {font-size:18px; }

@media (max-width: 1366px) {
    .header .header-wrap .logo { margin:15px 147px 0 15px; }
}
@media (max-width: 768px) {
    .page-title {
        background-size: cover !important;
        min-height: auto;
        padding: 20vw 0;
        background-attachment: unset;
    }
}






/* section02 */
#section02 .fbox .img img {
    width: 85%;
}

@media (max-width:768px) {
    #section02 .fbox .txt,
    #section02 .fbox .img {
        width: 100%;
    }
    #section02 .fbox .img {
        order: 1 !important;
    }
    #section02 .fbox .txt {
        order: 2 !important;
        padding-top: 25px;
    }
    #section02 .fbox .img img {
        width: 100%;
    }
}

/* btLined */
.btLined {
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--main-color);
    margin: 0 auto;
}

/* section03 */
#section03 .fbox > div {
    width: 33.33333%;
}
@media (min-width:768px) {
    #section03 .fbox > .cnt {
        padding: 0 15px;
    }
}
@media (max-width:768px) {
    #section03 .fbox > .cnt {
        width: 100%;
        order: 1;
    }
    #section03 .fbox > .lft {
        width: 100%;
        order: 2;
    }
    #section03 .fbox > .rt {
        width: 100%;
        order: 3;
    }
}
/* section04 */
#section04 {
    background-color: #eef1e5;
}

/* wBoxCon */
.wBoxCon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 100px;
    background-color: rgba(255, 255, 255, .9);
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    box-shadow: 10px 10px 30px rgba(134, 148, 175, 0.1);
}
.wBoxCon > div {
    width: 100%;
}
.wBoxCon .txt {
    width: calc(100% - 240px);
    padding-right: 40px;
}
.wBoxCon .txt .nn {
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -.01em;
}
.wBoxCon .txt.text-center .nn {
    justify-content: center;
}
.wBoxCon .txt .nn .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #00b0c0;
    color: #fff;
    font-size: .7em;
    padding-right: 2px;
}
.wBoxCon .txt .mainTxt .sm {
    font-size: .65em;
}
.wBoxCon .img {
    width: 240px;
}
.wBoxCon .img img {
    background-color: #f7faef;
    border-radius: 50%;
}
@media (max-width:768px){
    .wBoxCon {
        width: calc(100% - 30px);
        padding: 20px;
        border-radius: 10px;
    }
    .wBoxCon .fbox > div {
        width: 100%;
    }
    .wBoxCon .txt {
        padding: 20px 0;
        text-align: center;
        order: 2;
    }
    .wBoxCon .txt .nn {
        justify-content: center;
    }
    .wBoxCon .txt .mainTxt .sm {
        display: block;
    }
    .wBoxCon .img {
        text-align: center;
        order: 1;
    }
    .wBoxCon .img img {
        width: 60px;
    }
}



/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
    margin: 4px 0;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 3px;
    height: 3px;
    background-color: #a1a1a1;
}
.pList > li p {
    font-weight: 400;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
