/*-----------------------------------------
# 뉴스 리스트
-------------------------------------------*/


.notice_wrap {
    position: relative;
    width: 100%;
    padding: 9rem 0 0 0;
    background: #23201F;
}

.boardWrap {
    position: relative;
    width: 100%;
    padding: 10rem 3rem 8rem 3rem;
}

.boardSideBox{
	max-width:146rem;
	/* padding:0 2rem; */
	margin:0 auto;
}

.boaPageCont{
	position:relative;
	width:100%;
}
.boaTitle{
	position:relative;
}
.boaTitle h1 {
    color: #FFF;
    text-align: left;
    font-family: pretendard-400;
    font-size: 5.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 7rem;
    /* text-transform: uppercase; */
}
.seatopbox{
	width:100%;
}
.seatopboxInner {
    margin: 3rem 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.seatopbox form {
    position: relative;
    margin: 0;
    padding: 0rem;
}
.seatin {
    width: 100%;
    height: 6rem;
    position: Relative;
}
.seatin input {
	outline: none;
	border: none;
	font-family: Pretendard;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	height: 100%;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.15);
	padding: 0 3rem;
	color: #fff;
	font-family: pretendard-500;font-weight: 500;font-size: 1.8rem;font-style: normal;line-height: 2.4rem;
}
.seatin input:-webkit-autofill,
.seatin input:-webkit-autofill:hover,
.seatin input:-webkit-autofill:focus,
.seatin input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.seatin input:focus,
.seatin input:active {border:none;}
.seatin input:focus{outline: none;}
.seatin button {
    top: 1rem;
    right: 1rem;
    background: inherit;
    cursor: pointer;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 4rem;
    height: 4rem;
    position: absolute;
    padding: 0;
    margin: 0;
    background-image: url(/public/img/common/search_icon.png);
    background-size: 1.8rem;
    background-repeat: no-repeat;
    background-position: center center;
}
.seatin button:active {background:initial; border:none;}
.seatin button:focus{outline: none;}
.seatin input::placeholder {
	color: #fff;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 2.4rem;
}



.boalistWrap{
	position:Relative;
	margin:0;
}
.nobody{
	position:Relative;
	margin:0 0 6rem 0;
}
.listtable table {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    font-size: 14px;
    border-collapse: collapse;
	border-top: 1px solid #fff;
}

.listtable thead tr td {
    padding: 0;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7rem;
    border: 0;
    border-bottom: 1px solid #000;
}
.listtable thead tr td.list-uid {
    width: 10rem;
    padding: 0 2rem 0 2rem;
}
.listtable thead tr td.list-title {
    width: auto;
}
.listtable thead tr td.list-date {
    width: 14rem;
    padding: 0 2rem 0 0;
}

.listtable table tr {
    border: 0;
    background-color: transparent;
    transition-duration: 0.3s;
}
.listtable table tr:hover{
background: rgba(255, 255, 255, 0.03);
}
.listtablethead tr td {
    padding: 0;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7rem;
    border: 0;
    border-bottom: 1px solid #000;
}
.listtable table tbody{
	width:100%;
}
.listtable table tbody tr.list-notice {
    background-color: #f8f8f8;
}
.listtable table tbody tr td {
	vertical-align: middle;
    padding: 2rem 0;
    word-break: break-all;
    border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.listtable table tbody tr:hover .tdtitle h2{
	/* font-family: pretendard-500; */
	/* font-weight: 600; */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.listtable table td.notice{
	padding: 2rem 0 2rem 3rem;
}
.listtable table td.notice a {
    position: relative;
    padding: 0 0 0 5rem!important;
}
span.noti {
    left: 0;
    position: absolute;
    display: flex;
    padding: 0.2rem 0.6rem 0.4rem 0.6rem;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border: 2px solid #fff;
    background: #000;
    color: #fff;
    font-family: pretendard-700;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}
.listtable table td.notice a h2{
	/* padding: 0 3rem 0 1.4rem; */
}

.listtable table td.tdnum{
	padding: 0 2rem 0 2rem;
	text-align:center;
	color: #AAA;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
}
/* .listtable table td.tdtitle{ */
	/* display:flex; */
/* } */
/* .listtable table td.tdtitle span{ */
	/* display:none; */
/* } */
.listtable table td.tdtitle a {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}
.listtable table td.tdtitle h2 {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 3rem 0 3rem;
    color: #FFF;
    font-family: pretendard-400;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
}
.listtable table td.tddate {
    opacity: 0.3;
    text-align: center;
    color: #fff;
    font-family: pretendard-600;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    padding: 0 3rem 0 0rem;
}
.listtable table td .modate{
	display:none;
}
@media (max-width:1600px) {
	.boardWrap {
		padding: 8rem 2rem 10rem 2rem;
	}
	.boaTitle h1 {
		font-size: 5rem;
		line-height: 6rem;
	}
	
	
	.listtable table td.tdtitle h2 {
		padding: 0 3rem 0 3rem;
		font-size: 2.2rem;
		line-height: 4.6rem;
	}
}
@media (max-width:991px) {
	.noticeCont .nxt_blog_list_Inner {
		padding: 0;
		position: Relative;
		width: 100%;
		display: flex;
		align-items: start;
		flex-direction: column;
	}
	.noticeCont .nx_blog_menuArea {
		padding: 0 0 3rem 0;
	}
	.noticeCont .nx_blog_contentArea{
		margin:0;
	}
	
	.boardWrap {
		padding: 2rem 2rem 8rem 2rem;
	}
	.boaTitle h1 {
		font-size: 3rem;
		line-height: 4rem;
	}
	
	.nobody {
		margin: 0 0 4rem 0;
	}
	.seatopboxInner {
		margin: 2rem 0 0 0;
	}
	.seatin {
		width: 30rem;
		height: 5rem;
	}
	.seatin input {
		padding: 0 2rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.seatin input::placeholder {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.seatin button {
		top: 0.5rem;
		right: 1rem;
		width: 4rem;
		height: 4rem;
		background-size: 1.8rem;
	}
	
	
	.listtable thead tr td {
		font-size: 1.6rem;
		line-height: 6rem;
	}
	.listtable thead tr td.list-uid {
		width: 8rem;
		padding: 0 1rem 0 1rem;
	}
	.listtable thead tr td.list-date {
		width: 10rem;
		padding: 0 1rem 0 0;
	}
	
	
	.listtable table td.tdnotice {
		padding: 0 1rem 0 1rem;
	}
	.listtable table td.tdnotice span {
		padding: 0.2rem 0.6rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.listtable table td.tdnum {
		padding: 0 1rem 0 1rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.listtable table td.tdtitle h2 {
		padding: 0 1rem 0 1rem;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.listtable table td.tddate {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 0 1rem 0 0;
	}
	
	
	.listtable table td.notice {
		padding: 2rem 0 2rem 1rem;
	}
	.listtable table td.notice a {
		padding: 0 0 0 7rem!important;
	}
	span.noti {
		/* padding: 0.3rem 0.8rem; */
		font-size: 1.3rem;
		line-height: 2rem;
	}
}
@media (max-width:767px) {
	.notice_wrap {
		padding: 6rem 0 0 0;
	}
	.noticeCont .nx_blog_contentArea{
		margin:0 0 4rem 0;
	}
	
	.boardWrap {
		padding: 4rem 1.6rem 5rem 1.6rem;
	}
	.boaTitle h1 {
		font-size: 2rem;
		line-height: 3rem;
	}
	.seatopboxInner {
		margin: 1rem 0 0 0;
	}
	.seatopbox{width:100%;}
	.seatopbox form{width:100%;}
	.seatin {
		width: 100%;
		height: 4.4rem;
	}
	.seatin input {
		padding: 0 2rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.seatin input::placeholder {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.seatin button {
		top: 0;
		right: 5px;
		width: 4.4rem;
		height: 4.4rem;
		background-size: 1.4rem;
	}
	
	
	.nobody {
		margin: 0 0 3rem 0;
	}
	
	.noticardWrap{
		position:Relative;
		margin:3rem 0 0 0;
	}
	.listtable{
		border-top: 1px solid #111;
	}
	.listtable table thead{display:none;}
	
	.listtable table td.tdnotice,
	.listtable table td.tdnum,
	.listtable table td.tddate{display:none;}
	
	.listtable table td.tdtitle{
		width:100%;
		padding: 2rem 0;
	}
	.listtable table td.tdtitle a {
		display: flex;
		padding: 0;
		margin: 0;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.listtable table td .modate:before{
		min-width:4.5rem;
		content:'작성일';
		color: #fff;
		font-family: pretendard-400;
		font-size: 1.3rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5rem;
	}
	.listtable table td .modate {
		gap: 1rem;
		display: flex;
		padding: 0;
		margin: 1rem 0 0 0;
		position: Relative;
		color: #AAA;
		font-family: pretendard-500;
		font-size: 1.3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5rem;
		align-items: center;
		justify-content: flex-start;
	}
	.listtable table td.tdtitle h2 {
		-webkit-line-clamp: 2;
		padding: 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	
	
	.listtable table tr.list-notice .tdtitle h2{
		padding:0 1rem;
	}
	.listtable table tr.list-notice .modate{
		padding:0 1rem;
	}
	
	
	.listtable table td.notice a {
		position: relative;
		padding: 0 0 0 0rem!important;
	}
	span.noti {
		margin: 0 0 0.8rem 0;
		position: relative;
		padding: 0.2rem 0.6rem 0.2rem 0.6rem;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
}






















.surifloBox{
	/* display:none; */
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:100;
}
.surifloInner {
	width: 328px;
    padding: 12px 8px 8px 8px;
    border-radius: 18px;
    background: #F3F4F6;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.surifloBoxtitle{
	margin:0 0 10px 0;
	color: #222;
text-align: center;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}

.surifloitems{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -2px;
    list-style-type: none;
    justify-content: flex-start;
}

.suriflo{
	width:154px;
position: relative;
    flex: 0 0 calc(50% - 4px);
    margin: 2px;
    box-sizing: border-box;
}
.suriflo a {
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); */
    position: Relative;
    width: 100%;
    display: flex;
    padding: 15px 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    color: #222;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.suriflo a:hover{
	border: 1px solid #1A133F;
background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F3F4F6;
	color: #1A133F;
	font-weight: 700;
}
/* .suriflo a:hover:after{content:'';} */
/* .suriflo a:after { */
    /* content: none; */
    /* position: absolute; */
    /* right: 24px; */
    /* top: 20px; */
    /* width: 16px; */
    /* height: 16px; */
    /* background-image: url(/public/img/common/link.png); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
/* } */

.surifloFlex {
    gap: 4px;
    display: flex;
    width: 100%;
}
.surifloshare {
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); */
    cursor: pointer;
    position: Relative;
    width: 154px;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    color: #222;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.surifloshare:after {
    content:'';
    position: Relative;
    width: 16px;
    height: 16px;
    background-image: url(/public/img/common/share.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.surifloshare:hover{
	border: 1px solid #1A133F;
background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F3F4F6;
	color: #1A133F;
	font-weight: 700;
}
.suriflopm{
	width: 154px;
	display:flex;
	gap:4px;
}
.sufmi {
    cursor: pointer;
    display: flex;
    width: 75px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.sufmi:hover{border: 1px solid #1A133F;}
.sufmi.disabled{
	    text-decoration: line-through;
	opacity:0.8;
}
.sufpl{
	cursor: pointer;
	display: flex;
	width:75px;
	height: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
    border-radius: 10px;
	border: 1px solid #E5E7EB;
	background: #FFF;
	color: #222;
	text-align: center;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 122.222% */
}
.sufpl:hover{border: 1px solid #1A133F;}
.sufpl.disabled{
	text-decoration: line-through;
	opacity:0.8;
}
.mobotnavBox{
	display:none;
}
@media (max-width:1600px) {
	.surifloBox {
		right: 20px;
		bottom: 20px;
	}
	
	.surifloInner {
		width: 268px;
		padding: 10px 6px 6px 6px;
		border-radius: 14px;
		gap: 4px;
	}
	.surifloBoxtitle {
		margin: 0 0 6px 0;
		font-size: 14px;
		line-height: 20px;
	}
	
	.suriflo a {
		letter-spacing: -0.5px;
		width: 126px;
		padding: 10px 10px;
		border-radius: 10px;
		font-size: 13px;
		line-height: 22px;
	}
	.surifloshare {
		width: 126px;
		padding: 8px 2px;
		border-radius: 10px;
		font-size: 13px;
		line-height: 18px;
	}
	.surifloshare:after {
		width: 16px;
		height: 16px;
	}
	.suriflopm {
		width: 126px;
		display: flex;
		gap: 4px;
	}
	.sufmi {
		width: 61px;
		height: 40px;
		gap: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	.sufpl {
		width: 61px;
		height: 40px;
		gap: 10px;
		font-size: 17px;
		line-height: 20px;
	}
}
@media (max-width:767px) {
	.surifloBox{display:none;}
		
	.mobotnavBox{
		display:flex;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		z-index:100;
	}
	.mobotnavInner{
		display:flex;
		width:100%;
		/* border: 1px solid rgba(0, 0, 0, 0.10); */
	background: #FFF;
	box-shadow: 0 -20px 40px 0 rgba(0, 0, 0, 0.15);
	justify-content: center;
	align-items: center;
	}
	.botnav {
		height: 64px;
		display: flex;;
	}
	.botnav a {
		display: flex;
		position: Relative;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #222;
		text-align: center;
		font-family: Pretendard;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 14px;
	}
	.botnav.call{width:17.066%; background: #19133D;}
	.botnav.call a{color:#fff;gap:4px;}
	.botnav.whlink01{width:22.4%;border-right: 1px solid #EEE;}
	.botnav.whlink02{width:20.8%;border-right: 1px solid #EEE;}
	.botnav.whlink03{width:22.6666%;}
	.botnav.inq{width:17.066%;background: #B89251;}
	.botnav.inq a{color:#fff;gap:4px;}

	.botnav.call span{
		position: Relative;
		display:inline-block;
		width: 18px;
		height: 18px;
		background-image: url(/public/img/common/call.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.botnav.inq span{
		position: Relative;
		display:inline-block;
		width: 18px;
		height: 18px;
		background-image: url(/public/img/common/pen.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}