@charset "utf-8";

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: #222;
    background: #fff;
    line-height: 1.6;
}

* {
    box-sizing: border-box;
}

a {
    color: #222;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

#hd_h1,
#skip_to_container {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.hw-inner {
    width: 1200px;
    margin: 0 auto;
}

.hw-top-banner {
    background: #6f910a;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.hw-top-banner .hw-inner {
    height: 35px;
    line-height: 35px;
}

.hw-header {
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
}

.hw-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
}

.hw-logo {
    margin: 0;
    flex: 0 0 330px;
}

.hw-logo a,
.hw-logo img {
    display: block;
}

.hw-nav {
    flex: 1;
}

.hw-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hw-nav li {
    margin: 0;
    padding: 0;
}

.hw-nav a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: #222;
    white-space: nowrap;
}

.hw-nav a:hover {
    color: #6f910a;
}

.hw-wrapper,
.hw-container-wr {
    width: 100%;
}

.hw-container {
    width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    padding: 0;
    overflow: visible;
}

#container_title {
    margin: 0 0 30px;
    font-family: 'GmarketSansMedium', 'Noto Sans KR', sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #222;
}

.hw-footer {
    margin-top: 100px;
    padding: 60px 0 70px;
    background: #333333;
    color: #ccc;
    text-align: center;
}

/* 메뉴 */
.hw-footer-menu {
    margin-bottom: 20px;
    font-size: 15px;
}

.hw-footer-menu a {
    color: #fff;
    margin: 0 8px;
}

.hw-footer-menu span {
    color: #777;
}

/* 정보 */
.hw-footer-info {
    font-size: 13px;
    line-height: 1.8;
    color: #aaa;
    margin-bottom: 25px;
}

/* SNS */
.hw-footer-sns img {
    display: block;
    margin: 0 auto;
}

#top_btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #6f910a;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}


/* 메인 */
.hw-main {
    width: 1200px;
    margin: 0 auto;
}

.hw-main-visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.hw-main-visual--main {
    margin-top: 131px; /* 상단 띠 35px + 헤더 96px */
    margin-bottom: 50px;
}

.hw-main-visual img {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    border: 0;
}

.hw-main-top {
    width: 1200px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hw-main-left {
    width: 346px;
}

.hw-open-box {
    background: #fa7e04;
    padding: 0;
}

.hw-open-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 65px;
    padding: 0 20px;
}

.hw-open-title img {
    width: 37px;
    height: 38px;
    flex: 0 0 37px;
}

.hw-open-title strong {
    font-family: 'GmarketSansMedium', 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
}

.hw-open-info {
    padding: 0 20px 18px;
    font-family: 'GmarketSansMedium', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
}

.hw-book-list {
    margin-top: 16px;
}

.hw-book-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.hw-book-thumb {
    width: 99px;
    flex: 0 0 99px;
}

.hw-book-thumb img {
    display: block;
    width: 90px;
    height: auto;
}

.hw-book-info {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 20px;
}

.hw-main-right {
    width: 811px;
}

.hw-notice-box {
    border: 1px solid #c3c3c3;
    background: #fff;
    padding: 0 10px;
}

.hw-notice-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #c4c4c4;
}

.hw-notice-head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.hw-notice-head a {
    font-size: 13px;
    color: #666;
}

.hw-notice-list {
    padding: 10px 10px 16px;
}

.hw-notice-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 35px;
    color: #222;
}

.hw-notice-row:hover {
    color: #6f910a;
}

.hw-notice-subject {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1;
    font-size: 15px;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hw-notice-subject img {
    width: auto;
    height: auto;
    flex: 0 0 auto;
}

.hw-notice-date {
    flex: 0 0 100px;
    text-align: right;
    font-size: 15px;
    color: #444;
}

.hw-notice-empty {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.hw-main-cards {
    width: 1200px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}

.hw-card {
    width: 386px;
}

.hw-card-thumb img {
    display: block;
    width: 386px;
    height: auto;
}

.hw-card-caption {
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 18px 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #2a2929;
    line-height: 1.5;
}


/* 메인에서만 헤더 고정 */
#hd.is-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

#ft.hw-footer {
    background: #333333 !important;
}

