/* Desktop CSS - user_css_poster_basic.css */
/* screen and (min-width:1200px) */

* { box-sizing: border-box; }

body {
    margin: 0;
    padding: 0;
    background: #e8e8e8;
    font-family: 'Nanum Gothic', -apple-system, BlinkMacSystemFont, 'Noto Sans KR', sans-serif;
}
a { cursor: pointer; font-weight: bold; }

/* ───────────────────────────────────────
   전체 래퍼: easyMenu처럼 중앙 + 위아래 여백
─────────────────────────────────────── */
#poster_wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1080px;
    width: 100%;
    margin: 3vh auto;          /* 위아래 여백 */
    min-height: 94vh;
    box-shadow: 0 4px 20px rgba(0,0,0,0.13);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

/* ───────────────────────────────────────
   좌측 사이드바
─────────────────────────────────────── */
#poster_sidebar {
    width: 280px;
    min-width: 280px;
    background: #fff;
    border-right: 1px solid #efefef;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 3vh;
    height: 94vh;
    overflow-y: auto;
}

/* 로그인 영역 */
#gwon_login_area {
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}
#gwon_login_area_txt {
    padding: 8px 15px;
    text-align: left;
    font-size: 12px;
    color: #777;
}
#gwon_login_area_txt a {
    color: #777;
    font-weight: normal;
    text-decoration: none;
}
#gwon_login_area_txt a:hover { text-decoration: underline; }

/* 대표 이미지 */
#sidebar_img_area {
    width: 100%;
    background: #f5f5f5;
}
#sidebar_logo_img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 캠페인명 */
#sidebar_title_area {
    padding: 16px 18px 8px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}
#sidebar_title {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    margin: 0;
}

/* 모집기간 */
#sidebar_date_area {
    padding: 12px 18px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar_date_label {
    font-size: 11px;
    color: #999;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sidebar_date_con {
    font-size: 13px;
    color: #444;
    line-height: 1.7;
    text-align: left;
}
.sidebar_date_tilde {
    display: inline-block;
    color: #aaa;
    font-size: 12px;
}
.sidebar_date_block {
    display: inline-block;
    white-space: nowrap;
}
/* 사이드바 메뉴 */
#sidebar_menu_area {
    padding: 10px 0;
    flex: 1;
}
#sidebar_menu_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar_menu_ul li {
    padding: 0;
    margin: 0;
}
.sidebar_menu_link {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    font-weight: normal;
    transition: background 0.15s, color 0.15s;
}
.sidebar_menu_link:hover {
    background: #f5f5f5;
    color: #2874a6;
}
#sidebar_apply_bt {
    margin: 4px 20px 4px;
    font-size: 13px;
    width: calc(100% - 40px);
    padding: 8px;
    border-radius: 6px;
}

/* 사이드바 푸터 */
#sidebar_footer {
    padding: 15px 18px;
    border-top: 1px solid #efefef;
    background: #fafafa;
}
#sidebar_gwon_logo {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
#sidebar_footer_txt {
    font-size: 11px;
    color: #aaa;
    margin-top: 4px;
}
#sidebar_footer_txt a {
    color: #aaa;
    font-weight: normal;
}

/* ───────────────────────────────────────
   우측 콘텐츠 영역
─────────────────────────────────────── */
#poster_right {
    flex: 1;
    min-width: 0;
    height: 94vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}

/* 콘텐츠 */
#con_area {
    width: 100%;
    padding: 20px 30px 10px;
    text-align: center;
    background: #fff;
    clear: both;
}
#main_con_area { background: #fff; }

.con_area_div {
    position: relative;
    float: left;
    text-align: left;
    border-bottom: #ebebe3 1px solid;
    width: 96%;
    padding: 15px 2%;
    background: #fff;
}
.con_titles {
    float: left;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0;
}
#apply_bt_area { text-align: center; }
#apply_bt_title { display: none; }

#other_info {
    float: left;
    display: block;
    border-top: #ebebe3 1px solid;
    width: 100%;
    text-align: left;
    background-color: #fff;
}

#content_area h1, #content_area h3,
#con_area h1, #con_area h3 {
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
#other_info h1, #other_info h3 { text-align: left; }

/* 푸터 */
#bottom {
    clear: both;
    width: 100%;
    padding: 20px 30px;
    background: #f9f9f9;
    border-top: 1px solid #e0e0e0;
}
#bt_top_area {
    text-align: right;
    margin-bottom: 10px;
}
#bt_txt {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #888;
    line-height: 1.8;
}
#bt_txt a { color: #555; font-weight: normal; }

.openpage_contact_area_con {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    gap: 15px;
}
.openpage_contact_area_con_detail { flex: 1; }
#contact_info_ul {
    margin: 6px 0 0;
    padding-left: 18px;
    font-size: 13px;
    line-height: 2;
}
/* 사이드바 문의 영역 */
.sidebar_contact_area_con {
    display: flex;
    align-items: flex-start;
    padding: 12px 18px;
    gap: 10px;
    border-top: 1px solid #f0f0f0;
}
.sidebar_contact_area_con_detail {
    flex: 1;
    font-size: 13px;
    line-height: 1.7;
}
.sidebar_contact_area_con_detail h3 {
    font-size: 13px;
    margin-bottom: 4px;
}
#contact_info_ul {
    margin: 4px 0 0;
    padding-left: 16px;
    font-size: 12px;
    line-height: 2;
}
.sidebar_contact_area_con .contact_gwon_cr_img{
    display: none;
}