/* 언어설정 */
@charset 'utf-8';

@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KCCHyerim-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2411-3@1.0/KCCHyerim-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 전체설정 */
* {
    margin: 0;
    padding: 0;
    font-family: 'SUIT-Regular';
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--main-text);
}

img {
    vertical-align: bottom;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;

}

.body {
    max-width: 100%;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
    /* 스크롤 막기 */
    touch-action: none;
    /* 터치 시 흔들림 방지 (모바일 UX 향상) */
}

/* 색상설정 */
:root {
    --main-navi: #204B62;
    --main-text: #333;
    --main-white: #fff;
}

/* 상세설정 ---------------------------------------------------------------------------- */

main {
    margin-top: 60px;
}

.txt {
    background-image: url(/img/job_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    /* 또는 원하는 높이 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    text-align: center;
}

.txt h1 {
    font-size: 60px;
    margin-top: 50px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}

.txt h2 {
    color: #fff;
    margin-top: 40px;
    font-size: 35px;
}

/* 상단 탭 메뉴 */
.menu-line {
    text-align: center;
    margin-top: 50px;
}

.menu-line .tab {
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-navi);
    background-color: var(--main-white);
    padding: 10px 20px;
    border: 2px solid var(--main-navi);
    border-radius: 50px;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.menu-line .tab:hover {
    background-color: var(--main-navi);
    color: var(--main-white);
}

.menu-line .active {
    background-color: var(--main-navi);
    color: var(--main-white);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* 내용 */
.discipline_wrap {
    max-width: 1500px;
    width: 100%;
    margin: 80px auto;
    padding: 0 20px;
    text-align: left;
}

.discipline_title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #051C68;
    box-shadow: inset 0 -20px 0 rgba(211, 221, 254, 1);
    display: inline-block;
    padding-bottom: 5px;
}

.discipline_desc {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.discipline_desc strong {
    color: #051C68;
    font-weight: bold;
}


.discipline_title1 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 20px;
    color: #051C68;
    box-shadow: inset 0 -20px 0 rgba(211, 221, 254, 1);
    display: inline-block;
    padding-bottom: 5px;
}

/* 제소기간 안내 */
.lawsuit-deadline-wrap {
    margin-top: 80px;
    text-align: left;
}

.lawsuit-deadline-title {
    font-size: 25px;
    font-weight: bold;
    color: #051C68;
    display: inline-block;
    box-shadow: inset 0 -20px 0 rgba(211, 221, 254, 1);
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.lawsuit-deadline-list {
    list-style: none;
    padding-left: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}



/* 진행절차 */
.discipline-flow-wrap {
    margin-top: 80px;
    text-align: left;
}

.discipline-flow-title {
    font-size: 25px;
    font-weight: bold;
    color: #051C68;
    display: inline-block;
    box-shadow: inset 0 -20px 0 rgba(211, 221, 254, 1);
    padding-bottom: 5px;
    margin-bottom: 30px;
}


.discipline-flow-img img {
    width: 100%;
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}



/* 미디어 쿼리 구간------------------------------------------------------------------------------------- */


/* PC 전용 */
@media screen and (min-width: 1440px) {}

/* 노트북 전용 */
@media screen and (min-width: 1025px) and (max-width: 1439px) {}

/* 태블릿 전용 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .txt h1 {
        font-size: 36px;
      }
    
      .txt h2 {
        font-size: 26px;
      }
    
      .discipline_title,
      .discipline_title1,
      .lawsuit-deadline-title,
      .discipline-flow-title {
        font-size: 22px;
      }
    
      .discipline_desc,
      .lawsuit-deadline-list {
        font-size: 16px;
      }
    
      .discipline-flow-img img {
        max-width: 80%;
      }
}

/* 모바일 전용 */
@media screen and (min-width: 481px) and (max-width: 767px) {

    .discipline_wrap {
        padding: 0 20px 0 10px; /* 왼쪽 10px, 오른쪽 20px */
      }

    .txt h1 {
        font-size: 32px;
      }
    
      .txt h2 {
        font-size: 22px;
      }
    
      .discipline_title,
      .discipline_title1,
      .lawsuit-deadline-title,
      .discipline-flow-title {
        font-size: 20px;
      }
    
      .discipline_desc,
      .lawsuit-deadline-list {
        font-size: 14px;
      }
    
      .discipline-flow-img img {
        max-width: 90%;
      }
    
      .discipline_wrap {
        padding: 0 15px;
      }
}

@media screen and (max-width: 480px) and (orientation: portrait) {

    .discipline_wrap {
        padding: 0 10px;
    }

    .txt {
        height: 250px;
        margin-top: 30px;
    }

    .txt h1 {
        font-size: 35px;
        margin-top: 20px;
    }

    .txt h2 {
        font-size: 25px;
        margin-top: 10px;
    }

    .menu-line .tab {
        font-size: 18px;
        margin: 0 3px;
    }
    
      .discipline_title,
      .discipline_title1,
      .lawsuit-deadline-title,
      .discipline-flow-title {
        font-size: 18px;
      }
    
      .discipline_desc,
      .lawsuit-deadline-list {
        font-size: 14px;
        padding: 5px 10px 0 0;
      }
    
    
      .discipline-flow-img img {
        max-width: 90%;
      }
}