/* html, body, input, textarea, select { font-family: 'Noto Sans KR', sans-serif;  } */

body {font-size:12px;  font-weight: 300; }
body, html {background:#fff; height:100%; font-weight: 300;}
select { font-weight: 300;}
input { color:#000; font-size:12px; outline-width:0; font-weight: 300;}
textarea { color:#000; font-size:12px; outline-width:0; font-weight: 300;}
#wrapper { position: relative;margin: 0;min-height: 100%; }
#wrapper .container {padding-bottom: 230px; padding-bottom: 0;}
.clearfix:after {display: block;visibility: hidden;height: 0;font-size: 0;clear: both; content: '';}
.displayNone { display: none; }

.inner {width: 1024px;margin: 0px auto; box-sizing: border-box; }
.inner:after {display: block;visibility: hidden;height: 0;font-size: 0;clear: both; content: '';}

.inner.w1200 {width: 1200px; }
.inner.w1087 {width: 1200px; width: 1087px; }


.vcenterbox {width: 100%;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%); left: 0; right:0; margin: auto;}

.p-vertical-5 {padding-top: 5px; padding-bottom: 5px;}
.p-vertical-10 {padding-top: 10px; padding-bottom: 10px;}
.p-horizontal-5 {padding-left: 5px; padding-right: 5px;}
.p-horizontal-10 {padding-left: 10px; padding-right: 10px;}
.p-horizontal-15 {padding-left: 15px; padding-right: 15px;}
.p-horizontal-20 {padding-left: 20px; padding-right: 20px;}
.pc-hidden { display: none !important; }
.ovhd { overflow: hidden; }
img { max-width: 100%; }


@media screen and (max-width:999px) {
	.inner {
		width: 100%;
		padding: 0px 15px;
	}
	#wrapper {
	    /* padding-bottom: 64px !important;  */
		/* 하단 고정 네비게이션 높이 */
	}
	#wrapper.no-fix-menu {
	    padding-bottom: 0px !important;  /* 하단 고정 네비게이션 높이 */
	}
	.mobile-hidden {
		display: none !important;
	}
	.m100 {
		width: 100% !important;
	}
	.pc-hidden { display: block !important; }

	#wrapper .container {
		/*padding-bottom: 191px;
		*/
	}
	#wrapper .container.mypage {
		padding-bottom: 0px;
	}

}
/******************************************************************* 헤더 시작 */

.layer.visual {
    background-image: url('/src/img/bg_layer01.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
	background-image: url('/src/img/bg_layer02.jpg'); background-size: 100% auto;
}
.layer.visual .inner {height: 250px; position: relative;}

.layer.visual .ment {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1.2;
	font-size: 25px; text-align: left; line-height: 1.8; color: #444; font-weight: 400;
}
.layer.visual .ment > .s {
	font-size: 34px;color: #333;font-weight: bold;
}


.displayNone {
	display: none;
}




 .container.push-top {
	 padding-top: 116px;
	 padding-top: 0px;
 }









.normal-title-head {
	color: #000;
	border-bottom: 1px solid #efefef;
	line-height: 1.8;
}
.normal-title-head .tit {
	font-size: 32px;
	letter-spacing: -2px;
	color: #000;
	display: inline-block;
	margin-right: 10px;
}
.normal-title-head .cat {
	color: #000;
	font-size: 18px;
}
.board-table-style1 {
	padding-top: 10px;
	width: 100%;
	border-collapse: collapse;
}
.board-table-style1 tr,
.board-table-style1 td {
	border-collapse: collapse;
}

.board-table-style1 thead {
}
.board-table-style1 thead tr {
	background: #343434;
}
.board-table-style1 thead th {
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 18px;
}
.board-table-style1 thead th:first-child {
	border-radius: 10px 0px 0px 10px !important;
}
.board-table-style1 thead th:last-child {
	border-radius: 0px 10px 10px 0px !important;
}

.board-table-style1 thead th a {
	color: #fff;
}
.board-table-style1 thead th img {
	margin-left: 5px;
	margin-bottom: 3px;
}
.board-table-style1 tbody tr {
	border-bottom: 1px solid #efefef;
}
.board-table-style1 tbody td {
	padding: 15px;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.board-table-style1 tbody td.tit {
	text-align: left;
}
.board-table-style1 tbody td .title {
	text-align: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	box-sizing: border-box;
	color: #000;
	vertical-align: bottom;
}
.board-table-style1 .date {
	color: #adadad;
}

.board-table-style1 .comment {
	position: relative;
	vertical-align: text-bottom;
}
.board-table-style1 .comment img {
	vertical-align: baseline;
}
.board-table-style1 .comment .txt {
	position: absolute;
	top: 0; bottom: 0;
	right: 0; left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
}

.c-paging-group {
	display: block;
	text-align: center;
	padding: 40px 0px 60px 0px;
	position: relative;
}
.c-paging-group .numb {
	font-size: 18px;
	display: inline-block;
	margin: 0px 10px;
	color: #8a8a8a;
}
.c-paging-group .numb:hover,
.c-paging-group .numb.selected {
	color: #f74653;
}
.c-paging-group .prev,
.c-paging-group .next {
	color: #c3c3c3;
}
.c-paging-group .right-btn {
	position: absolute;
	top: 25px; right: 0px;
}

table .tw100 {width: 100px;}
table .tw140 {width: 140px;}
table .tw100 {width: 100px;}

.comm-list-page {

}
.comm-list-page .c-paging-group {
	padding: 40px 0px 120px 0px;
}
.nable-intro-wrapper {
	padding: 70px 0px 0px 0px;
}

.n-title-head {
	color: #000;
	border-bottom: 1px solid #efefef;
	line-height: 1.8;
    padding-bottom: 10px;
}
.n-title-head .tit {
	font-size: 32px;
	letter-spacing: -2px;
	color: #000;
	display: block;
	margin-right: 10px;
}
.n-title-head .cat {
	color: #000;
	font-size: 14px;
}
.noteArea {
    padding: 50px 0px;
}

.toastui-editor-contents {
    font-size: 16px;
}
.n-bottom {
	text-align: center; padding: 50px 0px 200px 0;
}
.n-title-head .tit {
	line-height: 1.5;
}


.toastui-editor-contents p {
	font-size: 16px;
	margin: 0 !important;
}


.right-mobile-menu {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    line-height: 45px;
}
.right-mobile-menu > .pg {
    font-size: 14px;
    font-weight: 5000;
    font-weight: 500;
    letter-spacing: -1px;
}

@media screen and (min-width:1000px) {
	.pc-hidden {display: none;}
}

@media screen and (max-width:999px) {
	.m-hidden {display: none;}
	
	.layer.visual .inner {
        height: 230px;
    }
    .layer.visual .ment {font-weight: 400; font-size: 16px;padding: 0 15px;}
	.layer.visual .ment .s {font-size: 24px;}

    .layer.visual.v2 .inner {height: 150px;}

	.board-table-style1 {
		margin-top: 15px !important;
		box-sizing: border-box;
	}
	.board-table-style1 thead th:first-child {
		width: 40px;
	}
	.board-table-style1 thead th:nth-child(3) {
		border-radius: 0px 10px 10px 0px !important;
	}
	.board-table-style1 thead th {
		font-size: 14px; font-weight: 500;
		padding: 10px 0;
	}
	.board-table-style1 tbody td {
		font-size: 14px;
		position: relative;
		padding: 15px 0;
	}
	.board-table-style1 tbody td .title {
		white-space: normal;
		width: auto;
		overflow: visible;
		text-overflow: unset;
	}
	.c-paging-group .numb {
		font-size: 14px;
	}
	.comm-list-page {
		min-height: auto !important;
	}
	.nable-intro-wrapper {
		padding: 30px 0px 0px 0px;
	}
	.n-title-head .tit {font-size: 22px;}
    .n-title-head .cat {font-size: 16px;}
	.n-bottom {
		text-align: center; padding: 50px 0px 100px 0;
	}

	.toastui-editor-contents p {
		font-size: 14px;
	}
	.noteArea {
		padding: 25px 0px;
	}
	
	

	.dimmed {background:#000;opacity:0.7;position:fixed;z-index:3;top:0;left:0;display:none; width: 100% !important; height: 100% !important;}



}

.cutab {
   background-image: url(https://www.s-up.kr/mtheme_resources/img/bg_join.png);
   background-size: auto;
   height: 180px;
   box-sizing: border-box;
   color: #fff;
   padding: 10px 15px;
   background: #000;
   box-sizing: border-box;
}
.w_btn {
   display: inline-block;
   height: 38px;
   background-color: transparent;
   border: 1px solid #fff;
   box-shadow: inset 0 -2px rgb(0 0 0 / 29%);
   border-radius: 2px;
   text-align: center;
   font-weight: 300;
   font-size: 14px;
   cursor: pointer;
   line-height: 36px;
   padding: 0 24px 0;
   vertical-align: middle;
   color: #fff;
   box-sizing: border-box;
}
.m-left-menu .navi.sm > ul li {padding-top: 18px;}
.m-left-menu .r_bottom {
   overflow-y: scroll;
   height: 100%;
   height: calc(100% - 180px);
   padding-bottom: 100px;
   box-sizing: border-box;
}
.ltxt {
   position: relative;
   display: inline-block;
   z-index: 1;
}
.ltxt:after {
   position: absolute;
   z-index: -1;
   background: #ff5252;
   opacity: 1;
   margin: auto;
   content: " ";
   width: 5px;
   height: 5px;
   border-radius: 50%;
   top: 2px;
   right: -6px;
}

@media screen and (min-width:1000px) {
.mobile_m_dimmed, .m-left-menu {
   display: none !important;
}
}
@media screen and (max-width:999px) {
	.mypage-hidden.logo {
		display: none !important;
	}
}

/******************************************************************* 헤더 끝 */


/******************************************************************* 풋터 시작 */
.floatAuto {
    float: left;
}

/******************************************************************* 풋터 끝 */



/******************************************************************* 컨텐츠영역 시작 */
.container.push-top {
	padding-top: 0px;
}
.container_inner {
	position: relative;
}
@media screen and (max-width:999px) {
	.container.push-top {
		padding-top: 0px;
	}
}
/******************************************************************* 컨텐츠영역 끝 */






/******************************************************************* 시작 */

.list-layer-wrapper { padding: 50px 0px; }
.search-wrapper { text-align: center; }
.search-wrapper h1 { font-size: 34px; color: #000; margin-bottom: 25px; }
.search-wrapper .mt { display: inline-block; margin: 0px 30px; font-size: 16px; font-wieght: 500; color: #000; }

.select-div { display: inline-block; background: #e0e0e0; border-radius: 22px; height: 45px; position: relative; width: 140px; box-sizing: border-box; padding-right: 20px; }
.select-div .ico { position: absolute; right: 15px; }
.select-div .ico img { width: 12px; }
.select-div .ico.up { top: 6px; }
.select-div .ico.down { bottom: 7px; }
.select-div .nm { font-size: 16px; font-weight: 600; color: #000; display: inline-block; line-height: 45px; padding: 0px 20px; }

.select-div ul {
	position: absolute;
    top: 40px;
    left: 0;
    padding: 5px;
    border-radius: 2px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
    border: 1px solid #cecece;
    max-height: 130px;
    overflow-y: auto;
	display: none;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border-radius: 5px;
}
.select-div ul li {
	padding: 6px 10px;
}
.select-div ul li a {
	display: block;
    font-size: 15px;
    color: #483f4f;
    font-weight: 300;
    cursor: pointer;
}


/* .select_box {
	position: relative;
    height: 54px;
    text-align: left;
    display: inline-block;
}
.select_box > div {
	font-size: 18px;
    height: 54px;
    padding: 0 12px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    background: url('../img/ico-select-down.png') no-repeat right 15px center;
    line-height: 54px;
    color: #000;
    cursor: pointer;
}
.select_box > div.up {
	background: url('../img/ico-select-up.png') no-repeat right 15px center;
} */











.ment-layer {
	padding: 70px 0px 50px 0px;
}
.ment-layer .never-ment {
	text-align: left;
	font-size: 46px; font-weight: bold; line-height: 1.1;
	color: #000;
    display: inline-block;
    padding: 12px 15px;
    border: 2px solid #367c2b;
    border-color: #000;
    letter-spacing: -2px;
}
.ment-layer .ment {
	font-size: 24px;
	line-height: 1.7;
	color: #444;
	font-weight: 500;
	padding: 20px 0px 0px 15px;
}

.green-layer {
	background: #367c2b;
    background: #000;
}
.green-layer .inner { position: relative; }

.green-layer .quate { position: absolute; top: -20px; left: 0px; width: 100px; }
.green-layer p { font-size: 18px; color: #fff; padding: 65px 0px 75px 130px; }

@media screen and (max-width:999px) {
	.ment-layer .never-ment {
		text-align: center;
		color: #000;
		display: inline-block;
		padding: 12px 15px;
		border-color: #000;
		letter-spacing: -2px;

		font-size: 32px;

	}
	.ment-layer {
	    padding: 100px 0px 100px 0px;
		text-align: center;
	}
	.ment-layer .ment {
		font-size: 16px;
		text-align: center;
		padding: 10px 0px 0px 0px;
	}

	.green-layer p { font-size: 14px; color: #fff; padding: 50px 10px 50px 10px; }
}

.carlist-wrapper {
	padding: 60px 0px;
}
.carlist-wrapper .carline {
	float: left;
	width: 33.3%;
}

.carbox {
	display: inline-block;
	position: relative;

	width: 320px;

	border-radius: 28px;
	overflow: hidden;

	background: #fff;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

    margin-bottom: 35px;
}
.carbox .score-cover {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 1;
}
.carbox .score-cover .score {
	width: 70px;
}
.carbox .score-cover > div { position: relative; }
.carbox .score-cover .numb {
	position: absolute; left: 0; right: 0; margin: auto;
	bottom: 20px; text-align: center; font-size: 36px; color: #fff;
	font-weight: 600;
}
.carbox .green-top {
	text-align: right;
	font-size: 14px;
	color: #000; font-weight: 500;
	padding: 10px 20px;
	background: #367c2b;
}
.carbox .green-top .ico-location { width: 12px; margin-right: 3px; }


.carbox .preview-img {
	text-align: center;
}

.carbox .p-l-20 { padding: 0px 20px; }
.carbox .previe-img {
	text-align: center;
	padding-top: 20px;
}
.carbox .progress-ind {
	margin: 0px 10px;
	padding-bottom: 10px;
}
.carbox .progress-ind .bar {
	background: #e0e0e0;
	border-radius: 8px;
	height: 15px;
	overflow: hidden;
}
.carbox .progress-ind .bar .in {
	height: 100%;
	background: #367c2b;
	width: 10%;
}
.carbox .progress-ind .indicator {
	overflow: hidden;
	margin-top: 6px;
	position: relative;
}
.carbox .progress-ind .indicator > span { display: inline-block; color: #929292;  }
.carbox .progress-ind .indicator .left { float: left; }
.carbox .progress-ind .indicator .center { position: absolute; left:0; right:0; margin: auto; text-align: center; }
.carbox .progress-ind .indicator .right { float: right; }

.carbox .details { padding: 30px 0px 30px 0px; }
.carbox .mdnm {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #000;
}
.carbox .mdcat {
	text-align: center;
	color: #000;
}


.carbox .mdcat img { width: 24px; }

.carbox .nm3 { overflow: hidden; margin-top: 20px; }
.carbox .nm3 .item { float: left; text-align: center; width: 33.3%; box-sizing: border-box; min-height: 50px; }
.carbox .nm3 .item:nth-child(2) { border-left: 1px solid #367c2b; border-right: 1px solid #367c2b; }
.carbox .nm3 .item .amt { font-size: 20px; color: #000; font-weight: 600; }
.carbox .nm3 .item .sub { font-size: 11px; font-weight: 600; }
.c-green { color: #367c2b !important; }
.c-black { color: #000; }
.carbox .example { color: #5c5c5c; text-align: center; padding-top: 15px; }
.carbox .btn-group {
	position: relative;
	padding-left: 20%;
	margin-top: 25px;
}
.carbox .btn-group .joinbtn {
	color: #000;
	background: #367c2b;
	border-radius: 25px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 600;
	transform-style: preserve-3d;
	transition: 0.3s;
	cursor: pointer;
}
.carbox .btn-group .joinbtn:hover {
	background: #000;
	color: #fff;
}
.carbox .btn-group .share {

}
.carbox .btn-group .share img {
	width: 25px;
	position: absolute;
	top: 0; bottom: 0; margin: auto;
	left: 0px;
}

.carbox .details:hover { background: #000 }
.carbox .details:hover .mdnm { color: #fff; }
.carbox .details:hover .mdcat { color: #fff; }
.carbox .details:hover .nm3 .item .amt {color: #fff;}
.carbox .details:hover .joinbtn:hover { background: #fff; color: #000; }

.carbox .details.black { background: #000; }
.carbox .details.black .mdnm { color: #fff; }
.carbox .details.black .mdcat { color: #fff; }
.carbox .details.black .nm3 .item .amt {color: #fff;}
.carbox .details.black .joinbtn:hover { background: #fff; color: #000; }

.moreline {
	text-align: center;
}
.bcirclebtn {
	background: #000;
	border-radius: 50%;
	display: inline-block;
	width: 65px; height: 65px;
	position: relative; text-align: center;

	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

}
.bcirclebtn span {
	left: 0;
    right: 0;
    margin: auto;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}

.carbox .preview-img img {
	max-width: 68% !important;
	padding: 30px 0px;
}
.search-wrapper .more {
	font-size: 18px; padding-bottom: 15px;
}
.visualCard {
	padding: 60px 0px 80px 0px; text-align: center;
}
.visualCard > img {
	max-width: 650px;
}
.pageTitle {
	margin: 100px 0px 50px 0px; font-size: 18px;
}

@media screen and (max-width:999px) {

	.pageTitle {
		margin: 50px 0px 30px 0px;
		font-size: 16px; font-weight: bold;
	}

	.carbox .preview-img img {
		max-width: 100% !important;
	}
	.carbox .preview-img {
		padding-left: 10px;
	}


	.search-wrapper h1 {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	.search-wrapper .more {
		font-size: 14px;
		line-height: 1.7; padding: 0px 10px 15px 10px;
	}

	.visualCard {
		padding: 30px 0px 40px 0px; text-align: center;
	}
	.visualCard > img {
		max-width: 90%;
	}

	.select-div {
	    display: inline-block;
	    background: #e0e0e0;
	    border-radius: 16px;
	    height: 35px;
	    position: relative;
	    width: 90px;
	    box-sizing: border-box;
	    padding-right: 15px;
	}
	.select-div .nm {
	    font-size: 12px;
	    font-weight: 600;
	    color: #000;
	    display: inline-block;
	    line-height: 35px;
	    padding: 0px 5px;
	}
	.select-div .ico {
	    right: 10px;
	}
	.select-div .ico.up {
	    top: 2px;
	}
	.select-div .ico.down {
	    bottom: 7px;
	}
	.search-wrapper .mt {
	    margin: 0px 5px;
	}
	.carlist-wrapper .carline {
	    float: none;
	    width: auto;
	    padding-top: 0px !important;
	}
	.carbox {
	    display: block;
	    width: auto;
	    border-radius: 20px;
	    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    -webkit-transition: all .2s linear;
	    transition: all .2s linear;
	    margin-bottom: 35px;
	}
	.carlist-wrapper {
	    padding: 60px 10px;
	}

	.carlist-wrapper .details {
		float: right;
	}

	.carlist-wrapper .m-clear { overflow: hidden; }
	.carlist-wrapper .m-left {float: left; width: 40%; position: relative;}
	.carlist-wrapper .m-right {float: right; width: 60%;}
	.carbox .preview-img {
		position: relative;
		height: 245px;
	}
	.carbox .preview-img img {
		vertical-align: middle;
		margin: auto; left: 0; right: 0;
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	}
	.carbox .mdcat img { width: 20px; }
	.carbox .mdnm {
	    font-size: 18px;
	    padding: 0px 15px;
	}
	.carbox .mdcat { text-align: left; padding: 0px 15px;  }
/* 	.carbox .progress-ind { padding: 0px 15px; }   */
	.carbox .details {
		padding: 30px 0px 30px 0px;
	    display: block;
	    width: 100%;
	    box-sizing: border-box;
	}
	.carbox .nm3 {
		margin-top: 10px;
	}


	.carbox .score-cover .score {
	    width: 60px;
	}
	.carbox .score-cover .numb {
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
	    bottom: 20px;
	    text-align: center;
	    font-size: 30px;
	    color: #fff;
	    font-weight: 600;
	}
	.carbox .p-l-20 {
		padding: 0px 10px;
	}
	.carbox .mdnm {
		letter-spacing: -1px;
		text-align: left;
	}
	.carbox .nm3 .item .sub {
	    font-size: 9px;
	}
	.carbox .nm3 .item .amt {
	    font-size: 16px;
	    color: #000;
	    font-weight: 600;
	}
	.carbox .progress-ind .indicator .center {
		position: static;
		float: right;
		margin-right: 5px;
	}
	.carbox .example { display: none; }
	.carbox .btn-group {
		display: none;
	}
}

@media screen and (max-width:768px) {

	.carbox .preview-img {
		position: relative;
		height: 220px;
	}

}


.carview_wrapper {
	color: #000;
	padding: 100px 0px 50px 0px;
}
.carview_wrapper .imgviewer {
	float: left; width: 50%;
	text-align: center;
}
.carview_wrapper .imgviewer .in {
	padding: 100px 20px 0px 20px;
}
.carview_wrapper .contents {
	float: right; width: 45%;
}
.carview_wrapper .contents .carnameline {
	position: relative;
	padding-right: 100px;
	min-height: 150px;
}
.carview_wrapper .contents .carnameline h1 {
	font-size: 38px; font-weight: 600; padding-top: 18px;
}
.carview_wrapper .contents .carnameline p {
	font-size: 22px; font-weight: 500;
}
.carview_wrapper .contents .carnameline .score-cover {
	position: absolute;
	top: 0px;
	right: 0px;
}
.carview_wrapper .contents .carnameline .score-cover .score {
/* 						width: 70px; */
}
.carview_wrapper .contents .carnameline .score-cover > div { position: relative; }
.carview_wrapper .contents .carnameline .score-cover .numb {
	position: absolute; left: 0; right: 0; margin: auto;
	bottom: 30px; text-align: center; font-size: 44px; color: #fff;
	font-weight: 600;
}

.carview_wrapper .contents .progress-ind {
	padding-top: 50px;
	padding-bottom: 30px;
}
.carview_wrapper .contents .progress-ind .bar {
	background: #e0e0e0;
	border-radius: 8px;
	height: 15px;
	overflow: hidden;
}
.carview_wrapper .contents .progress-ind .bar .in {
	height: 100%;
	background: #367c2b;
	width: 10%;
}
.carview_wrapper .contents .progress-ind .indicator {
	overflow: hidden;
	margin-bottom: 6px;
	position: relative;
}
.carview_wrapper .contents .progress-ind .indicator > span { display: inline-block; color: #367c2b; font-size: 18px; font-weight: 600;  }
.carview_wrapper .contents .progress-ind .indicator .left { float: left; }
.carview_wrapper .contents .progress-ind .indicator .center { position: absolute; left:0; right:0; margin: auto; text-align: center; }
.carview_wrapper .contents .progress-ind .indicator .right { float: right; }

.carview_wrapper .note {
	font-size: 16px;
	color: #bebebe;
	padding-top: 20px;
}

.carview_wrapper .btn-group {
	position: relative;
	margin-top: 25px;
}
.carview_wrapper .btn-group .joinbtn {
	color: #fff;
	background: #367c2b;
	border-radius: 35px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	display: block;
	font-size: 22px;
	font-weight: 600;
	box-sizing: border-box;
	width: 60%;
	float: left;
}
.carview_wrapper .share {
	float: left; width: 40%;
	text-align: right;
}
.carview_wrapper .share a {
	margin-left: 10px;
}
.carview_wrapper .share img {
	height: 75px;
}

.detailsbox {
	position: relative;

	border-radius: 28px;
	overflow: hidden;

	background: #fff;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

    margin-bottom: 35px;
}
.detailsbox .black-top {
	text-align: left;
	font-size: 16px;
	color: #367c2b;
	font-weight: 500;
	padding: 10px 60px;
	background: #000;
}
.detailsbox .black-top .ico-location { width: 12px; margin-right: 3px; }
.detailsbox .black-top .expire-date {
	color: #cf675c; float: right;
}
.detailsbox .figureline {
	background: #367c2b;
	padding: 70px 25px;
}
.detailsbox .figureline .item { float: left; text-align: center; width: 16.6%; box-sizing: border-box; min-height: 50px; border-right: 2px solid #000; }
.detailsbox .figureline .item:last-child { border-right: 0x; }
.detailsbox .figureline .item .amt { font-size: 32px; color: #fff; font-weight: 600; margin-top: 15px; line-height: 1.1; height: 56px; position: relative; }
.detailsbox .figureline .item .sub { font-size: 22px; font-weight: 600; color: #000; line-height: 1.1; height: 48px; position: relative; }
.detailsbox .figureline .item .vc {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.detailsbox .desc-wrapper {
	padding: 35px 45px;
}
.detailsbox .desc-wrapper.bd {
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
}
.detailsbox .desc-wrapper .title {
	color: #367c2b;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}
.detailsbox .desc-wrapper .desc {
	font-size: 16px;
	color: #000;
}
.detailsbox .desc-wrapper li {
	display: block;
	font-size: 16px;
	color: #000;
	position: relative;
	padding-left: 20px;
}
.detailsbox .desc-wrapper li .dat { position: absolute; left: 0px;  }
.detailsbox .desc-wrapper .emp {
	background: #9abd95;
}


.update-title {
	font-size: 36px; font-weight: 600; text-align: center; color: #000;
	padding: 70px 0px 100px 0px;
}
.update-title > p {
	text-align: center; font-size: 16px; font-weight: normal; margin-top: 30px;
}
.upload-layer {
	background: #e0dfdf;
	padding: 15px 0px 35px 0px;
}
.upload-layer .inner {
	position: relative;
	padding-left: 700px;
}
.fbox {
	display: block;
	width: 300px;
}
.fbox li {
	display: block;
	padding: 10px 0px;
}
.fbox li .nm {
	float: left;
	width: 150px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
}
.fbox li input {
	float: left;
	width: 140px;
	border-radius: 15px;
	font-size: 16px;
	border: 0px;
	height: 35px;
	padding-left: 10px;
	font-weight: 600;
}
.fbox li input::placeholder {
	font-size: 16px;  font-weight: 600;
}

.upload-imgbox {
	position: absolute;
	top: -100px; left: 0px;

}
.uptit { font-size: 22px; font-weight: 600; color: #000; margin-bottom: 10px; padding-left: 45px; }
.card_cover {
	width: 580px;
	height: 370px;

}
.card_cover .card {
	width: 100%; height: 100%; background: #000;
	border-radius: 25px;
	text-align: center; position: relative;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
}
.card_cover .tab {
	position: absolute;
	right: -45px;
	top: 45px;
	width: 45px;
	height: 100px;
	color: #fff; font-size: 16px; font-weight: 600;
	text-align: center;
	line-height: 100px;
	border-radius: 0px 20px 20px 0px;
	background: #000;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    z-index: 3;
}
.card_cover .tab.green {
	top: 115px;
	background: #367c2b;
	z-index: 2;
}
.card_cover .tab.gray {
	top: 185px;
	background: #e0dfdf; color: #000;
	z-index: 1;
}
.card_cover .card .car {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}
.card_cover .btns {
	position: absolute;
	bottom: -25px;
	height: 55px;
	width: 80%;
	left: 0; right: 0; margin: auto;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    border-radius: 27px;
}
.card_cover .btns .choose {
	width: 35%; float: left;
	background: #fff; height: 100%; line-height: 55px;
	font-weight: 600; font-size: 18px;
}
.card_cover .btns .nofile {
	width: 65%; float: left;
	background: #367c2b; color: #fff; height: 100%; line-height: 55px;
	font-size: 14px; font-weight: 500;
}

.emptybox {
	display: block;
	border-radius: 25px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 20px;
}
.emptybox textarea {
	width: 100%; border: 0px; font-size: 16px;
}
.emptybox textarea::placeholder {font-size: 16px;}

.emptybox.green {
	background: #367c2b;
}
.fbox2 {
	display: block;
	padding: 20px 20px;
}
.fbox2 li {
	display: block;
	padding: 15px 0px;
	position: relative;
}
.fbox2 li .nm {
	float: left; width: 60%;
}
.fbox2 li .nm .numb {
	display: inline-block;
	width: 50px; height: 50px; line-height: 50px;
	background: #000;
	color: #367c2b;
	border-radius: 50%;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	margin-right: 15px;
}
.fbox2 li .nm .name {
	line-height: 50px; display: inline-block; color: #000;
	font-size: 22px; font-size: 20px; font-weight: bold;
}
.fbox2 li .contents {
	float: left; width: 40%;
}
.fbox2 li .mt {
	font-weight: 600;
	font-size: 16px; color: #000;
	float: left;
				line-height: 50px;
}
.input-cover {
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	height: 50px;
	overflow: hidden;
}
.input-cover .unit { font-size: 16px; font-weight: bold; color: #367c2b;
position: absolute; top: 0; bottom: 0; left: 20px; margin: auto; line-height: 50px;}
.input-cover input { border: 0px; height: 100%; width: 100%; padding-left: 35px; font-size: 16px; box-sizing: border-box;}
.input-cover input::placeholder {font-size: 16px;}

.bubble {
	position: absolute;
	background: #000;
	padding: 15px 35px;
	border-radius: 30px;
	width: 58%;
	height: 60px;
	right: 0px;
	bottom: -90px;
	color: #fff;
	font-size: 12px;
}
.bubble > div { position: relative; }
.bubble .rect { position: absolute; top: -30px; left: 0px; }
.bubble .txt { position: relative; z-index: 3; }

.update_bottom_gird {
	padding: 50px 0px
}
.update_bottom_gird .leftbox {
	float: left; width: 56%;
}
.update_bottom_gird .rightbox {
	float: right; width: 40%;
}


@media screen and (max-width:999px) {

	.carview_wrapper .imgviewer {
	    float: none;
	    width: auto;
    	padding-bottom: 100px;
    	background: #e0dfdf;
	}
	.carview_wrapper .contents {
    	float: none;
    	width: auto;
    	padding: 0px 10px;
	}
	.carview_wrapper {
	    color: #000;
	    padding: 10px 0px 50px 0px;
	}
	.carview_wrapper .imgviewer .in {
	    padding: 20px 20px 0px 20px;
	}
	.carview_wrapper .contents .carnameline {
	    position: relative;
	    padding-right: 0px;
	    padding-left: 0px;
	    min-height: auto;
	    text-align: center;
	}
	.carview_wrapper .contents .carnameline h1 {
	    font-size: 30px;
	    font-weight: 600;
	    padding-top: 12px;
	}
	.carview_wrapper .contents .carnameline p {
	    font-size: 16px;
	}
	.carview_wrapper .contents .carnameline p img {
		width: 24px; margin-right: 2px;
	}



	.mobile_carcard {
		position: relative;
	    border-radius: 28px;
	    background: #fff;
	    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    -webkit-transition: all .2s linear;
	    transition: all .2s linear;
	}
	.mobile_carcard .score-cover {
		position: absolute;
		right: 10px;
		top: 0px;
	}
	.mobile_carcard .score-cover > div {
		position: relative;
	}
	.mobile_carcard .score-cover .score {
		width: 65px;
	}
	.mobile_carcard .score-cover .numb {
		font-size: 30px;
		bottom: 23px;
		position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
	    color: #fff;
	}
	.mobile_carcard  .progress-ind {
		padding: 25px 20px 50px 20px;
	}
	.mobile_carcard  .progress-ind .bar {
		background: #e0e0e0;
		border-radius: 8px;
		height: 15px;
		overflow: hidden;
	}
	.mobile_carcard  .progress-ind .bar .in {
		height: 100%;
		background: #367c2b;
		width: 10%;
	}
	.mobile_carcard  .progress-ind .indicator {
		overflow: hidden;
		margin-bottom: 6px;
		position: relative;
	}
	.mobile_carcard  .progress-ind .indicator > span { display: inline-block; color: #367c2b; font-size: 14px; font-weight: 600;  }
	.mobile_carcard  .progress-ind .indicator .left { float: left; }
	.mobile_carcard  .progress-ind .indicator .center { position: absolute; left:0; right:0; margin: auto; text-align: center; }
	.mobile_carcard  .progress-ind .indicator .right { float: right; }

	.carview_wrapper .contents .progress-ind .indicator > span {
	    font-size: 14px;
	}


	.carview_wrapper .btn-group .joinbtn {
	    color: #fff;
	    background: #367c2b;
	    border-radius: 35px;
	    height: 60px;
	    line-height: 60px;
	    text-align: center;
	    display: block;
	    font-size: 16px;
	    font-weight: 600;
	    box-sizing: border-box;
	    width: 60%;
	    float: none;
	    margin: 0px auto;
	    position: relative;
	    top: 25px;
	}

	.carview_wrapper .share {
	    float: none;
	    width: auto;
	    text-align: center;
	    margin-top: 25px;
	    margin-bottom: 35px;
	}
	.carview_wrapper .share img {
	    height: 50px;
	}

	.carview_wrapper .btn-group {
	    position: relative;
	    margin-top: 0px;
	}
	.carview_wrapper .note {
	    font-size: 14px;
	    padding-top: 45px;
	    color: #a1a0a0;
	}

	.m-r-t {
		position: relative;
		top: -130px;
		margin-bottom: -100px;
	}

	.detailsbox .mnote {
		background: #367c2b;
		padding: 100px 10px 45px 10px;
		text-align: center;
	}
	.detailsbox .mnote p {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}

	.detailsbox {
		margin: 0px 10px;
	}
	.detailsbox .figureline {
	    background: #367c2b;
	    padding: 40px 15px;
	}
	.detailsbox .figureline .item {
	    float: left;
	    text-align: center;
	    width: 33.3%;
	    box-sizing: border-box;
	    min-height: 50px;
/* 	    border-right: 0px !important; */
/* 	    margin-bottom: 15px; */
		padding-bottom: 15px;
	}
	.detailsbox .figureline .item:nth-child(3) {
		border-right: 0px !important;
	}

	.detailsbox .figureline .item:nth-child(4),
	.detailsbox .figureline .item:nth-child(5),
	.detailsbox .figureline .item:nth-child(6) {
		border-top: 2px solid #000;
		padding-top: 15px;
	}
	.detailsbox .figureline .item:nth-child(4) .sub,
	.detailsbox .figureline .item:nth-child(5) .sub,
	.detailsbox .figureline .item:nth-child(6) .sub {
/* 		height: 45px; */
	}

	.detailsbox .figureline .item .sub {
	    font-size: 17px;
	    letter-spacing: -1px;
	    font-weight: 600;
	    color: #000;
	    line-height: 1.1;
	    height: 35px;
	    position: relative;
	}
	.detailsbox .figureline .item .amt {
	    font-size: 28px;
	    color: #fff;
	    font-weight: 600;
	    margin-top: 5px;
	    line-height: 1.1;
	    height: 46px;
	    position: relative;
	}
	.detailsbox .figureline .item .vc {
		font-size: 17px;
	}
	.detailsbox .figureline .bubble {

		bottom: -110px !important;
		padding: 15px 15px;
	}

	.detailsbox .desc-wrapper {
	    padding: 25px 25px;
	}

	.upload-imgbox {
	    position: relative;
	    top: -100px;
	    left: 0px;
	}
	.upload-layer .inner {
	    position: relative;
	    padding-left: 0px;
	    padding: 0px 20px;
	}
	.card_cover {
	    width: 580px;
	    height: 370px;
	    margin: 0px auto;
	    padding-right: 45px;
	}
	.fbox {
	    display: block;
	    width: 300px;
	    max-width: 100%;
	    margin: 0px auto;
	}
	.update-title {
	    font-size: 24px;
	    font-weight: 600;
	    letter-spacing: -1px;
	    text-align: center;
	    color: #000;
	    padding: 60px 0px 130px 0px;
	}
	.update-title.nop {
		padding: 50px 0px 50px 0px;
	}
	.update-title > p {
		text-align: center; font-size: 14px; font-weight: normal; margin-top: 30px;
		line-height: 1.7; color: #444;
	}

	.update_bottom_gird {
		padding: 50px 0px
	}
	.update_bottom_gird .leftbox {
		float: none; width: auto;
	}
	.update_bottom_gird .rightbox {
		float: none; width: auto;
		margin-top: 25px;
	}
}

@media screen and (max-width:768px) {

	.detailsbox .black-top {
	    text-align: left;
	    font-size: 14px;
	    padding: 10px 25px;
	    background: #000;
	}
	.card_cover {
	    width: 85%;
	    height: 300px;
	    margin: 0px auto;
	}

	.carbox .example {
	    display: none;
	}
	.carbox .btn-group {
		display: none;
	}

}
@media screen and (max-width:550px) {

	.detailsbox .black-top {
	    text-align: left;
	    font-size: 14px;
	    padding: 10px 25px;
	    background: #000;
	    text-align: right;
	}
	.detailsbox .black-top .expire-date {
	    color: #cf675c;
	    float: none;
		display: block;
		text-align: center;
	}

	.detailsbox .desc-wrapper {
	    padding: 20px 20px;
	}
	.detailsbox .desc-wrapper .title {
	    color: #367c2b;
	    font-size: 22px;
	    letter-spacing: -1px;
	    font-weight: 600;
	    margin-bottom: 15px;
	}
	.detailsbox .desc-wrapper li {
	    display: block;
	    font-size: 14px;
	    color: #000;
	    position: relative;
	    padding-left: 15px;
	}
	.detailsbox .desc-wrapper .desc {
	    font-size: 14px;
	    color: #000;
	}

	.card_cover {
	    width: 90%;
	    height: 250px;
	    margin: 0px auto;
	    padding-right: 30px;
	}
	.card_cover .tab {
	    position: absolute;
	    right: -30px;
	    top: 30px;
	    width: 30px;
	    height: 60px;
	    color: #fff;
	    font-size: 16px;
	    font-weight: 600;
	    text-align: center;
	    line-height: 60px;
	    border-radius: 0px 20px 20px 0px;
	}
	.card_cover .tab.green {
	    top: 75px;
	}
	.card_cover .tab.gray {
	    top: 125px;
	    background: #e0dfdf;
	    color: #000;
	    z-index: 1;
	}
	.card_cover .btns {
	    position: absolute;
	    bottom: -25px;
	    height: 40px;
	    width: 80%;
	    left: 0;
	    right: 0;
	    margin: auto;
	    overflow: hidden;
	    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    border-radius: 18px;
	}
	.card_cover .btns .choose {
	    line-height: 40px;
	    font-size: 14px;
	    width: 40%;
	}
	.card_cover .btns .nofile {
	    width: 60%;
	    font-size: 12px;
	}
	.fbox {
		position: relative;
    	top: -35px;
	}
	.fbox li .nm {
	    float: left;
	    width: 120px;
	    color: #000;
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 35px;
	}
	.fbox li input {
		float: right;
	}

	.fbox2 li .nm .numb {
	    display: inline-block;
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    background: #000;
	    color: #367c2b;
	    border-radius: 50%;
	    font-size: 22px;
	    font-weight: bold;
	    text-align: center;
	    box-sizing: border-box;
	    margin-right: 5px;
	}
	.fbox2 li .nm .name {
	    line-height: 20px;
	    display: inline-block;
	    color: #000;
	    letter-spacing: -1px;
	    font-size: 14px;
	    font-weight: bold;
	    vertical-align: super;
	}
	.fbox2 li .mt {
	    font-weight: 600;
	    font-size: 13px;
	    color: #000;
	    float: left;
	    line-height: 35px;
	}
	.input-cover {
	    position: relative;
	    display: inline-block;
	    width: 100%;
	    box-sizing: border-box;
	    border-radius: 20px;
	    background: #fff;
	    height: 35px;
	    overflow: hidden;
	}
	.emptybox {
	    display: block;
	    border-radius: 25px;
	    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	    box-sizing: border-box;
	    padding: 10px;
	}
	.fbox2 li .nm {
	    float: left;
	    width: 60%;
	}
	.fbox2 li .contents {
	    float: left;
	    width: 40%;
	}
	.input-cover input {
	    border: 0px;
	    height: 100%;
	    width: 100%;
	    padding-left: 15px !important;
	    font-size: 14px;
	    box-sizing: border-box;
	}
	.input-cover input::placeholder { font-size: 14px; }
	.input-cover .unit {
	    font-size: 14px;
	    font-weight: bold;
	    color: #367c2b;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 5px;
	    margin: auto;
	    line-height: 35px;
	}
	.input-cover .unit.loc { left: 10px; line-height: 32px; }
	.input-cover .unit.loc img {height: 15px !important;}
	.input-cover.sm {
		margin-right: 2px !important;
	}
	.input-cover input.sm {
		padding-left: 5px !important;
	}
	.input-cover input.loc {
		padding-left: 25px !important;
	}
	.emptybox .bubble {
	    position: absolute;
	    background: #111;
	    padding: 15px 15px 10px 15px;
	    border-radius: 30px;
	    width: 90%;
	    height: 60px;
	    right: 0px;
	    bottom: -90px;
	    color: #fff;
	    font-size: 12px;
	}
	.fbox2 {
	    display: block;
	    padding: 20px 5px;
	}
	.update_bottom_gird .leftbox {
	    position: relative;
	    top: -120px;
	}
	.upload-layer {
	    background: #e0dfdf;
	    padding: 15px 0px 80px 0px;
	}
	.uptit {
	    font-size: 22px;
	    font-weight: 600;
	    color: #000;
	    margin-bottom: 10px;
	    padding-left: 30px;
	}
	.update_bottom_gird .rightbox {
	    margin-top: -70px;
	}


}




.gray-layer {
	background: #e0dfdf;
	padding: 50px 0px 100px 0px;
	margin-bottom: 300px;
}
.gray-layer .inner {
	padding: 0px 30px;
}
.w_left, .w_right { width: 50%; box-sizing:border-box; position: relative; }
.w_left { float: left; }
.w_right { float: right;}
.tcenter { text-align: center; }
.tright { text-align: right; }

.gray-layer .sclink {
	display: inline-block;
	width: 200px;
	text-align: center;
}
.gray-layer .sclink img {
    width: 80%;
}
.gray-layer .sclink .mt {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.gray-layer .frow {
	margin-bottom: 15px;
}
.gray-layer .frow .fname {
	font-size: 22px;
	font-weight: bold;
	color: #367c2b;
	padding-left: 15px;
	margin-bottom: 5px;
}
.gray-layer .finput {
	border: 0px;
    width: 100%;
    padding-left: 35px;
    font-size: 16px;
    box-sizing: border-box;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 30px;
    height: 45px;
}
.gray-layer .finput::placeholder {
	font-size: 16px;
}
.gray-layer .trow2 {
	padding-right: 15px;
}
.gray-layer .forget_txt {
	font-size: 16px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.gray-layer .normem {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
.gray-layer .normem > a {color: #367c2b;}
.gray-layer .bcirclebtn { position: absolute; bottom: -150px; left: 0; right: 0; margin: auto; }


.noti {
	text-align: left;
	padding: 50px 0px;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.noti .emp { font-weight: bold; color: red; }
.noti h1 { color: #000; font-size: 28px; line-height: 2.0; font-weight: normal; margin-bottom: 10px; }
.noti h2 { color: #000; font-size: 20px; line-height: 2.0; }

.search-layer {
	background: #e0dfdf;
	padding: 50px 0px;
	text-align: center;
}
.search-layer .inner {
	padding: 0px 30px;
}
.searchbar {
	display: inline-block;
	position: relative;
	height: 55px;
	width: 400px;
}
.searchbar input {
	border: 0px;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    padding-right: 100px;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 30px;
}
.searchbar input::placeholder {
	font-size: 16px;
    font-weight: bold;
    color: #9c9c9c;
}
.searchbar .btn {
	position: absolute;
	right: 5px;
	top: 0; bottom: 0; margin: auto;
	height: 45px;
}
.searchbar .btn img { height: 100%; }

@media screen and (max-width:999px) {


	.searchbar {
		display: inline-block;
		position: relative;
		height: 55px;
		width: 90%;
		max-width: 350px;
	}
	.searchbar input {
	    padding-left: 25px;
	    padding-right: 50px;
	    font-size: 14px;
	}
	.searchbar input::placeholder {
		font-size: 14px;
	}
	.noti {
		text-align: left;
		padding: 50px 10px;
		font-size: 13px;
		line-height: 1.7;
		color: #000;
	}
	.noti .emp { font-weight: bold; color: #2f792c; }
	.noti h1 { color: #000; font-size: 18px; line-height: 1.7; font-weight: normal; margin-bottom: 40px; text-align: center;}
	.noti h2 { color: #000; font-size: 16px; line-height: 1.2; margin-bottom: 0px; }




	.gray-layer {
		background: #e0dfdf;
		padding: 50px 0px 50px 0px;
		margin-bottom: 0px;
	}
	.gray-layer .inner {
		padding: 0px 30px;
	}
	.w_left, .w_right { width: auto; box-sizing:border-box; position: relative; }
	.w_left { float: none; text-align: center; margin-top: 50px; }
	.w_right { float: none;}

	.w_left .fname { padding-left: 0px !important; }

	.gray-layer .sclink {
		display: inline-block;
		width: 150px;
		max-width: 50%;
		text-align: center;
	}
	.gray-layer .sclink img { width: 70%;  }


	.gray-layer .normem > a {color: #367c2b;}
	.gray-layer .bcirclebtn { position: relative; display: inline-block; bottom: 0px; }
	.mtcenter { text-align: center; margin-top: 30px;}
/* 	.gray-layer .bcirclebtn span { position: static; } */


}

/******************************************************************* 끝 */



.background_black_cover {position: fixed;width: 100%; height: 100%;background: rgba(0,0,0,0.8);z-index: 120;}
.popup_layer {position: fixed; z-index: 1400;top: 50px; left: 0; right: 0; margin: auto;}
.popup_layer.no_a {position: static; top: 0px; height: 100%;}
.popup_layer .box {margin: 0px auto; background: #fff;}
.popup_layer .box .p_headline {
	font-size: 20px; font-weight: bold;
	position: relative; padding: 0px 20px;
	height: 60px; line-height: 60px;
	background: #f4f5f9; color: #313234;
	border-bottom: 1px solid #dedede;
}
.popup_layer .float50 {box-sizing: border-box;}
.popup_layer .box .p_headline .x {position: absolute; right: 20px; top: 0; bottom: 0; margin: auto;font-size: 24px; height: 24px; color: #636260;}
.popup_layer .full_selbox {background: #f4f4f4; color: #444;height: 60px; line-height: 60px;box-sizing: border-box;width: 100%; border: 0px; border-bottom: 1px solid #dedede; padding: 0px 0px 0px 20px; font-size: 17px;}
.popup_layer .full_txt {color: #444;height: 60px; line-height: 60px;box-sizing: border-box;width: 100%; border: 0px; border-bottom: 1px solid #dedede; padding: 0px 20px; font-size: 17px;position: relative; overflow: hidden; }
.popup_layer .full_txt input[type="text"] {border: 0px; box-sizing: border-box;width: 100%;height: 100%; font-size: 17px; color: #333;}
.popup_layer .full_txt .btns {position: absolute;top: 0; bottom: 0; right: 16px; margin: auto;}
.popup_layer .full_txt .btns a {color: #666; display: inline-block; margin: 0px 4px;}
.popup_layer .full_box {color: #444;height: 60px; line-height: 60px;box-sizing: border-box;width: 100%; border: 0px; border-bottom: 1px solid #dedede; padding: 0px 20px; font-size: 17px;position: relative; overflow: hidden; font-weight: bold;}
.popup_layer .full_box .btns {position: absolute;top: 0; bottom: 0; right: 16px; margin: auto;}
.popup_layer .folder {color: #f8c206;font-size: 20px; position: relative;display: inline-block; margin-right: 8px; z-index: 5;}
.popup_layer .rect {cursor:pointer; display: inline-block; color: #e1e1e1; width: 20px; text-align: center; margin-right: 8px; position: relative; z-index: 5;}
.popup_layer .user {color: #989898; margin-right: 8px; display: inline-block; }
.popup_layer .tree {position: relative;}
.popup_layer .tree li {font-size: 17px;line-height: 20px;padding-bottom: 10px;position: relative; z-index: 10;}
.popup_layer .tree > li { background-image: url(../img/bar_line.png); background-repeat: no-repeat; background-position: 15px 10px;background-size: 12px 1px;}
.popup_layer .tree .line {margin: 0px !important; padding: 0px !important;position: absolute; left: 9px; top: 10px;width: 1px; background: #dedede;height: calc(100% - 38px); z-index: 0; }
.popup_layer .tree .depth2 { display: none; }
.popup_layer .tree .depth2 > li {padding-left: 65px; padding-top: 8px;background-image: url(../img/bar_line.png);background-repeat: no-repeat; background-position: 41px center; background-size: 17px 1px;}
.popup_layer .tree .depth2 .line { left: 41px; }
.popup_layer .scrollbox {padding: 30px 20px; box-sizing: border-box; height: 296px; overflow-y: scroll;}

.popup_layer .ulist {}
.popup_layer .ulist li {font-size: 17px;line-height: 20px;padding: 10px 0px;position: relative;}
.popup_layer .ulist li .b {float: right; color: #cccccc; }

.btn01 {
	height: 52px; min-width: 32px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 52px;
	border-radius: 5px;
	padding: 0px 15px;
    box-sizing: border-box;
    background: #9295a0;
    vertical-align: inherit;
    cursor: pointer;
}
.btn01.black {background: #000;}
.fput {
    box-sizing: border-box;
    width: 100%;
    display: block;
    border: 1px solid #dedede;
    padding: 10px 15px;
    font-size: 14px;
}
.fput::placeholder {font-size: 14px;}

.popup_layer.saddr {
    height: 552px; top: 100px;
}
.popup_layer.saddr > .box {
    --animate-duration: 0.5s; width: 550px;
    min-height: auto;
    border-radius: 6px;
}

.popup_layer.saddr .p15 {
    padding: 10px 0px;
}
@media only screen and (max-width:700px) {
    #su-contents .checkbox-style-v1:checked + label,
    #su-contents .checkbox-style-v1:not(:checked) + label {
        padding-left: 34px !important;
        font-size: 14px !important;
    }
    .popup_layer.saddr {
        height: 100%; top:0;bottom:0;
    }
    .popup_layer.saddr > .box {
        width: 100%; height: 100%;
        min-height: auto;
        border-radius: 0px; overflow-y: scroll;
    }
    #su-contents {
        height:auto;
        overflow: auto;
    }
    .popup_layer.saddr .p15 {
        padding: 10px 0px;
    }
}



.cardWrapper {
    padding: 0px 0px 50px 0px;
}
.cardWrapper .cardItem {
    display: inline-block;
    position: relative;
    width: 320px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 26px;
    float: left;
    margin-right: 20px;
	width: 250px;
}
.cardWrapper .cardItem:nth-child(3n) {
    margin-right: 0px;
}
.cardWrapper .cardItem .img {
    height: 414px; height: 323px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
	opacity: 0.75;
}
.cardWrapper .cardItem .img.use {
	opacity: 1;
}

.cardWrapper .cardItem .bottom {

}
.cardWrapper .cardItem .bottom .btn {
    background: #000;
    height: 52px; line-height: 52px;
    color: #fff; text-align: center;
    display: block;
    float: left; width: 50%;
    font-size: 14px;
}
.cardWrapper .cardItem .bottom .btn:first-child {
	box-sizing: border-box;
	border-right: 1px solid #666;
}

.cardWrapper .cardItem .img .conts {
    position: absolute; bottom: 30px; left: 0; right: 0; margin: auto;
    background: rgba(255,255,255,0.5);
    background: transparent;
    box-sizing: border-box;
    padding: 30px; font-size: 14px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.cardWrapper .cardItem .float-menu {
	position: absolute;
    top: 15px; left: 10px;
	text-align: left;
	z-index: 1;
}
.cardWrapper .cardItem .float-menu .fm {
	position: relative;
	z-index: 10;
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
	width: auto; height: 26px; line-height: 26px;
	box-sizing: border-box;
    text-align: center;
    cursor: pointer;
	-webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
	font-weight: bold;
	margin-bottom: 8px;
}

.cardWrapper .cardItem .float-menu .fm:hover {
	color: #3a1d1d;
	background-color: #F7E600;
}


.cardWrapper .cardItem .thank {
	padding: 0px 10px;
}
.cardWrapper .cardItem .shareK {
	padding: 0px 10px 0px 30px;
	background-image: url('https://developers.kakao.com/assets/img/about/logos/kakaolink/kakaolink_btn_medium.png');
	background-position: center left 10px;
	background-size: auto 14px;
	background-repeat: no-repeat;
}
.cardWrapper .cardItem .copyUrl {
	padding: 0px 10px 0px 10px;
}
.cardWrapper .cardItem .qrdownLink {
	padding: 0px 10px 0px 10px;
}
.cardWrapper .cardItem .reservationLink {
    padding: 0px 10px 0px 10px;
}
.cardWrapper .cardItem .rsvpBtn {
	padding: 0px 10px 0px 10px;
}

.cardWrapper .cardItem .img .kakao {
    display: inline-block;
    background: #ffd400;
    border-radius: 50%;
    width: 30px; height: 30px; line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    top: 60px; right: 20px;
	font-weight: bold;
}

.cardWrapper .cardItem .img .x {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 30px; height: 30px; line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    top: 15px; right: 15px;
}
.cardWrapper .cardItem .img .conts .btn {
    display: block;
    text-align: center;
    height: 52px; line-height: 52px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin: 15px 0px;
}

@media only screen and (max-width:999px) {
	.cardWrapper {
		text-align: center;
	}
	.cardWrapper .cardItem {
		display: inline-block;
		position: relative;
		width: 250px;

		margin: 0px 7px 15px 7px;
		float: none;
		max-width: 100%;
	}
	.cardWrapper .cardItem .img {
		height: 300px;
	}
}

@media only screen and (max-width:550px) {
	.cardWrapper {

	}
	.cardWrapper .cardItem {
		width: 350px;
		width: 300px;
	}
	.cardWrapper .cardItem .img {
		height: 450px;
		height: 375px;
	}
}
@media only screen and (max-width:400px) {
	.cardWrapper .cardItem {
		width: 350px;
		max-width: 90%;
	}
	.cardWrapper .cardItem .img {
		height: 350px;
	}
}
@media only screen and (max-width:350px) {
	.cardWrapper .cardItem .img {
		height: 350px;
	}
}






.gshapebox {
	position: relative;
}
.gshapebox:before, .gshapebox:after {
	box-sizing: border-box;
	content: "";
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    border: 0 solid transparent;
}
.gshapebox.upper-start:before {
	border-left-color: #fff;
    border-left-width: 100vw;
    border-top-width: 4rem;
    top: -4rem;
}
.gshapebox.upper-end:after {
	border-left-color: #fff;
    border-left-width: 100vw;
    border-bottom-width: 4rem;
    bottom: -4rem;
	z-index: 10;
}

.main-top-layer {
	box-sizing: border-box;
}
.main-top-layer > .inner {
	padding: 220px 0px 170px 0px;
	position: relative;
	box-sizing: border-box;
}
.main-top-layer h1 {
	font-size: 40px; letter-spacing: -2px;
}
.main-top-layer p {
	font-size: 18px; padding: 30px 0px;
}
.main-top-layer .cm {
	padding-top: 15px; font-size: 14px;
}
.ph {
	position: absolute;
	width: 500px;
	bottom: 80px;
	right: 0px;
}
.getBtn {
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease;

	border-radius: 0.3rem;
	background-color: #212529;
	color: #fff;
	padding-top: 1rem;
    padding-bottom: 1rem;
	padding-right: 1.5rem;
    padding-left: 1.5rem;
	transition: transform 0.45s cubic-bezier(0.2, 0.7, .3, 1);
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.getBtn.emp {
	background: #F7E600;
	color: #3A1D1D;
	font-weight: bold;
}

.stepbox {
	display: inline-block;
	text-align: center;
	color: #000;
	margin: 30px 50px;
}
.stepbox .title {
	font-size: 18px;
	display: block;
}
.stepbox .icons {
	display: block;
	margin: 40px 0px;
	color: #666;
}
.stepbox .icons i {
	font-size: 50px;
}
.stepbox .numb {
	width: 30px; height: 30px; display: inline-block; text-align: center; background: #999;
	line-height: 30px;
	border-radius: 50%;
	font-size: 14px; font-weight: bold;
	border: 1px solid #F7E600;
	border-color: #fff;
	color: #fff;
}

.green-layer .st {
	font-size: 20px; font-weight: normal;
}


.func-layer {
	padding: 80px 0px;
}
.func-layer .f {
	width: 30%; float: left; text-align: right; box-sizing: border-box; height: 800px; position: relative;
}
.func-layer .f.f2 {
	float: right; text-align: left;
}
.func-layer .f .vu1 {
	padding-right: 50px;
	margin-top: 30px;
}
.func-layer .f.f2 .vu1 {
	padding-left: 50px;
	padding-right: 0px;
}
.func-layer .f .vu1 h1 {
	display: inline-block; font-size: 26px; letter-spacing: -2px; position: relative;
}
.func-layer .f .vu1 h1 > span {font-weight: normal;}
.func-layer .f .vu1 h1 .ico {
	position: absolute; top: 6px; height: 64px;
}
.func-layer .f.f1 .vu1 h1 .ico {
	right: -50px;
}
.func-layer .f.f2 .vu1 h1 .ico {
	left: -50px;
}
.func-layer .f p {
	font-size: 16px; padding: 30px 0px;
    height: 44px;
}
.func-layer .ct {
	width: 40%; float: left; text-align: center; box-sizing: border-box; height: 800px; position: relative;
}
.func-layer .ct > img {
	width: 320px;box-shadow:  0 60px 60px 0 rgb(0 0 0 / 20%);; border-radius: 50px;
}


.eff { -webkit-transition: all 0.6s ease-in-out 0s; transition: all 0.6s ease-in-out 0s; }
.main-bg-layer {
	background-image: url('/src/img/bi1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: center;
}
.main-bg-layer > .black {
	background-color: rgba(255,255,255,0.4);
	padding: 175px 0px 275px 0px;
}
.main-bg-layer > .black:hover {
	background-color: rgba(255,255,255,0.7);
}
.main-bg-layer h1.tit {
    font-size: 40px; letter-spacing: -2px; text-shadow: 0.5px 0.5px 0.5px #888;
}
.main-bg-layer p.desc {
    font-size: 18px; padding: 30px 0px;
}
.main-bg-layer .comm {
    padding-top: 15px; font-size: 14px;
}

.main-invi-layer {
	margin-top: 0px;
	position: relative;
}
.main-invi-layer > .inner {
	padding: 80px 0px 80px 0px;
	position: relative;
}
.main-invi-layer .visual {
	position: absolute;
	width: 700px;
	bottom: 40px;
	right: 0px;
}
.main-invi-layer h1.tit {
    font-size: 40px; letter-spacing: -2px;
}
.main-invi-layer p.desc {
    font-size: 18px; padding: 30px 0px 20px 0px;
}
.main-invi-layer .comm {
    padding-top: 0px; font-size: 14px;
}



@media only screen and (max-width:999px) {


    .main-invi-layer > .inner {
        padding: 0px 15px 30px 15px;
        position: relative;
    }
    .main-invi-layer .visual {
        position: static;
        max-width: 100%;
    }
    .main-invi-layer h1.tit {
        font-size: 26px; letter-spacing: -2px;
    }
    .main-invi-layer p.desc {
        font-size: 14px; padding: 30px 0px 20px 0px;
    }
    .main-invi-layer .comm {
        padding-top: 0px; font-size: 12px;
        margin-bottom: 35px;
    }


    .main-bg-layer > .black {
        padding: 100px 0px 100px 0px;
        background-color: rgba(255,255,255,0.7);
    }
    .main-bg-layer h1.tit {
        font-size: 26px; letter-spacing: -2px; text-shadow: 0.5px 0.5px 0.5px #888;
    }
    .main-bg-layer p.desc {
        font-size: 14px; padding: 30px 0px;
    }
    .main-bg-layer .comm {
        padding-top: 15px; font-size: 12px;
    }


    .func-layer {
        padding: 40px 0px;
    }
	.func-layer .f { width: 48%; }
	.func-layer .ct {display: none;}
	.func-layer .f > .vcenterbox {
		width: auto;
		position: static;
		top: auto;
		transform: none;
		-webkit-transform: none;
		left: 0;
		right: 0;
		margin: auto;
	}
	.func-layer .f {
		text-align: left;
	}
	.func-layer .f.f1 .vu1 {
		padding-left: 50px;
		padding-right: 0px;
	}
	.func-layer .f .vu1 h1 .ico {
		left: -40px !important;
		right: auto !important;
		top: 4px; height: 52px;
	}
	.func-layer .f .vu1 h1 {
		font-size: 20px;
	}
	.func-layer .f p {
		font-size: 13px;
	}
	.func-layer .f .vcenterbox > .vu1:first-child {margin-top: 30px !important;}







	.inner.w1200,
	.inner.w1087 {
		width: 100%;
	}

	.main-top-layer > .inner {
		padding: 75px 15px 75px 15px;
		position: relative;
		box-sizing: border-box;
		background-image: url(/src/img/mainbg2.png);
		background-repeat: no-repeat;
		background-size: 200px;
		background-position: bottom 70px right -30px;
		background-color: rgba(255,255,255,0.5);
	}
	.main-top-layer h1 {
		font-size: 26px; letter-spacing: -2px;
	}
	.main-top-layer p {
		font-size: 14px; padding: 15px 0px 50px 0px;
		letter-spacing: -0.5px;
	}
	.main-top-layer .cm {
		padding-top: 15px; font-size: 12px;
	}
	.getBtn {
		line-height: 1.5;
		padding: 0.375rem 0.75rem;
		font-size: 0.9rem;
		border-radius: 0.25rem;
		border-radius: 0.3rem;
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
		padding-right: 1rem;
		padding-left: 1rem;
		box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
		margin: 5px 0px;
	}
	.ph {
		position: absolute;
		width: 500px;
		bottom: 80px;
		right: 0px;
		display: none;
	}

	.green-layer .st {
		font-size: 16px;
	}

    .func-layer .f {
        height: auto;
    }

}


@media only screen and (max-width:424px) {

    .main-top-layer {
        background-image: url(/src/img/bg.png);
        background-size: 100%;


        background-image: url(/src/img/sam2.png);
        background-size: 100%;
        background-repeat: no-repeat;
		background-position: bottom -100px center;
    }
    .main-top-layer p {
        padding: 15px 0px 25px 0px;
	}
    .main-top-layer .cm {display: none;}
    .main-top-layer > .inner {
		padding: 75px 15px 110px 15px;
		position: relative;
		box-sizing: border-box;
		background-image: url(/src/img/mainbg2.png);
		background-repeat: no-repeat;
		background-size: 200px;
		background-position: bottom 130px right -70px;


        background: rgba(255,255,255,0.5);
	}
    .green-layer p {
        font-size: 13px;
        color: #fff;
        padding: 30px 10px 30px 10px;
    }
    .green-layer p .st {font-size: 15px;}





    .func-layer > .inner {
        padding: 0px 25px;
    }


	.func-layer .f.f1 .vu1,
    .func-layer .f.f2 .vu1 {
		padding-left: 30px !important;
		padding-right: 0px !important;
	}


	.func-layer .f .vu1 h1 .ico {
		left: -30px !important;
		right: auto !important;
		top: 2px; height: 40px;
	}
	.func-layer .f .vu1 h1 {
		font-size: 16px;
        padding-left: 0px !important;
        padding-right: 0px !important;
	}
	.func-layer .f p {
		font-size: 13px;
        margin-top: 15px;
        padding: 10px 0px 0px 0px !important;
	}
	.func-layer .f .vcenterbox > .vu1:first-child {margin-top: 30px !important;}
}




.questionButton {
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    padding: 15px 90px;
}
.cmt-dot {
    position: relative;
    padding-left: 35px;
}
.cmt-dot .ic {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px;
}
.klogo {
    padding-bottom: 40px;
}
.klogo > strong {
    font-size: 18px;
}
@media screen and (max-width:999px) {
    .questionButton {
        padding: 10px 45px;
        font-size: 14px;
    }
    .klogo {
        padding-bottom: 30px;
    }
    .klogo > img {
        width: 56px;
    }
    .klogo > strong {
        font-size: 16px;
    }
    .search-layer {
        padding: 30px 0px;
    }
    .cmt-dot {
        position: relative;
        padding-left: 25px;
    }
    .cmt-dot .ic {
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 16px;
    }
}


















/* NEW RE DESIGN */
.mySLayer {
    position: relative;
    padding-top: 15px;
}
.mySLayer .banner {
    background: #000;
    position: absolute; top: 0; left: 0; width: 100%; height: 220px;


    /*opacity: 0.9;*/
    z-index: 1;

    background: linear-gradient(-45deg ,#F7E600 100%, #ffd400 0);
    background: linear-gradient(-45deg, #ffd400, #F7E600);
    background-size: 400% 400%;
    animation: AnimationName 4s ease infinite;
	height: 0;
	background: transparent;
}
.mySLayer .banner .visual {
    height: 100%;
    background: -moz-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,.36) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,.36));
    background: linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.36));
	height: 0;

	background: transparent;
}


@keyframes AnimationName {
    0%{
        background-position: 0% 50%;
    }
    100%{
        background-position: 100% 50%;
    }
}



.mySLayer .ly {
    width: 1177px;
    width: 1087px;
    margin: auto;
    /*z-index: 2;*/
    position: relative;
}
.mySLayer .ly .mybox {
    background: #fff;
    min-height: 800px;
	margin-bottom: 50px;
	padding-top: 25px;
}
.mySLayer .ly .mybox .sideMenu {
    float: left;
    width: 230px;
    box-sizing: border-box;
    padding: 56px 24px 0;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.mySLayer .ly .mybox .pageContent {
    float: right;
    width: calc(100% - 233px);
    box-sizing: border-box;
    position: relative;
    min-height: 850px;
}
.mySLayer .ly .mybox .pageContent:before {
    display: block;
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 0;
    border-left: 1px solid #f2f4f6;
    content: "";
}
.mySLayer .ly .mybox .pageContent .inn {
    height: 500px;
    box-sizing: border-box;
    padding: 42px 32px 120px;
	height: auto;
	padding: 42px 32px 30px;
}
.bn {
    position: relative;
    transition-property: background-color,border-color,color,opacity;
    transition-duration: .15s;
    border: 1px solid #cdd3d8;
    display: block;
    padding: 9px 16px;
    line-height: 1.45;
    font-size: 14px;
    color: #495057;
    margin-top: 16px;
    border-radius: 999em;
    font-weight: 500;
}
.bn:hover {
    background: #f2f4f6;
}

.mySLayer .ly .naver {
    background-image: url('/src/img/n.png');
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: left center;
    display: inline-block;
    line-height: 1.5;

}
.mySLayer .ly .mybox .bx01 {
    border-top: 1px solid #f2f4f6;
    padding-top: 20px; margin-top: 20px;
}
.mySLayer .ly .mybox .sideMenu .profile {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url('/src/img/man.png');
    background-size: cover;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.06);
    position: relative;
    cursor: pointer;
}
.mySLayer .ly .mybox .sideMenu .profile .mod {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(33 37 41 / 12%);
    background-color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
}
.mySLayer .ly .mybox .sideMenu .profile .mod .fa {line-height: 24px;}
.mySLayer .ly .mybox .sideMenu .name {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.mySLayer .ly .mybox .sideMenu .name strong {
    font-weight: 700;
}
.mySLayer .ly .mybox .sideMenu .final {
    margin-top: 2px;
    font-size: 12px;
    color: #868e96;
}

.myMenu {
    margin: 20px 0;
    display: block;
}
.myMenu li {
    display: block;
}
.myMenu li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    background-image: url('/src/img/number-arrow-r.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 15px 15px 15px 5px;
    color: #495057;
    color: #222;
}
h3.myTitle {
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f4f6;
    margin-top: 45px;
    color: #999;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 300;
}

.card-list-view {
	font-size: 13px;
}
.card-list-view .pageTitle {
    margin-bottom: 10px; font-weight: bold;
    margin-top: 0; font-size: 20px;
}
.card-list-view .comments {
    font-size: 13px; padding: 20px 15px;
    background: #fafafa; margin-bottom: 50px; line-height: 1.7;
    display: block;
    border: 1px solid #f2f4f6;
    border-radius: 6px;
}

.pageTitle .lemp {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.pageTitle .lemp:after {
    content: " ";
    background: #f7e600;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0; right: 0; margin: auto;
    opacity: 0.4;
    z-index: -1;
}

.blind {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    opacity: 0;
    position: absolute;
    z-index: -1;
    outline: none;
	max-width: 10px;
}
.blind:focus {outline: none;background-color: transparent;}
.blind::selection {
    background-color: transparent;
    outline: none;
}
.dd {

    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    border-radius: 6px;
    width: auto;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;

    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 0px 10px 0px 10px;
    font-weight: bold;

    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}







.not-found-cards {
    text-align: center;
	margin-bottom: 30px;
}
.not-found-cards .moreline {
    margin-top: 30px;
}
.not-found-cards .bcirclebtn {
    background: #212529;
    box-shadow: none;
    opacity: 0.25;
}
.not-found-cards .desc {
    font-size: 14px; margin-top: 10px; font-weight: 400; color: #868e96;
}
.not-found-cards .desc .st {
    margin-bottom: 10px; color: #666; font-size: 16px; line-height: 1.75;
    font-weight: 600;
}
.not-found-cards .desc .btnwrap {
    margin-top: 30px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.not-found-cards .desc .btnwrap .getBtn {
    padding-left: 3em;
    padding-right: 3em;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
}
.not-found-cards .desc .btnwrap .button1 {
	line-height: 1.5;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    border-radius: 0.3rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
	display: flex;
	background: #333;
	color: #fff;
	font-weight: 500;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 300px;
}

.create-card-area-btn {
    display: flex;
    font-size: 12px;
    position: relative;
    border-radius: 12px;
    margin: 0;
    box-sizing: border-box;
    padding: 30px;

    /*background-image: url('/src/img/lo-yellow.png');
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: auto 32px;*/

    line-height: 1.5;
    background-color: #FAFAFA;
    border-color: #f2f4f6;
	background: #fff;
	font-weight: 400;
	/*box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 3%);*/
	position: relative;
	flex-direction: column;
	gap: 6px;

	border: 1px solid #f2f4f6;
	background-color: #f6f6f6;
}
.create-card-area-btn strong {
    font-size: 18px; color: #222; font-weight: 600;
	line-height: 1.75; display: flex;

}
.create-card-area-btn > span {
	max-width: 70%;
	color: #aaa;
}
.create-card-area-btn > img {
    position: absolute;
    top: 0; bottom: 0;
    right: 15px;
    margin: auto;
}
.create-card-area-btn > .a-r {
	position: absolute;
    top: 0; bottom: 0;
    right: 20px;
    margin: auto;
	width: 20px;
}


.area-alt-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 40px;
}
.area-alt {
    display: block;
    font-size: 12px;
    border: 1px solid #f2f4f6;
    position: relative;
    border-radius: 12px;
    margin: 0;
    box-sizing: border-box;
    padding: 10px 15px 12px 20px;

    line-height: 1.5;
    background-color: transparent;
    box-sizing: border-box;
    /*min-height: 72px;*/
	font-weight: 400;

	border: 0;

}
.area-alt strong {
    font-size: 16PX; color: #222;
    line-height: 2.0;
}
.clearfix .area-alt:nth-child(2n) {
    margin-right: 0px;
}
.area-alt .chat {
    display: inline-block;
    padding-left: 20px;
    background-image: url('/src/img/kakaolink_btn_small.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 10px;
}
.area-alt .chat.navv {
    background-image: url('/src/img/n.png');
	background-size: 17px auto;
}



.grayBgContainer {
    background: #f9f9f9;
}
.profileWrapper {
    width: 400px; margin: 0 auto;
	padding: 80px 0 200px 0;
}
.frm-name {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #4a4a4a;
    padding-top: 20px;
}
.frm-input {
    background: #FFFFFF;
    border: 1px solid #CFD5D9;
    box-sizing: border-box;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 12px 9px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    outline: #F7E600;
    width: 100%;
}
.frm-input::placeholder {
    font-size: 14px;
    font-weight: 400;
}
.frm-line {
    margin-bottom: 7px;
}
.frm-profile {
    text-align: center;
}
.frm-profile-circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(/src/img/man.png);
    background-size: cover;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.06);
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.frm-profile .buttn {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    text-decoration: underline;
    display: inline-block;
    margin: 0 8px;
	cursor: pointer;
}
.frm-button {
    border-radius: 4px;
    padding: 18px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    border: none;
    background-color: #ccc;
	color: #fff;
	color: #222;
	background-color: rgba(0, 0, 0, 0.05);

    width: calc(50% - 7px);
    float: left;
    text-align: center;
	font-weight: 400;
}
.frm-button.emp {
    color: #fff;
    background: #333;
}
.frm-line .frm-button:last-child {
    float: right;
}
.frm-line.bt {
    margin-top: 60px;
}

.my-header {
    position: relative; top: 0; left: 0; width: 100%; height: 48px; background: #fff; z-index: 1000;
    text-align: center;
    border-bottom: 1px solid #f2f3f7;
}
.my-header.no-border {
	border-bottom: 0;
}
.my-header.static {
	position: relative;
}
.my-header .names {
    line-height: 48px;
    font-weight: 600;
    font-size: 16px;
    color: #222;
	max-width: calc(100% - 120px);
	margin: auto;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
.my-header .back {
    position: absolute;
    left: 15px;
    top: 0; bottom: 0; margin: auto;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    color: #666;
}
.my-header .home {
    position: absolute;
    right: 15px;
    top: 0; bottom: 0; margin: auto;
    height: 18px;
    color: #333;
}
.my-header .home > img {
    height: 18px;
}
.mypage-title {
    text-align: center; color: #fff; font-size: 28px; font-weight: bold; padding-bottom: 15px;
	display: none;
}


.sub-page-header {
    text-align: center;
}
.sub-page-header .hd-title {
    font-size: 42px;
    font-weight: 700;
    padding-top: 64px;
    padding-bottom: 48px;
    color: rgba(0,0,0,.84);
}
.sub-page-header .bottom {
    box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%);
}
.sub-page-header .header-tabs {
    display: block;
    text-align: center;
}
.sub-page-header .header-tabs li {
    display: inline-block;
	position: relative;
}
.sub-page-header .header-tabs li > a {
	display: block;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 5px;
    padding: 5px 4px 15px 4px;
    position: relative;
    color: #4a4a4a;
    cursor: pointer;
}
.sub-page-header .header-tabs li.h > a {
    color: rgb(61,29,28);
	color: #111;
    font-weight: 600;
}
.sub-page-header .header-tabs li.h:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #F7E600;
    bottom: 0;
    left: 0; right: 0;
    margin: auto;
}

.board-contents-wrapper {
    width: 800px;
    margin: 20px auto;
}
.board-ul {

}
.board-ul li {
    display: block;
    box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%);
    padding-bottom: 20px;
    padding-top: 20px;
}
.board-ul li .bck {display: block;}
.board-ul li .title {
    font-size: 20px;
    color: rgb(29, 33, 41);
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
}
.board-ul li .tp {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #696f75;
}
.board-ul li .bttm {
    font-weight: 400;
    font-size: 13px;
    color: #696f75;
}
.board-ul li .blue {
    color: #4462ee;
}

@media screen and (max-width:999px) {


	.create-card-area-btn.m-fff {
		background: #fff;
	}

	.header .m-right-button {
		display: flex;
	}

	.board-contents-wrapper {
		width: 100%;
		margin: 20px auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.board-ul {
		padding: 0 15px;
	}
	.board-ul li .tp {font-size: 13px;}
	.board-ul li .bttm {font-size: 12px;}
	.board-ul li .title {
		font-size: 16px;
	}


	/*.header {display: none;}*/

    .card-list-view .comments {
        font-size: 12px;
    }

	.mySLayer .banner {
		display: none;
	}
	.mySLayer .ly {
		width: 100%;
		box-sizing: border-box;
	}
	.mypage-title {display: none;}


	.mySLayer .ly .mybox {
		height: auto;
		/*margin-bottom: 220px;*/
		padding-top: 0;
		min-height: 300px;
	}
	.mySLayer .ly .mybox .pageContent {
		float: none;
		min-height: auto;
		width: 100%;
	}
	.mySLayer .ly .mybox .sideMenu {
		width: 100%;
		float: none;
		padding: 0px 24px 56px 24px;

		display: none;
	}
	.mySLayer .ly .mybox .pageContent .inn {
		height: auto;
		padding: 15px 20px 30px 20px;
	}

	.area-alt-wrap {
		grid-template-columns: 1fr;
	}
	.area-alt {
		float: none;
		width: 100%;
		height: auto !important;
		min-height: auto;
		padding: 7px 15px 7px 15px;

	}
	.area-alt strong {font-size: 14px;}

	.cardWrapper {
		padding-bottom: 0;
		padding-bottom: 30px;
	}
	h3.myTitle {
		margin-top: 0;
	}

	.profileWrapper {
		width: 100%;
		box-sizing: border-box;
		padding: 40px 35px 80px 35px;
	}


	.sub-page-header .hd-title {
		font-size: 30px;
		font-weight: 600;
		padding-top: 64px;
		padding-bottom: 48px;
		padding: 50px 0 30px 26px;
		text-align: left;
	}
	.sub-page-header .header-tabs {
		text-align: left;
	}
	.sub-page-header .header-tabs {
		padding: 0 10px;
	}
	.sub-page-header .header-tabs li > a {
		font-size: 17px; font-weight: 600;
	}

}




.topbtn {
    color: #fff !important;
    border-radius: 60px;
    display: inline-block;
    box-sizing: border-box;
    height: 42px;
    padding: 0 15px;
    background: #000;
}
.popup_layer.evt {
    width: 550px;
    height: 462px;
    top: 100px;
}
.popup_layer.evt .cnt {
    padding: 30px 40px; font-size: 14px;
}
@media only screen and (max-width: 700px) {
    .popup_layer.evt {
        width: 100%;
        margin: auto;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .popup_layer.evt .cnt {
        padding: 10px 15px;
    }
    .popup_layer.evt .box {
        height: 100%;
    }
}
