/*********************/
/* #header
/*********************/
#header {
	position: fixed;
	width: 100%;
	height: 70px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	background: #fff;
	z-index: 5;
}
#header .h-wrap {
	position: relative;
	width: 1115px;
	margin: 0 auto;
}

#header .h-wrap .hw-logo {
	display: block;
	float: left;
	width: 140px;
	padding-top: 13px;
	color: #f44e69;
	text-align: center;
	margin-right: 10px;
}
#header .h-wrap .hw-logo h1 {
	font-family: 'KoPub Batang';
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -3px;
	margin: 0;
}
#header .h-wrap .hw-logo h2 {
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0;
	margin: 0;
}

#header .h-wrap .hw-menu {
	float: left;
	width: 785px;
	line-height: 0;
	font-size: 0;
}
#header .h-wrap .hw-menu li {
	display: inline-block;
}
#header .h-wrap .hw-menu li a {
	display: block;
	padding: 25px 30px 23px 30px;
	font-size: 20px;
	line-height: 22px;
	color: #333;
}
#header .h-wrap .hw-menu li a:hover,
#header .h-wrap .hw-menu li a.now {
	color: #f44e69;
}

#header .h-wrap .hw-btn {
	float: left;
	width: 160px;
	text-align: center;
	line-height: 0;
	font-size: 0;
}
#header .h-wrap .hw-btn a {
	display: inline-block;
	padding: 26px 12px;
	font-size: 16px;
	line-height: 18px;
}
#header .h-wrap .hw-btn a.pink {
	color: #f44e69;
}





/*********************/
/* #container
/*********************/
#container {
	position: relative;
	width: 1115px;
	margin: 0 auto;
	padding-top: 100px;
	zoom: 1;
}
#container:after {
	content: "";
	display: block;
	clear: both;
}






/*********************/
/* #side
/*********************/
#side {
	float: left;
	width: 245px;
	min-height: 700px;
	margin-right: 15px;
}
#side .s-group {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#side .s-group h5 {
	display: block;
	height: 36px;
	padding-left: 2px;
	font-family: 'Raleway';
	font-size: 28px;
	font-weight: 500;
	line-height: 30px;
	color: #000;
}

#side .s-group fieldset {
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#side .s-group fieldset input[type='text'] {
	width: 187px;
	height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-family: 'Raleway';
	font-size: 16px;
	color: #000;
	border: 1px solid #ced4da;
	border-right: 0 none;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-bottom-left-radius: 18px;
	background: #fff;
	vertical-align: top;
	overflow: hidden;
}
#side .s-group fieldset button {
	width: 58px;
	height: 40px;
	box-sizing: border-box;
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
	border: 1px solid #d44f68;
	-webkit-border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	background: #d44f68;
	vertical-align: top;
	overflow: hidden;
}
#side .s-group fieldset button:hover {
	color: #d44f68;
	background: #fff;
}

#side .s-group ul {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ced4da;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}
#side .s-group ul li {
	border-bottom: 1px solid #e0e0e0;
}
#side .s-group ul li:last-child {
	border-bottom: 0 none;
}
#side .s-group ul li a {
	display: block;
	width: 100%;
	height: 48px;
	padding: 17px 25px 0 25px;
	box-sizing: border-box;
	font-size: 16px;
	color: #495057;
}
#side .s-group ul li a:hover {
	color: #f44e69;
}
#side .s-group ul li a span {
	float: right;
	height: 20px;
	padding: 1px 6px 0 6px;
	margin-top: -2px;
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 16px;
	box-sizing: border-box;
	background: #92a0a0;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;
	overflow: hidden;
}






/*********************/
/* #contents
/*********************/
#contents {
	float: left;
	width: 855px;
	padding-top: 21px;
	min-height: 700px;
	text-align: center;
}






/*********************/
/* #footer
/*********************/
#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 28px;
	padding-top: 12px;
	margin-top: 70px;
	background: #f3f3f3;
	text-align: center;
	clear: both;
}
#footer a {
	font-size: 14px;
	font-weight: bold;
	color: #d44f69;
	letter-spacing: 0;
}
#footer a:hover {
	color: #333;
}






/*********************/
/* #quick
/*********************/
#quick {
	position: fixed;
	bottom: 60px;
	right: 50%;
	margin-right: -628px;
	width: 58px;
	height: 58px;
	z-index: 2;
	background: #fff;
	border: 2px solid #d3d3d3;
	text-align: center;
	font-family: verdana;
	color: #555;
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
#quick:hover,
#quick:active {
	color: #d44f68;
	border-color: #d44f68;
}
#quick span {
	display: block;
	font-size: 20px;
	line-height: 20px;
}
#quick p {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}








/*********************/
/* 팝업 기본
/*********************/
.popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000000;
	display: none;
}
.pw-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000000;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}



/*********************/
/* 로그인 창
/*********************/
#pop-login {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 160px;
	padding: 80px;
	margin: -150px 0 0 -255px;
	background: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	z-index: 9000001;
}
#pop-login .pl-input {
	margin-bottom: 20px;
}
#pop-login .pl-input .clear {
	margin-bottom: 12px;
}
#pop-login .pl-input .clear label {
	float: left;
	width: 75px;
	height: 28px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#pop-login .pl-input .clear input {
	float: left;
	width: 224px;
	height: 36px;
	padding: 0 12px;
	border: 1px solid #ddd;
	font-size: 16px;
}

#pop-login button.pl-btn {
	width: 250px;
	height: 50px;
	margin: 0 0 9px 75px;
	font-size: 16px;
}







/*********************/
/* 목록
/*********************/
.recipe-list {
	position: relative;
	width: 855px;
	margin: 0 auto 20px auto;
}
.recipe-list li {
	float: left;
	width: 285px;
	height: 370px;
	overflow: hidden;
	text-align: center;
}
.recipe-list li a {
	display: table;
	width: calc(100% - 30px);
	height: calc(100% - 230px);
	margin: 15px;
	padding-top: 200px;
	background-color: #fff;
	background-size: auto 200px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-border-radius: 18px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 18px;
	-moz-border-radius-topleft: 0;
	border-radius: 18px;
	border-top-left-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.recipe-list li .info {
	display: table-cell;
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	background: #fff;
	vertical-align: middle;
}
.recipe-list li .info p.type {
	display: inline-block;
	height: 28px;
	padding: 7px 12px 0 12px;
	margin-bottom: 12px;
	box-sizing: border-box;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #f44e69;
}
.recipe-list li .info p.name {
	width: 88%;
	margin: 0 auto;
	font-size: 26px;
	color: #000;
	letter-spacing: -3px;
}
.recipe-list li a:hover .info p.name {
	color: #f44e69;
}
.recipe-list li .info p.writer {
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: normal;
	color: #333;
	letter-spacing: -2px;
}



.recipe-list li:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 18px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 18px;
	-moz-border-radius-topleft: 0;
	border-radius: 18px;
	border-top-left-radius: 0;
	transition: all ease 0.2s;
}
.recipe-list li:hover a {
	width: 100%;
	height: calc(100% - 300px);
	margin: 0;
	padding-top: 300px;
	background-size: auto 300px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all ease 0.2s;
}
.recipe-list li:hover a .info {
	height: 70px;
	transition: all ease 0.2s;
}
.recipe-list li:hover .info p {
	transition: all ease 0.2s;
}
.recipe-list li:hover .info p.type,
.recipe-list li .info p.writer {
	display: none;
}







/*********************/
/* 페이징
/*********************/
.media-page {
	position: relative;
	width: 100%;
	padding-bottom: 60px;
	text-align: center;
}






/*********************/
/* nodata
/*********************/
.media-nodata {
	position: relative;
	width: 100%;
	padding-top: 200px;
	font-size: 18px;
	font-weight: normal;
	color: #888;
	text-align: center;
}









/*********************/
/* 보기
/*********************/
.recipe-view {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 45px;
	box-sizing: border-box;
	-webkit-border-radius: 18px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 18px;
	-moz-border-radius-topleft: 0;
	border-radius: 18px;
	border-top-left-radius: 0;
	overflow: hidden;
	background: #fff;
}

.recipe-view .rv-top {
	display: table;
	width: 100%;
	margin-bottom: 60px;
}
.recipe-view .rv-top .rvt-photo {
	display: table-cell;
	width: 550px;
}
.recipe-view .rv-top .rvt-photo img {
	width: 100%;
}
.recipe-view .rv-top .rvt-info {
	display: table-cell;
	width: 415px;
	padding-left: 45px;
	vertical-align: middle;
}
.recipe-view .rv-top .rvt-info h2 {
	position: relative;
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 18px;
	font-size: 42px;
	font-weight: bold;
	color: #000;
	letter-spacing: -3px;
	border-bottom: 1px solid #e9e9e9;
}
.recipe-view .rv-top .rvt-info .rvti-made {
	font-family: 'Nanum Gothic';
	font-size: 16px;
	color: #333;
}
.recipe-view .rv-top .rvt-info .rvti-tag {
	position: relative;
	width: 100%;
	margin-top: 30px;
	text-align: left;
}
.recipe-view .rv-top .rvt-info .rvti-tag li {
	display: inline-block;
	height: 28px;
	padding: 7px 12px 0 12px;
	margin: 0 8px 8px 0;
	box-sizing: border-box;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #f44e69;
}



.recipe-view .rv-ingre {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
}
.recipe-view .rv-ingre h3 {
	font-family: 'Nanum Gothic';
	font-size: 28px;
	color: #000;
	margin-bottom: 12px;
}
.recipe-view .rv-ingre ul {
	display: inline-block;
	width: auto;
	padding: 15px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
.recipe-view .rv-ingre li {
	display: inline-block;
	list-style: disc !important;
	margin: 10px 15px;
	font-size: 16px;
	color: #495057;
}
.recipe-view .rv-ingre li i {
	font-size: 12px;
	color: #dee2e6;
	margin-right: 3px;
}



.recipe-view .rv-body {
	position: relative;
	width: 100%;
	font-family: 'Nanum Gothic';
	font-weight: bold;
	font-size: 18px;
	color: #000;
	line-height: 28px;
	text-align: center;
}
.recipe-view .rv-body img {
	width: 720px;
}
.recipe-view .rv-body .green {
	color: #009e25;
}
.recipe-view .rv-body .red {
	color: rgb(255, 0, 0);
}
.recipe-view .rv-body .blue {
	color: rgb(0, 28, 255);
}



.recipe-view .rv-btn {
	position: relative;
	width: 100%;
	margin: 80px 0 50px 0;
	line-height: 0;
	font-size: 0;
	text-align: center;
}
.recipe-view .rv-btn a {
	display: inline-block;
	width: 116px;
	height: 25px;
	padding-top: 11px;
	margin: 0 7px;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: bold;
	color: #d44f68;
	text-align: center;
	border: 2px solid #d44f68;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.recipe-view .rv-btn a:hover,
.recipe-view .rv-btn a:active {
	color: #000;
	border-color: #000;
}
.recipe-view .rv-btn a.list {
	color: #fff;
	border-color: #d44f68;
	background: #d44f68;
}
.recipe-view .rv-btn a.list:hover,
.recipe-view .rv-btn a.list:active {
	color: #fffc00;
}









/*********************/
/* 쓰기
/*********************/
.media-write {
	position: relative;
	width: 1000px;
	padding: 40px 50px 50px 50px;
	margin: 0 auto 100px auto;
	background: #fff;
}

.media-write .mw-title {
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center;
}
.media-write .mw-title h3 {
	display: inline-block;
	width: auto;
	font-size: 32px;
	font-weight: normal;
	color: #333;
	padding: 0 10px 2px 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}
.media-write .mw-title h5 {
	font-family: verdana;
	font-weight: normal;
	font-size: 14px;
	color: #888;
}



.media-write .mw-table {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #ededed;
}
.media-write .mw-table th,
.media-write .mw-table td {
	height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ededed;
}
.media-write .mw-table th {
	font-weight: normal;
	text-align: center;
	background: #f8f8f8;
}
.media-write .mw-table td {
	text-align: left;
	background: #fff;
}
.media-write .mw-table td input,
.media-write .mw-table td textarea {
	font-family: 'Nanum Gothic';
}
.media-write .mw-table td input[type='text'] {
	height: 25px;
	padding: 3px 10px 5px 10px;
	border: 1px solid #ddd;
	letter-spacing: 0;
}
.media-write .mw-table td input[type='file'] {
	height: 22px;
	padding: 5px;
	border: 1px solid #ddd;
}
.media-write .mw-table td select {
	height: 33px;
	padding: 7px;
	border: 1px solid #ddd;
}
.media-write .mw-table td textarea {
	padding: 10px;
	border: 1px solid #ddd;
}
.media-write .mw-table td span {
	font-family: 'Nanum Gothic';
	color: #999;
	margin-left: 8px;
}
.media-write .mw-table td label {
	margin-right: 15px;
}
.media-write .mw-table td .btn {
	float: right;
	height: 35px;
	font-size: 14px;
}
.media-write .mw-table td.photo .preview {
	float: left;
	height: 34px;
	margin-right: 8px;
}
.media-write .mw-table td.photo img {
	height: 100%;
}
.media-write .mw-table td .preview-view {}
.media-write .mw-table td .preview-view img {
	height: 140px;
	margin-bottom: 8px;
}

.media-write .mw-table td.setquality:not(:checked) > input {
	position: absolute;
	top: -9999px;
	clip: rect(0,0,0,0);
}
.media-write .mw-table td.setquality:not(:checked) > label {
	display: inline-block;
	height: 16px;
	padding: 4px 7px 1px 7px;
	margin: 0 5px;
	font-family: 'Jeju Gothic';
	font-size: 13px;
	color: #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
}
.media-write .mw-table td.setquality > input#quality_4k:checked ~ label.q4k {
	color: #fff;
	background: #e98400;
}
.media-write .mw-table td.setquality > input#quality_1080p:checked ~ label.q1080p {
	color: #fff;
	background: #005de9;
}
.media-write .mw-table td.setquality > input#quality_720p:checked ~ label.q720p {
	color: #fff;
	background: #9250cf;
}
.media-write .mw-table td.setquality > input#quality_480p:checked ~ label.q480p {
	color: #fff;
	background: #24a035;
}
.media-write .mw-table td.setquality > input#quality_360p:checked ~ label.q360p {
	color: #fff;
	background: #9faa25;
}
.media-write .mw-table td.setquality > input#quality_unknown:checked ~ label.qunknown {
	color: #fff;
	background: #555;
}

.media-write .mw-table td #colorPick {
	color: #fff;
}

.media-write .mw-table td.link {
	vertical-align: middle;
}
.media-write .mw-table td #setLinkList {
	display: inline-block;
	vertical-align: middle;
}
.media-write .mw-table td #setLinkList li {
	position: relative;
	width: 250px;
	height: 75px;
	margin: 5px 0;
}
.media-write .mw-table td #setLinkList li.ui-sortable-helper {
	width: 248px;
	height: 73px;
	border: 1px solid #eee;
	background: rgba(255,255,255,0.9);
}
.media-write .mw-table td #setLinkList li.ui-state-highlight {
	width: 248px;
	height: 73px;
	background: #fffd77;
	border: 1px solid #eee;
}

.media-write .mw-table td #setLinkList li button {
	position: absolute;
	top: -3px;
	left: -10px;
	width: 25px;
	height: 23px;
	padding-top: 2px;
	border: 1px solid #ddd;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	vertical-align: middle;
	font-size: 16px;
}
.media-write .mw-table td #setLinkList li button:hover {
	color: #d44f68;
}
.media-write .mw-table td #setLinkList li .sl-photo {
	display: table-cell;
	width: 50px;
	height: 75px;
	vertical-align: middle;
}
.media-write .mw-table td #setLinkList li .sl-photo img {
	width: 100%;
}

.media-write .mw-table td #setLinkList li .sl-info {
	display: table-cell;
	width: 190px;
	padding-left: 10px;
	vertical-align: middle;

}
.media-write .mw-table td #setLinkList li .sl-info p.cate {
	display: block;
	font-family: 'Nanum Gothic';
	font-size: 13px;
	letter-spacing: 0;
	margin-top: 8px;
}
.media-write .mw-table td #setLinkList li .sl-info p.name {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.media-write .mw-table td #setLinkList li .sl-info p.year {
	display: block;
	font-family: verdana;
	font-size: 12px;
	color: #666;
}

.media-write .mw-table td.link .btn {
	float: none;
	display: inline-block;
}


.media-write .mw-btn {
	position: relative;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
.media-write .mw-btn button.btn {
	width: 126px;
	height: 46px;
	font-size: 16px;
	margin: 0 4px;
}
.media-write .mw-btn a.btn {
	width: 104px;
	height: 24px;
	padding-top: 14px;
	font-size: 16px;
	margin: 0 4px;
	display: none;
}


























