@charset "utf-8";
/* 네비 */
#header {border-bottom: 0;}
div#content_wrap{width: 100%;height: auto;margin: 0 auto;padding-bottom: 5rem;clear: both;}
div#content_wrap:after {display: block;content:'';clear: both;}

/* sub_visual */
#sub_visual {
	position:relative;
	width:100%;
	height: 32rem;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4rem;
}
#sub_visual::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 101%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	animation: sub_visual 4s forwards;
	z-index:-1;
}
@keyframes sub_visual{
	0%{ transform:scale(1.2); filter: blur(8px);}	
 	100%{transform:scale(1); filter: blur(0px);}
}
	#sub_visual h2, 
	#sub_visual p{
		margin: 0;padding: 0;		
	}
	#sub_visual h2{font-size: clamp( 2.8rem, 3.4vw ,4rem);color: #FFF;}
	#sub_visual p{font-size: clamp( 1.7rem, 1.8vw ,2rem);color: rgba(255, 255, 255, 0.8);}
	
	@media (max-width: 1024px){
		#sub_visual {
			height: 24rem;
			gap: 3rem;
		}
		#sub_visual p{font-size: 1.8rem;}	
	}
	@media (max-width: 768px){
		#sub_visual {height: 16rem;gap: 0;}
		#sub_visual p{display: none;}
	}

/* sub_menu */
div#content_left{
	width:100%;
	background: linear-gradient(45deg,rgba(36, 78, 162, 1) 0%, rgba(208, 48, 60, 1) 100%);
}
	#lnb{
		position: relative;
		max-width: 1300px; height: 6rem;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	} 
	#lnb li{position: relative;}
	#lnb li::before {
		position:absolute;
		content: '';
		display:block;
		right: 0;top: 50%;
  		transform: translateY(-50%);
		width: 5px;height: 5px;
		background-color: #fff;
		border-radius: 50%;
		opacity: 0.5;
	}
	#lnb li:last-child::before,
 	#lnb li:has(+ li a.on)::before { display:none; }
	
	/***1차메뉴 링크스타일***/
	#lnb li a{
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		padding: 0 3rem;
		height: 6rem;
		font-size: clamp(1.4rem, 1.5vw, 1.7rem);
		font-weight: 500;
		line-height: 1.5;
		color: #FFF;
	}
	#lnb li a:active,
	#lnb li a:hover{font-weight: 600;}
	#lnb li .on{font-weight: 600;color: #121212;background-color: #fff; }
	#lnb li a i.blank {
		display: inline-block;
		margin-left: 0.5rem;
		width: 1.6rem;height: 1.6rem;
		font-size: 0;text-indent: -99rem;line-height: 0;
		vertical-align: middle;		
		background-image: url('/images/susang/common/icon_blank.svg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0 0;
		filter: brightness(0) invert(1);
	}
	
	@media (max-width: 1024px){
		#lnb,
		#lnb li a {height: 5.2rem;} 
	}
	@media (max-width: 768px){
		#lnb{
			overflow-x: auto;
			justify-content: flex-start;
		}
		#lnb,
		#lnb li a {height: 4.8rem;}
		#lnb li::before {width: 3px;height: 3px;}
		/***1차메뉴 링크스타일***/
		#lnb li a{padding: 0 2rem;}
	}
	
div#content{
	position: relative;
	max-width: 1300px;
	height: auto;
	margin: 0 auto; padding: 0;
}	
	/* position */
	#position{
		width: 100%;
		margin: 4rem auto;padding: 0;
		display:flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#position h3{		
		margin: 0;padding: 0;
		font-size: 3.6rem;
		font-weight: 700;
		line-height: 1.5;
		color: #111;	
	}
	#position #position_here{
		display: flex;
		justify-content: center;
		align-items: center;
	}	
	#position #position_here li{
		position: relative;	
		margin-right: 1.2rem;
		padding-right: 1.2rem;
		font-size: 1.6rem;	
		color: #555;
	}
	#position #position_here li:last-child{margin-right: 0;padding-right: 0;}
	#position #position_here li::before {
		position:absolute;
		content: '';display:block;
		right: 0;top: 50%;
  		transform: translateY(-50%);
		width: 4px;height: 4px;
		background-color: #c5c5c5;
		border-radius: 99rem;
		-webkit-border-radius: 99rem;
	}	
	#position #position_here li:last-child::before {display: none;}
	#position #position_here li img {width: 2.4rem;}
	#position #position_here li span {color: #111;}

	/* 본문 내용 */
	#content_body {
		position: relative;
		width: 100%;
		min-height:100%;
		margin: 0 auto;padding: 0;
	}	
	#content_body h4.h4 {
		margin: 4rem 0  2rem;padding: 0;
		font-size: 2.4rem;font-weight: 700;	
		line-height: 1.5;
		color: #212121;		
	}
	#content_body h5.h5{
		position: relative;
		margin: 3.2rem 0  2rem;padding: 0;
		font-size: 1.8rem;font-weight: 700;
		line-height: 1.5;
		color: #1E3399;
	}

	@media (max-width: 1300px){
		#position,
		#content_body {padding: 0 3%;}
	}
	@media (max-width: 1024px){		
		/* position */
		#position h3{font-size: 3.2rem;}
		#position #position_here li::before {width: 3px;height: 3px;}	
		
		#content_body h4.h4{margin-bottom: 2rem;font-size: 2rem;}
	}
	@media (max-width: 768px){		
		/* position */
		#position{margin: 3rem auto;}
		#position h3{font-size: 2.4rem;}
		#position #position_here li{
			margin-right: 0.6rem;padding-right: 0.6rem;
			font-size: 1.3rem;
		}
		#position #position_here li img {width: 2rem;}
		
		#content_body h4.h4{margin-top: 2.8rem;font-size: 1.8rem;}
		#content_body h5.h5{font-size: 1.4rem;}
	}
	@media (max-width: 480px){
		#position h3{font-size: 2rem;}
		
	}

.content_top_alert {
	display:flex;
	align-items: center;
	margin-bottom: 4rem;
	padding: 4rem;		
	background-color: #E5EEFB;
	border-radius: 0.6rem;
} 
.content_top_alert .icon {width: 8rem; height: 8rem;flex-shrink: 0;}
.content_top_alert .alert_box {padding-left: 4rem;}
.content_top_alert .alert_box p {margin: 0;padding: 0;font-size: clamp(1.4rem, 1.5vw, 1.6rem);line-height: 1.5;word-break: keep-all;}
.content_top_alert .alert_box p strong {display: block;margin-bottom: 1.2rem;font-size: clamp(2rem, 2.2vw, 2.4rem);font-weight: 700;color: #1e3399;}

@media (max-width: 768px){
	.content_top_alert {
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 3.2rem;
		padding: 2.4rem 4rem 4rem;
	} 
	.content_top_alert .icon {width: 6rem;}
	.content_top_alert .alert_box {padding: 0;}
	.content_top_alert .alert_box p {text-align: center;}
	.content_top_alert .alert_box p strong {margin-bottom: 0.8rem;}
}

.cont_box {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	margin: 2rem 0;
	padding: 0;
}
.cont_box .head {
	width: calc(22% - 2rem);
	margin: 0 !important;
	padding: 0;
}
.cont_box .cont {
	flex-grow: 1;	
}
@media (max-width: 1024px){
	.cont_box {flex-direction: column;gap: 0;}
	.cont_box .head,
	.cont_box .cont  {width: 100%;}	
}

[class*="list_bul"] > li {position: relative;padding-left: 1rem;text-align: left;}
[class*="list_bul"] > li::before{position: absolute;content: '';left: 0.8rem;}
[class*="list_bul"] > li + li {margin-top: 0.8rem;}
.list_bul01 > li {
	position: relative;
	padding-left: 2rem;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.5;
	color: #111;
	word-break: keep-all;
}
.list_bul01 > li::before {
	display: block;
	top: 0.8rem;
	width: 5px;	height: 5px;
	background-color: #22449C;
	border-radius: 99rem;
}
.list_bul01 > li span {	
	position: absolute;
	left: 2rem; top: 0;
	font-weight: 700;
	color: #111;
}
.list_bul01 li:has(> span){
	padding-left: 10rem;
}

.list_bul02 li {
	color: #454545;
	word-break: keep-all;
}
.list_bul02 li::before {
	position:absolute;
	content:'';
	left: 0;top: 11px;
	width: 4px;height: 4px;
	background-color: #ccc;	
	border-radius: 99rem;
    -webkit-border-radius:  99rem;    
}
.list_bul02 li span {	
	font-size: 1rem;
	font-weight: 700;
	color: #244EA2;
}


/* 기본테이블 */
.tblType01 table{
	border-top: 2px solid #000;
	font-size:  clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.5;
	text-align: center;
}
.tblType01 table thead th{
	padding: 1.6rem;
	font-weight: 500;
	color: #000;
	background: #F4F5F9;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C9D2DB;
	vertical-align: middle;
}
.tblType01 table tbody th{
	padding: 1.6rem;
	font-weight: 500;
	color: #000;
	background: #F9F9FC;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C9D2DB;
	vertical-align:middle;
	word-break:keep-all;
}
.tblType01 table tbody td{
	padding: 1.6rem;
	color: #555;
	background: #FFF;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C9D2DB;
}
.tblType01 table tfoot td{
	padding: 1.6rem;
	background: #F5F6F8;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C9D2DB;
}
.tblType01 .right_line {border-right: 0;}

@media (max-width: 1024px){
	.tblType01 {
		position: relative;
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}	
	.tblType01 table{min-width:768px;}
	.tblType01 table thead th,
	.tblType01 table tbody th,
	.tblType01 table tbody td,
	.tblType01 table tfoot td {padding: 1.2rem;}
}
@media (max-width: 768px){	
	.tblType01 table{border-top-width: 1px;}
	.tblType01 table thead th,
	.tblType01 table tbody th,
	.tblType01 table tbody td,
	.tblType01 table tfoot td {padding: 1.2rem;}
	
}

/* box style */
.box1 {
	background-color: #FFF;
	border:1px solid #C9D2DB;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}
.box2 {
	background-color: #F7F8FC;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}
.box3 {
	background-color: #F9F9F9;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}
.table_txt {padding: 3rem;border-top: 2px solid #585858; border-bottom: 1px solid #C9D2DB;}

.pd1rem{padding: 1rem !important; margin: 1.2rem 0;}
.pd2rem{padding: 2rem !important; margin: 1.2rem 0;}
.pd3rem{padding: 3rem !important; margin: 1.2rem 0;}

.comment {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 1.6rem 0;
	font-size:  clamp(1.3rem, 1.4vw, 1.5rem);
	color: #cb3434;
}
i[class*="icon"] {
	width: clamp(1.6rem, 2vw, 2rem);
	height: clamp(1.6rem, 2vw, 2rem);
	display: inline-flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
i.icon_info {background-image: url('/images/susang/common/icon_info.svg');}
i.icon_down {background-image: url('/images/susang/common/icon_down.svg');}
i.icon_blank {background-image: url('/images/susang/common/icon_blank.svg');}

@media (max-width: 768px){
	.pd1rem{padding: 0.75rem !important;}
	.pd2rem{padding: 1.75rem !important;}	
	.pd3rem{padding: 2.5rem !important;}	
}
@media (max-width: 480px){
	.pd2rem{padding: 1.25rem !important;}	
	.pd3rem{padding: 1.75rem !important;}
}

/* 버튼 style */
.btn_box {
	position:relative;
	margin: 1.5rem 0;
	text-align:right;
}
	a.btn {
		display: inline-block;
		margin: 0;padding: 1.6rem 3.2rem;
		font-size: clamp(1.4rem, 1.5vw, 1.6rem);
		font-weight: 500;
		cursor: pointer;
		transition: 0.4s all linear;
	}
	a.btn:hover {box-shadow: 8px 8px 12px rgba(48,51,93,.16);}
	.bg_white {background-color: #fff;border: 1px solid #2439A2;color: #2439A2;}
	.bg_blue {background-color: #2439A2;border: 1px solid transparent;}
	.bg_green {background-color: #24a173;border: 1px solid transparent;}
	.bg_red {background-color: #e25a42;border: 1px solid transparent;}
	.bg_gray {background-color: #677286;border: 1px solid transparent;}
	a.bg_blue, a.bg_green, a.bg_red, a.bg_gray,
	input[type="button"].bg_blue, input[type="button"].bg_green, input[type="button"].bg_red, input[type="button"].bg_gray,
	input[type="submit"].bg_blue, input[type="submit"].bg_green, input[type="submit"].bg_red, input[type="submit"].bg_gray,
	button.bg_blue, button.bg_green, button.bg_red, button.bg_gray{color: #fff;}
@media all and (max-width:768px) {
	/* 버튼 style */
	a.btn {padding: 0.8rem 2rem;}
}

.mt1rem {margin-top: 1rem !important;}
.mt2rem {margin-top: 2rem !important;}
.mt3rem {margin-top: 3rem !important;}
.mt4rem {margin-top: 4rem !important;}
.mt5rem {margin-top: 5rem !important;}
.mb1rem {margin-bottom: 1rem !important;}
.mb2rem {margin-bottom: 2rem !important;}
.mb3rem {margin-bottom: 3rem !important;}
.mb4rem {margin-bottom: 4rem !important;}
.mb5rem {margin-bottom: 5rem !important;}
.ml1rem {margin-left: 1rem !important;}
.ml2rem {margin-left: 2rem !important;}
.ml3rem {margin-left: 3rem !important;}
.ml4rem {margin-left: 4rem !important;}
.ml5rem {margin-left: 5rem !important;}

/* 이미지 슬라이드 */
.photo_cont{
	position:relative;
	margin: 3.2rem 0;
	width: 100%;height: auto;
    overflow: hidden;
}
.photo_slide .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.photo_slide .swiper-slide p{
	width: 100%;
	padding: 1.6rem 0 1.6rem 4.4rem;
	font-size: clamp(1.3rem, 1.4vw, 1.5rem);
	text-align: left;
	background: #EEF2F7 url('/images/susang/common/icon_camera.svg') 1.6rem center no-repeat;
	background-size: 2rem auto;
}
.photo_slide .swiper-slide img {
    max-width: 100%;
    height: auto;
}
/* 컨트롤 */
.photo_ctrl{display: flex;justify-content: flex-end;gap: 0.4rem;margin-top: 1.2rem;}
.photo_ctrl button{
	display:block;
	float:left;
	width: 3.6rem;
	height: 3.6rem;
	cursor:pointer;
	text-indent:-9999px;
	transition: all 0.5s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #D6DFEB;
	border-radius: 0.4rem;
}
.photo_ctrl button:hover {background-color: #EEF2F7 !important;}
.photo_ctrl button.photo_button_prev{background-image: url('/images/susang/common/btn_prev.svg');}
.photo_ctrl button.photo_button_next{background-image: url('/images/susang/common/btn_next.svg');}
.photo_ctrl button.photo_button_pause{background-image: url('/images/susang/common/btn_pause.svg');}
.photo_ctrl button.photo_button_play{background-image:url('/images/susang/common/btn_play.svg');}
