/* 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;
}

.txt_hidden {
	position:absolute;
	height:1px;
	width:1px;
	overflow: hidden;
	clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip:rect(1px, 1px, 1px, 1px);
}
.ul_list li {}
.ul_list li::before { content: '-';}
/* popup */
.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;
}

.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: #111;
}
.has-success .form-control {
		border-color: #111 !important;
		color:#111 !important;
}
.has-success .input-group-addon {
	border-color: #111 !important;
	color:#111 !important;
	background-color:#eee;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color:#ff4343;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color:#111;
}
/* .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;
}

/* modal */
.modal {
	display:block;
	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;
	width:700px;
}
.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: 30px;
	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: #e74637; font-weight: 700; }
.searchDiv .searchtxt b { font-size: 15px; color: #111 !important;; }
.searchDiv .searchForm { text-align: right; }

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

.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 > li { width: 100%; background: #fff; border-bottom:dashed 2px #eee; padding: 15px 10px; float: left; display: inline-block; }
.search-cont .thumbnail > li:first-child { border-top:solid 2px #eee;  }
.search-cont .thumbnail > li > a { display:block;; }
.search-cont .thumbnail > li .cont { width: 100%; display: table-cell; padding: 0; vertical-align: top; }
.search-cont .thumbnail > li .cont .title { margin: 10px 0 0; font-family: 'nanum-square-r', sans-serif; line-height: 1.4; font-size: 18px; color: #000; }
.search-cont .thumbnail > 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 > 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 > li .cont .urldesc span {  color:#61b1e6; }
.search-cont .thumbnail > li a:hover .cont .title, a:hover .desc { text-decoration: none; }
.search-cont .thumbnail > li .cont .rating { margin: 10px 0 0; padding: 10px 0 0; color: #777; font-size: 1.4rem; }
.search-cont .thumbnail > li .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.search-cont .thumbnail > li .cont .rating > 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 > .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 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-right: -10px;
	margin-left: -10px;
}
.gallery::after {
	content:'';
	display:block;
	clear:both;
}
.gallery .galleryList {
	position: relative;
	float:left;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding:0 10px;
	margin-bottom:20px;
}
.gallery .galleryList > div { }
.gallery .galleryList .Img { position: relative; text-align: center; overflow: hidden; border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.gallery .galleryList .Img.default_photo {
	background-color:#f9f9f9;
}
.gallery .galleryList .Img a {
	position:relative;
	display: block;
	padding-bottom:66.66667%
}
/* .gallery .galleryList .Img a::before {
	content: '';
	display: block;
	width:100%;
	padding-top:75%;
} */
.gallery .galleryList .Img a img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	height:100%;
}
.gallery .galleryList .Img a img.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.gallery .galleryList .Img a:hover img {

}

.gallery .galleryList .cont { position: relative; width: 100%;  padding: 15px 0; display: inline-block; }
.gallery .galleryList .cont .title { font-size:16px; margin-bottom: 10px; overflow: hidden; }
.gallery .galleryList .cont .title a { line-height: 1.4; font-size: 18px; color: #111; display: block; }
.gallery .galleryList .cont .title a i { font-size: 20px; line-height: 1.4; vertical-align: middle; color: #666; }

.gallery .galleryList .cont .card-sub-title{
	margin-bottom:10px;
}
.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 { color: #454545; font-size: 15px; }
.gallery .galleryList .cont .rating > span {  font-size: 15px; line-height: 1.2; font-weight: 300; }
.gallery .galleryList .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.gallery .galleryList .cont .option { position: absolute; bottom: 18px; right:20px; }
.gallery .galleryList .cont .tags { margin: 6px 0 0;overflow: hidden; height: 22px;  }
.gallery .galleryList .cont .review { margin-top: 10px; border-top: solid 1px #ddd; }
.gallery .galleryList .cont .review .review-tit{ background: #fafafa; padding: 5px 0; line-height: 24px;}
.gallery .galleryList .cont .review .review-ul { border-top: solid 1px #eee; border-bottom: solid 1px #ddd; }
.gallery .galleryList .cont .review .review-ul li { position: relative;  padding:8px 0 8px 50px; border-top: solid 1px #eee; }
.gallery .galleryList .cont .review .review-ul li:first-child { border-top: 0; }
.gallery .galleryList .cont .review .review-ul li .icon { position: absolute; top: 12px; left: 10px; }


/* Gallery */
.contents-title { margin:50px 0 20px; border-bottom: solid 2px #333; }
.contents-title h3 { margin: 0 0 10px; }
.scroll-text { color: #777; }
.winning-swiper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden;
}
.winning-swiper::after {
	content:'';
	display:block;
	clear:both;
}
.winning-swiper .galleryList {
	position: relative;
	float:left;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
	margin-bottom:20px;
	border: solid 1px #eee;
	border-radius: 4px; overflow: hidden;
}
.winning-swiper .galleryList > div { }
.winning-swiper .galleryList .Img {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius:  4px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.winning-swiper .galleryList .Img.default_photo {
	background-color:#f9f9f9;
}
.winning-swiper .galleryList .Img > div {
	position:relative;
	display: block;
	padding-bottom:66.66667%
}
.winning-swiper .galleryList .Img > div > a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
/* .gallery .galleryList .Img a::before {
	content: '';
	display: block;
	width:100%;
	padding-top:75%;
} */
.winning-swiper .galleryList .Img > div img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	height:100%;
}
.winning-swiper .galleryList .Img > div img.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.winning-swiper .galleryList .cont { position: relative; width: 100%; padding: 15px; display: inline-block; }
.winning-swiper .galleryList .cont .title { height: 50px;  font-size:16px; margin-bottom: 10px; overflow: hidden; }
.winning-swiper .galleryList .cont .title a { line-height: 1.4; font-size: 18px; color: #111; display: block; }
.winning-swiper .galleryList .cont .title a i { font-size: 20px; line-height: 1.4; vertical-align: middle; color: #666; }

.winning-swiper .galleryList .cont .card-sub-title{
	margin-bottom:10px;
}
.winning-swiper .galleryList .cont .desc { margin: 12px 0 0; height: 57px; overflow: hidden;}
.winning-swiper .galleryList .cont .desc .txt a {  font-size: 13px; color:#777; }
.winning-swiper .galleryList .cont .desc .txt a:hover { text-decoration: underline; }
.winning-swiper .galleryList .cont .desc .tag { display: inline-block; margin: 10px 0 0; }
.winning-swiper .galleryList .cont .rating { color: #454545; font-size: 15px; }
.winning-swiper .galleryList .cont .rating > span {  font-size: 15px; line-height: 1.2; font-weight: 300; }
.winning-swiper .galleryList .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.winning-swiper .galleryList .cont .option { position: absolute; bottom: 18px; right:20px; }
.winning-swiper .galleryList .cont .tags { margin: 6px 0 0;overflow: hidden; height: 22px;  }
.winning-swiper .galleryList .cont .label { display: inline-block; height: 24px; align-items: center; justify-content: center; line-height: 24px; padding: 0 5px; }
.winning-swiper .galleryList .cont .label.label-winning { color: #555; font-size: 14px;}
.winning-swiper .galleryList .cont .label.label-winning i { margin-top: -4px; font-size:18px; line-height: 24px;}
.winning-swiper .galleryList .cont .label.label-winning i::before { color: #FECC33; }
.winning-swiper .galleryList .cont .label.label-winning i::after {
	color: #332F2D;
	opacity: 1;
    opacity: var(--fa-secondary-opacity, 1);
}
.winning-swiper .galleryList .cont .link-btn { }
/* Webzine */
.webzine { border:0; padding: 0; border-radius: 0; }
.webzine > li { border:solid 1px #eee; border-top:0; padding: 15px; }
.webzine > li:first-child { border-top:solid 1px #eee;  }
.webzine > li > div {
	display: table-cell;
    vertical-align: middle;
    padding: 0;
    position: relative;
}
.webzine > li .img { background: #eee; width: 300px; height: 220px; overflow: hidden; }
.webzine > li .img a { height: 220px; overflow: hidden; }
.webzine > 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 > li .img a:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.webzine > li .cont { padding: 0 15px 0 ; }
.webzine > li .cont .title a { font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size:20px; color: #000; }
.webzine > li .cont .desc { margin: 15px 0 0; font-family: 'notokr-light', sans-serif;  font-size: 15px; color:#777; }
.webzine > li .cont .desc a {  }
.webzine > li .cont .title a:hover,.desc a:hover { text-decoration: underline; }
.webzine > li .cont .rating { margin: 10px 0 0; padding: 10px 0 0; color: #bbb; font-size: 14px; }
.webzine > li .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.webzine > li .cont .rating > span {  font-size: 14px; line-height: 1.3;  color: #777; }
.webzine > li.webzineNone { width: 100%; padding: 100px 0; text-align: center; }
.webzine-label-box .label {
font-family: 'S-CoreDream-2', sans-serif;
font-size:12px;
}
.webzine-label-box .label.label-primary {
background: #fff;
border: 1px solid #4a8af9;
color: #4a8af9;
}
.webzine-label-box .label.label-success {
background: #fff;
border: 1px solid #00acac;
color: #00acac;
}
.webzine-label-box .label.label-danger {
background: #fff;
border: 1px solid #ff5b57;
color: #ff5b57;
}


.video-list-content {

}
.video-list-content .label-box {
  margin-top:10px;
}
.video-list-content .label-box span {
  display: inline-block;
  font-size:12px;
  border:1px solid #5837ff;
  background-color:#fff;
  /* border-radius: 50px; */
  padding:3px 8px;
  color:#5837ff;
  font-family: 'S-CoreDream-4', sans-serif;
  margin-right:2px;
}
.video-list-content .label-box span:last-child {
  margin-right:0;
}
.video-list-content .tit {
  font-size: 16px; line-height: 1.4;
  font-weight: 500;
  color: #111;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Detail */
/* View Page */
.board-view { position: relative; margin: 50px 0 50px; }
.board-view .view-header {
	position:relative; margin: 0;
	padding: 20px 10px;
    border-top: solid 2px #777;
    border-bottom: solid 1px #ddd;
		margin-top:50px;
}
.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; }

.view-tag { position: relative; margin-top:50px; margin-bottom: 15px; }
.view-tag .tit { display: block; font-size: 14px; margin-bottom:10px; }
.view-tag ul {}
.view-tag ul::after {
	content: '';
	display: block;
	clear:both;
}
.view-tag ul > li { float: left; margin-right: 10px; margin-bottom:5px; }
.view-tag ul > li a {
	display: block;
    padding: 0 12px;
    height: auto;
    line-height: inherit;
    border-radius: 50px;
		line-height: 30px;
    font-size: 14px;
    border: solid 1px #111;
    color: #111;
		font-weight: 700;
}
.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 1px #eee; border-radius: 5px; }
.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-body .alert {
    border: dashed 1px #DFF3FF;
    padding:25px;
    border-radius: 5px;
    background: #F5FCFF; color: #00a7e2;
}
.panel-write .panel-body .alert01 {
    border: dashed 1px #eee;
    padding:10px;
    border-radius: 5px;
    background: #fafafa; color: #555;
}
.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 > .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 > div { height: 180px; }
.panel-write .form-group .coverImg .img > div > 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: 15px; font-weight: 400;}
.panel-write .form-group textarea::placeholder { font-size: 15px; color: #777;font-weight: 400;}
.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; }

.input-group-addon:last-child {
	border-color:#eee;
}
/* Tag */
.tag-list {}
.tag-list > ul {}
.tag-list > ul > li { float: left; }
.tag-list > ul > li > a {}

.ex-tag-list {
	display: -webkit-sbox;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  margin-top: 7px;
}
.ex-tag-list .ex-tag-list-link {
	position:relative;
	max-width: 20%;
	display: -webkit-sbox;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex: 1 1 20%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  flex: 1 1 20%;
  text-align: center;
  font-weight: 300;
  -webkit-box-shadow: 1px 0 0 0 #ddd, 0 1px 0 0 #eee, 1px 0 0 0 #eee inset, 0 1px 0 0 #eee inset, 1px 1px 0 0 #eee;
  box-shadow: 1px 0 0 0 #eee, 0 1px 0 0 #eee, 1px 0 0 0 #eee inset, 0 1px 0 0 #eee inset, 1px 1px 0 0 #eee;
	transition: all 0s;
  height: 40px;
	font-size: 14px;
	padding:0 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ex-tag-list .ex-tag-list-link:hover {
	-webkit-box-shadow: 1px 0 0 0 #111, 0 1px 0 0 #111, 1px 0 0 0 #111 inset, 0 1px 0 0 #111 inset, 1px 1px 0 0 #111;
	box-shadow: 1px 0 0 0 #111, 0 1px 0 0 #111, 1px 0 0 0 #111 inset, 0 1px 0 0 #111 inset, 1px 1px 0 0 #111;
	background-color:#f5f5f5;
	font-weight: 500;
	color:#111;
	z-index: 99;
}
/* SNS button */
.sns-button  { width: 100%; margin: 30px 0 0;text-align: center; }
.sns-button ul { display: inline-block; }
.sns-button ul > li { float:left;   }
.sns-button ul > li:first-child {   }
.sns-button ul > li:last-child A { border-right: 0; }
.sns-button ul > li button,
.sns-button ul > 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 > li A i { font-size: 18px; }
.sns-button ul > li A.btn-kakaostory { background:#fcbd03; }
.sns-button ul > li A.btn-kakaostory > 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 > li A.btn-naverblog { background:#29b200; }
.sns-button ul > li A.btn-naverblog > 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 > li A.btn-facebook { background:#3a5795; color:#fff;  }
.sns-button ul > li A.btn-twitter	{ background:#59adea; color:#fff; }
.sns-button ul > li A.btn-google { background:#ff5b57; color:#fff; }
.sns-button ul > li A.btn-kakao { background:#ffed11; color:#2e1922; }
.sns-button ul > li A.btn-band { background:#5c5b63; }
.sns-button ul > li A.btn-band > 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;
}
textarea.form-control {
    resize: none;
}
/* Commont */
.list-group {   margin-bottom: 15px; }
.list-group .list-group-item { position: relative; background:none; border: 0; border-bottom:solid 1px #eee; padding: 0;  }

#comment {
	padding-top: 50px;
	border-top:2px solid #111;
}
.form-control {
	border-color:#eee;
}
.commont-write > label { display: block; }
.commont-write .input-group .form-control   { height:80px; }
.commont-write .input-group .btn   { height:80px; width: 80px; }
.comment { position:relative; padding: 18px 0; overflow: hidden; padding: 18px 50px 18px 0px; }
.comment02 {
  padding: 18px 50px 18px 0px;
}
.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 .good-btn {
	position:absolute;
	right:0;
	top: 20px;
	text-align: center;
}
.comment .good-btn .icon-box {
	display: -webkit-sbox;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width:42px;
	height:42px;
	border:1px solid #ddd;
	border-radius: 50%;
	font-size: 16px;
	color:#ff320e;
}
.comment .good-btn .icon-box img {
	width: 18px;
}
.comment .good-btn .good-btn-txt {
	font-size: 15px;
	display: inline-block;
	margin-top:3px;
}
.comment .comment-img img {  }
.comment .comment-info {  }
.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: 8px 0 30px;}
.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;}
.comment-top {
	display: -webkit-sbox;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0 10px;
  border-bottom: 1px solid #eee;
}
.comment-top .comment-left {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	float:left;
}
.comment-top .commnet-sort {
	float:right;
}
.comment-top .commnet-sort > li {
	position:relative;
	float:left;
	padding:0 10px;
}
.comment-top .commnet-sort > li:last-child {
	padding-right:0;
}
.comment-top .commnet-sort > li::after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color:#ddd;
	position:absolute;
	right:0;
	top:50%;
	transform: translate(0px, -50%);
}
.comment-top .commnet-sort > li:last-child::after {
	display: none;
}
.comment-top .commnet-sort > li a{
	display: block;
	font-size: 15px;
}
.comment-top .commnet-sort > li.active a{
	font-weight: 700;
}
.user-txt {
	display: -webkit-sbox;
	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;
}
.user-txt::after {
	content: '';
	display: block;
	clear:both;
}
.user-txt li {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight: 700;
	padding:0 8px;
}
.user-txt li:first-child {
	padding-left:0;
}
.user-txt li::after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color: #ddd;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}
.user-txt li:last-child::after {
	display: none;
}
.user-txt li .social_icon {
	position:relative;
	padding-left:17px;
}
.user-txt li .social_icon::before {
	content: '';
	display: block;
	position:absolute;
	top:50%;
	left:2px;
	transform: translate(0, -50%);
	width:12px;
	height:12px;
}
.user-txt li .social_icon.google::before {
	background:url(/assets/common/img/user/google-icon.png) no-repeat center;
	background-size: cover;
}
.user-txt li .social_icon.kakao::before {
	background:url(/assets/common/img/user/kakao-icon.png) no-repeat center;
	background-size: cover;
}
.user-txt li .social_icon.naver::before {
	background:url(/assets/common/img/user/naver-icon.png) no-repeat center;
	background-size: cover;
}
.user-txt li .social_icon.facebook::before {
	background:url(/assets/common/img/user/facebook-icon.png) no-repeat center;
	background-size: cover;
}
.user-txt .best {
	display: inline-block;
	font-size:10px;
	font-weight: 700;
	color:#fff;
	background-color:#ff2222;
	border-radius: 2px;
	padding:2px 4px;
	margin-left:8px;
}
/* Commont - reply */
.reply-comment { width:100%; background:#fafafa; padding: 0; }
.reply-write { padding: 15px; border-top:solid 1px #eee; }
.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 #eee; padding: 20px 15px; }
.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 {  }
.reply-list .comment-info > .name { display: block; padding-right: 5px; color:#333; font-size: 13px; }
.reply-list .comment-info > .date { float: right; color:#777; font-size: 12px; }
.reply-list .comment-info > .comment-text { padding: 8px 0 10px;}
.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;
  border-radius: 0;
	width:100%;
	text-align: center;
}
.pagination > li {
  display: inline-block;
	margin: 0 2px;
}
.pagination > li > a > i { font-size: 1.6rem;}
.pagination > li > a,
.pagination > li > 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 > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #111;
  background-color: #eeeeee;
  border-color: #111;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #111!important;
  border-color: #111!important;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > 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&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;  }
.provision .cont-text { position: relative; background: #fafafa; max-width: 780px; margin: 0 auto; padding: 30px; border:solid 2px #eee;  text-align: left; font-size: 15px; }
.provision .cont-text p { font-size: 15px; line-height: 1.6; }
.provision .cont-text .s1 {  font-size: 15px; line-height: 1.6; }


/* site-map */
.site-map { width: 100%; display: inline-block;  }
.site-map > div {  min-height: 450px; }
.site-map .title { padding: 10px 0 10px 10px; border-bottom: solid 2px #ddd; }
.site-map .title a { color: #111; font-size:22px; font-weight: 700; }
.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 > li > ul > li > a { font-size:14px;  }
.site-map ul li a { display: block;  color: #666; font-size:16px; }
.site-map ul li a:hover { color: #222; text-decoration: underline; }



/* 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 > ul { padding: 30px 0 30px 20px; position:relative; }
.history > ul::before {
	content: '';
	position:absolute;
	top:0;
	left:0;
	width:10px; height:10px;
	background:#333;
	border-radius:99px;
}
.history > ul::after {
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	width:10px; height:10px;
	background:#333;
	border-radius:99px;
}
.history > ul > li { padding: 15px 0 15px 150px; }
.history > ul > li > strong { position: absolute; left: 0; padding: 0 0 0 65px; font-size: 16px; color:#333; }
.history > ul > li > strong:before {
	content: '';
	position: absolute; top:5px; left: 0;
	width: 10px; height: 10px;
	background:#fff;
	border-radius:99px;
	border:1px solid #333;
}
.history > ul > li > strong:after{ content: ''; position: absolute; top:10px; left: 10px;  width: 50px;height: 1px; background: #333; }
.history > ul > 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 > .sns_icon  {
}
.sns_list li a > .sns_facebook {
	background:#4266b2;
}
.sns_list li a > .sns_twitter {
	background:#1da1f2;
}
.sns_list li a > .sns_kakaoStory {
	background:#fccc02;
}
.sns_list li a > .sns_naverBlog {
	background:#3AB54A;
}
.sns_list li a > .sns_naverBand {
	background:#4ed4af;
}
.sns_list li a > .sns_icon img {
	width:21px;
}
*/

/* 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;
}
/* sns로그인 */
.sns-login-body {
	padding: 15px;
}
.sns-login-btn-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sns-login-btn-list .sns-login-link-box {
	margin-bottom: 10px;
	max-width: 100%;
  width: 100%;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
	height: 60px;
	padding: 18px 15px;
	border-radius: 4px;
	border: 1px solid #eee;
	transition: all 0.2s ease-out;
}

.sns-login-btn-list .sns-login-link-box .sns-login-btn .sns-login-icon {
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding-right:15px;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn .sns-login-icon::after {
	content: '';
	display: block;
	width:1px;
	height:21px;
	background-color:#ddd;
	position: absolute;
	top:50%;
	right:0;
	transform: translate(0, -50%);
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn .sns-login-icon svg {
	display: inline-block;
	width:24px;
	height: auto;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn .txt {
	display: inline-block;
	padding-left:15px;
	font-size: 15px;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn .txt strong {

}
.sns-ftk-icon {
	fill:#00274b;
	transition: all 0.2s ease-out;
}
.sns-facebook-icon {
	fill:#3C5A99;
	transition: all 0.2s ease-out;
}
.sns-facebook-icon-white {
	fill:#ffffff;
	transition: all 0.2s ease-out;
}
.sns-naver-icon {
	fill:#41B549;
	transition: all 0.2s ease-out;
}
.sns-twitter-icon {
	fill:#27A8E0;
	transition: all 0.2s ease-out;
}
.sns-kakao-icon {
	fill:#402D33;
	transition: all 0.2s ease-out;
}
.sns-google-icon{
	fill:#E74336;
	transition: all 0.2s ease-out;
}
.sns-google-icon-white{
	fill:#FFFFFF;
	transition: all 0.2s ease-out;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn:hover .sns-login-icon::after {
	background-color:#fff;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.ftk:hover {
	background-color:#103258;
	border-color:#103258;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.ftk:hover .sns-ftk-icon {
	fill:#fff;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn:hover .txt, .sns-login-btn-list .sns-login-link-box .sns-login-btn:hover .txt strong {
	color:#fff;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.facebook:hover {
	background-color:#3C5A99;
	border-color:#3C5A99;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.facebook:hover .sns-facebook-icon {
	fill:#fff;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.facebook:hover .sns-facebook-icon-white {
	fill:#3C5A99;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.naver:hover {
	background-color:#41B549;
	border-color:#41B549;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.naver:hover .sns-naver-icon {
	fill:#fff;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.twitter:hover {
	background-color:#27A8E0;
	border-color:#27A8E0;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.twitter:hover .sns-twitter-icon {
	fill:#fff;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.kakao:hover {
	background-color:#fcce00;
	border-color:#fcce00;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.kakao:hover .sns-kakao-icon {
	fill:#fff;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.kakao:hover .txt, .sns-login-btn-list .sns-login-link-box .sns-login-btn.kakao:hover .txt strong {
	color:#402d33;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.google:hover {
	background-color:#E74336;
	border-color:#E74336;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.google:hover .sns-google-icon {
	fill:#fff;
}
.sns-login-btn-list .sns-login-link-box .sns-login-btn.google:hover .sns-google-icon-white {
	fill:#E74336;
}

.board-wrap {

}
.board-list {
	display: -webkit-sbox;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin:0 -10px;
}
.board-list .list {
	max-width: 33.333333333%;
	width:100%;
	padding:0 10px;
	margin-bottom: 20px;
}
.board-list .list .cont {
	position:relative;
	display: -webkit-sbox;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width:100%;
	height: 100%;
	padding: 25px 20px 18px;
}
.board-list .list .cont .board-link {
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 9;
}
.board-list .list .cont .tit {
	font-size: 18px;
	font-weight: 700;
	margin-bottom:20px;
}
.board-list .list .cont .txt {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin-bottom:14px;
}
.board-list .list .cont .date-info > li {
	font-size: 14px;
	padding: 0 7px;
}
.board-list .list .cont .date-info > li:first-child {
	padding-left:0;
}
.board-list .list .cont .date-info > li.phone-number {
	padding-left: 13px;
}
.board-list .list .cont .date-info > li.phone-number::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	height: 13px;
	background: url(/assets/common/img/user/phone-icon.png) no-repeat center;
	background-size: 8px;
}

.board-view-top {
	position:relative;
}
.board-view-top-cont {
	display: -webkit-sbox;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 50px 0 60px;
	flex-wrap: wrap;
	position: relative;
}
.board-view-top-cont .left {
	max-width: 50%;
	width: 100%;
	padding-right:20px;
}
.board-view-top-cont .right {
	max-width: 50%;
	width:100%;
	padding-left:20px;
}
.board-view-top-cont .page-tit {
	font-size:21px;
	font-weight: 700;
	color:#111;
	margin-bottom: 46px;
}
.board-view-top-cont .board-tit {
	font-size:32px;
	font-weight: 700;
	color:#111;
	margin-bottom: 15px;
}
.board-view-top-cont .board-tit .board-tit-category {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}
.board-view-top-cont .date-info {
	padding-bottom: 20px;
}
.board-view-top-cont .date-info li {
	color:#111;
}
.board-view-top-cont .date-info li::after {
	background-color:rgba(0,0,0,0.2);
}
.board-view-top-cont .date-info li.name {
	max-width: inherit;
}
.board-view-top-cont .date-info li.phone {
	padding-left:16px;
}
.board-view-top-cont .date-info li.phone::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 18px;
	background: url(/assets/common/img/user/phone-white-icon.png) no-repeat center;
	background-size: 10px;
}
.board-view-top-cont .info-txt {
	position:relative;
	padding:20px;
	font-size: 18px;
	color:#111;
	line-height: 1.6;
	background-color:#fff;
	border-radius: 4px;
	margin-top:20px;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
	font-weight: 500;
}
.board-view-top-cont .info-txt::before {
	content: '';
	display: block;
	width:100%;
	height:1px;
	background-color:#fff;
	position:absolute;
	top:-20px;
	left:0;
}
.board-view-top-cont .sns-box .sns-box-bg {
	border:none;
}
.board-view-top-cont .apply-box {
	border:1px solid #111;
	border-radius: 4px;
	padding: 15px 20px;
}
.board-view-top-cont .tit {
	font-size: 14px;
	color:#111;
	display: block;
	margin-bottom:10px;
}
.board-view-top-cont .increase-tit {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color:#111;
	margin-bottom: 20px;
}
.board-view-top-cont .increase-btn {
	display: block;
	background-color:#fff;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	color:#111;
	font-weight: 700;
}
.board-view-top-cont .increase-btn:hover, .board-view-top-cont .increase-btn:focus {
	background-color:#f5f5f5;
}

.board-view-top-cont .list-btn-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: absolute;
	right:0;
	bottom: 20px;
}
.board-view-top-cont .list-btn {
	display: block;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	color: #111;
	font-weight: 500;
	padding: 2px 12px;
}
.open-info-table {
	width:100%;
	border-top:1px solid rgba(0,0,0,0.4);
}
.open-info-table tr {

}

.open-info-table tr th {
	width:70px;
	color:#111;
	vertical-align: top;
	font-size: 18px;
  padding: 8px 0;
}
.open-info-table tr td {
	font-size: 18px;
	font-weight: 300;
	color:#111;
  padding: 8px 0px;
}
.open-info-table tr:first-child th {
	padding-top:20px;
}
.open-info-table tr:first-child td {
	padding-top:20px;
}
.open-poster {
	position:relative;
	background-color:#e9f9ff;
	padding:20px 10px;
	margin-top:80px;
	text-align: center;
}
.open-poster .poster-img {
	position:relative;
	max-width: 405px;
	width:100%;
	margin:0 auto;
}
.open-poster .poster-img::before {
	content: '';
	display: block;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	position:absolute;
	left:0;
	top:0;
	background-color:#FFF1F1;
	transform: translate(-90%, -40%);
	z-index: 98;
}
.open-poster .poster-img::after {
	content: '';
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	position:absolute;
	right:0;
	bottom:0;
	background:url(/assets/common/img/user/poster-round-bg.png) no-repeat;
	background-size: cover;
	transform: translate(80%, 20%);
	z-index: 98;
}
.open-poster .poster-img img {
	position:relative;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	z-index: 99;
	border-radius: 4px;
	background-color:#fff;
}
.bottom-comment-box {
	margin-top:15px;
}
.bottom-comment-box > span {
	position:relative;
	display: inline-block;
	padding-left:24px;
	font-size: 18px;
	padding-right:14px;
}
.bottom-comment-box > .recommend-number {

}
.bottom-comment-box > .recommend-number::after {
	content: "\f004";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 21px;
	height: 21px;
	transform: translate(0px, -50%);
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300; color:#00a7e2;
}
.bottom-comment-box > .comment-number {

}
.bottom-comment-box > .comment-number::after {
	content: "\f27a";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 21px;
	height: 21px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300; color:#00a7e2;
	transform: translate(0px, -50%);
}
.travel-info-view-list {
margin-bottom: 30px;
}
.travel-info-view-list .travel-info-view-box {
position:relative;
overflow: hidden;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.travel-info-view-list .travel-info-view-box::after {
content: '';
display: block;
clear:both;
}
.travel-info-view-list .travel-info-view-box .tit {
float: left;
width: 20%;
padding: 10px 14px;
font-weight: 300;
font-size: 16px;
background-color: #f9f9f9;
border-top: 1px solid #eee;
}
.travel-info-view-list .travel-info-view-box .tit i {
display: inline-block;
width:18px;
height:18px;
text-align: center;
}
.travel-info-view-list .travel-info-view-box .txt{
float: left;
width: 80%;
padding: 10px 14px;
font-size: 16px;
font-weight: 300;
border-top: 1px solid #eee;
}
.travel-info-view-list .travel-info-view-box:first-child .tit, .travel-info-view-list .travel-info-view-box:first-child .txt {
border-color:#a7a7a7;
}
.board-view-list {
	position:relative;
	overflow: hidden;
}

.board-view-list .board-view-info {
	padding:50px 0;
	border-bottom:1px solid #eee;
}
.board-view-info .board-view-info-tit {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}
.board-view-info .board-view-info-txt {
	font-size: 18px;
	color:#454545;
	line-height: 1.6;
}
.vote-box {
	margin-top:60px;
	text-align: center;
}
.vote-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 24px;
	color:#fff;
	width:300px;
	line-height: 70px;
	text-align: center;
	border-radius: 50px;
	font-weight: 700;
	margin:0 auto;
	background-color:#00ace4;
	box-shadow: 0px 4px 16px rgb(0 0 0 / 16%);
}
.vote-btn i {
	margin-right:5px;
}
.vote-btn:hover, .vote-btn:active, .vote-btn:visited, .vote-btn:focus {
  box-shadow: none;
  transform: translate(0px, 2px);
	color:#fff;
}

.vote-btn.active {
	/*-webkit-background: linear-gradient( to right,#00a7e2, #FDDB36);
	background: linear-gradient( to right, #00a7e2, #FDDB36);
	*/
	background: #00a7e2;
	color:#FDDB36;
}
.vote-btn .vote-box-img {
	position:relative;
	display: inline-block;
	margin-right:5px;
	width: 28px;
}
.contest-more-box {
	padding-top:80px;
	border-top:1px solid #eee;
	margin-top:50px;
}
.contest-more-box .contest-more-tit {
	font-size: 28px;
	font-weight: 700;
	margin-bottom:10px;
	text-align: center;
}
.contest-more-box .contest-more-cont {
	position:relative;
	background-color:#ddf0ff;
	text-align: center;
	padding:30px 0;
	z-index: 1;
}
.contest-more-box .contest-more-cont::before {
	content: '';
	display: block;
	width:318px;
	height: 141px;
	background:url(/assets/common/img/user/vote-img.png) no-repeat;
	background-size:cover;
	position:absolute;
	left: 50px;
	bottom: 10px;
	z-index: -1;
}
.contest-more-box .contest-more-cont .contest-more-link {
	display: inline-block;
	width: 220px;
	line-height: 48px;
	background-color:#ffe434;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.contest-more-box .contest-more-cont .contest-more-link:hover {
	background-color:#ffdd00;
}
@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.5rem; }
.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 {
		-webkit-box-flex: 0;
	  -webkit-flex: 0 0 50%;
	  -moz-box-flex: 0;
	  -moz-flex: 0 0 50%;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
		width:50%;
	  max-width: 50%;
		margin-bottom: 10px;
	}

	/* 아이디어 갤러리 */
	.board-list .list {
		max-width: 33.3333333%;
	}
	.board-list .list .cont .tit {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.board-list .list .cont .txt {
		font-size: 15px;
	}
	.board-list .list .cont .date-info > li {
		font-size:
	}
	.contest-more-box .contest-more-cont::before {
		display: none;
	}

}

@media(max-width:767px){
	/* Gallery */
	.webzine-label-box .label {
		font-size: 10px;
	}
	.gallery .galleryList { width:100%;  }
	.gallery .galleryList .cont .title a {
		font-size: 14px;
	}
	.webzine > li > div {
		display: block;
	    vertical-align: middle;
	    padding: 0;
	    position: relative;
	}
	.webzine > li .img { background: #eee; width: 100%; height: auto; overflow: hidden; }
	.webzine > li .cont { margin:20px 0 0; }

	.gallery .galleryList .cont .title {
		font-size:14px;
	}
	.gallery .galleryList .cont .rating > span {
		font-size:12px;
	}
	.webzine > li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.webzine > li > div.webzine-label-box {
		display: block;
		margin-bottom: 10px;
		text-align: right;
	}
	.webzine > li .img {
		width:100%;
	}
	.webzine > li .img a::before {
		padding-top:56.25%;
	}
	.webzine > li .cont {
		padding:10px 0 ;
	}
	.webzine > li .cont .title {
		font-size:14px;
	}
	.webzine > li .cont .info-list > li {
		font-size: 13px;
	}
	.webzine > li .cont .rating > span,.webzine > li .cont .rating {
		font-size:12px;
	}
	/* 공유 */
	.sns_list {
		padding:10px;
	}
	.sns_list li {

	}

	.sns-login-body .ul-list li {
		font-size: 14px;
	}
	.sns-login-btn-list .sns-login-link-box {
		max-width: 100%;
	}
	.sns-login-btn-list .sns-login-link-box .sns-login-btn {
		padding:0 15px;
		height: 50px;
	}
	.sns-login-btn-list .sns-login-link-box .sns-login-btn .sns-login-icon::after {
		height: 15px;
	}
	.sns-login-btn-list .sns-login-link-box .sns-login-btn .sns-login-icon {
		padding-right:10px;
	}
	.sns-login-btn-list .sns-login-link-box .sns-login-btn .txt {
		padding-left:10px;
	}
	.sns-login-btn-list .sns-login-link-box .sns-login-btn .sns-login-icon svg {
		width: 18px;
	}
	.sns-login-btn-list .sns-login-link-box .sns-login-btn .txt {
		font-size: 14px;
	}
	/* 갤러리 */
	.gallery .galleryList .cont .title {
		font-size:14px;
	}
	.gallery .galleryList .cont .rating > span {
		font-size:12px;
	}
	.search-box {
		width: 100%;
		margin-bottom: 20px;
	}
	.search-input-box .form-control {
		width: 100%;
	}
	/* 아이디어 */
	.board-list .list{
		max-width: 100%;
		margin-bottom: 13px;
	}
	.board-list .list .cont {
		padding:20px;
	}
	.board-list .list .cont .tit {
		font-size: 15px;
    margin-bottom: 10px;
	}
	.board-list .list .cont .txt {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.board-list .list .cont .date-info > li {
		font-size: 14px;
	}
	.bottom-comment-box > span {
		font-size: 15px;
    padding-left: 21px;
	}
	.board-view-top-cont {
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.board-view-top-cont .left, .board-view-top-cont .right {
		max-width: 100%;
		padding:0;
	}
	.board-view-top-cont .right  {
		margin-top:20px;
	}
	.board-view-top-cont .right .sns-wrap {
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 9999999;
		margin:0;
	}
	.board-view-top-cont .right .sns-wrap .cd-nav-trigger {
		width: 36px;
    height: 36px;
	}
	.board-view-top-cont .right .sns-wrap .sns-box .sns-box-bg {
		width: 36px;
    height: 36px;
	}
	.board-view-top-cont .right .sns-wrap .sns-box.nav-is-visible .sns-box-bg {
		width:100%;
	}
	.board-view-top-cont .right .sns-wrap .sns-box.edit-content ul a {
		height: 36px;
		line-height: 36px;
	}
	.board-view-top-cont .right .sns-wrap .sns-box.edit-content .cd-nav-trigger::after {
		width:14px;
		height: 14px;
	}
	.board-view-top-cont .tit {
		font-size: 12px;
	}
	.board-view-top-cont .increase-tit {
		font-size: 16px;
		margin-bottom:14px;
	}
	.board-view-top-cont .increase-btn {
		font-size: 14px;
	}
	.board-view-top-cont .page-tit {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.board-view-top-cont .board-tit {
		font-size: 24px;
	}
	.board-view-top-cont .board-tit .board-tit-category {
		font-size: 12px;
	}
	.board-view-top-cont .info-txt {
		font-size: 14px;
	}
	.board-view-list .board-view-info {
		padding: 30px 0;
	}
	.board-view-info .board-view-info-tit {
		font-size: 21px;
	}
	.board-view-info .board-view-info-txt {
		font-size: 15px;
	}
	.vote-btn {
		line-height: 50px;
		font-size: 18px;
	}
	.vote-btn .vote-box-img {
    width: 20px;
	}
	.contest-more-box .contest-more-cont::before {
		display: none;
	}
	.contest-more-box .contest-more-tit {
		font-size: 21px;
	}
	/* 오픈테이블 */
	.open-info-table tr:first-child th {

	}
	.open-info-table tr th, .open-info-table tr td {
		font-size: 14px;
    padding: 5px 0;
	}
	.ex-tag-list .ex-tag-list-link {
		font-size: 12px;
	}
	.board-view-top-cont .list-btn-box {
		position: static;
		margin-top: 20px;
	}
	.list-btn {
		font-size: 14px;
	}
}
