<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ie9�댄븯 */
.legacy-browser {
	text-align: center;
	padding:25px 0;
	overflow:hidden;
	background:#363636;
}
.legacy-browser__title {
	font-size:21px;
	color:#ff0000;
}
.legacy-browser__content {
	margin-top:10px;
	font-size:18px;
	color:#fff;
}
.legacy-browser__link {
	color:#ffcb00;
}
.legacy-browser__link:hover {
	color:#e8b900;
	text-decoration: underline;
}
.legacy-browser__close {
	display:inline-block;
	margin-top:20px;
	width:100px;
	padding:6px;
	background:#ffcb00;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border:none;
	border-radius:4px;
}
.legacy-browser__close:hover {
	background-color:#e8b900;
}
.legacy-browser__close span {
	color:#000;
}

/* popup */
.txt_hidden {
  position:absolute;
  height:1px;
  width:1px;
  overflow: hidden;
  clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip:rect(1px, 1px, 1px, 1px);
}
.popup_cont_wrap {
  position:relative;
  overflow:hidden;
  padding-top:100%;
}
.popup_cont_wrap .popup_cont {
  position:absolute;
  top:0;
  left:0;
  padding-top:inherit;
  width:100%;
}
.popup_cont_wrap .popup_cont .popup_img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
}
.swiper-control-wrap .swiper-controls.modal-control {
  bottom: 10px;
  background-color: rgba(0,0,0,0.5);
  height: 38px;
	min-height: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
	-ms-flex-direction: column;
 flex-direction: column;
 -ms-flex-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
}
.swiper-control-wrap .swiper-controls.modal-control .controls-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction:row;
	-ms-flex-direction:row;
 -ms-flex-pack: center;
	height: 38px;
	min-height: 38px;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding:0;
}
.swiper-control-wrap .swiper-controls.modal-control .controls-box .swiper-pagination {
  bottom: auto;
  color:#fff;
}
.swiper-control-wrap .swiper-controls.modal-control .controls-box .swiper-pagination &gt; span{
  color:#fff;
}
.swiper-control-wrap .swiper-controls.modal-control .swiper-autoplay {
	float:none;
	width:auto;
	height: auto;
	background:none;
}
.swiper-control-wrap .swiper-controls.modal-control .controls-box .button-prev:before, .swiper-control-wrap .swiper-controls.modal-control .controls-box .button-next:before, .swiper-control-wrap .swiper-autoplay .stop-autoplay:before, .swiper-control-wrap .swiper-autoplay .start-autoplay:before {
  color:#fff !important;
}
/* modal */
.modal {

	text-align: center;
  padding: 0 !important;
}
.modal-title {
	font-size: 17px;
  font-weight: 500;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.affix.affixed .hide-up{
	display:none;
}
.modal .close {
	text-indent:-99999px;
  background:url(/assets/common/img/user/close_icon.png) no-repeat center;
  background-size:12px;
  width:16px;
  height:24px;
}

.modal .modal_close_box label {
	float:left;
	display:block;
	width:50%;
	line-height:56px;
	text-align: center;
	padding-left:0;
}
.modal .modal_close_box button {
	float:left;
	display:block;
	width:50%;
	line-height:56px;
	border:none;
	border-left:1px solid #e2e7eb;
	border-radius:0 0 3px 0;
	background-color:#fff;
}

.tag-modal { width:900px; }
/* Search */

.searchDiv {
	position: relative;
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
	border:solid 1px #ddd;
}
.searchDiv::before {
	content: "";
    position: absolute;
    bottom: -4px;
    left: -1px;
    display: block;
    width: 100%;
    height: 3px;
    background: #f1f1f1;
 }
.searchDiv .searchtxt { margin: 0; line-height: 36px; font-size: 15px; color: #777; }
.searchDiv .searchtxt b { font-size: 15px; color: #333; }
.searchDiv .searchForm { text-align: right; }

/* Search */
.search-area { background: #f4f4f4; height: 70px; }
.search-area .container { position: relative; }
.search-area .container .search-btn { position: absolute; top: 25px; left: 0; background: none; border: 0; }
.search-area .container .search-btn i { font-size: 22px; }
.search-area .container .search-input { position: relative; margin: 0 20px; }
.search-area .container .search-input input { position: absolute; width: 100%; top: 14px; background: none; border: 0; line-height: 30px; font-size: 24px; }

.search-cont { padding: 50px 0; }
.search-cont .tit { margin: 20px 0 20px; line-height: 1.4; font-size: 20px; color: #777; }
.search-cont .tit .num { color:#61b1e6; }
.search-cont .dashedLine { width: 100%; height: 1px; display: inline-block; margin:30px 0;  }

.search-cont .search-none { text-align:center; padding:80px 0; width:100%; font-size: 16px; color: #888; }
.search-cont .search-none .icon { display: block; }
.search-cont .search-none .icon i { font-size: 4.5rem; color: #bbb; line-height: 1.5; }

.search-cont .tag-list { display:block; text-align: left; margin: 9px 0 0; }
.search-cont .tag-list li { display: inline-block; margin: 10px 10px 0 0; }
.search-cont .tag-list li a {
  display: inline-block;
  padding: 0 12px;
  height: auto;
  line-height: inherit;
  border-radius: 50px;
  line-height: 30px;
  font-size: 14px;
  border: solid 1px #60bea3;
  color: #60bea3;
}

.search-cont .tag-list li a:hover { text-decoration: underline; }
.search-cont .tag-list li a.cardTag.color01 { color: #fff; }
.search-cont .tag-list li a.cardTag.color02 { background: #fff; border: solid 1px #5fbba2; color:#5fbba2; }


.search-cont .thumbnail { background: none; border:0; border-radius: 0; margin:0; padding: 0; }
.search-cont .thumbnail &gt; li { width: 100%; background: #fff; border-bottom:dashed 2px #eee; padding: 15px 10px; float: left; display: inline-block; }
.search-cont .thumbnail &gt; li:first-child { border-top:solid 2px #eee;  }
.search-cont .thumbnail &gt; li &gt; a { display:block;; }
.search-cont .thumbnail &gt; li .cont { width: 100%; display: table-cell; padding: 0; vertical-align: top; }
.search-cont .thumbnail &gt; li .cont .title { display:inline-block;  margin-right:10px;font-family:'nanum-square-r', sans-serif; line-height: 1.4; font-size: 14px; color: #000; }
.search-cont .thumbnail &gt; li .cont .desc { margin: 10px 20px 0 0; font-family: 'nanum-square-r', sans-serif; line-height: 1.4;  font-size:14px; color:#666; }
.search-cont .thumbnail &gt; li .cont .urldesc { margin: 10px 20px 0 0; font-family: 'nanum-square-r', sans-serif; line-height: 1.4;  font-size:14px; color:#666; }
.search-cont .thumbnail &gt; li .cont .urldesc span {  color:#61b1e6; }
.search-cont .thumbnail &gt; li a:hover .cont .title, a:hover .desc { text-decoration: none; }
.search-cont .thumbnail &gt; li .cont .rating { margin: 10px 0 0; padding: 10px 0 0; color: #777; font-size: 1.4rem; }
.search-cont .thumbnail &gt; li .cont .rating &gt; span i { font-size: 15px; color: #999; vertical-align: middle; }
.search-cont .thumbnail &gt; li .cont .rating &gt; span {  font-size: 1.5rem; line-height: 1.2; }

/*----- Board Stert -----*/

/* basic */
.table.tablebasic { width: 100%; border-top:solid 1px #bbb; }
.table.tablebasic th { background:#fafafa; text-align:center; padding:15px 0; font-size: 15px;   border-top:solid 1px #2a2a2a; }
.table.tablebasic td { padding: 13px 0 13px 0; border-bottom:solid 1px #ddd; font-size: 14px;  color: #666; }
.table.tablebasic td A { color: #666; font-size: 15px; }
.table.tablebasic td A:hover { color: #444; }


/* responsive basic */
.table.responList { width: 100%; border-top:solid 1px #ccc; }
.table.responList th { text-align:center; padding:20px 0; font-size: 15px;   border-top:solid 1px #ccc; }
.table.responList td { padding: 15px 0 15px 0; border-bottom:solid 1px #ddd; font-size: 15px;  color: #666; vertical-align: middle;  }
.table.responList td A { color: #666; font-size: 15px; font-weight: 400; }
.table.responList td A:hover { color: #444; }
.table.responList .w-hd A .tit { margin: 0; padding: 0; color: #666; line-height: 1.5; font-size: 16px; }
.table.responList .w-hd A:hover .tit { color: #444; text-decoration: none; }
.table.responList .w-hd A .desc { margin: 8px 0 0; color: #888;  font-size: 13px; text-decoration: none; }
.table.responList td A .desc &gt; .icon { display: inline-block; border-radius: 6px; padding: 5px 10px; font-family: 'nanum-square-r', sans-serif; line-height: 1.25; font-size: 95%; }
.new-icon { position: relative; background: #ff5b57; width: 18px; height:18px; line-height: 14px; text-align: center; border-radius: 50%; display: inline-block; }
.new-icon::before { content: 'N'; font-size: 11px; color: #fff; }

.responList .w-hd { display: block; float: left; }
.responList .m-hd { display: none; }
.wasTable .table thead tr {
	background:#f9f9f9;
	border-top:2px solid #ddd;
}
.wasTable .table thead tr th {
	text-align: center;
}
/* Gallery */
.gallery { margin: 0 -10px; }
.gallery::after {
	content:'';
	display:block;
	clear:both;
}
.gallery .galleryList { width: 33.3%; float: left; margin: 0 0 20px; padding: 0 10px; }
.gallery .galleryList a {
	display:block; height: 100%;
}
.gallery .galleryList &gt; div { border: solid 1px #ddd; }
.gallery .galleryList .Img { background: #fafafa; position: relative; height:200px; padding: 0; text-align: center; border-bottom: solid 2px #eee; overflow: hidden; }
.gallery .galleryList .Img a img {
	max-width:100%; height: 100%;
	-ms-transform:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.gallery .galleryList .Img a:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.gallery .galleryList .cont { position: relative; width: 100%; height: 120px; padding:10px 15px; display: inline-block; background: #fff; }
.gallery .galleryList .cont .title { margin: 0; height: 48px; overflow: hidden; }
.gallery .galleryList .cont .title a { display: block; line-height: 1.3; font-size: 17px; color: #000; font-weight: 400;}
.gallery .galleryList .cont .title a i { font-size: 20px; line-height: 1.4; vertical-align: middle; color: #666; }
.gallery .galleryList .cont .title a:hover { text-decoration: underline; }
.gallery .galleryList .cont .desc { margin: 12px 0 0; height: 57px; overflow: hidden;}
.gallery .galleryList .cont .desc .txt a {  font-size: 13px; color:#777; }
.gallery .galleryList .cont .desc .txt a:hover { text-decoration: underline; }
.gallery .galleryList .cont .desc .tag { display: inline-block; margin: 10px 0 0; }
.gallery .galleryList .cont .rating { margin:6px 0 0; color: #777; font-size: 13px; }
.gallery .galleryList .cont .rating &gt; span i { font-size: 15px; color: #999; vertical-align: middle; }
.gallery .galleryList .cont .rating &gt; span {  font-size: 13px; line-height: 1.2; }
.gallery .galleryList .cont .option { position: absolute; bottom: 18px; right:20px; }
.gallery .galleryList .cont .tags { margin: 6px 0 0;overflow: hidden;
 height: 22px;  }

/* Webzine */
.webzine { border:0; padding: 0; border-radius: 0; }
.webzine &gt; li { border:solid 1px #eee; border-top:0; padding: 15px; }
.webzine &gt; li:first-child { border-top:solid 1px #eee;  }
.webzine &gt; li &gt; div {
	display: table-cell;
    vertical-align: middle;
    padding: 0;
    position: relative;
}
.webzine &gt; li .img { background: #eee; width: 300px; height: 220px; overflow: hidden; }
.webzine &gt; li .img a { height: 220px; overflow: hidden; }
.webzine &gt; li .img a img {
	max-width: 100%; height:auto; width: 100%;
	-ms-transform:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.webzine &gt; li .img a:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.webzine &gt; li .cont { padding: 0 15px 0 ; }
.webzine &gt; li .cont .title a { font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size:20px; color: #000; }
.webzine &gt; li .cont .desc { margin: 15px 0 0; font-family: 'notokr-light', sans-serif;  font-size: 15px; color:#777; }
.webzine &gt; li .cont .desc a {  }
.webzine &gt; li .cont .title a:hover,.desc a:hover { text-decoration: underline; }
.webzine &gt; li .cont .rating { margin: 10px 0 0; padding: 10px 0 0; color: #bbb; font-size: 14px; }
.webzine &gt; li .cont .rating &gt; span i { font-size: 15px; color: #999; vertical-align: middle; }
.webzine &gt; li .cont .rating &gt; span {  font-size: 14px; line-height: 1.3;  color: #777; }
.webzine &gt; li.webzineNone { width: 100%; padding: 100px 0; text-align: center; }


/* Detail */
/* View Page */
.board-view { position: relative; margin: 0 0 50px; }
.board-view .view-header {
	position:relative; margin: 0;
	padding: 20px 10px;
    border-top: solid 2px #777;
    border-bottom: solid 1px #ddd;
}
.board-view .view-header dt {  }
.board-view .view-header dt .title { font-weight:600; font-size:24px; line-height: 1.4; color:#222; text-align: center;  }
.board-view .view-header dt .date { float:right; font-size:12px; color:#999;  padding:8px 0 0 5px; }

.board-view .view-header dd {  color:#666; padding:0; text-align: center; overflow:hidden; }
.board-view .view-header dd i { color:#999; font-size: 16px; line-height: 0; vertical-align: middle; }
.board-view .view-header dd .info { display: inline-block; margin-top: 15px; font-size:14px; color:#777; }
.board-view .view-header dd .info li {
	position: relative;
	float: left;
	padding: 0 10px;
	color: #777;
	font-size:15px;
	font-weight: normal;
}
.board-view .view-header dd .info li::before { content: ''; position: absolute; left: 0; top:50%; width: 1px; height: 16px; background: #ddd; margin-top: -8px; }
.board-view .view-header dd .info li:first-child:before  { display: none; }
.board-view .view-header .document-name a { color:#777; }
.board-view .view-header .document-name i { color:#337ab7; vertical-align: middle; font-size: 15px; }
.board-view .view-header .document-name span { color:#555;  font-size: 13px; font-weight: normal; }
.board-view .view-header dd span {  padding:0 5px; }

.board-view .view-body { border-bottom:solid 1px #ddd; margin-bottom: 15px;}
.board-view .view-body .viewContent { width: 100%; display: inline-block; padding: 25px; font-size: 13px; }
.board-view .view-body .viewContent table { width: 100%!important;  }
.board-view .view-body .viewContent img { width: auto!important; max-width: 100% !important; height:auto !important; }
.board-view .view-body a {
	color:#0062ff;
}
.board-view .view-body a:hover {
	text-decoration: underline;
}
.view-tag { position: relative; width: 100%; display: inline-block; margin-bottom: 15px; }
.view-tag .tit { width: 64px; float: left; line-height: 30px; font-size: 14px; }
.view-tag ul {}
.view-tag ul &gt; li { float: left; margin-right: 10px; margin-bottom:5px;}
.view-tag ul &gt; li a {
	display: block;
    padding: 0 12px;
    height: auto;
    line-height: inherit;
    border-radius: 50px;
	line-height: 30px;
    font-size: 14px;
    border: solid 1px #60bea3;
    color: #60bea3;
}
.viewTag .tag-list li a:hover {  background:#60bea3!important; color: #fff!important;}

.board-view .view-footer { width: 100%; display:inline-block; padding: 10px; border-bottom:solid 1px #ddd;  }
.board-view .view-footer .tag-list strong { float: left; }
.board-view .view-footer .tag-list ul { float: left; display: inline-block; }
.board-view .view-footer .tag-list ul li { float: left; margin: 0 0 0 5px; }
.board-view .view-footer .tag-list ul li a { padding: 5px; background: #f5f5f5; color: #777; font-size: 13px; }


/* Write */
.panel-write { position: relative; max-width: 1000px; margin: 0 auto; border:solid 2px #eee; }
.panel-write .panel-heading { background: #eee!important; padding: 15px; }
.panel-write .panel-heading .panel-title { color: #333; font-size: 14px; }
.panel-write .panel-body { padding: 20px; }
.panel-write .panel-footer { border: 0; }
.panel-write .form-group { margin-right:0; margin-left: 0; }
.panel-write .form-group .coverImg {   }
.panel-write .form-group .coverImg &gt; .img {
	background: #fafafa;
    padding: 0;
	border: solid 1px #ddd;
    text-align: center;
    overflow: hidden;
 }
.panel-write .form-group .coverImg .img img { max-width: 100%; height: auto; }
.panel-write .form-group .coverImg .img &gt; div { height: 180px; }
.panel-write .form-group .coverImg .img &gt; div &gt; img { max-width: 100%; height:100%; }
.panel-write .form-group { padding: 0 0 20px; border-bottom: dashed 1px #ddd; }
.panel-write .form-group .control-label{ font-size: 14px; }
.panel-write .form-group.last { border-bottom:0; margin: 0; padding: 0; }
.panel-write .panel-body .title {
	width: 100%; display: inline-block; padding: 12px 0; margin: 0 0 20px; border-bottom: solid 2px #ddd;
	font-family:'NanumSquareR'; font-size: 18px; color:#333; font-weight: bold;
}
.panel-write .agreement {  width: 100%; display: inline-block; margin: 0 0 20px; border: solid 1px #eee;  border-bottom:0;}
.panel-write .agreement label { width: 100%; display: inline-block; text-align: right; margin: 0; padding: 10px; border-bottom:solid 1px #eee;}
.panel-write .agreement .text-box { background: #fafafa; max-height: 300px; padding: 20px; border-bottom: solid 2px #eee;  font-size: 14px; }
.btn-wrap { position: relative; max-width: 1000px; margin: 15px auto 0; }


/* Tag */
.tag-list {}
.tag-list &gt; ul {}
.tag-list &gt; ul &gt; li { float: left; }
.tag-list &gt; ul &gt; li &gt; a {}

/* SNS button */
.sns-button  { width: 100%; margin: 30px 0 0;text-align: center; }
.sns-button ul { display: inline-block; }
.sns-button ul &gt; li { float:left;   }
.sns-button ul &gt; li:first-child {   }
.sns-button ul &gt; li:last-child A { border-right: 0; }
.sns-button ul &gt; li button,
.sns-button ul &gt; li A {
	background: #ddd;
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block; padding: 0; border-radius:0;
	box-shadow: none;
	line-height: 40px; text-align: center;	color:#999;
}
.sns-button ul &gt; li A i { font-size: 18px; }
.sns-button ul &gt; li A.btn-kakaostory { background:#fcbd03; }
.sns-button ul &gt; li A.btn-kakaostory &gt; span {
	position: absolute; top:10px; left: 50%; margin-left: -9px;
	background-image:url(/assets/common/images/user/icon-cacaostory-on.png);
	width: 18px; height:18px;
	background-size: 18px 18px;
	background-position: 50% 50%;
	border-radius:0;
}
.sns-button ul &gt; li A.btn-naverblog { background:#29b200; }
.sns-button ul &gt; li A.btn-naverblog &gt; span {
	background-image:url(/assets/common/images/user/icon-naverblog-on.png);
	width:18px; height:18px; display: inline-block;
	background-size: 18px 18px;
	background-position: 50% 50%;
	margin-bottom: -5px;
	border-radius:0;
  }
.sns-button ul &gt; li A.btn-facebook { background:#3a5795; color:#fff;  }
.sns-button ul &gt; li A.btn-twitter	{ background:#59adea; color:#fff; }
.sns-button ul &gt; li A.btn-google { background:#ff5b57; color:#fff; }
.sns-button ul &gt; li A.btn-kakao { background:#ffed11; color:#2e1922; }
.sns-button ul &gt; li A.btn-band { background:#5c5b63; }
.sns-button ul &gt; li A.btn-band &gt; span {
	background-image:url(/assets/common/images/user/icon-band-on.png);
	width:18px; height:18px; display: inline-block;
	background-size: 18px 18px;
	background-position: 50% 50%;
	margin-bottom: -5px;
	border-radius:0;
  }

.sns-button li A.heart-score  { width: 40px; padding: 0 5px; }


/* File List */
.document-list { border-top: solid 1px #ddd; padding:15px 0; overflow:hidden; }
.document-list strong { float: left; margin-right: 15px; color: #777; font-weight: normal; }
.document-list ul { float: left; display: inline-block; }
.document-list ul li { display: block; padding: 0 0 0; }
.document-list ul li .document-file {  padding: 0 0 0; }
.document-list ul li A { display: block;}
.document-list ul li .document-name	{  }
.document-list ul li .document-name A {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Commont */
.list-group {   margin-bottom: 15px; }
.list-group .list-group-item { position: relative; background:none; border: 0; border-bottom:solid 1px #ddd; padding: 0;  }


.commont-write &gt; label { display: block; }
.commont-write .input-group .form-control   { height:80px; }
.commont-write .input-group .btn   { height:80px; width: 80px; }
.comment { padding: 18px 12px; overflow: hidden; }
.comment .comment-img { position:absolute;
	background: #fff;
	position:absolute;
	float: left;
	margin:0 15px 0 10px;
	height: 50px;
	width:50px;
	line-height: 50px;
	border: solid 1px #eee;
	border-radius: 50%;
	overflow: hidden;
}
.comment .comment-img img { display:block; max-width:100%; }
.comment .comment-info { margin-left: 75px;  }
.comment .comment-info .name { display: block; color:#333; font-size: 13px; }
.comment .comment-info .date { float: right; color:#777; font-size: 12px; }
.comment .comment-info .comment-text { padding: 5px 0 0;}
.comment .comment-etc { float: left; margin-top: 13px;  }
.comment-none { width: 100%; text-align: center; padding: 50px 0;  color: #999; }
.comment-none i { display: block; padding-bottom: 10px; font-size: 36px; color: #bbb;}

/* Commont - reply */
.reply-comment { width:100%; background:#fafafa; border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; display: inline-block;  padding: 0; }
.reply-write { padding: 15px; border-top:solid 1px #ddd; }
.reply-write .input-group .form-control   { height:80px; }
.reply-write .input-group .btn   { height:80px; width: 80px; }

.reply-list li { width: 100%; display: inline-block; border-top:solid 1px #ddd; padding: 14px 10px 14px 20px; }
.reply-list li:first-child { border-top:0; }
.reply-list .comment-img {
	background: #fff;
	position:absolute;
	float: left;
	margin:0 15px 0 10px;
	height: 50px;
	width:50px;
	line-height: 50px;
	border: solid 1px #eee;
	border-radius: 50%;
	overflow: hidden;
}
.reply-list .comment-img img { }
.reply-list .comment-info {  margin-left: 75px; }
.reply-list .comment-info &gt; .name { display: block; padding-right: 5px; color:#333; font-size: 13px; }
.reply-list .comment-info &gt; .date { float: right; color:#777; font-size: 12px; }
.reply-list .comment-info &gt; .comment-text { padding: 5px 0 0;}
.reply-list .comment-etc { float: left; margin-top: 13px;  }

.reply-delete-comment { float: left; width: 100%; margin: 10px 0 0; }
.reply-delete-comment .reply-delete {  }


/* Paging */

.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0 40px;
  border-radius: 0;
	width:100%;
	text-align: center;
}
.pagination &gt; li {
  display: inline-block;
	margin: 0 2px;
}
.pagination &gt; li &gt; a &gt; i { font-size: 1.6rem;}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 8px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #111;
  background-color: #ffffff;
  border:solid 1px #111;
  margin-left: -1px;
  box-shadow:none;
  border-radius: 4px !important;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-radius: 0;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-radius: 0;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #111;
  background-color: #eeeeee;
  border-color: #111;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #111!important;
  border-color: #111!important;
  cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #111;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}


/*----- Board END -----*/


/* Faq */
.faq-tabs { background: #fff; width: 100%; display: inline-block; }
.faq-tabs li { width: 25%; float: left; margin:-1px 0 0 -1px; border: solid 1px #ddd; }
.faq-tabs li a { display: block; text-align: center; height: 45px; padding: 12px 18px; font-size:14px; color: #555; }
.faq-tabs li.active a,
.faq-tabs li a:hover {
	background: #F33285;
	border: solid 1px #F33285;
	color:#fff;
}

.faq-list { margin: 0; border-radius: 0!important;  border: solid 1px #ddd; }
.faq-list .panel-heading { background: #fff; padding: 0;  border-radius: 0; }
.faq-list .panel-heading .panel-title a { background: #f5f5f5; margin: 0; padding: 15px; border-radius: 0; border:0; color:#333; font-size: 15px; font-weight: 600; }
.faq-list .panel-heading .panel-title a.accordion-toggle-styled { background: #f5f5f5; font-weight: bold; color: #222; font-family:'NanumSquareR', sans-serif;}
.faq-list .panel-heading .panel-title a.collapsed { background: #fff; font-weight: normal; color: #777; }

.faq-list .panel-heading .panel-title a .label { background: #fff; color: #555;  font-size: 12px; font-weight: normal;  }
.faq-list .panel-heading .panel-title a span { font-family:sans-serif; color:#F33285; font-size:18px; font-weight: normal;  }

.faq-list .panel-collapse .panel-body { border-bottom: solid 1px #ddd; font-size: 15px;  }
.faq-list .panel-collapse .panel-footer { border-top:solid 1px #eee!important; }

/* Q&amp;A */
.help-panel { position: relative; max-width: 800px; margin: 0 auto; padding-bottom: 50px; border-radius: 0; }
.help-panel .panel-body { padding: 30px; }

.help-panel .panel-body .title {
	width: 100%;
	display: inline-block;
	padding: 12px 0; margin: 0 0 20px;
	border-bottom: solid 2px #ddd;
	font-size: 18px; color:#333;
	font-weight: bold;
}
.help-panel .panel-body .agreement {  width: 100%; display: inline-block; margin: 0 0 20px; border: solid 1px #eee;  border-bottom:0;}
.help-panel .panel-body .agreement label { width: 100%; display: inline-block; text-align: right; margin: 0; padding: 10px; border-bottom:solid 1px #eee;}
.help-panel .panel-body .agreement .agreement-box { background: #fafafa; max-height: 300px; padding: 20px; border-bottom: solid 2px #eee;  font-size: 14px; overflow-y: scroll; }
.help-panel .panel-body .agreement .agreementAll { background: #fafafa; text-align: center; font-size: 15px; color: #333; font-weight: bold; }
.help-panel .panel-body .form-control { height: 40px;  color: #333; }
.help-panel .panel-body .control-label {
    padding-top: 12px;
    margin-bottom: 0;
    text-align: left;
	font-size: 14px;
	color: #666;
}
.help-panel .panel-footer { border: 0; }

/* Provision */
.provision { text-align: center;  }
.provision .title { display: inline-block; margin-bottom: 30px; font-size: 24px; color: #333; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; }
.provision .cont-text { position: relative;  max-width: 90%; margin: 0 auto; padding: 30px; border:solid 2px #eee; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; text-align: left; font-size: 15px; }
.provision .cont-text p { font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; font-size: 15px; line-height: 1.6; }
.provision .cont-text .s1 { font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; font-size: 15px; line-height: 1.6; }


/* site-map */
.site-map { width: 100%; display: inline-block;  }
.site-map &gt; div {  min-height: 450px; }
.site-map .title { padding: 10px 0 10px 10px; border-bottom: solid 2px #ddd; }
.site-map .title a { color: #00acac; font-size:22px; }
.site-map ul { display: inline-block; margin: 15px 0 0; padding: 0; }
.site-map ul li { margin: 0 0 15px 10px; padding: 0 0 0 10px; background:url('/assets/common/img/content/ul-bg.png') no-repeat 0px 10px; }
.site-map ul &gt; li &gt; ul &gt; li &gt; a { font-size:14px;  }
.site-map ul li a { display: block; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; color: #666; font-size:16px; }
.site-map ul li a:hover { color: #222; text-decoration: underline; }


/* �ы듃�대━�� - 由ъ뒪�� */
.portfolio-list { position: relative; background: #E8F3F1; padding:70px 0 0;}
.portfolio-list &gt; ul { border-top:solid 1px #BEE0D9;  }
.portfolio-list &gt; ul &gt; li { border-bottom:solid 1px #BEE0D9; }
.portfolio-list &gt; ul &gt; li:focus,
.portfolio-list &gt; ul &gt; li:active,
.portfolio-list &gt; ul &gt; li:hover { background: #BEE0D9; }
.portfolio-list &gt; ul &gt; li a { position: relative; display: block; padding:30px 0;  font-weight: normal; }
.portfolio-list &gt; ul &gt; li .cate { width: 200px; position: relative; font-size: 15px;  color: #00acac; font-weight: bold; }
.portfolio-list &gt; ul &gt; li .tit {  margin:0 40px 0 0px; display: inline-block; font-size: 16px; color: #333; font-weight: 500; }
.portfolio-list &gt; ul &gt; li .icon { position: absolute; right:0;top:0;bottom: 0; display: block;  }
.portfolio-list &gt; ul &gt; li .cate:after,
.portfolio-list &gt; ul &gt; li .icon:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.portfolio-list &gt; ul &gt; li .icon i { font-size: 32px; color: #999; vertical-align: middle;  }
.portfolio-list &gt; ul &gt; li .list-view { background: #fff; }
.portfolio-list &gt; ul &gt; li .list-view &gt; div { padding: 20px; }

.portfolio-list-history { position: relative; width: 100%; max-width: 720px; margin: -120px auto 30px; padding: 0 50px; text-align: center;}

.portfolio-list-history .owl-item { text-align: center; }
.portfolio-list-history .item { background: none; display: inline-block; }
.portfolio-list-history .item a {
    background: #fff; border: solid 2px #E8F3F1; color: #555; font-weight: normal;
    display: block; width: 100px; height:100px; line-height: 100px; border-radius: 50%; font-size:20px;
}
.portfolio-list-history .item  a:hover,
.portfolio-list-history .item.active &gt; a { background: #00acac; border:solid 2px #00acac; color: #fff;}
.portfolio-list-history .item.active &gt; a.category-txt &gt; div &gt; span {   font-weight: bold;}
.portfolio-list-history .owl-dots { display: none; }

.portfolio-list-history .owl-nav { display: block!important;}
.portfolio-list-history .owl-nav .owl-prev,
.portfolio-list-history .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top:50%;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    outline: none;
}
.portfolio-list-history .owl-nav &gt; button { border: 0; background: none; }
.portfolio-list-history .owl-nav &gt; button &gt; span { display: inline-block; font-size: 0; }
.portfolio-list-history .owl-nav &gt; .owl-prev { background-image: url('/assets/common/img/user/owl_prev.png'); left: 0; }
.portfolio-list-history .owl-nav &gt; .owl-next { background-image: url('/assets/common/img/user/owl_next.png');  right: 0; }

/* history */
.history_wrap {
	position:relative;
	margin-top:30px;
	padding:70px 0 20px;
}
.history { position: relative; max-width:800px;  margin: 10px auto;  }
.history:before { content: ''; position: absolute; background: #797979; top:0; bottom:0; left: 4px; width: 1px;}
.history &gt; ul { padding: 30px 0 30px 20px; position:relative; }
.history &gt; ul::before {
	content: '';
	position:absolute;
	top:0;
	left:0;
	width:10px; height:10px;
	background:#333;
	border-radius:99px;
}
.history &gt; ul::after {
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	width:10px; height:10px;
	background:#333;
	border-radius:99px;
}
.history &gt; ul &gt; li { padding: 15px 0 15px 150px; }
.history &gt; ul &gt; li &gt; strong { position: absolute; left: 0; padding: 0 0 0 65px; font-size: 16px; color:#333; }
.history &gt; ul &gt; li &gt; strong:before {
	content: '';
	position: absolute; top:5px; left: 0;
	width: 10px; height: 10px;
	background:#fff;
	border-radius:99px;
	border:1px solid #333;
}
.history &gt; ul &gt; li &gt; strong:after{ content: ''; position: absolute; top:10px; left: 10px;  width: 50px;height: 1px; background: #333; }
.history &gt; ul &gt; li .cont { font-size: 16px; color:#555; }
/*
.sns_wrap {
	text-align: right;
}
.sns_wrap .dropdown-menu {
	right:0;
	left:auto;
	max-width:300px;
}
.sns_wrap .sns_list {
	padding:20px 30px;
}
.sns_list li {
	float:left;
	width:20%;
	line-height:40px;
	position:relative;
	text-align: center;
	transition:0.3s;
}
.sns_list li:hover {
	background:#eaeaea;
}
.sns_list li:hover a {
	color:#333;
}
.sns_list li a p {
	line-height:1.6;
	padding:5px 0;
}
.sns_list li a &gt; .sns_icon  {
}
.sns_list li a &gt; .sns_facebook {
	background:#4266b2;
}
.sns_list li a &gt; .sns_twitter {
	background:#1da1f2;
}
.sns_list li a &gt; .sns_kakaoStory {
	background:#fccc02;
}
.sns_list li a &gt; .sns_naverBlog {
	background:#3AB54A;
}
.sns_list li a &gt; .sns_naverBand {
	background:#4ed4af;
}
.sns_list li a &gt; .sns_icon img {
	width:21px;
}
*/

.label-txt
{
	padding-bottom:10px;
}
.has-error .label-txt {
	color: #ff4343;
}
.has-error .form-control {
	border-color: #ff4343 !important;
}
.has-error .form-control:focus {
	border-color: #ff4343 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .text-danger {
	margin-top: 10px;
	color: #ff4343;
}
.has-error .input-group-addon {
	color: #ff4343;
}
.has-success .label-txt {
	color: #103257;
}
.has-success .form-control {
	border-color: #103257 !important;
	color:#111 !important;
}
.has-success .input-group-addon {
	border-color: #103257 !important;
	color:#111 !important;
	background-color:#eee;
}
/* .has-success .form-control:focus {
		border-color: #4cc1ff;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7dd2ff;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7dd2ff;
} */
.has-success .label-txt {
	color: inherit;
}
.has-success .form-control {
	border-color: inherit;
}
.has-success .form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* sns */
.sns_frame {
	position:relative;
	float:right;
}
.sns_close {
	display:none;
}
.snsButton {
	position:absolute;
	top:0;
	right:0;
}
.sns_frame .sns_list {

}
.sns_frame .sns_list ul {
	margin-top:30px;
}
.sns_frame .sns_list ul li {
	display:inline-block;
	margin-right:5px;
}
.sns_frame .sns_list ul li a {
	display:inline-block;
	border:1px solid #000;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
}

/* �댁뒪�덊꽣 �뚯씠釉� */
.article-editor {

}
.article-editor &gt; div {
	width:100% !important;
}
.article-editor table {
	width: 100% !important;
}
.article-editor table img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}
.article-editor img {
	/* width: auto !important; */
	max-width: 100%;
	height: auto;
}

.article-editor span {
	word-break: break-all;
}

@media(max-width:1199px){

}

@media(max-width:991px){
.modal-dialog {
	width:92%;
}
.responList th:nth-child(1),.responList td:nth-child(1){ display: none; }
.responList th:nth-child(2) { display: none; }
.responList th:nth-child(3),.responList td:nth-child(3) { display: none; }
.responList th:nth-child(4),.responList td:nth-child(4){ display: none; }
.responList th:nth-child(5),.responList td:nth-child(5){ display: none; }
.responList th:nth-child(6),.responList td:nth-child(6){ display: none; }
.table.responList td { padding: 0; }
.table.responList .w-hd { display: none; }
.table.responList .m-hd { display: block; }
.table.responList .m-hd A { display: block; padding: 22px 10px; color: #666; font-size: 1.7rem; }
.table.responList .m-hd A:hover,
.table.responList .m-hd:hover { background: #fafafa; }
.table.responList .m-hd A .tit { margin: 0; padding: 0; color: #666; line-height: 1.5; font-size: 1.7rem; }
.table.responList .m-hd A:hover .tit { color: #444; text-decoration: underline; }
.table.responList .m-hd A .desc { margin: 8px 0 0; color: #777;  font-size: 14px; text-decoration: none; }
.table.responList .m-hd A .desc span { padding: 0 5px 0 0; }
.table.responList .m-hd A .desc span i { color: #aaa; font-size: 18px; vertical-align: middle; }

/* Gallery */
.gallery .galleryList { width:50%; }
.table.responList td {
	width:100%;
}
}

@media(max-width:767px){
	/* Gallery */
	.gallery .galleryList { width:100%;  }

	.webzine &gt; li &gt; div {
		display: block;
	    vertical-align: middle;
	    padding: 0;
	    position: relative;
	}
	.webzine &gt; li .img { background: #eee; width: 100%; height: auto; overflow: hidden; }
	.webzine &gt; li .cont { margin:20px 0 0; }
	/* 怨듭쑀 */
	.sns_list {
		padding:10px;
	}

	.sns_list li {

	}
}

/* �쇱젙 css*/
.placeList { border-top: solid 1px #bbb;}
.placeList .dateTit { position: relative; height: 50px; background: #f5f5f5; padding: 0 50px; }
.placeList .dateTit .tit { text-align: center; font-size:22px; line-height: 50px; }
.placeList .dateTit .prev,
.placeList .dateTit .next { position: absolute; width: 50px; height: 50px; line-height: 50px; text-align: center; top:0;}
.placeList .dateTit .prev { left: 0; border-right: solid 1px #ddd; }
.placeList .dateTit .next { right: 0; border-left: solid 1px #ddd; }
.placeList .dateTit .prev a,
.placeList .dateTit .next a { background: #f5f5f5; display:block; color: #666; }
.placeList .dateTit .prev a:hover,
.placeList .dateTit .next a:hover { background: #eee; color: #222; }

.list_table { width: 100%; border-top:solid 1px #bbb; }
.list_table th { background:#fafafa; text-align:center; padding:13px 0; font-size: 14px;  border-bottom:solid 1px #ddd; border-left: dashed 1px #ddd; }
.list_table th:first-child { border-left:0; }
.list_table td { padding: 13px 0 13px 0; border-bottom:dashed 1px #ddd; font-size: 14px;  color: #888; vertical-align: middle !important;}
.list_table td span { font-size: 11px;  }
.list_table td A { color: #666;  }


@media(max-width:479px){
	.table.responList .m-hd A .tit {
		font-size:1.4rem;
	}
	.board-view .view-header dt .title {
		font-size:18px;
	}
	.board-view .view-header dt .title &gt; span {
		font-size:16px !important;
		padding:2px 10px !important;
	}
}
</pre></body></html>