.view-record{
	width:1180px;
	margin:0 auto 0;
	padding-bottom:var(--padding-bottom-1);
	padding-top:var(--padding-top-1);
}
.p_opLine {
	width: 100%;
	padding-bottom: 16px;
	border-bottom:var(--line-point-1);
	display: flex;
	justify-content: space-between;
}

.p_opLine .count {
	display: inline-block;
	font-size: 1rem;
	margin-top: 1.3rem;
}
.p_opLine .count span{
	color:var(--color-point-1);
	font-family:'roboto';
	font-weight:bold;
	padding:0 0.15rem;
}
.p_opLine .opbtArea {
	display: flex;
	float: right;
	list-style: none;
}

.p_opLine .opbtArea .on {
	border: var(--line-point-1);
}

.p_opLine .opbtArea .on .icoOn {
	display: inline-block;
}

.p_opLine .opbtArea .on .icoOff {
	display: none;
}

.p_opLine .opbtArea .on .text {
	color: var(--color-point-1);
}
.list01_ver01 {
	width: 100%;
	margin: 80px auto 80px
}

.list01_ver01 .listArea {
	width: 1180px;
	margin: 0 auto;
}

.list01_ver01 .listArea .list01_list {
	width: 100%;
	display: inline-block;
}

.list01_ver01 .listArea .list01_list li {
	width: 280px;
	display: inline-block;
	margin-left: 16px;
	margin-top: 50px;
}

.list01_ver01 .listArea .list01_list li:nth-child(4n+1) {
	margin-left: 0px;
}

.list01_ver01 .listArea .list01_list li .thum {
	width: 100%;
}

.list01_ver01 .listArea .list01_list li .thum img {
	width: 100%;
}

.list01_ver01 .listArea .list01_list li .subject {
	font-size: 15px;
	margin-top: 10px;
}

.list01_ver01 .listArea .list01_list li .thum {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.list01_ver01 .listArea .list01_list li .thum img {
	width: 100%;
}

.list01_ver01 .listArea .list01_list li .subject {
	width: 100%;
	height: 46px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	word-break: keep-all;
}

.resultListArea_ver01 {
	width: 1180px;
	margin: 80px auto 80px;
}

.resultListArea_ver01 .resultText {
	width: 100%;
	text-align: Center;
	margin-top: 60px;
	font-size: 24px;
	font-weight: 300;
}

.resultListArea_ver01 .resultText span {
	font-weight: 500;
	font-family: 'roboto';
}

.resultListArea_ver01 .gallType {
	width: 100%;
	margin-top: 80px;
}

.resultListArea_ver01 .gallType .gallTypeList {
	width: 100%;
	display: inline-block;
}

.resultListArea_ver01 .gallType .gallTypeList li {
	width: 380px;
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
	margin-top: 40px;
}

.resultListArea_ver01 .gallType .gallTypeList li:nth-child(3n+1) {
	margin-left: 0%
}

.resultListArea_ver01 .gallType .gallTypeList li .thum {
	width: 100%;
}

.resultListArea_ver01 .gallType .gallTypeList li .thum img {
	width: 100%;
}

.resultListArea_ver01 .gallType .gallTypeList li .subject {
	width: 100%;
	font-size: 18px;
	overflow: Hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px
}

.resultListArea_ver01 .visualType {
	width: 100%;
	margin-top: 4em;
}

.resultListArea_ver01 .visualType .visualList {
	width: 100%;
	margin-top: 2em;
}

.resultListArea_ver01 .visualType .visualList li {
	margin: 0px 10px
}

.resultListArea_ver01 .visualType .visualList li .thum {
	width: 100%;
}

.resultListArea_ver01 .visualType .visualList li .thum img {
	width: 100%;
}

.resultListArea_ver01 .visualType .visualList li .subj {
	width: 100%;
	font-size: 15px;
	overflow: Hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px
}

.resultListArea_ver01 .gallBoardType {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
}

.resultListArea_ver01 .gallBoardList {
	width: 100%;
}

.resultListArea_ver01 .gallBoardList li {
	width: 570px;
	padding: 20px 0em;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 36px;
	display: inline-block;
	min-height: 165px;
}

.resultListArea_ver01 .gallBoardList li:nth-child(2n+1) {
	margin-left: 0px;
}

.resultListArea_ver01 .gallBoardList .noThum .textArea {
	width: 100%;
}

.resultListArea_ver01 .gallBoardList li .textArea {
	width: 58%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	box-sizing: border-box;
}

.resultListArea_ver01 .gallBoardList li .textArea .category {
	font-size: 16px;
	color: #777;
}

.resultListArea_ver01 .gallBoardList li .textArea .subj {
	font-size: 18px;
	color: #222;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px
}

.resultListArea_ver01 .gallBoardList li .textArea .opArea {
	width: 100%;
	margin-top: 20px;
}

.resultListArea_ver01 .gallBoardList li .textArea .date {
	font-size: 14px;
	color: #999;
	font-family: 'roboto', 'noto sans kr';
	display: inline-block;
	padding-right: 10px;
	border-right: 1px solid #e5e5e5;
	line-height: 14px;
}

.resultListArea_ver01 .gallBoardList li .textArea .writer {
	font-size: 14px;
	color: #999;
	font-family: 'roboto', 'noto sans kr';
	display: inline-block;
	padding-left: 10px;
	line-height: 14px;
}

.resultListArea_ver01 .gallBoardList li .thum {
	width: 230px;
	display: inline-block;
	vertical-align: middle;
}

.resultListArea_ver01 .gallBoardList li .thum img {
	width: 100%;
}

.search_ver01 .visualType01 li {
	margin: 0px 10px;
}

.search_ver01 .visualType01 li .thum {
	width: 100%;
}

.search_ver01 .visualType01 li .thum img {
	width: 100%;
}

.search_ver01 .visualType01 li .subj {
	width: 100%;
	font-size: 15px;
	overflow: Hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px
}

.keyword_ver01 {
	width: 1180px;
	margin: 80px auto 0;
	box-sizing: border-box;
}

.keyword_ver01 .keywordList {
	width: 100%;
	margin-top: 2em;
}

.keyword_ver01 .keywordList li {
	display: inline-block;
	border: var(--line-point-1);
	margin: 0px 10px;
	border-radius: 5px 0px 5px 0px;
	padding: 15px 20px;
	text-align: Center;
	cursor: pointer;
}

.keyword_ver01 .sw_keywordList {
	width: 100%;
	margin-top: 2em;
	white-space: nowrap;
	overflow-x: scroll
}

.keyword_ver01 .sw_keywordList li {
	display: inline-block;
	border: var(--line-point-1);
	margin: 0px 3px;
	border-radius: 5px 0px 5px 0px;
	padding: 15px 10px;
	text-align: Center;
}

.keyword_ver01 .sw_keywordList li:first-child {
	margin: 0px 3px 0px 0px
}

.keyword_ver01 .sw_keywordList::-webkit-scrollbar {
	width: 2px;
}

.keyword_ver01 .sw_keywordList::-webkit-scrollbar-track {
	background-color: #fff;
}

.keyword_ver01 .sw_keywordList::-webkit-scrollbar-thumb {
	background: #fff;
}

.keyword_ver01 .sw_keywordList::-webkit-scrollbar-button {
	display: block;
}

.comment_ver01 {
	width: 1180px;
	margin: 30px auto 0;
}

.comment_ver01 .commentList {
	width: 100%;
	margin-top: 2em;
}

.comment_ver01 .commentList dd {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 2em 0em;
	box-sizing: border-box;
}

.comment_ver01 .commentList dd:first-child {
	border-top: 0px solid #e5e5e5;
}

.comment_ver01 .commentList dd:first-child {
	padding: 0px 0px 2em 0em;
}

.comment_ver01 .commentList dd .infoLine {
	width: 100%;
	display: inline-block;
}

.comment_ver01 .commentList dd .infoLine .recommentIco {
	width: 24px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.comment_ver01 .commentList dd .infoLine .name {
	font-size: 18px;
	display: inline-block;
	vertical-align: bottom;
}

.comment_ver01 .commentList dd .infoLine .name {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.comment_ver01 .commentList dd .infoLine .opBTN {
	display: inline-block;
	float: Right;
	width: 6px;
	position: relative;
}

.comment_ver01 .commentList dd .infoLine .opBTN img {
	width: 100%;
}

.comment_ver01 .commentList dd .infoLine .opBTN input {
	display: none
}

.comment_ver01 .commentList dd .infoLine .opBTN input:checked ~
	.opBTNList {
	display: block;
}

.comment_ver01 .commentList dd .infoLine .opBTN input:checked ~
	.opBTNList div:hover {
	background: #fbf5e3
}

.comment_ver01 .commentList dd .infoLine .opBTN .opBTNList {
	position: absolute;
	right: 0;
	width: 100px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	background: #fff;
	display: none;
}

.comment_ver01 .commentList dd .infoLine .opBTN .opBTNList div {
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	text-align: center;
}

.comment_ver01 .commentList dd .infoLine .opBTN .opBTNList div:last-child
	{
	border-bottom: 0px solid #e5e5e5;
}

.comment_ver01 .commentList dd .commentCont {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #777;
}

.comment_ver01 .commentList dd .commentCont02 {
	width: 100%;
	margin-top: 20px;
	padding-left: 38px;
	font-size: 16px;
	color: #777;
}

.comment_ver01 .commentList .recomment {
	padding: 2em 0px 2em 20px;
	box-sizing: border-box;
}

.comment_ver01 .buttonList {
	width: 100%;
	display: flex;
	margin-top: 1em;
	margin-bottom: 80px;
/* 	justify-content: space-between; */ 
}

.comment_ver01 .buttonList dd {
	z-index: 9;
	flex:1;
}

.comment_ver01 .buttonList dd ul li .text {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.comment_ver01 .commentInputArea {
	widtH: 100%;
	margin-top: 1em;
	display: flex
}

.comment_ver01 .commentInputArea .w100 {
	width: 90%;
	display: Inline-block;
	padding: 10px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'noto sans kr';
}

.comment_ver01 .loginBTN {
	display: inline-block;
	padding: 12px 20px;
	box-sizing: border-box;
	background: var(--color-point-1);
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	width: 9%;
	margin-left: 1%;
}

.comment_ver01 .loginBTN div a {
	color: #fff;
}

.list02_ver01 {
	width: 100%;
	margin: 55px auto 35px;
}
.list02_ver01 .listArea {
	width: 1180px;
	margin: 0 auto;}

.list02_ver01 .listArea .list02_list {
	width: 100%;
}

.list02_ver01 .listArea .list02_list dd {
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.list02_ver01 .listArea .list02_list dd .textArea {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
}

.list02_ver01 .listArea .list02_list dd .textArea .subject {
	width: 100%;
	font-size: 18px;
	color: #222;
	letter-spacing: -0.7px;
	font-family: 'roboto', 'noto sans kr';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.list02_ver01 .listArea .list02_list dd .textArea .date {
	width: 100%;
	font-size: 14px;
	color: #999;
	font-family: 'roboto', 'noto sans kr';
	letter-spacing: 0;
	margin-top: 10px;
}

.list02_ver01 .listArea .list02_list dd .textArea .subs {
	width: 100%;
	height: 9rem;
	font-size: 16px;
	color: #444;
	font-family: 'roboto', 'noto sans kr';
	letter-spacing: 0;
	margin-top: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list02_ver01 .listArea .list02_list .noThum .textArea {
	width: 100%;
	font-size: 16px;
	color: #444;
	letter-spacing: -0.7px;
	font-family: 'roboto', 'noto sans kr';
	letter-spacing: 0;
	margin-top: 20px;
	padding: 0;
}

.list02_ver01 .listArea .list02_list dd .thum {
	width: 19%;
	display: inline-block;
	vertical-align: middle;
}

.list02_ver01 .listArea .list02_list dd .thum img {
	width: 224px;
	height: 316px;
	object-fit: contain;
}

.list02_ver01 .listArea .list02_list dd .keywordList01 {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.list02_ver01 .listArea .list02_list dd .keywordList01 li {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 50px;
	margin: 0 6px 4px 0;
}

.detailSearch {
	width: 100%;
	height: 100%;
	position: absolute;
}

.detailSearch .layerBack {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 9;
}

.detailSearch .modalCont {
	width: 94%;
	max-height: 94%;
	background: #fff;
	overflow: scroll;
	position: fixed;
	left: 3%;
	top: 3%;
	z-index: 99;
}

.detailSearch .modalCont .detaiform {
	width: 100%;
	display: inline-block;
	padding: 1em 3% 3em;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin: 1em auto 0;
}

.detailSearch .modalCont .detaiform dd {
	width: 100%;
	margin-top: 2em;
}

.detailSearch .modalCont .detaiform dd:nth-child(2n+1) {
	margin-left: 0%;
}

.detailSearch .modalCont .detaiform dd .label {
	width: 100%;
	font-size: 16px;
}

.detailSearch .modalCont .detaiform dd .w100 {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.detailSearch .modalCont .detaiform dd .w100 {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.detailSearch .modalCont .detaiform dd .checkList {
	width: 100%;
}

.detailSearch .modalCont .detaiform dd .checkList li {
	margin-top: 10px;
	margin-right: 10px;
}

.detailSearch .modalCont .detaiform dd .checkList li .w70 {
	padding: 10px;
	box-sizing: border-box;
	width: 70%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box
}

.detailSearch .modalCont .detaiform dd  .w50 {
	padding: 10px;
	box-sizing: border-box;
	width: 48.5%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	margin-top: 10px
}

.detailSearch .buttonArea {
	width: 100%;
	display: inline-block;
}

.detailSearch .buttonArea input {
	padding: 15px 0px;
	font-size: 16px;
}

.detailSearch .buttonArea .resetBTN {
	width: 50%;
	display: inline-block;
	float: left;
	background: #f7f7f7;
	padding: 15px 0px;
	font-size: 16px;
	text-align: center;
}

.detailSearch .buttonArea .searchBTN {
	width: 50%;
	display: inline-block;
	background: #ffc000;
}

/* .post_ver01 {
	width: var(--width-content-view-1);
	margin: 1px auto 80px;
}

.post_ver01 .imgTitleArea {
	width: 100%;
	position: relative;
	max-height: 300px;
	min-height: 200px;
}
.imgTitleArea .imgTitleArea__cover{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.4;
}

.post_ver01 .imgTitleArea .bg {
	width: 100%;
}

.post_ver01 .imgTitleArea .bg img {
	width: 100%;
	max-height:260px;
	object-fit:cover;
}

.post_ver01 .imgTitleArea .cont {
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.post_ver01 .imgTitleArea .cont .subTitle {
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
}

.post_ver01 .imgTitleArea .cont .title {
	padding-left: 20px;
	font-size: 36px;
	color: #fff;
	margin-top: 15px;
	font-family: 'roboto', 'noto sans kr'
}

.post_ver01 .subsT {
	width: 100%;
	margin-top: 1.5em;
	font-size: initial;
	line-height: 28px;
	word-break: keep-all;
	color: #444;
}

.post_ver01 .imgArea {
	width: 100%;
	margin: 80px auto 0;
}

.post_ver01 .imgArea .inline {
	display: inline-block;
	vertical-align: top;
}

.post_ver01 .imgArea .w30 {
	width: 31%;
	display: inline-block;
}

.post_ver01 .imgArea .w65 {
	width: 62%;
	display: inline-block;
	margin-left: 4%;
}

.post_ver01 .imgArea .img {
	margin: 0 auto;
	width: 100%;
}

.post_ver01 .imgArea .img img {
	width: 100%;
}

.post_ver01 .imgArea .exText {
	font-size: 13px;
	color: #999;
	margin-top: 10px;
	line-height: 20px;
} */

.visualList_new {
	width: 100%;
	margin-top: 2em;
}

.search_ver01 .visualType01 li {
	margin: 0px 10px;
}

.search_ver01 .visualType01 li .thum {
	width: 216px;
	/* position: relative; */
	height: 138px;
}

.search_ver01 .visualType01 li .thum img {
	width: 140px;
	height: 138px;
	/* position: absolute; */
	left: 50%;
	/* transform: translate(-50%, -0%); */
}

.search_ver01 .visualType01 li .subj {
	width: 100%;
	font-size: 13px;
	overflow: Hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px
}

.search_ver01 .visualType02 {
	width: 1180px;
	margin: 80 px auto 0;
	box-sizing: border-box;
}

.search_ver01 .visualType02 li {
	position: relative;
	margin: 0px 10px;
}

.search_ver01 .visualType02 li .thum {
	width: 330px;
	height: 230px;
	position: relative;
}

.search_ver01 .visualType02 li .thum img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search_ver01 .visualType02 li .cont {
	width: 330px;
	height: 230px;
	position: absolute;
	z-index: 1;
}

.search_ver01 .visualType02 li .layerBack {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.7)
}

.search_ver01 .visualType02 li .contText {
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	position: absolute;
	font-size: 18px;
	line-height: 26px;
	word-break: keep-all;
}

.view_ver01 {
	width: 100%;
	margin: 0 auto 3.5rem;
	position:relative;
}

.view_ver01 .viewContArea {
	width: 100%;
	display: flex;
	position: relative;
}

.view_ver01 .viewContArea .thumArea {
	width:50%;
	position: relative;
}

.view_ver01 .viewContArea .thumArea .viewVisual {
	margin: 0 auto;
	height: 748px;
	background: #111;
}

.view_ver01 .viewContArea .thumArea .viewVisual .slick-track {
	position: Relative;
}

.view_ver01 .viewContArea .thumArea .viewVisual .slick-track li {
	/* width: 590px; */
	margin-top: 374px !important;
	transform: translateY(-50%);
}

.view_ver01 .viewContArea .thumArea .viewVisual .slick-track li img {
	width: 100%;
	max-height:748px;
	object-fit:contain;
}

.view_ver01 .viewContArea .thumArea .viewVisual .slick-prev {
	background: url(/images/arc_01/PC/sub/viewVisualPrev.png) no-repeat;
	width: 24px;
	height: 41px;
	text-indent: -9999px;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
}

.view_ver01 .viewContArea .thumArea .viewVisual .slick-next {
	background: url(/images/arc_01/PC/sub/viewVisualNext.png) no-repeat;
	width: 24px;
	height: 41px;
	text-indent: -9999px;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -20px;
}

.view_ver01 .viewContArea .thumArea .visual-dot {
	margin-top: 5px;
	height: auto;
	overflow: Hidden;
}

.view_ver01 .viewContArea .thumArea .visual-dot li {
	margin: 2px 4px;
}
.view_ver01 .viewContArea .thumArea .visual-dot li .music-thum{
	padding:6px;line-height:1.2rem;
}

.view_ver01 .viewContArea .textArea {
	flex:1;
	height: 890px;
	background: #f7f7f7;
	display: inline-block;
	padding: 30px;
	box-sizing: border-box;
	overflow-y: scroll;
}

.view_ver01 .viewContArea .textArea .topLine {
	width: 100%;
	display: inline-block
}

.view_ver01 .viewContArea .textArea .topLine .hideBTN {
	font-size: 19px;
	color: #999;
	display: inline-block;
	cursor: pointer;
}

.view_ver01 .viewContArea .textArea .topLine .opButtonList {
	display: inline-block;
	float: right;
}

.view_ver01 .viewContArea .textArea .topLine .opButtonList li {
	display: inline-block;
	width: 40px;
	margin-left: 10px;
}

.view_ver01 .viewContArea .textArea .topLine .opButtonList li img {
	width: 100%;
}

.view_ver01 .viewContArea .textArea {
	position: relative;
	width: 100%;
}

.view_ver01 .viewContArea .textArea .subject {
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #222;
	font-size: 24px;
	line-height: 34px;
}

.view_ver01 .viewContArea .textArea .contText {
	width: 100%;
	font-size: 16px;
	color: #444;
	font-weight: 300;
	margin-top: 50px;
	line-height: 26px;
	word-break: keep-all;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.view_ver01 .viewContArea .textArea .contText .rt {
	width: 100%;
	display: block;
	color: #999;
	font-family: 'roboto', 'noto sans kr';
	margin: 10px 0px;
	font-size: 15px;
	line-height: 22px;
}

.view_ver01 .viewContArea .textArea .contText .rt_g {
	width: 100%;
	display: block;
	color: #444;
	font-family: 'roboto', 'noto sans kr';
	margin-top: 10px;
	font-size: 15px;
}

.view_ver01 .viewContArea .textArea .openDetailBTN {
	width: 180px;
	padding: 15px;
	text-align: Center;
	margin: 50px auto 0;
	cursor: pointer;
}

.view_ver01 .viewContArea .openBTN {
	position: absolute;
	right: 0;
	font-size: 1.1rem;
	color: #999;
	display: none;
	cursor: pointer;
}

.view_ver01 .viewContArea .textArea .popAreaList {
	width: 100%;
}

.view_ver01 .viewContArea .textArea .popAreaList dd {
	width: 100%;
	margin-top: 20px;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .title {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList01 {
	width: 100%;
	margin-top: 10px;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList01 li {
	width: 100%;
	font-size: 18px;
	color: #444;
	font-weight: 300;
	margin-top: 10px;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList02 {
	width: 100%;
	/* margin-top: 5px; */
	font-size: 16px;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList02 li {
	width: 100%;
	/* font-size: 18px; */
	color: #444;
	/* margin-top: 10px; */
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList02 li .subj
	{
	width: 21%;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	line-height: 24px;
	font-family: 'roboto', 'noto sans kr';
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList02 li .subs
	{
	width: 78%;
	display: inline-block;
	vertical-align: top;
	font-family: 'roboto', 'noto sans kr';
	line-height: 24px;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList02 li .subs span
	{
	width: 8px;
	display: inline-block;
	margin-right: 6px;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList02 li .subs span img
	{
	width: 100%;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList02 li .subs a
	{
	color: #3041e7;
	text-decoration: underline;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList03 {
	width: 100%;
	display: inline-block;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList03 li {
	width: 32%;
	display: inline-block;
	float: left;
	margin-left: 2%;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList03 li:first-child
	{
	margin-left: 0%;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList03 li .thum
	{
	width: 100%;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList03 li .thum img
	{
	width: 100%;
}

.view_ver01 .viewContArea .textArea .popAreaList dd .popList03 li .subj
	{
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.view_ver01 .viewContArea .textArea .detailCloseBTN {
	width: 180px;
	padding: 15px;
	text-align: Center;
	margin: 50px auto 0;
	cursor: pointer;
}
.more-info__btn-downloadAll {
	font-size: 0.9rem;
	font-weight: 400;
	transform: translateY(-0.1rem);
}

.viewContArea .title_area{
	width:calc(50% - 19px);
	background-color:#f7f7f7;
	position:absolute;
	right:19px;
	top:0;
	z-index:4;
	padding:30px 30px 0 30px;
}
.viewContArea .title_area__btns{
	width: 100%;
	display: flex;
	align-items:end;
	justify-content:flex-end;
}
.viewContArea .btns__hideBtn{
	font-size: 1.1rem;
	color: #999;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top:0;
	right:0;
}
.view-record__btn-toggle-content{
	font-size: 1.1rem;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: -6.6rem;
	width: 6.5rem;
	height: 2rem;
}

.viewContArea .title_area__subject{
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #222;
	font-size: 24px;
	line-height: 34px;
}

.visualList .slick-prev {
	background: url(/images/arc_01/PC/deVisualPrev.png) no-repeat;
	width: 51px;
	height: 8px;
	text-indent: -9999px;
	position: absolute;
	left: -3%;
	top: 50%;
	margin-top: -4px;
	z-index: 2;
}

.visualList .slick-next {
	background: url(/images/arc_01/PC/deVisualNext.png) no-repeat;
	width: 51px;
	height: 8px;
	text-indent: -9999px;
	position: absolute;
	right: -3%;
	top: 50%;
	margin-top: -4px;
}

.visualList .slick-prev:hover {
	background: url(/images/arc_01/PC/deVisualPrev.png) no-repeat;
	width: 51px;
	height: 8px;
	text-indent: -9999px;
	position: absolute;
	left: -3%;
	top: 50%;
	margin-top: -4px;
	z-index: 2;
}

.visualList .slick-next:hover {
	background: url(/images/arc_01/PC/deVisualNext.png) no-repeat;
	width: 51px;
	height: 8px;
	text-indent: -9999px;
	position: absolute;
	right: -3%;
	top: 50%;
	margin-top: -4px;
}

.rel-auth-list {
	width: 100%;
	margin-top: 1rem;
}

.rel-auth-list li {
	display: inline-block;
	border: var(--line-point-1);
	margin: 0px 10px;
	border-radius: 5px 0px 5px 0px;
	padding: 15px 20px;
	text-align: Center;
	cursor: pointer;
}

.page-btns {
	display: flex;
	justify-content: center;
	list-style:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.page-btns__btn {
	width:4.2rem;
	height:2.3rem;
}
.page-btns__btn-list{
	width:3.5rem;
	margin:0 0.35rem;
}
.page-btns__btn-prev{
	padding-right:0.3rem;
}
.page-btns__btn-next{
	padding-left:0.3rem;
}
.viewVisual img{
	width:100%;
	height:auto;
	/* max-height:748px; */
	margin:0 auto;
}
.prod-info{
	display:flex;
	flex-wrap:wrap;
}
.prod-info__item{
	width:50% !important;
	display:flex;
}
.prod-info-item__title{
	flex:1.3;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	line-height: 24px;
	font-family: 'roboto', 'noto sans kr';
}
.prod-info-item__content{
	flex:2;
	display: inline-block;
	vertical-align: top;
	font-family: 'roboto', 'noto sans kr';
	line-height: 24px;
}
.visualList {
	width: 100%;
	margin-top: 2em;
}
.relatedRecords .record__title{
	text-align:center;
	height:21px;
}
.textPopArea ul{
	list-style:none;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.slideNav__item{
	height:80px;
}

.srch-area{
	width:1180px;
	margin:55px auto;
	display:flex;
}
.srch__list{
	flex:4.5 1 0;
}
.srch-area .category-nav{
	flex:1 1 0;
	margin-top:23px;
}
.srch-area .list02_list{
	width:100%;
}
.srch-area .list02_list dd {
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.srch-area .list02_list dd .textArea {
	flex:4.2 1 0;
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
	width:45rem;
}
.srch-area .list02_list dd .thum-area{
	flex:1 1 0;
}

.srch-area .list02_list dd .textArea .subject {
	width: 100%;
	font-size: 18px;
	color: #222;
	letter-spacing: -0.7px;
	font-family: 'roboto', 'noto sans kr';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.srch-area .list02_list dd .textArea .date {
	width: 100%;
	font-size: 14px;
	color: #999;
	font-family: 'roboto', 'noto sans kr';
	letter-spacing: 0;
	margin-top: 10px;
}

.srch-area .list02_list dd .textArea .subs {
	width: 100%;
	height: 9rem;
	font-size: 16px;
	color: #444;
	font-family: 'roboto', 'noto sans kr';
	letter-spacing: 0;
	margin-top: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.srch-area .list02_list .noThum .textArea {
	width: 100%;
	font-size: 16px;
	color: #444;
	letter-spacing: -0.7px;
	font-family: 'roboto', 'noto sans kr';
	letter-spacing: 0;
	margin-top: 20px;
	padding: 0;
}

.srch-area .list02_list dd .thum {
	width: 19%;
	display: inline-block;
	vertical-align: middle;
}

.srch-area .list02_list dd .thum img {
	width: 10.75rem;
	height: 15.2rem;
	object-fit: contain;
}

.srch-area .list02_list dd .keywordList01 {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.srch-area .list02_list dd .keywordList01 li {
	display: inline-block;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 50px;
	margin: 0 6px 4px 0;
}