@charset "UTF-8";

/* 공지 테이블 */
.noticeTable {
	width: 100%;
	border-top: 2px solid #000;
}
.noticeTable table {
	width: 100%;
	table-layout: fixed;
}
.noticeTable table * {
    font-family: 'Pretendard';
}
.noticeTable table .text-left { 
	text-align: left;
}
.noticeTable table tr {
	border-bottom: 1px solid #D0D0D0;
}
.noticeTable table tbody tr.notice {
	background-color: #faf7f5;
}
.noticeTable table tbody tr.fixed {
	background-color: #fff;
}
.noticeTable table tbody tr.fixed ._fixed {
    border-radius: 30px;
    background: var(--Fastbone_Color, #18316B);
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.noticeTable table tbody tr.mb-hide td img {
	width: 26px;
}
.noticeTable table th {
	font-size: 16px;
	font-weight: 500;
	background-color: #f8f8f8;
}
.noticeTable table thead th {
	padding:38px 0px;
}

.noticeTable table tbody td {
	padding:38px 0;
    text-align: center;
    color: #333;
}
.noticeTable table tbody td:first-child {
    width: 78px;
    padding-left: 20px;
    padding-right: 50px;
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.noticeTable table tbody td:nth-child(2) {
    text-align: left;
    color: #111;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.noticeTable table tbody td:nth-child(3) {
    width: 105px;
    color: #777;
    text-align: right;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    padding-right: 20px;
}

.noticeTable table tbody td.num {
	text-align: center;
}
.noticeTable table tbody td.num .notice-label {
	display: inline-block;
	padding:5px 15px;
	color:#fff;
	font-size: 16px;
	border-radius: 30px;
	box-sizing: border-box;
	background-color: #008581;
}
.noticeTable table tbody td.subject a {
	overflow: hidden;
	display: block;
	color:#101820;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s;
}
.noticeTable table tbody td.subject a:hover {
	transform: translateX(10px);
	opacity: 0.5;
}
.noticeTable.borderTable th,
.noticeTable.borderTable td {
	border-right: 1px solid #ddd;
}
.noticeTable.borderTable th:last-child,
.noticeTable.borderTable td:last-child {
	border-right: none;
}
.noticeTable .c-middot-list > li {padding-left: 15px;font-size: 16px;}
.noticeTable .c-middot-list > li:after {top: 9px;}
.noticeTable .dash-list > li {padding-left: 10px;font-size: 16px;}
.noticeTable .dash-list > li:after {top: 13px;}

/* 온라인 상담 */
.noticeTable.online table th {
    font-size: 18px;
    font-weight: normal;
}

.noticeTable.online table tbody td._gray {
    color: #afafaf;
}

.noticeTable.online table tbody td:first-child, .noticeTable.online table thead th:first-child {
    width: 80px;
    text-align: center;
}
.noticeTable.online table tbody td:nth-child(2), .noticeTable.online table thead th:nth-child(2) {
    text-align: center;
    width: 130px;
}
.noticeTable.online table tbody td:nth-child(3) {
    text-align: left;
}

.noticeTable.online table thead th:nth-child(3) {
    text-align: center;
}

.noticeTable.online table tbody td:nth-child(4), .noticeTable.online table thead th:nth-child(4) {
    text-align: center;
    width: 95px;
}

.noticeTable.online table tbody td:nth-child(5), .noticeTable.online table thead th:nth-child(5) {
    text-align: center;
    width: 125px;
}

/* 뷰 테이블 */
.viewTable {
	width: 100%;
	padding:25px 0;
	border-top: 2px solid #008581;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.viewTable_header {
	margin-bottom: 10px;
	padding:0 25px;
	box-sizing: border-box;
}
.viewTable_header .viewTable_title {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -1.6px;
}
.viewTable_info {
	padding:0 25px 25px;
	/* text-align: right; */
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.viewTable_info .name {
	display: none;
	font-size: 18px;
}
.viewTable_info .view {
	display: none;
	color:#666;
	font-size: 16px;
	font-weight: 300;
	margin-right: 20px;
}
.viewTable_info .view:before {
	content:'view. ';
}
.viewTable_info .date {
	color:#666;
	font-size: 16px;
	font-weight: 300;
}
/* .viewTable_info .date:before {
	content:'date. ';
} */
.viewTable_cont {
	min-height: 300px;
	padding:25px;
	box-sizing: border-box;
}
.viewTable_cont img {
	max-width: 100% !important;
}
.viewTable_file {
	margin-top: 30px;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	box-sizing: border-box;
	background-color: #f8f8f8;
}
.viewTable_file li {
	padding:20px 25px;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.viewTable_file li a {
	display: inline-block;
	padding-left: 34px;
	color:#555;
	font-size: 16px;
	background-image: url(/resource/images/file-down.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: auto 100%;
}
.viewTable_file li a:hover {
	color:#ccc;
}

/* 글쓰기 테이블 */
.noticeTable {
	width: 100%;
}
.noticeTable_form+.noticeTable_form {
	margin-top: 30px;
}
.noticeTable_form h4 {
	padding:10px 15px;
	color:#fff;
	font-size: 18px;
	font-weight: 500;
	box-sizing: border-box;
	background-color: #4d3b70;
}
.noticeTable_form p {
	padding:10px 0;
	box-sizing: border-box;
}
.noticeTable_form p input {
	width: 100%;
	height: 48px;
	padding:0 10px;
	color:#101820;
	font-size: 16px;
	line-height: 48px;
	border:1px solid #ccc;
	outline: none;
	box-sizing: border-box;
}
.noticeTable_form p textarea {
	width: 100%;
	padding:10px;
	color:#101820;
	font-size: 16px;
	border:1px solid #ccc;
	outline: none;
	box-sizing: border-box;
}

/* 페이지네이션 */
.pagination {
	margin-top: 50px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination .page-btn {
	margin: 0 2px;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	border: 1px solid #D0D0D0;
	color: #666 !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination .page-btn.prev img, .pagination .page-btn.next img {
	width: 8px;
	margin-top: 0;
}
.pagination .page-btn.prev-all img, .pagination .page-btn.next-all img {
	width: 10px;
	margin-top: 0;
}
.pagination .page-btn.current {
	color: #fff !important;
	border-color: #18316B;
	background: var(--Fastbone_Color, #18316B);
	cursor: default;
}
.pagination .page-btn.prev {
	vertical-align: middle !important;
}
.pagination .page-btn.next {
	vertical-align: middle !important;
}

.pagination .page-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* 버튼 */
#btn-group {
	display: flex;
	align-items: center;
	padding:40px 0 0;
}
#btn-group.no-pad {
	padding:0;
}
#btn-group.center {
	justify-content: center;
}
#btn-group.right {
	justify-content: flex-end;
}
#btn-group.left {
	justify-content: flex-start;
}
#btn-group .btn {
	margin-right: 8px;
}
#btn-group .btn:last-child {
	margin-right: 0;
}
.btn {
	display: inline-block;
	height: 45px;
	padding: 0 30px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-indent: 0 !important;
	text-decoration: none;
	line-height: 45px;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background-color: #fff;
	transition: all 0.2s;
}
.btn.xs {
	height: 30px;
	padding: 0 15px;
	font-size: 15px;
	line-height: 30px;
}
.btn.put {
	min-width: 310px;
	height: 54px;
	padding:0 50px;
	color:#fff;
	line-height: 54px;
	box-sizing: border-box;
	background-image: url(/resource/images/put-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}
.btn.put img {
	margin-left: 15px;
}
.btn:hover {
	opacity: 0.85;
}
.btn.no-click:hover {
	opacity: 1;
	cursor: default;
}
.btn.block {
	width: 100%;
}
.btn.round {
	border-radius: 28px;
}
.btn.bg-black {
	color: #fff;
	border-color: #333;
	background-color: #333;
}
.btn.bg-navy {
	color: #fff;
	border-color: #4d3b70;
	background-color: #4d3b70;
}
.btn.bg-blue {
	color: #fff;
	border-color: #4871ce;
	background-color: #4871ce;
}
.btn.bg-point {
    color: #fff;
	border-color: #2d4e89;
	background-color: #2d4e89;
}
.btn.bg-green {
	color: #fff;
	border-color: #3fbfd8;
	background-color: #3fbfd8;
}
.btn.bg-puple {
	color: #fff;
	border-color: #bfb6d3;
	background-color: #bfb6d3;
}
.btn.bg-orange {
	color: #fff;
	border-color: #008581;
	background-color: #008581;
}
.btn.bg-pink {
	color: #fff;
	border-color: #f19d9d;
	background-color: #f19d9d;
}
.btn.bg-gray {
	color: #fff;
	border-color: #b4b4b4;
	background-color: #b4b4b4;
}
.btn.bg-brown {
	color: #fff;
	border-color: #a49488;
	background-color: #a49488;
}
.btn img {
	margin-top: -2px;
}
.btn img.left {
	margin-right: 10px;
}
.btn img.right {
	margin-left: 10px;
}

#btn-box {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

#btn-box .btn {
	margin-right: 8px;
}

#btn-box .btn:last-child {
	margin-right: 0;
}

#btn-box.center {
	justify-content: center;
}

#btn-box.right {
	justify-content: flex-end;
}

#btn-box.file .btn {
	width: 260px;
}


@media screen and (max-width:720px) {
	.noticeTable table th,
	.noticeTable table td {
		font-size: 26px;
	}
	.noticeTable table tbody td.num .notice-label {
		font-size: 22px;
	}
	/* .noticeTable {
		border-top:2px solid #4d3b70;
	}
	.noticeTable table,
	.noticeTable table tbody {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.noticeTable table tbody tr {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding:0 20px;
	}
	.noticeTable table tbody .num,
	.noticeTable table tbody .subject {
		display: inline-block;
		padding:20px 0;
		box-sizing: border-box;
	} 
	.noticeTable table thead {
		display: none;
	}
	.noticeTable table tbody .date {
		padding-top: 0;
	}
	.noticeTable table tbody .adm {
		margin-left: auto;
		padding-top: 0;
		padding-left: 0;
	}
	.noticeTable table tbody .view {
		display: none;
	}
	.noticeTable table tbody tr:not(.notice) .num {
		display: none;
	}
	.noticeTable table tbody tr:not(.notice) .subject {
		width: 100%;
	}
	.noticeTable table tbody tr.notice .num {
		margin-right: 10px;
		width: 70px;
	}
	.noticeTable table tbody tr.notice .subject {
		width: calc(100% - 102px);
	} */

	.noticeTable_form h4 {
		font-size: 28px;
	}
	.noticeTable_form p input {
		height: 74px;
		font-size: 26px;
		line-height: 74px;
	}

	.viewTable_header .viewTable_title {
		font-size: 30px;
	}
	.viewTable_info .date {
		font-size: 24px;
	}
	.viewTable_cont,
	.viewTable_cont * {
		font-size: 26px !important;
	}
	.viewTable_cont h1,
	.viewTable_cont h2,
	.viewTable_cont h3,
	.viewTable_cont h4,
	.viewTable_cont h5,
	.viewTable_cont h6 {
		font-size: 30px !important;
	}
	.viewTable_file li {
		padding:20px 25px;
	}
	.viewTable_file li a {
		padding-left: 44px;
		font-size: 22px;
	}

	.pagination .page-btn {
		width: 55px;
		height: 55px;
		font-size: 24px;
		line-height: 55px;
	}

    .noticeTable table tbody td:first-child {
        width: 48px;
        text-align: center;
        padding: 20px 0px;
        color: #111;
        text-align: center;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        vertical-align: middle;
        padding-right: 12px;
    }

    .noticeTable table tbody td:nth-child(2) span:first-child {
        text-align: left;
        color: #111;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
        display: block;
        margin-bottom: 8px;
    }

    .noticeTable table tbody td:nth-child(2) span:nth-child(2) {
        color: #777;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block;
    }

    .noticeTable table tbody tr.fixed ._fixed {
        border-radius: 30px;
        background: var(--Fastbone_Color, #18316B);
        display: flex;
        padding: 7px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #FFF;
        font-family: Pretendard;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    /*
    .noticeTable table tbody td:nth-child(3) {
        width: 150px;
        font-size: 22px;
        text-align: right;
        padding-right: 20px;
        box-sizing: border-box;
    }
*/
    .noticeTable table tbody td {
        padding: 20px 0px;
    }

    /* 온라인 상담 */
    .noticeTable.online.mb-table table tbody td {
        padding: 25px 10px;
        text-align: center;
        color: #333;
    }

    .noticeTable.online.mb-table table tbody td * {
        font-size: 26px !important;
        line-height: 1.8;
    }

    .noticeTable.online.mb-table table tbody td._gray {
        color: #afafaf;
    }

    .noticeTable.online.mb-table table tbody td:first-child, .noticeTable.online table thead th:first-child {
        width: 0px;
        text-align: center;
        padding: 20px 15px;
    }
    .noticeTable.online.mb-table table tbody td:nth-child(2), .noticeTable.online table thead th:nth-child(2) {
        text-align: left;
      
        width: 130px;
    }

    .noticeTable.online.mb-table table tbody td:nth-child(2) p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .noticeTable.online.mb-table table tbody td:nth-child(3) {
        text-align: left;
        padding-left: 30px;
        width: 70px;
    }

    .noticeTable.online.mb-table table tbody td:nth-child(3) p {
        font-size: 22px !important;
    }

    .noticeTable.online.mb-table table tbody td:nth-child(3) span._gray {
        color: #afafaf;
    }

    /* 페이지네이션 */
    .pagination {
        margin-top: 30px;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }
    .pagination .page-btn {
		vertical-align: middle;
		display: flex;
		align-items: center;
		justify-content: center;
        margin: 0 4px;
        width: 36px;
        height: 36px;
        padding: 0 !important;
        border: 1px solid #D0D0D0;
        color: #666 !important;
        color: #333;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
    }
    .pagination .page-btn.prev img, .pagination .page-btn.next img {
        width: 8px;
        margin-top: 0;
    }
    .pagination .page-btn.prev-all img, .pagination .page-btn.next-all img {
        width: 10px;
        margin-top: 0;
    }
    .pagination .page-btn.current {
        color: #fff !important;
        border-color: #18316B;
        background: var(--Fastbone_Color, #18316B);
        cursor: default;
    }
    .pagination .page-btn.prev {
        vertical-align: middle !important;
    }
    .pagination .page-btn.next {
        vertical-align: middle !important;
    }

    .pagination .page-btn span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}