/* Reset */
html {
scroll-behavior: smooth;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-weight: 600;
}

body {
margin: 0;
padding: 0;
color: #0f161f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;
text-rendering: optimizeLegibility;
font-family: 'Pretendard', sans-serif;
overflow-x: hidden;
}

p {
color: #33363a;
text-align: justify;
}

@media (min-width: 1025px) {
header {
position: fixed;
width: 100%;
margin: 0 auto;
transition: 0.5s;
z-index: 10000;
background-color: #fff;
top: 0;
}

.header-container {
display: flex;
justify-content: space-between;
height: 68px;
display: flex;
align-items: center;
border-bottom: 1px solid #ddd;
padding: 0 30px;
}

.gnb {
display: flex;
width: 95%;
justify-content: space-between;
box-sizing: border-box;
margin: 0 auto;
align-items: center;
height: 100%;
}
.logo--large {
flex: 0 0 auto;
display: flex;
align-items: center;
height: 100%;
padding-right: 33px;
padding-left: 6px;
}
.logo--large img {
width: 100px;
height: auto;
}
.gnb-left,
.gnb-right {
display: flex;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
gap: 10px;
}
.gnb-left li {
margin-right: 10px;
}
.gnb-left li a {
text-decoration: none;
color: #0f161f;
font-size: 1em;
padding: 10px 15px;
display: block;
}
.gnb-left li a.important-tab {
color: #336fff;
font-weight: bold;
}
.gnb-right li a {
color: #666;
font-size: 0.9em;
border: 1px solid #ccd0d6;
padding: 11px 18px;
border-radius: 9px;
text-decoration: none;
text-align: center;
line-height: 1.5;
display: flex;
align-items: center;
justify-content: center;
}
.gnb-left li a:hover {
color: #336fff;
}
.gnb-left li:last-child,
.gnb-right li:last-child {
margin-right: 0;
}
.gnb-right .user-asset-label {
font-size: 0.8rem;
color: #606060;
}
.gnb-right .user-asset-value {
color: #336fff;
font-size: 0.8rem;
font-weight: bold;
margin-left: 3px;
}
.gnb-right .user-logged-in-account {
color: #33363a;
font-weight: 500;
text-decoration: none;
}
.gnb-right li a:hover {
opacity: 0.9;
}
.dropdown {
position: relative;
}
}
.dropdown-menu.active {
opacity: 1;
transform: translateY(0);
}
.dropdown-menu {
display: flex;
flex-direction: column;
gap: 100px;
opacity: 0;
transform: translateY(-10px);
position: absolute;
top: calc(100% + 5px);
left: 0;
background-color: #fff;
list-style: none;
padding: 3px;
z-index: 1000;
width: 160px;
transition: all 0.25s ease;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.dropdown-menu li a {
text-decoration: none;
color: #5a5f65;
font-size: 0.85em;
padding: 15px;
font-weight: normal;
display: block;
transition: all 0.3s ease;
}
.dropdown-menu li a:hover {
color: #336fff;
text-decoration: underline;
}

/* ======== FOOTER STYLES START ======== */
.footer {
background-color: #11161d;
color: #cbd5e0;
padding: 40px 0;
font-size: 16px;
}

.footer-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.footer-columns {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 30px;
}

.footer-column {
flex: 1;
min-width: 180px;
margin-right: 20px;
}

.footer-column h4 {
color: #bac0c6;
font-weight: 800;
font-size: 0.9rem;
}

.footer-column ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer-column ul li, .footer-column ul li.footer-item a {
text-decoration: none;
width: 300px;
margin: 0;
padding: 0;
color: #5a636f;
font-size: 0.9rem;
line-height: 28px;
font-weight: 500;
}
.footer-column ul li:hover {
text-decoration: underline;
}
.footer-columns .footer-column:last-child ul li:hover {
text-decoration: none;
}
.footer-info p.company-name {
color: #b0b8c1;
font-size: 15px;
}

.footer-info p.business-details {
color: #8b95a1;
font-size: 13px;
line-height: 23px;
font-weight: normal;
}

/* ======== CONTENT SHARED STYLES START ======== */
.gov-wrapper {
padding: 5px 0px;
}
.info-section {
width: 100%;
background-color: #000;
color: #fff;
padding: 50px 0;
display: flex;
justify-content: center;
align-items: center;
}
.info-container {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.info-box {
flex: 1;
padding-bottom: 38px;
min-width: 399px;
}

.info-box h4{
font-size: 1rem;
}

.info-box p{
font-size: 0.9rem;
font-weight: normal;
color: #ccc;
}

.info-btn {
background-color: #336fff;
color: #fff;
border-radius: 8px;
padding: 11px 16px;
font-size: 15px;
font-weight: 500;
text-decoration: none;
cursor: pointer;
transition: all 0.25s ease;
display: inline-block;
}

.info-btn:hover {
opacity: 0.9;
}

@media (max-width: 768px) {
.info-section {
padding: 30px 30px;
}

.info-container {
gap: 10px;
}
}

@media (max-width: 768px) {
.bottom-text-banner {
background: linear-gradient(180deg, #fff, #f6fbff);
padding: 15px 0px 90px 0px;
text-align: center;
}

.text-banner-container {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}

.text-banner-text {
text-align: center;
font-size: 35px;
font-weight: bold;
color: #596170;
}
}

.ad-banner {
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
url('../images/banner-business-background.png') no-repeat center center;
background-size: cover;
padding: 150px 0;
text-align: center;
font-size: 3rem;
font-weight: bold;
}

.banner-container {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}

.banner-text {
font-size: 3.9rem;
font-weight: bold;
color: #fff;
text-align: center;
}

.banner-btn {
background-color: #10161f;
color: #fff;
border-radius: 11px;
padding: 16px 30px;
font-size: 1rem;
font-weight: 500;
text-decoration: none;
cursor: pointer;
transition: all 0.25s ease;
margin-top: 1.5rem;
}

.banner-btn:hover {
opacity: 0.9;
}

.banner-paragraph {
margin-bottom: 72px;
color: #fff;
font-size: 1.15rem;
font-weight: 600;
line-height: 1.39;
color: #fff;
}

@media (max-width: 768px) {
.ad-banner {
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
url('../images/banner-business-background.png') no-repeat center center;
background-size: cover;
padding: 60px 0;
text-align: center;
font-size: 3rem;
font-weight: bold;
}

.banner-container {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}

.banner-text {
text-align: center;
font-size: 35px;
font-weight: bold;
color: #fff;
}

.banner-btn {
background-color: #10161f;
color: #fff;
border-radius: 11px;
padding: 16px 30px;
font-size: 1rem;
font-weight: 500;
text-decoration: none;
cursor: pointer;
transition: all 0.25s ease;
margin-top: 1.5rem;
}

.banner-btn:hover {
opacity: 0.9;
}

.banner-paragraph {
color: #eaeaea;
text-align: center;
font-size: 18px;
line-height: 1.39;
font-weight: bold;
}
}

.membership-section {
width: 100%;
background-color: #fff;
padding: 65px 0;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(180deg, #fff, #e6f1ff);
}

.membership-section aside {
text-align: center;
padding: 60px 0;
}

aside p {
font-size: 30px;
font-weight: 650;
}

/* Getstarted */
.getstarted {
position: relative;
display: inline-block;
}

.getstarted input[type=email],
.getstarted button {
height: 60px;
outline: none;
border: none;
vertical-align: middle;
background-color: #fff;
}

.getstarted input[type=email] {
width: 450px;
margin-right: -6px;
font-size: 18px;
padding-left: 10px;
}

.getstarted input[type=email] + span {
color: #b5bac5;
font-size: 15px;
position: absolute;
left: 10px;
top: 10px;
transition: all 0.25s ease;
pointer-events: none;
}

.getstarted input[type=email]:focus + span {
font-weight: bold;
transform: translateY(-18px);
}

.getstarted button {
width: 190px;
background: linear-gradient(90deg, #6aaaff, #336fff);
color: #fff;
font-size: 26px;
cursor: pointer;
font-weight: 650;
}

/* 반응형 조정 */
@media (max-width: 768px) {
.membership-section {
width: 100%;
height: 39vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: linear-gradient(180deg, #fff, #e6f1ff);
padding: 0;
margin: 0;
}

.membership-section aside {
width: 90%;
text-align: center;
text-align: center;
}

aside p {
font-size: 30px;
font-weight: 650;
margin: 0 auto;
line-height: 1.3;
}

/* Getstarted */
.getstarted {
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 30px;
}
.getstarted input[type=email],
.getstarted button {
flex: 6.5;
font-size: 18px;
padding-left: 10px;
outline: none;
border: none;
vertical-align: middle;
background-color: #fff;
}
.getstarted input[type=email] {
width: 450px;
margin-right: -6px;
font-size: 18px;
padding-left: 10px;
}

.getstarted input[type=email] + span {
color: #b5bac5;
font-size: 15px;
position: absolute;
left: 10px;
top: 10px;
transition: all 0.25s ease;
pointer-events: none;
}

.getstarted input[type=email]:focus + span {
font-weight: bold;
transform: translateY(-18px);
}

.getstarted button {
flex: 3.5;
background: linear-gradient(90deg, #6aaaff, #336fff);
color: #fff;
font-size: 18px;
cursor: pointer;
font-weight: 650;
text-align: center;
}
}

.primary-emphasis {
width: 100%;
margin: 0 auto;
text-align: center;
font-size: 3rem;
margin-top: 110px;
}

.secondary-note {
color: #a6abb6aa;
font-weight: 800;
}

.strong-callout {
color: #333336;
font-weight: 800;
}

@media (max-width: 768px) {
.primary-emphasis {
width: 100%;
text-align: center;
font-size: 19px;
line-height: 1.3;
margin-top: 130px;
}

.secondary-note {
color: #a6abb6aa;
font-weight: 800;
}

.strong-callout {
color: #333336;
font-weight: 800;
}
}

.category-heading {
font-size: 16px;
font-weight: 600;
color: #253851;
border-left: 5px solid #303f60;
padding-left: 10px;
text-align: left;
margin-bottom: 15px;
}

.notice-section {
width: 100%;
max-width: 1300px;
flex-wrap: wrap;
margin: auto;
padding: 0px 25px;
border: 1px solid #dadfe3;
background-color: #dadfe315;
border-radius: 11px;
margin-top: 100px;
margin-bottom: 30px;
box-sizing: border-box;
}
/* Notice Text Style */
.notice {
font-size: 0.9rem;
font-weight: 600;
color: #336fff;
line-height: 1.5;
word-wrap: break-word;
}

@media (max-width: 768px) {
.notice-section {
padding: 10px 15px;
margin-top: 60px;
margin-bottom: 15px;
border-radius: 8px;
}
.notice {
font-size: 0.9rem;
font-weight: 600;
color: #336fff;
line-height: 1.5;
word-wrap: break-word;
}
}

/* ======== COMPONENT START: CHECKBOX ======== */
.styled-checkbox {
display: flex;
align-items: center;
font-size: 13px;
color: #333;
cursor: pointer;
margin: 10px 0;
}

.styled-checkbox input[type="checkbox"] {
display: none;
}

.styled-checkbox input[type="checkbox"] + span {
position: relative;
padding-left: 30px;
line-height: 20px;
}

.styled-checkbox input[type="checkbox"] + span::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
background-color: #eceef3;
border-radius: 5px;
box-sizing: border-box;
transition: all 0.3s ease;
}

/* 체크 상태 스타일 */
.styled-checkbox input[type="checkbox"]:checked + span::before {
background-color: #336fff;
}

/* 체크 표시 스타일 */
.styled-checkbox input[type="checkbox"]:checked + span::after {
content: '';
position: absolute;
left: 6.5px;
top: 3px;
width: 5px;
height: 8px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}

/* Status Section */
.status-section {
display: flex;
gap: 5px;
align-items: center;
}
.status-button,
.status-badge,
.status-closed,
.status-waiting {
display: flex;
align-items: center;
justify-content: center;
padding: 6px 10px;
font-size: 0.8rem;
border: none;
border-radius: 6px;
font-weight: bold;
pointer-events: none; /* 클릭 비활성화 */
}
.status-button {
background-color: #e6efff;
color: #6d99ff;
border: 1px solid #6d99ff;
}
.status-badge {
background-color: #fff;
color: #0f161f;
border: 1px solid #999;
font-weight: 600;
}
.status-closed {
background-color: #eaeaea;
color: #aaa;
border: 1px solid #ccc;
font-weight: 600;
}
.status-waiting {
background-color: #e3fbeeaa;
color: #1fdd6b;
border: 1px solid #1fdd6b;
font-weight: bold;
}

.status-free-trial{
display: flex;
align-items: center;
justify-content: center;
padding: 6px 9px;
font-size: 0.8rem;
border: none;
border-radius: 6px;
font-weight: bold;
background-color: #fff;
color: #303030;
border: 1px solid #303030;
font-weight: bold;
pointer-events: none; /* 클릭 비활성화 */
}

.status-member-only{
display: flex;
align-items: center;
justify-content: center;
padding: 6px 10px;
font-size: 0.8rem;
border: none;
border-radius: 6px;
font-weight: bold;
background-color: #fff;
color: #336fff;
border: 1px solid #336fff;
font-weight: bold;
pointer-events: none; /* 클릭 비활성화 */
}

/* widget */
.chat-widget {
position: fixed;
bottom: 90px;
right: 30px;
width: 230px;
background-color: #fff;
border-radius: 16px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.09);
z-index: 1000;
}
.chat-content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px;
}
.chat-content p {
margin: 0;
font-size: 0.9rem;
color: #999;
font-weight: 600;
}
.chat-text {
display: block;
font-size: 13px;
color: #aaa;
text-align: left;
font-weight: normal;
margin-top: 3px;
}
.chat-close-icon {
font-size: 15px;
color: #999;
cursor: pointer;
position: relative;
top: -8px;
outline: none;
border: none;
}
.chat-icon {
background-color: #e6efff;
border-radius: 23px;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 18px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
position: fixed;
bottom: 20px;
right: 30px;
z-index: 1001;
}
.chat-icon-image {
width: 30px;
height: auto;
object-fit: contain;
}
.chat-widget {
border: none;
margin: 0;
padding: 0;
}
.chat-widget:after {
content: none;
}

@media (max-width: 768px) {
.chat-content {
display: none;
}
.chat-icon {
background-color: #e6efff;
border-radius: 23px;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
position: fixed;
bottom: 13px;
right: 13px;
z-index: 1001;
}
}