/* list type */
.list {
    width: 100%;
    height: 48px;

    display: flex;
    justify-content: end;
}

.list select {
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    margin-right: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #111;
    font-family: "pretendard";
    max-width: 120px;
}

.list .search-box {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    align-items: center;
    width: 100%;
    max-width: 240px;
    height: 40px;
    position: relative;
}

.list .search-box input {
    width: 70%;
    padding: 12px;
    border: 0px;
    background: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.list .search-box input::placeholder {
    color: #555;
    font-size: 16px;
    font-family: "pretendard";
    letter-spacing: -0.32px;
}

.list .search-box button {
    position: absolute;
    right: 0px;
    margin-right: 10px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
}

.list .search-box button img {
    width: 16px;
    height: 16px;
}

.listType-header .free-main {
    width: 100%;
    /*max-width: 1240px;*/
}

.listType-header .free-main table {
    width: 100%;
}

.listType-header .free-main table tbody tr {
    border-bottom: 1px solid #e1e5eb;
}

.listType-header .free-main table th {
    height: 40px;
    background: #111e3d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.56px;
    vertical-align: middle;
}

.listType-header .free-main table td {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.3px;
    height: 62px;
    vertical-align: middle;
    text-align: center;
}

.listType-header .free-main table th,
.listType-header .free-main table td {
    padding: 0 20px;
}

.listType-header .free-main table th:first-child,
.listType-header .free-main table td:first-child {
    padding-left: 30px;
}
.listType-header .free-main table th:last-child,
.listType-header .free-main table td:last-child {
    padding-right: 30px;
}

.listType-header .free-main table th.title {
    text-align: left;
    padding-left: 10px;
}
.listType-header .free-main table td.title {
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
    letter-spacing: -0.72px;
    color: #222;
}

.listType-header .free-main table .notice {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.28px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    height: 22px;
    border-radius: 11px;
    background: #4a86ff;
}

.listType-header .free-main table .btn-file {
    display: inline-block;
    width: 13px;
    height: 16px;
    background: url(../img/ico_file.png) no-repeat center;
}

.list-footer-btn-wrap {
    width: 100%;
    text-align: right;
}
.list-footer-btn-wrap button {
    width: 100px;
    height: 48px;
    color: #fff;
    background: #1423b3;
}
/* list type */

/* photo */
.photo-room ol {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.photo-room ol li:hover {
    border: 1px solid #285ce3;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}
.photo-room ol li {
    width: 32.5%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    height: 100%;
    min-height: 340px;
}

.photo-room ol li .photo-thumb {
    width: 100%;
    max-width: 416px;
    margin: 0 0 20px;
    border-radius: 16px;
    background-color: #666;
}

.photo-room ol li .photo-title {

}

.photo-room ol li .photo-title p {
    margin-left: 15px;
    font-size: 20px;
    color: #222222;
    line-height: 1.5;
    font-weight: 500;
    text-align: start;
    letter-spacing: -0.8px;
}
/* photo type */

/* thumb type */
/* 뉴스게시판 */
.thumb_wrap{border-top:1px solid #333;}
.thumb_wrap > li{border-bottom:1px solid #ccc;padding:20px 10px;}
.thumb_wrap > li > a{overflow:hidden;display:block;}
.thumb_wrap > li > a .thum{float:left;width:300px;height:170px;margin-right:50px;overflow:hidden;}
.thumb_wrap > li > a .thum img{width:100%;min-height:100%;object-fit:cover;}
.thumb_wrap > li > a .text_box{float:left;width:calc(100% - 350px);}
.thumb_wrap .text_box .title{font-size:20px;font-weight:400;margin-bottom:30px;}
.thumb_wrap .text_box .text{margin-bottom:30px;height:40px;overflow:hidden;}
.thumb_wrap .text_box .bottom{color:#666;}
.thumb_wrap .text_box .bottom span{position:relative;padding-right:15px;margin-right:10px;}
.thumb_wrap .text_box .bottom span::before{content:'';position:absolute;right:0;top:6px;width:1px;height:14px;background:#999;}
/* thumb type */

/* detail */
.details-wrap {
    width: 100%;
    margin-top: 42px;
    border-top: 2px solid #121f40;
    padding-top: 27px;
}

.details-wrap .details-title {
    height: 100%;
    min-height: 120px;
    border-bottom: 1px solid #e1e5eb;
    padding-left: 20px;
}

.details-wrap .file-wrap {
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 120px;
    border-bottom: 1px solid #e1e5eb;
}

.details-wrap .file-wrap .file img {
    margin-right: 10px;
}

.details-wrap .file-wrap .file p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.6px;

    color: #222;
}

.details-wrap .file-wrap h3 {
    margin-right: 25px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.64px;

    color: #222;
}

.details-wrap .details-title h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.96px;
    text-align: left;
    color: #222;
    margin: 0 0 20px;
}

.details-wrap .details-title .details-writer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.details-wrap .details-title .details-writer h5 {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.3px;
    text-align: left;
    color: #0c4fff;
    margin-right: 15px;
}

.details-wrap .details-title .details-writer p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.3px;
    text-align: left;
    color: #666;
    margin-right: 15px;
}

.details-wrap .text-content {
    width: 100%;
    max-width: 1203px;
    margin: 40px 40px 40px 40px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -0.72px;
    text-align: left;
    color: #222;
}

.details-wrap .text-list {
    width: 100%;
    max-width: 1200px;
    margin: 40px 40px 59px;
}

.details-wrap .different-text .previous-text a {
    border-top: 1px solid #e1e5eb;
    border-bottom: 1px solid #e1e5eb;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 80px;
    align-items: center;
}

.details-wrap .different-text .next-text a {
    border-bottom: 1px solid #e1e5eb;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 80px;
    align-items: center;
}

.details-wrap .different-text .previous-text h5 {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #666;
    margin-left: 38px;
    margin-right: 48px;
}

.details-wrap .different-text .previous-text p {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-align: left;
    color: #222;
}

.details-wrap .different-text .next-text h5 {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #666;
    margin-left: 38px;
    margin-right: 48px;
}

.details-wrap .different-text .next-text p {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-align: left;
    color: #222;
}

.details-wrap .footer-btn-wrap {
    width: 100%;
    text-align: center;
}

.details-wrap .footer-btn-wrap button {
    margin-top: 20px;
    margin-right: 10px;
    width: 100px;
    height: 48px;
    padding: 14px 20px 13px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.72px;
    color: #fff;
}

.details-wrap .footer-btn-wrap .list-go {
    background-color: #868687;
}
.details-wrap .footer-btn-wrap .update-go {
    background-color: #0c4fff;
}
.details-wrap .footer-btn-wrap .remove-go {
    background-color: #df1818;
}

/* comment */

/* comment */
.details-wrap .comments {
    margin-top: 20px;
    height: 50px;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.96px;
    text-align: left;
    color: #222;
    border-bottom: 2px solid #121f40;
}

.details-wrap #commentTotalCnt {
    font-size: 17px;
}

.comment-write-wrap {
    background: #f4f4f4;
    padding: 16px 20px;
    border: 1px solid #e5e5e5;
    position: relative;
    color: #666;
    font-weight: 400;
    display: flex;
}
.comment-write-wrap textarea {
    border: 0;
    width: 90%;
    height: 120px;
    font-size: 20px;
}
.comment-write-wrap button {
    margin-left: 10px;
    background: #fff;
    color: #285ce3;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #285ce3;
    width: 10%;
}

.details-wrap .comments-wrap {
    height: 100%;
    min-height: 150px;
    align-items: center;
    border-bottom: 1px solid #e1e5eb;
}

.details-wrap .comments-wrap .comments-content {
    margin-top: 30px;
    display: flex;
}

.details-wrap .comments-wrap .comments-content h5 {
    margin-left: 20px;
    margin-right: 15px;
}

.details-wrap .comments-wrap .comments-content img {
    margin-right: 6px;
}

.details-wrap .comments-wrap .comments-content2 {
    display: flex;
    margin-top: 20px;
    align-items: center;
    position: relative;
}

.details-wrap .comments-wrap .comments-content2 p {
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    color: #222;
    width: 85%;
}

.details-wrap .comments-wrap .comments-content2 .btn {
    position: absolute;
    right: 10px;
}

.details-wrap .comments-wrap .comments-content2 .btn button {
    width: 67px;
    height: 40px;
    margin: 0 4px 0 0;
    padding: 11px 20px 10px;
    border-radius: 2px;
    border: solid 1px #ccc;
    background-color: #fff;
}

.more-btn { font-size: 16px; color: #555; padding: 15px 0; text-align: center; border-radius: 4px; font-weight: 700; cursor: pointer; border: solid 1px #ddd; margin-top: -1px; }



/* write */
.write-wrap {
    width: 100%;
    margin-top: 42px;
    border-top: 2px solid #121f40;
    padding-top: 27px;
}

.write-wrap .write-title {
    height: 100%;
    min-height: 120px;
    border-bottom: 1px solid #e1e5eb;
    padding-left: 20px;
}

.write-wrap .file-wrap {
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 120px;
    border-bottom: 1px solid #e1e5eb;
}

.write-wrap .file-wrap .file img {
    margin-right: 10px;
}

.write-wrap .file-wrap .file p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.6px;

    color: #222;
}

.write-wrap .file-wrap h3 {
    margin-right: 25px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.64px;
    color: #222;
}

.write-wrap .footer-btn-wrap {
    width: 100%;
    text-align: center;
}

.write-wrap .footer-btn-wrap button {
    margin-top: 20px;
    margin-right: 10px;
    width: 100px;
    height: 48px;
    padding: 14px 20px 13px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.72px;
    color: #fff;
}

.write-wrap .footer-btn-wrap .save-btn {
    background-color: #0c4fff;
}
.write-wrap .footer-btn-wrap .list-btn {
    background-color: #aaaaaa;
}


/* 비밀번호 확인 모달창 */
.displayNone{display: none;}
.modal_pop {position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, .5);}
.modal_pop .info { width: 30%; overflow: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; }
.modal_pop .info .top {position: relative; height: 60px; line-height: 60px; padding: 0 20px; background: #0d1773; border-radius: 5px 5px 0 0;}
.modal_pop .info .top p {font-weight: 500; font-size: 20px; color: #fff;}
.modal_pop .info .top .close {position: absolute; top: 17px; right: 15px; opacity:1;}
.modal_pop .info .body {padding: 20px; background: #fff;}
.modal_pop .info .body table {border: 1px solid #ddd; border-radius: 3px;}
.modal_pop .info .body table tr {height: 60px;}
.modal_pop .info .body table tr:first-child th {border-top: none;}
.modal_pop .info .body table tr:first-child td {border-top: none;}
.modal_pop .info .body table tr th {margin-bottom: 10px; background: #f6f6f6; border-top: 1px solid #ddd; font-size: 15px; font-weight:400; color: #67757c; vertical-align: middle;}
.modal_pop .info .body table tr td { padding: 0 12px; border-top: 1px solid #ddd; font-size:15px; font-weight:400; vertical-align: middle;}
.modal_pop .info .body table tr td input {width: 100%; height: 40px; padding: 0 14px; border: 1px solid #e9ecef; border-radius: 3px; outline: none; font-size: 15px; color: #54667a;}
.modal_pop .info .body table tr td input::placeholder {color: #b8bfc2;}
.modal_pop .info .body table tr td.explanation_input input::placeholder {color: rgba(84, 102, 122, .4);}
.modal_pop .info .body table tr td.system_menu {padding: 10px 20px 10px 15px;}
.modal_pop .info .body table tr td.system_menu p {line-height: 1.7; font-weight: 300; font-size: 16px; color: #54667a;}
.modal_pop .info .btm {padding: 20px; background: #fff; border-radius: 0 0 5px 5px;}
.modal_pop .info .btm > div {text-align: center;}
.modal_pop .info .btm > div button {margin-left: 4px; font-weight: 500;}
.modal_pop .info .btm > div button:first-child {margin-left: 0;}
.modal_pop .info .btm > div button {width: 80px; height: 40px; border-radius: 3px; font-size: 16px;}
.modal_pop .info .btm > div button.del {background: #eee; border: 1px solid #ddd; color: #4e5e66;}
.modal_pop .info .btm > div button.register {background: #0d1773; color: #fff;}
.modal_pop .info .btm > div button.cancel {border: 1px solid #ddd; color: #4e5e66; background: #eee; float: left;}
.modal_pop .info .btm > div.tac {float:none;}
.modal_pop .info .btm > div.tac button {width:49.5%; padding:15px 0; height:auto;}
.modal_pop table { width:100%; border-top:2px solid #4a6f8f !important;}
.fn { float:none !important;}

/* sub */
span[class*="iconBox"] {display:inline-block;color:#fff;padding:3px 5px;width:70px;font-size:14px;font-weight:500;text-align:center;border-radius: 5px;}
.iconBox_01{background:#f63847;}
.iconBox_02{background:#1423b3;}
.iconBox_03{background:#477aff;}
.iconBox_04{background:#7d7d7d;}

.hwp_icon{background:url('/img/fileIcon/icon_hwp.jpg') center no-repeat;width:18px;height:20px;display:inline-block;vertical-align:middle;margin-left: 5px;font-size: 0;}
.pdf_icon{background:url('/img/fileIcon/icon_pdf.jpg') center no-repeat;width:18px;height:20px;display:inline-block;vertical-align:middle;margin-left: 5px;font-size: 0;}
.excel_icon{background:url('/img/fileIcon/icon_excel.jpg') center no-repeat;width:18px;height:20px;display:inline-block;vertical-align:middle;margin-left: 5px;font-size: 0;}
.ppt_icon{background:url('/img/fileIcon/ppt.png') center no-repeat;width:18px;height:20px;display:inline-block;vertical-align:middle;margin-left: 5px;font-size: 0;}
.jpg_icon{background:url('/img/fileIcon/jpg.png') center no-repeat;width:18px;height:20px;display:inline-block;vertical-align:middle;margin-left: 5px;font-size: 0;}
.doc_icon{background:url('/img/fileIcon/doc.png') center no-repeat;width:18px;height:20px;display:inline-block;vertical-align:middle;margin-left: 5px;font-size: 0;}
.nomal_icon{background:url('/img/fileIcon/nomal.png') center no-repeat;width:18px;height:20px;display:inline-block;vertical-align:middle;margin-left: 5px;font-size: 0;}
.ai_icon{background:url('/img/fileIcon/icon_ai.jpg') center no-repeat;width:18px;height:20px;display:inline-block;vertical-align:middle;margin-left: 5px;font-size: 0;}


/* 반응형 768 */
@media screen and (max-width: 768px) {
	.listType-header .content-header {
		padding: 0;
	}
	.listType-header .content-header .total {
		display: none;
	}
	.listType-header .free-main {
		padding: 0 20px;
	}
	.listType-header .free-main table,
	.listType-header .free-main table thead,
	.listType-header .free-main table tbody {
		display: block;
	}
	.listType-header .free-main table tr {
		display: flex;
	}
	.listType-header .free-main table th {
		display: none;
	}
	.listType-header .free-main table th:nth-child(2),
	.listType-header .free-main table th:nth-child(5) {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0 10px;
        font-size: 13px;
        border: 0;
	}
	.listType-header .free-main table th:nth-child(2) {
		width: 66.66%;
	}
	.listType-header .free-main table th:nth-child(5) {
		width: 33.34%;
	}
	.listType-header .free-main table tbody tr {
		flex-wrap: wrap;
	    padding: 8px 10px 18px;
	    align-items: center;
	}
	.listType-header .free-main table tbody td {
		display: block;
	    height: auto;
	    padding: 0 !important;
	}
	.listType-header .free-main table tbody td:first-child {
		font-size: 0;
	    order: 1;
	    width: 100%;
        text-align: left;
	}
	.listType-header .free-main table tbody td:nth-child(2) {
	    order: 2;
	    width: 67%;
	    margin-bottom: 8px;
	    font-size: 16px;
	}
	.listType-header .free-main table tbody td:nth-child(3) {
	    order: 5;
        display: flex;
	}
	.listType-header .free-main table tbody td:nth-child(4) {
	    order: 4;
	    margin-right: 8px;
	    font-size: 13px;
	}
	.listType-header .free-main table tbody td:nth-child(5) {
		order: 3;
	    padding-left: 10px !important;
	    margin-bottom: 8px;
	    font-size: 13px;
        width: 33%;
	}
	.listType-header .free-main table tbody td:nth-child(6) {
	    display: none;
	}
	
	.listType-header .free-main table tbody td:first-child .notice {
		margin-bottom: 8px;
	}
	.listType-header .free-main table .btn-file {
	    width: 11px;
	    height: 13px;
	    background-size: 100%;
	}
	.listType-header .free-main table tbody td:nth-child(5)::before {
		content: "";
		width: 14px;
		height: 14px;
		background: url(../img/community_date.png) no-repeat center;
		display: inline-block;
		margin-right: 4px;
        position: relative;
        top: 3px;
	}
	
    .listType-header .free-main ol li .left-free {
        display: block;
    }

    .listType-header .free-main ol li .left-free .announ {
        margin-left: 0px;
    }

    .listType-header .free-main ol li {
        padding: 10px 0;
        display: block;
        height: inherit;
    }

    .listType-header .free-main ol li .right-free {
        margin-left: 30px;
        justify-content: flex-start;
        width: 100%;
    }

    .listType-header .free-main ol li .right-free p {
        margin-right: 15px;
    }

    .listType-header .free-main ol li .left-free h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .list {
        width: 100%;
        height: 48px;
        display: flex;
        margin-bottom: 20px;
        justify-content: center;
    }

    /* photo */
    .photo-room ol {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0px;
    }
    .photo-room ol li {
        width: 90%;
        height: 340px;
        border-bottom: 1px solid #ccc;
        margin-right: 16px;
        margin-bottom: 30px;
    }
    .photo-room ol li p {
        margin: 0 auto;
        font-size: 18px;
        color: #222222;
        line-height: 1.33;
        font-weight: 500;
        letter-spacing: -0.72px;
        text-align: center;
    }
    .comment-write-wrap textarea {
        width: 80%;
        height: 80px;
    }
    .comment-write-wrap button {
        width: 20%;
    }
    .details-wrap .text-content {
	    padding: 20px;
	    margin: 0;
        word-break: break-all;
	}
	.details-wrap .different-text .previous-text h5,
	.details-wrap .different-text .next-text h5 {
		flex-shrink: 0;
		margin: 0 20px;
	}
	.details-wrap .different-text .previous-text p,
	.details-wrap .different-text .next-text p {
		font-size: 18px;
	}
}