@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html {height:100%;}
body {
    height:100%; font-family: 'Pretendard', sans-serif, Arial, sans-serif; font-size:13px; font-weight:400; padding:0; margin:0;
}

* {
    /* -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color : transparent;
    -webkit-touch-callout: none; */
    box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {line-height: 1;}
a:link {color: inherit !important; text-decoration: none;}
a:visited {color: inherit !important; text-decoration: none;}
a:hover {color: inherit !important; text-decoration: none;}

input, textarea {outline:none; font-size: 15px;}
ul {list-style: none; margin:0; padding:0;}
h1, h2, p {margin:0;}
button {
    cursor: pointer;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    color:#fff;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

input[type=radio] {
  bottom: 2px;
}

.align-left {text-align:left !important;}
.align-right {text-align:right !important;}
.align-center {text-align:center !important;}

.fnt-sz-11 {font-size:11px;}
.fnt-sz-12 {font-size:12px;}
.fnt-sz-13 {font-size:13px;}
.fnt-sz-15 {font-size:15px !important;}
.fnt-sz-16 {font-size:16px;}
.fnt-sz-18 {font-size:18px !important;}
.fnt-sz-25 {font-size:25px !important;}

.mgb-2 {margin-bottom:2px;}
.mgb-4 {margin-bottom:4px;}
.mgb-4 {margin-bottom:4px;}
.mgb-5 {margin-bottom:5px;}
.mgb-6 {margin-bottom:6px;}
.mgb-7 {margin-bottom:7px;}
.mgb-8 {margin-bottom:8px;}
.mgb-10 {margin-bottom:10px;}
.mgb-15 {margin-bottom:15px;}
.mgb-20 {margin-bottom:20px;}
.mgb-24 {margin-bottom:24px;}
.mgb-25 {margin-bottom:25px;}
.mgb-30 {margin-bottom:30px;}
.mgb-37 {margin-bottom:37px;}
.mgb-40 {margin-bottom:40px !important;}
.mgb-50 {margin-bottom:50px;}
.mgb-60 {margin-bottom:60px;}
.mgt-0 {margin-top:0px !important;}
.mgt-2 {margin-top:2px !important;}
.mgt-5 {margin-top:5px !important;}
.mgt-7 {margin-top:7px !important;}
.mgt-8 {margin-top:8px !important;}
.mgt-10 {margin-top:10px !important;}
.mgt-12 {margin-top:12px !important;}
.mgt-15 {margin-top:15px !important;}
.mgt-18 {margin-top:18px !important;}
.mgt-20 {margin-top:20px !important;}
.mgt-24 {margin-top:24px;}
.mgt-25 {margin-top:25px !important;}
.mgt-30 {margin-top:30px;}
.mgt-35 {margin-top:35px;}
.mgt-36 {margin-top:36px;}
.mgt-40 {margin-top:40px;}
.mgt-50 {margin-top:50px;}
.mgt-60 {margin-top:60px;}
.mgt-80 {margin-top:80px;}
.mgt-100 {margin-top:100px;}
.mgl-5 {margin-left:5px;}
.mgl-6 {margin-left:6px;}
.mgl-7 {margin-left:7px;}
.mgl-8 {margin-left:8px;}
.mgl-10 {margin-left:10px;}
.mgl-15 {margin-left:15px;}
.mgl-20 {margin-left:20px !important;}
.mgl-25 {margin-left:25px}
.mgl-30 {margin-left:30px;}
.mgl-40 {margin-left:40px;}
.mgl-50 {margin-left:50px;}
.mgr-5 {margin-right:5px;}
.mgr-7 {margin-right:7px;}
.mgr-10 {margin-right:10px;}
.mgr-20 {margin-right:20px;}
.mgr-30 {margin-right:30px;}
.mgr-40 {margin-right:40px;}

.mgb-auto {margin-bottom:auto !important;}

.pd-5 {padding:5px;}
.pd-10 {padding:10px;}
.pd-20 {padding:20px;}
.pdt-5 {padding-top:5px !important;}
.pdt-10 {padding-top:10px !important;}
.pdt-20 {padding-top:20px !important;}
.pdb-10 {padding-bottom:10px !important;}
.pdb-20 {padding-bottom:20px !important;}
.pdb-30 {padding-bottom:30px;}
.pdlr-3 {padding:0 3px;}
.pdtb-10 {padding:10px 0px !important;}
.pdr-0 {padding-right:0;}
.pdl-20 {padding-left:20px;}
.pdb-50 {padding-bottom:50px;}

.inp-required {color:red;}

/* 페이지 공통 */
.page-container {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    min-width:1200px;
    min-height:100vh;
}
.page-container .page-wrap {
    position:relative;
    width:100%;
    max-width: 1200px;
    min-width: 1200px;
    background:#fff;
    flex:1;
    display:flex;
    flex-direction: column;
}

/* HEADER */
header {
    width:100%;
    border:1px solid #D9D9D9;
    background:#fff;
}
header .header-container {
    width:100%;
    background:#f2f2f2;
}
header .header-container a {
    color:#787A7D;
}
header .header-container a:hover {
    color:#787A7D;
}
header .header-container .top-menu-wrap {
    min-width:1200px;
    max-width:1200px;
    height: 40px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
}
header .header-container .top-menu-wrap .left-menu {
    display:flex;
    gap: 20px;
}
header .header-container .top-menu-wrap .right-menu {
    display:flex;
    gap: 20px;
}
header .menu-container {
    min-width:1200px;
    max-width:1200px;
    height: 100px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
}
header .menu-container .main-menu {
    display:flex;
    align-items: center;
    justify-self: flex-start;
    width:60%;
    gap: 40px;
    margin-right: 20px;
    font-weight: 700;
    font-size:16px;
    color:#252525;
}
header .menu-container .side-menu {
    display:flex;
    align-items: center;
    gap: 30px;
    margin-left: 20px;
    color:#252525;
    font-weight: 500;
    font-size:16px;
}
header .menu-container a {
    display:flex;
    align-items: center;
    color:#252525;
}
header .menu-container a:hover {
    color:#252525;
}

/* FOOTER */
footer {
    width:100%;
    background:#F2F2F2;
}
footer .footer-container {
    display:flex;
    align-items: center;
    justify-content: center;
    margin:80px auto 50px auto;
}
footer .footer-container .footer-wrap {
    max-width:1200px;
    min-width:1200px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-container .footer-wrap .tel-name {
    font-size:18px;
    font-weight: 500;
    color:#252525;
}
footer .footer-container .footer-wrap .tel-number {
    font-size:24px;
    font-weight: 700;
    color:#252525;
}
footer .footer-container .footer-wrap .time-info-01 {
    font-size:14px;
    font-weight: 500;
    color:#252525;
    margin-top: 30px;
}
footer .footer-container .footer-wrap .time-info-02 {
    font-size:14px;
    font-weight: 500;
    color:#252525;
}
footer .footer-container .footer-wrap .footer-menu {
    font-size:15px;
    font-weight: 500;
    color:#252525;
    display:flex;
    align-items: center;
    gap: 40px;
}
footer .footer-container .footer-wrap .company-info {
    font-size:14px;
    font-weight: 500;
    color:#252525;
    display:flex;
    flex-direction: column;
    margin-top: 45px;
}
.fixed-btns {
    position: fixed;
    bottom: 30px;
    right: 33px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}

/* Main-menu - Submenu */
header .menu-container .main-menu .main-menu-item {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

header .menu-container .main-menu .main-menu-item .submenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    white-space: nowrap;
}

header .menu-container .main-menu .main-menu-item .submenu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}

header .menu-container .main-menu .main-menu-item .submenu::after {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 9px 9px 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

header .menu-container .main-menu .main-menu-item .submenu a {
    display: block;
    padding: 8px 12px;
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

header .menu-container .main-menu .main-menu-item .submenu a:hover {
    background-color: transparent;
    color: #0d6efd !important;
}

header .menu-container .main-menu .main-menu-item.active .submenu {
    display: block;
}

/* Top-menu - Submenu */
header .header-container .top-menu-wrap .right-menu .top-menu-item {
    position: relative;
}

header .header-container .top-menu-wrap .right-menu .top-menu-item .txt-ico-wrap {
    display: flex;
    align-items: center;
}
header .header-container .top-menu-wrap .right-menu .top-menu-item .txt-ico-wrap .user-nm {
    color:#0d6efd;
    font-weight: 700;
}

header .header-container .top-menu-wrap .right-menu .top-menu-item .split-line {
    width:100%;
    height:1px;
    background:#D9D9D9;
    margin: 10px 0;

}

header .header-container .top-menu-wrap .right-menu .top-menu-item .submenu {
    display: none;
    position: absolute;
    top: 25px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    white-space: nowrap;
}

header .header-container .top-menu-wrap .right-menu .top-menu-item .submenu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}

header .header-container .top-menu-wrap .right-menu .top-menu-item .submenu::after {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 9px 9px 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

header .header-container .top-menu-wrap .right-menu .top-menu-item .submenu a {
    display: block;
    padding: 8px 12px;
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

header .header-container .top-menu-wrap .right-menu .top-menu-item .submenu a:hover {
    background-color: transparent;
    color: #0d6efd !important;
}

header .header-container .top-menu-wrap .right-menu .top-menu-item:hover .submenu {
    display: block;
}

/* Work Guide Popup - Improved Readability */
.work-guide-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 배경을 약간 더 어둡게 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    font-family: 'Noto Sans KR', sans-serif; /* 가독성 좋은 폰트로 지정 */
}

.work-guide-popup .popup-content {
    background-color: #fff;
    padding: 30px 40px; /* 패딩 증가 */
    border-radius: 12px; /* 모서리를 더 둥글게 */
    width: 90%;
    max-width: 650px; /* 최대 너비 증가 */
    max-height: 90vh; /* 최대 높이를 viewport 기준으로 설정 */
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid #e0e0e0;
}

.work-guide-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9ecef; /* 부드러운 구분선 색상 */
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.work-guide-popup .popup-header h2 {
    font-size: 24px; /* 제목 폰트 크기 증가 */
    font-weight: 700;
    color: #212529; /* 더 진한 제목 색상 */
    margin: 0;
}

.work-guide-popup .popup-header .close-button {
    background: transparent;
    border: none;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    color: #868e96;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease-in-out;
}

.work-guide-popup .popup-header .close-button:hover {
    color: #343a40;
}

.work-guide-popup .popup-body h3 {
    font-size: 18px; /* 부제목 폰트 크기 증가 */
    font-weight: 600;
    color: #343a40;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f3f5;
}

.work-guide-popup .popup-body ul {
    list-style: none; /* 기본 list-style 제거 */
    padding-left: 0;
    margin-bottom: 20px;
    color: #495057;
}

.work-guide-popup .popup-body ul li {
    position: relative;
    padding-left: 20px; /* 아이콘을 위한 공간 */
    margin-bottom: 10px;
    line-height: 1.7; /* 줄 간격 증가 */
}

.work-guide-popup .popup-body ul li::before {
    content: '·'; /* 가운데 점으로 변경 */
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #0d6efd; /* 포인트 색상 */
}

.work-guide-popup .popup-body p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #495057;
    font-size: 15px;
}