@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
A:hover {
text-decoration: none;
color: #1A1A1A;
}
A:visited {
text-decoration: none;
color: #5D5D5D;
}
A {
text-decoration: none;
color: #5D5D5D;
}

.left_bg {
background-image: url(/images/sk20011-ag21/main_01.png);
background-repeat: repeat-x;
background-position: right top;
}
.right_bg {
background-image: url(/images/sk20011-ag21/main_03.png);
background-repeat: repeat-x;
background-position: left top;
}

td {
color: #5B5B5B;
font-size: 12px;
line-height: 150%;
}

#topmenu {
	position:absolute;
	left:0px;
	top:25px;
	width:1005px;
	height:70px;
	z-index:3;
}
#submenu {
	position:absolute;
	left:240px;
	top:285px;
	width:368px;
	height:50px;
	z-index:1;
}
#news1 {
	position:absolute;
	left:372px;
	top:220px;
	width:313px;
	height:143px;
	z-index:1;
}
#news2 {
	position:absolute;
	left:372px;
	top:220px;
	width:313px;
	height:143px;
	z-index:1;
	visibility: hidden;
}
#album1 {
	position:absolute;
	left:710px;
	top:220px;
	width:295px;
	height:143px;
	z-index:1;
}
#album2 {
	position:absolute;
	left:710px;
	top:220px;
	width:295px;
	height:143px;
	z-index:1;
}
#balbum2 {
	position:absolute;
	left:710px;
	top:420px;
	width:295px;
	height:143px;
	z-index:3;
}
.img_box {
border: 1px solid #D3D3D3;
background-color:#ffffff;
}

#banner {
position: absolute;
left: 372px;
top: 720px;
width: 313px;
height: 143px;
z-index: 1;
}
/* 퀵메뉴 전체 컨테이너 (위쪽 콘텐츠 영역과 폭을 맞추기 위해 max-width 조정 가능) */
.quick-menu-container {
    width: 100%;
    max-width: 320px; /* 위쪽 사진 박스 영역의 대략적인 폭에 맞춤 */
    margin: 20px auto;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* 2열 그리드 레이아웃 */
.quick-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* 카드 사이의 간격 */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 고급스러운 사각형 카드 디자인 (애플 스타일 미니멀리즘) */
.quick-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px; /* 모서리를 부드러운 사각형으로 처리 */
    padding: 16px 10px;
    text-decoration: none;
    color: #334155;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

/* 아이콘 스타일 */
.quick-card .icon {
    font-size: 20px;
    color: #3399cc; /* 포인트 컬러 (필요시 딥블루나 차분한 그레이로 변경 가능) */
    margin-bottom: 8px;
}

/* 텍스트 스타일 */
.quick-card .text {
    font-size: 13px;
    font-weight: 600;
    letter-name: -0.5px;
    color: #1e293b;
    text-align: center;
}

/* 호버 및 액티브 효과 (고급스러운 깊이감 부여) */
.quick-card:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.quick-card:hover .icon {
    color: #009999;
}

/* --- 독립적인 MORE 버튼 스타일 --- */
.more-btn-only {
    /* 폰트 설정: 브라우저 기본 시스템 폰트 사용 */
    font-family: 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', sans-serif;
    
    /* 버튼 크기 및 정렬 */
    display: inline-flex;
    align-items: center;
    padding: 2px 8px; /* 텍스트와 아이콘 주변 여백 */
    margin:0 0 3px 0;
    /* 버튼 배경 스타일 (회색 그라데이션) */
    text-decoration: none;
    
    /* 테두리 및 그림자 */
    
    /* 텍스트 스타일 */
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); /* 텍스트 하이라이트 */
       
    /* 전환 효과 (hover 부드럽게) */
    transition: all 0.2s ease;
}

/* 마우스 올렸을 때 (hover 효과) */
.more-btn-only:hover {
    border-color: #a0a0a0;
}

/* 클릭했을 때 (active 효과 - 눌린 느낌) */
.more-btn-only:active {
    background-image: none;
}


/* --- 원형 화살표 아이콘 스타일 --- */
.more-btn-only .arrow-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 2px; /* 텍스트와 아이콘 간격 */
    
    /* 파란색 원 */
    background-color: #1f77d0;
    border-radius: 50%;
    position: relative;
}

/* 흰색 화살표 (가상 요소로 구현) */
.more-btn-only .arrow-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    /* 중앙 정렬 및 회전 */
    transform: translate(-75%, -50%) rotate(45deg);
    width: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}


/* --- 독립적인 MORE 버튼 스타일 --- */
.more-btn-only2 {
    /* 폰트 설정: 브라우저 기본 시스템 폰트 사용 */
    font-family: 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', sans-serif;
    
    /* 버튼 크기 및 정렬 */
    display: inline-flex;
    align-items: center;
    padding: 2px 8px; /* 텍스트와 아이콘 주변 여백 */
    margin:0 0 3px 0;
    /* 버튼 배경 스타일 (회색 그라데이션) */
    text-decoration: none;
    
    /* 테두리 및 그림자 */
    
    /* 텍스트 스타일 */
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); /* 텍스트 하이라이트 */
       
    /* 전환 효과 (hover 부드럽게) */
    transition: all 0.2s ease;
}

/* 마우스 올렸을 때 (hover 효과) */
.more-btn-only2:hover {
    border-color: #a0a0a0;
}

/* 클릭했을 때 (active 효과 - 눌린 느낌) */
.more-btn-only:active {
    background-image: none;
}


/* --- 원형 화살표 아이콘 스타일 --- */
.more-btn-only2 .arrow-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 2px; /* 텍스트와 아이콘 간격 */
    
    /* 파란색 원 */
    background-color: #60840A;
    border-radius: 50%;
    position: relative;
}

/* 흰색 화살표 (가상 요소로 구현) */
.more-btn-only2 .arrow-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    /* 중앙 정렬 및 회전 */
    transform: translate(-75%, -50%) rotate(45deg);
    width: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}