@charset "UTF-8";

  /*
  	黒	文字色	#393e4c
  	黒茶	文字色	#35231a
  	
	ボタン・濃いベージュ  #e3c4a1
	枠背景・中ベージュ  #e1d6cc
	メイン背景・薄いベージュ	#ede6e1
	
	赤	ff4d4d
	オレンジ	f36c23
	緑	44aa40
	青	649dfd
	グレー	999999
  */

:root {
  --main-bg-color: brown;

  --color-text-black1: #393e4c;
  --color-text-black5: #35231a;
  --color-text-black9: #999999;

  --color-bg-beige1: #e3c4a1;
  --color-bg-beige5: #e1d6cc;
  --color-bg-beige9: #ede6e1;
}


    a {
      text-decoration: none;
      color: black;
    }

    .detail_tradeSellLine:hover {
      background-color:#fff200 !important;
    }
 
 	.detail_tradeTimeNowBg {
      background-color:#ffaa38 !important;
	}

 	.button1 {
		margin: 0px 0px 0px 4px;
		padding: 1px 24px;
		font-size: .9em;
		color: var(--color-text-black1);
		background-color: var(--color-bg-beige9);
		border-color: gray;
		border-style: solid;
		border-width: 1px;
		border-radius: 3px;
		cursor: pointer;
	}
	
	body {
		font-size: .9em;
		color: var(--color-text-black1);
	}

	header {
		padding: 10px; 
	}

	h1 {
		font-size: 1.5em;
	}

	main {
		padding: 5px 10px; 
	}

	.clock {
		margin-right: 6px;
		font-size: 1rem;
	}





#detail {
 	z-index: 10;
	/* opacity: 95%; */
	display : none;
	width: 310px;
    position: fixed;
    margin: 0px 0px 0px 60px;
    top: 0%;
    left: 0%;
	color: #4c4b16;
	background-color :#DFD3C3;
	user-select: none;
	height: -moz-calc(100%);
	height: -webkit-calc(100%);
	height: -o-calc(100%);
	height: calc(100%);
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	overflow-y:auto;
	border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}



#detailDiscoveryTitle1{
    padding: 8px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    background-color: #5696a7;
    margin: 0px 0px 16px 0px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #6e6e6e;
    color: white;
}


.detail_Box{
   	font-weight: 400;
	font-size: 12px;
	text-align: center;
	margin: 10px;
}

#detail_townImg{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	display:inherit;
	width: 60px;
	height: 60px;
}

#detail_townNameSet{
	padding: 10px;
	display:flex;
	background-color: #ededed;
	border-style: solid;
	border-color: #D0B8A8;
	border-width: 1px;
}


#detail_townName{
	/*font-family: 'Noto Sans KR', sans-serif;*/
	width: 200px;
	padding: 2px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
	font-weight: 600;
	font-size: 15px;
	text-align: left;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #8981211a;
}

.town_roll{
	width: 70px;
	margin: 4px 10px 4px 0px;
	text-align: left;
	font-weight: 600;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #8981211a;
}

.detail_townLocalInfo{
	margin: 4px 0px;
	text-align: left;
}




	.trendAllBox {
		display: flex;
		margin: 0px 0px 20px 0px;
		text-align: center;
		background-color: white;
		border-style: solid;
		border-width: 0px 0px 0px 1px;
		border-color: #787878;
	}

.detail_title{
	margin: 2px 0px 0px 0px;
   	font-weight: 400;
	font-size: 12px;
	color: #2e2e2e;
	text-align: center;
	padding: 4px 0px;
	border-color: #6fcdcd;
	border-width: 1px;
	border-style: solid;
	background-color: #a8bebe;
	/* background-color: #6fcdcd; */
}

#detail_tradeBox{
	border-color: #6fcdcd;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	padding: 10px 0px;
	display:none;
	justify-content : center;
}

.detail_tradeSellLine{
	display:flex;
}

.detail_tradeSellItem1{
	padding: 4px 4px;
	width: 70px;
	margin:auto;
}

.detail_tradeSellItem2{
	padding: 4px 2px;
	width: 70px;
	margin:auto;
}
.detail_tradeSellItem3{
	padding: 4px 2px;
	width: 50px;
	margin:auto;
}
.detail_tradeSellItem4{
	padding: 4px 2px;
	width: 50px;
	margin:auto;
}

#detail_tradeSellBox{
	border-color: #6fcdcd;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	padding: 0px 0px;
	display:none;
	justify-content : center;
}

.btnbarStyle3{
	width: 1px;
/*     height: 83px; */
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
}



.btnbarStyle3{
	width: 1px;
	/*     height: 83px; */
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
}
.detail_swSet{
	display:block; 
	flex-direction: column; 
	margin: auto;
	width:25%;
}


#statsBox{
    position: fixed;
    margin: -66px 0px 0px 60px;
    top: 100%;
    left: 0%;
    background-color: #d0d0d0;
   	padding: 10px;
}

#stats{
	width:255px;
	font-weight: 400;
    font-size: 12px;
    text-align: center;
    height: 18px;
    color: #2d2d2d;
    overflow-y:auto;
}

#searchChar{
	height: 30px; 
	border-radius: 0px;
	width:-webkit-fill-available;
	font-family: 'Nanum Gothic';
}

#searchTown{
	margin: 0px 0px 4px 0px;
	height: 30px; 
	border-radius: 0px;
	width:-webkit-fill-available;
	font-family: 'Nanum Gothic';
}

#detail::-webkit-scrollbar {
  width: 2px;  /* 스크롤바의 너비 */
}

#detail::-webkit-scrollbar-thumb {
	height: 30%; /* 스크롤바의 길이 */
	background: #e7b10a; /* 스크롤바의 색상 */
    /*border-radius: 10px;*/
}

#detail::-webkit-scrollbar-track {
    background: #4c4b16;  /*스크롤바 뒷 배경 색상*/
}


#detail2::-webkit-scrollbar {
    width: 2px;  /* 스크롤바의 너비 */
}

#detail2::-webkit-scrollbar-thumb {
	height: 30%; /* 스크롤바의 길이 */
	background: #e7b10a; /* 스크롤바의 색상 */
}

#detail2::-webkit-scrollbar-track {
    background: #4c4b16;  /*스크롤바 뒷 배경 색상*/
}


#detail_girlInfo {
	/* height: 224px; */
	margin: 0px 10px;
}

#detail_girl_Box{
	display: inline; 
	justify-content : center; 
	margin: 10px 10px 0px 10px; 
	width: 180px;
}

#detail2{
	z-index: 10;
    font-weight: 400;
    font-size: 12px;
    position: fixed;
	margin:0px 0px 0px 371px;
	top: 0%;
	left: 0%;
	color: #4c4b16;
	background-color :#DFD3C3;
	user-select: none;
	height: -moz-calc(100%);
	height: -webkit-calc(100%);
	height: -o-calc(100%);
	height: calc(100%);
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	overflow-y:auto;
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}

.tradeItemImg{
	width: 40px;
   	border-color: #919191; 
	border-width: 1px; 
	border-style: solid;

}

.viewItemLine{
	display:flex;
	cursor:pointer;
	border-color: #ededed;
	border-style: solid;
	border-width: 1px 0px;
}
.viewItemLine:hover{
	display:flex;
	cursor: pointer;
	border-color: #898121;
	border-style: solid;
	border-width: 1px 0px;
}

#ViewItemBox{
	margin: 10px;
	width: 330px;
	padding: 10px;
	background-color: #ededed;
	border-style: solid;
	border-color: #D0B8A8;
	border-width: 1px;
}

.ViewItemBox{
	margin: 10px;
	width: 330px;
	padding: 10px;
	background-color: #ededed;
	border-style: solid;
	border-color: #D0B8A8;
	border-width: 1px;
}

.ViewItemImg{
	display: block; 
	width:60px;
   	border-color: #919191; 
	border-width: 1px; 
	border-style: solid;
}
.ViewItemName{
	font-weight: 600;
    font-size: 16px;
    margin: 11px 0px 3px 0px;
}


.ViewItemUniq{
	background-color: #e4d56e; 
	margin: 0px 0px 0px 4px; 
	padding: 2px; 
	border-radius: 4px;
}

.ViewItemType{
	margin: 2px 0px 0px 0px;
}

#viewItemTxt{
	margin: 10px 0px;
}
.ViewSTitle{
	font-weight: 600;
    font-size: 15px;
    margin: 10px 0px;
}


.detail_tradeitem1{
	width: 115px;
}

.detail_tradeitem2{
	width: 80px;
}
.detail_tradeitem3{
	width: 80px;
}


textarea#memoTextArea {
	outline:0px none transparent;
	margin: 7px 0px 4px 0px;
}

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}


.seasonToday{
	filter: invert(86%) sepia(39%) saturate(3409%) hue-rotate(354deg) brightness(92%) contrast(98%);
	width: 18px;
	margin: -5px 0px -3px 0px;
}

.seasonMonth{
	margin: auto;
	width: 18px;
}


.seasonBlock{
	margin: auto;
	width: 18px;
	background-color: white;
	justify-content: center;
	display: flex;
	border-style: solid ;
	border-width: 1px;
	align-items: center;
	height: 34px;
	font-size: 12px;
	border-radius: 4px;
}

.seasonBlock.Spring{
	border-color: #a0c553 ;
}

.seasonBlock.Summer{
	border-color: #f1c76a ;
}
.seasonBlock.Fall{
	border-color: #bf5150 ;
}

.seasonBlock.Winter{
	border-color: #4994e3 ;
}



/* 건기 */
.seasonBlock.Dry{
	border-color: #818181 ;
	border-style: dashed ;
}

/* 우기 */
.seasonBlock.Rain{
	border-color: #56a0ff ;
	border-style: dashed ;
}

/* 열대 */
.seasonBlock.Sun{
    border-color: #ff0000;
	border-style: dashed ;
}

.seasonBlock.Cold{
    border-color: #1d00ff;
	border-style: dashed ;
}

.seasonBlock.Null{
	border-color: #e5e5e5 ;
}


.seasonBlock.SpringThis{
	background-color: #a0c553;
	border-color: #a0c553 ;
	color: white;
}



.seasonBlock.SummerThis{
	background-color: #f1c76a;
	border-color: #f1c76a ;
	color: white;
}

.seasonBlock.FallThis{
	background-color: #bf5150;
	border-color: #bf5150 ;
	color: white;
}


.seasonBlock.WinterThis{
	background-color: #4994e3;
	border-color: #4994e3 ;
	color: white;
}

/* 건기 */
.seasonBlock.DryThis{
	background-color: #818181;
	border-color: #818181 ;
	border-style: dashed ;
	color: white;

}


/* 우기 */
.seasonBlock.RainThis{
	background-color: #56a0ff;
	border-color: #56a0ff ;
	border-style: dashed ;
	color: white;
}


/* 열대 */
.seasonBlock.SunThis{
	background-color: #ff0000;
    border-color: #ff0000;
    border-style: dashed;
	color: white;
}

/* 한대 */
.seasonBlock.ColdThis{
	background-color: #1d00ff;
    border-color: #1d00ff;
    border-style: dashed;
	color: white;
}



#seasonBox{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #d7d7d7;
}




#seasonSet{
	display: flex;
    margin: 2px 0px 0px 0px;
    padding: 1px 6px 1px 0px;
    background-color: #cbcbcb;
    height: 17px;
    border-radius: 6px;
}

#seasonSet:hover{
	color:#089493;
}

#townSearchResult{
	display:none;
    background-color: #e9e9e9;
    border-width: 1px 0px 0px 0px;
    border-radius: 0px 0px 6px 6px;
    width: 290px;
    min-height: 70px;
    /* max-height: 274px; */
    z-index: 99;
    position: fixed;
    top: 139px;
    left: 10px;
    overflow: hidden;
    border-style: solid;
    border-color: #c9c9c9;
}

#townSearchResultBox{
	margin: 10px;
}

.townSearch_townName{
    font-size: 14px;
    font-weight: 600;
    margin: 3px 0px 0px 10px;
}
.townSearch_townGroup{
    font-size: 12px;
    font-weight: 400;
    margin: 2px 0px 0px 10px;
}


.townSearchLine{
	background-color: white;
	display:flex;
    padding: 4px;
    margin: 0px 0px 1px 0px;
}

.townSearchLine:hover{
	background-color: #eaffbd;
}

#townSearchClose{
	margin:4px 0px 0px 0px;
    text-align: center;
    width: 100%;
    background-color: #707070;
    font-size: 12px;
    font-weight: 400;
    color: white;
    padding: 2px 0px;
}

#townSearchInfo{
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 5px 0px;
}


.memoAllTitle{
    margin: 4px 0px 0px 3px;
    font-size: 12px;
    font-weight: 600;
    width: 241px;
    text-align: left;
    color: #121212;
}

.memoTextAreaAll{
	width: 329px;
	border-style: none;
	resize: none;
	height: 60px;
	font-size: 12px;
	font-weight: 500;
	margin: 7px 0px 4px 7px;
	padding: 5px 0px 0px 5px;
}

.memoAllTownLinkImg{
    width: 16px;
    height: 16px;
    margin: 4px 0px 0px 7px;
    cursor: pointer;
}

.grayTitle{
	margin: 2px 0px 0px 0px;
    font-weight: 400;
    font-size: 12px;
    color: #242424;
    text-align: center;
    padding: 4px 0px;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    background-color: #cbcbcb;
}



#investSet{
	display: flex;
    margin: 2px 0px 0px 0px;
    padding: 1px 6px 1px 0px;
    background-color: #cbcbcb;
    height: 17px;
    border-radius: 6px;
}

#investSet:hover{
	color:#089493;
}


.investBox{
    padding: 6px;
}

#investBox{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #d7d7d7;
}


.townHistoryLine{
    padding: 4px 0px 4px 5px;
    color: #818181;
    background-color: #ebebeb;
	display: flex;
}

#detailTownHistoryBox{
	text-align: left; 
	height:auto;     
	border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #c7c7c7;
}

.trendTimeLine{
	display:flex;
	border-bottom-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.trendTimeLine:hover{
	color:white;
	background-color: #938599;
}

.trendtimeLineHead{
	height: 25px;
	font-weight: 600;
	background-color: #c3a28c;
	color: #4d4c17;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #4d4c17;
	display:flex;
}

.trendTimeLine{
	height: 25px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ece5d1;
}


.trendTimeLineNow{
	display:flex;
	border-bottom-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #7D6E83;
	color:white;
}

.trendTimeLineNow:hover{
	color:white;
	background-color: #67556e;
}


/* 23-02-28신규 추가*/
#n_lside{
	overflow-y: auto;
	z-index: 10;
	/* opacity: 95%; */
	width: 59px;
	position: fixed;
	margin: 0px 0px 0px 0px;
	top: 0%;
	left: 0%;
	font-size: 13px;
	background-color: #F7F1E5;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	height: -moz-calc(100%);
	height: -webkit-calc(100%);
	height: -o-calc(100% );
	height: calc(100%);
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
}

#n_lside::-webkit-scrollbar {
	width: 2px;  /* 스크롤바의 너비 */
}

#n_lside::-webkit-scrollbar-thumb {
	height: 30%; /* 스크롤바의 길이 */
	background: #e7b10a; /* 스크롤바의 색상 */
}

#n_lside::-webkit-scrollbar-track {
	background: #4c4b16;  /*스크롤바 뒷 배경 색상*/
}



#n_rside{
	overflow-y: auto;
	z-index: 10;
	/* opacity: 95%; */
	width: 59px;
	position: fixed;
	margin: 0px 0px 0px -59px;
	top: 0%;
	left: 100%;
	background-color: #F7F1E5;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	height: -moz-calc(100%);
	height: -webkit-calc(100%);
	height: -o-calc(100%);
	height: calc(100%);
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
}


#n_rside::-webkit-scrollbar {
	width: 2px;  /* 스크롤바의 너비 */
}

#n_rside::-webkit-scrollbar-thumb {
	height: 30%; /* 스크롤바의 길이 */
	background: #e7b10a; /* 스크롤바의 색상 */
}

#n_rside::-webkit-scrollbar-track {
	background: #4c4b16;  /*스크롤바 뒷 배경 색상*/
}


.n_menu_btn{
	color: #4C4B16;
	font-size: 12px;
	text-align: center;
	padding: 10px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #8981211a;
	cursor: pointer;
}

.n_menu_btn.donation {
	color: #D61C4E;
}

.n_menu_btn.donation:hover{
	color: #D61C4E;
	background-color: white;
}

.n_menu_btn:hover{
	color: #F7F1E5;
	background: #E7B10A;
}

.n_menu_btn_select{
	color: #F7F1E5;
	font-size: 12px;
	text-align: center;
	padding: 10px 0px;
	background: #E7B10A;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #8981211a;
	cursor: pointer;
}

.n_detail_btn_img{
	width: 14px;
	vertical-align: bottom;
}

.n_h_bar{
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #8981211a;
}
.n_detail_mid_content{
	background-color: #ededed;
	border-style: solid;
	border-color: #D0B8A8;
	border-width: 1px;
	margin: 0px 0px 10px 0px;
}

.n_detail_mid_content_timer{
	background-color: #ededed;
	border-style: solid;
	border-color: #D0B8A8;
	border-width: 0px 0px 1px 0px;
}

.n_detail_mid_content_timer:hover{
	background-color: white;
	border-width: 3px;
	border-color: red;
}

.n_detail_mid_title{
	border-style: dashed;
	border-color: #D0B8A8;
	border-width: 1px 1px 0px 1px;
	text-align: center;
	/*padding: 8px 0px 3px 10px;*/
	padding: 8px 0px;
	background-color: #D0B8A8;
}

.n_menu_btn_image{
	width: 22px;
	vertical-align: bottom;
	margin: 0px 0px 4px 0px;
}
.n_menu_btn_image_select{
	width: 22px;
	filter: invert(100%) sepia(2%) saturate(7468%) hue-rotate(338deg) brightness(112%) contrast(100%);
	vertical-align: bottom;
	margin: 0px 0px 4px 0px;
}

.n_menu_btn_image_hover{
	width: 22px;
	filter: invert(100%) sepia(2%) saturate(7468%) hue-rotate(338deg) brightness(112%) contrast(100%);
	vertical-align: bottom;
	margin: 0px 0px 4px 0px;
}

.n_menu_btn_main_title{
	text-align: center;
	color: #4C4B16;
	font-weight: 800;
	border-style: double;
	border-width: 0px 0px 3px 0px;
	border-color: #8981211a;
	padding: 10px 0px;
}

.n_menu_btn_main_title:hover{
	background-color: #F2921D;
	color: white;
}

#alertIcon{
	width: 10%;
	cursor: pointer;
	background-color: #e1e1e1;
	border-style: solid;
	border-color: #D0B8A8;
	border-width: 1px 1px 0px 0px;
}

#bookmarkIcon{
	width: 10%;
	cursor: pointer;
	background-color: #e1e1e1;
	border-style: solid;
	border-color: #D0B8A8;
	border-width: 1px 1px 0px 0px;
}


.n_menu_btn_main_title_select{
	text-align: center;
	font-weight: 800;
	color: #F7F1E5;
	background: #E7B10A;
	border-style: double;
	border-width: 0px 0px 3px 0px;
	border-color: #8981211a;
	padding: 10px 0px;
}


#rolloverBox {
	font-size: 12px;
	position:absolute;
	display:none;
	background-color: #DFD3C3 ;
	top:0;
	left: 0;
	z-index: 9999;
	width: 300px;
	color: #594545;
	border-radius: 0px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #594545;
	box-shadow: 0px 8px 6px -6px #666
}



.trendDownLine{
	cursor: pointer;
	color: white;
	background-color: #463d68;
	border-color: #ece5d1;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	display:flex;
}

.trendUpLine{
	cursor: pointer;
	color: white;
	background-color: #DC3535;
	border-color: #ece5d1;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	display:flex;
}


.trendDownText{
	color: #463d68;
	font-weight: 600;
}
.trendUpText{
	color: #DC3535;
	font-weight: 600;
}



.tradeItemImgBG.m {
	background: url(../img/icon/b5.png) no-repeat left top / 25px 25px;
}
.tradeItemImgBG.s {
	background: url(../img/icon/b4.png) no-repeat left top / 25px 25px;
}

.tradeItemImgBGL.m {
	background: url(../img/icon/b5.png) no-repeat left top / 61px 61px;
}
.tradeItemImgBGL.s {
	background: url(../img/icon/b4.png) no-repeat left top / 61px 61px;
}

.helpImg{
	max-width: 280px;
	vertical-align:bottom;
}

.helpHr{
	opacity: 20%;
	margin: 10px 0px;
}


.discoTypeBtn1{
	padding:10px 0px;
	width: 17%;
	border-color: #ece5d1;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	background-color: white;
	color:gray;
	cursor: pointer;
}

.discotypeBtn0{
	padding:10px 0px;
	width: 17%;
	border-color: #ece5d1;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	background-color: #c3a28c;
	color:#efefef;
}

.discoTypeBtn1:hover{
	background-color: #e7b10a;
	color:white;
}

.discoTypeBtn1_select{
	padding:10px 0px;
	width: 17%;
	border-color: #ece5d1;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	background-color: #e7b10a;
	color:white;
}



.discoTypeBtn2{
	cursor: pointer;
	padding:4px 0px;
}

.discoTypeBtn2:hover{
	background-color: #f1bb73;
	color: white;
}

.discoTypeBtn2_select{
	padding:4px 0px;
	background-color: #e7b10a;
	color: white;
}


.disco_2depth{
	display:flex;
	text-align: center;
	margin: 10px;
}

.tradeTimeCounterTownName{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80px;
	cursor: pointer;
}



#memoSet{
	display: flex;
    margin: 0px 0px 0px 0px;
    padding: 1px 6px 1px 0px;
    background-color: #cbcbcb;
    height: 17px;
    border-radius: 6px;
}

#memoSet:hover{
	color:#089493;
}

.memoTextArea{
    width: 267px;
    border-style: none;
    resize: none;
    height: 56px;
    outline-color: #2be2e2;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 0px 0px 5px;
	font-family: 'Nanum Gothic', sans-serif;
}
