/* BASIC css start */
.h-title {width: 1100px; margin: 30px auto 0; font-size: 15px; line-height:10px; }
.h-title h1 { padding: 40px 0 0px 0; font-size: 18px; font-family: Georgia, serif; word-break: break-all; color: #333333; font-weight: normal; }
.h-title h2 { padding: 10px 0 20px 0; font-size: 45px; font-family: 'Pretendard-Regular'; line-height: 150%; color: #333333;}
.h-title h3 { padding: 10px 0 20px 0; font-size: 20px; font-family: 'Pretendard-Regular'; line-height: 150%; color: #333333;}
.h-title h4 { padding: 60px 0 -50px 0; font-size: 45px; font-family: 'Pretendard-Regular'; line-height: 150%; color: #333333; z-index: 1;}

.img_box {
  overflow: hidden;
  position: relative;
 width: 100%;
transform: translate(0%, -8%);
z-index: -1;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/* BASIC css end */

