/* BASIC css start */

/*	¿µ¹®*/	
@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');

	
	
/*	ÇÑ±Û*/	

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
	
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}	
	
	
	/*	¸®¼Â*/
	ul, li, h1, h3, h3, h4, p, span {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	

	.line_1 {display:block;width:100%;border-bottom:1px solid #d4d4d4;text-align: center;padding:20px 0px;}


	#base {
		width:100%;
		margin:0 auto;
		font-family: 'NanumSquare', sans-serif;
		text-align: left;
		color: #333;
		}

	/*header__________°øÅë *******************/
	#base .header {
		padding: 80px 0 0 20px ;
		max-width: 800px;
		margin: 0 auto;
	}
	
	#base .banner{
		width:100%;height: 400px;background-image:url("http://www.bestpen.kr/design/munku/be_new/new_side/store_writing_2.jpg");
		 background-position: 45%;
		background-repeat:no-repeat; background-size: cover;margin:0px auto;

	}
	
	#base .main {
		padding: 0 20px;
		max-width: 800px;
		margin: 60px auto 60px auto;
	}
	

	
	#base h2 {
		letter-spacing: 2px;
		font-family: 'S-CoreDream-5Medium';
		text-shadow: 5px 5px 5px rgba(0,0,0,0.3); 
		color: #fff;	
		font-weight: 500;
		letter-spacing: -0.03em;
	}

	
	#base h2 span{
		font-family: 'Amiri', serif;
		font-size:34px;
		color: #fff;
		letter-spacing: 0;
		
		
	}

	#base .h2_p {
		font-family: 'Pretendard-Regular';
		font-size: 20px;
		text-shadow: 3px 3px 3px rgba(0,0,0,0.3); 
		line-height: 1.5;
		color: #fff;
		letter-spacing: -0.03em;
		
		margin-top: 20px;
		font-weight: 100;

	}
	
	
	#base h3 {
		font-family: 'S-CoreDream-5Medium';
		color: #2e4052;
		font-size: 26px;
		margin:80px 0 20px  0;
		text-align: center;
		
	}
	
	#base h4 {
		color: #445576;	
		font-size: 18px;
		font-family: 'S-CoreDream-5Medium';
		font-weight: 600;
		display: block;
		margin-bottom: 20px;
	}
	
	#base h4:before {
		content: "|";
		color: #a68071;
		margin-right: 10px;
		font-weight: 400;
		
	}

	
	
	
	
	
	
/*	½ºÅä¾î ¸àÆ®-------*/
	#base .con {
		background-color: #7e8ea0;
		text-align: center;
		padding: 50px 0;
		font-size: 18px;
		color: #fff;
		line-height: 1.6;
		margin-left: -10%;
		margin-right: -10%;
		

	}
	
	#base .con .box {
		width: 80%;
		margin: 0 auto;
	}
	
	
	#base .store_ment_box {
		color: #fff;
		border: 1px solid rgb(999,999,999,0.3);
		font-size:18px ;
		line-height: 1.6;
		margin: 50px 7% 0 7%;
		letter-spacing: -0.03em;
		display: inline-block;
		padding: 20px;
		box-shadow: 3px 3px 5px rgba(0,0,0,0.1); 
			
	}
	
	
/*	container item*/-----------------------------------------
	#base .item_box .mont {
		display: block;
		margin: 0 auto;
		width: 100%;
	
	}
	
/*	container item*/
	#base .item_box .mont img {
		width: 100%;
		margin: 0 auto;
	
	}
 	
	
	#base .item {
		background: #fafafa;
		border: 1px solid #f1f1f1;
		padding: 15px;
		
	}
	
	#base .pen, .con_1, .con_2 {
		font-size: 14px;
		color: #445576;
		line-height: 1.7;
	}
	
	#base .nib {
		font-size: 14px;
		color: #a68071;
		line-height: 1.7;
	
	}
	
	#base .container .center {
		font-size: 18px;
		color: #a68071;
		text-align: center;
	}
	
	#base .item_box {
		display: flex;
		margin: 0 auto;
	}
	
	
/*	¸¸³âÇÊ----------------*/
	#base .container  {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 5px;
	
	}
	
	#base .container .item:nth-child(1) {
		grid-column: 1/3;
	}
	
	
	
	
/*	¿¬ÇÊ----------------*/
	
	#base .pencil_cover:after{
		content: '';
		display: block;
		clear: both;
	}
	
	#base .pencil {
		float: left;
		width: 48%;
		margin-right: 1%;
		
	}
	
	#base .pencil_1{
		width:49% ;
	}
	
	#base .pencil_1:first-child {
		margin-right: 2%;
	}
	
	
	#base .container_2 .item {
		
		display: flex;
		
	}
	
/*	³»ºÎ ÅØ½ºÆ® °£°ÝµðÀÚÀÎ*/
	
	#base .nib {
		
		margin-left: auto;
		padding-right: 10px;
		
	}
	
	#base .con_2 {
		margin-left: auto;
		margin-left: 20px;
		
	}
	

div.C-281-348-2 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* BASIC css end */

