<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 리스트형게시판 필수 CSS - 탭처리  */

/* 글목록 */
#st-list {margin:auto;padding:0;}
#st-list .catbox {color:#999999; padding:0 0 5px 0; min-height:35px;}
#st-list .catbox .info {min-height:30px; line-height:30px; vertical-align:middle;}
#st-list .catbox .info img {position:relative; top:-2px;}
#st-list table {width:100%; border-spacing:0px; border-collapse:collapse; margin-bottom:10px; }
#st-list table img {position:relative; top:-2px;}
#st-list table caption {display:none;}
#st-list thead th {text-align:center; min-height:40px; border-top:2px solid #222; border-bottom:1px solid #ddd; /*background:#F5F5F5;*/ font-weight:bold; color:#333; padding:15px 5px;}
#st-list thead th.left {text-align:left;}
#st-list tbody .noticetr {background-color: #f5f5f5;}
#st-list tbody .noticetr a {font-weight:bold;}
#st-list tbody td {text-align:center; min-height:45px; color:#888888; border-bottom:#ddd solid 1px; padding:12px 5px;}
#st-list tbody td.name { max-width:100px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
#st-list .now {color:#ff0000;}
#st-list .sbj {text-align:left; }
#st-list .sbj .label {font-family:arial;padding:.2em .6em;position:relative;top:-1px;}
#st-list .sbj .imgpos {margin-bottom:-1px;}
#st-list .sbj a {color:#333;text-decoration:none;line-height:150%; }
#st-list .sbj a:hover {text-decoration:none; color:#0067b8; }
#st-list .sbj .new {font:normal 90% arial;color:#ff0000;}
#st-list .sbj .comment {font:normal 90% arial;color:#ff0000;}
#st-list .sbj .trackback {font:normal 12px arial;color:#02ACD6;}
#st-list .buttons {margin:0 0 20px; text-align: center;}
#st-list .buttons .left-side {float:left; text-align:left;}
#st-list .buttons .right-side {float:right; text-align:right;}
#st-list .buttons .pagebox {margin: -30px 0 0 0; padding: 0 145px;}
#st-list .buttons .pagebox .btn-skip { margin: 0 4px; }
#st-list .buttons .pagebox .btn-page { margin: 0 2px; }
#st-list .searchbox {text-align:center; padding:10px 0 20px; }
#st-list .searchbox select {display:inline-block; margin-bottom:5px;}
#st-list .searchbox .input-group { margin-bottom:5px;}
#st-list .searchbox .input-search {display:inline-block; min-width:190px;}

.pull-right { margin-top:-5px; }

@media (min-width: 768px) {
#st-list .searchbox select {max-width:110px; }

}
@media (max-width: 767px) {
	#st-list .searchbox select {width:100%; margin-top:20px; }
	.left-side { width:60%; }
	.right-side { width:40%; }
}


.btn-info {
  border:#3e75bb solid 1px;
  color: #fff;
  background-color: #3e75bb;
  min-height:34px;
}

.btn-info:hover {
  border:#0f2a76 solid 1px;
  color: #fff;
  background-color: #0f2a76;
}


/** for getPageLinkClassicST() style **/
#st-list .buttons .pagebox.classic {margin: -22px 0 0 0;}
#st-list .buttons .pagebox.classic .selected, .pagebox.classic .notselected:hover {padding:0 4px 0 4px;font-family:arial;font-weight:bold;color:#FF5B01;}
#st-list .buttons .pagebox.classic .notselected {padding:0 4px 0 4px;text-decoration:none;font-family:arial;color:#222;font-weight:bold;}
#st-list .buttons .pagebox.classic img {padding:0 3px;}


/** 체험/참여 리스트 **/
.expbox .searchbox .input-group { margin-top:1px;}

@media (min-width: 768px) {
#st-list .headertop .subject h2, #st-expview .headertop .subject h2 { padding:15px 0 17px; font-size:20px; }
#st-list .view-detail li, #st-expview .view-detail li { font-size: 14px; }
}
@media (max-width: 767px) {
#st-list .headertop .subject h2, #st-expview .headertop .subject h2 { padding:12px 0 10px; font-size:15px; }
#st-list .view-detail li, #st-expview .view-detail li { font-size: 13px; }
}

#st-list .headertop { margin-bottom:30px; padding:0; font-family:"맑은고딕", 'Malgun Gothic', "굴림", Gulim, "돋움", Dotum, Tahoma, Verdana, AppleGothic, sans-serif; border-top:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; }
#st-list .headertop:hover { border-top:1px solid #3e75bb; border-bottom:1px solid #3e75bb; }
#st-list .headertop .subject h2 {width:100%; margin:0; line-height:1.5em; font-weight:500; word-break:break-all; word-break:break-word; overflow:auto; border-bottom:#d5d5d5 dotted 1px; }
#st-list .headertop .info {padding:5px 0 13px;color:#555; background-color:#f9f9f9; }
#st-list .view-detail {margin-bottom: 0px; margin-left: 10px; }
#st-list .view-detail li { line-height:1.5em; padding:0; vertical-align: middle;text-transform: capitalize; margin-right:20px; }
#st-list .view-detail li i {margin-right: 5px;}
#st-list .view-detail li b {color:#555;}
#st-list .stateTitle {padding-left:5px; color:#ff4e00}

#st-list .headertop .tourboxtitle { width:100%; margin:0; padding:20px 0 10px;font-size:25px; text-align:center; line-height:1.5em; font-weight:500; }
#st-list .headertop .dataNo { width:100%; margin:0; padding:0px 0 30px;font-size:14px; text-align:center; line-height:1.5em; font-weight:500; }

.table-hover tbody .dataNo { padding:20px 0 !important; }


@media (max-width: 991px) { 
	#st-list .buttons {margin-bottom: 0;}
	#st-list .buttons .pagebox {margin:0; padding: 20px 0;}
	#st-list .buttons .pagebox.classic {margin:0; padding: 20px 0;}
	#st-list .searchbox {padding-top: 10px;}
}
@media (max-width: 480px) {
	#st-list .hidden-xs-v {display: none;}
}

#st-expview .headertop {margin-top:5px;padding:0 font-family:"맑은고딕", 'Malgun Gothic', "굴림", Gulim, "돋움", Dotum, Tahoma, Verdana, AppleGothic, sans-serif; border-top:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; }
#st-expview .headertop .subject h2 {width:100%; margin:0; line-height:1.5em; font-weight:500; word-break:break-all; word-break:break-word; overflow:auto; border-bottom:#d5d5d5 dotted 1px; }
#st-expview .headertop .info {padding:5px 0 13px;color:#555; background-color:#f9f9f9; }
#st-expview .view-detail {margin-bottom: 0px; margin-left: 10px;}
#st-expview .view-detail li { line-height:1.5em; padding:0; vertical-align: middle;text-transform: capitalize;margin-right:20px;}
#st-expview .view-detail li i {margin-right: 5px;}
#st-expview .view-detail li b {color:#555;}
#st-expview .stateTitle {padding-left:5px; color:#ff4e00}

#st-expview .viewbox .content {min-height:300px; padding:20px 0; line-height:160%; border-bottom:1px solid #d5d5d5; word-break:break-all; word-break:break-word; overflow:auto;}
#st-expview .viewbox .content p {margin-bottom:0;}
#st-expview .viewbox .content img {max-width:100%; height:auto;}
#st-expview .viewbox .content .wp-img {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
#st-expview .viewbox .content .tag {padding:10px 0 0 0;}
#st-expview .viewbox .content .tag a {color:#222;}
#st-expview .viewbox .content .tag a:hover {text-decoration:underline;}
#st-expview .viewbox .content .attach {padding:20px 0 0 0; }
#st-expview .viewbox .content .attach ul {padding:0; margin:0; line-height:1.5}
#st-expview .viewbox .content .attach li {list-style-type:none; background:url('../images/contents/ico_file.png') left no-repeat; padding:0 0 0 15px; line-height:120%;}
#st-expview .viewbox .content .attach li a {color:#000;}
#st-expview .viewbox .content .attach li a:hover {text-decoration:underline; color:#0075df; }
#st-expview .viewbox .content .attach li .size {font-size:90%; font-family:arial; color:#999;}
#st-expview .viewbox .content .attach li .down {font-size:90%; font-family:arial;color:#333;}
#st-expview .viewbox .content .ReadFile {padding:1px 0 0 0; }
#st-expview .viewbox .content .hidden-content {margin: 0 0 20px 0; color: #F07090;}
#st-expview .action {padding:10px 0; text-align:left;}
#st-expview .action .right {float:right; text-align:right;}

#st-expview .action { margin:15px 0 50px; }

.managerInfo { margin-top:20px; padding:20px 0; border-top:1px dotted #d5d5d5; border-bottom:1px dotted #d5d5d5; background-color:#f9f9f9; }

@media (min-width: 768px) {
#st-write h2 { padding:15px 0 17px; font-size:22px; }
}
@media (max-width: 767px) {
#st-write h2 { padding:12px 0 10px; font-size:18px; }
}

#st-write h2 {width:100%; margin:0; line-height:1.5em; font-weight:500; }

#partRegist { margin:0px; padding:0; }
#partRegist .QuestionTitle label { font-size:15px; line-height:1.5em; font-weight:600; color:#000; margin:15px 0 5px; }
#partRegist p {font-size:12px; }
#partRegist .form-control-static { margin-top:-7px; }
#partRegist .form-horizontal .form-group:first-letter { border-top:#d5d5d5 dotted 1px; }
#partRegist .form-horizontal .form-group { margin:0 0 20px; padding:0; border-top:#d5d5d5 dotted 1px; line-height:1.5em; }
#partRegist .form-horizontal .form-group .input-group { margin:-5px 0 0; padding:0; line-height:1.5em; }

.add-btn { min-height:34px; }



/* 글작성 */ 
#st-write {padding:0 0 30px 0;}
#st-write .input-item {margin-bottom:10px;}
#st-write .editbox {width:100%; padding-bottom:5px;}
#st-write .editbox textarea {width:100%; margin-bottom:5px;}
#st-write .input-item label {color:#666; font-weight:normal;}
#st-write .input-item label input {position:relative; top:2px;}
#st-write .input-item.after {margin:25px 0 10px; color:#999;}
#st-write .bottombox {text-align:center;padding:20px 0; margin:15px 0 0 0;border-top:#dfdfdf solid 0px;}
#st-write .mb-0 {margin-bottom:0;}

/* Hack codes for old browser */
@media (min-width: 767px) {
	#st-write .input-group-addon {
		min-width: 100px;
		max-width: 100px;
	}
}
@media (max-width: 768px) {
	#st-write .input-group-addon-sm {
		height: 28px;
		padding: 0 10px;
	}
}

/* 글읽기 */ 
@media (min-width: 768px) {
	#st-view .viewbox .subject h1 { padding:15px 0 17px; font-size:18px; font-weight:500; line-height:1.5em; }
}
@media (max-width: 767px) {
	#st-view .viewbox .subject h1 { padding:12px 0 10px; font-size:15px; font-weight:600; line-height:1.5em; }
}

#st-view {margin:auto; padding:0 0 30px; z-index:1; }
#st-view .viewbox .boardheader { margin:5px 0 0; padding:0; border-top:2px solid #2b2b2b; border-bottom:1px solid #d5d5d5; }
#st-view .viewbox .subject { margin:0; }
#st-view .viewbox .subject h1 { width:100%; margin:0; border-bottom:#d5d5d5 dotted 1px; word-break:break-all; word-break:break-word; overflow:auto;}
#st-view .viewbox .info { padding:3px 0 0; margin:0; color: color:#888; }
#st-view .viewbox .info .common { width:100%; padding:0; margin:0; }
#st-view .viewbox .info .btn-group .btn {color:#888;}
#st-view .viewbox .info .split {padding:0 5px;color:#ccc;font-size:90%;}

#st-view .viewbox .info .attach { width:100%; padding:10px 0; background:#f9f9f9; }
#st-view .viewbox .info .attach ul {padding:0; margin:0; line-height:1.5}
#st-view .viewbox .info .attach li {list-style-type:none; background:url('../images/contents/ico_file.png') left no-repeat; padding:0 0 0 15px; line-height:120%;}
#st-view .viewbox .info .attach li a {color:#000;}
#st-view .viewbox .info .attach li a:hover {text-decoration:underline; color:#0075df; }
#st-view .viewbox .info .attach li .size {font-size:90%; font-family:arial; color:#999;}
#st-view .viewbox .info .attach li .down {font-size:90%; font-family:arial;color:#333;}

#st-view .viewbox .content {min-height:300px; padding:20px 0; line-height:160%; border-bottom:1px solid #d5d5d5; word-break:break-all; word-break:break-word; overflow:auto;}
#st-view .viewbox .content p {margin-bottom:0;}
#st-view .viewbox .content img {max-width:100%; height:auto;}
#st-view .viewbox .content .wp-img {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
#st-view .viewbox .content .tag {padding:10px 0 0 0;}
#st-view .viewbox .content .tag a {color:#222;}
#st-view .viewbox .content .tag a:hover {text-decoration:underline;}
#st-view .viewbox .content .attach {padding:20px 0 0 0; }
#st-view .viewbox .content .attach ul {padding:0; margin:0; line-height:1.5}
#st-view .viewbox .content .attach li {list-style-type:none; background:url('../images/contents/ico_file.png') left no-repeat; padding:0 0 0 15px; line-height:120%;}
#st-view .viewbox .content .attach li a {color:#000;}
#st-view .viewbox .content .attach li a:hover {text-decoration:underline; color:#0075df; }
#st-view .viewbox .content .attach li .size {font-size:90%; font-family:arial; color:#999;}
#st-view .viewbox .content .attach li .down {font-size:90%; font-family:arial;color:#333;}
#st-view .viewbox .content .ReadFile {padding:1px 0 0 0; }
#st-view .viewbox .content .hidden-content {margin: 0 0 20px 0; color: #F07090;}
#st-view .action {padding:10px 0; text-align:left;}
#st-view .action .right {float:right; text-align:right;}

#comment .input-item {margin-bottom:10px;}


div.PrevNext { margin:30px 0 50px; border-top: 1px solid #ccc; border-bottom: 0px solid #ccc; font-size:14px; }
div.PrevNext dt { float:left; padding:10px 10px 12px 0; border-bottom:1px solid #ececea; }
div.PrevNext dd { margin:0; padding:10px 0 12px 10px; background: url(../images/cafe/view_bar.gif) no-repeat 0 1.1em; border-bottom:1px solid #ececea; overflow: hidden; white-space: nowrap; -ms-word-break: break-all; -ms-text-overflow: ellipsis; }
div.PrevNext dl.prev_next dd.prev, div.PrevNext dl.prev_next dd.view { border-bottom:1px solid #ececea; }
div.PrevNext dl.prev_next dt.view, div.PrevNext dl.prev_next dd.view { color:#0075df; }
div.PrevNext .rightDate { float:right; padding-right:10px; font-size:0.98em; font-family:Tahoma; }
div.PrevNext img { padding-top:4px; }


/* 비밀글 확인 */ 
div.confirmInfo { margin:60px 0 100px 0; text-align:left; padding-left:70px;}
div.confirmInfo ul li { margin:0; padding-left:10px; background:url(../images/contents/BulletB.gif) no-repeat 0 7px; }
div.confirmInfo ul li span { margin:0; font-weight:bold; }

.hidden {
	visibility:hidden;
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0px;
}

/* 기본 */
#intro { text-align:justify; width:100%; margin:0; font-size:15px; padding:0; clear: both; }
#intro h2 { font-size:25px; font-weight:bold; color:#006abd; padding:30px 0 15px; }
#intro h3 { font-size:18px; font-weight:bold; color:#000; padding:10px 0 5px; }
#intro table { margin:0; width:100%; font-size:13px; border:0; border-collapse:collapse; letter-spacing:-0.05em; }
#intro table td ul li { padding:0 0 0 8px; background:url(../data/img/contents/list_dot.gif) no-repeat 0 9px; }
#intro table td img { padding:5px 0; }

#intro ul { padding:10px 0 0 0; margin:0; }
#intro ul li { padding:0 0 10px 25px; margin:0; background:url(../data/img/contents/h3_icon.gif) no-repeat 6px 9px; font-weight:bold; }
#intro ul li ul { padding:5px 0; margin:0; }
#intro ul li ul li { padding:0 0 10px 0; margin:0; color:#777; background:none; }

#intro ol { margin:0; padding:0 0 0 32px; }
#intro ol li { list-style:decimal; margin:0; padding:0 0 3px 0;}

#intro ol li ul { margin:0; padding:5px 0 10px 0; }
#intro ol li ul li { list-style:none; padding:0 0 5px 15px; margin:0; background:url(../data/img/contents/uldot.gif) no-repeat 3px 12px; }

#intro div.supporthouse { height:230px; margin:15px 0 0 0; padding:0 0 0 200px; background:url(../data/img/contents/supporthouse.png) no-repeat 0 0; border-bottom:0px solid #d4d4d4; }

#intro div.graybox { width:96%; padding:1% 2% 2%; margin:0; background:#e8eceb; }
#intro div.ggraybox { width:888px; padding:20px; margin:0; background:#f7f7f7; BORDER: #ccc 1px solid; }
.bluebox { width:96%; padding:1.5% 2% 2%; margin:0; background:#2576bb; }
#intro div.cleanback { width:100%; height:340px; margin:0; background:url(../data/img/contents/0205_img.jpg) no-repeat right top; }
#intro div.partback { width:100%; height:340px; margin:0; background:url(../data/img/contents/0206_img.jpg) no-repeat right top; }

#intro div.meclist { width:100%; padding:5px 0 0 0; margin:0; height:800px; }
#intro div.meclist ul { padding:0; }
#intro div.meclist ul li { float:left; list-style:none; background:none; font-size:14px; color:#555; text-decoration:none;  line-height:1.3em; width:210px; height:240px; padding:10px; margin:0; text-align:center; display: block; }

/* TABLE DESIGN 2 */
.blue_table TH { BORDER-BOTTOM: #d9dfd2 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #d9dfd2 1px solid; PADDING:8px 3px; BACKGROUND-COLOR: #f0f4f8; BORDER-TOP: #0190d5 2px solid; BORDER-RIGHT: #d9dfd2 1px solid; }
.blue_table TH span, .blue_table TBODY TD span { font-weight:bold; }
.blue_table TH.right { TEXT-ALIGN: right; PADDING-right:10px;}
.blue_table TH.md { BORDER:#ddd 1px solid; }
.blue_table TD { BORDER:#edeeef 1px solid; TEXT-ALIGN: center; PADDING:5px 3px; }
.blue_table TD.left { TEXT-ALIGN: left; PADDING-LEFT: 10px }
.blue_table TD.right { TEXT-ALIGN: right; PADDING-RIGHT: 10px }
.blue_table TBODY TH.left { TEXT-ALIGN: left; PADDING-LEFT: 10px }
.blue_table TBODY TH { BORDER:#ddd 1px solid; }
.blue_table TBODY TD { BORDER:#ddd 1px solid; }
.blue_table TBODY TD.noinfo { BORDER:#ddd 1px solid; padding:10px 0; }

.blue_table td ul { margin:0; }
.blue_table td ul li { padding:0 0 5px 15px; margin:0; background:url(../data/img/contents/uldot.gif) no-repeat 0 1px; font-weight:normal; color:#555; letter-spacing:0em; }

.blueb_table TH { BORDER-BOTTOM: #7f9db9 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #d9dfd2 1px solid; PADDING:8px 3px; BACKGROUND-COLOR: #f0f4f8; BORDER-TOP: #0190d5 2px solid; BORDER-RIGHT: #d9dfd2 1px solid; }
.blueb_table TH span { font-weight:bold; }
.blueb_table TD.right { TEXT-ALIGN: right; PADDING:10px 10px 15px 10px; }
.blueb_table TBODY TH { BORDER:#7f9db9 1px solid; }
.blueb_table TBODY TD { BORDER:#7f9db9 1px solid; }

/*온라인 대관 견적*/
.stepbox { text-align:center; height:120px; }

.joinInformation {font-size:14px; text-align:right;}
.joinInformation img {margin-top:2px;}
.joinTitlepro { padding:0; margin:0; color:#000; font-size:25px; font-weight:normal; }
.joinTitles { padding:0; margin-top:30px; color:#000; font-size:25px; font-weight:normal; }
.joinDataline { border-top:2px solid #5f5f5f; }

.joinData { padding:0; border-top:0px solid #5f5f5f; border-bottom:1px solid #b3b3b3; border-collapse:collapse;  }
.joinData th, .joinData td {border-bottom:1px solid #e2e2e2; color:#3f3e3e;}
.joinData th {width:150px; padding:15px 20px 20px; font-size:15px; font-weight:bold; color:#5d5d5d; background:#f6f6f6; text-align:right;}
.joinData th img { padding:1px 5px 0 0; }
.joinData td { padding:10px 20px; background:none; font-size:15px; }
.joinData th.regist_name2 { padding-top:17px; }
.joinData td.regist_name3 { padding-top:17px; }

.joinDataes { padding:0; border-top:0px solid #5f5f5f; border-bottom:1px solid #b3b3b3; border-collapse:collapse;  }
.joinDataes th, .joinDataes td {border-bottom:1px solid #e2e2e2; color:#3f3e3e;}
.joinDataes th { padding:15px 0 20px; font-size:15px; font-weight:bold; color:#5d5d5d; background:#f6f6f6; text-align:center;}
.joinDataes th img { padding:1px 5px 0 0; }
.joinDataes td { padding:10px 10px; background:none; font-size:15px; }
.joinDataes th.regist_name2 { padding-top:17px; }
.joinDataes td.regist_name3 { padding-top:17px; }

.bln { border-left:1px solid #e2e2e2; }

/* 제목 */
.sub-title {color:#222; font-size:20px; font-weight:700; padding:20px 0 10px; border-bottom:2px solid #444; }

/* 회원가입 - 1단계 이용약관  */
div.agreeBox { margin-top:5px; width:100%; height:200px; }
div.agree {position:relative; top:0; left:0; width:100%; height:200px; padding:15px; overflow:auto; border:#d9d9d9 solid 1px; background:#fcfcfc; }
div.add-bar {margin:0; background:#fff; border:0; padding:0 5px;}
</pre></body></html>