@charset "utf-8";

/*-------------------------------------------------------*/
/* Miso-Company Colorset
/*-------------------------------------------------------*/

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* ============================================
   SWC Property - Premium Real Estate Website
   Author: AI Web Development
   Colors: Navy Blue (#0A2463) + Gold (#C79200)
   ============================================ */

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Primary Colors */
    --primary-navy: #0A2463;
    --primary-dark-navy: #071742;
    --primary-light-navy: #0D2F7E;
    --primary-gold: #C79200;
    --primary-light-gold: #D4A517;
    --primary-dark-gold: #9A7500;
    
    /* Neutral Colors */
    --white: #FFFFFF;
    --off-white: #F8F9FA;
    --light-gray: #E9ECEF;
    --gray: #ADB5BD;
    --dark-gray: #495057;
    --charcoal: #212529;
    
    /* Accent Colors */
    --accent-blue: #1976D2;
    --accent-green: #2E7D32;
    --accent-red: #C62828;
    
    /* Typography */
    --font-primary: 'Noto Sans KR', 'Noto Sans KR', sans-serif;
    --font-display: 'Playfair Display', serif;
    
    /* Spacing */
    --section-padding: 100px 0;
    --container-padding: 0 20px;
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(10, 36, 99, 0.08);
    --shadow-md: 0 4px 16px rgba(10, 36, 99, 0.12);
    --shadow-lg: 0 8px 32px rgba(10, 36, 99, 0.16);
    --shadow-xl: 0 12px 48px rgba(10, 36, 99, 0.24);
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-primary);
    color: var(--charcoal);
    line-height: 1.7;
    background-color: var(--white);
    overflow-x: hidden;
}


body { font-family: var(--font-primary); line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#f5f5f5; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:12px; }
body.is-mobile,
body .wrapper.en { line-height:1.8; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: crimson; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:1; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family: var(--font-primary); }
.ko, .ko small { font-family:var(--font-primary); }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/*-------------------------------------------------------*/
/* Layout : 레이아웃
/*-------------------------------------------------------*/
.wrapper { position:relative, z-index:0; margin:0 auto; background:#fff;  }
.boxed.wrapper { box-shadow: 0px 0px 6px #999; -moz-box-shadow: 0 0 6px #999; -webkit-box-shadow: 0 0 6px #999; }
.boxed-left.wrapper { margin:0; margin-right:auto !important; }
.boxed-right.wrapper { margin:0; margin-left:auto !important; }
.is-pc .is-page .at-body { min-height:800px; }
.at-container { margin:0 auto; padding:0; }
.boxed.wrapper .at-boxed.at-container { padding:0 30px; }
.wided.wrapper .at-body .at-boxed.at-container.wide-container { padding:0 100px; }

@media all and (min-width:1400px) {
	.at-body .at-container.zone-wided,
	.page-title .at-container.zone-wided { width:100% !important; max-width:100% !important; padding:0 100px; }
}
@media all and (max-width:1400px) {
	.responsive .at-boxed.at-container { padding:0 20px !important; }
}
@media all and (max-width:991px) {
	.responsive .at-boxed.at-container { padding:0 10px !important; }
}

/* Loader */
.at-loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
.at-loader .loader { color:#ddd; margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/* Layout : IE9 이상 */
.at-zone,
.zone-left, 
.zone-right, 
.zone-center { overflow:hidden; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
.at-zone { padding-top:0; padding-bottom:0; }
.zone-left,
.zone-right,
.zone-center { padding-top:30px; padding-bottom:30px; }
.zone-left { padding-right:30px; }
.zone-right { padding-left:30px; }
.zone-left { float:left; }
.zone-left-bg { position:absolute; top:0; left:0; height:100%; }
.zone-right { float:right; }
.zone-right-bg { position:absolute; top:0; right:0; height:100% }
.zone-center { display: inline-block; }
.zone-2dan-left .zone-right,
.zone-2dan-left .zone-right-bg,
.zone-2dan-right .zone-left,
.zone-2dan-right .zone-left-bg { display:none; }
.zone-2dan-left .zone-center { float:right; }
.zone-2dan-right .zone-center { float:left; }
.zone-1dan .zone-left,
.zone-1dan .zone-right { display:none; }
.zone-1dan .zone-center { display:block; width:100%; }
@media all and (max-width:991px) {
	.responsive .zone-3dan .zone-left { float:left; width:50%; padding-right:15px; }
	.responsive .zone-3dan .zone-right { float:left; width:50%; padding-left:15px; }
	.responsive .zone-3dan .zone-center { display:block; width:100% !important; }
}
@media all and (max-width:767px) {
	.responsive .zone-left,
	.responsive .zone-right { float:none; width:100% !important; padding-left:0 !important; padding-right:0 !important;}
	.responsive .zone-center { display:block; width:100% !important; margin:0; }
}

/* Layout : IE8 이하 */
.at-ie-zone { display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.ie-zone { display:table-cell; vertical-align:top; padding-top:30px; padding-bottom:30px; }
.ie-left { padding-right:30px; }
.ie-right { padding-left:30px; }

/*-------------------------------------------------------*/
/* Header : 헤더영역 전체
/*-------------------------------------------------------*/
.at-header { position:absolute; top:0; left:0; width:100%; z-index:30; }
.boxed-left .at-header .at-container { margin:0; margin-right:auto !important; }
.boxed-right .at-header .at-container { margin:0; margin-left:auto !important; }

/*-------------------------------------------------------*/
/* LNB : 최상단 로그인, 회원가입 영역
/*-------------------------------------------------------*/
.at-lnb { font-size:12px; line-height:20px; }
.at-lnb .at-container { padding-top:10px !important; padding-bottom:20px !important; }
.at-lnb ul { list-style: none; margin: 0; padding:0; margin:0 -15px; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0 15px; margin:0; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-16px; font-size:11px; }
.at-lnb ul > li:last-child::after { content: ""; margin-right:0; }
.at-lnb ul > li > a { color: #fff; float:left; }
.at-lnb ul > li > a:hover { color: #fff; }
.is-index .at-lnb .pull-left { display:none; }

@media all and (max-width:991px) {
	.responsive .at-lnb { display:none !important; visibility:visible; }
}

/*-------------------------------------------------------*/
/* Mobile Header : 모바일 헤더
/*-------------------------------------------------------*/
.m-header { display:none; }
.m-header a { color:#fff; }
.m-header.bg-lightgray a,
.m-header.bg-white a { color:#000; }
.m-header .at-container { padding:0px; }
.m-header .m-header-wrap { display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.m-header .m-header-icon, 
.m-header .m-header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .m-header-icon { width:44px; }
.m-header .m-header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
}

/* 상단고정(sticky) 스타일 */
.nav-fixed { position: fixed; top: 0px; left:0; z-index:101; width:100%; }
.nav-fixed .pc-menu-logo { display:none !important; }
.boxed.wrapper .nav-fixed .at-boxed.at-container { padding:0 !important; }

/*-------------------------------------------------------*/
/* PC Header & Menu Size : PC 헤더 및 메뉴 크기설정
/*-------------------------------------------------------*/

/* 로고 크기 : 메뉴높이와 로고높이는 일치시키며, 로고 너비의 1/2 만큼 좌측 역마진 설정 필요 */
.pc-header-logo { height:80px; width:450px; margin-left:-125px; }

/* 중앙로고시 메뉴부분 로고 크기 : 좌우 여백고려하여 로고 너비보다 크게 설정 */
.pc-menu-logo { width:300px; } 

/* 로고시 메뉴 들여쓰기 : 로고 너비 + 간격 만큼 여백설정 */
.is-logo-left .pc-menu { padding-left:280px; } /* 좌측로고일 때 */
.is-logo-left .is-sub-mega .sub-1div { padding-left:280px; } /* 좌측로고일 때 메가 서브 좌측 여백 */
.is-logo-center .is-sub-mega .sub-1div { padding-left:50px; } /* 중앙로고일 때 메가 서브 좌측 여백 */

/* PC 메뉴 크기설정 : .header-logo = .pc-menu-zone-cell = .pc-menu-height 의 높이는 일치시킴 */
.pc-menu-layer,
.pc-menu-zone-cell { height:80px; } /* 메뉴 크기 : line-height는 설정하지 않음 */
.pc-menu-height { height: 80px; line-height:80px; } /* 메뉴 크기 : 높이와 동일하게 line-height 설정 */
.pc-menu-icon { width:50px; } /* 홈 및 검색아이콘 크기 */
.pc-menu-all .menu-all-wrap { margin:0 50px; } /* 전체메뉴 좌우공간 */

/* 상단고정(sticky)일 때 기본 크기 */
.nav-fixed .pc-menu-layer,
.nav-fixed .pc-menu-zone-cell { height:50px; }
.nav-fixed .pc-menu-height { height:50px; line-height:50px; }

/* PC 배분 스타일 서브메뉴에서 메뉴수에 따른 1차 서브 크기 : 너비를 %로 조절하고, 중앙에 위치하도록 역마진 추가 */
.is-sub-divide .sub-1div { width:100%; }
.is-sub-divide .is-sub-small .sub-1div { width:150%; margin-left:-25%; } /* 메뉴가 6개 이상일 때 메뉴 크기 키움 */
.nav-fixed .is-sub-divide .sub-1div{ width:100%; } /* 상단고정(sticky) 형태에서 크기 재조정 */
.nav-fixed .is-sub-divide .is-sub-small .sub-1div { width:100%; margin-left:0; }

/*-------------------------------------------------------*/
/* PC Logo : PC 로고
/*-------------------------------------------------------*/
.pc-header { color:#fff; }
.pc-header .at-container { position:relative; }
.pc-header-wrap { position:relative; }
.pc-header-logo { position:absolute; top:0; text-align:center; padding:0; z-index:100; overflow:hidden; }
.pc-header-logo img { display:block; max-width:100%; margin:0 auto; }
.is-logo-left .pc-header-logo { margin-left:0; left:0; } /* 좌측 로고 */
.is-logo-center .pc-header-logo { left:50%; } /* 중앙 로고 */
.nav-fixed .pc-menu-logo { display:none; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/*-------------------------------------------------------*/
/* PC Menu : PC 메뉴
/*-------------------------------------------------------*/

/* 메뉴공통 */
.pc-menu-wrap { position:relative; z-index:1; }
.pc-menu-height { -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.pc-menu-zone { position:relative; display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.pc-menu-zone-cell { position:relative; display:table-cell; vertical-align:middle; }
.pc-menu-zone-cell ul { padding:0; margin:0; }
.pc-menu-zone-cell li { margin:0; list-style:none; }
.pc-menu-tbl { position:relative; display:table; table-layout:fixed; width:100%; margin:0; border-collapse: collapse; }
.pc-menu-cell { position:relative; display:table-cell; vertical-align:top; }
.pc-menu-cell .menu-ul { display:table; table-layout:fixed; border-collapse: collapse; padding:0; margin:0; }
.pc-menu-cell .menu-li { display:table-cell; vertical-align:top; text-align:center; }
.pc-menu-layer { position: absolute; width: 100%; left:0; top:0; overflow:hidden; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.nav-fixed .at-boxed.at-container { padding:0; }
.nav-fixed .pc-menu-layer { background:#fff; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }

/* 홈 및 검색 아이콘 */
.pc-menu-icon { text-align:center; }
.pc-menu-icon a { display:block; color:#fff; }
.pc-menu-home .menu-span { font-size:20px; }
.pc-menu-search { font-size:20px; }

/* 주메뉴 위치 */
.is-menu-left .menu-ul { margin-right:auto; }
.is-menu-right .menu-ul { margin-left:auto; }
.is-menu-divide .menu-ul { width:100%; }

/* 주메뉴 스타일 */
.pc-menu .menu-span { display:inline-block; padding:7px 10px; margin:0 10px; line-height:20px; }
.pc-menu-icon .menu-span { display:inline-block; padding:7px 10px; margin:0; line-height:20px; color:#212529;}

/*  lsi 메뉴 색깔 color:#212529; */
.pc-menu .menu-a { font-family: var(--font-primary); color:#212529; display:block; font-weight:bold; font-size: 15px; }
.pc-menu .menu-li:hover .menu-a,
.pc-menu .menu-li.active .menu-a { }
.pc-menu .menu-li:hover .menu-span,
.pc-menu .menu-li.active .menu-span,
.pc-menu-icon a:hover .menu-span { background:rgba(0,0,0,0.75); border-radius:4px; color: #fff; } /*  lsi 메뉴 오버시 색깔 color: #fff; 추가 */
.pc-menu .new,
.pc-menu .sub-1new,
.pc-menu .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }

/* 주메뉴 상단고정(sticky) 스타일 */
.nav-fixed .pc-menu { padding-left:0 !important; }
.nav-fixed .pc-menu .menu-a { color:#000; }
.nav-fixed .pc-menu .menu-span { background:none !important; }
.nav-fixed .pc-menu .menu-li:hover .menu-a,
.nav-fixed .pc-menu .menu-li.active .menu-a { color:#fff; background:orangered; }
.nav-fixed .pc-menu-icon .menu-span { color:#000; }
.nav-fixed .pc-menu-icon a:hover { color:#fff; background: #333; }
.nav-fixed .pc-menu-icon a:hover .menu-span { color:#fff; background: #333; }
.nav-fixed .pc-menu-home.menu-li:hover .menu-a,
.nav-fixed .pc-menu-home.menu-li.active .menu-a,
.nav-fixed .pc-menu-home.menu-li.active .menu-span { color:#fff; background: #333; }

@media all and (max-width:991px) {
	.responsive .pc-menu-zone { display:none; }
}

/*-------------------------------------------------------*/
/* PC Float Sub Menu : PC 일반 서브메뉴
/*-------------------------------------------------------*/
.is-sub-float .sub-1da,
.is-sub-float .sub-1line,
.is-sub-float .sub-2da,
.is-sub-float .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-float .sub-1div { text-align:left; position:absolute; z-index:31; background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.is-sub-float .sub-1dul,
.is-sub-float .sub-1dli { position:relative; }
.is-sub-float .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-float .sub-1dli.active .sub-1da,
.is-sub-float .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-float .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-float .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }

.is-sub-float .sub-2div { position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-float .sub-2div { left:100%; }
.is-sub-float .sub-2dul,
.is-sub-float .sub-2dli { position:relative; }
.is-sub-float .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-float .sub-2dli.active .sub-2da,
.is-sub-float .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-float .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-float .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-float .sub-1line a,
.is-sub-float .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* PC Divide Sub Menu : PC 배분 서브메뉴
/*-------------------------------------------------------*/
.is-sub-divide .menu-li { position:relative;  }
.is-sub-divide .sub-1da,
.is-sub-divide .sub-1line,
.is-sub-divide .sub-2da,
.is-sub-divide .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-divide .sub-1div { text-align:left; position:absolute; z-index:31; background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.is-sub-divide .sub-1dul,
.is-sub-divide .sub-1dli { position:relative; }
.is-sub-divide .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1dli.active .sub-1da,
.is-sub-divide .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-divide .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-divide .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }

.is-sub-divide .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-divide .sub-2div { left:100%; }
.is-sub-divide .sub-2dul,
.is-sub-divide .sub-2dli { position:relative; }
.is-sub-divide .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-divide .sub-2dli.active .sub-2da,
.is-sub-divide .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-divide .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-divide .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1line a,
.is-sub-divide .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* PC Mega Sub Menu : PC 메가 서브메뉴
/*-------------------------------------------------------*/
.is-sub-mega .mega-sub { margin:0; box-shadow: 0 0 10px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .175); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .175); }
.nav-fixed .is-sub-mega .mega-sub { }
.is-sub-mega .mega-tbl { background:#fff; display:table; width:100%; table-layout:fixed; margin:0; }
.is-sub-mega .mega-cell { display:table-cell; vertical-align:top; border-collapse: collapse; text-align:left; }
.is-sub-mega .mega-head-item { position:relative; padding:40px 12px 8px; overflow:hidden; }
.is-sub-mega .mega-head .mega-a { color:#fff; font-size:16px; font-weight:bold; }
.is-sub-mega .mega-head .mega-icon { position:absolute; top:8px; right:10px; color:#fff; font-size:14px; }
.is-sub-mega .mega-menu { background:#fafafa; }
.is-sub-mega .mega-content { border-left:1px solid #eee; padding:12px; background:#fff; }

.is-sub-mega .sub-1div { position: absolute; left:0; width:100%; }
.is-sub-mega .sub-1dul,
.is-sub-mega .sub-1dli { position:relative; background:#fff; }
.is-sub-mega .sub-1da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid rgb(238, 238, 238); }
.is-sub-mega .sub-1dli.active .sub-1da,
.is-sub-mega .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-1line a { position:relative; display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }

.is-sub-mega .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-mega .sub-2dul { }
.is-sub-mega .sub-2dli { }
.is-sub-mega .sub-2da { display:block; color:#333; padding:5px 12px; border-bottom: 1px solid rgb(238, 238, 238); } 
.is-sub-mega .sub-2dli.active .sub-2da,
.is-sub-mega .sub-2dli:hover .sub-2da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-mega .sub-2line a { display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }

/*-------------------------------------------------------*/
/* PC Whole Sub Menu : PC 전체 서브메뉴
/*-------------------------------------------------------*/
.is-sub-whole { position:relative; }
.nav-fixed .is-sub-whole .pc-menu-wrap { position:absolute; width:100%; top:0; left:0; }
.is-sub-whole .menu-ul { position:relative; height:100%;}
.is-sub-whole .menu-li { position:relative; padding:0; height:100%; margin:0; list-style:none; }
.is-sub-whole .sub-1div { display:none; border:1px solid #ddd; border-right:0; background:#fff; text-align:left; padding:5px 0; }
.is-sub-whole .menu-li:last-child .sub-1div { border:1px solid #ddd; }
.is-sub-whole.on .sub-1div { display:block; }
.is-sub-whole .pc-menu-logo .sub-1div { padding:15px; }

.is-sub-whole .sub-1da,
.is-sub-whole .sub-1line,
.is-sub-whole .sub-2da,
.is-sub-whole .sub-2line { display:block; padding:4px 12px; line-height:20px; }
.is-sub-whole .sub-1dul,
.is-sub-whole .sub-1dli { position:relative; }
.is-sub-whole .sub-1da { color:#333; }
.is-sub-whole .sub-1dli.active .sub-1da,
.is-sub-whole .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; }
.is-sub-whole .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; }
.is-sub-whole .sub-1line a { color: #333 !important; }

.is-sub-whole .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-whole .sub-2div { left:100%; }
.is-sub-whole .sub-2dul,
.is-sub-whole .sub-2dli { position:relative; }
.is-sub-whole .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-whole .sub-2dli.active .sub-2da,
.is-sub-whole .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-whole .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-whole .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-whole .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* Menu Color : 메뉴수에 따라 번호순으로 클래스 생성
/*-------------------------------------------------------*/
.is-sub-color .menu-0 .sub-1div { border-color: #21a6ed !important; }
.is-sub-color .menu-0 .sub-1dli.active .sub-1da,
.is-sub-color .menu-0 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-0 .sub-2dli.active .sub-2da,
.is-sub-color .menu-0 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-0 .mega-head, 
.nav-fixed .menu-0.menu-li:hover .menu-a,
.nav-fixed .menu-0.menu-li.active .menu-a { background: #21a6ed !important; border-color: #21a6ed !important; }

.is-sub-color .menu-1 .sub-1div { border-color: #eb5451 !important; }
.is-sub-color .menu-1 .sub-1dli.active .sub-1da,
.is-sub-color .menu-1 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-1 .sub-2dli.active .sub-2da,
.is-sub-color .menu-1 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-1 .mega-head, 
.nav-fixed .menu-1.menu-li:hover .menu-a,
.nav-fixed .menu-1.menu-li.active .menu-a { background: #eb5451 !important; border-color: #eb5451 !important; }

.is-sub-color .menu-2 .sub-1div { border-color: #756fad !important; }
.is-sub-color .menu-2 .sub-1dli.active .sub-1da,
.is-sub-color .menu-2 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-2 .sub-2dli.active .sub-2da,
.is-sub-color .menu-2 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-2 .mega-head, 
.nav-fixed .menu-2.menu-li:hover .menu-a,
.nav-fixed .menu-2.menu-li.active .menu-a { background: #756fad !important; border-color: #756fad !important; }

.is-sub-color .menu-3 .sub-1div { border-color: #12cebd !important; }
.is-sub-color .menu-3 .sub-1dli.active .sub-1da,
.is-sub-color .menu-3 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-3 .sub-2dli.active .sub-2da,
.is-sub-color .menu-3 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-3 .mega-head, 
.nav-fixed .menu-3.menu-li:hover .menu-a,
.nav-fixed .menu-3.menu-li.active .menu-a { background: #12cebd !important; border-color: #12cebd !important; }

.is-sub-color .menu-4 .sub-1div { border-color: #4c6187 !important; }
.is-sub-color .menu-4 .sub-1dli.active .sub-1da,
.is-sub-color .menu-4 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-4 .sub-2dli.active .sub-2da,
.is-sub-color .menu-4 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-4 .mega-head, 
.nav-fixed .menu-4.menu-li:hover .menu-a,
.nav-fixed .menu-4.menu-li.active .menu-a { background: #4c6187 !important; border-color: #4c6187 !important; }

.is-sub-color .menu-5 .sub-1div { border-color: #4c515b !important; }
.is-sub-color .menu-5 .sub-1dli.active .sub-1da,
.is-sub-color .menu-5 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-5 .sub-2dli.active .sub-2da,
.is-sub-color .menu-5 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-5 .mega-head, 
.nav-fixed .menu-5.menu-li:hover .menu-a,
.nav-fixed .menu-5.menu-li.active .menu-a { background: #4c515b !important; border-color: #4c515b !important; }

.is-sub-color .menu-6 .sub-1div { border-color: #0092e0 !important; }
.is-sub-color .menu-6 .sub-1dli.active .sub-1da,
.is-sub-color .menu-6 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-6 .sub-2dli.active .sub-2da,
.is-sub-color .menu-6 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-6 .mega-head, 
.nav-fixed .menu-6.menu-li:hover .menu-a,
.nav-fixed .menu-6.menu-li.active .menu-a { background: #0092e0 !important; border-color: #0092e0 !important; }

.is-sub-color .menu-7 .sub-1div { border-color: #d82c29 !important; }
.is-sub-color .menu-7 .sub-1dli.active .sub-1da,
.is-sub-color .menu-7 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-7 .sub-2dli.active .sub-2da,
.is-sub-color .menu-7 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-7 .mega-head, 
.nav-fixed .menu-7.menu-li:hover .menu-a,
.nav-fixed .menu-7.menu-li.active .menu-a { background: #d82c29 !important; border-color: #d82c29 !important; }

.is-sub-color .menu-8 .sub-1div { border-color: #5d588f !important; }
.is-sub-color .menu-8 .sub-1dli.active .sub-1da,
.is-sub-color .menu-8 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-8 .sub-2dli.active .sub-2da,
.is-sub-color .menu-8 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-8 .mega-head, 
.nav-fixed .menu-8.menu-li:hover .menu-a,
.nav-fixed .menu-8.menu-li.active .menu-a { background: #5d588f !important; border-color: #5d588f !important; }

.is-sub-color .menu-9 .sub-1div { border-color: #71757e !important; }
.is-sub-color .menu-9 .sub-1dli.active .sub-1da,
.is-sub-color .menu-9 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-9 .sub-2dli.active .sub-2da,
.is-sub-color .menu-9 .sub-2dli:hover .sub-2da, 
.is-sub-mega .menu-9 .mega-head, 
.nav-fixed .menu-9.menu-li:hover .menu-a,
.nav-fixed .menu-9.menu-li.active .menu-a { background: #71757e !important; border-color: #71757e !important; }

/*-------------------------------------------------------*/
/* Mobile Menu : 모바일 메뉴
/*-------------------------------------------------------*/
.m-menu { display:none; overflow:hidden; position:relative; z-index:30; }
.m-menu .m-wrap { }
.m-menu .m-table { border:0 solid #000; border-left:0; border-right:0; background: rgba(0,0,0,0.5); display:table; table-layout:fixed; width:100%; margin:0; min-width:300px; border-collapse: collapse; }
.m-menu .m-table a { color:#fff; }
.m-menu .m-icon, 
.m-menu .m-list { border-right:0 solid #000; display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon.last { border-right:0 }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0 10px; }
.m-menu .m-nav ul { list-style: none; margin:0; padding:0; }
.m-menu .m-nav ul li { display:table-cell; padding: 0 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; font-weight:bold; }

.m-menu .m-sub { font-size:15px; height:44px; line-height:44px; padding:0 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0; }
.m-menu .m-nav-sub ul li { display:table-cell; padding:0 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li a { color: #fff; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
.m-menu .new,
.m-menu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/* 상단고정시 */
.nav-fixed .m-menu { background:#fff; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
.nav-fixed .m-menu .m-table { background: #fff; border:0px; }
.nav-fixed .m-menu .m-table a { color:#333; }
.nav-fixed .m-menu .m-icon, 
.nav-fixed .m-menu .m-list { border-right:1px solid #ddd; }
.nav-fixed .m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; }
.nav-fixed .m-menu .m-nav-sub ul li a { color: #333; }

/*-------------------------------------------------------*/
/* PC All Menu : PC 전체 메뉴
/*-------------------------------------------------------*/
/* .wided .pc-menu-all.at-container { max-width:100% !important; } */
.pc-menu-all { position:relative; z-index:20; }
.pc-menu-all .at-container { position:relative; }
.pc-menu-all #menu-all { position:absolute; width:100%; top:0; z-index:10; }
.pc-menu-all .menu-all-wrap { padding:20px; border:1px solid #ddd; background:#fafafa; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu-all .table { margin-bottom:0 !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0; }
.pc-menu-all .menu-a { display:block; color:#333; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on { border-top:1px solid #333; }
.pc-menu-all .table td.on .menu-a { color:#fff; background:#333; }
.pc-menu-all .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu-all .sub-1div { padding:8px 0; position:relative; }
.pc-menu-all .sub-1dul { list-style:none; padding:0; margin:0; }
.pc-menu-all .sub-1dli { position:relative; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:4px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; }
.pc-menu-all .sub-2div { left:80%; top:0; background: #fff; position:absolute; z-index:21; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu-all .sub-2dul { padding:0; margin:0;}
.pc-menu-all .sub-2dli { list-style:none; }
.pc-menu-all .sub-2da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid #eee; } 
.pc-menu-all .sub-2dli.on .sub-2da,
.pc-menu-all .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: #333; border-bottom: 1px solid #333; }
.pc-menu-all .sub-2new { color: rgb(140, 195, 70);}
.pc-menu-all .sub-2line { display:block; color:#333; padding:6px 12px; font-weight:bold; background:#fafafa; border-bottom: 1px solid #eee; }
.pc-menu-all .sub-1line a,
.pc-menu-all .sub-2line a { color: #333 !important; }
.pc-menu-all .sub-1line { display:block; color:#333; padding:6px 12px; margin:4px 0; font-weight:bold; background:#fafafa; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.pc-menu-all .new,
.pc-menu-all .sub-1new,
.pc-menu-all .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu-all .table-responsive { position:relative; }
.pc-menu-all .menu-all-btn { position:absolute; bottom:0; right:0; z-index:1; }

@media all and (max-width:991px) {
	.responsive .pc-menu-all { display:none; }
}

/*-------------------------------------------------------*/
/* Page Title : 페이지 타이틀 및 설명글
/*-------------------------------------------------------*/
.page-title { position:relative; margin-bottom:-1px; background:#333; }
.page-title .at-container { border:0 !important; background: none !important; }
.page-title .title { height:360px; padding:50px 0 100px; }
.page-title .title h2 { position:relative; color:#fff; font-size:30px; letter-spacing:-1px; padding:0; margin:0; margin-bottom:15px; }
.page-title .title hr { display:inline-block; width: 80px; height: 3px; margin:0 0 10px; border: none; line-height:1; }
.page-title .title p { color:#fff; padding:0; margin:0; font-size:16px; }
@media all and (max-width:767px) {
	.responsive .page-title .title { height:320px; padding:140px 0 20px; }
	.responsive .page-title .title h2 { font-size:26px; letter-spacing:0; margin-bottom:12px; }
	.responsive .page-title .title hr { margin:0 0 8px;}
	.responsive .page-title .title p { font-size:15px; }
}
@media all and (max-width:480px) {
	.responsive .page-title .title { height:220px; padding:100px 0 15px; }
	.responsive .page-title .title h2 { font-size:22px; letter-spacing:0; margin-bottom:0; }
	.responsive .page-title .title hr,
	.responsive .page-title .title p { display:none; }
}

/* Sub Title */
h4.h4 { font-size:15px; line-height:1.4; padding:0; margin:0; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { position:relative; height:3px; margin:5px 0 10px; border: none; line-height:1px; }
hr.hr::after { width:45px; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }

/*-------------------------------------------------------*/
/* Page Side Menu : 페이지 사이드메뉴
/*-------------------------------------------------------*/

.page-sidemenu { padding:0; }
.page-sidemenu a { display:block; }
.page-sidemenu .psm-head { display:block; border:0; text-align:center; padding:20px 10px; font-size:20px; color:#fff; letter-spacing:-1px; }
.page-sidemenu .psm-head a i { margin-right:4px; }
.page-sidemenu .psm-body { border:1px solid #ddd; border-top:0; }
.page-sidemenu .psm-sub1 { padding:0; border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub1:last-child { border-bottom:0; }
.page-sidemenu .psm-sub1 a { display:block; padding: 7px 10px; color:#000 !important; }
.page-sidemenu .psm-sub1 a:hover,
.page-sidemenu .psm-sub1.on > a { font-weight:bold !important; background-color:#fafafa; }
.page-sidemenu .psm-sub1 > a.no-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.page-sidemenu .psm-sub1 > a.is-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "+"; }
.page-sidemenu .psm-sub2 { padding:0; margin:0; list-style:none; background-color: #fff; }
.page-sidemenu .psm-sub2 li { border-bottom:1px solid #eee; }
.page-sidemenu .psm-sub2 li:last-child { border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub2 li a { display:block; padding:6px 20px; padding-right:10px; }
.page-sidemenu .psm-sub2 li a:hover,
.page-sidemenu .psm-sub2 li.on a { font-weight:bold !important; color:#000 !important; }
.page-sidemenu .psm-line { font-weight:bold; padding:10px; background:#f1f1f1; border-bottom:1px solid #ddd; font-size:14px; }
.page-sidemenu .new,
.page-sidemenu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }

/*-------------------------------------------------------*/
/* Footer : 사이트 하단 영역
/*-------------------------------------------------------*/
.en .at-footer { font-size:12px; }
.at-footer { color:#aaa; background:#333; padding:30px 0 40px; }
.at-footer .logo-bottom { display:block; max-height:120px; padding-right:15px; }
.at-footer .at-links { margin-bottom:20px; }
.at-footer .at-links ul { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-links ul > li { float: left; padding: 0 15px; }
.at-footer .at-links ul > li::after { float: right; color:#888; content: "|"; margin-right:-16px; font-size:11px; }
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #ddd; }
.at-footer .at-links ul > li > a:hover { color: #fff; }

.at-footer .at-copyright { margin-top:10px; }
.at-footer .at-copyright span { }
.at-footer .at-about { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-about > li { float: left; padding: 0 15px; }
.at-footer .at-about > li > a { color: #aaa; }
.at-footer .at-about > li > a:hover { color: #fff; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}
@media all and (max-width:767px) {
	.responsive .at-footer { padding:20px 0; }
}

/*-------------------------------------------------------*/
/* Go Top & Bottom Button : 상단/하단 이동버튼
/*-------------------------------------------------------*/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 30px; z-index: 30; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 767px) {
	.at-go .go-btn { bottom:0; right:5px; }
}

/*-------------------------------------------------------*/
/* Bootstrap3 : 부트스트랩 기본속성
/*-------------------------------------------------------*/
/* Button */
.btn { font-family: var(--font-primary); }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { var(--font-primary); }
.btn-group.btn-group-justified a { border-left-width:0px; }
.btn-group.btn-group-justified a:first-child { border-left-width:1px; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0; }
.panel-group .panel { border-radius: 0; }
.panel .panel-heading { border-radius: 0; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: var(--font-primary); }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: var(--font-primary); margin: 0 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: var(--font-primary); height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }

/*-------------------------------------------------------*/
/* Thema Color : 10개
/*-------------------------------------------------------*/
.white a { color:#fff; }
.bg-0,
.hover-0:hover, 
.box-blue { background-color:#21a6ed; border-color:#21a6ed; color:#fff; }
.bg-1,
.hover-1:hover, 
.box-red { background-color:#eb5451; border-color:#eb5451; color:#fff; }
.bg-2,
.hover-2:hover, 
.box-violet { background-color:#756fad; border-color:#756fad; color:#fff; }
.bg-3,
.hover-3:hover, 
.box-mint { background-color:#12cebd; border-color:#12cebd; color:#fff; }
.bg-4,
.hover-4:hover, 
.box-navy {	background-color:#4c6187; border-color:#4c6187; color:#fff; }
.bg-5,
.hover-5:hover, 
.box-deepgray { background-color:#4c515b; border-color:#4c515b; color:#fff; }
.bg-6,
.hover-6:hover, 
.box-deepblue {	background-color:#0092e0; border-color:#0092e0; color:#fff; }
.bg-7,
.hover-7:hover, 
.box-deepred { background-color:#d82c29; border-color:#d82c29; color:#fff; }
.bg-8,
.hover-8:hover, 
.box-deepviolet { background-color:#5d588f; border-color:#5d588f; color:#fff; }
.bg-9,
.hover-9:hover, 
.box-gray { background-color:#71757e; border-color:#71757e; color:#fff; }





.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--container-padding);
}

.section {
    padding: var(--section-padding);
    position: relative;
}

.section-dark {
    background: linear-gradient(135deg, var(--primary-dark-navy) 0%, var(--primary-navy) 100%);
    color: var(--white);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-normal);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all var(--transition-normal);
    text-align: center;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-dark-gold) 100%);
    color: var(--white);
    border-color: var(--primary-gold);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-light-gold) 0%, var(--primary-gold) 100%);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--primary-navy);
}

.btn-outline {
    background: transparent;
    color: var(--primary-navy);
    border-color: var(--primary-navy);
	border-radius: 50px;
}

.btn-outline:hover {
    background: var(--primary-navy);
    color: var(--white);
}

.btn-block {
    display: block;
    width: 100%;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-dark-gold) 100%);
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.section-dark .section-badge {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-light-gold) 100%);
}

.section-title {
    font-family: var(--font-display);
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--primary-navy);
    margin-bottom: 16px;
}

.section-dark .section-title {
    color: var(--white);
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--dark-gray);
    max-width: 600px;
    margin: 0 auto;
}

.section-dark .section-subtitle {
    color: var(--light-gray);
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    transition: all var(--transition-normal);
}

.navbar.scrolled {
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 1);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.logo {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.logo-swc {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary-navy);
    letter-spacing: -1px;
}

.logo-text {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-gold);
}

.logo-subtitle {
    font-size: 0.875rem;
    color: #495057;
    font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-navy);
    border-radius: 2px;
    transition: var(--transition-normal);
}

.nav-menu {
    display: flex;
    gap: 32px;
    align-items: center;
}

.nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: var(--charcoal);
    position: relative;
    padding: 8px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-gold);
    transition: var(--transition-normal);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link.cta-nav {
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-dark-gold) 100%);
    color: var(--white);
    border-radius: 50px;
}

.nav-link.cta-nav::after {
    display: none;
}

.nav-link.cta-nav:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-dark-navy) 0%, var(--primary-navy) 50%, var(--primary-light-navy) 100%);
    overflow: hidden;
    padding-top: 80px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(199, 146, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(199, 146, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    animation: fadeInUp 1s ease;
	margin: 0 auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(199, 146, 0, 0.2);
    border: 2px solid var(--primary-gold);
    color: var(--primary-gold);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    margin-bottom: 32px;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title-line-2 {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-light-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 40px;
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.hero-stats {
    display: flex;
    gap: 60px;
    justify-content: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-gold);
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

.mouse {
    width: 26px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
    0% { opacity: 1; top: 8px; }
    100% { opacity: 0; top: 20px; }
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.about-image {
    position: relative;
}

.image-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-light-navy) 100%);
}

.image-placeholder {
    aspect-ratio: 3/4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    padding: 40px;
}

.image-placeholder i {
    font-size: 4rem;
    margin-bottom: 20px;
    color: var(--primary-gold);
}

.image-placeholder p {
    font-size: 1.125rem;
    font-weight: 600;
}

.image-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(199, 146, 0, 0.95);
    color: var(--white);
    border-radius: 50px;
    font-weight: 600;
    box-shadow: var(--shadow-md);
}

.image-badge i {
    font-size: 1.25rem;
}

.about-heading {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--primary-navy);
    margin-bottom: 24px;
}

.about-description {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--dark-gray);
    margin-bottom: 20px;
}

.career-timeline {
    margin: 40px 0;
    padding: 30px;
    background: var(--off-white);
    border-radius: 12px;
    border-left: 4px solid var(--primary-gold);
}

.timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-dark-gold) 100%);
    color: var(--white);
    border-radius: 50%;
    font-size: 1.25rem;
}

.timeline-year {
    font-size: 0.875rem;
    color: var(--primary-gold);
    font-weight: 700;
    margin-bottom: 4px;
}

.timeline-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary-navy);
    margin-bottom: 4px;
}

.timeline-desc {
    font-size: 0.9375rem;
    color: var(--dark-gray);
}

.about-cta {
    margin-top: 30px;
}

/* ============================================
   CREDENTIALS SECTION
   ============================================ */
.credentials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.credential-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.credential-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-gold) 0%, var(--primary-light-gold) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-normal);
}

.credential-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.credential-card:hover::before {
    transform: scaleX(1);
}

.credential-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-dark-gold) 100%);
    border-radius: 50%;
    font-size: 2rem;
    color: var(--white);
}

.credential-title {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
}

.credential-subtitle {
    font-size: 0.875rem;
    color: var(--primary-gold);
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.credential-desc {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 20px;
}

.credential-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(199, 146, 0, 0.2);
    border: 1px solid var(--primary-gold);
    color: var(--primary-gold);
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 50px;
}

.credentials-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border-left: 4px solid var(--primary-gold);
}

.credentials-note i {
    font-size: 1.5rem;
    color: var(--primary-gold);
}

.credentials-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9375rem;
}

/* ============================================
   SERVICES SECTION
   ============================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.service-card {
    background: var(--white);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: var(--shadow-sm);
    border: 2px solid var(--light-gray);
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-navy) 0%, var(--primary-light-navy) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-normal);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-navy);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-featured {
    background: linear-gradient(135deg, var(--primary-dark-navy) 0%, var(--primary-navy) 100%);
    color: var(--white);
    border-color: var(--primary-gold);
}

.service-featured::before {
    background: linear-gradient(90deg, var(--primary-gold) 0%, var(--primary-light-gold) 100%);
}

.service-featured .service-title,
.service-featured .service-desc,
.service-featured .service-features li {
    color: var(--white);
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 16px;
    background: var(--primary-gold);
    color: var(--white);
    font-size: 0.8125rem;
    font-weight: 700;
    border-radius: 50px;
}

.service-number {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    color: var(--light-gray);
    opacity: 0.3;
    margin-bottom: -20px;
}

.service-featured .service-number {
    color: rgba(255, 255, 255, 0.2);
}

.service-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-dark-gold) 100%);
    border-radius: 16px;
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 24px;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-navy);
    margin-bottom: 16px;
}

.service-desc {
    font-size: 0.9375rem;
    color: var(--dark-gray);
    line-height: 1.7;
    margin-bottom: 24px;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9375rem;
    color: var(--charcoal);
}

.service-features i {
    color: var(--primary-gold);
    font-size: 1rem;
}

.services-cta {
    text-align: center;
    padding: 40px;
    background: var(--off-white);
    border-radius: 16px;
}

.cta-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-navy);
    margin-bottom: 24px;
}

/* ============================================
   DIFFERENTIATION SECTION
   ============================================ */
.diff-comparison {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.comparison-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.comparison-general {
    border-color: rgba(255, 255, 255, 0.1);
}

.comparison-swc {
    background: rgba(199, 146, 0, 0.1);
    border: 2px solid var(--primary-gold);
    box-shadow: 0 0 40px rgba(199, 146, 0, 0.2);
}

.comparison-header {
    text-align: center;
    margin-bottom: 30px;
}

.comparison-header i {
    font-size: 3rem;
    margin-bottom: 16px;
}

.comparison-general .comparison-header i {
    color: rgba(255, 255, 255, 0.4);
}

.comparison-swc .comparison-header i {
    color: var(--primary-gold);
}

.comparison-header h3 {
    font-size: 1.5rem;
    color: var(--white);
}

.comparison-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comparison-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
}

.comparison-list i {
    font-size: 1.125rem;
    flex-shrink: 0;
}

.comparison-general .comparison-list i {
    color: rgba(255, 255, 255, 0.4);
}

.comparison-swc .comparison-list i {
    color: var(--primary-gold);
}

.comparison-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(199, 146, 0, 0.2);
    border: 2px solid var(--primary-gold);
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-gold);
}

.diff-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.highlight-card {
    text-align: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    transition: all var(--transition-normal);
}

.highlight-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-4px);
}

.highlight-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(199, 146, 0, 0.2);
    border: 2px solid var(--primary-gold);
    border-radius: 50%;
    font-size: 1.5rem;
    color: var(--primary-gold);
}

.highlight-card h4 {
    font-size: 1.125rem;
    color: var(--white);
    margin-bottom: 12px;
}

.highlight-card p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: var(--white);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: var(--shadow-sm);
    border: 2px solid var(--light-gray);
    transition: all var(--transition-normal);
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-gold);
}

.testimonial-rating {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: var(--primary-gold);
    font-size: 1.125rem;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--dark-gray);
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid var(--light-gray);
}

.author-avatar {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-navy);
    color: var(--white);
    border-radius: 50%;
    font-size: 1.25rem;
}

.author-name {
    font-weight: 700;
    color: var(--primary-navy);
    margin-bottom: 4px;
}

.author-role {
    font-size: 0.875rem;
    color: var(--gray);
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.contact-info {
    background: var(--off-white);
    border-radius: 16px;
    padding: 40px;
}

.contact-info-title {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--primary-navy);
    margin-bottom: 8px;
}

.contact-info-subtitle {
    font-size: 1rem;
    color: var(--gray);
    margin-bottom: 32px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-dark-gold) 100%);
    color: var(--white);
    border-radius: 12px;
    font-size: 1.25rem;
}

.contact-label {
    font-size: 0.875rem;
    color: var(--gray);
    margin-bottom: 4px;
}

.contact-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-navy);
}

.contact-hours {
    margin-top: 40px;
    padding: 24px;
    background: var(--white);
    border-radius: 12px;
    border-left: 4px solid var(--primary-gold);
}

.contact-hours h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.125rem;
    color: var(--primary-navy);
    margin-bottom: 12px;
}

.contact-hours i {
    color: var(--primary-gold);
}

.contact-hours p {
    font-size: 0.9375rem;
    color: var(--dark-gray);
    line-height: 1.8;
    margin: 0;
}

.contact-form-wrapper {
    background: var(--white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--shadow-md);
}

.form-title {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--primary-navy);
    margin-bottom: 8px;
}

.form-subtitle {
    font-size: 0.9375rem;
    color: var(--gray);
    margin-bottom: 32px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--charcoal) !important ;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    font-family: var(--font-primary);
    color: var(--charcoal);
    background: var(--white);
    border: 2px solid var(--light-gray);
    border-radius: 8px;
    transition: var(--transition-normal);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-gold);
    box-shadow: 0 0 0 4px rgba(199, 146, 0, 0.1);
}

.form-group textarea {
    resize: vertical;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-checkbox input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.form-checkbox label {
    margin: 0;
    font-weight: 500;
    cursor: pointer;
}

.form-message {
    margin-top: 20px;
    padding: 16px;
    border-radius: 8px;
    display: none;
    font-size: 0.9375rem;
}

.form-message.success {
    display: block;
    background: rgba(46, 125, 50, 0.1);
    color: var(--accent-green);
    border-left: 4px solid var(--accent-green);
}

.form-message.error {
    display: block;
    background: rgba(198, 40, 40, 0.1);
    color: var(--accent-red);
    border-left: 4px solid var(--accent-red);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: linear-gradient(135deg, var(--primary-dark-navy) 0%, var(--primary-navy) 100%);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
}

.footer-logo .logo-swc {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--white);
}

.footer-logo .logo-text {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--primary-gold);
}

.footer-tagline {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.footer-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-credentials .badge {
    padding: 6px 12px;
    background: rgba(199, 146, 0, 0.2);
    border: 1px solid var(--primary-gold);
    color: var(--primary-gold);
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 50px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-col h4 {
    font-size: 1.125rem;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
    transition: var(--transition-normal);
}

.footer-col a:hover {
    color: var(--primary-gold);
    padding-left: 4px;
}

.footer-col li i {
    margin-right: 8px;
    color: var(--primary-gold);
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info {
    text-align: center;
    margin-bottom: 20px;
}

.footer-info p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 8px;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-dark-gold) 100%);
    color: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-md);
    z-index: 999;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .hero-title { font-size: 3rem; }
    .section-title { font-size: 2.25rem; }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .diff-comparison {
        grid-template-columns: 1fr;
    }
    
    .comparison-vs {
        display: none;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 60px 0;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        padding: 20px;
        gap: 0;
        box-shadow: var(--shadow-md);
        max-height: 0;
        overflow: hidden;
        transition: max-height var(--transition-normal);
    }
    
    .nav-menu.active {
        max-height: 500px;
    }
    
    .nav-link {
        padding: 16px 0;
        border-bottom: 1px solid var(--light-gray);
    }
    
    .nav-link.cta-nav {
        margin-top: 16px;
        text-align: center;
    }
    
    .hero-title { font-size: 2.5rem; }
    .hero-subtitle { font-size: 1.125rem; }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .section-title { font-size: 2rem; }
    
    .credentials-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2rem; }
    .section-title { font-size: 1.75rem; }
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.5rem; }
    
    .btn {
        padding: 12px 24px;
        font-size: 0.9375rem;
    }
    
    .logo-swc { font-size: 1.5rem; }
    .logo-text { font-size: 1.25rem; }
    .logo-subtitle { font-size: 0.75rem; }
    
    .scroll-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
}


/* ============================================
   Properties Page Specific Styles
   ============================================ */

/* Properties Hero */
.properties-hero {
    padding: 150px 0 80px;
    background: linear-gradient(135deg, var(--primary-dark-navy) 0%, var(--primary-navy) 100%);
    text-align: center;
}

.page-title2 {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
}

.page-subtitle2 {
    font-size: 1.25rem !important;
    color: rgba(255, 255, 255, 0.9);
}

/* Filter Section */
.filter-section {
    padding: 40px 0;
    background: var(--off-white);
    border-bottom: 1px solid var(--light-gray);
}

.filter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-group label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--charcoal);
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-btn {
    padding: 10px 24px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--dark-gray);
    background: var(--white);
    border: 2px solid var(--light-gray);
    border-radius: 50px;
    cursor: pointer;
    transition: all var(--transition-normal);
}

.filter-btn:hover {
    border-color: var(--primary-navy);
    color: var(--primary-navy);
}

.filter-btn.active {
    background: var(--primary-navy);
    border-color: var(--primary-navy);
    color: var(--white);
}

/* Properties Stats */
.properties-stats {
    margin-bottom: 30px;
    padding: 20px;
    background: var(--off-white);
    border-radius: 12px;
    text-align: center;
}

.properties-stats p {
    margin: 0;
    font-size: 1.125rem;
    color: var(--dark-gray);
}

.properties-stats span {
    font-weight: 700;
    color: var(--primary-navy);
    font-size: 1.5rem;
}

/* Properties Grid */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

/* Property Card */
.property-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 2px solid var(--light-gray);
    transition: all var(--transition-normal);
    cursor: pointer;
}

.property-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-gold);
}

.property-image {
    position: relative;
    width: 100%;
    height: 240px;
    background: var(--light-gray);
    overflow: hidden;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.property-card:hover .property-image img {
    transform: scale(1.1);
}

.property-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 16px;
    background: var(--primary-gold);
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: var(--shadow-md);
}

.property-badge.매매 {
    background: var(--primary-navy);
}

.property-badge.전세 {
    background: var(--accent-green);
}

.property-badge.월세 {
    background: var(--primary-gold);
}

.property-status {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.7);
    color: var(--white);
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 6px;
}

.property-status.available {
    background: rgba(46, 125, 50, 0.9);
}

.property-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-light-navy) 100%);
    color: var(--white);
}

.property-placeholder i {
    font-size: 4rem;
    opacity: 0.3;
}


.property-content {
    padding: 24px;
}

.property-category {
    display: inline-block;
    padding: 4px 12px;
    background: var(--off-white);
    color: var(--primary-navy);
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 6px;
    margin-bottom: 12px;
}

.property-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-navy);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--dark-gray);
    font-size: 0.9375rem;
    margin-bottom: 16px;
}

.property-location i {
    color: var(--primary-gold);
}

.property-price {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-navy);
    margin-bottom: 16px;
}

.property-price-sub {
    font-size: 1rem;
    color: var(--dark-gray);
    font-weight: 400;
}

.property-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--light-gray);
}

.property-detail-item {
    text-align: center;
}

.property-detail-label {
    font-size: 0.8125rem;
    color: var(--gray);
    margin-bottom: 4px;
}

.property-detail-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--charcoal);
}

.property-footer {
    padding: 16px 24px;
    background: var(--off-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-date {
    font-size: 0.8125rem;
    color: var(--gray);
}

.property-contact-btn {
    padding: 8px 16px;
    background: var(--primary-gold);
    color: var(--white);
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-normal);
}

.property-contact-btn:hover {
    background: var(--primary-dark-gold);
    transform: translateY(-2px);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 80px 20px;
}

.empty-state i {
    font-size: 4rem;
    color: var(--gray);
    margin-bottom: 24px;
}

.empty-state h3 {
    font-size: 1.5rem;
    color: var(--charcoal);
    margin-bottom: 12px;
}

.empty-state p {
    font-size: 1rem;
    color: var(--dark-gray);
}

/* Load More */
.load-more-wrapper {
    text-align: center;
    margin-top: 40px;
}

/* Properties CTA */
.properties-cta {
    text-align: center;
    padding: 80px 0;
}

.cta-content h2 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--white);
    margin-bottom: 16px;
}

.cta-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

/* Responsive */
@media (max-width: 768px) {
    .page-title2 {
        font-size: 2rem;
    }

    .page-subtitle2 {
        font-size: 1rem;
    }

    .filter-wrapper {
        gap: 20px;
    }

    .filter-buttons {
        gap: 8px;
    }

    .filter-btn {
        padding: 8px 16px;
        font-size: 0.875rem;
    }

    .properties-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .property-details {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .cta-content h2 {
        font-size: 1.75rem;
    }

    .cta-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .properties-hero {
        padding: 120px 0 60px;
    }

    .page-title2 {
        font-size: 1.75rem;
    }

    .property-price {
        font-size: 1.5rem;
    }

    .property-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}
label {color:#111 !important; }