/*Font: Libre Baskerville*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/*Font: Roboto*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*Font: NanumSquare*/
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/*body*/
.body, h1, h2, h3, h4, h5, h6, p {
	font-family: 'NanumSquare', sans-serif !important;
    color: #4c5256;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

/*font*/
.f_lib {
	font-family: 'Libre Baskerville', sans-serif !important;
    letter-spacing: -0.02em;
}
.f_robo {
	font-family: "Roboto", sans-serif !important;
}
.f_mal {
	font-family: "malgun gothic", sans-serif !important;
}

/*dft*/
h1.dft {
    font-size: 45px;
    line-height: 1em;
    text-transform: none;
    color: #000;
}
h2.dft {
    font-size: 35px;
    line-height: 1.2em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 18px;
    line-height: 1.6em;
    text-transform: none;
}
h6.dft {
    font-size: 15px;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 600;
}
@media (max-width:1200px) and (min-width:768px){
    h1.dft {
        font-size: 35px;
    }
    h1.dft.smsize {
        font-size: 30px;
    }
    h2.dft {
        font-size: 25px;
    }
    h3.dft {
        font-size: 24px;
    }
    h4.dft {
        font-size: 21px;
    }
    h5.dft {
        font-size: 18px;
    }
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 15px;
    }
}
@media (max-width:768px) {
    h1.dft {
        font-size: 27px;
    }
    h1.dft.smsize {
        font-size: 26px;
    }
    h2.dft {
        font-size: 23px;
    }
    h3.dft {
        font-size: 21px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    }
}
/* word-keep */
.word-keep {
    word-break: keep-all;
}
/* 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;
}