*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Noto Sans KR', 'applegothic', 'Malgun Gothic', sans-serif; 'verdana'; 
  background: #ffffff;
  color: #2c2c2a;
  font-size: 15px;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; font-weight: 500; }
a:hover { color: #185FA5; text-decoration: underline; }

.page-header {
  background: #fff;
  
  padding: 44px 0 28px;

}
.page-header .inner{
	padding:0 20px;
}

.inner { max-width: 1000px; margin: 0 auto; padding: 0 32px; }
.page-header h1 { font-size: 32px; font-weight: 500; letter-spacing: -0.02em;  line-height:30px;}
.page-header p { font-size: 14px; color: #888780; margin-top: 10px; }

.notice {
  background: #f9f9f9;
  border-left: 0px solid #cccccc;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 13px;
  color: #424141;
  margin: 28px 0 0;
}

.main { max-width: 1000px; height:1500px; margin: 0 auto; padding: 40px 0px 80px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.col {
  background: #fff;
  border-radius: 12px;
  border: 0px solid #e8e6df;
  padding: 22px 22px 26px;
}
.col-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 2px;
  border-bottom: 1px solid #f0ede6;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec-label {
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.06em;
  margin: 12px 0 4px 2px;
}
.links { display: flex; flex-direction: column; gap: 1px; }
.links a {
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 6px;
  color: #5f5e5a;
  transition: background 0.12s, color 0.12s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.links a:hover { background: #f3f1ea; color: #3D3D3D; text-decoration: none; }
.ext { font-size: 10px; opacity: 0.4; flex-shrink: 0; }
.sub-badge {
  font-size: 10px;
  background: #E6F1FB;
  color: #185FA5;
  padding: 1px 6px;
  border-radius: 4px;
  flex-shrink: 0;
}

.resort-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 8px; }

/* 2026-05-13 */
.sietmap-header{
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.sietmap-header .at {
    padding: 8px 0;
    display: flex;
    align-items: center;
}
.sietmap-header .loc .at .home {
    display: block;
    width: 14px;
    height: 12px;
    overflow: hidden;
    background: none;
}
.sietmap-header .at .home a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    background: url(../images/common/loc_icon_home.gif) no-repeat 1px 2px;
}
.sietmap-header .loc .at strong a {
    color: #279ba1;
    font-weight: 500;
    font-size:12px;
}
.sietmap-header .loc .at strong {
  
    display: block;
    padding-left: 19px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    background: url(../images/common/loc_dot.gif) no-repeat 7px 4px;
}
.page-header{
	position:relative;
}

.page-header:after{
	content:'';
	display:block;
	width:100%;
	max-width:960px;
	background:#e3e3e3;
	height:1px;
	position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);	
}


@media (max-width: 860px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .grid { grid-template-columns: 1fr; }
  .main { padding: 28px 16px 60px; }
  .inner { padding: 0 16px; }
}