@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants.css');
@font-face {
  font-family: 'Giants';
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Regular.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Regular.woff') format('woff');
}
html {font-size : 16px}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;  padding: 0;  border: 0; }
ol, ul, li {list-style: none; padding: 0;margin: 0;}
a{color: #343434;text-decoration: none;}
body {  font-family: 'Noto Sans', sans-serif;}

:root{
    --container:1140px;
}
.sub_nav{
    width: 100%;
    background-color: #fafafa;
}
.nav{
    width:var(--container);
    margin:0 auto;
    display:flex;
    gap:1rem;
    flex-wrap:wrap;
    align-items:center;
    font-size: 0.9rem;
}
.nav a{
    text-decoration:none;
    color:#1f2937;
    padding: 0.6rem;
    position:relative;
}
.nav .active{
    font-weight: 700;
    border-bottom: #000 solid 1px;
}
.pagehead, .company_info{
    width:var(--container); 
    margin:0 auto;
}



/*0819 소연수정*/
.pagehead{
    display: flex;
    gap: 2rem; 
    padding: 0.8rem 0;
    font-weight: 800;
    border-bottom: 1px #000 solid;
}
.pagehead h1{
    font-size: 1.5rem;
}
.pagehead h2 a{
    font-size: 1rem; 
    color: #bcbcbc; 
    padding-bottom: 0.5rem; 
    border-bottom: 3px solid transparent;
    transition: color 0.2s;
}


/* 회사소개 */
.company_info .intro{text-align: center;}
.company_info .title{
    font-family: 'Giants';
    font-weight: 400;
    font-size: 1.5rem;
    padding: 3rem 0 1.5rem;
}
.company_info .title strong{
    display: block;
    font-size: 2rem;    
}
.nexblock_info {
    background:#f9fafe;
    border:1px solid #b7c2ef;
    border-radius:1rem;
    padding: 3.5rem;
    margin-top: 3rem;
    margin: 3rem auto;
    width: 80%;
}
.nexblock_info .inner {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 2rem;
}
.nexblock_info .inner .inner_title {
    font-family: 'Giants';
    font-size: 1.5rem;
    font-weight: 500;
    align-self: center;
}
.nexblock_info .inner .list {
    counter-reset: list-counter;
    line-height: 1.8;
}
.nexblock_info .inner .list li {
    counter-increment: list-counter;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}
.nexblock_info .inner .list li:last-child {
    margin-bottom: 0;
}
.nexblock_info .inner .list li::before {
    content: counter(list-counter) "."; /* '1.', '2.', '3.' 형식으로 표시 */
    position: absolute;
    left: 0;
    top: 0;
    color: #5676ff;
    font-weight: 700;
}
.nexblock_info .divider {
    border: none;
    height: 1px;
    background-color: #b7c2ef;
}
.nexblock_info .inner_bottom {
    font-family: 'Giants';
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: 3.5rem;
}
.info_container {
    max-width: 65%;
    margin: 0 auto;
}
.info_container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem; 
    justify-content: center;
}
.info_container li {
    display: flex; 
    align-items: center; 
}
.info_container li::before {
    content: "•";
    margin-right: 0.5rem;
    font-size: 1.2em; 
}
.info_container .label {
    font-weight: bold;
    margin-right: 0.5rem;
}


/* 이용약관 */
.text_cont {
    font-size: 0.9rem;
    color: #535353;
    margin-bottom: 5rem;
}
.text_title1{
    font-family: 'Giants';
    font-size: 1.53em;
    font-weight: 300;
    margin-top: 2.5rem;
    color: #000;
}
.text_cont .text_title{
    font-family: 'Giants';
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 2.5rem;
}
.text_cont h3 {
    font-weight: 500;
    margin-top: 0.5rem;
    color: #000;
}
.text_cont p{
    padding-top: 0.2rem;
}
.text_cont .m2{
    margin-top: 2rem;
}
.text_cont table{
    width:100%;
    border-collapse: collapse; 
    border-spacing: 0;
    margin-top: 0.5rem;
}
.text_cont table th{
    width: 50%;
    text-align: center;
    padding: 0.9rem;
    background-color: #373737;
    color: #555;
    border: 1px solid #cfcfcf;
    color: #fff;
}
.text_cont table td{
    border: 1px solid #cfcfcf;
    padding: 1rem;
    line-height: 1.8;
}
.text_cont table .center{
    text-align: center;
}


.process_container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 0.5rem 0 1rem;
}
.step {
    background: #1565c0;
    color: white;
    font-weight: bold;
    padding: 1rem;
    border-radius: 0.5rem;
    flex: 1;
    text-align: center;
}
.step:nth-child(1) {
    background: #2196f3;
}
.step:nth-child(3) {
    background: #2196f3; 
}
.step:nth-child(4) {
    background: #1565c0;
}
.application_form{
    background: #eee;
    display: inline-block;
    color: #000;
    font-weight: 600;
}
.desc-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.application_form a:hover{
    text-decoration: underline;
}
.desc {
    flex: 1;
    text-align: center;
}


/*0819 소연추가*/
/*notice list*/
.board_container {
    margin: 0 auto;
    background-color: #fff;
    padding-top: 2rem;
    border-radius: 8px;
}
.board_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.total_count{
    font-size: 1rem;
    color: #555;
}
.total_countt strong {
    color: #000;
}
.search_form {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    overflow: hidden; 
    background-color: #fff;
    padding-left: 1rem;
}
.search_select {
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    padding-right: 0.5rem;
}
.search_form .divider {
    width: 1px;
    height: 16px;
    background-color: #e0e0e0;
    margin: 0 0.5rem;
}
.search_input {
    flex-grow: 1; 
    border: none;
    background-color: transparent;
    outline: none; 
    font-size: 0.9rem;
    width: 15rem;
    padding: 0.75rem 0.5rem;
}
.search_input::placeholder {
    color: #999;
}
.search_button {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1.25rem;
    background-color: #111;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
    margin: 4px; 
}
.search_button svg {
    stroke: #fff;
}
.postlist_table {
    width: 100%;
    border-collapse: collapse;
}
.postlist_table tr td:nth-child(2){
    text-align: left;
}
.postlist_table th, .postlist_table td {
    padding: 0.9rem 0.5rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}
.postlist_table thead {
    border-bottom: 1px solid #ddd;
    background-color: #f8f9fa;
}
.postlist_table th {
    font-weight: 500;
    color: #333;
}
.postlist_table .col-title {
    text-align: left;
    padding-left: 1rem;
}
.notice_post td {
    font-weight: 600;
}
.postlist_table td a img{
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
}
.notice_badge {
    background-color: #111;
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
}
.pagination-container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 2.5rem;
    position: relative;
}
.pagination {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}
.page-link {
    display: block;
    min-width: 38px; 
    box-sizing: border-box; 
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    transition: all 0.2s;
}
.page-link:hover {
    background-color: #f8f9fa;
}
.page-link.active {
    background-color: #111;
    color: #fff;
    font-weight: 700;
}
.page-info {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #555;
}
.current-page-input {
    width: 35px;
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* notice view */
.board_view_container {
    margin-top: 1rem;
}
.view_header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}
.view_header h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.post_info {
    font-size: 0.9rem;
    color: #555;
}
.post_info span strong {
    font-weight: 500;
    margin-right: 0.5rem;
}
.view_content {
    padding: 2rem 0.5rem;
    border-bottom: 1px solid #ddd;
    min-height: 200px;
    line-height: 1.8;
}

.bbs_viewfile{
    line-height: 1.7;
    border-bottom: 1px solid #ddd;
    background-color: #fbfbfb;
    padding: 1rem 1.5rem;
}
.bbs_viewfile .list:first-child {
    padding-top: 0;
}
.bbs_viewfile .list{
    overflow: hidden;
    font-size: 0.8rem;
    padding-top: 5px;
}
.bbs_viewfile .list dt {
    float: left;
    width: 5rem;
    font-weight: 600;
    color: #333;
}
.bbs_viewfile .list dd {
    float: left;
    width: 70%;
    width: calc(100% - 100px);
}
.bbs_viewfile .list dd a:hover{
    text-decoration: underline;
}

.view_buttons {
    text-align: right;
    margin-top: 1.5rem;
}
.btn_list {
    display: inline-block;
    padding: 0.7rem 2rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 600;
    transition: background-color 0.2s;
}
.btn_list:hover {
    background-color: #f8f9fa;
}
.post_nav {
    margin-top: 2rem;
    border-top: 1px solid #ddd;
}
.post_nav .nav_item {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem 0.5rem;
    border-bottom: 1px solid #ddd;
}
.post_nav .label {
    font-weight: 600;
    font-size: 0.9rem;
}
.post_nav .label.prev::before {
    content: '▲';
    margin-right: 0.5rem;
    font-size: 0.7rem;
}
.post_nav .label.next::before {
    content: '▼';
    margin-right: 0.5rem;
    font-size: 0.7rem;
}


