@charset "utf-8";


@font-face {
	font-family: 'Pretendard-ExtraLight';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
	margin: 0;
	padding: 0;
	font-family: 'Pretendard-Regular';
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

button {
	border: none;
	cursor: pointer;
}

html,
body {
	overflow-x: hidden;
}

div {
	box-sizing: border-box;
}

select {}

/*헤더 시작----------------------------------------------------------------------------*/

header {
	width: 100%;
	position: fixed;
	height: 210px;
	border-bottom: 1px solid #f5f5f5;
	z-index: 1000;
	background-color: #fff;
	top: 0;
}

.header_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #f5f5f5;
}

.header_content .top_area {
	width: 1280px;
	height: 45px;
	margin: 0 auto;
}

.header_content .top_area .top_banner {
	width: 50%;
	padding: 13px 0px;
	text-align: center;
	float: left;
	color: #fff;
	font-weight: bold;
}

.header_content .top_area .top_banner span {
	color: #ffcf03;
}

.header_content .top_area .top_banner1 {
	background-color: #e75524;
}

.header_content .top_area .top_banner2 {
	background-color: #0194fc;
}

.header_content .mid_area {
	width: 1280px;
	padding: 15px 0px 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	;
}

.header_content .mid_area .logo {
	float: left;
}

.header_content .mid_area .search {
	width: 390px;
	height: 42px;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 2px solid #0AB2A6;
	border-radius: 25px;
	padding: 3px 3px;
	margin-left: 30px;
	float: left;
}

.header_content .mid_area form {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header_content .mid_area .search form .top_search {
	width: 330px;
	position: relative;
	top: 2px;
	border: none;
	font-size: 1rem;
	margin-left: 10px;
	border: none;
	outline: none;
}

.header_content .mid_area .search form .search_btn {
	background-color: #fff;
	border: none;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 6px;
}



.header_content .mid_area .sub_btn {
	width: 55%;
	height: auto;
}

.header_content .mid_area .sub_btn>ul {
	width: 100%;
	position: relative;
	padding-top: 20px;
}

.header_content .mid_area .sub_btn>ul>li {
	padding: 0 15px;
	height: auto;
	text-align: center;
	float: right;
	font-size: 14px;
}

.header_content .mid_area .sub_btn>ul>li:nth-child(2) {
	padding-right: 0;
}

.submenu {
	display: none;
}

.submenu {

	flex-direction: column;
	position: absolute;
	background-color: #fff;
	width: 150px;
	top: 50px;
	left: -40px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.submenu li {
	padding: 15px;
}

.submenu li:hover {
	background: #f2f2f2;
}

.btm_area {
	width: 100%;
	height: 80px;
}

.btm_area .main_menu {
	width: 1280px;
	margin: 0 auto;
	height: 80px;
	position: relative;
	display: flex;
	justify-content: space-between
}

.btm_area .main_menu>ul {
	position: relative;
	margin: 0 !important;
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center
}

/* .btm_area .main_menu > ul li:nth-child(1){width:5%;} */
/* .btm_area .main_menu > ul li:nth-child(1) img{width:23px; margin-top: 2px;} */
.btm_area .main_menu>ul>li {
	padding: 0 15px;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #0AB2A6;
	font-size: 1.15rem;
	position: relative;
}

.btm_area .header_btn {
	width: 560px;
	position: relative;
	display: flex;
	align-items: center
}

.btm_area .header_btn ul {
	width: 100%;
	position: relative;
	display: flex;
	align-content: center;
}

.btm_area .header_btn ul a {
	width: 135px;
	float: left;
	background-color: #fff;
	color: black;
	padding: 7px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.btm_area .header_btn ul a:nth-child(1) {
	background-color: #ff5756;
	color: #fff;
	margin-right: 1%;
	border-radius: 10px;
}

.btm_area .header_btn ul a:nth-child(2) {
	background-color: #0AB2A6;
	color: #fff;
	border-radius: 10px;
}

.btm_area .header_btn ul a:nth-child(3) {
	width: 125px;
	margin-left: 4%;
	padding: 3px 0px;
	text-align: right;
	position: relative;
}

.btm_area .header_btn ul a:nth-child(4) {
	width: 125px;
	padding: 3px 0px;
	text-align: right;
	position: relative;
}

.btm_area .header_btn ul .my_icon {
	border-left: 1px solid black;
	text-align: left;
}

.btm_area .header_btn ul .my_icon img {
	margin-left: 20px;
	display: inline;
}

.btm_area .header_btn ul a:nth-child(3) span,
.btm_area .header_btn ul a:nth-child(4) span {
	left: 50%;
	transform: translate(-50%);
	font-weight: 400;
	position: absolute;
	top: -17px;
	padding: 2px 10px;
	background: #f5f5f5;
	border-radius: 15px;
	z-index: 1000;
	font-size: .9rem;
}


/*헤더 끝----------------------------------------------------------------------------*/

/*공통----------------------------------------------------------------------------*/

#wrap {
	width: 100%;
	position: relative;
	height: auto;
	margin-top: 210px;
	overflow: hidden;
}

#wrap .full_banner2 {
	position: relative;
	width: 100%;
	height: 420px;
	background-color: #201c1d;
	color: #fff;
}

.full_banner {
	position: relative;
	width: 100%;
	height: auto;
}

.content {
	width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0px;
}

.title_comment {
	color: #989898;
	font-weight: 400;
	margin: 3px 0 10px
}

.now_receipt {
	padding: 3px 7px;
	background-color: #ff5756;
	color: #fff;
	font-size: .9rem;
}

.receipt {
	padding: 3px 7px;
	background-color: #3f91c3;
	color: #fff;
	font-size: .9rem;
}

.hit {
	color: gray;
	font-size: 12px;
	float: right;
	display: none;
}

.hit img {
	width: 20px;
	margin-right: 5px;
}


/*중간 배너*/
.event {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
}

.event_banner {
	width: 100%;
	height: 120px;
}


/*한줄 4개 갤러리 리스트형식 메인 &서브*/
#commend_section .project_list a li>span {
	background: #A0ADB2;
	color: #fff;
}

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

.project_list a li {
	width: 25%;
	padding: 20px 1.5%;
	float: left;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
	text-align: left
}

.project_list a li:nth-child(1) {
	padding-left: 0;
}

.project_list a li .list_img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0px;
	border-radius: 8px;
	background-color: rgb(239, 239, 239);
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 57.6061%
}

.project_list a li>span {
	color: #222;
	font-size: .9rem;
	letter-spacing: 1px;
	padding: 4px 10px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-top: 10px;
	display: inline-block;
}

.project_list a li h1 {
	font-size: 1.1rem;
	margin-top: 10px;
	word-break: break-all;
	height: 50px;
	overflow-y: hidden;
}

.project_list a li>div {
	width: 100%;
	margin-top: 5px;
}

.project_list a li>div .now_receipt {
	padding: 4px 10px;
	background-color: #ff5756;
	color: #fff;
	font-size: .9rem;
	font-weight: bold;
}

.project_list a li>div .receipt {
	padding: 4px 10px;
	background-color: #3f91c3;
	color: #fff;
	font-size: .9rem;
	font-weight: bold;
}

.project_list a li>div .hit {
	color: gray;
	font-size: 12px;
	float: right;
	display: none;
	display: none;
}

.project_list a li>div .hit img {
	width: 20px;
	margin-right: 5px;
}

.date {
	font-size: .85rem;
}

.list_img {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -99999px;
}


.type_tab {
	width: 90%;
	margin-top: 20px;
	display: flex;
	justify-content: flex-start
}

.type_tab li {
	padding: 10px 20px;
	float: left;
	margin: 15px .5%;
	text-align: center;
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold
}

.type_select {
	font-weight: bold;
	color: #fff;
	background-color: #272727;
	border-radius: 20px;
}

.type_list2,
.type_list3,
.type_list4,
.type_list5,
.type_list6 {
	display: none;
}

/*공통 끝------------------------------------------------------------------------*/





/*메인 시작------------------------------------------------------------------------*/



/*상단 추천 & 테마 공모전*/
.section>h3 {
	width: 100%;
	font-size: 24px;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}

.section>h3 a span {
	float: right;
	font-size: .9rem;
}

.section>h3 a span:after {
	content: '\276D \0020';
}

.section>h6 {
	width: 100%;
	font-size: .9rem;
	color: gray;
	margin-top: 5px;
}

.section>h6 span {
	margin-right: 7px;
	padding: 4px 10px;
	color: #fff;
	background-color: #0AB2A6;
	border-radius: 15px;
}

.section {
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 0px;
	display: inline-block;
	margin: 0 auto;
}

.section_title {
	width: 100%;
	font-size: 1.45rem;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}

.title_comment {
	width: 100%;
	font-size: 15px;
	;
	color: gray;
	
	margin: 5px 0 20px
}

/*상단 슬라이드*/
#wrap .full_banner2 .slide {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

#wrap .full_banner2 .slide .slide_img {
	width: 520px;
	height: 300px;
	float: left;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#wrap .full_banner2 .slide .slide_text {
	width: 600px;
	height: 300px;
	margin-left: 50px;
	float: left;
	position: relative;
}

#wrap .full_banner2 .slide .slide_text h1 {
	width: 100%;
	color: #fff;
	margin-bottom: 30px;
	font-size: 26px;
	word-break: break-all;
}

#wrap .full_banner2 .slide .slide_text ul {
	width: 100%;
	position: relative;
	display: inline-block;
}

#wrap .full_banner2 .slide .slide_text ul li {
	width: 100%;
	padding: 5px 0px;
	color: #fff;
}

#wrap .full_banner2 .slide .slide_text ul li span {
	display: inline-block;
	padding: 5px 14px;
	border-radius: 15px;
	background-color: #fff;
	color: #112959;
	margin-right: 30px;
	font-weight: bold;
}

#wrap .full_banner2 .slide .slide_text ul li .now_receipt {
	padding: 2px 7px;
	background-color: #ff5756;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	margin-left: 10px;
}

#wrap .full_banner2 .slide .slide_text ul li .receipt {
	padding: 2px 7px;
	background-color: #727272;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	margin-left: 10px;
}



/*공모전 알고 맞춤추천*/
.project_list2 {
	width: 100%;
	display: inline-block;
}

.project_list2 a li {
	width: 33%;
	padding: 20px 1.5%;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.project_list2 a li:nth-child(1) {
	padding-left: 0;
}

.project_list2 a li .list_img {
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 1px solid #f5f5f5;
}

.project_list2 a li>span {
	color: #0AB2A6;
	font-size: .9rem;
	letter-spacing: 1px;
	padding: 4px 10px;
	border: 1px solid #0AB2A6;
	border-radius: 15px;
	margin-top: 7px;
	display: inline-block;
}

.project_list2 a li h1 {
	font-size: 1.1rem;
	word-break: break-all;
	color: black;
	height: 50px;
	overflow-y: hidden;
	margin-top: 10px;
}

.project_list2 a li>div {
	width: 100%;
	margin-top: 10px;
}

.full_banner .scroll_box {
	position: relative;
	margin-top: 20px;
	display: flex;
}

.join_screen {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center
}

.join_screen a {
	background: #0AB2A6;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 30px;
}




/*메인 프로젝트 리스트*/
.main_project {
	width: 100%;
	min-height: 380px;
	position: relative;
	margin: 60px 0px;
}

.main_project>h3 {
	font-size: 1.5rem;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.main_project>h3 a span {
	float: right;
	font-size: 14px;
}

/*.main_project > h3 a > span:after{ content: '\276D ';}*/



/*하단 인기주최사*/
.project_list3 {
	width: 100%;
	display: flex;
	justify-content: flex-start
}

.project_list3 li {
	width: 18%;
	padding: 50px 0;
	min-height: 200px;
	border-radius: 20px;
	border: 1px solid #f5f5f5;
	margin: 30px 1%;
	background-color: #fff;
	float: left;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.project_list3 li .list_img {
	display: none;
	width: 80%;
	margin-left: 10%;
	height: 60px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.project_list3 li span {
	display: inline-block;
	text-align: center !important;
	width: 100%;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.project_list3 li p {
	font-size: 14px;
	color: #000;
	margin: 18px 0px 10px;
	font-weight: bold;
}

.project_list3 li h1 {
	font-size: 18px;
	color: #0AB2A6;
	margin-bottom: 20px;
}

.project_list3 li a button {
	width: 120px;
	text-align: center;
	height: 35px;
	border-radius: 20px;
	line-height: 35px;
	background-color: #0AB2A6;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
}

.project_list3 li a button:after {
	content: '\276D \0020';
}

/*테마 공모전*/
.project_list4 {
	width: 100%;
	display: inline-block;
}

.project_list4>li {
	width: 29%;
	padding: 20px 1%;
	margin: 20px 1%;
	float: left;
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 20px;
}

.project_list4>li:nth-child(1) {
	margin-left: 0;
}

.project_list4>li .theme_img {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	margin: 0 auto;
	text-indent: -99999px;
}

.project_list4>li>h1 {
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
}

.project_list4>li>ul {
	width: 100%;
	position: relative;
	display: inline-block;
}

.project_list4>li>ul a li {
	width: 100%;
	height: 85px;
	padding: 15px 0px;
	text-align: left;
	border-bottom: 1px solid #f5f5f5;
}

.project_list4>li>ul a:last-child li {
	border-bottom: 0;
}

.project_list4>li>ul a li .theme_subimg {
	width: 33.5%;
	height: 85px;
	border: 1px solid #f5f5f5;
	border-radius: 15px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.project_list4>li>ul a li div {
	width: 60%;
	margin-left: 2%;
	height: 80px;
	float: left;
}

.project_list4>li>ul a li div h2 {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 20px;
	margin-top: 5px;
}

.project_list4>li>ul a li div span {
	font-size: .8rem;
	color: #0AB2A6;
}

.more_btn4 {
	width: 120px;
	height: 30px;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #0AB2A6;
	margin: 0 auto;
	margin-top: 20px;
}

.more_btn4:after {
	content: '\276D \0020';
}

.bottom_banner {
	width: 100%;
	height: 160px;
	position: relative;
}

.bottom_banner a>img {
	background-color: #f5f5f5;
	float: left;
	width: 48%;
	height: auto;
	margin: 0 2%;
	margin-top: 20px;
}

.bottom_banner a>img:nth-child(1) {
	margin-left: 0;
}


/*메인 끝------------------------------------------------------------------------*/

/*공모전 상세페이지*/
.mycon_tab {
	width: 100%;
	height: auto;
	margin-top: 85px;
}

.mycon_tab ul {
	width: 100%;
	display: inline-block;
	display: flex;
}

.tab_list {
	text-align: center;
	width: 25%;
	padding: 20px 0px;
	margin-left: -1px;
	border-bottom: 1px solid #f5f5f5;
	;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2rem
}

.tab_list2,
.tab_list3,
.tab_list4,
.tab_list5,
.tab_list6 {
	display: none;
}

.tab_select {
	border-bottom: 3px solid #272727;
}

.view {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 2px solid #e9e9e9;
}

.view_top {
	width: 100%;
	height: 32px;
	margin: 0;
	display: flex;
	align-items: center
}

.view_top .view_host {
	color: gray;
	font-size: 1rem;
	float: left;
	margin-right: 10px;
}

.pick_host {
	padding: 6px 6px;
	border: 1px solid #0570b5;
	color: #0570b5;
	border-radius: 5px;
	display: flex;
	margin-right: 5px;
	font-size: .8rem;
	align-items: center
}

.host_count {
	padding: 6px 6px;
	font-size: 0.7rem;
	background: #fb6766;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: .8rem;
	align-items: center
}

.pick_host img {
	margin-right: 2px
}

.host_count img {
	margin-right: 2px
}

.view_mid {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	margin: 7px 0 30px;
}

.view_mid .view_title {
	width: 100%;
	font-size: 1.5rem;
	display: flex;
}

.view_mid .view_icon {
	width: 18%
}

.view_mid .view_icon ul {
	width: 100%;
	;
	display: flex;
	align-items: center
}

.view_mid .view_icon ul li {
	float: left;
	width: 25%;
	height: 40px;
	text-align: center;
	font-size: 0.75rem;
}

.view_mid .view_icon ul li img {
	width: 22px;
	height: 22px;
}

.view_mid .view_icon ul li p {
	color: gray;
}

.view_detail {
	width: 100%;
	height: auto;
	margin: 20px 0;
	display: flex;
}

.view_detail .view_img {
	width: 368px;
	height: 519px;
}

.view_detail .view_info {
	width: 40%;
	margin-left: 5%;
}

.view_info table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1rem;
	margin-bottom: 30px;
}

.view_info table tr {
	width: 100%;
}

.view_info table tr th {
	width: 18%;
	padding: 10px 0px;
	text-align: left;
}

.view_info table tr td {
	color: #838589;
}

.view_info table tr td .view_cate {
	color: #222;
	font-size: 1rem;
	margin-right: 7px;
	padding: 4px 10px;
	letter-spacing: 1px;
	background: #f5f5f5;
	border-radius: 15px;
	display: inline-block;
}



.view_quick {
	width: 290px;
	height: auto;
	position: fixed;
	display: flex;
	flex-direction: column;
	right: 1%;
	z-index: 100000;
	padding-bottom: 20px;
	font-size: 14px;
	background: #fff;
	box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	top: 230px
}

.view_quick>img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin-bottom: 10px;
}

.view_quick .view_cate {
	color: #222;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 2px 5px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-left: 2px;
	display: inline-block;
}

#holderbox {
	width: 100%;
	padding: 5px 16px;
}

#holderbox div {
	padding-top: 10px;
	display: flex;
}

#holdname {
	width: 100%;
	padding: 5px 16px;
	font-size: 18px;
	font-weight: bold;
}

#applybox {
	width: 88%;
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 15px;
	margin: 10px auto;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	margin-top: 10px;
}

#apply_left div {
	font-weight: 600
}

#keywordbox {
	padding: 30px 0 50px;
}

.keybox {
	color: #222;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 5px;
}

#buttonbox {
	display: flex;
	justify-content: space-evenly;
	margin-top: 5px;
}

#buttonbox button {
	width: 128px;
	background: #222;
	color: #fff;
	justify-content: center;
	padding: 7px 10px;
	display: flex;
	align-items: center;
	border-radius: 10px;
}

#buttonbox button img {
	margin-right: 10px;
	width: 20px;
}

.apply_title,
.apply_content {
	padding: 4px 10px 4px 0;
}

.event_info {
	width: 100%;
	margin-top: 5px;
	background-color: #f5f5f5;
	padding: 10px;
	padding-left: 10px;
	font-size: .9rem;
	display: flex;
}

.event_info span {
	padding: 1px 14px;
	color: #fff;
	background-color: #3D52A5;
	border-radius: 15px;
	margin-right: 2%;
	font-size: .9rem;
}

.btn_box {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.btn_box a {
	display: inline-block;
	margin: 0 10px;
}

.view_btn {
	width: 230px;
	padding: 17px 0px;
	background-color: #272727;
	color: #fff;
	border-radius: 10px;
	font-size: 1.1rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border: none;
}

.view_btn img {
	width: 20px;
	margin-right: 8px;
}

.view_detail_list {
	padding: 60px 10px;
	padding-bottom: 100px;
	border-bottom: 1px solid #f5f5f5;
}

.view_detail_list h2 {
	font-size: 1.15rem;
	margin-bottom: 10px;
}

.view_detail_list>p {
	margin-bottom: 40px;
	line-height: 1.7;
}


.view_step {
	padding-bottom: 30px;
}

.view_step p {
	width: 100%;
	padding: 8px 0px;
}

.step1 {
	display: inline-block;
	width: 8%;
	padding: 5px 0px;
	border: 1px solid #f5f5f5;
	color: gray;
	text-align: center;
	font-size: 0.9rem;
}

.step2 {
	display: inline-block;
	width: 8%;
	padding: 5px 0px;
	border: 1px solid black;
	color: black;
	text-align: center;
	margin: 0 .5%;
	font-size: 0.9rem;
}

.step3 {
	color: red;
}

.step4 {
	color: black;
}

.step4 span {
	color: gray;
}

.award_img {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}

.award_img li {
	width: 20%;
	float: left;
}

.award_img li img {
	width: 90%;
	margin: 0 1%;
}

.qna_box {
	width: 100%;
	border: 1px solid #f5f5f5;
	border-radius: 20px;
	margin-bottom: 30px;
}

.qna_box ul {
	width: 97%;
	padding: 20px 1.5%;
	position: relative;
}

.a_box {
	display: none;
	position: relative;
	padding: 15px 5%;
	border-bottom: 1px solid #e9e9e9;
	background-color: #f5f5f5;
	color: gray;
	line-height: 1.5;
}

.q_box {
	padding: 15px 5%;
	width: 90%;
	background-color: #0AB2A6;
	color: #fff;
	font-size: 1.15rem;
	border-bottom: 1px solid #fff;
}

.q_box span {
	float: right;
	cursor: pointer;
}

.attned {
	border: 1px solid red;
}

.attend1 {
	width: 100%;
}

.no_login {
	width: 100%;
	text-align: center;
	border: 1px solid #f5f5f5;
	padding: 60px 0px;
}

.attend_login_btn {
	width: 200px;
	padding: 10px 0px;
	margin-top: 20px;
	border: none;
	background-color: #0AB2A6;
	color: #fff;
	border-radius: 5px;
}

.ok_login {
	width: 100%;
}

.terms_box {
	width: 100%;
	padding-bottom: 30px;
}

.terms_box h2 {
	margin-top: 30px;
	border-left: 4px solid #0AB2A6;
	padding-left: 1%;
}

.terms_box h3 {
	font-size: 1rem;
}

.terms_box textarea {
	padding: 15px 1%;
	width: 98%;
	height: 120px;
	overflow-y: scroll;
	resize: none;
	border: 1px solid #f5f5f5;
}

.terms_box select {
	width: 50%;
	height: 45px;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	text-indent: 20px;
}

option {
	height: 50px;
}

.terms_box div {
	text-align: center;
	margin: 10px 0px;
}

.terms_box label {
	color: black;
	margin-right: 5%;
}

.terms_ok {
	width: 100%;
	padding: 90px 0px;
	border: 1px solid #f5f5f5;
	text-align: center;
}

.terms_ok p {
	margin: 20px 0px;
	font-size: 1.25rem;
	font-weight: bold;
}

.terms_ok p span {
	text-decoration: underline;
	color: #0AB2A6;
	font-size: 1.25rem;
}

.terms_ok>span {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 1rem;
}

.terms_ok button {
	width: 20%;
	padding: 15px 0px;
	color: #fff;
	background-color: #0AB2A6;
	border: none;
	margin-top: 30px;
}

.btn_box {
	width: 100%;
	text-align: center;
	margin-top: 45px;
}

.next_btn {
	background-color: #0AB2A6;
	color: #fff;
	padding: 0 15px;
	height: 30px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.prev_btn,
.save_btn {
	background-color: #e9e9e9;
	color: black;
	padding: 0 15px;
	height: 30px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.attend2,
.attend3,
.attend4,
.attend5,
.attend6,
.attend7,
.attend8,
.attend9 {
	display: none;
}

.prev_btn {
	float: left;
}

.qna_list {
	width: 100%;
}

.qna_list h3 {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.qna_list h3 span {
	color: #0AB2A6;
	font-weight: bold;
}

.qna_write_btn {
	padding: 7px 2%;
	background-color: #0AB2A6;
	color: #fff;
	border-radius: 10px;
	float: right;
	display: inline;
}

.qna_list ul {
	width: 100%;
	display: inline-block;
}

.q_list {
	width: 98%;
	padding: 10px 1%;
	border-bottom: 1px solid #f5f5f5;
	display: inline-block;
	font-weight: bold;
	position: relative;
}

.q_list div {
	width: 20%;
	float: right;
}

.writer {
	padding: 0 1%;
	width: 47%;
	text-align: center;
	color: gray;
	float: left;
	
	font-size: .75rem;
}

.qna_date {
	padding: 0 1%;
	width: 47%;
	text-align: center;
	color: gray;
	float: left;
	
	font-size: .75rem;
}

.a_list {
	width: 98%;
	padding: 20px 1%;
	color: gray;
	font-size: .9rem;
	display: none;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

.q_cate {
	padding: 1px 4px;
	border: 1px solid #0AB2A6;
	color: #0AB2A6;
	
	font-size: .75rem;
	margin: 0 .5%;
	border-radius: 5px;
}

.qna_write {
	width: 100%;
	padding: 20px 0px;
	border: 1px solid #f5f5f5;
	margin: 50px 0px;
}

.write_table {
	border-collapse: collapse;
	width: 80%;
	padding: 20px 10%;
}

.write_table th {
	width: 20%;
	padding: 7px 1.5%;
	text-align: left;
}

.write_table td {
	width: 80%;
	text-align: left;
}

.write_table textarea {
	padding: 15px 1%;
	width: 98%;
	height: 120px;
	overflow-y: scroll;
	resize: none;
	border: 1px solid #f5f5f5;
}

.write_table select {
	width: 30%;
	height: 45px;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	text-indent: 20px;
}

#password_input {
	display: none;
}

.table6 {
	width: 100%;
	border: 1px solid #f5f5f5;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 40px;
}

.table6 tr {
	width: 100%;
}

.table6 td {
	width: 97%;
	text-align: left;
	padding: 14px 0px;
	padding-left: 2%;
}

.input_css6 {
	width: 50%;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	text-indent: 20px;
	margin: 5px 0px;
	height: 45px;
}

.input_css7 {
	width: 23%;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	text-indent: 20px;
	margin: 5px 0px;
	height: 45px;
	float: left;
	margin-right: 1%;
}

.ui-datepicker-trigger {
	width: 32px;
	height: 32px;
	float: left;
	border: 1px solid #f5f5f5;
	border-left: 0;
}

.datepicker {
	float: left;
	height: 32px;
	border: 1px solid #f5f5f5;
}

.box-file-input {
	width: 83%;
	display: inline-block;
	float: left;
}

.box-file-input label {
	display: inline-block;
	background: #0AB2A6;
	float: left;
	color: #fff;
	padding: 0px 10px;
	line-height: 35px;
	cursor: pointer;
}

.box-file-input label:after {
	content: "파일첨부";
}

.box-file-input .file-input {
	display: none;
	float: left;
}

.box-file-input .filename {
	display: inline-block;
	padding: 4px 150px 4px 10px;
	border: 1px solid #f5f5f5;
	float: left;
}

.box-file-input p {
	font-size: 0.8rem;
	margin: 30px 0px;
	clear: both;
	padding-top: 10px;
}

.plus_btn {
	width: 60px;
	height: 30px;
	background-color: #0AB2A6;
	color: #fff;
	border-radius: 5px;
	line-height: 30px;
	float: left;
	text-align: center;
	margin-left: 0.5%;
}

.delete_btn {
	width: 60px;
	height: 30px;
	background-color: #e9e9e9;
	color: black;
	border-radius: 5px;
	line-height: 30px;
	float: left;
	text-align: center;
}

.zipcode_btn {
	width: 100px;
	height: 40px;
	background-color: #0AB2A6;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	margin-left: 0.5%;
}


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

.project_list7 a li {
	width: 20%;
	padding: 20px 1.5%;
	float: left;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.project_list7 a li:nth-child(1) {
	padding-left: 0;
}

.project_list7 a li .list_img {
	width: 100%;
	padding-bottom: 57%;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #f5f5f5;
	margin-top: 0;
}

.project_list7 a li>span {
	color: #222;
	font-size: .9rem;
	letter-spacing: 1px;
	padding: 4px 10px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-top: 10px;
	display: inline-block;
}

.project_list7 a li h1 {
	font-size: 1rem;
	margin-top: 5px;
	word-break: break-all;
	height: 50px;
	overflow-y: hidden;
}

.project_list7 a li>div {
	width: 100%;
	margin-top: 5px;
}

.project_list7 a li>div .now_receipt {
	padding: 4px 10px;
	background-color: #ff5756;
	color: #fff;
	font-size: .9rem;
	font-weight: bold;
}

.project_list7 a li>div .receipt {
	padding: 4px 10px;
	background-color: #3f91c3;
	color: #fff;
	font-size: .9rem;
	font-weight: bold;
}


/*모든 공모전 부문별 서브 페이지----------------------------------------------------------------*/


/*서브 상단 프로젝트 리스트*/
.sub_project {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 40px;
}

.sub_project>h2 {
	color: gray;
	text-align: center;
	font-size: 14px;
	
}

.sub_project>h3 {
	font-size: 24px;
	margin: 30px 0px 5px;
	text-align: center;
}

.sub_cate {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background-color: #272727;
}

.sub_cate ul {
	display: flex;
	color: #fff;
	justify-content: center
}

.sub_cate ul li {
	padding: 0 24px;
	color: #fff;
}


.sub_search {
	width: 100%;
	padding: 50px 0px;
	background-color: #13b9ab;
	color: #fff;
	margin: 30px auto;
	display: inline-block;
}

.sub_search>h3 {
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.sub_search>form {
	width: 80%;
	margin-left: 10%;
	display: flex;
	margin-top: 50px;
}

.sub_search>form select {
	width: 26%;
	margin: 0px 2%;
	padding: 10px;
	border: 2px solid #09776e;
	border-radius: 25px;
	background-color: #fff;
	text-indent: 10px;
	font-size: 1rem;
	font-weight: bold;
}

.sub_search>form button {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #fff;
	border: none;
}

.sub_project_list {
	width: 100%;
	height: auto;
	padding: 40px 0px;
}

.sub_project_list h3 {
	font-size: 20px;
	margin: 40px 0 10px;
}

.sub_project_list h3 .count_txt {
	font-size: 14px;
	margin-left: 30px;
}

.sub_project_list h3 .count_txt .count {
	font-size: 14px;
	color: #13b9ab;
}


/*리스트 형식의 list*/
.sub_project_list {
	padding: 0 !important;
}

.sub_project_list>h2 {
	font-size: 1.25rem;
	padding-bottom: 10px;
}

.sub_project_list>h2 .count {
	color: #0AB2A6
}

.sub_project_list ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f5f5f5 !important;
	margin-top: 0 !important;
	border-bottom: 2px solid #272727;
}

.sub_project_list ul li {
	padding: 18px 0px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
}

.sub_project_list ul li .list_thume {
	width: 210px;
	padding-bottom: 57.6061%;
	border: 1px solid #f5f5f5;
	float: left;
	border-radius: 7px;
	text-indent: -999999px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sub_project_list ul li .sec1 {
	width: 60%;
	float: left;
	height: auto;
	padding-left: 1%;
}

.sub_project_list ul li .sec1>p {
	padding: 5px 0px;
	font-size: 15px;
}

.sub_project_list ul li .sec1 span {
	color: #222;
	font-size: .9rem;
	padding: 4px 10px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-top: 10px;
	display: inline-block;
}

.sub_project_list ul li .sec1 .area {
	font-size: 15px;
	display: flex;
	align-items: center
}

.sub_project_list ul li .sec1 .area .in_mypage1 {
	background: none !important;
	;
	margin-left: 1% !important;
	;
	width: 17px !important;
	;
	height: 16px !important;
	margin-top: 0 !important;
	padding: 0 !important;
}

.sub_project_list ul li .sec1 .title {
	color: #222;
	;
	font-size: 20px;
	font-weight: bold;
}

.sub_project_list ul li .sec1 .title .new {
	background-color: #FF5756;
	color: #fff;
	padding: 1px 7px;
	font-size: 14px;
}

.sub_project_list ul li .sec1 .title .best {
	background-color: #3F91C3;
	color: #fff;
	padding: 1px 7px;
	font-size: 14px;
}

.sub_project_list ul li .sec1 .title .in_mypage2 {
	font-size: 17px;
	margin-left: 3px;
	font-weight: bold;
	color: #FFDE28;
}

.sub_project_list ul li .sec1 .sector {
	margin: 0 !important;
	background: none !important;
	padding: 0 !important;
	font-weight: bold !important;
	;
	padding: 0 10px 0 0px !important;
}

.sub_project_list ul li .sec1 .target {
	margin: 0 !important;
	background: none !important;
	padding: 0 !important;
	font-weight: bold !important;
	;
	padding: 0 10px 0 15px !important;
}

.sub_project_list ul li .sec1 .cate {
	color: #13B9AB;
	padding: 0px 5px;
	border: 1px solid #13b9ab;
	border-radius: 14px;
	font-size: 0.85rem;
}

.sub_project_list ul li .sec2 {
	width: 20%;
	float: right;
	text-align: right;
	line-height: 40px;
	padding-right: 1%;
}

span.sec3 {
	color: #222;
	font-size: .9rem;
	padding: 4px 10px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-top: 10px;
	display: inline-block;
}

.cate_tab {
	width: 100%;
	height: auto;
	display: inline-block;
	border: none;
	border-right: none;
	margin-top: 30px;
	font-size: 15px;
}

.cate_tab li {
	padding: 15px 0px;
	text-align: center;
	color: #272727;
	float: left;
	border: 1px solid #f5f5f5;
	margin-top: -1px;
	margin-left: -1px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: .9rem;
	font-weight: bold;
}

#target_change:before {
	content: '\276D \0020';
}


.cate_tab1 li {
	width: 14.35%;
}

.cate_tab2 li {
	width: 16.666%;
}

.cate_tab3 li {
	width: 25%;
}

.cate_tab4 li {
	width: 20%;
}

.now_tab {
	background-color: #0AB2A6;
	color: #fff !important;
	font-weight: bold;
}


/*지금 베스트 서브페이지*/

.project_list5 {
	width: 100%;
	display: inline-block;
	margin: 50px 0px;
}

.project_list5>li {
	width: 42%;
	padding: 20px 2%;
	margin: 20px 1.5%;
	float: left;
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 20px;
}

.project_list5>li>h3 {
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
}

.project_list5>li>h3>span {
	color: #0AB2A6;
}

.project_list5>li>ul {
	width: 100%;
	position: relative;
	display: inline-block;
}

.project_list5>li>ul a:last-child li {
	border: none
}

.project_list5>li>ul a li {
	width: 100%;
	height: 90px;
	padding: 15px 0px;
	text-align: left;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	align-items: flex-start;
}

.project_list5>li>ul a li .sub_best_num {
	width: 5%;
	height: auto;
	line-height: 80px;
	color: #0AB2A6;
	font-weight: bold;
	float: left;
	font-size: 20px;
	text-align: left;
}

.project_list5>li>ul a li .theme_subimg {
	border-radius: 7px;
	width: 150px;
	height: 90px;
	border: 1px solid #f5f5f5;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999999px;
}

.project_list5>li>ul a li .best_project_info {
	margin-left: 20px;
	;
}

.project_list5>li>ul a li .best_project_info p {
	font-size: 14px;
}

.project_list5>li>ul a li .best_project_info h2 {
	font-size: 16px;
	margin: 6px 0 15px
}

.project_list5>li>ul a li .best_project_info span {
	color: #222;
	font-size: .9rem;
	letter-spacing: 1px;
	padding: 4px 10px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-top: 10px;
	display: inline-block;
}



.best_tab {
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #272727;
	;
}

.best_tab ul {
	width: 70%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-around
}

.best_tab ul li {
	padding: 5px 22px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

.best_tab ul li:nth-child(3) {
	border: none;
}

.best_tab ul li span {
	color: #0AB2A6;
}

.best_tab ul .active {
	background: #222;
	color: #fff;
	border-radius: 17px
}

.best_tab ul .active span {
	color: #fff;
}

.best_list {
	display: none;
}

#best1 {
	display: block;
}


.project_list6 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.project_list6>li {
	width: 29%;
	padding: 30px 1%;
	margin: 20px 1%;
	float: left;
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 20px;
}

.project_list6>li .theme_img {
	width: 120px;
	height: 120px;
	border-radius: 50px;
	margin: 0 auto;
}

.project_list6>li>h3 {
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
}

.project_list6>li>h3>span {
	color: #0AB2A6;
}

.project_list6>li>ul {
	width: 100%;
	position: relative;
	display: inline-block;
}

.project_list6>li>ul a:last-child li {
	border: none
}

.project_list6>li>ul a li {
	width: 100%;
	height: 85px;
	padding: 15px 0px;
	text-align: left;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	align-items: flex-start;
}

.project_list6>li>ul a li .sub_best_num {
	width: 6%;
	height: auto;
	line-height: 85px;
	color: #0AB2A6;
	font-weight: bold;
	float: left;
	font-size: 20px;
	text-align: left;
	;
}

.project_list6>li>ul a li .theme_subimg {
	border-radius: 7px;
	width: 127px;
	min-width: 127px;
	height: 76px;
	border: 1px solid #f5f5f5;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999999px;
}

.project_list6>li>ul a li .best_project_info {
	width: 57%;
	margin-left: 5%;
	;
	height: 85px;
	float: left;
}

.project_list6>li>ul a li .best_project_info p {
	font-size: 13px;
}

.project_list6>li>ul a li .best_project_info h2 {
	font-size: 16px;
	margin-bottom: 0px;
}

.project_list6>li>ul a li .best_project_info span {
	color: #222;
	font-size: .8rem;
	letter-spacing: -0.5px;
	padding: 2px 7px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-top: 10px;
	display: inline-block;
}



/*탐나는 주최사 서브페이지*/

.host_list_box {
	width: 100%;
	height: auto;
	padding: 20px 0px;
}

.host_list_box>ul {
	width: 100%;
	display: inline-block;
	height: auto;
}

.host_list_box>ul li {
	width: 18%;
	margin: 10px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	border: 1px solid #f5f5f5;
	border-radius: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	height: auto;
}

.host_list_box>ul li .host_logo {
	width: 150px;
	margin: 20px 15%;
	height: 150px;
	border-radius: 75px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
}

.host_list_box>ul li .host_logo img {
	width: 80%;
	margin: 0 10%;
	margin-top: 55px;
}

.host_list_box>ul li h2 {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
	font-size: 18px;
}

.host_list_box>ul li a button {
	padding: 5px 25px;
	background-color: #0AB2A6;
	border: 1px solid #0AB2A6;
	;
	color: #fff;
	border-radius: 15px;
	cursor: pointer;
}

.host_list_box>ul li a button:hover {
	border: 1px solid #0AB2A6;
	color: #0AB2A6;
	background-color: #fff;
}

.host_list_box>ul li a button:hover .host_list_box>ul li {
	background-color: #0AB2A6;
}

.host_all {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	margin-top: 40px;
}

.host_all>h1 {
	font-size: 24px;
	margin-bottom: 40px;
}

.host_all>h1 .count_txt {
	font-size: 14px;
	margin-left: 30px;
}

.host_all>h1 .count_txt .count {
	font-size: 14px;
	color: #13b9ab;
}

.host_all>ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 3px solid #272727;
	margin-top: -7px;
}

.host_all>ul>li {
	width: 20%;
	border-right: 1px solid #f5f5f5;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.host_all>ul>li>ul {
	width: 100%;
	border-top: 1px solid #f5f5f5;
}

.host_all>ul>li>ul a li {
	text-indent: 20px;
	padding: 15px 0px;
}

.host_all>ul>li>ul>li:nth-child(1) {
	text-align: center;
	padding: 15px 0px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0;
	border-bottom: 1px solid #f5f5f5;
}

.host_all>ul>li:nth-child(5n) {
	border-right: 0;
}

.host_all>ul>li>ul a li span {
	color: #0AB2A6;
	font-weight: bold;
}


.host_search {
	width: 100%;
	padding: 30px 0px;
	height: auto;
}

.host_search>h3 {
	font-size: 24px;
	margin: 5px 0px;
	text-align: center;
}

.host_search>h2 {
	color: gray;
	text-align: center;
	font-size: 14px;
	
}

.host_search .host_title_banner {
	width: 100%;
	padding: 30px 3%;
	background-color: #0AB2A6;
	color: #fff;
	margin-top: 40px;
	display: flex;
}

.host_search .host_title_banner h1 {
	display: flex;
}

.host_search .host_title_banner .host_title {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	float: left;
}

.host_search .host_title_banner .host_logo {
	display: none;
	width: auto;
	height: 40px;
	float: right;
}

.host_select {
	width: 100%;
	padding: 30px 0px;
	height: auto;
}

.host_select>form .host_class {
	width: 100%;
	height: 30px;
}

.host_select>form .host_class select {
	width: 15%;
	padding: 5px 15px;
}

.host_select1 {
	width: 96%;
	border-top: 3px solid #272727;
	border-bottom: 3px solid #272727;
	padding: 10px 2%;
	margin: 30px 0px;
}

.host_select1>ul {
	width: 100%;
	display: inline-block;
	height: auto;
}

.host_select1>ul li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 5px 2%;
	padding-left: 4%;
	border-right: 2px solid #f5f5f5;
}

.host_select1>ul li:nth-child(5n) {
	border: none;
}

.host_select1>ul li span {
	color: #0AB2A6;
}

.host_select2 {
	width: 100%;
	border-top: 2px solid #272727;
	border-bottom: 2px solid #272727;
	height: 340px;
	padding-bottom: 20px;
}

.host_select2 .host_target {
	float: left;
	box-sizing: border-box;
}

.host_select2 .host_target1 {
	border-right: 2px solid #e9e8e9;
}

.host_select2 .host_target1,
.host_target3 {
	width: 40%;
}

.host_select2 .host_target2 {
	width: 20%;
	border-right: 2px solid #e9e8e9;
	height: 347px;
}

.host_select2 .host_target h1 {
	padding: 15px 0px;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 18px;
}

.host_select2 .host_target ul {
	display: inline-block;
	margin: 10px 0px;
	cursor: pointer;
}

.host_target1 ul li,
.host_target3 ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 7px 0;
	text-indent: 30px;
}

.host_target2 ul li {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 7px 0;
	text-indent: 30px;
}

.select_target {
	background-color: #0AB2A6;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
}

.clear_btn {
	width: 120px;
	height: 40px;
	float: right;
	background-color: #fff;
	color: #272727;
	border: 1px solid gray;
	margin-top: 10px;
	cursor: pointer;
}


/*로그인*/

.login_box {
	width: 75%;
	height: auto;
	position: relative;
	left: 12.5%;
}

.login_title {
	width: 100%;
	font-size: 1.75rem;
}

.login_sub_title {
	margin: 40px 0px;
	font-weight: bold;
}

.login_section {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.login_section .form_box {
	width: 50%;
}

.banner_box {
	width: 450px
}

.login_section .banner_box img {
	width: 450px;
	height: 260px;
}

.login_tab {
	width: 100%;
	height: auto;
}

.login_tab ul {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #f5f5f5;
}

.login_tab ul li {
	width: 50%;
	float: left;
	padding: 8px 0px;
	text-align: center;
	cursor: pointer;
}

.tab_select {
	border-bottom: 3px solid #272727;
}

#password_set {
	display: none;
}

#company_login {
	display: none;
}

.login {
	width: 100%;
	padding: 20px 0px;
}

.input_css3 {
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	text-indent: 20px;
	width: 98%;
	margin: 5px 0px;
	height: 45px;
}

.input_css4 {
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	text-indent: 20px;
	width: 73%;
	margin: 5px 0px;
	height: 45px;
}

label {
	color: gray;
	font-size: .8rem;
	margin-right: 10%;
}

.login input[type="radio"] {
	margin-right: 1%;
}

.id_set {
	color: gray;
	float: right;
	font-size: .8rem;
}

.id_search_btn {
	width: 100%;
	margin-top: 20px;
	border: none;
	background-color: #0AB2A6;
	color: #fff;
	border-radius: 10px;
	padding: 14px 0px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
}

.sns_login_text {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.sns_login {
	width: 94%;
	padding: 0 3%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
}

.sns_login a li {
	display: flex;
	flex-direction: column;
	align-items: center
}

.sns_login a {
	margin-right: 10px
}

.sns_login a li img {
	width: 60px;
}

.login_text {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
	font-size: .8rem;
}

.num_btn {
	cursor: pointer;
	border: none;
	background-color: #0AB2A6;
	color: #fff;
	width: 24%;
	border-radius: 10px;
	padding: 14px 0px;
	cursor: pointer;
	font-size: .8rem;
	font-weight: bold;
}

.num_btn:disabled {
	background-color: #c7c7c7;
	cursor: default;
}

#email_input,
#com_num_input {
	display: none;
}



/*회원가입*/

.join_box {
	width: 40%;
	height: auto;
	position: relative;
	left: 30%;
}

.join_box .form_box {
	width: 100%;
	float: left;
}

.input_css5 {
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	text-indent: 20px;
	width: 47.5%;
	margin: 5px 0px;
	height: 45px;
}

#company_join {
	display: none;
}

#company_join p {
	margin: 20px 0px 10px 0px;
	font-size: .8rem;
}

.btn {
	cursor: pointer;
	background-color: #0072bc;
	color: #fff;
	border: none;
	width: 24%;
	border-radius: 10px;
	padding: 14px 0px;
	cursor: pointer;
	font-size: .8rem;
	font-weight: bold;
}

.btn:disabled {
	background-color: #c7c7c7;
	cursor: default;
}

.num_re_btn {
	background-color: #464646;
	color: #fff;
	border: none;
	width: 24%;
	border-radius: 10px;
	padding: 14px 0px;
	cursor: pointer;
	font-size: .8rem;
	font-weight: bold;
}

.timer_count {
	display: inline-block;
	width: 24%;
	padding: 14px 0px;
	text-align: center;
}

#time_show {
	display: none;
}

#certified {
	display: none;
	font-size: 12px;
	color: red;
	padding-left: 12px;
}

.join_btn {
	width: 100%;
	margin-top: 20px;
	border: none;
	background-color: #0AB2A6;
	color: #fff;
	border-radius: 10px;
	padding: 14px 0px;
	cursor: pointer;
	font-size: 1.25rem;
}


/*아이디, 비밀번호 찾기*/

.id_box {
	width: 40%;
	height: auto;
	position: relative;
	left: 30%;
}

.id_section .form_box {
	width: 100%;
	margin-top: 30px;
}

.login input[type="checkbox"] {
	margin-right: 1%;
}

.login_btn {
	width: 100%;
	margin-top: 20px;
	border: none;
	background-color: #0AB2A6;
	color: #fff;
	border-radius: 10px;
	padding: 14px 0px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
}



/*아이디, 비밀번호 찾기 완료*/
.id_search_text {
	width: 100%;
	text-align: center;
	margin: 15px 0px;
	font-size: 1rem;
	font-weight: bold;
}

.id_info {
	border: 1px solid #f5f5f5;
	border-radius: 20px;
}

.id_info ul {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 90%;
	margin: 0 5%;
	padding: 15px 0px;
	border-bottom: 1px solid #f5f5f5;
}

.id_info ul li {
	padding: 10px 8%;
	border: none;
	color: gray;
}

.id_info ul li span {
	display: inline-block;
	float: right;
	width: 76%;
	color: gray;
}

.id_info_text {
	margin: 20px 0;
	font-size: .9rem;
	color: gray;
	text-align: center;
}

.id_btn {
	width: 48%;
	margin-top: 20px;
	background-color: #0ab2a6;
	color: #fff;
	border-radius: 10px;
	padding: 14px 0px;
	font-size: 1rem;
	font-weight: bold;
	float: left;
}

.pw_set_btn {
	width: 48%;
	margin-top: 20px;
	background-color: #464646;
	color: #fff;
	border-radius: 10px;
	padding: 14px 0px;
	font-size: 1rem;
	font-weight: bold;
	float: left;
	margin-left: 2%;
}


/*개인정보처리방침,서비스이용약관 */

.p_info {
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	resize: none;
	height: 480px;
	color: gray;
	border: 1px solid #f5f5f5;
	margin-top: 30px;
}

/*푸터-----------------------------------------------------------------------------*/

footer {
	width: 100%;
	height: auto;
	padding: 40px 0px;
	background-color: #EFEFEF;
	color: #222;
	position: relative;
	display: inline-block;
	margin-top: 140px;
}

footer .ft_content {
	width: 1280px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

footer .ft_content .ft_logo {
	width: 160px;
}

footer .ft_content .ft_list {
	width: 750px;
	display: flex;
}

footer .ft_content .ft_list ul {
	width: 13%;
	display: inline-block;
	height: auto;
	padding: 0 5px;
	color: #222;
}

footer .ft_content .ft_list ul:nth-child(5) {
	width: 17%;
}

footer .ft_content .ft_list ul:nth-child(6) {
	width: 20%;
}

footer .ft_content .ft_list ul li {
	width: 100%;
	padding: 5px 0px;
	font-size: 15px;
	text-align: left;
}

footer .ft_content .ft_info {
	width: 230px;
	display: flex;
	flex-direction: column
}

footer .ft_content .ft_info p {
	white-space: normal;
	line-height: 1.55;
}

.ft_color {
	font-size: 1.75rem;
	color: #0AB2A6;
	margin: 5px 0
}

.ft_address {
	width: 1400px;
	margin: 0 auto;
	color: #222;
	font-size: 13px;
}

footer .ft_content .ft_sns {
	width: 230px;
	height: 50px;
	float: right;
	margin-top: 10px;
}

.ft_sns ul li {
	float: left;
	height: 30px;
	margin: 1% 2.5%;
}

.ft_sns ul li:nth-child(1) {
	margin-left: 0;
}

.ft_sns ul li a img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}


/* customer notice page*/
.page-box {
	text-align: center;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination_back,
.pagination,
.pagination_forward {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination_back li,
.pagination li,
.pagination_forward li {
	margin-right: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.pagination li.active {
	background-color: #0ab2a6;
	color: #fff;
}

#container_title li,
#container li {
	display: flex;
	align-items: left;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5
}


.pagination li {
	display: none;
}

.board_title {
	margin-top: 20px;
}

.board_list li {
	display: flex;
	align-items: left;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5
}

.board_title li {
	border: none;
}

hr {
	display: none;
}

.board_list li span {
	flex-grow: 1;
	overflow: hidden;
	/* 글자가 넘치는 경우 생략되도록 설정 */
	white-space: nowrap;
	/* 글자가 넘치는 경우 줄바꿈되지 않도록 설정 */
	text-overflow: ellipsis;
	/* 글자가 넘치는 경우 생략표시 (...) */
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
}

.write-button {
	float: right;
	background: #f5f5f5;
	width: 150px;
	height: 40px;

	line-height: 30px;
	text-align: center;
	font-size: 15px;
}

.pagination li {
	display: none;
}

.board_title {
	background-color: #0ab2a6;
	color: white;
	height: 48px;
	line-height: 1;
	font-size: 18px;
}

hr {
	display: none;
}




@media (max-width:1400px) {

	header {
		width: 100% !important;
	}

	.header_content {
		width: 100%;
	}

	.header_content .top_area {
		width: 100%;
		min-width: 900px;
	}

	.header_content .top_area .top_banner {
		font-size: .75rem;
	}

	.header_content .mid_area {
		width: 100%;
		padding: 15px 1% 10px
	}

	.header_content .mid_area .logo {
		float: left;
		width: 100%;
		margin-top: 8px;
		margin-left: 1%;
	}

	.header_content .mid_area .search {
		width: 30%;
		height: 40px;
		margin-top: 15px;
		border: 2px solid #0AB2A6;
		border-radius: 20px;
		padding: 3px 10px;
		margin-left: 0px;
		float: left;
	}

	.header_content .mid_area form {
		width: 100%;
	}

	.header_content .mid_area .search form .top_search {
		width: 80%;
		height: 30px;
		float: left;
		position: relative;
		top: 0;
		border: none;
	}

	.header_content .mid_area .search form .search_btn {
		width: 10%;
		height: 28px;
		float: right;
		background-color: #fff;
		border: none;
		cursor: pointer;
		margin: 2px 2px 0 0
	}

	.header_content .mid_area .sub_btn {
		width: 50%;
		float: right;
		height: auto;
	}

	.header_content .mid_area .sub_btn ul li {
		padding: 0 15px;
		height: auto;
		text-align: center;
		float: right;
		font-size: 14px;
	}

	.header_content .mid_area .sub_btn ul li:nth-child(2) {
		padding-right: 0;
	}




	#wrap {
		width: 100%;
		position: relative;
		height: auto;
		margin-top: 211px;
	}

	.content {
		width: 95% !important;
		;
		height: auto;
		margin: 0 auto;
		padding: 40px 0px;
	}

	.type_list2,
	.type_list3,
	.type_list4,
	.type_list5,
	.type_list6 {
		display: none;
	}


	.btm_area {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	.btm_area .main_menu {
		width: 100%;
		margin: 0 auto;
		height: auto;
		position: relative;
	}

	.btm_area .main_menu>ul {
		width: 53%;
		position: relative;
	}

	/* .btm_area .main_menu > ul li:nth-child(1){width:4%; padding-left: 1.5%;}
		.btm_area .main_menu > ul li:nth-child(1) img{ width: 98%;margin-top: 10px; } */
	.btm_area .header_btn {
		width: 50%;
	}

	.btm_area .header_btn ul {
		width: 100%;
		position: relative;
	}

	.btm_area .header_btn ul>a {
		width: 23%;
		float: left;
		background-color: #fff;
		color: black;
		padding: 5px 0px;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	}


	footer {
		width: 100%;
		height: auto;
		padding: 40px 0px;
		position: relative;
		display: inline-block;
		margin-top: 140px;
	}

	footer .ft_content {
		width: 90% !important;
		min-width: 900px !important;
		height: 180px;
		margin: 0 auto;
	}

	footer .ft_content .ft_logo {
		width: 13% !important;
		height: auto;
		float: left;
		margin-left: 1%;
	}

	footer .ft_content .ft_list {
		width: 57% !important;
		height: 180px;
		float: left;
		position: relative;
		margin-left: 2% !important;
	}

	footer .ft_content .ft_list ul {
		width: 13% !important;
		;
		display: inline-block;
		height: auto;
		padding: 0 2px !important;
		float: left;
	}

	footer .ft_content .ft_list ul:nth-child(5) {
		width: 18% !important;
	}

	footer .ft_content .ft_list ul:nth-child(6) {
		width: 20% !important;
		;
	}

	footer .ft_content .ft_list ul li {
		width: 100%;
		padding: 5px 0px;
		font-size: .8rem !important;
		text-align: left;
	}

	footer .ft_content .ft_info {
		width: 24% !important;
		;
		float: right;
	}

	.ft_color {
		color: #0AB2A6;
		font-size: 1.75rem;
	}

	footer .ft_content .ft_address {
		width: 70%;
		float: left;
		height: 80px;
		font-size: .75rem !important;
		;
	}

	footer .ft_content .ft_sns {
		width: 24% !important;
		height: 50px;
		float: right;
	}


	/*상세페이지 유사공모전*/

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

	.project_list7 a li {
		width: 20%;
		padding: 20px 1.5%;
		float: left;
		position: relative;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.project_list7 a li:nth-child(1) {
		padding-left: 0;
	}

	.project_list7 a li .list_img {
		width: 100%;
		border-radius: 10px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 1px solid #f5f5f5;
		margin-top: 0;
	}

	.project_list7 a li>span {
		color: #222;
		font-size: .6rem;
		padding: 2px 7px;
		background: #f5f5f5;
		border-radius: 15px;
		margin-top: 10px;
		display: inline-block;
	}

	.project_list7 a li h1 {
		font-size: 1rem;
		margin-top: 5px;
		word-break: break-all;
		height: 50px;
		overflow-y: hidden;
	}

	.project_list7 a li>div {
		width: 100%;
		margin-top: 5px;
	}

	.project_list7 a li>div .now_receipt {
		padding: 2px 7px;
		background-color: #ff5756;
		color: #fff;
		font-size: .7rem;
		font-weight: bold;
	}

	.project_list7 a li>div .receipt {
		padding: 2px 7px;
		background-color: #3f91c3;
		color: #fff;
		font-size: .7rem;
		font-weight: bold;
	}



	/*상단 슬라이드*/
	.full_banner {}

	#wrap .full_banner2 .slide {
		width: 100%;
		min-width: 900px;
		margin: 0 auto;
		position: relative;
	}

	#wrap .full_banner2 .slide .slide_img {
		width: 42% !important;
		height: 280px !important;
		margin-left: 1%;
		float: left;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	#wrap .full_banner2 .slide .slide_text {
		width: 50% !important;
		height: 280px !important;
		margin-left: 2% !important;
		margin-top: 20px;
		float: left;
		position: relative;
	}

	#wrap .full_banner2 .slide .slide_text h1 {
		width: 100%;
		margin-bottom: 30px;
		font-size: 1.5rem !important;
		word-break: break-all;
	}

	.section {
		width: 100% !important;
		height: auto;
		position: relative;
		padding: 20px 1% !important;
		display: inline-block;
		margin: 0 auto;
	}

	.main_project {
		display: inline-block;
		width: 100% !important;
		padding: 0 1% !important;
		height: auto;
		position: relative;
		margin: 50px 0px;
	}


	/*테마 공모전*/
	.project_list4 {
		width: 100%;
		display: inline-block;
	}

	.project_list4>li {
		width: 30%;
		padding: 20px .5%;
		margin: 20px 1%;
		float: left;
		position: relative;
		text-align: center;
		background-color: #fff;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
	}

	.project_list4>li:nth-child(1) {
		margin-left: 0;
	}

	.project_list4>li>h1 {
		font-size: 1.15rem !important;
		width: 100%;
		text-align: center;
		margin: 20px 0px;
	}

	.project_list4>li>ul {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	.project_list4>li>ul a li {
		width: 100%;
		height: 80px;
		padding: 15px 0px;
		text-align: left;
		border-bottom: 1px solid #f5f5f5;
	}

	.project_list4>li>ul a li .theme_subimg {
		width: 30%;
		height: 80px;
		border: 1px solid #f5f5f5;
		border-radius: 15px;
		float: left;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.project_list4>li>ul a li div {
		width: 63%;
		margin-left: 3%;
		height: 80px;
		float: left;
	}

	.project_list4>li>ul a li div h2 {
		font-size: .95rem !important;
		margin-bottom: 5px;
	}

	.project_list4>li>ul a li div span {
		font-size: .75rem !important;
		color: #0AB2A6;
	}

	.more_btn4 {
		width: 120px;
		height: 30px;
		border-radius: 20px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		background-color: #0AB2A6;
		margin: 0 auto;
		margin-top: 20px;
	}

	.more_btn4:after {
		content: '\276D \0020';
	}


	/*모든공모전 섹션별 탭*/
	.sub_cate {
		width: 100%;
		height: auto;
		padding: 15px 0px;
		background-color: #272727;
	}

	.sub_cate ul {
		width: 48% !important;
		margin: 0 auto;
		display: flex;
		color: #fff;
	}

	.sub_cate ul li {
		padding: 0 4% !important;
		color: #fff;
		font-size: .9rem;
	}

	.sub_project,
	.project_list5,
	.project_list6,
	.sub_project_list {
		width: 98% !important;
		padding: 0 1% !important;
	}

	.sub_project_list h1 {
		font-size: 1.2rem;
	}

	.sub_project_list h1 .count_txt {
		font-size: .8rem;
		margin-left: 5%;
		;
	}

	.sub_project_list h1 .count_txt .count {
		font-size: .8rem;
		color: #13b9ab;
	}

	.sub_project_list ul {
		width: 100%;
		height: auto;
		display: inline-block;
		border-top: 2px solid #272727;
		margin-top: 30px;
		border-bottom: 2px solid #272727;
	}

	.sub_project_list ul li {
		padding: 10px 0px;
		width: 100%;
		height: auto;
	}

	.sub_project_list ul li .list_thume {}

	.sub_project_list ul li .sec1 {
		width: 58% !important;
		float: left;
		height: auto;
		padding-left: 1%;
	}

	.sub_project_list ul li .sec1>p {
		padding: 2px 0px !important;
	}

	.sub_project_list ul li .sec1 .area {
		font-size: .8rem !important;
	}

	.sub_project_list ul li .sec1 .area .in_mypage1 img {
		margin-left: 1%;
		font-size: 1rem;
		font-weight: bold;
		color: #FF0C54;
	}

	.sub_project_list ul li .sec1 .title a {
		font-size: 1.1rem !important;
		;
		font-weight: bold;
	}

	.sub_project_list ul li .sec1 .title .new {
		background-color: #FF5756;
		color: #fff;
		padding: 1px 1%;
		font-size: .8rem !important;
		;
	}

	.sub_project_list ul li .sec1 .title .best {
		background-color: #3F91C3;
		color: #fff;
		padding: 1px 1%;
		font-size: .8rem !important;
		;
	}

	.sub_project_list ul li .sec1 .title .in_mypage2 img {
		font-size: 1rem;
		margin-left: 3px;
		font-weight: bold;
		color: #FFDE28;
	}

	.sub_project_list ul li .sec1 .sector {
		font-weight: bold;
		padding-right: 2%;
	}

	.sub_project_list ul li .sec1 .target {
		font-weight: bold;
		padding: 0 2%;
	}

	.sub_project_list ul li .sec2 {
		width: 22% !important;
		;
		float: right;
		text-align: right;
		line-height: 40px;
		padding-right: 1%;
	}

	.sub_project_list ul li .sec2 .date {
		font-size: .8rem;
	}

	.cate_tab {
		width: 100%;
		height: auto;
		display: inline-block;
		border: none;
		border-right: none;
		margin-top: 40px;
		font-size: 15px;
	}

	.cate_tab li {
		font-size: .75rem !important;
		border: 1px solid #f5f5f5;
	}

	/*지금베스트*/
	#best_list2 {
		display: none;
	}

	#best_list3 {
		display: none;
	}

	.best_tab {
		width: 100%;
		height: 90px !important;
		border-bottom: 2px solid #272727;
		;
	}


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

	.project_list6>li {
		width: 45% !important;
	}

	.host_list_box {
		width: 100%;
		height: auto;
		padding: 20px 0px;
	}

	.host_list_box>ul {
		width: 100%;
		display: inline-block;
		height: auto;
	}

	.host_list_box>ul li {
		width: 18% !important;
		margin: 1% !important;
		box-sizing: border-box;
		float: left;
		text-align: center;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
		padding-bottom: 20px;
		background-color: #fff;
		height: auto;
	}

	.host_list_box>ul li .host_logo {
		width: 140px;
		margin: 15px auto;
		;
		height: 140px !important;
		border-radius: 55% !important;
		background-color: #fff;
		border: 1px solid #f5f5f5;
	}

	.host_list_box>ul li .host_logo img {
		width: 80%;
		margin: 0 auto;
		;
		margin-top: 50px;
	}

	/*탐나는 주최사*/

	.host_select1 {
		width: 96%;
		border-top: 3px solid #272727;
		border-bottom: 3px solid #272727;
		padding: 10px 2%;
		margin: 30px 0px;
	}

	.host_select1>ul {
		width: 100%;
		display: inline-block;
		height: auto;
	}

	.host_select1>ul li {
		float: left;
		width: 20%;
		box-sizing: border-box;
		padding: 5px 1% !important;
		padding-left: 2% !important;
		border-right: 2px solid #f5f5f5;
	}

	/*회원가입*/

	.join_box {
		width: 80%;
		height: auto;
		position: relative;
		left: 10%;
	}

	.sns_login {
		width: 80%;
		padding: 0 10%;
		;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 20px;
	}

	/*로그인*/


	.login_box {
		width: 90%;
		height: auto;
		position: relative;
		left: 5%;
	}

	.login_title {
		width: 100%;
		font-size: 1.75rem;
	}

	.login_sub_title {
		margin: 40px 0px;
		font-weight: bold;
	}

	.login_section {
		width: 100%;
		margin-top: 30px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.login_section .form_box {
		width: 50%;
	}

}

@media (max-width:899px) {

	.header_content .mid_area .sub_btn ul li {
		width: 22%;
		height: auto;
		text-align: center;
		padding: 0 0;
		float: right;
		font-size: .75rem;
		font-weight: bold;
	}

	.type_list2,
	.type_list3,
	.type_list4,
	.type_list5,
	.type_list6 {
		display: none;
	}

	.join_screen h1 {
		font-size: 1.25rem;
		width: 90%;
		text-align: center;
	}



	#wrap {
		width: 100%;
		position: relative;
		height: auto;
		margin-top: 194px;
	}


	header {
		width: 100%;
		min-width: 320px;
		height: auto !important;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.header_content {
		width: 100%;
		height: auto
	}

	.header_content .top_area {
		width: 100%;
		min-width: 320px;
		display: none;
	}

	.header_content .top_area .top_banner {
		font-size: .65rem;
	}

	.header_content .mid_area {
		width: 100%;
		min-width: 320px;
		height: auto;
		display: flex;
		flex-direction: column;
		padding: 30px 0 15px
	}

	.header_content .mid_area>h1 {
		display: flex;
		justify-content: center
	}

	.header_content .mid_area .logo {
		float: none;
		margin-left: 0;
	}

	.header_content .mid_area .search {
		width: 80%;
		height: 35px;
		margin: 0 auto;
		margin-top: 5px;
		border: 2px solid #0AB2A6;
		border-radius: 20px;
		padding: 3px 10px;
		float: none;
	}

	.header_content .mid_area form {
		width: 100%;
	}

	.header_content .mid_area .search form .top_search {
		width: 80%;
		height: 25px;
		float: left;
		position: relative;
		top: 0;
		border: none;
	}

	.header_content .mid_area .search form .search_btn {
		margin-top: 2px;
		width: 10%;
		height: 23px;
		float: right;
		background-color: #fff;
		border: none;
		cursor: pointer;
		font-size: .7rem;
	}

	.header_content .mid_area .sub_btn {
		width: 100%;
		margin-left: 0%;
		float: none;
		height: 30px;
		line-height: 30px;
		margin-top: 0px;
		background-color: #0AB2A6;
		color: #fff;
		position: fixed;
		top: 0;
		overflow: hidden;
	}

	.header_content .mid_area .sub_btn ul {
		width: 100%;
		position: relative;
		padding: 0;
	}

	.header_content .mid_area .sub_btn ul li {
		width: 24%;
		height: auto;
		text-align: center;
		border-right: 1px solid #fff;
		font-size: .75rem;
		float: left;
		font-weight: bold;
		padding: 0 0px;
	}

	.btm_area {
		width: 100%;
		height: 40px;
		overflow: hidden;
	}

	.btm_area .main_menu {
		width: 100%;
		min-width: 320px !important;
		margin: 0 auto;
		height: auto;
		position: relative;
	}

	.btm_area .main_menu>ul {
		width: 100%;
		position: relative;
		justify-content: center
	}

	/* .btm_area .main_menu > ul li:nth-child(1){width:4%; padding-left: 3%;}
		.btm_area .main_menu > ul li:nth-child(1) img{ width: 90%;margin-top: 2px; } */
	.btm_area .main_menu>ul>li {
		width: auto;
		padding: 0 1.7%;
		line-height: 40px;
		font-size: .85rem;
	}

	.btm_area .header_btn {
		display: none;
		width: 50%;
		float: right;
		position: relative;
		margin-top: 15px;
	}

	.btm_area .header_btn ul {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	.btm_area .header_btn ul>a {
		width: 24%;
		float: left;
		background-color: #fff;
		color: black;
		padding: 5px 0px;
		text-align: center;
		font-size: .65rem;
		font-weight: bold;
	}

	.btm_area .header_btn ul a:nth-child(1) {
		width: 25%;
		background-color: #0AB2A6;
		color: #fff;
		margin-right: 1%;
		border-radius: 10px;
	}

	.btm_area .header_btn ul a:nth-child(2) {
		width: 20%;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 10px;
	}

	.btm_area .header_btn ul a:nth-child(3) {
		width: 20%;
		margin-left: 1.5%;
		padding: 3px 0px;
		text-align: right;
	}

	.btm_area .header_btn ul a:nth-child(4) {
		width: 20%;
		padding: 3px 0px;
		text-align: right;
		font-size: .8rem;
	}

	.btm_area .header_btn ul .my_icon {
		border-left: none;
		text-align: left;
	}

	.btm_area .header_btn ul .my_icon img {
		margin-left: 1%;
		width: 100%;
		display: inline;
	}

	.submenu-li {
		position: relative;
	}

	.submenu-li:hover .submenu {
		position: fixed;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		padding: 5px;
		width: 100px;
		top: 188px;
		left: 65%;
	}


	footer {
		width: 100%;
		height: auto;
		padding: 40px 0px;
		position: relative;
		display: inline-block;
		margin-top: 140px;
	}

	footer .ft_content {
		width: 100% !important;
		;
		min-width: 600px !important;
		height: 180px;
		margin: 0 auto;
	}

	footer .ft_content .ft_logo {
		width: 34% !important;
		;
		height: auto;
		float: left;
		margin-left: 10%;
		display: none;
	}

	footer .ft_content .ft_list {
		width: 98%;
		height: 180px;
		float: left;
		position: relative;
		margin-left: 1.5%;
	}

	footer .ft_content .ft_list ul {
		width: 12%;
		display: inline-block;
		height: auto;
		padding: 0 5px;
		float: left;
	}

	footer .ft_content .ft_list ul:nth-child(5) {
		width: 17%;
	}

	footer .ft_content .ft_list ul:nth-child(6) {
		width: 23%;
	}

	footer .ft_content .ft_list ul li {
		width: 100%;
		padding: 5px 0px;
		font-size: .8rem;
		text-align: left;
	}

	footer .ft_content .ft_info {
		width: 35% !important;
		;
		float: left;
		margin-left: 1.5%;
	}

	.ft_info p {
		font-size: .8rem;
	}

	.ft_info h2 {
		font-size: 1.25rem;
	}

	.ft_color {
		color: #0AB2A6;
		font-size: 1.4rem;
	}

	footer .ft_content .ft_address {
		width: 60%;
		margin-top: 0px;
		display: inline;
		float: left;
		height: 80px;
		text-align: left;
		font-size: .7rem;
	}

	footer .ft_content .ft_sns {
		width: 100% !important;
		height: 50px;
		float: left;
		margin-left: 1.5%;
	}

	.ft_sns ul li {
		float: left;
		height: 30px;
		margin: 1% 1.5%;
	}

	.ft_sns ul li:nth-child(1) {
		margin-left: 0;
	}

	.ft_sns ul li a img {
		width: 30px;
		height: 30px;
		border-radius: 15px;
	}




	/*상단 슬라이드*/
	.full_banner {
		height: auto !important;
		padding: 20px 0px;
	}

	#wrap .full_banner2 {
		height: 360px;
	}

	#wrap .full_banner2 .slide {
		width: 100%;
		min-width: 600px;
		margin: 0 auto;
		position: relative;
	}

	#wrap .full_banner2 .slide .slide_img {
		width: 45% !important;
		height: 250px !important;
		margin-left: 1%;
		float: left;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	#wrap .full_banner2 .slide .slide_text {
		width: 50% !important;
		height: 240px !important;
		margin-left: 2% !important;
		float: left;
		position: relative;
		padding-top: 10px;
	}

	#wrap .full_banner2 .slide .slide_text h1 {
		width: 100%;
		color: #fff;
		margin-bottom: 30px;
		font-size: 1.15rem !important;
		word-break: break-all;
	}

	#wrap .full_banner2 .slide .slide_text ul {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	#wrap .full_banner2 .slide .slide_text ul li {
		font-size: .8rem;
	}

	#wrap .full_banner2 .slide .slide_text ul li span {
		display: inline-block;
		padding: 3px 7px;
		border-radius: 15px;
		background-color: #fff;
		color: #112959;
		margin-right: 3% !important;
		font-weight: bold;
	}

	#wrap .full_banner2 .slide .slide_text ul li .now_receipt {
		padding: 1px 3px;
		background-color: #ff5756;
		color: #fff;
		font-size: .7rem !important;
		border-radius: 0;
		margin-left: 2% !important;
	}

	#wrap .full_banner2 .slide .slide_text ul li .receipt {
		padding: 1px 3px;
		background-color: #3f91c3;
		color: #fff;
		font-size: .7rem !important;
		border-radius: 0;
		margin-left: 2% !important;
	}

	.section {
		width: 98% !important;
		height: auto;
		position: relative;
		padding: 20px 1% !important;
		display: inline-block;
		margin: 0 auto;
	}

	.section>h1 {
		width: 100%;
		font-size: 1.45rem;
		text-align: center;
		color: #000;
	}

	.section>h1 a span {
		float: right;
		font-size: .9rem;
	}

	.section>h1 a span:after {
		content: '\276D \0020';
	}

	.section>h6 {
		width: 100%;
		font-size: .9rem;
		margin-top: 5px;
	}

	.section>h6 span {
		padding: 2px 8px;
		color: #fff;
		background-color: #0AB2A6;
		border-radius: 10px;
	}

	.main_project {
		width: 98% !important;
		padding: 0 1% !important;
		height: auto;
		position: relative;
		margin: 50px 0px;
	}

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

	.type_tab li {
		width: 17%;
		padding: 10px 0px;
		float: left;
		margin: 15px .7%;
		text-align: center;
		cursor: pointer;
		font-size: .8rem;
		font-weight: bold;
	}

	/*한줄 4개 갤러리 리스트형식 메인 &서브*/
	.project_list {
		width: 100%;
	}

	.project_list a li {
		width: 50% !important;
		padding: 20px 1.5%;
		float: left;
		position: relative;
		box-sizing: border-box;
	}

	.project_list a li:nth-child(1) {
		padding-left: 0;
	}

	.project_list a li .list_img {
		width: 100%;
	}

	.project_list a li>span {
		font-size: .75rem;
		padding: 2px 8px;
		border-radius: 15px;
		margin-top: 7px;
		display: inline-block;
	}

	.project_list a li h1 {
		font-size: 1rem;
		margin-top: 5px;
		word-break: break-all;
		height: 50px;
		overflow-y: hidden;
	}

	.project_list a li>div {
		width: 100%;
		margin-top: 10px;
	}

	.project_list a li>div .now_receipt {
		padding: 2px 5px;
		font-size: .8rem;
	}

	.project_list a li>div .receipt {
		padding: 2px 5px;
		font-size: .8rem;
	}

	.project_list a li>div .hit {
		color: gray;
		font-size: 12px;
		float: right;
		display: none;
	}

	.project_list a li>div .hit img {
		width: 20px;
		margin-right: 5px;
	}


	/*공모전 알고 맞춤추천*/
	.project_list2 {
		width: 100%;
		display: inline-block;
	}

	.project_list2 a li {
		width: 50%;
		padding: 20px 2.5%;
		float: left;
		position: relative;
		box-sizing: border-box;
	}

	.project_list2 a li:nth-child(1) {
		padding-left: 0;
	}

	.project_list2 a li .list_img {
		width: 100%;
		height: 240px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		border: 1px solid #f5f5f5;
	}

	.project_list2 a li>span {
		color: #0AB2A6;
		font-size: .75rem;
		padding: 2px 8px;
		border: 1px solid #0AB2A6;
		border-radius: 15px;
		margin-top: 7px;
		display: inline-block;
	}

	.project_list2 a li h1 {
		font-size: 1rem;
		word-break: break-all;
		color: black;
		height: 50px;
		overflow-y: hidden;
	}

	.project_list2 a li>div {
		width: 100%;
		margin-top: 10px;
	}


	/*메인 프로젝트 리스트*/
	.main_project {
		width: 100%;
		height: auto !important;
		padding: 20px 0px;
		position: relative;
		margin: 50px 0px;
	}

	.main_project>h3 {
		font-size: 1.25rem;
	}

	.main_project>h3 a span {
		float: right;
		font-size: 14px;
	}




	/*하단 인기주최사*/
	.project_list3 {
		width: 100%;
		display: inline-block;
	}

	.project_list3 li {
		width: 31%;
		padding: 30px 1%;
		border-radius: 20px;
		border: 1px solid #f5f5f5;
		margin: 30px 1%;
		background-color: #fff;
		float: left;
		position: relative;
		text-align: center;
		box-sizing: border-box;
	}

	.project_list3 li .list_img {
		width: 80%;
		margin-left: 10%;
		height: 60px;
		border-bottom: 1px solid #f5f5f5;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}

	.project_list3 li span {
		color: #000;
		font-size: 18px;
	}

	.project_list3 li a button {
		width: 120px;
		text-align: center;
		height: 35px;
		border-radius: 20px;
		line-height: 35px;
		background-color: #0AB2A6;
		color: #fff;
		font-size: 16px;
		margin: 0 auto;
	}

	.project_list3 li a button:after {
		content: '\276D \0020';
	}


	/*테마 공모전*/
	.project_list4 {
		width: 100%;
		display: inline-block;
	}

	.project_list4>li {
		width: 70%;
		padding: 20px 5%;
		margin: 20px 10%;
		float: left;
		position: relative;
		text-align: center;
		background-color: #fff;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
	}

	.project_list4>li:nth-child(1) {
		margin-left: 10%;
	}

	.project_list4>li>h1 {
		font-size: 1.15rem !important;
		width: 100%;
		text-align: center;
		margin: 20px 0px;
	}

	.project_list4>li>ul {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	.project_list4>li>ul a li {
		width: 100%;
		height: 100px;
		padding: 15px 0px;
		text-align: left;
		border-bottom: 1px solid #f5f5f5;
	}

	.project_list4>li>ul a li .theme_subimg {
		width: 30%;
		height: 100px;
		border: 1px solid #f5f5f5;
		border-radius: 15px;
		float: left;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.project_list4>li>ul a li div {
		width: 63%;
		margin-left: 3%;
		height: 100px;
		float: left;
	}

	.project_list4>li>ul a li div h2 {
		font-size: .95rem !important;
		margin-bottom: 15px;
	}

	.project_list4>li>ul a li div span {
		font-size: .75rem !important;
		color: #0AB2A6;
		/* border: 1px solid #0AB2A6; border-radius: 15px; padding: 2px 5px; */
	}

	.more_btn4 {
		width: 120px;
		height: 30px;
		border-radius: 20px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		background-color: #0AB2A6;
		margin: 0 auto;
		margin-top: 20px;
	}

	.more_btn4:after {
		content: '\276D \0020';
	}





	/*모든공모전 섹션별 탭*/
	.sub_cate {
		width: 100%;
		height: auto;
		padding: 15px 0px;
		background-color: #272727;
	}

	.sub_cate ul {
		width: 100% !important;
	}

	.sub_cate ul li {
		padding: 0 2% !important;
		color: #fff;
		font-size: .9rem;
	}

	.sub_project>h1 {
		font-size: 1.2rem !important;
	}

	.sub_project>h3 {
		font-size: 1.2rem !important;
	}

	.sub_project,
	.project_list5,
	.project_list6,
	.sub_project_list {
		width: 98% !important;
		padding: 0 1% !important;
		margin-top: 20px;
	}

	.sub_project_list h1 {
		font-size: 1.2rem;
	}

	.sub_project_list h1 .count_txt {
		font-size: .8rem;
		margin-left: 5%;
		;
	}

	.sub_project_list h1 .count_txt .count {
		font-size: .8rem;
		color: #13b9ab;
	}

	.sub_project_list ul {
		width: 100%;
		height: auto;
		display: inline-block;
		border-top: 2px solid #272727;
		margin-top: 30px;
		border-bottom: 2px solid #272727;
	}

	.sub_project_list ul li {
		padding: 5px 0px;
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		border-bottom: 1px solid #f5f5f5;
	}

	.sub_project_list ul li .list_thume {
		width: 210px;
		padding-bottom: 57%;
		height: auto;
	}

	.sub_project_list>h2 {
		font-size: 1.2rem
	}

	.sub_project_list ul li .sec1 {
		width: auto !important;
		float: left;
		height: auto;
		padding-left: 1%;
	}

	.sub_project_list ul li .sec1>p {
		padding: 2px 0px !important;
		font-size: .9rem !important;
		;
	}

	.sub_project_list ul li .sec1 .area {
		font-size: .8rem !important;
	}

	.sub_project_list ul li .sec1 .area .in_mypage1 img {
		margin-left: 1%;
		font-size: 1rem;
		font-weight: bold;
		color: #FF0C54;
	}

	.sub_project_list ul li .sec1 .title a {
		font-size: .9rem !important;
		;
		font-weight: bold;
	}

	.sub_project_list ul li .sec1 .title .new {
		background-color: #FF5756;
		color: #fff;
		padding: 1px 1%;
		font-size: .65rem !important;
		;
	}

	.sub_project_list ul li .sec1 .title .best {
		background-color: #3F91C3;
		color: #fff;
		padding: 1px 1%;
		font-size: .65rem !important;
		;
	}

	.sub_project_list ul li .sec1 .title .in_mypage2 img {
		font-size: 1rem;
		margin-left: 3px;
		font-weight: bold;
		color: #FFDE28;
	}

	.sub_project_list ul li .sec1 .sector {
		font-weight: bold;
		padding-right: 2%;
	}

	.sub_project_list ul li .sec1 .target {
		font-weight: bold;
		padding: 0 2%;
	}

	.sub_project_list ul li .sec1 .cate {
		color: #13B9AB;
		padding: 0px 3px;
		border: 1px solid #13b9ab;
		border-radius: 14px;
		font-size: 0.65rem;
	}

	.sub_project_list ul li .sec2 {
		width: 100% !important;
		;
		clear: both;
		text-align: left;
		padding: 5px 0;
		display: flex;
		align-items: center;
		line-height: 1.2;
		padding-right: 0%;
	}

	.sub_project_list ul li .sec2 .date {
		font-size: .9rem;
	}

	.sub_project_list ul li span {
		margin-right: 10px;
	}

	.now_receipt {
		padding: 3px 5px;
		background-color: #ff5756;
		color: #fff;
		font-size: .7rem;
	}

	.receipt {
		padding: 3px 5px;
		background-color: #3f91c3;
		color: #fff;
		font-size: .7rem;
	}

	.hit {
		font-size: .5rem !important;
		display: none;
	}


	.cate_tab {
		width: 100%;
		height: auto;
		display: inline-block;
		border: none;
		border-right: none;
		margin-top: 40px;
		font-size: 15px;
	}

	.cate_tab li {
		font-size: .65rem !important;
		border: 1px solid #f5f5f5;
	}

	.cate_tab1 li {
		width: 20%;
	}

	.cate_tab2 li {
		width: 16.7%;
	}

	.cate_tab3 li {
		width: 25%;
	}

	.cate_tab4 li {
		width: 20%;
	}

	.sub_search {
		width: 100%;
		padding: 50px 0px;
		background-color: #13b9ab;
		color: #fff;
		text-align: center;
		margin: 0 auto;
	}

	.sub_search>h3 {
		text-align: center;
		font-size: 1.25rem;
		color: #fff;
	}

	.sub_search>form {
		width: 80%;
		margin-left: 10%;
		display: block;
		margin-top: 50px;
	}

	.sub_search>form select {
		width: 100%;
		margin: 3px 2%;
		padding: 10px;
		border: 2px solid #09776e;
		border-radius: 25px;
	}

	.sub_search>form button {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		background: #fff;
		border: none;
		margin-top: 30px;
	}

	/*지금베스트*/
	#best_list2 {
		display: none;
	}

	#best_list3 {
		display: none;
	}

	.best_tab ul {
		width: 100%;
	}

	.best_tab ul li {
		font-size: 1rem !important;
	}

	.project_list5>li {
		width: 93%;
		padding: 20px 2%;
		margin: 20px 1.5%;
		float: left;
		position: relative;
		text-align: center;
		background-color: #fff;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
	}

	.project_list5>li>h3 {
		font-size: 20px;
		width: 100%;
		text-align: center;
		margin: 20px 0px;
	}

	.project_list5>li>h3>span {
		color: #0AB2A6;
	}

	.project_list5>li>ul {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	.project_list5>li>ul a li {
		width: 100%;
		padding: 15px 0px;
		text-align: left;
		border-bottom: 1px solid #f5f5f5;
	}

	.project_list5>li>ul a li .sub_best_num {
		width: 5%;
		height: auto;
		line-height: 80px;
		color: #0AB2A6;
		font-weight: bold;
		float: left;
		font-size: 20px;
		text-align: left;
	}

	.project_list5>li>ul a li .theme_subimg {
		height: 90px;
		border: 1px solid #f5f5f5;
		float: left;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		text-indent: -999999px;
	}

	.project_list5>li>ul a li .best_project_info {
		margin-left: 3%;
		;
		height: 80px;
		float: left;
	}

	.project_list5>li>ul a li .best_project_info p {
		font-size: 14px;
	}

	.project_list5>li>ul a li .best_project_info h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.project_list5>li>ul a li .best_project_info span {
		font-size: 14px;
		color: #0AB2A6;
	}


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

	.project_list6>li {
		width: 93% !important;
	}

	.host_list_box {
		width: 100%;
		height: auto;
		padding: 20px 0px;
	}

	.host_list_box>ul {
		width: 100%;
		display: inline-block;
		height: auto;
	}

	.host_list_box>ul li {
		width: 22.5% !important;
		margin: 1% !important;
		box-sizing: border-box;
		float: left;
		text-align: center;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
		padding-bottom: 20px;
		background-color: #fff;
		height: auto;
	}


	/*탐나는 주최사 서브페이지*/

	.host_list_box {
		width: 100%;
		height: auto;
		padding: 20px 0px;
	}

	.host_list_box>ul {
		width: 100%;
		display: inline-block;
		height: auto;
	}

	.host_list_box>ul li {
		width: 18% !important;
		margin: 1% !important;
		box-sizing: border-box;
		float: left;
		text-align: center;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
		padding-bottom: 20px;
		background-color: #fff;
		height: auto;
	}

	.host_list_box>ul li .host_logo {
		width: 100px;
		margin: 15px auto;
		;
		height: 100px !important;
		border-radius: 50% !important;
		background-color: #fff;
		border: 1px solid #f5f5f5;
	}

	.host_list_box>ul li .host_logo img {
		width: 80%;
		margin: 0 auto;
		;
		margin-top: 35px;
	}

	.host_list_box>ul li h2 {
		width: 100%;
		text-align: center;
		margin: 10px 0px;
		font-size: 1rem !important;
	}

	.host_list_box>ul li a button {
		padding: 5px 25px;
		background-color: #0AB2A6;
		border: 1px solid #0AB2A6;
		;
		color: #fff;
		border-radius: 15px;
		cursor: pointer;
	}

	.host_list_box>ul li a button:hover {
		border: 1px solid #0AB2A6;
		color: #0AB2A6;
		background-color: #fff;
	}

	.host_list_box>ul li a button:hover .host_list_box>ul li {
		background-color: #0AB2A6;
	}

	.host_all {
		width: 100%;
		height: auto;
		padding-bottom: 40px;
		margin-top: 40px;
	}

	.host_all>h1 {
		font-size: 1.25rem !important;
		margin-bottom: 40px;
	}

	.host_all>h1 .count_txt {
		font-size: .8rem !important;
		margin-left: 30px;
	}

	.host_all>h1 .count_txt .count {
		font-size: 14px;
		color: #13b9ab;
	}

	.host_all>ul {
		width: 100%;
		border-top: 3px solid #272727;
		margin-top: -7px;
	}

	.host_all>ul>li {
		width: 25%;
		border-right: 1px solid #f5f5f5;
		text-align: left;
		float: left;
		box-sizing: border-box;
		border-bottom: 1px solid #f5f5f5;
	}

	.host_all>ul>li>ul {
		width: 100%;
		border-top: 1px solid #f5f5f5;
	}

	.host_all>ul>li>ul a li {
		text-indent: 20px;
		padding: 15px 0px;
		font-size: .75rem !important;
	}

	.host_all>ul>li>ul>li:nth-child(1) {
		text-align: center;
		padding: 15px 0px;
		margin-bottom: 5px;
		font-size: .9rem !important;
		font-weight: bold;
		text-indent: 0;
		border-bottom: 1px solid #f5f5f5;
	}

	.host_all>ul>li:nth-child(5n) {
		border-right: 0;
	}

	.host_all>ul>li>ul a li span {
		color: #0AB2A6;
		font-weight: bold;
	}

	.view_quick {
		display: none;
	}

	.host_search {
		width: 100%;
		padding: 30px 0px;
		height: auto;
	}

	.host_search>h1 {
		font-size: 1.25rem !important;
		margin: 5px 0px;
		text-align: center;
	}

	.host_search>h2 {
		color: gray;
		text-align: center;
		font-size: .8rem !important;
		
	}

	.host_search .host_title_banner {}

	.host_search .host_title_banner .host_title {
		font-size: 26px;
		color: #fff;
		font-weight: bold;
		float: left;
	}

	.host_search .host_title_banner .host_logo {
		width: auto;
		height: 40px;
		float: right;
	}

	.host_select {
		width: 100%;
		padding: 30px 0px;
		height: auto;
	}

	.host_select>form .host_class {
		width: 100%;
		height: 30px;
	}

	.host_select>form .host_class select {
		width: 15%;
		padding: 5px 15px;
	}

	.host_select1 {
		width: 96%;
		border-top: 3px solid #272727;
		border-bottom: 3px solid #272727;
		padding: 10px 2%;
		margin: 30px 0px;
	}

	.host_select1>ul {
		width: 100%;
		display: inline-block;
		height: auto;
	}

	.host_select1>ul li {
		float: left;
		width: 20%;
		box-sizing: border-box;
		padding: 5px 2%;
		padding-left: 4%;
		border-right: 2px solid #f5f5f5;
	}

	.host_select1>ul li:nth-child(5n) {
		border: none;
	}

	.host_select1>ul li span {
		color: #0AB2A6;
	}

	.host_select2 {
		width: 100%;
		border-top: 2px solid #272727;
		border-bottom: 2px solid #272727;
		height: 340px;
		padding-bottom: 20px;
	}

	.host_select2 .host_target {
		float: left;
		box-sizing: border-box;
	}

	.host_select2 .host_target1 {
		border-right: 2px solid #e9e8e9;
	}

	.host_select2 .host_target1,
	.host_target3 {
		width: 40%;
	}

	.host_select2 .host_target2 {
		width: 20%;
		border-right: 2px solid #e9e8e9;
		height: 347px;
	}

	.host_select2 .host_target h1 {
		padding: 15px 0px;
		text-align: center;
		background-color: #f5f5f5;
		font-size: 18px;
	}

	.host_select2 .host_target ul {
		display: inline-block;
		margin: 10px 0px;
		cursor: pointer;
	}

	.host_target1 ul li,
	.host_target3 ul li {
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 7px 0;
		text-indent: 30px;
	}

	.host_target2 ul li {
		clear: both;
		width: 100%;
		box-sizing: border-box;
		padding: 7px 0;
		text-indent: 30px;
	}

	.select_target {
		background-color: #0AB2A6;
		color: #fff;
		padding: 5px;
		border-radius: 10px;
	}

	.clear_btn {
		width: 120px;
		height: 40px;
		float: right;
		background-color: #fff;
		color: #272727;
		border: 1px solid gray;
		margin-top: 10px;
		cursor: pointer;
	}

	/*회원가입*/

	.sns_login {
		width: 80%;
		padding: 0 10%;
		;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 20px;
	}

	.sns_login a li {
		float: left;
		margin: 1% .5% !important;
	}

	.sns_login a li img {
		width: 90% !important;
	}


	/*로그인*/

	.login_box {
		width: 90%;
		height: auto;
		position: relative;
		left: 5%;
	}

	.login_title {
		width: 100%;
		font-size: 1.25rem;
	}

	.login_sub_title {
		margin: 20px 0px;
		font-weight: bold;
	}

	.login_section {
		width: 100%;
		margin-top: 30px;
		flex-direction: column;
	}

	.login_section .form_box {
		width: 100%;
		float: left;
		margin-right: 2%;
		margin-bottom: 30px
	}

	.banner_box {
		width: 100%;
	}

	.login_section .banner_box img {
		width: 100%;
		height: auto;
	}

	.login_tab {
		width: 100%;
		height: auto;
	}

	.login_tab ul {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #f5f5f5;
	}

	.login_tab ul li {
		width: 50%;
		float: left;
		padding: 8px 0px;
		text-align: center;
		cursor: pointer;
	}

	.tab_select {
		border-bottom: 3px solid #272727;
	}

	#password_set {
		display: none;
	}

	#company_login {
		display: none;
	}

	.login {
		width: 100%;
		padding: 20px 0px;
	}

	.input_css3 {
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 20px;
		width: 98%;
		margin: 5px 0px;
		height: 45px;
	}

	.input_css4 {
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 20px;
		width: 73%;
		margin: 5px 0px;
		height: 45px;
	}

	label {
		color: gray;
		font-size: .8rem;
		margin-right: 10%;
	}

	.login input[type="radio"] {
		margin-right: 1%;
	}

	.id_set {
		color: gray;
		float: right;
		font-size: .8rem;
	}

	.id_search_btn {
		width: 100%;
		margin-top: 20px;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: 1rem;
		font-weight: bold;
	}

	.sns_login_text {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}

	.sns_login {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 20px;
	}

	.login_text {
		width: 100%;
		text-align: center;
		margin: 10px 0px;
		font-size: .8rem;
	}

	.num_btn {
		cursor: pointer;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		width: 24%;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .8rem;
		font-weight: bold;
	}

	.num_btn:disabled {
		background-color: #c7c7c7;
		cursor: default;
	}

	#email_input {
		display: none;
	}


	/*회원가입*/

	.join_box {
		width: 70%;
		height: auto;
		position: relative;
		left: 15%;
	}

	.join_box .form_box {
		width: 100%;
		float: left;
	}

	.input_css5 {
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 20px;
		width: 47.5%;
		margin: 5px 0px;
		height: 45px;
	}

	#company_join {
		display: none;
	}

	#company_join p {
		margin: 20px 0px 10px 0px;
		font-size: .8rem;
	}

	.btn {
		cursor: pointer;
		background-color: #0072bc;
		color: #fff;
		border: none;
		width: 24%;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .8rem;
		font-weight: bold;
	}

	.btn:disabled {
		background-color: #c7c7c7;
		cursor: default;
	}

	.num_re_btn {
		background-color: #464646;
		color: #fff;
		border: none;
		width: 24%;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .8rem;
		font-weight: bold;
	}

	.join_btn {
		width: 100%;
		margin-top: 10px;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .9rem;
	}


	/*아이디, 비밀번호 찾기*/

	.id_box {
		width: 70%;
		height: auto;
		position: relative;
		left: 15%;
	}

	.id_section .form_box {
		width: 100%;
		margin-top: 30px;
	}

	.login input[type="checkbox"] {
		margin-right: 1%;
	}

	.login_btn {
		width: 100%;
		margin-top: 20px;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .9rem;
		font-weight: bold;
	}



	/*아이디, 비밀번호 찾기 완료*/
	.id_search_text {
		width: 100%;
		text-align: center;
		margin: 15px 0px;
		font-size: 1rem;
		font-weight: bold;
	}

	.id_info {
		border: 1px solid #f5f5f5;
		border-radius: 20px;
	}

	.id_info ul {
		display: inline-block;
		margin-top: 20px;
		margin-bottom: 40px;
		width: 90%;
		margin: 0 5%;
		padding: 15px 0px;
		border-bottom: 1px solid #f5f5f5;
	}

	.id_info ul li {
		padding: 10px 8%;
		border: none;
		color: gray;
	}

	.id_info ul li span {
		display: inline-block;
		float: right;
		width: 76%;
		color: gray;
	}

	.id_info_text {
		margin: 20px 0;
		font-size: .9rem;
		color: gray;
		text-align: center;
	}

	.id_btn {
		width: 48%;
		margin-top: 20px;
		background-color: #0ab2a6;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		font-size: .9rem;
		font-weight: bold;
		float: left;
	}

	.pw_set_btn {
		width: 48%;
		margin-top: 20px;
		background-color: #464646;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		font-size: .9rem;
		font-weight: bold;
		float: left;
		margin-left: 2%;
	}


	.view_detail {
		width: 100%;
		height: auto;
		margin: 20px 0;
		display: flex;
	}

	.view_detail .view_img {
		width: 40%;
		height: auto;
	}

	.view_detail .view_info {
		width: 55%;
		margin-left: 3%;
	}

	.view_info table {
		border-collapse: collapse;
		width: 100%;
		font-size: .75rem;
	}

	.view_info table tr {
		width: 100%;
	}

	.view_info table tr th {
		width: 14%;
		padding: 7px 0px;
		text-align: left;
	}

	.view_info table tr td {
		color: #838589;
	}


	.event_info {
		font-size: .7rem;
	}

	.event_info span {
		font-size: .7rem;
	}

	.mycon_tab {
		font-size: .9rem;
	}

	.step1,
	.step2 {
		width: auto;
		padding: 5px;
	}

	.input_css6,
	.input_css7 {
		text-indent: 2%;
	}

	.input_css7 {
		width: 40%;
	}

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

	.project_list7 a li {
		width: 33%;
		padding: 20px 1.5%;
		float: left;
		position: relative;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.project_list7 a li:nth-child(1) {
		padding-left: 0;
	}

	.project_list7 a li .list_img {
		width: 100%;
		border-radius: 10px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 1px solid #f5f5f5;
		margin-top: 0;
	}

	.project_list7 a li h1 {
		font-size: 0.9rem;
	}

	.project_list7 a li>div {
		width: 100%;
		margin-top: 5px;
	}

	.project_list7 a li>div .now_receipt {
		padding: 2px 7px;
		background-color: #ff5756;
		color: #fff;
		font-size: .7rem;
		font-weight: bold;
	}

	.project_list7 a li>div .receipt {
		padding: 2px 7px;
		background-color: #3f91c3;
		color: #fff;
		font-size: .7rem;
		font-weight: bold;
	}


}

@media (max-width: 767px) {

	#container_title li span {
		font-size: 14px;
		text-overflow: clip
	}

	.board_list li span {
		font-size: 13px;
		text-overflow: clip
	}

	#container li span {
		font-size: 13px;
		text-overflow: clip
	}


	.board_list li span:nth-child(4) {
		display: none;
	}

	.view_mid {
		flex-direction: column;
		height: auto;
	}

	.view_mid .view_icon {
		width: 100%;
	}

	.view_mid .view_icon ul {
		width: 35%
	}

	.write-button {
		width: 100px;
		margin-top: 30px;
	}

	/*상단 슬라이드*/
	.full_banner {
		height: auto !important;
		padding: 10px 0px;
	}

	#wrap .full_banner2 {
		height: 600px;
	}

	.full_banner2 .content {
		padding: 20px 0px;
	}

	#wrap .full_banner2 .slide {
		width: 100%;
		min-width: 350px;
		margin: 0 auto;
		position: relative;
	}

	#wrap .full_banner2 .slide .slide_img {
		width: 90% !important;
		height: 0px !important;
		padding-bottom: 57% !important;
		margin-left: 5%;
		float: none;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	#wrap .full_banner2 .slide .slide_text {
		width: 90% !important;
		height: auto !important;
		margin-left: 5% !important;
		float: left;
		position: relative;
		padding-top: 10px;
	}

	#wrap .full_banner2 .slide .slide_text h1 {
		width: 100%;
		color: #fff;
		margin-bottom: 10px;
		font-size: 1.15rem !important;
		word-break: break-all;
	}

	#wrap .full_banner2 .slide .slide_text ul {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	#wrap .full_banner2 .slide .slide_text ul li {
		width: 100%;
		font-size: .8rem;
		padding: 3px 0px;
	}

	#wrap .full_banner2 .slide .slide_text ul li span {
		display: inline-block;
		padding: 1px 5px;
		border-radius: 15px;
		background-color: #fff;
		color: #112959;
		margin-right: 1% !important;
		font-weight: bold;
	}

	#wrap .full_banner2 .slide .slide_text ul li .now_receipt {
		padding: 1px 3px;
		background-color: #ff5756;
		color: #fff;
		float: none !important;
		font-size: .7rem !important;
		border-radius: 0;
		margin-left: 2% !important;
	}

	#wrap .full_banner2 .slide .slide_text ul li .receipt {
		padding: 1px 3px;
		background-color: #3f91c3;
		color: #fff;
		float: none !important;
		font-size: .7rem !important;
		border-radius: 0;
		margin-left: 2% !important;
	}

	.sub_project_list ul li .sec1 {
		width: 62% !important;
		margin-left: 10px;
	}
}

@media (max-width:599px) {


	#wrap {
		width: 100%;
		position: relative;
		height: auto;
	}

	.content {
		width: 98% !important;
		box-sizing: border-box;
		min-width: 310px !important;
		height: auto;
		margin: 0 auto;
		padding: 40px 1% 40px;
	}

	.type_list2,
	.type_list3,
	.type_list4,
	.type_list5,
	.type_list6 {
		display: none;
	}




	footer {
		width: 100%;
		height: auto;
		padding: 40px 0px;
		position: relative;
		display: inline-block;
		margin-top: 140px;
	}

	footer .ft_content {
		width: 100% !important;
		;
		min-width: 300px !important;
		flex-direction: column;
	}

	footer .ft_content .ft_logo {
		width: 34% !important;
		;
		height: auto;
		float: left;
		margin-left: 10%;
		display: none;
	}

	footer .ft_content .ft_list {
		width: 100% !important;
		height: auto;
		justify-content: space-between
	}

	footer .ft_content .ft_list ul {
		width: 12%;
		display: inline-block;
		height: auto;
		padding: 0 5px;
		display: none;
	}

	footer .ft_content .ft_list ul:nth-child(5) {
		width: 33%;
	}

	footer .ft_content .ft_list ul:nth-child(6) {
		width: 100% !important;
		display: flex;
		;
	}

	footer .ft_content .ft_list ul:nth-child(6) li {
		width: 100%;
		text-align: left;
		float: left;
	}

	footer .ft_content .ft_list ul li {
		width: 100%;
		padding: 5px 0px;
		font-size: .8rem;
		text-align: left;
	}

	footer .ft_content .ft_info {
		width: 56% !important;
		;
		float: left;
		margin-left: 1.5%;
	}

	.ft_info p {
		font-size: .8rem;
	}

	.ft_info h2 {
		font-size: 1.25rem;
	}

	.ft_color {
		color: #0AB2A6;
		font-size: 1.4rem;
	}

	footer .ft_content .ft_address {
		width: 98%;
		margin-top: 20px;
		margin-left: 1.5%;
		display: inline;
		float: left;
		height: 80px;
		text-align: left;
		font-size: .7rem;
	}

	footer .ft_content .ft_sns {
		width: 100% !important;
		height: 50px;
		float: left;
		margin-left: 1.5%;
	}

	.ft_sns ul li {
		float: left;
		height: 30px;
		margin: 1% 1.5%;
	}

	.ft_sns ul li:nth-child(1) {
		margin-left: 0;
	}

	.ft_sns ul li a img {
		width: 30px;
		height: 30px;
		border-radius: 15px;
	}

	/*상단 슬라이드*/
	.full_banner {
		height: auto !important;
		padding: 10px 0px;
	}

	#wrap .full_banner2 {
		height: 500px;
	}


	.section {
		width: 98% !important;
		height: auto;
		position: relative;
		padding: 20px 1% !important;
		display: inline-block;
		margin: 0 auto;
	}

	.section>h1 {
		width: 100%;
		font-size: 1.25rem;
		text-align: center;
		color: #000;
	}

	.section>h1 a span {
		float: right;
		font-size: .9rem;
	}

	.section>h1 a span:after {
		content: '\276D \0020';
	}

	.section>h6 {
		width: 100%;
		font-size: .8rem;
	}

	.section>h6 span {
		padding: 2px 5px;
		color: #fff;
		background-color: #0AB2A6;
		border-radius: 10px;
		font-size: .75rem;
		cursor: pointer;
	}

	.bottom_banner {
		width: 100%;
		height: 160px;
		position: relative;
	}

	.bottom_banner a>img {
		background-color: #f5f5f5;
		float: none;
		width: 100%;
		height: auto;
		margin: 0 2%;
		margin-top: 20px;
	}

	.bottom_banner a>img:nth-child(1) {
		margin-left: 0;
	}


	.main_project {
		width: 98% !important;
		padding: 0 1% !important;
		height: auto;
		position: relative;
		margin: 50px 0px;
	}

	.project_list {
		display: flex;
	}

	.m_scoll_width .project_list {}

	.m_scoll_width .project_list li {
		padding: 20px 10px;
		padding-left: 10px;
	}

	.target_list .project_list {}

	.type_tab {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 15px auto;
	}

	.type_tab li {
		width: 31% !important;
		;
		padding: 10px 1px;
		float: left;
		margin: 5px .7%;
		text-align: center;
		cursor: pointer;
		font-size: .8rem;
	}

	/*한줄 4개 갤러리 리스트형식 메인 &서브*/
	.scroll_box {
		width: 100%;
		overflow-x: scroll;
	}

	.project_list a li {
		width: 216px !important;
		padding: 20px 1.2%;
		float: left;
		position: relative;
		box-sizing: border-box;
		word-break: break-all;
	}

	.project_list a li:nth-child(1) {
		padding-left: 0%;
		padding-right: 3%;
	}

	.project_list a li .list_img {
		width: 100%;
	}

	.project_list a li h1 {
		font-size: 1rem;
		margin-top: 5px;
		word-break: break-all;
		height: 56px;
		overflow-y: hidden;
		line-height: 20px;
	}

	.project_list a li>div {
		width: 100%;
		margin-top: 10px;
	}

	.now_receipt {
		padding: 1px 5px;
		background-color: #ff5756;
		color: #fff;
		font-size: .8rem;
	}

	.receipt {
		padding: 1px 5px;
		background-color: #3f91c3;
		color: #fff;
		font-size: .8rem;
	}

	.hit {
		color: gray;
		font-size: 12px;
		float: right;
		display: none;
	}

	.hit img {
		width: 20px;
		margin-right: 5px;
	}


	/*공모전 알고 맞춤추천*/
	.project_list2 {
		width: 600px;
		display: inline-block;
	}

	.project_list2 a li {
		width: 180px;
		padding: 20px 1.5%;
		float: left;
		position: relative;
		box-sizing: border-box;
	}

	.project_list2 a li:nth-child(1) {
		padding-left: 1.5%;
	}

	.project_list2 a li .list_img {
		width: 100%;
		height: 130px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		border: 1px solid #f5f5f5;
	}

	.project_list2 a li>span {
		color: #0AB2A6;
		font-size: .75rem;
		padding: 2px 8px;
		border: 1px solid #0AB2A6;
		border-radius: 15px;
		margin-top: 7px;
		display: inline-block;
	}

	.project_list2 a li h1 {
		font-size: 1rem;
		margin-top: 5px;
		word-break: break-all;
		color: black;
		height: 50px;
		overflow-y: hidden;
	}

	.project_list2 a li>div {
		width: 100%;
		margin-top: 10px;
	}


	/*메인 프로젝트 리스트*/
	.main_project {
		width: 100%;
		height: auto !important;
		padding: 20px 0px;
		position: relative;
		margin: 50px 0px;
	}

	.main_project>h3 {
		font-size: 1.25rem;
		padding-left: 1.5%;
	}

	.main_project>h3 a span {
		float: right;
		font-size: 14px;
	}




	/*하단 인기주최사*/
	.project_list3 {
		width: 960px;
		display: inline-block;
	}

	.project_list3 li {
		width: 170px;
		padding: 20px 0.5%;
		min-height: 185px;
		margin: 30px 0.5% 30px 0;
	}

	.project_list3 li .list_img {
		width: 80%;
		margin-left: 10%;
		height: 60px;
		;
	}


	.project_list3 li a button {
		width: 120px;
		text-align: center;
		height: 35px;
		border-radius: 20px;
		line-height: 35px;
		background-color: #0AB2A6;
		color: #fff;
		font-size: 16px;
		margin: 0 auto;
	}

	.project_list3 li a button:after {
		content: '\276D \0020';
	}


	/*테마 공모전*/
	.project_list4 {
		width: 1150px;
		display: inline-block;
	}

	.project_list4>li {
		width: 330px;
		padding: 20px .5%;
		margin: 10px .5%;
		float: left;
		position: relative;
		text-align: center;
		background-color: #fff;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
	}

	.project_list4>li:nth-child(1) {
		margin-left: 1%;
	}

	.project_list4>li>h1 {
		font-size: 1.15rem !important;
		width: 100%;
		text-align: center;
		margin: 20px 0px;
	}

	.project_list4>li>ul {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	.project_list4>li>ul a li {
		width: 100%;
		height: 80px;
		padding: 15px 0px;
		text-align: left;
		border-bottom: 1px solid #f5f5f5;
	}

	.project_list4>li>ul a li .theme_subimg {
		width: 32%;
		height: 80px;
		border: 1px solid #f5f5f5;
		border-radius: 15px;
		float: left;
		margin-left: 0%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.project_list4>li>ul a li div {
		width: 63%;
		margin-left: 3%;
		height: 80px;
		float: left;
	}

	.project_list4>li>ul a li div h2 {
		font-size: .95rem !important;
		margin-bottom: 5px;
	}

	.project_list4>li>ul a li div span {
		font-size: .75rem !important;
		color: #0AB2A6;
	}

	.more_btn4 {
		width: 120px;
		height: 30px;
		border-radius: 20px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		background-color: #0AB2A6;
		margin: 0 auto;
		margin-top: 20px;
	}

	.more_btn4:after {
		content: '\276D \0020';
	}


	/*모든공모전*/

	.sub_cate {
		width: 100%;
		height: auto;
		padding: 15px 0px;
		background-color: #272727;
	}

	.sub_cate ul {
		justify-content: space-evenly
	}

	.sub_cate ul li {
		padding: 0 2%;
		color: #fff;
	}

	.cate_tab li {
		width: 50%;
		font-size: .85rem;
	}


	.sub_search {
		width: 100%;
		padding: 20px 0px;
		background-color: #13b9ab;
		color: #fff;
		text-align: center;
		margin: 20px auto;
	}

	.sub_search>h3 {
		text-align: center;
		font-size: 1.25rem;
		color: #fff;
	}

	.sub_search>form {
		width: 80%;
		margin-left: 10%;
		display: block;
		margin-top: 50px;
	}

	.sub_search>form select {
		width: 100%;
		margin: 3px 2%;
		padding: 10px;
		border: 2px solid #09776e;
		border-radius: 25px;
	}

	.sub_search>form button {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		background: #fff;
		border: none;
		margin-top: 30px;
	}



	.sub_project,
	.project_list5,
	.project_list6,
	.sub_project_list {
		width: 100% !important;
		padding: 0 0% !important;
		margin-top: 20px;
	}

	.sub_project_list h1 {
		font-size: 1rem;
	}

	.sub_project_list h1 .count_txt {
		font-size: .8rem;
		margin-left: 5%;
		;
	}

	.sub_project_list h1 .count_txt .count {
		font-size: .8rem;
		color: #13b9ab;
	}

	.sub_project_list ul li .list_thume {
		width: 120px;
		padding-bottom: 57%
	}

	.sub_project_list ul li .sec1 {
		width: 59% !important;
		float: left;
		height: auto !important;
		padding-left: 2%;
	}

	.sub_project_list ul li .sec1>span {
		font-size: 0.7rem;
		padding: 2px 5px;
		margin-top: 0;
		margin-right: 2%;
	}

	.sub_project_list ul li .sec1>p {
		padding: 2px 0px !important;
		font-size: .65rem !important;
		display: none;
	}

	.sub_project_list ul li .sec1 .area {
		font-size: .75rem !important;
	}

	.sub_project_list ul li .sec1 .area .in_mypage1 img {
		margin-left: 1%;
		font-size: 1rem;
		font-weight: bold;
		color: #FF0C54;
	}

	.sub_project_list ul li .sec1 .title {
		display: block !important;
	}

	.sub_project_list ul li .sec1 .title a {
		font-size: 0.9rem !important;
		;
		font-weight: bold;
	}

	.sub_project_list ul li .sec1 .title .new {
		background-color: #FF5756;
		color: #fff;
		padding: 1px 1.5%;
		font-size: .65rem !important;
		;
	}

	.sub_project_list ul li .sec1 .title .best {
		background-color: #3F91C3;
		color: #fff;
		padding: 1px 1.5%;
		font-size: .65rem !important;
		;
	}

	.sub_project_list ul li .sec1 .title .in_mypage2 img {
		font-size: 1rem;
		margin-left: 3px;
		font-weight: bold;
		color: #FFDE28;
		width: 13px;
	}

	.sub_project_list ul li .sec1 .sector {
		font-weight: bold;
		padding-right: 1%;
	}

	.sub_project_list ul li .sec1 .target {
		font-weight: bold;
		padding: 0 1%;
	}

	.sub_project_list ul li .sec1 .cate {
		color: #13B9AB;
		padding: 0px 3px;
		border: 1px solid #13b9ab;
		border-radius: 14px;
		font-size: 0.65rem;
		display: inline-block !important;
	}

	.sub_project_list ul li .sec2 {
		width: 100% !important;
	}

	.sub_project_list ul li .sec2 .date {
		font-size: .75rem;
		float: left;
		margin-top: 2px;
	}

	.hit {
		font-size: .5rem !important;
		float: right;
		display: none;
	}


	/*탐나는 주최사 서브페이지*/

	.host_search .scroll_box .project_list3 {
		width: 2000px;
	}

	.host_list_box {
		width: 100%;
		height: auto;
		padding: 20px 0px;
		overflow-x: auto;
	}

	.host_list_box>ul {
		width: 2000px;
		display: inline-block;
		height: auto;
	}

	.host_list_box>ul li {
		width: 180px;
		margin: .3%;
		box-sizing: border-box;
		float: left;
		text-align: center;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
		padding-bottom: 20px;
		background-color: #fff;
		height: auto;
	}

	.host_list_box>ul li .host_logo {
		width: 140px;
		margin: 15px auto;
		;
		height: 140px !important;
		border-radius: 55% !important;
		background-color: #fff;
		border: 1px solid #f5f5f5;
	}

	.host_list_box>ul li .host_logo img {
		width: 80%;
		margin: 0 auto;
		;
		margin-top: 50px;
	}

	.host_list_box>ul li h2 {
		width: 100%;
		text-align: center;
		margin: 10px 0px;
		font-size: 1rem !important;
	}

	.host_list_box>ul li a button {
		padding: 5px 10px;
		background-color: #0AB2A6;
		border: 1px solid #0AB2A6;
		;
		color: #fff;
		border-radius: 15px;
		cursor: pointer;
	}

	.host_list_box>ul li a button:hover {
		border: 1px solid #0AB2A6;
		color: #0AB2A6;
		background-color: #fff;
	}

	.host_list_box>ul li a button:hover .host_list_box>ul li {
		background-color: #0AB2A6;
	}

	.host_all {
		width: 98% !important;
		padding: 0 1%;
		height: auto;
		padding-bottom: 40px;
		margin-top: 40px;
	}

	.host_all>h1 {
		font-size: 1.25rem !important;
		margin-bottom: 40px;
	}

	.host_all>h1 .count_txt {
		font-size: .8rem !important;
		margin-left: 30px;
	}

	.host_all>h1 .count_txt .count {
		font-size: 14px;
		color: #13b9ab;
	}

	.host_all>ul {
		width: 100%;
		border-top: 3px solid #272727;
		margin-top: -7px;
	}

	.host_all>ul>li {
		width: 50%;
		border-right: 1px solid #f5f5f5;
		text-align: left;
		box-sizing: border-box;
		;
		border-bottom: 1px solid #f5f5f5;
	}

	.host_all>ul>li>ul {
		width: 100%;
		border-top: 1px solid #f5f5f5;
	}

	.host_all>ul>li>ul a li {
		text-indent: 10px;
		font-size: .75rem !important;
	}

	.host_all>ul>li>ul>li:nth-child(1) {
		text-align: center;
		padding: 15px 0px;
		margin-bottom: 5px;
		font-size: .9rem !important;
		font-weight: bold;
		text-indent: 0;
		border-bottom: 1px solid #f5f5f5;
	}

	.host_all>ul>li:nth-child(5n) {
		border-right: 0;
	}

	.host_all>ul>li>ul a li span {
		color: #0AB2A6;
		font-weight: bold;
	}




	.host_search {
		width: 100%;
		padding: 30px 0px 10px;
		height: auto;
	}

	.host_search>h1 {
		font-size: 1.25rem !important;
		margin: 5px 0px;
		text-align: center;
	}

	.host_search>h2 {
		color: gray;
		text-align: center;
		font-size: .8rem !important;
		
	}

	.host_search .host_title_banner {
		padding: 15px 3%;
	}

	.host_search .host_title_banner h1 {
		font-size: 1.35rem
	}

	.host_search .host_title_banner .host_title {
		font-size: 26px;
		color: #fff;
		font-weight: bold;
		float: left;
	}

	.host_search .host_title_banner .host_logo {
		width: auto;
		height: 40px;
		float: right;
	}

	.host_select {
		width: 98% !important;
		padding: 20px 1%;
		height: auto;
	}

	.host_select>form .host_class {
		width: 100%;
		height: 30px;
	}

	.host_select>form .host_class select {
		width: 40%;
		padding: 5px 15px;
	}

	.host_select1 {
		width: 96%;
		border-top: 3px solid #272727;
		border-bottom: 3px solid #272727;
		padding: 10px .5%;
		margin: 30px 0px;
	}

	.host_select1>ul {
		width: 100%;
		display: inline-block;
		height: auto;
	}

	.host_select1>ul li {
		float: left;
		width: 33%;
		box-sizing: border-box;
		padding: 5px 1%;
		font-size: .75rem;
		padding-left: 4%;
		border-right: 1px solid #f5f5f5;
	}

	.host_select1>ul ul:nth-child(3n) {
		border: none;
	}

	.host_select1>ul li span {
		color: #0AB2A6;
	}

	.host_select2 {
		width: 100%;
		border-top: 2px solid #272727;
		border-bottom: 2px solid #272727;
		height: auto;
		;
		padding-bottom: 20px;
	}

	.host_select2 .host_target {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}

	.host_select2 .host_target1 {
		border-right: 2px solid #e9e8e9;
	}

	.host_select2 .host_target1,
	.host_target3 {
		width: 100%;
	}

	.host_select2 .host_target2 {
		width: 100%;
		border-right: 2px solid #e9e8e9;
		height: auto;
	}

	.host_select2 .host_target h1 {
		padding: 10px 0px;
		text-align: center;
		background-color: #f5f5f5;
		font-size: 1rem;
	}

	.host_select2 .host_target ul {
		width: 100%;
		display: inline-block;
		margin: 10px 0px;
		cursor: pointer;
	}

	.host_target1 ul li,
	.host_target3 ul li {
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 7px 0;
		text-indent: 3px;
		font-size: .75rem;
	}

	.host_target2 ul li {
		clear: both;
		width: 100%;
		box-sizing: border-box;
		padding: 7px 0;
		text-indent: 3px;
		font-size: .75rem;
	}

	.select_target {
		background-color: #0AB2A6;
		color: #fff;
		padding: 5px;
		border-radius: 10px;
	}

	.clear_btn {
		width: 120px;
		height: 40px;
		float: right;
		background-color: #fff;
		color: #272727;
		border: 1px solid gray;
		margin-top: 10px;
		cursor: pointer;
	}

	.project_list5>li {
		width: 95%;
		padding: 20px 2%;
		margin: 20px auto;
		float: left;
		position: relative;
		text-align: center;
		background-color: #fff;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
	}

	.project_list5>li>h3 {
		font-size: 20px;
		width: 100%;
		text-align: center;
		margin: 20px 0px;
	}

	.project_list5>li>h3>span {
		color: #0AB2A6;
	}

	.project_list5>li>ul {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	.project_list5>li>ul a li {
		width: 100%;
		height: 90px;
		padding: 15px 0px;
		text-align: left;
		border-bottom: 1px solid #f5f5f5;
	}

	.project_list5>li>ul a li .sub_best_num {
		width: 7%;
		min-width: 7%;
		height: auto;
		line-height: 80px;
		color: #0AB2A6;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}

	.project_list5>li>ul a li .theme_subimg {
		width: 140px;
		min-width: 140px;
		height: 90px;
		border: 1px solid #f5f5f5;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		text-indent: -999999px;
	}

	.project_list5>li>ul a li .best_project_info {
		margin-left: 5%;
		;
		height: 80px;
		float: left;
	}

	.project_list5>li>ul a li .best_project_info p {
		font-size: 14px;
	}

	.project_list5>li>ul a li .best_project_info h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.project_list5>li>ul a li .best_project_info span {
		font-size: 14px;
		color: #0AB2A6;
	}




	.best_list1,
	.best_list2,
	.best_list3 {
		width: 970% !important;
		display: inline-block;
	}

	.project_list6>li {
		width: 8.8% !important;
		padding: 10px;
		margin: 20px 10px;
	}

	.project_list6>li>ul a li .theme_subimg {
		width: 136px
	}

	.project_list6>li>ul a li .best_project_info {
		margin-left: 2%
	}

	.best_tab {
		width: 100%;
		height: 60px !important;
	}

	.best_tab ul {
		width: 100%;
	}

	.best_tab ul li {
		font-size: .8rem !important;
		line-height: 1.2;
		padding: 4px 10px;
	}

	/*회원가입*/

	.sns_login {
		width: 80%;
		padding: 0 10%;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 20px;
	}

	.sns_login a li {
		float: left;
		margin: 1% .5% !important;
	}

	.sns_login a li img {
		width: 90% !important;
	}


	/*로그인*/

	.login_box {
		width: 90%;
		height: auto;
		position: relative;
		left: 5%;
	}

	.login_title {
		width: 100%;
		font-size: 1.25rem;
	}

	.login_sub_title {
		margin: 20px 0px;
		font-weight: bold;
	}

	.login_section {
		width: 100%;
		margin-top: 30px;
	}

	.login_section .form_box {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.banner_box {
		width: 100%;
		float: none;
	}

	.login_section .banner_box img {
		width: 100%;
	}

	.login_tab {
		width: 100%;
		height: auto;
	}

	.login_tab ul {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #f5f5f5;
	}

	.login_tab ul li {
		width: 50%;
		float: left;
		padding: 8px 0px;
		text-align: center;
		cursor: pointer;
	}

	.tab_select {
		border-bottom: 3px solid #272727;
	}

	#password_set {
		display: none;
	}

	#company_login {
		display: none;
	}

	.login {
		width: 100%;
		padding: 20px 0px;
	}

	.input_css3 {
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 5px;
		width: 98%;
		margin: 5px 0px;
		height: 45px;
	}

	.input_css4 {
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 5px;
		width: 73%;
		margin: 5px 0px;
		height: 45px;
	}

	label {
		color: gray;
		font-size: .8rem;
		margin-right: 10%;
	}

	.login input[type="radio"] {
		margin-right: 1%;
	}

	.id_set {
		color: gray;
		float: right;
		font-size: .8rem;
	}

	.id_search_btn {
		width: 100%;
		margin-top: 20px;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: 1rem;
		font-weight: bold;
	}

	.sns_login_text {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}

	.sns_login {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 20px;
	}

	.login_text {
		width: 100%;
		text-align: center;
		margin: 10px 0px;
		font-size: .8rem;
	}

	.num_btn {
		cursor: pointer;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		width: 24%;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .8rem;
		font-weight: bold;
	}

	.num_btn:disabled {
		background-color: #c7c7c7;
		cursor: default;
	}

	#email_input {
		display: none;
	}


	/*회원가입*/

	.join_box {
		width: 90%;
		height: auto;
		position: relative;
		left: 5%;
	}

	.join_box .form_box {
		width: 100%;
		float: left;
	}

	.input_css5 {
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 5px;
		width: 47.5%;
		margin: 5px 0px;
		height: 45px;
	}

	#company_join {
		display: none;
	}

	#company_join p {
		margin: 20px 0px 10px 0px;
		font-size: .8rem;
	}

	.btn {
		cursor: pointer;
		background-color: #0072bc;
		color: #fff;
		border: none;
		width: 24%;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .8rem;
		font-weight: bold;
	}

	.btn:disabled {
		background-color: #c7c7c7;
		cursor: default;
	}

	.num_re_btn {
		background-color: #464646;
		color: #fff;
		border: none;
		width: 24%;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .8rem;
		font-weight: bold;
	}

	.join_btn {
		width: 100%;
		margin-top: 10px;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .9rem;
	}


	/*아이디, 비밀번호 찾기*/

	.id_box {
		width: 90%;
		height: auto;
		position: relative;
		left: 5%;
	}

	.id_section .form_box {
		width: 100%;
		margin-top: 30px;
	}

	.login input[type="checkbox"] {
		margin-right: 1%;
	}

	.login_btn {
		width: 100%;
		margin-top: 20px;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		cursor: pointer;
		font-size: .9rem;
		font-weight: bold;
	}



	/*아이디, 비밀번호 찾기 완료*/
	.id_search_text {
		width: 100%;
		text-align: center;
		margin: 15px 0px;
		font-size: 1rem;
		font-weight: bold;
	}

	.id_info {
		border: 1px solid #f5f5f5;
		border-radius: 20px;
	}

	.id_info ul {
		display: inline-block;
		margin-top: 20px;
		margin-bottom: 40px;
		width: 90%;
		margin: 0 5%;
		padding: 15px 0px;
		border-bottom: 1px solid #f5f5f5;
	}

	.id_info ul li {
		padding: 10px 8%;
		border: none;
		color: gray;
	}

	.id_info ul li span {
		display: inline-block;
		float: right;
		width: 76%;
		color: gray;
	}

	.id_info_text {
		margin: 20px 0;
		font-size: .9rem;
		color: gray;
		text-align: center;
	}

	.id_btn {
		width: 48%;
		margin-top: 20px;
		background-color: #0ab2a6;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		font-size: .9rem;
		font-weight: bold;
		float: left;
	}

	.pw_set_btn {
		width: 48%;
		margin-top: 20px;
		background-color: #464646;
		color: #fff;
		border-radius: 10px;
		padding: 14px 0px;
		font-size: .9rem;
		font-weight: bold;
		float: left;
		margin-left: 2%;
	}

	/*공모전 상세페이지*/
	.mycon_tab {
		width: 100%;
		height: auto;
		margin-top: 50px;
	}

	.mycon_tab ul {
		width: 100%;
		display: inline-block;
		display: flex;
	}

	.tab_list {
		text-align: center;
		width: 20%;
		padding: 5px 0px;
		margin-left: -1px;
		font-size: .8rem;
		border-bottom: 1px solid #f5f5f5;
		;
		cursor: pointer;
	}

	.tab_list2,
	.tab_list3,
	.tab_list4,
	.tab_list5,
	.tab_list6 {
		display: none;
	}

	.tab_select {
		border-bottom: 3px solid #272727;
	}


	.view_mid {
		width: 98%;
		margin: 5px 1%;
		height: 70px;
	}

	.view_mid .view_title {
		width: 100%;
		font-size: 1.15rem;
		display: inline-block;
		padding-bottom: 10px;
		float: left;
	}

	.view_mid .view_icon {
		width: 100%;
		float: none;
	}

	.view_mid .view_icon ul {
		width: 100%;
		float: right;
		display: block;
	}

	.view_mid .view_icon ul li {
		float: left;
		width: 10%;
		height: 30px;
		text-align: center;
		font-size: 0.75rem;
	}

	.view_mid .view_icon ul li img {
		width: 15px;
		height: 15px;
	}

	.view_mid .view_icon ul li p {
		color: gray;
	}

	.view_detail {
		width: 98%;
		height: auto;
		margin: 20px 1%;
		display: inline-block;
	}

	.view_detail .view_img {
		width: 100%;
		height: auto;
		margin-left: 0%;
	}

	.view_detail .view_info {
		width: 100%;
		margin-left: 0%;
		padding: 10px 0px;
	}

	.view_detail p {
		font-size: .8rem;
	}

	.view_detail_list p {
		font-size: .8rem;
	}

	.view_info table {
		border-collapse: collapse;
		width: 100%;
		font-size: .8rem;
	}

	.view_info table tr {
		width: 100%;
	}

	.view_info table tr th {
		width: 20%;
		padding: 8px 0px;
		text-align: left;
	}

	.view_info table tr td {
		color: #838589;
	}

	.view_info table tr td .view_cate {
		margin-top: 0;
		font-size: 0.8rem
	}

	.event_info {
		width: 96%;
		margin-top: 5px;
		background-color: #f5f5f5;
		padding: 10px;
		padding-left: 10px;
		font-size: .9rem;
	}

	.event_info span {
		padding: 1px 14px;
		color: #fff;
		background-color: #3D52A5;
		border-radius: 15px;
		margin-right: 2%;
		font-size: .9rem;
	}

	.btn_box {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}

	.btn_box a {
		display: inline-block;
		margin: 0 4px;
	}

	.view_btn {
		width: 150px;
		padding: 10px 0px;
		background-color: #272727;
		color: #fff;
		border-radius: 10px;
		font-size: .75rem;
		float: left;
		border: none;
	}

	.view_btn img {
		width: 15px;
		margin-right: 2px;
	}

	.view_detail_list {
		padding: 60px 10px;
	}

	.view_detail_list h2 {
		font-size: 1.15rem;
		margin-bottom: 10px;
	}

	.view_detail_list>p {
		margin-bottom: 40px;
	}

	.view_step {
		padding-bottom: 30px;
	}

	.view_step p {
		width: 100%;
		padding: 8px 0px;
	}

	.view_step span {
		font-size: 0.8rem;
	}

	.step1 {
		display: inline-block;
		width: 18%;
		padding: 5px 0px;
		border: 1px solid #f5f5f5;
		color: gray;
		text-align: center;
		font-size: 0.8rem;
	}

	.step2 {
		display: inline-block;
		width: 18%;
		padding: 5px 0px;
		border: 1px solid black;
		color: black;
		text-align: center;
		margin: 0 .5%;
		font-size: 0.8rem;
	}

	.step3 {
		color: red;
	}

	.step4 {
		color: black;
	}

	.step4 span {
		color: gray;
	}

	.award_img {
		display: inline-block;
		width: 100%;
		padding-bottom: 30px;
	}

	.award_img li {
		width: 20%;
		float: left;
	}

	.award_img li img {
		width: 90%;
		margin: 0 1%;
	}

	.qna_box {
		width: 100%;
		border: 1px solid #f5f5f5;
		border-radius: 20px;
		margin-bottom: 30px;
	}

	.qna_box ul {
		width: 97%;
		padding: 20px 1.5%;
		position: relative;
	}

	.a_box {
		display: none;
		position: relative;
		padding: 10px 5%;
		font-size: .9rem;
		border-bottom: 1px solid #e9e9e9;
		background-color: #f5f5f5;
		color: gray;
	}

	.q_box {
		padding: 15px 5%;
		width: 90%;
		background-color: #0AB2A6;
		color: #fff;
		font-size: .9rem;
		border-bottom: 1px solid #fff;
	}

	.q_box span {
		float: right;
		cursor: pointer;
	}



	.attned {
		border: 1px solid red;
	}

	.attend1 {
		width: 100%;
	}

	.no_login {
		width: 100%;
		text-align: center;
		border: 1px solid #f5f5f5;
		padding: 60px 0px;
	}

	.attend_login_btn {
		width: 200px;
		padding: 10px 0px;
		margin-top: 20px;
		border: none;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 5px;
	}


	.ok_login {
		width: 100%;
	}

	.terms_box {
		width: 100%;
		padding-bottom: 30px;
	}

	.terms_box h2 {
		margin-top: 30px;
		border-left: 4px solid #0AB2A6;
		padding-left: 1%;
	}

	.terms_box h3 {
		font-size: 1rem;
	}

	.terms_box textarea {
		padding: 15px 1%;
		width: 98%;
		height: 120px;
		overflow-y: scroll;
		resize: none;
		border: 1px solid #f5f5f5;
	}

	.terms_box select {
		width: 50%;
		height: 45px;
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 20px;
	}

	option {
		height: 50px;
	}

	.terms_box div {
		text-align: center;
		margin: 10px 0px;
	}

	.terms_box label {
		color: black;
		margin-right: 5%;
	}



	.table6 {
		width: 100%;
		border: 1px solid #f5f5f5;
		border-collapse: collapse;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.table6 tr {
		width: 100%;
	}

	.table6 td {
		width: 97%;
		text-align: left;
		padding: 14px 0px;
		padding-left: 2%;
	}

	.input_css6 {
		width: 50%;
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 20px;
		margin: 5px 0px;
		height: 45px;
	}

	.input_css7 {
		width: 23%;
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 20px;
		margin: 5px 0px;
		height: 45px;
		float: left;
		margin-right: 1%;
	}

	.ui-datepicker-trigger {
		width: 32px;
		height: 32px;
		float: left;
		border: 1px solid #f5f5f5;
		border-left: 0;
	}

	.datepicker {
		float: left;
		height: 32px;
		border: 1px solid #f5f5f5;
	}

	.box-file-input {
		width: 83%;
		display: inline-block;
		float: left;
	}

	.box-file-input label {
		display: inline-block;
		background: #0AB2A6;
		float: left;
		color: #fff;
		padding: 0px 10px;
		line-height: 35px;
		cursor: pointer;
	}

	.box-file-input label:after {
		content: "파일첨부";
	}

	.box-file-input .file-input {
		display: none;
		float: left;
	}

	.box-file-input .filename {
		display: inline-block;
		padding: 4px 150px 4px 10px;
		border: 1px solid #f5f5f5;
		float: left;
	}

	.box-file-input p {
		font-size: 0.8rem;
		margin: 30px 0px;
		clear: both;
		padding-top: 10px;
	}

	.plus_btn {
		width: 60px;
		height: 30px;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 5px;
		line-height: 30px;
		float: left;
		text-align: center;
		margin-left: 0.5%;
	}

	.delete_btn {
		width: 60px;
		height: 30px;
		background-color: #e9e9e9;
		color: black;
		border-radius: 5px;
		line-height: 30px;
		float: left;
		text-align: center;
	}

	.zipcode_btn {
		width: 100px;
		height: 40px;
		background-color: #0AB2A6;
		color: #fff;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		line-height: 40px;
		text-align: center;
		margin-left: 0.5%;
	}

	.terms_ok {
		width: 100%;
		padding: 90px 0px;
		border: 1px solid #f5f5f5;
		text-align: center;
	}

	.terms_ok p {
		margin: 20px 0px;
		font-size: 1.25rem;
		font-weight: bold;
	}

	.terms_ok p span {
		text-decoration: underline;
		color: #0AB2A6;
		font-size: 1.25rem;
	}

	.terms_ok>span {
		display: inline-block;
		text-align: center;
		width: 100%;
		font-size: 1rem;
	}

	.terms_ok button {
		width: 20%;
		padding: 15px 0px;
		color: #fff;
		background-color: #0AB2A6;
		border: none;
		margin-top: 30px;
	}

	.btn_box {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}

	.next_btn {
		background-color: #0AB2A6;
		color: #fff;
		padding: 0 15px;
		height: 30px;
		border: none;
		cursor: pointer;
		border-radius: 5px;
	}

	.prev_btn,
	.save_btn {
		background-color: #e9e9e9;
		color: black;
		padding: 0 15px;
		height: 30px;
		border: none;
		cursor: pointer;
		border-radius: 5px;
	}

	.attend2,
	.attend3,
	.attend4,
	.attend5,
	.attend6,
	.attend7,
	.attend8,
	.attend9 {
		display: none;
	}

	.prev_btn {
		float: left;
	}

	.qna_list {
		width: 100%;
	}

	.qna_list h3 {
		font-size: .8rem;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.qna_list h3 span {
		color: #0AB2A6;
		font-weight: bold;
	}

	.qna_write_btn {
		padding: 7px 2%;
		background-color: #0AB2A6;
		color: #fff;
		border-radius: 10px;
		float: right;
		display: inline;
		margin-top: 10px;
	}

	.qna_list ul {
		width: 100%;
		display: inline-block;
	}

	.q_list {
		width: 98%;
		padding: 10px 1%;
		border-bottom: 1px solid #f5f5f5;
		display: inline-block;
		font-weight: bold;
		position: relative;
		font-size: .8rem;
	}

	.q_list div {
		width: 20%;
		float: right;
	}

	.writer {
		padding: 0 1%;
		width: 47%;
		text-align: center;
		color: gray;
		float: left;
		
		font-size: .65rem;
	}

	.qna_date {
		padding: 0 1%;
		width: 47%;
		text-align: center;
		color: gray;
		float: left;
		
		font-size: .65rem;
	}

	.a_list {
		width: 98%;
		padding: 20px 1%;
		color: gray;
		font-size: .9rem;
		display: none;
		position: relative;
		border-bottom: 1px solid #f5f5f5;
	}

	.q_cate {
		padding: 1px 4px;
		border: 1px solid #0AB2A6;
		color: #0AB2A6;
		
		font-size: .75rem;
		margin: 0 .5%;
		border-radius: 5px;
	}

	.qna_write {
		width: 100%;
		padding: 20px 0px;
		border: 1px solid #f5f5f5;
		margin: 50px 0px;
	}

	.write_table {
		border-collapse: collapse;
		width: 80%;
		padding: 20px 10%;
		font-size: .8rem;
	}

	.write_table th {
		width: 26%;
		padding: 7px 1.5%;
		text-align: left;
	}

	.write_table td {
		width: 80%;
		text-align: left;
	}

	.write_table textarea {
		padding: 15px 1%;
		width: 98%;
		height: 120px;
		overflow-y: scroll;
		resize: none;
		border: 1px solid #f5f5f5;
	}

	.write_table select {
		width: 98%;
		height: 45px;
		border: 1px solid #f5f5f5;
		border-radius: 10px;
		text-indent: 20px;
	}

	#password_input {
		display: none;
	}

	.project_list7 {
		width: 2000px;
		display: inline-block;
	}

	.project_list7 a li {
		width: 190px !important;
		padding: 20px 1.5%;
		float: left;
		position: relative;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.project_list7 a li:nth-child(1) {
		padding-left: 0;
	}

	.project_list7 a li .list_img {
		width: 100%;
		border-radius: 10px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 1px solid #f5f5f5;
		margin-top: 0;
	}


}