/* BASIC css start */
	.menuWrap {
		width:100%;
		min-width:1280px;
		height: 50px;
	}
	
	.change_menuWrap {
		top:0px;
		left:0px; 
		width:100%;
		min-width:1280px;
		height:50px;
		position:fixed;
		z-index:9999;
		margin:0 auto;
		border-bottom:1px solid #ddd;
	}


	.blogmenu {
		width:100%;
		height:115px;
		background-color:#fff;
		display:inline-block;
	}

	#bn_top {
		width:100%;
		min-width:1280px;
		height:40px;
		line-height:40px;
		display:block;
		color:#fff;
		font-family:'Noto Sans KR', 'sans-serif', 'dotum';
		font-size:14px;
		font-weight:400;
		text-align:center;
		background-color:#0fbde8;
		float:left;
		margin-bottom:30px;
	}
	#bt_fixed {
		width:115px;
		position:fixed;
		display: block;
		bottom:100px;
		right:80px;
	}
	
	#bt_fixed .bt_kakao {
		display: block;
	}
	
	#bt_fixed .bt_top {
		display: block;
		margin-top:10px;
	}
	#bt_fixed .bt_top a {
		color:transparent;
		background:url(/design/hellosuri/skin_2020/pc/top/bt_up.png) no-repeat;
		width:100px;
		height:42px;
		display:block;
	}
	
	#body_top {
		width:100%;
		height:115px;
		display:block;
		text-align:center;
		float:left;
	}
	#body_top .box_top {
		width:1280px;
		display:inline-block;
		text-align:center;
	}
	
	#body_top .top01 {
		width:1280px;
		display: inline-block;
		text-align:center;
		padding-top:15px;
		font-size:14px;
		font-family:'Noto Sans KR', 'sans-serif';
	}
	#body_top .top01 .logo {
		width:280px;
		float:left;
	}
	
	#body_top .top01 .logo a {
		color:transparent;
		background:url(/design/hellosuri/skin_2020/pc/top/bt_logo.png) no-repeat;
		width:210px;
		height:30px;
		display:block;
	}
	
	#body_top .top01 .login {
		width:320px;
		margin-left:680px;
		float:left;
	}
	
	#body_top .top01 .login a {
		color:#171717;
		display:block;
		font-size:14px;
		font-family:'Noto Sans KR', 'sans-serif';
		line-height:31px;
		font-weight:500;
		float:right;
		margin-left:24px;
		letter-spacing: -0.5px;
	}
	
	#body_top .top01 .login a:hover {
		color:#52addb;
	}
	
	#body_top .top02 {
		width:1280px;
		display: inline-block;
		text-align:center;
		padding-top:20px;
		font-size:14px;
		font-family:'Noto Sans KR', 'sans-serif';
	}
	
	#body_top .top02 .menu_left {
		width:975px;
		float:left;
	}
	
	#body_top .top02 .menu_left a {
		color:#000;
		display:block;
		font-size:16px;
		font-family:'Noto Sans KR', 'sans-serif';
		line-height:31px;
		font-weight:500;
		float:left;
		margin-left:18px;
		letter-spacing: -0.8px;
	}

	#body_top .top02 .menu_left a:hover {
		color:#52addb;
	}
	
	#body_top .top02 .menu_left .unit01 {
		
	}
	
	#body_top .top02 .menu_left .unit02 {
		background:url(/design/hellosuri/skin_2020/pc/top/menu_line.png) no-repeat right;
		padding-right:22px;
	}
	
	#body_top .top02 .menu_left .unit03 {
		margin-left:0px;
	}
	
	#body_top .top02 .menu_right {
		width:257px;
		float:left;
		padding-left:48px;
	}

	#body_top .top02 .menu_right .box_search{
		width:140px;
		height:27px;
		float:left;
		border-bottom:2px solid #000;
	}

	#body_top .top02 .menu_right .box_search .MS_search_word{
		width:120px;
		height:27px;
		line-height:27px;
		font-size:14px;
		font-family:'Noto Sans KR', 'sans-serif';
		float:left;
		border:none;
	}

	#body_top .top02 .menu_right .box_search .text {
		width: 110px;
		height: 27px;
		float: left;
	}

	#body_top .top02 .menu_right .box_search .button {
		width: 22px;
		height: 22px;
		float: right;
		margin-top: 2px;
	}

	#body_top .top02 .menu_right .cart{
		width:32px;
		float:right;
		background:url(/design/hellosuri/skin_2020/pc/top/bt_cart.png) no-repeat right;
		color:transparent;
		overflow: hidden;
		display:block;
		position: relative;
		margin-left:25px;
		margin-top:1px;
	}

	#body_top .top02 .menu_right .cart .qty{
		display: inline-block;
		position: absolute;
		top: 4px;
		right: 7px;
		color: #fff;
		font-weight: 400;
		font-size: 11px;
		text-align: center;
	}

	#body_top .top02 .menu_right .mypage{
		width:32px;
		float:right;
		background:url(/design/hellosuri/skin_2020/pc/top/bt_mypage.png) no-repeat right;
		color:transparent;
		overflow: hidden;
		display:block;
		margin-left:20px;
	}
/* BASIC css end */

