@charset "utf-8";

@font-face {
	font-family: 'S-Core Dream';
	src: url(/css/egovframework/com/include/font/S-CoreDream-4Regular.eot);
	src: url(/css/egovframework/com/include/font/S-CoreDream-4Regular.eot?#iefix) format('embedded-opentype'),
	url(/css/egovframework/com/include/font/S-CoreDream-4Regular.woff2) format('woff2'),
	url(/css/egovframework/com/include/font/S-CoreDream-4Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'S-Core Dream';
	src: url(/css/egovframework/com/include/font/S-CoreDream-5Medium.eot);
	src: url(/css/egovframework/com/include/font/S-CoreDream-5Medium.eot?#iefix) format('embedded-opentype'),
	url(/css/egovframework/com/include/font/S-CoreDream-5Medium.woff2) format('woff2'),
	url(/css/egovframework/com/include/font/S-CoreDream-5Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'S-Core Dream';
	src: url(/css/egovframework/com/include/font/S-CoreDream-6Bold.eot);
	src: url(/css/egovframework/com/include/font/S-CoreDream-6Bold.eot?#iefix) format('embedded-opentype'),
	url(/css/egovframework/com/include/font/S-CoreDream-6Bold.woff2) format('woff2'),
	url(/css/egovframework/com/include/font/S-CoreDream-6Bold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}

/* reset */
html {-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:16px;}
body {font-weight:400;line-height:1.4;font-family:'S-Core Dream','에스코어 드림','Malgun Gothic','나눔고딕',NanumGothic,'S-Core Dream',Helvetica,sans-serif;color:#555; letter-spacing:-1px;}
html,body,div,span,iframe,p,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,button,select,table,th,td,article,aside,section,figure,figcaption,img {margin:0;padding:0;border:0}
iframe {overflow:auto;width:100%;border:0}
table {width:100%;border-collapse:separate;border-spacing:0;font-size:inherit}
th,td {font-size:inherit;line-height:inherit;word-break:normal}
ol,ul,li {list-style:none}
img {max-width:100%;max-height:100%;}
a {text-decoration:none;color:inherit}
address,cite,em {font-style:normal}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-weight: 500;font-size:inherit}
strong,b {font-weight:600}
caption,legend {overflow:hidden;width:0;height:0;line-height:0;text-indent:-9999em}
input,textarea,select,optgroup,button {font-size:inherit;font-family:inherit;line-height:inherit}
input,textarea {resize:none;border:1px solid #e1e1e1;border-radius:0;box-sizing:border-box;background:#fff}
input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="number"] {height:32px;padding:0 4px;line-height:32px;border:1px solid #e1e1e1;box-sizing:border-box}
input[type="checkbox"],input[type="radio"] {padding:0;border:0;border-radius:0;box-sizing:border-box}
input[type="image"] {border:0 none}
input[type="text"],img,select {vertical-align:middle;}
/* select {height:32px;padding:0 24px 0 4px;font-size:inherit;line-height:32px;border:1px solid #e1e1e1;-webkit-appearance:none;border-radius:0;box-sizing:border-box;appearance:none;background:#fff url(/include/cmm_new/image/common/arr_select.png) 100% 50% no-repeat;color:#333} */
/* select::-ms-expand {display:none} */
button,input[type="button"],input[type="reset"],input[type="submit"] {overflow:visible;-webkit-appearance:button;cursor:pointer}
button {border:0;background-color:transparent}

:root {
	--border-color: #eeeeee;
	--bg-light: #fafafa;
	--text-main: #333333;
	--text-sub: #666666;
	--blue: #007bff;
	--orange: #ff6600;
}

@media (max-width: 1300px) {
	html{font-size: 14px;}
	.logo img{width: 260px;}
}
@media (max-width: 480px) {
	html{font-size: 13px;}
}

header {
	background-color: #fff;
	/* border-bottom: 1px solid #ccc; */
	position: relative;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	/* height: 90px; */
	max-width: 1280px;
	margin: 0 auto;
}

.logo img {/* width: 170px; */}

.menu {
	list-style: none;
	display: flex;
	/* gap: 35px; */
}

.menu > li {
	position: relative;
	text-align: center;
	padding: 35px 15px;
}

.menu > li > a {
	position: relative;
	color: #213f69;
	font-weight: 600;
	font-size: 1.1rem;
	z-index:1;
}

.menu > li > a::after {
	content: "";
	position: absolute;
	top: 13px;
	left: -10%;
	bottom: 0px;
	width: 0%;
	height: 17px;
	background-color: rgb(236 240 245);
	z-index: -1;
	transition: width 0.3s;
	border-radius: 6px;
}

.menu > li > a.blue::after {background-color: rgb(228 235 255);}
.menu > li > a.orange::after { background-color: rgb(255 242 237); }

.menu > li:hover > a::after {
	width: 120%; 
}

.submenu {
	position: absolute;
	top: 92px;
	left: 0;
	display: none;
	list-style: none;
	background-color: #fff;
	z-index: 5;
}

.submenu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	border: 1px solid #cccccc;
	border-top: none;
	color: #213F6A;
	text-decoration: none;
	background-color: #fff;
	font-size: 1rem;
	font-weight: 400;
	padding: 7px 20px;
}

.submenu li:hover a {
	background-color: #213f69;
	color: #fff;
}

.menu > li:hover .submenu {
	display: block;
}

.menu-container { display: none; }

header:has(.desktop .menu li.sub:hover) .menu-container,
.menu-container:hover {
display: block;
}
@media (max-width: 768px) {
.menu-container { display: none; }
}

.menu-container {
	border-top: 1px solid var(--border-color);
	margin: auto;
	position: absolute;
	width: 100%;
	z-index: 15;
}

.menu-row {
	border-bottom: 1px solid var(--border-color);
}

.menu-title {
	flex: 0 0 380px;
	background-color: var(--bg-light);
	padding: 25px 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-weight: bold;
	color: var(--text-main);
	font-size: 1.2rem;
}

.menu-content {
	flex: 1;
	padding: 25px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	/* position: relative; */
}

.menu-item {
	text-decoration: none;
	color: var(--text-sub);
	font-size: 1.2rem;
	transition: color 0.2s;
	position: relative;
	z-index: 6;
}

.menu-item:hover::after {
    width: 120%;
}

.menu-item::after {
	content: "";
	position: absolute;
	top: 13px;
	left: -10%;
	bottom: 0px;
	width: 0%;
	height: 17px;
	background-color: rgb(236 240 245);
	z-index: -1;
	transition: width 0.3s;
	border-radius: 6px;
}

.menu-item.blue::after { background-color: rgb(243 246 255); }
.menu-item.orange::after { background-color: rgb(255 242 237); }


.menu-item:hover {
	/* text-decoration: underline; */
}

.blue { color: var(--blue) !important; }
.orange { color: var(--orange) !important; }

.menu-bg{
background: linear-gradient(
	to right,
	#fafafa 0%,
	#fafafa 30%,
	#ffffff 30%,
	#ffffff 100%);
}
.menu-bg-part{
	display: flex;
	align-items: stretch;
	max-width: 1200px;
	margin: auto;
}

/* @media (max-width: 768px) {
	.menu-row { flex-direction: column; }
	.menu-title {
		flex: none;
		justify-content: flex-start;
		padding: 10px 20px;
		background-color: #f0f0f0;
	}
	.menu-content { padding: 15px 20px; gap: 15px; }
} */

/* 검색박스 */
.searchBox{
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin: auto;
    position: absolute;
    width: 100%;
    z-index: 15;
    height: 150px;
    background: #eaeaea;
	display:none
}
.search_con{
    max-width: 1158px;
    margin: auto;
    width: 100%;
    position: relative;
    height: 150px;
}
.Menu_search:placeholder-shown {background-image: url(/images/egovframework/com/search_b.png);background-repeat: no-repeat;background-position: 1.5% 50%;border: none;}
.Menu_search::-webkit-input-placeholder { color: #b7c3cd;padding-left:25px; }
.Menu_search:-moz-placeholder { color: #b7c3cd; padding-left:25px;}
.Menu_search::-moz-placeholder { color: #b7c3cd; padding-left:25px;}
/* .List_search:not(:placeholder-shown) { background-image: none;} */
.Menu_search:focus:placeholder-shown { background-image: none;}
.Menu_search:focus::-webkit-input-placeholder {color:#ffffff !important}
.Menu_search:focus:-moz-placeholder {color:#ffffff !important}
.Menu_search:focus::-moz-placeholder {color:#ffffff !important}

.Menu_search_con {
    max-width: 500px;
    width: 80%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 8px;
    border: 2px solid #bfc8cf;
    background: #ffffff;
    position: relative;
    top: 50px;
}

.Menu_search {
    font-size: 1em;
    width: 100%;
    height: 2.3em;
    padding: 0px 20px 0 15px;
    border-radius: 100px;
    color: #263264;
    border: none;
}

.Menu_search:focus {
    outline: none;
}

.Menu_search_img {
    position: relative;
    right: 10px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.Menu_search_search::placeholder {
    color: #999999;
}
.searchBox.active{display:block}
.searchBox .close-search{position:absolute;top:6px;right:6px;border:0;background:transparent;font-size:20px;line-height:1;cursor:pointer}
  

/* 사이드메뉴 */

.menuIcon {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.menuIcon>div {
	width: 25px;
	height: 2px;
	background-color: #403daa;
	margin: 3px 0;
}

.sidebar {
	height: 100%;
	width: 320px;
	position: fixed;
	z-index: 5;
	top: 0;
	right: -320px;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 8px;
	box-shadow: -5px 0px 8px rgba(71, 71, 71, 0.1);
	z-index: 1000;
}
.sidebar.active {
	right: 0;
}
.Sidebar_menu_logo {
	padding: 8px 43px 10px 18px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	display: block;
	transition: 0.3s;
	display: flex;
	box-sizing: border-box;
}
.Sidebar_menu_logo .logo{
	height: 40px;
}
.sidebar>ul{
	border-top:1px solid #dadada;
}

.sidebar ul>li>a {
	padding: 10px 8px 10px 22px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 500;
	color: #333;
	display: block;
	transition: 0.3s;
	border-bottom: 1px solid #dadada;
}

.sidebar a:hover {
	background: #eaeaea;
}
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 2rem;
	font-weight: 500;
}
.sidebar .sidebar_sub{
	display: none;
	list-style-type: none;
	padding-left: 0;
	background-color: #f9f9f9;
	transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
}
.sidebar .sidebar_sub a {
	padding: 10px 10px 10px 40px;
	font-weight: normal;
	font-size: 1.2rem;
}

.sidebar>ul>li.open .sidebar_sub {
	display: block;
	max-height: 1000px;
	opacity: 1;
}

.sidebar_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0s 0.3s;
	z-index: 999;
}

.sidebar_overlay.active{
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease;
}


.desktop{display: block ;}
.mobile{display: none ;}


@media screen and (max-width: 1200px) {
	header .desktop{display: none;}
	header .mobile{display: flex;}
	.header{height: 70px;}
}

.sns_line{
	background-color: #213f69;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sns_box {
    max-width: 1280px;
    /* display: flex; */
    /* align-items: center; */
    width: 100%;
    text-align: right;
    padding: 0 25px;
    box-sizing: border-box;
}
.sns_box a{
	margin: 0px 7px;
}


.main_slide_section{margin-top: 20px;margin-bottom: 100px;}
.main_slide_box{
    max-width: 1158px;
    margin: auto;
    width: 90%;
    position: relative;
    aspect-ratio: 579 / 163;
}
.main_slide{ width: 100%; }
.main_slide a{ }
.main_slide .swiper-slide {
	aspect-ratio: 579 / 163;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.main_slide a img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.main_slide_box .swiper-pagination{bottom: -30px !important;}
.main_slide_box .swiper-button-prev,.main_slide_box .swiper-button-next{display: none !important;}

@media screen and (max-width: 768px) {
	.sns_line {display: none;}
	.main_slide_section{ margin-bottom: 60px;}
}

/* 메인보드 */
.main_board{
	position: relative;
}

.main_board_section {
    display: flex;
    gap: 40px;
    width: 90%;
    max-width: 1158px;
    margin: 0px auto 80px;
}
.main_board_bg{
    background: url(/images/egovframework/com/main_board_bg.png);
    width: 100%;
    height: 230px;
    position: absolute;
    top: 94px;
    z-index: -1;
    /* opacity: .8; */
}

.main_board div.left_board{
    flex: 1;
}

.main_board  .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 15px;
}

.main_board .left_board .title h2 {
    color: #278d87;
    font-size: 1.4rem;
}
.main_board .left_board .title .more {
    color: #4da6a6;
    text-decoration: none;
    font-size: 0.9rem;
}


.main_board .right_board .title h2 {
    color: #4972ac;
    font-size: 1.4rem;
}

.main_board .right_board .title .more {
    color: #668bbf;
    text-decoration: none;
    font-size: 0.9rem;
}

.main_board .board {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.board-left ul {
    list-style: none;
}

.board-left li {
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
}

.board-left li:hover {background: #daf5f5;}
.board-left li a{
    display: flex;
    align-items: center;
}

.board-left li:last-child {
    border-bottom: none;
}

.main_board .status {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
    min-width: 60px;
    text-align: center;
}

.main_board .status.ing { background-color: #38a3a5; }
.main_board .status.end { background-color: #999999; }

.board-title {
    flex: 1;
    font-size: 0.95rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_board .date {
    font-size: 0.9rem;
    color: #999;
    margin-left: 10px;
}

.board-right {
    padding: 10px 0;
}

.news-item {
    padding: 25px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.news-item a {
    display: flex;
    align-items: center;
}

.news-item .select {
    width: 7px;
    height: 46px;
    background: #dadada;
}
.news-item:hover .select {
    background: #77a3e2;
}
.news-item .text {
    padding: 0 30px;
}
.news-item:last-child {
    border-bottom: none;
}

.news-title {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.news-item:hover .news-title {
    color: #77a3e2;
}

.news-date {
    font-size: 0.9rem;
    color: #aaa;
}

@media (max-width: 1200px) {
    .main_board_section {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 90%;
        /* max-width: 780px; */
        margin: 0px auto 60px;
    }

    .main_board_section > div, .main_board .right_board {
        width: 100%;
        flex: none;
    }

    .main_board .title h2 { font-size: 1.4rem; }
    .main_board .title .more { font-size: 0.9rem; }

    .board-left li { padding: 12px 14px; }
    .board-title { font-size: 0.95rem; white-space: normal; }
    .date { font-size: 0.9rem; margin-left: 8px; }

    .news-item {padding: 16px 0px;}
    .news-title { font-size: 0.95rem; }
    .news-date { font-size: 0.85rem; }

    .main_board .status { padding: 3px 10px; min-width: 48px; font-size: 0.85rem; }
	
	.main_board_bg{
	    height: 500px;
	    top: 84px;
	}
}


/* 메인배너 */
.main_banner{
    margin-bottom: 60px;
}
.main_banner_contents{
    max-width: 1158px;
    width: 90%;
    margin: auto;
    display: flex;
    gap: 2%;
}
.main_banner_contents .left-banner,
.main_banner_contents .right-banner{
    width: 49%;
}
.main_banner_contents .left-banner a img,
.main_banner_contents .right-banner a img{
    width: 100%;
}


@media (max-width: 768px) {
	.main_banner_contents{
    flex-direction: column;
    gap: 30px;
}
	.main_banner_contents .left-banner,
	.main_banner_contents .right-banner{
		width: 100%;
	}
}


/* 메인 갤러리 */
.main_gallery{margin-bottom: 60px;}
.gallery-container {
	max-width: 1158px;
	width: 90%;
	margin: 0 auto;
}

.gallery-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	/* border-bottom: 1px solid #eee; */
	/* padding-bottom: 10px; */
}

.gallery-header h2 { font-size: 1.5rem; color: #333; }

.more-btn {
	text-decoration: none;
	color: #666;
	border: 1px solid #ccc;
	padding: 4px 12px;
	font-size: 0.8rem;
	border-radius: 4px;
	transition: background 0.2s;
}
.more-btn:hover { background: #f8f8f8; }

.image-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.image-item {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3; 
	background-color: #f0f0f0;
	cursor: pointer;
}

.image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease; 
}

.image-item:hover img {
	transform: scale(1.05);
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: flex-end;
	padding: 15px;
	opacity: 0;
	transition: opacity 0.3s ease;
	box-sizing: border-box;
}

.image-item:hover .overlay {
	opacity: 1;
}

.overlay-text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	word-break: keep-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.image-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.image-grid {
		grid-template-columns: 1fr;
	}
	.gallery-header h2 { font-size: 1.2rem; }
}


 .footer {
  background-color: #2b3d4f;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Malgun Gothic', sans-serif;
  font-size: 14px;
}

.footer-container {
  max-width: 1158px;
  margin: 0 auto;
  width: 90%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  /* padding-bottom: 20px; */
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-main {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.logo-sub {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}

.footer-sns {
  display: flex;
  gap: 18px;
}

.footer-sns a {
  display: inline-block;
  /* width: 32px; */
  /* height: 32px; */
   /* 아이콘 배경 */
  /* border-radius: 4px; */
}

/* 하단 영역 레이아웃 */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
}

.policy-links a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.footer-info-right {
  text-align: right;
}

.copyright {
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-top, .footer-bottom {
    align-items: flex-start;
    text-align: center;
    gap: 35px;
  }
  
  .footer-top{flex-direction: column;}
  .footer-bottom {flex-direction: column-reverse;}
  .footer-logo,.footer-info-right,.footer-sns,.footer-info-left{margin: auto;}
  .footer-info-right { text-align: center; }
}


.pt_sc_gallery_sec { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.pt_sc_gallery_header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.pt_sc_gallery_header h2 { font-size: 24px; font-weight: bold; }
.pt_sc_more_btn { border: 1px solid #ddd; padding: 5px 15px; font-size: 13px; color: #777; transition: 0.2s; }
.pt_sc_more_btn:hover { background: #f5f5f5; }

.pt_sc_gallery_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.pt_sc_gallery_item { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #eee; cursor: pointer; }
.pt_sc_gallery_item img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.pt_sc_gallery_item:hover img { transform: scale(1.1); }

.pt_sc_overlay { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	background: rgba(0,0,0,0.7); display: flex; align-items: flex-end; 
	padding: 20px; opacity: 0; transition: 0.3s ease; 
}
.pt_sc_gallery_item:hover .pt_sc_overlay { opacity: 1; }
.pt_sc_overlay_text { color: #fff; font-size: 15px; font-weight: 500; }

.pt_sc_banner_sec {width: 100%;border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: 20px 0;background: #fff;display: flex;}
.pt_sc_banner_inner { max-width: 1200px; margin: 0 auto; position: relative; padding: 0 50px; }
.pt_sc_logoslider .swiper-slide { display: flex; justify-content: center; align-items: center; height: 60px; }
.pt_sc_logoslider img { max-height: 45px; max-width: 90%; object-fit: contain; }

.pt_sc_arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border: none; background: transparent; cursor: pointer; z-index: 10; color: #ccc; font-size: 24px; }
.pt_sc_prev { left: 10px; }
.pt_sc_next { right: 10px; }

.pt_sc_footer { background: #2c3e50; color: #fff; padding: 40px 20px; font-size: 13px; }
.pt_sc_footer_inner { max-width: 1200px; margin: 0 auto; }
.pt_sc_footer_top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; }

.pt_sc_footer_logo { display: flex; align-items: center; gap: 12px; }
.pt_sc_footer_logo img { height: 45px; filter: brightness(0) invert(1); } /* 로고 흰색처리 */
.pt_sc_logo_txt b { display: block; font-size: 17px; }
.pt_sc_logo_txt span { font-size: 11px; opacity: 0.7; }

.pt_sc_sns_group { display: flex; gap: 8px; }
.pt_sc_sns_group span { width: 32px; height: 32px; background: rgba(255,255,255,0.1); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 12px; }

.pt_sc_footer_bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }
.pt_sc_policy b { margin-right: 15px; }
.pt_sc_copyright { margin-top: 10px; opacity: 0.6; font-size: 12px; }
.pt_sc_address { text-align: right; line-height: 1.8; opacity: 0.9; }

@media (max-width: 1024px) {
	.pt_sc_gallery_grid { grid-template-columns: repeat(2, 1fr); }
	.pt_sc_footer_top, .pt_sc_footer_bottom { flex-direction: column; gap: 20px; }
	.pt_sc_address { text-align: left; }
}
@media (max-width: 600px) {
	.pt_sc_gallery_grid { grid-template-columns: 1fr; }
}

.pt_sc_banner_sec .swiper-wrapper{height: auto;}