
/**/
:root {
  --header-pcH: 10.4rem;
  --header-mobileH: 7.6rem;
}
@keyframes headerFix {
	0% {
		top: -10.5rem;
	}
	100% {
		top: 0;
	}
}
@keyframes gnbBg {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*공통*/
html {
  font-size: 10px;
}
.wrap{
	font-family: 'Pretendard';
	font-size: 1.8rem;
}
.innerframe-1920{
	max-width:192rem;
	width:100%;
	margin:auto;
}
.innerframe-1720{
	max-width:172rem;
	width:100%;
	margin:auto;
	padding: 0 5rem;
}
.innerframe-1620{
	max-width:162rem;
	width:100%;
	margin:auto;
}
.innerframe-1500{
	max-width:150rem;
	width:100%;
	margin:auto;
	padding: 0 5rem;
}
.innerframe-1400{
	max-width:140rem;
	width:100%;
	margin:auto;
}
.innerframe-1000{
	max-width:100rem;
	width:100%;
	margin:auto;
}
.font-blind {
	font-size: 0;
	color: transparent;
}
.btn-new-link img {
	margin-top:0.3rem;
	margin-left: 0.5rem;
	width: 1.5rem;
	height: 1.5rem;
}
.font-0{
	font-size:0;
	line-height:0;
}
/*공통 - pc-block*/
.pc-show{
	display:block
}
.m-show{
	display:none;
}
/* 공통 - 간격 */
.m-auto {
	margin: 0 auto !important;
}
.w-max {
	width: max-content !important;
}
.w-min {
	width: min-content !important;
}
.w-100 {
	width: 100% !important;
}
.va-t {
	vertical-align: top !important;
}
.va-m {
	vertical-align: middle !important;
}
.va-b {
	vertical-align: bottom !important;
}
.txt-l {
	text-align: left !important;
}
.txt-r {
	text-align: right !important;
}
.txt-c {
	text-align: center !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-24 {
	padding-top: 2.4rem !important;
}
.pb-24 {
	padding-bottom: 2.4rem !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 0.5rem !important;
}
.mt-10 {
	margin-top: 1rem !important;
}
.mt-15 {
	margin-top: 1.5rem !important;
}
.mt-20 {
	margin-top: 2rem !important;
}
.mt-30 {
	margin-top: 3rem !important;
}
.mt-40 {
	margin-top: 4rem !important;
}
.mt-50 {
	margin-top: 5rem !important;
}
.mt-60 {
	margin-top: 6rem !important;
}
.mt-100 {
	margin-top: 10rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 1rem !important;
}
.mb-20 {
	margin-bottom: 2rem !important;
}
.mb-30 {
	margin-bottom: 3rem !important;
}
.mb-40 {
	margin-bottom: 4rem !important;
}
.mb-50 {
	margin-bottom: 5rem !important;
}
.mb-60 {
	margin-bottom: 6rem !important;
}
.mb-70 {
	margin-bottom: 7rem !important;
}
.mb-80 {
	margin-bottom: 8rem !important;
}
/* 컬러 값 */
.bg-blue {
	background-color: #34368A !important;
} 
.bg-lilac {
	background-color: #9469F1 !important;
} 
.bg-sky {
	background-color: #3295DD !important;
} 
.bg-sky02 {
	background-color: #009BDE !important;
} 
.bg-yellow {
	background-color: #FED600 !important;
}
.bg-purple {
	background-color: #A668E4 !important;
}
.bg-cian{
	background-color: #1A9C8F !important;
}
.bg-lightgreen{
	background-color: #36A522 !important;
}
.bg-lightpurple{
	background-color: #4145DC !important;
}
.bg-orange {
	background-color: #DC7500;
}
.bg-pink{background-color :#ec008c;}

.c-white {
	color: #ffffff !important;
}
.c-blue {
	color: #34368A !important;
}
.c-yellow {
	color: #FED600 !important;
}
.c-red {
	color: #FF2323 !important;
}
.c-black {
	color: #666666 !important;
}
.c-black02 {
	color: #222222 !important;
}
/* 폰트 사이즈 */
.fs-14 {
	font-size:1.4rem !important;
}
.fs-16 {
	font-size:1.6rem !important;
}
.fs-18 {
	font-size:1.8rem !important;
}
.fs-20 {
	font-size:2rem !important;
}
.fs-22 {
	font-size:2.2rem !important;
}
.fs-24 {
	font-size:2.4rem !important;
}
.fs-26 {
	font-size:2.6rem !important;
}
.fs-28 {
	font-size:2.8rem !important;
}
.fs-30 {
	font-size:3rem !important;
}
/* 폰트 굵기 */
.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}
/* 라벨 */
.label-wrap {
	display: flex;
	align-items: center;
}
.label-type01 {
	display: inline-block;
	padding: 0.8rem 1.6rem;
	min-width: max-content;
	height: 3.5rem;
	font-size: 1.6rem;
	font-weight: 600;    
	line-height: 2rem;
	color: #fff;
	text-align: center;
	border-radius: 6rem;
}
.label-type02 {
	display: inline-block;
	padding: 0.4rem 0.7rem;
	min-width: 2.4rem;
	min-height: 2.4rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 100%;
	text-align: center;
	border-radius: 100%;
}
.label-type03 {
	display: inline-block;
	padding: 0.4rem 1rem;
	min-width: max-content;
	height: 2.7rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	border-radius: 0.4rem;
	color: #FFFFFF;
}
.label-type01 + .txt01 {
	margin-left: 1rem;
}
.label-type02 + .label-type02  {
	margin-left: 0.6rem;
}
/* 공통 - flex */
.dp-block {
	display: block !important;
}
.dp-inblock {
	display: inline-block !important;
}
.dp-flex {
	display: flex !important;
}
.fd-r {
	flex-direction: row;
}
.fd-c {
	flex-direction: column;
}
.ai-b {
	align-items: baseline;
}
.ai-s {
	align-items: flex-start !important;
}
.ai-e {
	align-items: flex-end !important;
}
.ai-c {
	align-items: center !important;
}   
.jc-s {
	justify-content:flex-start !important;
}
.jc-c {
	justify-content:center !important;
}
.jc-e {
	justify-content:flex-end !important;
}
.jc-bw {
	justify-content:space-between !important;
}
.jc-sa {
	justify-content: space-around !important;
}
.flex-right{
	justify-content:flex-end !important;
}
.mg-auto  {
	margin: 0 auto;
}
.mg-0 {
	margin: 0 !important;
}
/*팝업*/
#popup{
	height:0;
	position:relative;
	z-index:27;
}
body.on {
	overflow: hidden;
}
.popup-wrap {
	display:none;
	position:fixed;
	top:0;left:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.60);
	z-index: 30;
}
.popup-wrap2 {
	display:none;
	position:fixed;
	top:0;left:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.60);
	z-index: 30;
}
.popup {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	overflow:hidden;
	width:calc(100% - 4rem);
	border-radius: 0.6rem;
	background:#fff;
	box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.20);
}
.popup.size-m {
	max-width:74rem;
}
.pop-head {
	padding:2rem 2.4rem;
	min-height:6.5rem;
	color: #FFF;
	font-weight: 500;
	line-height: 1;
	background: #34368A;
}
.pop-body{
	padding:4rem 4rem 6rem;
}
.popup-wrap .pop-cont {
	overflow: auto;
}
.pop-cont .p-tit{
	margin-bottom:2rem;
	color: #222;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 130%;
}
.pop-cont::-webkit-scrollbar {
	width: 0.3rem;
	height: 0.3rem;
}
.pop-cont::-webkit-scrollbar-thumb {
	background-color: #999999;
	border-radius: 0.4rem;
	background-clip: padding-box;
}
.pop-cont::-webkit-scrollbar-track {
	background: transperant;
}
.p-btn-wrap {
	display:flex;
	justify-content:center;
	gap:1rem;
	margin-top:4rem;
	padding-top:4rem;
	border-top: 0.1rem solid rgba(0, 0, 0, 0.10);
}
.p-btn-wrap.single .p-btn {
	min-width:16.7rem;
}
.p-btn-wrap.double .p-btn {
	width: calc((100% - 1rem) / 2);
}
.p-btn {
	padding:2.4rem 0;
	font-weight: 600;
	text-align: center;
	line-height: 100%;
	border-radius: 0.4rem;
}
.p-btn.white{
	color: #222;
	border: 1px solid #222;
	background: #fff;
}
.p-btn.blue{
	color:#fff;
	background: #34368A; 
}
.p-btn-close{
	position:absolute;
	top: 0;
    right: 0;
    height: 6.5rem;
    width: 6.5rem;
	z-index: 10;
}
.p-btn-close > img {
	width: 1.6rem;
	height: auto;
}
/*팝업 - 홈페이지 이용 관련 건의*/
.popup-wrap.homepage .email{
	display:block;
	margin-top:2rem;
}
/* 헤더 */
.wrap > header {
	position: relative;
	background-color: #34368A;
	z-index: 26;
}
.wrap > header > .gnb-bg {
	display: none;
	position:absolute;
	top: 100%;
	left: 0;;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-bottom: 0.1rem solid #d9d9d9;
	z-index: 25;
}
.wrap > header > .gnb-bg::after {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: url(/_res/seojeong/_share/img/bg-gnb.png) right -8.8rem bottom -5.7rem /  43.4rem 47.7rem no-repeat;
	animation: gnbBg 1s;
}
.wrap > header.fixed {
	position: fixed;
	top: 0;
	width: 100%; 
	background-color: #34368A;
	animation: headerFix 0.3s ;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 192rem;
	width: 100%;
	height: var(--header-pcH);
}
.main-logo > a {
	display: block;
	width: 18rem;
	height: auto;
}
.main-logo img {
	width: 100%;
	height: 100%;
}
.gnb {
	margin: 0 auto;    
}
.gnb.hide {
	display: none;
}
.gnb-depth1 {
	display: flex;
	justify-content: space-between;	
}
.gnb-depth1 > li {
	position: relative;
}
.gnb-depth1 > li > a {
	display: flex;
	align-items: center;    
	justify-content: center;
	position: relative;
	padding: 0 2rem;
	/*width: 16rem;*/
	width: 15.5rem;
	height: var(--header-pcH);
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #fff;
	word-break: keep-all;
	text-align: center;
}
.gnb-depth1 > li > a.active {
    background: #2E2F5F;;
	color: #fff;
}
.gnb-depth1 > li > a::after {
	content: "";
	display: block;
	position: absolute;
	left: 3rem;
	top: calc(100% - 2rem);
	width: 0;
	height: 0.3rem;
	background: #FED600;
	transition: width 0.3s linear;
}
.gnb-depth1 > li > a.active::after {
	width: calc(100% - 6rem);
}
.gnb-depth2 {
	display: none;
    position: absolute;
    width: 100%;
    z-index: 26;
}
.gnb-depth2 > li {
	padding: 1.1rem 3rem 1.1rem 3rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #666666;    
}
.gnb-depth2 > li:first-child {
	padding: 1.8rem 3rem 1.1rem 3rem;
}
.gnb-depth2 > li > a {
	display: block;
	word-break: keep-all;
}
.gnb-depth2.active {
	display: block;
    background: #2E2F5F;
}
.gnb-depth2.active > li > a:not(.n-win) {
	color: #fff;
	transition: color 0.3s linear;
}
.gnb-depth2.active > li > a:not(.n-win):hover {
	color: #FED600;
	background: url(/_res/seojeong/_share/img/ico-gnb-arr.png) right 0 center / 0.8rem 1.2rem  no-repeat;
}
.n-win {
	padding-right: 1.8rem;
	width: fit-content;
	background-position: right 0 top 0.2rem;
	background-size: 1.25rem 1.25rem;
	background-repeat: no-repeat;
	background-image: url(/_res/seojeong/_share/img/ico-gnb-link.png);
}
.n-win.on {
	color: #fff;
	background-image: url(/_res/seojeong/_share/img/ico-gnb-link_on.png);
	transition: all 0.3s linear;
}
.n-win-page {
	padding-right: 1.8rem;
	width: fit-content;
	background-position: right 2rem top 47%;
    background-size: 1.5rem 1.5rem;
	background-repeat: no-repeat;
	background-image: url(/_res/seojeong/_share/img/ico-gnb-link.png);
}
.n-win.on:hover {
	color: #FED600;
	background-image: url(/_res/seojeong/_share/img/ico-gnb-link_hover.png);
}
.gnb + .side-menu {
	display: flex;
	align-items: center;
    justify-content: flex-end;
	opacity: 1;
	transition: opacity 0.2s linear;
}
.gnb + .side-menu.s-hide {
	opacity: 0;
}
.gnb + .side-menu > li.link {
	position: relative;
}
.gnb + .side-menu > li.link::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: calc(100% + 1.25rem);
	transform: translateY(-50%);
	width: 0.1rem;
	height: 1.6rem;
	background: #d9d9d9;
}
.gnb + .side-menu > li.link,
.gnb + .side-menu > li.sitemap {
	font-weight: 500;
	font-size: 1.8rem;
	color: #fff;
	line-height: 2.2rem;
	word-break: keep-all;
	opacity: 0.7;
}
.gnb + .side-menu > li.lang {
	position: relative;
	width: 10rem;    
	height: 4.4rem;    
	z-index: 28;
}
.lang-select > li > a:focus  {
	outline: none !important; 
	border: 2px solid #000; 
	border-radius: 1rem;
}
.gnb + .side-menu > li.lang .lang-select {
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 4.4rem;
	border-color: #fff;
	border-style: solid;
	border-radius: 1.5rem;    
	border-width: 0.1rem;
	transition: height 0.3s ease-in-out;
}
.gnb + .side-menu > li.lang .lang-select.on {
	height: 13.8rem;
}
.gnb + .side-menu > li.lang .lang-select > li:first-child > a::after {
	content: "";
	display: block;
	position: absolute;
	right: 1.2rem;
	top: 1.5rem;
	width: 1.6rem;
	height: 1rem;
	background-position: right center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/_res/seojeong/_share/img/ico-lang-arr.png);
}
.gnb + .side-menu > li.lang .lang-select.on > li:first-child > a::after {
	transform: rotate(180deg);
	
}
.gnb + .side-menu > li.lang .lang-select > li:not(:first-child) > a:hover {
	background: #5D5EA1;
}
.gnb + .side-menu > li.lang .lang-select > li:first-child > a {
	position:relative;
	padding: 1.3rem 4rem 1.3rem 1.8rem;
	font-weight: 600;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.4rem;
}
.gnb + .side-menu > li.lang .lang-select > li:first-child > a::after 
.gnb + .side-menu > li.lang .lang-select > li:first-child > a {
	border-radius: 1.5rem 1.5rem 0 0;  
}
.gnb + .side-menu > li.lang .lang-select > li:last-child > a {
	border-radius: 0 0 1.5rem 1.5rem;  
}
.gnb + .side-menu > li.lang .lang-select > li > a  {
	display: block;
	padding: 1.3rem 1.8rem 1.3rem 1.8rem;
	font-weight: 600;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.4rem;
	background: #34368A;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.gnb + .side-menu > li.lang > a{
}
.gnb + .side-menu > li.all-search > a {
	display: block;
	min-width: 2.2rem;
	height: 3.3rem;
	background-position: right 0 center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/_res/seojeong/_share/img/ico-gnb-search.png);
}
.gnb + .side-menu > li + li {
	margin-left: 2.5rem;
}
.search-wrap.on {
	width: 37rem;
}
.search-wrap {
	display: flex;
	align-items: center;
	position: absolute;
	right: 5rem;
	overflow: hidden;
	width: 0;
	transition: width 0.3s ease-in-out;
}
.search-wrap > .inp-wrap {
	position: relative;
}
.search-wrap > .inp-wrap > input {
	padding: 1.65rem 6rem 1.65rem 3rem;
	color: #fff;
	border: 0.1rem solid #fff;
	border-radius: 4rem;
	background: transparent;
}
.search-wrap > .inp-wrap > input::placeholder {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #fff;
	opacity: 0.7;
}
.search-wrap .btn-search {
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translateY(-50%);
	width:2.2rem;
	height:2.2rem;
	background-position:  center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image:  url(/_res/seojeong/_share/img/ico-gnb-search.png);
}
.search-wrap > a {
	margin-left: 1.6rem;
	width: 2.2rem;
	height: 5rem;
	background: url(/_res/seojeong/_share/img/ico-search-close.png) right 0 center / 2.2rem 2.2rem no-repeat;
}
/* 모바일 메뉴 (공통이라 반응형 때문에 css 여기에 두었습니다) */
.m-lang-select {
	display: none;
}
.menu-mobile {
	display:none;
}
.menu-mobile input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
.menu-mobile span {
	display: block;
	width: 2.7rem;
	height: 0.3rem;
	margin-bottom: 0.6rem;
	position: relative;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		opacity 0.55s ease;
}

.menu-mobile span:first-child {
	transform-origin: 0% 0%;
}
.menu-mobile span:nth-last-child(2){
	margin-bottom: 0;
	transform-origin: 0% 100%;
}
.menu-mobile input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-0.2rem, 0.2rem);
	background: #232323;
}
.menu-mobile input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
.menu-mobile input:checked ~ .m-menu-list {
	transform-origin: 0% 0%;
	transform: translate(-100% , 0);
}
.menu-mobile input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -0.3rem);
}
.m-menu-list {
	position: fixed;
	top: 0;    
	left: 100%;    
	padding: 7rem 5rem 2rem;
	width: 100%;
	height: 100vh;
	background: #fff;
	transform: none;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.m-menu-list > .mobile-menu {
	padding-right: 1rem;
	height: calc(100% - 15rem);
	overflow: auto;
}
.m-menu-list > .mobile-menu::-webkit-scrollbar {
	width: 0.3rem;
}
.m-menu-list > .mobile-menu::-webkit-scrollbar-thumb {
	background-color: #999999;
	border-radius: 0.4rem;
	background-clip: padding-box;
}
.m-menu-list > .mobile-menu::-webkit-scrollbar-track {
	background: transperant;
}
.m-menu-list > .mobile-menu > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.m-menu-list > .mobile-menu > li > a {
	display: flex;
	justify-content: space-between;    
	align-items: center;
	flex-wrap: wrap;
	padding: 2.4rem 0;
	width: 100%;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 130%;
}
.m-menu-dep2 {
	display: none;
	width: 100%;
}
.m-menu-dep2 > li > a {
	display: block;
	width: fit-content;
	padding: 1.5rem 2rem 1.5rem 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 130%;
	color: #666;
}
.m-menu-dep2 > li:last-child > a {
	padding-bottom: 4rem;
}
.m-menu-dep2 > li > a:hover {
	color: #34368A;
}
.m-btn-open{
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	right: 0;
}

.m-btn-open:before, .m-btn-open:after{
	content: "";
	position: absolute;
	background-color: black;
	transition: transform 0.25s ease-out;
}
.m-menu-bottom {
	display: flex;
	align-items: center;
	gap: 1rem;
	position: absolute;
	bottom: 5rem;    
	left: 5rem;
	right: 5rem;    
	height: max-content;
	background: #fff;
}
.m-menu-bottom > a {
	flex: 1;
	padding: 2.2rem 0;
	height: 6.4rem;
	color: #222;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	border-radius: 0.4rem;
	border: 1px solid #222;
}
.m-menu-dep2 > li > a.n-win {
	background-position: right top 2rem;
}

/* vertical line */
.m-btn-open:before{
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}

/* horizontal line */
.m-btn-open:after{
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}

.m-menu-list > .mobile-menu > li > a:hover .m-btn-open{
	cursor: pointer;
}
.m-menu-list > .mobile-menu > li > a.on .m-btn-open{
	cursor: pointer;
}
.m-menu-list > .mobile-menu > li > a.on .m-btn-open::before{ 
	transform: rotate(90deg); 
}
.m-menu-list > .mobile-menu > li > a.on .m-btn-open::after{ 
	transform: rotate(180deg); 
}
/*테이블*/
.tbl-sty01{
	width:100%;
	line-height: 130%;
}
.tbl-sty01 > thead th,
.tbl-sty01 > tbody th {
	background: #F9F9F9;
	font-size: 1.8rem;
	font-weight: 500;
	color: #222;
}
.tbl-sty01 > thead th {
	padding:2rem;
	line-height: 2.2rem;
	text-align:center;
	border:0.1rem solid #ddd;
}
.tbl-sty01 th:first-of-type,.tbl-sty01 > tbody td:first-of-type{
	border-left:none;
}
.tbl-sty01 > thead th:last-of-type,.tbl-sty01 > tbody td:last-of-type{
	border-right:none;
}
.tbl-sty01 > tbody th {
	padding: 2rem;
    line-height: 2.2rem;
    text-align: center;
	border:0.1rem solid #EDEDED;
}
.tbl-sty01 > tbody td{
	padding:2rem;
	border:0.1rem solid #EDEDED;
	font-size: 1.8rem;
	font-weight: 400;
	color: #666;
	text-align:center;
}
.tbl-sty01 > tbody td.going{color:#34368A; font-weight:600;}
.tbl-desc {
	margin-top: 2rem;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	font-weight: 500;
	color: #666;
	line-height: 150%;
}
.tbl-bg01 {
	background: #f9f9f9 !important;
}
.tbl-bg02 {
	background: #F4F5FE !important;
}
.tbl-bd-b {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
/* 테이블 주석 */
.t-scroll + .list-type01,
.t-scroll + .list-dot,
table + .list-type01,
table + .list-dot {
	margin-top: 4rem;
}
/* 지도 */
.kakao-map {
	margin-top: 3rem;
	max-width: 100%;
}
.kakao-map .wrap_map {
	height: 50rem !important;
}
/*공통-블루박스*/
.box-blue{
	display:flex;
	padding:3rem 4rem;
	background: #34368A;
	border-radius: 1.2rem;
}
.box-blue .ico-alert{
	width:5rem;
	object-fit:contain;
}
.box-blue .box-txt{
	margin-left:4rem;
	color:#fff;
}
.box-blue h5{
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 130%;
}
.box-blue ul{
	font-weight: 400;
	line-height: 150%;
	opacity:0.7;
}
.box-blue ul li{
	position:relative;
	padding-left:0.9rem;
}
.box-blue ul li:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:1.2rem;
	left:0;
	width:0.3rem;
	height:0.3rem;
	background-color:#fff;
}

.box-blue02{
	display:flex;
	padding:4.3rem 6rem;
	border-radius: 1.2rem;
	background: #34368A;
}
.box-blue02 .ico-alert{
	width:5rem;
	object-fit:contain;
}
.box-blue02 .box-txt{
	display:flex;
	align-items:center;
	margin-left:5rem;
	color:#fff;
}
.box-blue02 h5{
	margin-right:5rem;
	margin-bottom:0;
	padding-right:5rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 130%;
}
.box-blue02 ul{
	position:relative;
	font-weight: 400;
	line-height: 150%;
	opacity:0.7;
}
.box-blue02 ul::before{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:-5rem;
	width:0.1rem;
	height:100%;
	transform:translateY(-50%);
	background:rgba(217, 217, 217, 0.1);
}
.box-blue02 ul li{
	position:relative;
	padding-left:0.9rem;
}
.box-blue02 ul li:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	width:0.3rem;
	height:0.3rem;
	transform:translateY(-50%);
	background-color:#fff;
}
.box-blue03{
	flex-direction:column;
}
.box-blue03 .tit{
	display:flex;
	align-items: center;
}
.box-blue03 h5{
	margin-left: 4rem;
    color: #fff;
	margin-bottom:0;
}
.box-blue03 .box-con{
	display:flex;
	gap:5.5rem;
	margin-top:4rem;
	padding-top:4rem;
	padding-bottom:3.1rem;
	color:#fff;
	border-top:0.1rem solid rgba(217, 217, 217, 0.1);
}
.box-blue03 h6{
	margin-bottom:2rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 130%;
}
.box-blue03 ul::before{
	display:none;
}
.box-blue03 li+li{
	margin-top:0.4rem;
}
/* box gray */
.box-gray {
	margin-top: 6rem;
	display: flex;
	align-items: center;
	padding: 2.4rem;
	background: #F9F9F9;
	border: 0.1rem solid #EEEEEE;
}
.box-gray > li {
	padding-left: 2.6rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 150%;
	color: #222222;
	background-position: left center;
	background-repeat: no-repeat;
}
.box-gray > li + li {
	margin-left: 4rem;
}
.box-gray > li {
	background-size: 1.8rem 1.8rem;
}
.box-gray > li.address {
	background-image: url(/_res/seojeong/_share/img/ico-spot.png);
}
.box-gray > li.call {
	background-image: url(/_res/seojeong/_share/img/ico-call.png);
}
.box-gray > li.fax {
    background-image: url(/_res/seojeong/_share/img/ico-fax.png);
	background-size: 1.8rem 2.4rem;
}
.box-underline {
	padding-bottom: 6rem;
	border-bottom: 0.1rem solid #EDEDED;
}
/* box-light */

.box-info {
	margin-top: 6rem;
	padding: 3rem 3rem 3rem 11rem;
	color: rgba(52, 54, 138, 0.7);
	border-radius: 1.2rem;
	background:#F4F5FE url('/_res/seojeong/main/img/ico-bus02.png') left 3rem top 4rem / 5rem 4.5rem no-repeat ;
}
.box-info.notice {
	background:#F4F5FE url('/_res/seojeong/_share/img/ico-box-notice.png') left 4rem top 4rem / 4rem 4rem no-repeat ;
}
.box-info.notice01 {
	background:#F4F5FE url('/_res/seojeong/_share/img/ico-box-notice.png') left 4rem top 2.5rem / 4rem 4rem no-repeat ;
}
.box-info.notice02 {
	background:#F4F5FE url('/_res/seojeong/_share/img/ico-box-notice.png') left 4rem top 4.5rem / 4rem 4rem no-repeat ;
}
.box-info .tit-wrap {
	display: flex;
	align-items: center;
	border-bottom: 0.1rem solid rgba(52, 54, 138, 0.1);
}
.box-info .b-info-tit {
	margin-bottom: 1.6rem;
	padding-bottom: 1.6rem;
	font-weight: 700;
	font-size: 2rem;
	color: #34368A;
	border-bottom: 0.1rem solid rgba(52, 54, 138, 0.1);
}
.box-info .list-dot > li {
	color: rgba(52, 54, 138, 0.7);
}
.box-info .list-dot > li::before {
	background: rgba(52, 54, 138, 0.7);
}
.box-info .list-dot > li + li {
	margin-top: 0;
}
.box-info.blue {
	background: #34368A url('/_res/seojeong/main/img/ico-bus.png') left 3rem top 4rem / 5rem 4.5rem no-repeat ;
}
.box-info.blue.info {
	background: #34368A url('/_res/seojeong/_share/img/ico-alert.png') left 3rem top 4rem / 5rem 5rem no-repeat ;
}
.box-info.blue .b-info-tit {
	color: #fff;
	border-bottom: 0.1rem solid rgba(217, 217, 217, 0.1);
}
.box-info.blue .list-dot > li {
	color: rgba(255, 255, 255, 0.7);
}
.box-info.blue .list-dot > li::before {
    background: rgba(255, 255, 255, 0.7);
}
.box-info.blue .b-info-tit > .ico-right {
	margin: 0 1.2rem;
	color: #fff;
	
}
.box-info.blue .b-info-tit > span {
	font-weight: 400;
	color:rgba(255, 255, 255, 0.7);
}
/*공통-게시판 이동버튼*/
.box-movement{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:8rem;
}
.box-movement button{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1rem;
	width: 26rem;
	height: 7.2rem;
	border: 0.1rem solid #222222;
	border-radius: 0.4rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 100%;
	color: #212529;
}
.box-movement button img{
	width:1.6rem;
}
/* 로그인 */
.wrap-login{
	margin: auto;
	max-width:70rem;
	width:100%;
	padding:14rem 5rem 24rem;
}
.login-tit{
	text-align:center;
	padding-bottom:4.4rem;
	border-bottom:0.4rem solid #222;
}
.login-cont{
	padding:4rem 0;
}
.login-cont input{
	width:100%;
	padding:2rem;
	border: 1px solid #999;
	font:2rem;
}
.login-cont label{
	display:block;
	margin-bottom:1rem;
	color: #666;
	font-size: 2rem;
	font-weight: 500;
}
.login-cont input + label{
	margin-top:2rem;
}
.wrap-loginbtn{
	padding-top:4rem;
	border-top:0.1rem solid #dbdbdb;
}
.wrap-loginbtn button{
	width:100%;
	padding:2rem;
	background: #34368A;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
/* 서브 비주얼 영역 */
.sub-visual-area > header {
    margin: 0 auto;
    padding: 11.8rem 5rem;
    max-width: 150rem;
    height: 34.5rem;
}
.sub-visual-area.expand > header {
	max-width: 172rem;
}
.sub-visual-area.expand .sub-nav > .s-nav-depth1 {
	max-width: 162rem;
}
.sub-visual-tit {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.sub-visual-txt {
  margin-top: 1.2rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
}
.sub-nav {
  	background: #F4F4F4;
}
.sub-nav > .s-nav-depth1 {
	display: flex;
	margin: 0 auto;
	max-width: 140rem;
}
.sub-nav > .s-nav-depth1 > li:not(:first-child) {
	position: relative;
	border-width: 0.1rem 0.1rem 0.1rem 0;
	border-style: solid;
	border-color: #eee;
	width:30rem;
}
.sub-nav > .s-nav-depth1 > li:first-child > a {
	padding: 0;
	width: 7rem;
	background: #34368A url(/_res/seojeong/_share/img/ico-sub-home.png) center / 2.3rem 2.3rem no-repeat ;
	font-size: 0;
    color: transparent;
}
.sub-nav > .s-nav-depth1 > li > a {
	/*display: block;*/
	display: flex;
    align-items: center;
	position: relative;
	padding: 2.3rem 5rem 2.3rem 2rem;
  	height: 7rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #222222;    
	background: #fff;
}
.sub-nav > .s-nav-depth1 > li:not(:first-child) > a::after {
	content:"";
	display: block;
	position: absolute;
	top: 40%;
	right: 2.2rem;
	width: 2.2rem;
	height: 1.2rem;
	background: url(/_res/seojeong/_share/img/ico-nav-arrdown.png) center / 100% no-repeat;
	transition: transform 0.2s ease-in-out;
}
.sub-nav > .s-nav-depth1 > li:not(:first-child).active > a::after {
	transform: rotate(180deg);
}
.sub-nav .s-nav-depth2 {
	display: none;
	position: absolute;
	overflow:auto;
	width: 100%;	
	/*max-height: 45rem;*/
	background: rgba(34, 34, 34, 0.85);;
	z-index: 12;
}
.sub-nav .s-nav-depth2::-webkit-scrollbar {
	width: 0.3rem;
}
.sub-nav .s-nav-depth2::-webkit-scrollbar-thumb {
	background-color: #999999;
	border-radius: 0.4rem;
	background-clip: padding-box;
}
.sub-nav .s-nav-depth2::-webkit-scrollbar-track {
	background: transperant;
}
.sub-nav .s-nav-depth2 > li > a {
	display: block;
	width:100%;/*2023.07.04*/
	padding: 2.3rem 2rem;
	font-weight: 500;
	font-size: 1.6rem;
	color: #ffffff;
}

.sub-nav .s-nav-depth2 > li > a:hover {
	background: rgba(34, 34, 34, 0.95);
}
.s-nav-depth2 > li > a.n-win {
	background : url(/_res/seojeong/_share/img/ico-gnb-link_on.png) right 2.3rem top 2.5rem / 1.25rem 1.25rem no-repeat;
}
.s-nav-depth2 > li > a.n-win:hover {
	background : rgba(34, 34, 34, 0.95) url(/_res/seojeong/_share/img/ico-gnb-link_on.png) right 2.3rem top 2.5rem / 1.25rem 1.25rem no-repeat;
}
/* 서브페이지 타이틀 영역 */
.sub-cont {
	margin: 0 auto 18rem;
	padding: 0 5rem;
	max-width: 150rem;
	overflow:hidden;
}
.tit-area {
	margin: 0 auto 8rem;
	max-width: 150rem;
	padding: 0 5rem;
}
.tit-area > .tit-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	max-width: 140rem;
	padding: 11.4rem 0 4rem 0;
}
.tit-wrap::after {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.2rem;
	background: #333;
}
.tit01 {
	font-size: 5rem;
	font-weight: 700;
	color: #222;
	line-height: 1;
}
.tit-wrap > .btn-wrap {
	display: flex;
}
.btn-page > button {
	width:4.8rem;
	height:4.8rem;	
	font-size:0;
	color:transparent;
	border-width: 0.1rem 0.1rem 0.1rem 0;
	border-style: solid;
	border-color: #ddd;
}
.btn-zoomin > button {
	background: #fff url(/_res/seojeong/_share/img/btn-zoomin.png) center / 2.4rem 2.4rem no-repeat;
	border-left: 0.1rem solid #ddd;
}
.btn-zoomout > button  {
	background: #fff url(/_res/seojeong/_share/img/btn-zoomout.png) center / 2.4rem 0.2rem no-repeat;;
}
.btn-print > button  {
	background: url(/_res/seojeong/_share/img/btn-print.png) center / 2.4rem 2.4rem no-repeat;
}
.btn-share {
	position: relative; 
}
.btn-share > button  {
	background: url(/_res/seojeong/_share/img/btn-share.png) center / 100% no-repeat;
}
.btn-share > .sns-share-list {
	display: none;
	position: absolute;
    top: 100%;
    left: -0.1rem;
    z-index: 11;
}
.sns-share-list > li > button {
    width: 4.9rem;
    height: 4.8rem;
    font-size: 0;
    color: transparent;
    background-color: #fff;
	background-size: 100%;
	background-repeat: no-repeat;
    background-position: center top -0.1rem;
	transition: all 0.3s linear;
}
.btn-share-fb {
	background-image: url(/_res/seojeong/_share/img/ico-sns-fb.png);
}
.btn-share-tw {
	background-image: url(/_res/seojeong/_share/img/ico-sns-tw.png);
}
.btn-share-blog {
	background-image: url(/_res/seojeong/_share/img/ico-sns-blog.png);
}
.btn-share-kakao {
	background-image: url(/_res/seojeong/_share/img/ico-sns-kakao.png);
}
.btn-share-link {
	background-image: url(/_res/seojeong/_share/img/ico-sns-link.png);
}
.btn-download {
	padding: 1.7rem 4.8rem 1.7rem 2.4rem;
	width: 26rem;
	height: 5.8rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #212529;
	text-align: left;
	background: #fff url(/_res/seojeong/iphak/img/ico-download.png) right 2.4rem center / 2.4rem 2.4rem no-repeat;
	border: 0.1rem solid #222222;
	border-radius: 0.4rem;
	transition: all 0.2s linear;
}
.btn-download:hover {
	color: #fff;
	background: #34368A url(/_res/seojeong/iphak/img/ico-download-on.png) right 2.4rem center / 2.4rem 2.4rem no-repeat;
}
.btn-download.go-link {
	background: #fff url(/_res/seojeong/_share/img/ico-link.png) right 2.4rem center / 1.3rem 1.3rem no-repeat !important;
}
.btn-download.go-link:hover {
	color: #fff;
	background: #34368A url(/_res/seojeong/_share/img/ico-gnb-link_on.png) right 2.4rem center / 1.3rem 1.3rem no-repeat !important;
}
/* 서브페이지 탭 영역 */
.cont-right .tab01,.cont-right .tab01_1
.cont-right .tab01-mo {
	margin-top: 2rem;
}
.tab01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #F9F9F9;
	border-right: 0.1rem solid #EDEDED;
	border-bottom: 0.1rem solid #EDEDED;
	margin: 1rem;
}
.tab01 > li {
	height: 7.2rem;
	/*border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;*/
	background: #fff;
	box-shadow: 
    0.1rem 0 0 0 #EDEDED, 
    0.1rem 0 0 #EDEDED, 
    0.1rem 0.1rem 0 0 #EDEDED,
    0.1rem 0 0 0 #EDEDED inset, 
    0 0.1rem 0 0 #EDEDED inset;  z-index:0;
	padding: .5rem;
}
.tab01 > li.active {
	border-right: 0.1rem solid #34368A;
	background: #34368A;
	box-shadow: none;
}
.tab01 > li.active > a {
	font-weight: 700;
	color: #fff;
}
.tab01 > li > a {
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #666;
	text-align: center;    
	word-break: keep-all;
}
.tab01 > li:focus a{outline: 2px solid #000;
    outline-offset: 2px;   z-index: 10;}

.tab01_1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #F9F9F9;
	border-right: 0.1rem solid #EDEDED;
	border-bottom: 0.1rem solid #EDEDED;
}
.tab01_1 > li {
	height: 7.2rem;
	/*border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;*/
	background: #fff;
	box-shadow: 
    0.1rem 0 0 0 #EDEDED, 
    0.1rem 0 0 #EDEDED, 
    0.1rem 0.1rem 0 0 #EDEDED,
    0.1rem 0 0 0 #EDEDED inset, 
    0 0.1rem 0 0 #EDEDED inset;
}
.tab01_1 > li.active {
	border-right: 0.1rem solid #34368A;
	background: #34368A;
	box-shadow: none;
}
.tab01_1 > li.active > a {
	font-weight: 700;
	color: #fff;
}
.tab01_1 > li > a {
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #666;
	text-align: center;    
	word-break: keep-all;
}

.tab02{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
	margin-top:5.4rem;
}
.tab02 li a{
	display:block;
	padding:1.4rem 2.4rem;
	border-radius: 5rem;
	background: #DEDEDE;
	color: #999;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%; 
}
.tab02 li.active a{
	background: #23B2EF;
	color: #FFF;
}
.tab02 + .t-scroll{
	margin-top:4rem;
}
.quick-page .n-win {
	background-position: right 1.5rem top 2.8rem;
}
.quick-page > li > .n-win:hover {     
	background-position: right 1.5rem top 2.8rem;
    background-size: 1.25rem 1.25rem;
    background-repeat: no-repeat;
	background-image: url(/_res/seojeong/_share/img/ico-gnb-link_on.png);
}
.quick-page > li > a:hover {
	background: #34368A;
	color: #fff;
}
.tab01.quick-page > li {
	width: 20%;
	
}
.tab01.quick-page > li > a {
	word-break: break-all;
}
.tab01-mo {
	display: none;
}



/*서브페이지 content */

.tit02 {
	margin-bottom: 1.6rem;
	font-size: 4rem;
	font-weight: 700;
	color: #222222;
}
.tit-sub {
	font-size: 2rem;
	font-weight: 400;
	line-height: 3.4rem;
	color: #666666;
}
.tit03 {
	margin: 8rem 0 2.4rem 0;
	font-size: 3.2rem;
	font-weight: 700;
	color: #1B273E;
}
.tit04 {
	margin: 6rem 0 2.4rem 0;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 130%;
	color: #222222;
}
.tit-bullet {
	position: relative;
	margin: 6.5rem 0 2rem 0;
	padding-left: 2.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #222222;
}
.tit-bullet::before {
	content:"";
	display: block;
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 1.8rem;
	height: 1.8rem;
	background: url(/_res/seojeong/_share/img/ico-tit-bullet.png) center / 100% no-repeat;
}
.txt01 {
	font-size: 1.8rem;
	font-weight: 400;
	color: #666666;
	line-height: 150%;
	word-break: keep-all;
}
.txt01 + .txt01  {
	margin-top: 1.6rem;
}
.txt01 + .list-dot,
.txt01 + .list-type01 {
	margin-top: 1.6rem;
}
.list-dot + .txt01 {
	margin-top: 2rem;
}
.list-type01,
.list-txt {
	font-size: 1.8rem;
	font-weight: 400;
	color: #666666;
}
.list-type01.dep01,
.list-txt.dep01{
	font-size: 2rem;
}   
.list-type01.dep01 > li {
	padding-left: 2.2rem;
	text-indent: -2.2rem;
}
.list-txt.dep01 > li > .list-txt.dep02 {
	padding-left: 1.7rem;
}
.list-txt.dep01 > li > .list-txt.dep03 {
	padding-left: 2.0rem;
}
.list-type01 > li > .list-type01,
.list-txt > li > .list-txt,
.list-type01 > li > .list-dot {
	margin: 2rem 0;
} 

.list-type01 > li > table,
.list-type01 > li > .t-scroll,
.list-type01 + table,
.list-type01 + .t-scroll,
.list-dot + table,
.list-dot + .t-scroll {
	margin: 3rem 0;
}
.list-type01 > li {
	padding-left: 1.7rem;
    text-indent: -1.7rem;
	line-height: 150%;
}
.list-type01 > li + li,
.list-txt > li + li {
	margin-top: 0.8rem;
}
.list-dot > li {
	position: relative;
	padding-left: 1rem;
	text-indent: 0;
	font-size: 1.8rem;
	color: #666;
	line-height: 150%;
	word-break: keep-all;
}
li.dot-no{padding-left:0 !important;}
li.dot-no::before{display:none !important;}
.list-dot > li::before {
	content:"";
	display: block;
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 0.3rem;
	height: 0.3rem;
	background: #666;
}
.list-dot > li + li  {
	margin-top: 0.4rem;
}
.list-dot > li > .t-scroll,
.list-dot > li > table {
	margin-top: 1rem;
}
.list-dot.black > li {
	color: #222;
}
.list-dot.black > li::before {
	background: #222;
}
.list-dot > li .list-type01 {
	margin-top: 0.4rem;
}
.list-dot > li .list-type01 > li + li {
	margin-top: 0.4rem;
}
.list-box01 {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.list-box01 > li {
	width: 26.4rem;;
	height: 12rem;
}
.list-box01 > li > a {
	display: flex;    
    flex-direction: column;
	align-items: flex-start;
    justify-content: center;
	position: relative;
	padding: 3.6rem 8rem 3.6rem 3rem;
	height: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 130%;
	color: #666666;
	border: 0.1rem solid #d4d4d4;
	border-radius: 1.2rem;
	background: #FFFFFF url(/_res/seojeong/_share/img/ico-link02.png) right 3rem center / 2.3rem 2.3rem no-repeat;
	transition: all 0.3s ease-in-out;
}
.list-box01 > li > a::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	width: 100%;
	border-radius: 1rem;
	border: 0.2rem solid rgba(52, 54, 138, 0);
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}
.list-box01 > li > a:hover {
	color: rgba(52, 54, 138, 1);
	border: 0.1rem solid transparent;
	background: #FFFFFF url(/_res/seojeong/_share/img/ico-link02-on.png) right 3rem center / 2.3rem 2.3rem no-repeat;
}
.list-box01 > li > a:hover::after {
	border: 0.2rem solid rgba(52, 54, 138, 1);
}
.list-box02 {
	display: flex;
	flex-wrap: wrap;
}
.list-box02.col-3{
	gap: 2rem;
}
.list-box02.col-3 > li{
	width: calc((100% - 4rem) / 3);
}
.list-box02.col-4 {
	gap: 2rem;
}
.list-box02.col-4 > li {
	width: calc((100% - 6rem) / 4);
}
.list-box02.col-6 {
	gap: 1rem;
}
.list-box02.col-6 > li {
	width: calc(100% / 6 - 0.8333333rem);
}
.list-box02 > li {
	padding: 4rem 3rem;
	background: #FFFFFF;
	border: 0.1rem solid #D4D4D4;
	border-radius: 0.8rem;
	word-break: keep-all;
}
.list-box02 > li > .box-tit {
	font-weight: 700;
	font-size: 2rem;
	line-height: 140%;
	text-align: center;
	color: #34368A;
}
.list-box02 > li > p {
	margin-top: 1.6rem;
	font-weight: 500;
	font-size: 1.6rem;
	color: #666;
	text-align: center;
	line-height: 140%;
}
.list-box03{
	display:flex;
	width:100%;
	min-height:12rem;
	margin-top:2.4rem;
	border-radius: 1.2rem;
	overflow:hidden;
}
.list-box03 li{
	display:flex;
	align-items:center;
	justify-content:center;
	flex:1;
	position:relative;
	background: #F4F5FE;
	text-align:center;
	font-weight: 300;
	font-size: 2rem;
	line-height: 130%;
	color: #222222;
}
.list-box03 li + li::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:0.2rem;
	height:4.6rem;
	background: rgba(52, 54, 138, 0.2);
	transform:translateY(-50%);
}
.list-box04{
	display:flex;
	width:100%;
	padding:4rem;
	background: #F4F4F4;
}
p +.list-box04{
	margin-top:2rem;
}
.list-box04 > ol{
	flex:1;
	position:relative;
	background: #F4F4F4;
	color: #222;
	font-weight: 500;
	line-height: 130%;
	color: #222222;
}
.list-box04 > ol + ol{
	padding-left:10rem;
}
.list-box04 > ol + ol::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:5rem;
	width:0.1rem;
	height:100%;
	background: rgba(0, 0, 0, 0.10);;
	transform:translateY(-50%);
}
.list-box04 > ol li + li{
	margin-top:2rem;
}

.list-box04{
	display:flex;
	width:100%;
	padding:4rem;
	background: #F4F4F4;
}
p +.list-box04{
	margin-top:2rem;
}
.list-box04 > ol{
	flex:1;
	position:relative;
	background: #F4F4F4;
	color: #222;
	font-weight: 500;
	line-height: 130%;
	color: #222222;
}
.list-box04 > ol + ol{
	padding-left:10rem;
}
.list-box04 > ol + ol::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:5rem;
	width:0.1rem;
	height:100%;
	background: rgba(0, 0, 0, 0.10);;
	transform:translateY(-50%);
}
.list-box04 > ol li + li{
	margin-top:2rem;
}

.list-box05{ margin-bottom:2rem;
}
.list-box05 > p{
	margin:2rem auto 1rem auto ;
}
.list-box05 > ol{
	display:flex;
	flex-direction: column;
	width:100%;
	padding:4rem;
	background: #F4F4F4;
	
	position:relative;
	color: #666;
	font-weight: 500;
	line-height: 180%;
}
.list-box05 > ol + ol{
	padding-left:10rem;
}
.list-box05 > ol + ol::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:5rem;
	width:0.1rem;
	height:100%;
	background: rgba(0, 0, 0, 0.10);;
	transform:translateY(-50%);
}

/* 오시는 길 */
.subway-box {
	display: flex;
}
.subway-box  > ul + ul {
	margin-left: 9rem;
}
.subway-box  > ul > li {
	display: flex;
	align-items: center;
}
.subway-box  > ul > li + li {
	margin-top: 1rem;
}
.subway-box .info-wrap {
	display:flex;
	flex-direction: column;    
	align-items: flex-start;
}
.subway-box .info-wrap > .label-type03 {
	margin-top: 0.8rem;
	margin-left: 1.6rem;
}
.subway-box .time-info {
	position: relative;
	margin-left: 1.6rem;
	padding-right: 2.4rem;
	color: #666666;
	background: url(/_res/seojeong/_share/img/ico-link02.png) right center / 1.6rem 1.6rem no-repeat;
}
.subway-box .time-info::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	width: calc(100% - 2.6rem);
	height: 0.1rem;
	background: #666;
}
.subway-label {
	display: flex;
	align-items: center;
	padding: 0.8rem 1rem;
	min-width: 17.7rem;
	border-radius: 10rem;
}
.subway-label.line01 {
	color: #183790;
	background: #183790;
}
.subway-label.line04 {
	color: #4270CC;
	background: #4270CC;
}
.subway-label.line07 {
	color: #5C661C;
	background: #5C661C;
}
.subway-label > span {
	min-width: 4rem;
	height: 4rem;
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 4rem;
	border-radius: 100%;
	background: #fff;
	text-align: center;
}
.subway-label > p {
	width: 100%;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
}
.citybus{
	display:flex;
	align-items:center;
	gap:3rem;
}
.citybus + .citybus{
	margin-top: 1.2rem;
}
.citybus h5{
	position:relative;
	width:27.8rem;
	height:6rem;
	margin-right:3rem;
	padding: 1.7rem 0 1.6rem 2rem;
	border: 0.1rem solid #EDEDED;
	border-right:none;
	font-weight: 500;
	line-height: 150%;
}
.citybus h5::before{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	right:0;
	width:4.1rem;
	height:4.1rem;
	transform:translate(50%, -50%)rotate(45deg);
	border-top: 0.1rem solid #EDEDED;
	border-right: 0.1rem solid #EDEDED;
}
.citybus p{
	font-weight: 500;
	color: #666;
}
.citybus span{
	margin-right:1rem;
	height: 3.9rem;
	font-size: 1.8rem;
}
/*추가 231515*/
.tit-ko {
	margin: 6.7rem 0 3rem 0;
	padding-left: 3.1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	color: #222;
	background-image: url(/_res/seojeong/_share/img/ico-write-ko_on.png);
	background-size: 2.5rem 2.8rem;
	background-position: left center;
	background-repeat: no-repeat;
}
.tit-en {
	margin: 6.7rem 0 3rem 0;
	padding-left: 3.1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	color: #222;
	background-image: url(/_res/seojeong/_share/img/ico-write-en_on.png);
	background-size: 2.5rem 2.8rem;
	background-position: left center;
	background-repeat: no-repeat;
}

/* 개인정보 처리방침 */
.tit-policy {
	margin: 6.7rem 0 3rem 0;
	padding-left: 3.1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	color: #222;
	background-image: url(/_res/seojeong/_share/img/ico-policy-info.png);
	background-size: 2.3rem 2rem;
	background-position: left center;
	background-repeat: no-repeat;
}
.tit-policy01 {
	margin: 6.7rem 0 3rem 0;
	padding:1.5rem 0 1.5rem 3.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	color: #222;
	background-image: url(/_res/seojeong/_share/img/ico-privacy01.png);
	background-size: 3.0rem 3.0rem;
	background-position: left center;
	background-repeat: no-repeat;
}
.tit-policy02 {
	margin: 6.7rem 0 3rem 0;
	padding:1.5rem 0 1.5rem 3.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	color: #222;
	background-image: url(/_res/seojeong/_share/img/ico-privacy02.png);
	background-size: 3.0rem 3.0rem;
	background-position: left center;
	background-repeat: no-repeat;
}
.tit-policy03_two {
	margin: 6.7rem 0 3rem 0;
	padding:1.5rem 0 1.5rem 6.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	color: #222;
	background-image: url(/_res/seojeong/_share/img/ico-privacy-two.png);
	background-size: 6.0rem 3.0rem;
	background-position: left center;
	background-repeat: no-repeat;
}
.tit-policy_no {
	margin: 6.7rem 0 3rem 0;
	padding:1.5rem 0 1.5rem 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	color: #222;
	background-size: 3.0rem 3.0rem;
	background-position: left center;
	background-repeat: no-repeat;
}

.sub_text {
	margin: 1rem 0 3rem 0;
	padding:1.5rem 0 1.5rem 5rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 130%;
	color: #222;
	background-image: url(/_res/seojeong/_share/img/ico-privacy01.png);
	background-size: 3.0rem 3.0rem;
	background-position: left center;
	background-repeat: no-repeat;
}

.tit-policy01, .tit-policy02, .tit-policy_no{display:inline-block;}
.tit-txt {
	margin-top: 6rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
}
.tit-policy01.user {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-user.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.group {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-group.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.third {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-third.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.trust{
	background-image: url(/_res/seojeong/_share/img/ico-policy01-trust.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.trash {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-trash.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.doc {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-doc.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.shield {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-shield.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.behavior {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-behavior.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.cpo {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-cpo.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.view {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-view.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.umb {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-umb.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.counsel {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-counsel.png);
	background-size: 3.0rem 3.0rem;
}

.tit-policy01.user {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-user.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy01.group {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-group.png);
	background-size: 3.0rem 3.0rem;
}

.span_icon{
	margin-left:1rem;
	padding:1.5rem 0 1.5rem 4.5rem;
	color: #222;
	background-position: left center;
	background-repeat: no-repeat;
}
.span_icon.policy_tow{background-image: url(/_res/seojeong/_share/img/ico-privacy-two.png);
	background-size: 8.0rem 4.0rem; padding:1.5rem 0 1.5rem 8.5rem !important;}
.span_icon.user {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-user.png);
	background-size: 4.0rem 4.0rem;
}
.span_icon.third {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-third.png);
	background-size: 4.0rem 4.0rem;
}
.span_icon.trust{
	background-image: url(/_res/seojeong/_share/img/ico-policy01-trust.png);
	background-size: 4.0rem 4.0rem;
}
.span_icon.trash {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-trash.png);
	background-size: 4.0rem 4.0rem;
}
.span_icon.behavior {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-behavior.png);
	background-size: 4.0rem 4.0rem;
}
.span_icon.ai {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-ai.png);
	background-size: 4.0rem 4.0rem;
}
.span_icon.doc {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-doc.png);
	background-size: 3.0rem 3.0rem;
}
.span_icon.shield {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-shield.png);
	background-size: 3.0rem 3.0rem;
}

.span_icon.cpo {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-cpo.png);
	background-size: 3.0rem 3.0rem;
}
.span_icon.view {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-view.png);
	background-size: 3.0rem 3.0rem;
}
.span_icon.umb {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-umb.png);
	background-size: 3.0rem 3.0rem;
}
.span_icon.counsel {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-counsel.png);
	background-size: 3.0rem 3.0rem;
}



.sub_text.counsel02 {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-counsel.png);
	background-size: 3.0rem 3.0rem;
}


.tit-policy.user {
	background-image: url(/_res/seojeong/_share/img/ico-policy-user.png);
	background-size: 1.8rem 2rem;
}
.tit-policy.group {
	background-image: url(/_res/seojeong/_share/img/ico-policy-group.png);
	background-size: 2.3rem 1.8rem;
}
.tit-policy.third {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-third.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy.umb {
	background-image: url(/_res/seojeong/_share/img/ico-policy-umb.png);
	background-size: 1.8rem 2rem;
}
.tit-policy.trash {
	background-image: url(/_res/seojeong/_share/img/ico-policy-trash.png);
	background-size: 1.6rem 2rem;
}
.tit-policy.shield {
	background-image: url(/_res/seojeong/_share/img/ico-policy-shield.png);
	background-size: 2.3rem 2rem;
}
.tit-policy.shield02 {
	background-image: url(/_res/seojeong/_share/img/ico-policy-shield02.png);
	background-size: 2.1rem 2rem;
}
.tit-policy.doc {
	background-image: url(/_res/seojeong/_share/img/ico-policy-doc.png);
	background-size: 1.6rem 2rem;
}
.tit-policy.hand {
	background-image: url(/_res/seojeong/_share/img/ico-policy-hand.png);
	background-size: 2.3rem 1.4rem;
}
.tit-policy.counsel {
	background-image: url(/_res/seojeong/_share/img/ico-policy01-counsel.png);
	background-size: 3.0rem 3.0rem;
}
.tit-policy-intro {
	position: relative;
	margin: 4rem 0 2rem 0;
	padding-left: 2.2rem;
	font-size: 2rem;
	font-weight: 500;
	color: #222;
	line-height: 130%;
}
.tit-policy-intro::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 1.5rem;
	background: url(/_res/seojeong/_share/img/ico-policy-intro.png) left center / 100% no-repeat;
}
.policy-prev > li > a {
	position:relative;
	padding-right: 3rem;
}
.policy-prev > li > a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 1.3rem;
	background:url('/_res/seojeong/_share/img/ico-policy-prev.png') right center / 100% no-repeat ;
}
.policy-prev > li.policy-prev-link{ cursor: pointer; }
.policy-prev > li.policy-prev-link span{position:relative; padding-right: 3rem;}
.policy-prev > li.policy-prev-link span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 1.3rem;
	background:url('/_res/seojeong/_share/img/ico-policy-prev.png') right center / 100% no-repeat ;
}

.policy-list01 ol {
	display: flex;
	flex-wrap: wrap;
	padding: 4rem;
	background: #F4F4F4;
}
.policy-list01 > ol li{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	width: calc((100%) / 3);
	margin:2rem 0;
	
}

.policy-list01 > ol li::after {
	content: "";
	display: block;
	position: absolute;   
	top: 0;
    left: calc(100%);
	width: 0.1rem;
	height: 100%;
	background: rgba(0, 0, 0, 0.10);
}
.policy-list01 > ol li:nth-child(3)::after, .policy-list01 > ol li:nth-child(6)::after {display: none;}
.policy-list01 li{text-align:center;}
.policy-list01 li figure{display:block;}
.policy-list01 li figure > img{ width:6rem; height:6rem;}
.policy-list01 li figcaption{font-size:1.8rem; font-weight:300; text-align:center;  margin-top:1rem;}


.policy-list {
	display: flex;
	flex-wrap: wrap;
	padding: 4rem;
	background: #F4F4F4;
}
.policy-list > ol {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	width: calc((100% - 42rem) / 4);
	
}
.policy-list > ol::after {
	content: "";
	display: block;
	position: absolute;   
	top: 0;
    left: calc(100% + 7rem);
	width: 0.1rem;
	height: 100%;
	background: rgba(0, 0, 0, 0.10);
}
.policy-list > ol + ol {
	margin-left: 14rem;
}
.policy-list > ol:last-child::after {
	display: none;
}
.policy-list > ol > li{
	padding-left: 2rem;
	text-indent: -2rem;
	font-weight: 500;
	line-height: 130%;
}
.policy-list > ol > li + li {
	margin-top: 2rem;
}
.reading-step {
	display: flex;    
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.reading-step > img {
	width: 1.6rem;
	height: 1.6rem;
}
.reading-step > p {
	position: relative;
    height: 7.5rem;
}
.reading-step > p > span {
	display: block;
	position: absolute;
	top: 1rem;
	width: 5.5rem;
	height: 5.5rem;
	line-height: 5.5rem;
	font-weight: 800;
	border-radius: 100%;
	background: #fff;
	color: #324B77;
}
.reading-step > p.center {
	padding: 1.4rem 3.8rem;
	min-width: 40.5rem;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 10rem;
	background: #EAEAEA;
}
.reading-step > p.left > span {
	right: 1rem;
	
}
.reading-step > p.right > span {
	left: 1rem;
	
}
.reading-step > .left {
	padding: 1.4rem 6rem 1rem 1rem;
    min-width: 18rem;
	background: #324B77;
	color: #fff;
	border-radius: 10rem;
}
.reading-step > .right {
	padding: 2.4rem 1rem 1rem 6rem;
    min-width: 18rem;
	background: #324B77;
	color: #fff;
	border-radius: 10rem;
}
/*푸터*/
footer{
	background: #1B273E;
	color: #FFF
}
.footer-t{
	padding:4.5rem 0;
	border-bottom:0.1rem solid #d9d9d9;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	letter-spacing: -0.02em;
}
.footer-t .innerframe-1620{
	display:flex;
}
.f-sns{
	display:flex;
	gap:2.8rem;
	width: 36rem;
	/*width: 26rem;*/
	padding:0 4.1rem;
}
.f-sns button{
	width:2.6rem;
	height:4rem;
}
.f-sns button:last-of-type{
	width:3rem;
}
.f-sns button img{
	width: 100%;
	object-fit:contain;
}
.f-nav{
	display:flex;
	align-items:center;
	justify-content:center;
	flex:1;
	height:3rem
}
.f-nav li{
	flex:1;
	position:relative;
	padding: 0 0.8rem;
	text-align:center;
}
.f-nav li.yellow{
	color:#FED600
}
.f-nav li + li::before{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	width:0.1rem;
	height:3rem;
	transform:translateY(-50%);
	background:#fff;
	opacity:0.1;
}
.f-nav li a{
	word-break: keep-all;
}
.footer-b .innerframe-1720{
	display:flex;
	justify-content:space-between;
	padding-top:8rem;
	padding-bottom:10.9rem;
}
.f-con{
	display:flex;
}
.f-logo{
	max-width:24rem;
	height:6.8rem;
	object-fit: contain;
}
.f-txt{
	display:flex;
	flex-direction:column;
	flex: 1;
	/*max-width:75.2rem;*/
	max-width: 90.2rem;
	margin: 0 3.3rem 0 3rem;
}
.fwrap-filedown{
	display:flex;
	gap:0.8rem;
}
.btn-filedown{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width: 15.5rem;
	height: 4.4rem;
	padding:1rem 2rem;
	background: #293754;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	opacity: 0.7;
}
.btn-filedown img{
	width:1.1rem;
}

.btn-filedown02{
	padding:0 2rem;
	height: 4.8rem;
	border: 0.1rem solid #212529;
	border-radius: 0.4rem;
	font-weight: 500;
	font-size: 1.4rem;
	margin-left:1.4rem;
}
	
.btn-filedown02 img{
	width:1.1em;
	margin-left:1.4rem;
}

.btn-filedown03{
	padding: .5rem 2rem;
	font-weight: 500;
	font-size: 1.4rem;
	margin-left:1.4rem;
	background: rgba(0,0,0,.1);
	border-radius: 1rem;}
.btn-filedown03 img{
	width:.8em;
	margin-left:1.4rem;
}
.list-add{
	display:flex;
	flex-wrap:wrap;
	gap: 1rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 150%;
	letter-spacing: -0.01em;
	opacity:0.7;
}
.f-txt .copy{
	width:100%;
	margin-top:2rem;
	opacity:0.7;
}
.main-phone{
}
.main-phone p{
		opacity: 0.7;
	font-weight: 500;
	font-size: 2rem;
	line-height: 150%;
	letter-spacing: -0.01em;
}
.main-phone span{
		opacity: 0.7;
	display:inline-block;
	padding-top:0.4rem;
	padding-bottom:1rem;
	font-style: normal;
	font-weight: 600;
	font-size: 4.2rem;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FED600;
}
.box-fselect{
	display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
	gap:0.8rem;
	margin-bottom:3.2rem;
}

.main-wa{ padding-top:3.2rem;
}
.main-wa  img{width:90px;}
/*.box-fselect::before{
	content:"";
	clear:both;
}*/
.wrap-f-select{
	display:flex;
	gap:0.8rem;
}
.f-select{
	position:relative;
	float: left;
	width: 18.2rem;
	border: 0.1rem solid #FFFFFF;
	background-color: unset;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: rgb(255,255,255,0.7);
	z-index: 2;
}	
.f-select:nth-of-type(1){
	z-index:3
}
.f-select:nth-of-type(2){
	z-index:2
}
.f-select:nth-of-type(3){
	z-index:1
}
.f-select-con{
	height: 4.8rem;
	background:url('/_res/seojeong/_share/img/ico-down01.png') no-repeat calc(100% - 2rem) 50% / 1.4rem auto;
}
.f-select.on .f-select-con{
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
	background-image:url('/_res/seojeong/_share/img/ico-up01.png');
}
.f-select-con a{
	display:inline-block;
	width:100%;
	padding:1.2rem 2rem;
}
.f-select ul{
	position:absolute;
	top:4.8rem;
	left:-0.1rem;
	width:calc(100% + 0.2rem);
	max-height:0;
	border:0.1rem solid #fff;
	border-top:0;
	background: #1B273E;
	overflow:hidden;
	transition:all .3s ease 0s;
	
}
.f-select ul::-webkit-scrollbar {
	width: 1rem;
}
.f-select ul::-webkit-scrollbar-track {
  background: #1B273E;
}
.f-select ul::-webkit-scrollbar-thumb {
  background: #ffffff4a;
  background-clip: padding-box;
  border: 0.2rem solid transparent;
	border-radius: 1.2rem;
}
.f-select.on ul{
	max-height:19.8rem;
	color:rgba(255, 255, 255, 0.4);
	overflow-y: auto;
}
.f-select ul li + li{
	border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.f-select ul li:hover{
	background: rgba(255, 255, 255, 0.1);
	color:rgba(255, 255, 255, 0.7);
}
.f-select ul li a{
	display:inline-block;
	width:100%;
	padding:1.2rem 2rem;
}
@media (max-width: 1795px){
	/* 헤더 */
	.gnb-depth2 > li {
		padding: 1.1rem 2rem 1.1rem 2rem;
	}
	.gnb-depth2 > li:first-child {
		padding: 1.8rem 2rem 1.1rem 2rem;
	}
	.gnb-depth1 > li > a {
		padding: 0 2rem;
		width: 15rem;
		font-size: 1.8rem;
	}
	.gnb-depth1 > li > a::after {
		left: 2rem;
	}
	.gnb-depth1 > li > a.active::after {
		width: calc(100% - 4rem);
	}
	.gnb + .side-menu > li.link, .gnb + .side-menu > li.sitemap {
		font-size: 1.6rem;
	}
}
@media (max-width: 1620px){
	/* 푸터 */
	footer .innerframe-1620{
		padding-left:2rem;
		padding-right:2rem;
	}
}
@media (max-width: 1560px){
	/* 헤더 */
	.header-wrap > .side-menu,
	.header-wrap > .search-wrap {
		display: none;
	}
}
@media (max-width: 1500px){
	.t-scroll, .m-scroll {    
		position: relative;
    	overflow: auto;
	}
	.m-scroll > .wrap-grouptb{
		width:150rem;
	}
}
@media (max-width: 1370px) {
	/* 개인정보 처리방침 */
	.policy-list > ol {
		width: calc((100% - 14rem) / 2);
	}
	.policy-list > ol:nth-child(2)::after {
		display: none;
	}
	.policy-list > ol.nth03 {
		margin-left: 0;
		padding-top: 2rem;
	}
	.policy-list > ol.nth04 {
		margin-top: 2rem;
	}
}
@media (max-width: 1270px){
	/* list box */
	.list-box02.col-6 > li{
		width:calc((100% - 2rem)/3);
	}
}
@media (max-width: 1190px){
	/* 오시는 길 */
	.subway-box {
		flex-direction: column;
	}
	.subway-box > ul + ul {
		margin-left: 0;
		margin-top: 1rem;
	}
	/* 푸터 footer */
	.f-nav{
		justify-content: flex-start;
		flex-wrap:wrap;
		gap:0.6rem;
		height:auto;
	}
	.f-nav li{
		flex:unset;
		padding: 0 0.5rem;
	}
	.f-nav li + li::before{
		left: -0.3rem;
		height:1.2rem;
	}
	.f-nav li:last-of-type::before{
		left: 0.5rem;
	}
	.f-sns{
		padding: 0 1.4rem 0 1.2rem;
		gap:2.8rem;
	}
	.f-sns button{
		position:relative;
	}
	.f-sns button + button::before{
		content:"";
		display:inline-block;
		position:absolute;
		top:50%;
		left:-1.4rem;
		width:0.1rem;
		height:1.2rem;
		transform:translateY(-50%);
		background:#fff;
		opacity:0.1;
	}
	.footer-b .innerframe-1720{
		flex-direction:column;
	}
	.f-txt{
		margin:4rem 0;
	}
	.main-phone{
		padding-top:4rem;
		border-top:0.1rem solid rgb(255,255,255,0.1);
	}
	/* 리스트박스 list-box */
	.list-box01 > li {
		width: calc(100% / 3 - 1.3333333rem);
	}
}
@media (max-width: 1020px){
	.sub-nav.fixed {
		position: fixed;
		width: 100%;
		z-index: 25;
	}
	/*공통-블루박스*/
	.box-blue03 .box-con{
		flex-direction:column;
	}
	.sub-nav > .s-nav-depth1 > li:not(:first-child ) {
		width: 50%;
	}
	.m-scroll > *,
	.t-scroll > table {
		width: 100rem;
	}
	.ico-scroll {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 7rem;
		height: 7rem;
		background: url('/_res/seojeong/_share/img/ico-table-scroll.png') 50% / 100% no-repeat;
		transform: translate(-50%, -50%);
		z-index:5;
	}
	/* list box */
	.list-box02.col-4 > li {
		width: calc((100% - 4rem) / 3);
	}
}
@media (max-width: 840px){
	/* list box */
	.list-box02.col-3 > li{
		width:100%;
	}
	/* 개인정보 처리방침 */
	.policy-list {
		padding: 4rem 2rem;
	}
	.policy-list > ol {
		width: 100%;
	}
	.policy-list > ol + ol {
		margin-left: 0;
	}
	.policy-list > ol.nth02 {
		margin-top: 2rem;
	}
	/* 오시는 길 */
	.box-citybus {
		margin-bottom: 4rem;
	}
	.citybus {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 1.5rem;
	}
	.citybus + .citybus {
		margin-top: 2.4rem;
	}
	.citybus h5 {
		margin-right: 0;
		width: 100%;    
		font-size: 1.6rem;
		border-right: 0.1rem solid #EDEDED;
	}
	.citybus span {
		padding: 0.5rem 1.6rem;
		height: 3rem;
		font-size: 1.6rem;
	}
	.citybus p {
		width: calc(100% / 2 - 1.2rem);
		font-size: 1.6rem;
	}
	.citybus h5::before {
		top: 100%;
		right: 50%;
		width: 1.5rem;
    	height: 1.5rem;
		background: #fff;
		transform: translate(50%, -50%) rotate(45deg);
		border-top: none;
		border-bottom: 0.1rem solid #EDEDED;
		border-right: 0.1rem solid #EDEDED;
	}
}
@media (max-width: 768px){
	
	/* 헤더 */
	.header-wrap {
		padding: 0 2rem;
		height: var(--header-mobileH);
	}
	.main-logo > a {    
		width: 12.5rem;
		min-width: auto;
		height: auto;
	}
	/* 모바일 메뉴 */
	.m-menu-list {
		padding: 15rem 2rem 2rem;
	}
	.m-menu-list > .mobile-menu {
		height: calc(100% - 5rem);
	}
	.m-menu-bottom {   
		top:7rem;
		left: 2rem;
		right: 2rem;
	}
	/*팝업*/
	.pop-head{
		min-height:5rem;
		font-size:1.6rem;
	}
	.pop-body{
		padding:4rem 2rem 6rem;
	}
	.pop-body .p-tit{
		font-size: 2rem;
	}
	.pop-body .pop-cont{
		max-height: 30vh;
		overflow:auto;
		font-size:1.6rem;
	}
	.p-btn-wrap .p-btn {
		font-size: 1.6rem;
	}
	.p-btn-wrap.single .p-btn{
		width:100%;
	
	}.p-btn-close {    
		top: 0.5rem;
		height: 5rem;
		width: 5rem;
	}
	.p-btn-close > img {
		width:1.4rem;
	}
	/*공통 - pc-block*/
	.pc-show{
		display:none;
	}
	.m-show{
		display:block;
	}
	.innerframe-1720{
		padding: 0 2rem;
		max-width: 100%;
	}
	.innerframe-1500{
		padding: 0 2rem;
		max-width: 100%;
	}
	/* 지도 */
	.kakao-map .wrap_map {
		height: 24rem !important;
	}
	/* 테이블 공통 */
	table > thead th,
	table > thead td,
	table > tbody th,
	table > tbody td {
		font-size: 1.6rem;
	}
	/* 테이블 주석 */
	.t-scroll + .list-dot, 
	table + .list-dot {
		margin-top: 2rem;
	}
	.tbl-desc {
		font-size: 1.8rem;
	}
	/*공통-블루박스*/
	.box-blue02{
		padding:4rem 3rem;
	}
	.box-blue02 .ico-alert{
		display:none;
	}
	.box-blue02 .box-txt{
		flex-direction:column;
		width:100%;
		margin-left:0;
	}
	.box-blue02 h5{
		width: 100%;
		margin-right:0;
		margin-bottom:2rem;
		padding-left:4.8rem;
		padding-right:0;
		padding-bottom:0.6rem;
		background:url('/_res/seojeong/_share/img/ico-alert.png') no-repeat 0 50% /3.2rem;
		word-break: keep-all;
	}
	.box-blue02 ul{
		width:100%;
		padding-top:2rem;
		font-size: 1.6rem;
	}
	.box-blue02 ul::before{
		top:0;
		left:50%;
		width:100%;
		height:0.1rem;
		transform:translateX(-50%);
	}
	.box-blue03 h5{
		margin-left:0;
	}
	.box-blue03 .box-con{
		gap: 4rem;
		margin-top:0;
		padding-top:3rem;
		padding-bottom:0;
	}
	.box-blue03 h6{
		margin-bottom:0;
	}
	/* info box */
	.box-info{
		padding: 3rem;
		background-position: left 3rem top 3.2rem;
		background-size: 2.4rem 2.2rem;
	}
	.box-info.notice {
		padding: 7.4rem 3rem 3rem 3rem;
		background-size: 2.4rem 2.4rem;
		background-position: left 3rem top 3rem;
	}
	.box-info.notice01 {background:#F4F5FE url('/_res/seojeong/_share/img/ico-box-notice.png') left 2rem top 2.5rem / 4rem 4rem no-repeat; padding: 3rem 3rem 3rem 7rem ;}
	.box-info.notice02 {background:#F4F5FE url('/_res/seojeong/_share/img/ico-box-notice.png') left 2rem top 4.5rem / 4rem 4rem no-repeat ;}
	.box-info.blue {
		padding: 3rem;
		background-position: left 3rem top 3rem;
		background-size: 2.4rem 2.2rem;
	}
	.box-info.blue.info {
		padding: 3rem;
		background-position: left 3rem top 3rem;
		background-size: 2.4rem 2.2rem;
	}
	.box-info.blue.info {
		background: #34368A url(/_res/seojeong/_share/img/ico-alert.png) left 3rem top 3rem / 3rem 3rem no-repeat
	}
	.box-info .b-info-tit {
		padding-left:4rem;
	}
	.box-info > .list-dot > li + li {
		margin-top: 1.2rem;
	}
	/* box-gray */
	.box-gray {
		align-items: flex-start;
    	flex-direction: column;
		margin-top: 4rem;
		padding: 1.6rem
	}   
	.box-gray > li {    
		padding-left: 2.4rem;
		background-position: left top 0.5rem;
    	background-size: 1.4rem 1.4rem;
	} 
	.box-gray > li + li {
		margin-top: 0.8rem;
		margin-left: 0;
	}
	.box-gray > li.fax {
		background-size: 1.4rem 2rem;
		background-position: left top 0.2rem;
	}
	.box-underline {
		padding-bottom: 4rem;
	}
	/*공통-게시판 이동버튼*/
	.box-movement{
		gap:1rem;
		margin-top:4rem;
	}
	.box-movement button{
		width:calc(50% - 0.5rem);
		height:6.8rem;
		font-size: 14px;
	}
	.box-movement button img{
		width:1.4rem;
	}
	/* 서브 비주얼 영역 */
	.sub-visual-area > header {
		padding: 6.8rem 2rem;
		height: 20rem;
	}
	.sub-visual-tit {
		font-size: 3.4rem;
	}
	.sub-visual-txt {
		margin-top: 0.6rem;
		font-size: 1.4rem;
	}

	.sub-nav > .s-nav-depth1 {
		max-width: 100%;
	}
	.sub-nav > .s-nav-depth1 > li:last-child {
		border-right: none;
	}
	.sub-nav > .s-nav-depth1 > li > a {
		display: flex;
		align-items: center;
		padding: 1rem 4.5rem 1rem 1.5rem;
		height: 5.6rem;
		font-size: 1.6rem;
	}
	.sub-nav > .s-nav-depth1 > li:not(:first-child) > a::after{
		top: 42%;
		right: 1.5rem;
		width: 1.8rem;
		height: 0.8rem;
	}
	.sub-nav .s-nav-depth2 {
		/*max-height: 28rem;*/
	}
	.sub-nav .s-nav-depth2 > li > a {
		padding: 1.5rem;
		font-size: 1.4rem;
	}
	.s-nav-depth2 > li > a.n-win {
		background: url(/_res/seojeong/_share/img/ico-gnb-link_on.png) right 2.3rem top 1.8rem / 1rem 1rem no-repeat;
	}
	.s-nav-depth2 > li > a.n-win:hover {
		background: rgba(34, 34, 34, 0.95) url(/_res/seojeong/_share/img/ico-gnb-link_on.png) right 2.3rem top 1.8rem / 1rem 1rem no-repeat;
	}
	.btn-home {
		display: none;
	}
	/*로그인*/
	.wrap-login{
		padding:6rem 2rem 6rem;
	}
	.login-tit{
		padding-bottom:3.2rem;
		border-bottom: 0.2rem solid #222;
	}
	.login-cont{
		padding:3rem 0;
	}
	.login-cont input{
		padding:1rem 2rem;
		font-size:1.6rem;
	}
	.login-cont label{
		margin-bottom: 0.6rem;
		font-size:1.6rem;
	}
	.login-cont input + label{
		margin-top: 1rem;
	}
	.wrap-loginbtn{
		padding-top:3rem;
	}
	.wrap-loginbtn button{
		font-size: 1.6rem;
		font-weight: 700;
	}
	/* 서브페이지 타이틀 영역 */
	.sub-cont {
		margin-bottom: 10rem ;
		padding: 0 2rem;
		max-width: 146rem;
	}
	.tit-area {
		margin: 0 auto 4rem;
		max-width: 146rem;
		padding: 0 2rem;
	}
	.tit-area > .tit-wrap {
		padding: 6rem 0 3rem 0;
	}
	.tit01 {
		font-size: 3.4rem;
	}
	.tit02 {
		margin-bottom: 1.4rem;
		font-size: 2.4rem;
	}
	.tit03 {
		margin: 6rem 0 3rem;
		font-size: 2.4rem;
	}
	.tit04 {
		margin: 4rem 0 2.4rem;
		font-size: 2rem;
	}
	.tit-bullet {
		margin: 4rem 0 1.2rem 0;
		font-size: 2rem;
	}
	.tit-bullet::before {
		top: 0.4rem;
	}
	.tit-sub {
		font-size: 1.6rem;
		line-height: 150%;
	}
	.wrap-btn-hompage,.wrap-btn-hompage + li, .wrap-btn-hompage + li +li{
		display:none;
	}
	.tit-wrap > .btn-wrap > li:nth-child(1),
	.tit-wrap > .btn-wrap > li:nth-child(2) {
		display:none;
	}
	.btn-print {
		margin-left:0;
	}
	.btn-print > button {
		border-left: 0.1rem solid #ddd;
	}
	
	.txt01 {
		font-size: 1.6rem;
	}
	.txt01 + .list-dot {
		margin-top: 1.2rem;
	}
	.list-type01.dep01 {
		font-size: 1.8rem;
	}
	.list-type01 {
		font-size: 1.6rem;
	}
	.list-type01 > li {
		line-height: 130%;
	}
	.list-dot > li {
		font-size: 1.6rem;
	}
	.list-type01 > li + li, 
	.list-txt > li + li
	.list-type01 > li > .list-type01, 
	.list-txt > li > .list-txt, 
	.list-type01 > li > .list-dot {
		margin: 1.2rem 0;
	}
	
	/* list box */
	.list-box01 {
		gap: 1rem;
	}
	.list-box01 > li {
		width: calc(100% / 2 - 1rem);
		height: 9.5rem;
	}
	.list-box01 > li > a,
	.list-box01 > li > a:hover  {
		padding: 2.6rem 6rem 2.6rem 2rem;
		font-size: 1.4rem;
		background-position: right 2rem center;
		background-size: 1.8rem 2.4rem ;
	}
	.list-box02 > li {
		padding: 3rem;
	}
	.list-box02 > li > .box-tit {
		font-size: 1.8rem;
	}
	.list-box02 > li > p {
		font-size: 1.6rem;
	}
	.list-box02.col-3{
		gap:1rem;
	}
	.list-box02.col-4 {
		gap: 1rem;
	}
	.list-box02.col-4 > li {
    	width: calc((100% - 1rem) / 2);
	}
	.list-box02.col-6 > li{
		width: calc((100% - 1rem) / 2);
	}
	.list-box03{
		flex-wrap:wrap;
		margin-top:0;
		border-radius: 0;
	}
	.list-box03 li{
		flex:none;
		width:50%;
		height:12rem;
	}
	.build-b .list-box03 li:nth-of-type(3)::after{
		display:none;
	}
	.list-box03 li:nth-of-type(1),.list-box03 li:nth-of-type(2){
		margin-bottom:1rem;
	}
	.list-box03 li:nth-of-type(2n - 1){
		border-radius: 1.2rem 0 0 1.2rem;
	}
	.list-box03 li:nth-of-type(2n ){
		border-radius: 0 1.2rem 1.2rem 0 ;
	}
	/* 서브페이지 탭 */
	.tab01 {
		display: none;
	}
	
	.tab01.quick-page {
		display: flex;
	}
	.tab01.quick-page > li {
		width: 33.33333333%;
	}    
	.tab01.quick-page > li > a {
		padding: 0 3rem 0 1rem;
	}    
	.tab01-mo {
		display: block;
		position: relative;
	}
	.tab01-mo > .active {
		padding: 2rem 4.5rem 2rem 2rem;
		width: 100%;
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
		background: #34368A url(/_res/seojeong/_share/img/ico-tab-arr.png) right 2rem center / 1.8rem 1.8rem no-repeat;
		cursor: pointer;
	}
	.tab01-mo > ul {
		display: none;
		position: absolute;
		overflow: auto;
		width: 100%;
		max-height: 48rem;
		background: #F4F4F4;
		z-index: 11;
		border: 0.1rem solid rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	.tab01-mo > ul.open {
		display: block;
	}
	.tab01-mo > ul::-webkit-scrollbar {
		width: 0.3rem;
	}
	.tab01-mo > ul::-webkit-scrollbar-thumb {
		background-color: #999999;
		border-radius: 0.4rem;
		background-clip: padding-box;
	}
	.tab01-mo > ul::-webkit-scrollbar-track {
		background: transperant;
	}
	.tab01-mo > ul > li + li {
		border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
	}
	.tab01-mo > ul > li > a {
		display: block;
		padding: 2rem;
		width: 100%;
		font-size: 1.6rem;
		font-weight: 600;
		color: #666;
	}
	.tab01_1 > li {
	height: 5.9rem;
	}
	.tab02{
		gap:0.8rem;
	}
	.tab02 li a{
		padding:1.4rem 2rem;
		font-size: 1.4rem;
	}
	.pdf-page > .tab-con {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 2rem;
	}
	.btn-download {
    	padding: 1.5rem 4.5rem 1.5rem 2rem;
		width: 100%;
		height: 5.4rem;
		font-size: 1.4rem;
	}
	/* 오시는 길 */
	.subway-box > ul + ul {
		margin-top: 1.8rem;
	}
	.subway-box > ul > li {
		align-items: flex-start;
		flex-direction: column;
		position: relative;
	}
	.subway-box > ul > li + li { 
		margin-top: 1.8rem;
	}
	.subway-box .time-info {
		margin-left: 0;
		margin-top: 1rem;
		font-size: 1.6rem;
		background: none;
	}
	.subway-box .time-info::after {
		display: none;
	}
	.subway-box .info-wrap > .label-type03 {
		position: absolute;
    	top: 0.5rem;
		left: 14.3rem;
		margin: 0;
		font-size: 1.4rem;
	}
	.subway-label {
		padding: 0.4rem;
		min-width: 13.5rem;
	}
	.subway-label > p {
		font-size: 1.6rem;
	}
	.subway-label > span {
    	min-width: 3.2rem;
		height: 3.2rem;
		font-size: 1.6rem;
		line-height: 3.2rem;
	}
	/* 개인정보 처리방침 */
	.tit-txt {
		margin-top: 4rem;
		font-size: 1.8rem;
	}
	.tit-policy-intro {
		margin: 4rem 0 2rem 0;
		padding-left: 1.6rem;
		font-size: 1.8rem;
	}
	.tit-policy-intro::before {
    	top: 0.4rem;
		transform: none;
	}
	.tit-policy {
		margin: 6rem 0 2.4rem 0;
		font-size: 1.8rem;
	}
	/* 푸터 footer */
	.footer-t{
		position:relative;
		padding:6rem 0 4rem;
		font-size: 1.3rem;
		line-height: 150%;
		border-bottom:unset;
	}
	.footer-t::before{
		content:"";
		display:inline-block;
		position:absolute;
		bottom:0;
		left:50%;
		width:calc(100% - 4rem);
		height:0.1rem;
		transform:translateX(-50%);
		background:rgb(255,255,255,0.1);
	}
	.f-sns{
		width:auto
	}
	.f-sns button{
		width:1.8rem;
		height:2.7rem;
	}
	.f-sns button:last-of-type{
		width:2.1rem;
	}
	.footer-b .innerframe-1720{
		padding:4rem 2rem 7.3rem;
	}
	.f-logo{
		max-width:16rem;
		height:auto;
	}
	.f-txt{
		position:relative;
		padding-bottom:4.8rem;
	}
	.fwrap-filedown{
		position:absolute;
		float:unset;
		bottom:0;
		left:0;
	}
	.box-fselect{
		margin-bottom:4rem;
	}
	.box-fselect > div{
		display:flex;
		width: 100%;
	}
	.f-select{
		flex:1;
		background-size: 1.2rem auto;
    	background-position-x: calc(100% - 1.6rem);
		font-size: 1.3rem;
	}
	.f-select-con{
		height:4rem;
	}.f-select-con a{
		padding: 1rem 1.6rem;
	}
	.f-select ul{
		top:4rem;
	}
	.f-select ul li a{
		padding: 1rem 1.6rem;
	}
	.list-add{
		gap:unset;
		font-size: 1.2rem;
	}
	.f-txt .copy{
		margin-top:0.8rem;
		font-size: 1.2rem;
	}
	.btn-filedown{
		width:11rem;
		height:2.8rem;
		padding:0 1.2rem;
		font-size: 1.2rem;
	}
	.btn-filedown img{
		width:0.9rem;
	}
	.main-phone p{
		font-size: 18px;
	}
	.main-phone span{
		padding: 1rem 0;
		font-size: 3.4rem;
	}
}
@media (max-width: 560px){
	/* 푸터 */
	.wrap-f-select{
		flex-wrap:wrap;
	}
	.f-select{
		flex:none;
		width:calc(50% - 0.4rem);
	}
}
@media (max-width: 500px){
	.list-box02.col-4 > li,
	.list-box02.col-6 > li {
		width: 100%;
	}
}
@media (max-width: 450px){
	.list-box01 > li {
		width: 100%;
	}
}
@media (max-width: 430px){
	/* 오시는 길 */
	.citybus {
		gap: 1rem;
	}
	.citybus p {
		width: 100%;
	}
	
}